Skip to content
Success

Console Output

Pull request #44068 opened
15:28:18 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 5591187178010bd407f0784bf83909ec395d7b97+0db50996b76fa009b4e905dff35be3a1d308f698 (019d8f201ac93e8b076d88e4e84eecf3af40beba)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-44068@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
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"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
15:28:21 [2022-08-31T15:28:21.755Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
15:28:21 [2022-08-31T15:28:21.759Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
15:28:21 [2022-08-31T15:28:21.954Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b09ca6ad36651871) in /home/ubuntu/workspace/moby_PR-44068
[Pipeline] {
[Pipeline] checkout
15:28:21 [2022-08-31T15:28:21.983Z] The recommended git tool is: git
15:28:21 [2022-08-31T15:28:21.992Z] using credential docker-jenkins-github-credentials
15:28:22 [2022-08-31T15:28:22.001Z] Cloning the remote Git repository
15:28:22 [2022-08-31T15:28:22.001Z] Cloning with configured refspecs honoured and without tags
15:28:22 [2022-08-31T15:28:22.004Z] Cloning repository https://github.com/moby/moby.git
15:28:22 [2022-08-31T15:28:22.004Z]  > git init /home/ubuntu/workspace/moby_PR-44068 # timeout=10
15:28:22 [2022-08-31T15:28:22.018Z] Fetching upstream changes from https://github.com/moby/moby.git
15:28:22 [2022-08-31T15:28:22.018Z]  > git --version # timeout=10
15:28:22 [2022-08-31T15:28:22.019Z]  > git --version # 'git version 2.17.1'
15:28:22 [2022-08-31T15:28:22.020Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:28:22 [2022-08-31T15:28:22.020Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44068/head:refs/remotes/origin/PR-44068 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:28:38 [2022-08-31T15:28:38.271Z] Fetching without tags
15:28:38 [2022-08-31T15:28:38.471Z] Merging remotes/origin/master commit 0db50996b76fa009b4e905dff35be3a1d308f698 into PR head commit 5591187178010bd407f0784bf83909ec395d7b97
15:28:39 [2022-08-31T15:28:39.019Z] Merge succeeded, producing 5591187178010bd407f0784bf83909ec395d7b97
15:28:39 [2022-08-31T15:28:39.020Z] Checking out Revision 5591187178010bd407f0784bf83909ec395d7b97 (PR-44068)
15:28:39 [2022-08-31T15:28:39.643Z] Commit message: "prefer error over panic (where possible)"
15:28:39 [2022-08-31T15:28:39.643Z] First time build. Skipping changelog.
15:28:38 [2022-08-31T15:28:38.251Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:28:38 [2022-08-31T15:28:38.263Z]  > git config --add remote.origin.fetch +refs/pull/44068/head:refs/remotes/origin/PR-44068 # timeout=10
15:28:38 [2022-08-31T15:28:38.265Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:28:38 [2022-08-31T15:28:38.269Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:28:38 [2022-08-31T15:28:38.274Z] Fetching upstream changes from https://github.com/moby/moby.git
15:28:38 [2022-08-31T15:28:38.274Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:28:38 [2022-08-31T15:28:38.275Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44068/head:refs/remotes/origin/PR-44068 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:28:38 [2022-08-31T15:28:38.474Z]  > git config core.sparsecheckout # timeout=10
15:28:38 [2022-08-31T15:28:38.476Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
15:28:39 [2022-08-31T15:28:39.003Z]  > git remote # timeout=10
15:28:39 [2022-08-31T15:28:39.006Z]  > git config --get remote.origin.url # timeout=10
15:28:39 [2022-08-31T15:28:39.008Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:28:39 [2022-08-31T15:28:39.009Z]  > git merge 0db50996b76fa009b4e905dff35be3a1d308f698 # timeout=10
15:28:39 [2022-08-31T15:28:39.015Z]  > git rev-parse HEAD^{commit} # timeout=10
15:28:39 [2022-08-31T15:28:39.022Z]  > git config core.sparsecheckout # timeout=10
15:28:39 [2022-08-31T15:28:39.025Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
15:28:39 [2022-08-31T15:28:39.655Z]  > git --version # timeout=10
15:28:39 [2022-08-31T15:28:39.657Z]  > git --version # 'git version 2.17.1'
15:28:39 [2022-08-31T15:28:39.663Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
15:28:40 [2022-08-31T15:28:40.525Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44068:/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
15:28:43 [2022-08-31T15:28:43.063Z] 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
15:28:43 [2022-08-31T15:28:43.273Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b09ca6ad36651871) in /home/ubuntu/workspace/moby_PR-44068
[Pipeline] node
[Pipeline] node
[Pipeline] node
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)
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] }
15:28:43 [2022-08-31T15:28:43.296Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-08ebc86810af6e649) in /home/ubuntu/workspace/moby_PR-44068
[Pipeline] {
[Pipeline] checkout
15:28:43 [2022-08-31T15:28:43.330Z] The recommended git tool is: git
15:28:43 [2022-08-31T15:28:43.338Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-067f60bf488dea9d1) in /home/ubuntu/workspace/moby_PR-44068
[Pipeline] // stage
15:28:43 [2022-08-31T15:28:43.340Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
15:28:43 [2022-08-31T15:28:43.360Z] Fetching changes from the remote Git repository
[Pipeline] // stage
15:28:43 [2022-08-31T15:28:43.365Z] Fetching without tags
[Pipeline] // stage
[Pipeline] {
[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
15:28:43 [2022-08-31T15:28:43.405Z] The recommended git tool is: git
15:28:43 [2022-08-31T15:28:43.415Z] using credential docker-jenkins-github-credentials
[Pipeline] {
15:28:43 [2022-08-31T15:28:43.424Z] Cloning the remote Git repository
15:28:43 [2022-08-31T15:28:43.424Z] Cloning with configured refspecs honoured and without tags
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] checkout
15:28:43 [2022-08-31T15:28:43.459Z] The recommended git tool is: git
15:28:43 [2022-08-31T15:28:43.466Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
15:28:43 [2022-08-31T15:28:43.474Z] Cloning the remote Git repository
15:28:43 [2022-08-31T15:28:43.474Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[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] }
15:28:43 [2022-08-31T15:28:43.552Z] Merging remotes/origin/master commit 0db50996b76fa009b4e905dff35be3a1d308f698 into PR head commit 5591187178010bd407f0784bf83909ec395d7b97
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
15:28:43 [2022-08-31T15:28:43.619Z] Merge succeeded, producing 5591187178010bd407f0784bf83909ec395d7b97
15:28:43 [2022-08-31T15:28:43.619Z] Checking out Revision 5591187178010bd407f0784bf83909ec395d7b97 (PR-44068)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
15:28:43 [2022-08-31T15:28:43.674Z] Commit message: "prefer error over panic (where possible)"
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
15:28:43 [2022-08-31T15:28:43.688Z]  > git --version # timeout=10
15:28:43 [2022-08-31T15:28:43.691Z]  > git --version # 'git version 2.17.1'
15:28:43 [2022-08-31T15:28:43.696Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
15:28:43 [2022-08-31T15:28:43.476Z] Cloning repository https://github.com/moby/moby.git
15:28:43 [2022-08-31T15:28:43.476Z]  > git init /home/ubuntu/workspace/moby_PR-44068 # timeout=10
15:28:43 [2022-08-31T15:28:43.489Z] Fetching upstream changes from https://github.com/moby/moby.git
15:28:43 [2022-08-31T15:28:43.489Z]  > git --version # timeout=10
15:28:43 [2022-08-31T15:28:43.492Z]  > git --version # 'git version 2.25.1'
15:28:43 [2022-08-31T15:28:43.492Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:28:43 [2022-08-31T15:28:43.493Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44068/head:refs/remotes/origin/PR-44068 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
15:28:43 [2022-08-31T15:28:43.357Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44068/.git # timeout=10
15:28:43 [2022-08-31T15:28:43.362Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:28:43 [2022-08-31T15:28:43.367Z] Fetching upstream changes from https://github.com/moby/moby.git
15:28:43 [2022-08-31T15:28:43.368Z]  > git --version # timeout=10
15:28:43 [2022-08-31T15:28:43.369Z]  > git --version # 'git version 2.17.1'
15:28:43 [2022-08-31T15:28:43.369Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:28:43 [2022-08-31T15:28:43.370Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44068/head:refs/remotes/origin/PR-44068 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:28:43 [2022-08-31T15:28:43.555Z]  > git config core.sparsecheckout # timeout=10
15:28:43 [2022-08-31T15:28:43.557Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
15:28:43 [2022-08-31T15:28:43.603Z]  > git remote # timeout=10
15:28:43 [2022-08-31T15:28:43.606Z]  > git config --get remote.origin.url # timeout=10
15:28:43 [2022-08-31T15:28:43.608Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:28:43 [2022-08-31T15:28:43.608Z]  > git merge 0db50996b76fa009b4e905dff35be3a1d308f698 # timeout=10
15:28:43 [2022-08-31T15:28:43.615Z]  > git rev-parse HEAD^{commit} # timeout=10
15:28:43 [2022-08-31T15:28:43.622Z]  > git config core.sparsecheckout # timeout=10
15:28:43 [2022-08-31T15:28:43.623Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
15:28:44 [2022-08-31T15:28:44.370Z] + [ PR != PR ]
15:28:44 [2022-08-31T15:28:44.370Z] + [ master != master ]
15:28:44 [2022-08-31T15:28:44.370Z] + [  = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
15:28:43 [2022-08-31T15:28:43.429Z] Cloning repository https://github.com/moby/moby.git
15:28:43 [2022-08-31T15:28:43.431Z]  > git init /home/ubuntu/workspace/moby_PR-44068 # timeout=10
15:28:43 [2022-08-31T15:28:43.443Z] Fetching upstream changes from https://github.com/moby/moby.git
15:28:43 [2022-08-31T15:28:43.444Z]  > git --version # timeout=10
15:28:43 [2022-08-31T15:28:43.449Z]  > git --version # 'git version 2.25.1'
15:28:43 [2022-08-31T15:28:43.449Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:28:43 [2022-08-31T15:28:43.450Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44068/head:refs/remotes/origin/PR-44068 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] sh
15:28:44 [2022-08-31T15:28:44.691Z] + docker version
15:28:44 [2022-08-31T15:28:44.691Z] Client: Docker Engine - Community
15:28:44 [2022-08-31T15:28:44.691Z]  Version:           20.10.14
15:28:44 [2022-08-31T15:28:44.691Z]  API version:       1.41
15:28:44 [2022-08-31T15:28:44.691Z]  Go version:        go1.16.15
15:28:44 [2022-08-31T15:28:44.691Z]  Git commit:        a224086
15:28:44 [2022-08-31T15:28:44.691Z]  Built:             Thu Mar 24 01:47:57 2022
15:28:44 [2022-08-31T15:28:44.691Z]  OS/Arch:           linux/amd64
15:28:44 [2022-08-31T15:28:44.691Z]  Context:           default
15:28:44 [2022-08-31T15:28:44.691Z]  Experimental:      true
15:28:44 [2022-08-31T15:28:44.691Z] 
15:28:44 [2022-08-31T15:28:44.691Z] Server: Docker Engine - Community
15:28:44 [2022-08-31T15:28:44.691Z]  Engine:
15:28:44 [2022-08-31T15:28:44.691Z]   Version:          20.10.14
15:28:44 [2022-08-31T15:28:44.691Z]   API version:      1.41 (minimum version 1.12)
15:28:44 [2022-08-31T15:28:44.691Z]   Go version:       go1.16.15
15:28:44 [2022-08-31T15:28:44.691Z]   Git commit:       87a90dc
15:28:44 [2022-08-31T15:28:44.691Z]   Built:            Thu Mar 24 01:45:46 2022
15:28:44 [2022-08-31T15:28:44.691Z]   OS/Arch:          linux/amd64
15:28:44 [2022-08-31T15:28:44.691Z]   Experimental:     true
15:28:44 [2022-08-31T15:28:44.691Z]  containerd:
15:28:44 [2022-08-31T15:28:44.691Z]   Version:          1.5.11
15:28:44 [2022-08-31T15:28:44.691Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
15:28:44 [2022-08-31T15:28:44.691Z]  runc:
15:28:44 [2022-08-31T15:28:44.691Z]   Version:          1.0.3
15:28:44 [2022-08-31T15:28:44.691Z]   GitCommit:        v1.0.3-0-gf46b6ba
15:28:44 [2022-08-31T15:28:44.691Z]  docker-init:
15:28:44 [2022-08-31T15:28:44.691Z]   Version:          0.19.0
15:28:44 [2022-08-31T15:28:44.691Z]   GitCommit:        de40ad0
[Pipeline] sh
15:28:44 [2022-08-31T15:28:44.984Z] + docker info
15:28:45 [2022-08-31T15:28:45.919Z] Client:
15:28:45 [2022-08-31T15:28:45.919Z]  Context:    default
15:28:45 [2022-08-31T15:28:45.919Z]  Debug Mode: false
15:28:45 [2022-08-31T15:28:45.919Z]  Plugins:
15:28:45 [2022-08-31T15:28:45.919Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
15:28:45 [2022-08-31T15:28:45.919Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
15:28:45 [2022-08-31T15:28:45.919Z]   compose: Docker Compose (Docker Inc., v2.4.1)
15:28:45 [2022-08-31T15:28:45.919Z]   scan: Docker Scan (Docker Inc., v0.17.0)
15:28:45 [2022-08-31T15:28:45.919Z] 
15:28:45 [2022-08-31T15:28:45.919Z] Server:
15:28:45 [2022-08-31T15:28:45.919Z]  Containers: 0
15:28:45 [2022-08-31T15:28:45.919Z]   Running: 0
15:28:45 [2022-08-31T15:28:45.919Z]   Paused: 0
15:28:45 [2022-08-31T15:28:45.919Z]   Stopped: 0
15:28:45 [2022-08-31T15:28:45.919Z]  Images: 4
15:28:45 [2022-08-31T15:28:45.919Z]  Server Version: 20.10.14
15:28:45 [2022-08-31T15:28:45.919Z]  Storage Driver: overlay2
15:28:45 [2022-08-31T15:28:45.919Z]   Backing Filesystem: extfs
15:28:45 [2022-08-31T15:28:45.919Z]   Supports d_type: true
15:28:45 [2022-08-31T15:28:45.919Z]   Native Overlay Diff: true
15:28:45 [2022-08-31T15:28:45.919Z]   userxattr: false
15:28:45 [2022-08-31T15:28:45.919Z]  Logging Driver: json-file
15:28:45 [2022-08-31T15:28:45.919Z]  Cgroup Driver: cgroupfs
15:28:45 [2022-08-31T15:28:45.919Z]  Cgroup Version: 1
15:28:45 [2022-08-31T15:28:45.919Z]  Plugins:
15:28:45 [2022-08-31T15:28:45.919Z]   Volume: local
15:28:45 [2022-08-31T15:28:45.919Z]   Network: bridge host ipvlan macvlan null overlay
15:28:45 [2022-08-31T15:28:45.919Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:28:45 [2022-08-31T15:28:45.919Z]  Swarm: inactive
15:28:45 [2022-08-31T15:28:45.919Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
15:28:45 [2022-08-31T15:28:45.919Z]  Default Runtime: runc
15:28:45 [2022-08-31T15:28:45.919Z]  Init Binary: docker-init
15:28:45 [2022-08-31T15:28:45.919Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
15:28:45 [2022-08-31T15:28:45.919Z]  runc version: v1.0.3-0-gf46b6ba
15:28:45 [2022-08-31T15:28:45.919Z]  init version: de40ad0
15:28:45 [2022-08-31T15:28:45.919Z]  Security Options:
15:28:45 [2022-08-31T15:28:45.919Z]   apparmor
15:28:45 [2022-08-31T15:28:45.919Z]   seccomp
15:28:45 [2022-08-31T15:28:45.919Z]    Profile: default
15:28:45 [2022-08-31T15:28:45.919Z]  Kernel Version: 5.4.0-1071-aws
15:28:45 [2022-08-31T15:28:45.919Z]  Operating System: Ubuntu 18.04.6 LTS
15:28:45 [2022-08-31T15:28:45.919Z]  OSType: linux
15:28:45 [2022-08-31T15:28:45.919Z]  Architecture: x86_64
15:28:45 [2022-08-31T15:28:45.919Z]  CPUs: 2
15:28:45 [2022-08-31T15:28:45.919Z]  Total Memory: 7.565GiB
15:28:45 [2022-08-31T15:28:45.919Z]  Name: ip-10-100-39-95
15:28:45 [2022-08-31T15:28:45.919Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
15:28:45 [2022-08-31T15:28:45.919Z]  Docker Root Dir: /var/lib/docker
15:28:45 [2022-08-31T15:28:45.919Z]  Debug Mode: false
15:28:45 [2022-08-31T15:28:45.920Z]  Registry: https://index.docker.io/v1/
15:28:45 [2022-08-31T15:28:45.920Z]  Labels:
15:28:45 [2022-08-31T15:28:45.920Z]  Experimental: true
15:28:45 [2022-08-31T15:28:45.920Z]  Insecure Registries:
15:28:45 [2022-08-31T15:28:45.920Z]   127.0.0.0/8
15:28:45 [2022-08-31T15:28:45.920Z]  Live Restore Enabled: true
15:28:45 [2022-08-31T15:28:45.920Z] 
15:28:45 [2022-08-31T15:28:45.920Z] WARNING: No swap limit support
[Pipeline] sh
15:28:46 [2022-08-31T15:28:46.204Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:28:46 [2022-08-31T15:28:46.204Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:28:46 [2022-08-31T15:28:46.204Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44068/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
15:28:46 [2022-08-31T15:28:46.204Z] + bash /home/ubuntu/workspace/moby_PR-44068/check-config.sh
15:28:46 [2022-08-31T15:28:46.204Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
15:28:46 [2022-08-31T15:28:46.204Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
15:28:46 [2022-08-31T15:28:46.204Z] 
15:28:46 [2022-08-31T15:28:46.204Z] Generally Necessary:
15:28:46 [2022-08-31T15:28:46.204Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
15:28:46 [2022-08-31T15:28:46.204Z] - apparmor: enabled and tools installed
15:28:46 [2022-08-31T15:28:46.204Z] - CONFIG_NAMESPACES: enabled
15:28:46 [2022-08-31T15:28:46.204Z] - CONFIG_NET_NS: enabled
15:28:46 [2022-08-31T15:28:46.204Z] - CONFIG_PID_NS: enabled
15:28:46 [2022-08-31T15:28:46.204Z] - CONFIG_IPC_NS: enabled
15:28:46 [2022-08-31T15:28:46.204Z] - CONFIG_UTS_NS: enabled
15:28:46 [2022-08-31T15:28:46.204Z] - CONFIG_CGROUPS: enabled
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_CGROUP_CPUACCT: enabled
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_CGROUP_DEVICE: enabled
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_CGROUP_FREEZER: enabled
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_CGROUP_SCHED: enabled
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_CPUSETS: enabled
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_MEMCG: enabled
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_KEYS: enabled
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_VETH: enabled (as module)
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_BRIDGE: enabled (as module)
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_IP_NF_FILTER: enabled (as module)
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
15:28:46 [2022-08-31T15:28:46.463Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_IP_NF_NAT: enabled (as module)
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_NF_NAT: enabled (as module)
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_POSIX_MQUEUE: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_CGROUP_BPF: enabled
15:28:46 [2022-08-31T15:28:46.464Z] 
15:28:46 [2022-08-31T15:28:46.464Z] Optional Features:
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_USER_NS: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_SECCOMP: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_SECCOMP_FILTER: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_CGROUP_PIDS: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_MEMCG_SWAP: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
15:28:46 [2022-08-31T15:28:46.464Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_BLK_CGROUP: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_BLK_DEV_THROTTLING: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_CGROUP_PERF: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_CGROUP_HUGETLB: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_CGROUP_NET_PRIO: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_CFS_BANDWIDTH: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_FAIR_GROUP_SCHED: enabled
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_RT_GROUP_SCHED: missing
15:28:46 [2022-08-31T15:28:46.464Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z] - CONFIG_IP_VS: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z] - CONFIG_IP_VS_NFCT: enabled
15:28:46 [2022-08-31T15:28:46.723Z] - CONFIG_IP_VS_PROTO_TCP: enabled
15:28:46 [2022-08-31T15:28:46.723Z] - CONFIG_IP_VS_PROTO_UDP: enabled
15:28:46 [2022-08-31T15:28:46.723Z] - CONFIG_IP_VS_RR: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z] - CONFIG_SECURITY_SELINUX: enabled
15:28:46 [2022-08-31T15:28:46.723Z] - CONFIG_SECURITY_APPARMOR: enabled
15:28:46 [2022-08-31T15:28:46.723Z] - CONFIG_EXT4_FS: enabled
15:28:46 [2022-08-31T15:28:46.723Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
15:28:46 [2022-08-31T15:28:46.723Z] - CONFIG_EXT4_FS_SECURITY: enabled
15:28:46 [2022-08-31T15:28:46.723Z] - Network Drivers:
15:28:46 [2022-08-31T15:28:46.723Z]   - "overlay":
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_VXLAN: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
15:28:46 [2022-08-31T15:28:46.723Z]       Optional (for encrypted networks):
15:28:46 [2022-08-31T15:28:46.723Z]       - CONFIG_CRYPTO: enabled
15:28:46 [2022-08-31T15:28:46.723Z]       - CONFIG_CRYPTO_AEAD: enabled
15:28:46 [2022-08-31T15:28:46.723Z]       - CONFIG_CRYPTO_GCM: enabled
15:28:46 [2022-08-31T15:28:46.723Z]       - CONFIG_CRYPTO_SEQIV: enabled
15:28:46 [2022-08-31T15:28:46.723Z]       - CONFIG_CRYPTO_GHASH: enabled
15:28:46 [2022-08-31T15:28:46.723Z]       - CONFIG_XFRM: enabled
15:28:46 [2022-08-31T15:28:46.723Z]       - CONFIG_XFRM_USER: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]       - CONFIG_XFRM_ALGO: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]       - CONFIG_INET_ESP: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]   - "ipvlan":
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_IPVLAN: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]   - "macvlan":
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_MACVLAN: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_DUMMY: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]   - "ftp,tftp client in container":
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z] - Storage Drivers:
15:28:46 [2022-08-31T15:28:46.723Z]   - "aufs":
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_AUFS_FS: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]   - "btrfs":
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_BTRFS_FS: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
15:28:46 [2022-08-31T15:28:46.723Z]   - "devicemapper":
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_BLK_DEV_DM: enabled
15:28:46 [2022-08-31T15:28:46.723Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
15:28:46 [2022-08-31T15:28:46.723Z]   - "overlay":
15:28:46 [2022-08-31T15:28:46.982Z]     - CONFIG_OVERLAY_FS: enabled (as module)
15:28:46 [2022-08-31T15:28:46.982Z]   - "zfs":
15:28:46 [2022-08-31T15:28:46.982Z]     - /dev/zfs: present
15:28:46 [2022-08-31T15:28:46.982Z]     - zfs command: missing
15:28:46 [2022-08-31T15:28:46.982Z]     - zpool command: missing
15:28:46 [2022-08-31T15:28:46.982Z] 
15:28:46 [2022-08-31T15:28:46.982Z] Limits:
15:28:46 [2022-08-31T15:28:46.982Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
15:28:46 [2022-08-31T15:28:46.982Z] 
15:28:46 [2022-08-31T15:28:46.982Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
15:28:47 [2022-08-31T15:28:47.312Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:5591187178010bd407f0784bf83909ec395d7b97 .
15:28:47 [2022-08-31T15:28:47.313Z] #1 [internal] load build definition from Dockerfile
15:28:47 [2022-08-31T15:28:47.313Z] #1 sha256:282e255259f52988cef11ddb6802af588c5c4b892e88853e2cb7ea90b570050f
15:28:47 [2022-08-31T15:28:47.313Z] #1 transferring dockerfile: 19.12kB done
15:28:47 [2022-08-31T15:28:47.313Z] #1 DONE 0.0s
15:28:47 [2022-08-31T15:28:47.313Z] 
15:28:47 [2022-08-31T15:28:47.313Z] #2 [internal] load .dockerignore
15:28:47 [2022-08-31T15:28:47.313Z] #2 sha256:365dea4bebc8dd1d80a81a4cca20e856cfabfb5c1007fd946a9ed1b6d296e129
15:28:47 [2022-08-31T15:28:47.313Z] #2 transferring context: 145B done
15:28:47 [2022-08-31T15:28:47.313Z] #2 DONE 0.0s
15:28:47 [2022-08-31T15:28:47.313Z] 
15:28:47 [2022-08-31T15:28:47.313Z] #3 resolve image config for docker.io/docker/dockerfile:1
15:28:47 [2022-08-31T15:28:47.313Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
15:28:47 [2022-08-31T15:28:47.571Z] #3 DONE 0.2s
15:28:47 [2022-08-31T15:28:47.572Z] 
15:28:47 [2022-08-31T15:28:47.572Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
15:28:47 [2022-08-31T15:28:47.572Z] #4 sha256:84d67e2b065a884889a458003692092baff84dfef79249c83c999fc53beb53ca
15:28:47 [2022-08-31T15:28:47.572Z] #4 CACHED
15:28:47 [2022-08-31T15:28:47.831Z] 
15:28:47 [2022-08-31T15:28:47.831Z] #6 [internal] load build definition from Dockerfile
15:28:47 [2022-08-31T15:28:47.831Z] #6 sha256:243aecc8a0271ac7db375f7a02e0c9113b73d7cfc855f346a148d22eeff02fee
15:28:47 [2022-08-31T15:28:47.831Z] #6 DONE 0.0s
15:28:47 [2022-08-31T15:28:47.831Z] 
15:28:47 [2022-08-31T15:28:47.831Z] #5 [internal] load .dockerignore
15:28:47 [2022-08-31T15:28:47.831Z] #5 sha256:c9e2c9f8d12d67ec1c447f3cb9cc3be953e9f01c6dbc2ef6fb441156604c360a
15:28:47 [2022-08-31T15:28:47.831Z] #5 DONE 0.0s
15:28:47 [2022-08-31T15:28:47.831Z] 
15:28:47 [2022-08-31T15:28:47.831Z] #10 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
15:28:47 [2022-08-31T15:28:47.831Z] #10 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
15:28:48 [2022-08-31T15:28:48.092Z] #10 ...
15:28:48 [2022-08-31T15:28:48.092Z] 
15:28:48 [2022-08-31T15:28:48.092Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:28:48 [2022-08-31T15:28:48.092Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
15:28:48 [2022-08-31T15:28:48.092Z] #9 DONE 0.1s
15:28:48 [2022-08-31T15:28:48.092Z] 
15:28:48 [2022-08-31T15:28:48.092Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
15:28:48 [2022-08-31T15:28:48.092Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
15:28:48 [2022-08-31T15:28:48.092Z] #8 DONE 0.1s
15:28:48 [2022-08-31T15:28:48.092Z] 
15:28:48 [2022-08-31T15:28:48.092Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:28:48 [2022-08-31T15:28:48.092Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
15:28:48 [2022-08-31T15:28:48.092Z] #7 DONE 0.1s
15:28:48 [2022-08-31T15:28:48.092Z] 
15:28:48 [2022-08-31T15:28:48.092Z] #10 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
15:28:48 [2022-08-31T15:28:48.092Z] #10 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
15:28:48 [2022-08-31T15:28:48.092Z] #10 DONE 0.3s
15:28:48 [2022-08-31T15:28:48.354Z] 
15:28:48 [2022-08-31T15:28:48.354Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:28:48 [2022-08-31T15:28:48.354Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
15:28:48 [2022-08-31T15:28:48.354Z] #80 DONE 0.0s
15:28:48 [2022-08-31T15:28:48.354Z] 
15:28:48 [2022-08-31T15:28:48.354Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:28:48 [2022-08-31T15:28:48.354Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
15:28:48 [2022-08-31T15:28:48.354Z] #78 DONE 0.0s
15:28:48 [2022-08-31T15:28:48.354Z] 
15:28:48 [2022-08-31T15:28:48.354Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
15:28:48 [2022-08-31T15:28:48.354Z] #35 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
15:28:48 [2022-08-31T15:28:48.354Z] #35 DONE 0.0s
15:28:48 [2022-08-31T15:28:48.354Z] 
15:28:48 [2022-08-31T15:28:48.354Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:28:48 [2022-08-31T15:28:48.354Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:28:48 [2022-08-31T15:28:48.354Z] #11 resolve docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f 0.0s done
15:28:48 [2022-08-31T15:28:48.354Z] #11 sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f 1.86kB / 1.86kB done
15:28:48 [2022-08-31T15:28:48.354Z] #11 sha256:0afb9ba662931ec66efabb2a5edc1af559964dc8a3ce653f7936e1bf91b6b606 1.80kB / 1.80kB done
15:28:48 [2022-08-31T15:28:48.354Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 0B / 141.86MB 0.1s
15:28:48 [2022-08-31T15:28:48.354Z] #11 sha256:17ab5c0fa3a1c58ccead4c99021181e5ac31a2116e91ee16616a3c6267c9e223 0B / 156B 0.1s
15:28:48 [2022-08-31T15:28:48.354Z] #11 sha256:06c366130191a3ed8cd3501c5fc131e2fc445ecd05b3b7bc3b146036ee0ea228 7.10kB / 7.10kB done
15:28:48 [2022-08-31T15:28:48.614Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 16.58MB / 141.86MB 0.3s
15:28:48 [2022-08-31T15:28:48.614Z] #11 sha256:17ab5c0fa3a1c58ccead4c99021181e5ac31a2116e91ee16616a3c6267c9e223 156B / 156B 0.1s done
15:28:48 [2022-08-31T15:28:48.614Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 26.35MB / 141.86MB 0.4s
15:28:48 [2022-08-31T15:28:48.876Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 37.82MB / 141.86MB 0.5s
15:28:48 [2022-08-31T15:28:48.876Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 58.72MB / 141.86MB 0.7s
15:28:49 [2022-08-31T15:28:49.138Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 69.21MB / 141.86MB 0.8s
15:28:49 [2022-08-31T15:28:49.138Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 78.64MB / 141.86MB 0.9s
15:28:49 [2022-08-31T15:28:49.399Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 93.32MB / 141.86MB 1.1s
15:28:49 [2022-08-31T15:28:49.399Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 101.13MB / 141.86MB 1.2s
15:28:49 [2022-08-31T15:28:49.660Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 111.15MB / 141.86MB 1.3s
15:28:49 [2022-08-31T15:28:49.661Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 125.83MB / 141.86MB 1.4s
15:28:49 [2022-08-31T15:28:49.920Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 138.41MB / 141.86MB 1.5s
15:28:49 [2022-08-31T15:28:49.920Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 141.86MB / 141.86MB 1.7s done
15:28:50 [2022-08-31T15:28:50.180Z] #11 extracting sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e
15:28:51 [2022-08-31T15:28:51.120Z] #11 ...
15:28:51 [2022-08-31T15:28:51.120Z] 
15:28:51 [2022-08-31T15:28:51.120Z] #31 [internal] load build context
15:28:51 [2022-08-31T15:28:51.120Z] #31 sha256:c61ca84493b7275afb45f2bb0a27ee2d0b6b8b38df272edee73721cdcdd69336
15:28:51 [2022-08-31T15:28:51.120Z] #31 transferring context: 62.71MB 2.8s done
15:28:51 [2022-08-31T15:28:51.120Z] #31 DONE 2.9s
15:28:51 [2022-08-31T15:28:51.120Z] 
15:28:51 [2022-08-31T15:28:51.120Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:28:51 [2022-08-31T15:28:51.120Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:28:51 [2022-08-31T15:28:51.120Z] #11 ...
15:28:51 [2022-08-31T15:28:51.120Z] 
15:28:51 [2022-08-31T15:28:51.120Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
15:28:51 [2022-08-31T15:28:51.120Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
15:28:51 [2022-08-31T15:28:51.120Z] #56 DONE 3.0s
15:28:51 [2022-08-31T15:28:51.120Z] 
15:28:51 [2022-08-31T15:28:51.120Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:28:51 [2022-08-31T15:28:51.120Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:28:51 [2022-08-31T15:28:51.380Z] #11 ...
15:28:51 [2022-08-31T15:28:51.380Z] 
15:28:51 [2022-08-31T15:28:51.380Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
15:28:51 [2022-08-31T15:28:51.380Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
15:28:51 [2022-08-31T15:28:51.380Z] #56 CACHED
15:28:51 [2022-08-31T15:28:51.380Z] 
15:28:51 [2022-08-31T15:28:51.380Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:28:51 [2022-08-31T15:28:51.380Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:28:55 [2022-08-31T15:28:55.575Z] #11 extracting sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 5.0s
15:28:55 [2022-08-31T15:28:55.938Z] Fetching without tags
15:28:55 [2022-08-31T15:28:55.921Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:28:55 [2022-08-31T15:28:55.925Z]  > git config --add remote.origin.fetch +refs/pull/44068/head:refs/remotes/origin/PR-44068 # timeout=10
15:28:55 [2022-08-31T15:28:55.929Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:28:55 [2022-08-31T15:28:55.935Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:28:55 [2022-08-31T15:28:55.940Z] Fetching upstream changes from https://github.com/moby/moby.git
15:28:55 [2022-08-31T15:28:55.940Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:28:55 [2022-08-31T15:28:55.941Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44068/head:refs/remotes/origin/PR-44068 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:28:56 [2022-08-31T15:28:56.126Z] Merging remotes/origin/master commit 0db50996b76fa009b4e905dff35be3a1d308f698 into PR head commit 5591187178010bd407f0784bf83909ec395d7b97
15:28:56 [2022-08-31T15:28:56.513Z] #11 extracting sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 6.3s done
15:28:56 [2022-08-31T15:28:56.678Z] Merge succeeded, producing 5591187178010bd407f0784bf83909ec395d7b97
15:28:56 [2022-08-31T15:28:56.678Z] Checking out Revision 5591187178010bd407f0784bf83909ec395d7b97 (PR-44068)
15:28:56 [2022-08-31T15:28:56.773Z] #11 extracting sha256:17ab5c0fa3a1c58ccead4c99021181e5ac31a2116e91ee16616a3c6267c9e223 done
15:28:56 [2022-08-31T15:28:56.773Z] #11 DONE 8.5s
15:28:56 [2022-08-31T15:28:56.773Z] 
15:28:56 [2022-08-31T15:28:56.773Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
15:28:56 [2022-08-31T15:28:56.773Z] #12 sha256:8dd5b921932d603f00692191f066a88fc145355a651a1e45da9fcd7dcdf407d3
15:28:57 [2022-08-31T15:28:57.423Z] Commit message: "prefer error over panic (where possible)"
15:28:57 [2022-08-31T15:28:57.432Z]  > git --version # timeout=10
15:28:57 [2022-08-31T15:28:57.435Z]  > git --version # 'git version 2.25.1'
15:28:57 [2022-08-31T15:28:57.443Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
15:28:56 [2022-08-31T15:28:56.129Z]  > git config core.sparsecheckout # timeout=10
15:28:56 [2022-08-31T15:28:56.131Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
15:28:56 [2022-08-31T15:28:56.656Z]  > git remote # timeout=10
15:28:56 [2022-08-31T15:28:56.663Z]  > git config --get remote.origin.url # timeout=10
15:28:56 [2022-08-31T15:28:56.668Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:28:56 [2022-08-31T15:28:56.668Z]  > git merge 0db50996b76fa009b4e905dff35be3a1d308f698 # timeout=10
15:28:56 [2022-08-31T15:28:56.675Z]  > git rev-parse HEAD^{commit} # timeout=10
15:28:56 [2022-08-31T15:28:56.680Z]  > git config core.sparsecheckout # timeout=10
15:28:56 [2022-08-31T15:28:56.685Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
15:28:58 [2022-08-31T15:28:58.109Z] + docker version
15:28:58 [2022-08-31T15:28:58.109Z] Client: Docker Engine - Community
15:28:58 [2022-08-31T15:28:58.109Z]  Version:           20.10.14
15:28:58 [2022-08-31T15:28:58.109Z]  API version:       1.41
15:28:58 [2022-08-31T15:28:58.109Z]  Go version:        go1.16.15
15:28:58 [2022-08-31T15:28:58.109Z]  Git commit:        a224086
15:28:58 [2022-08-31T15:28:58.109Z]  Built:             Thu Mar 24 01:47:20 2022
15:28:58 [2022-08-31T15:28:58.109Z]  OS/Arch:           linux/arm64
15:28:58 [2022-08-31T15:28:58.109Z]  Context:           default
15:28:58 [2022-08-31T15:28:58.109Z]  Experimental:      true
15:28:58 [2022-08-31T15:28:58.109Z] 
15:28:58 [2022-08-31T15:28:58.109Z] Server: Docker Engine - Community
15:28:58 [2022-08-31T15:28:58.109Z]  Engine:
15:28:58 [2022-08-31T15:28:58.109Z]   Version:          20.10.14
15:28:58 [2022-08-31T15:28:58.109Z]   API version:      1.41 (minimum version 1.12)
15:28:58 [2022-08-31T15:28:58.109Z]   Go version:       go1.16.15
15:28:58 [2022-08-31T15:28:58.109Z]   Git commit:       87a90dc
15:28:58 [2022-08-31T15:28:58.109Z]   Built:            Thu Mar 24 01:45:39 2022
15:28:58 [2022-08-31T15:28:58.109Z]   OS/Arch:          linux/arm64
15:28:58 [2022-08-31T15:28:58.109Z]   Experimental:     true
15:28:58 [2022-08-31T15:28:58.109Z]  containerd:
15:28:58 [2022-08-31T15:28:58.109Z]   Version:          1.5.11
15:28:58 [2022-08-31T15:28:58.109Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
15:28:58 [2022-08-31T15:28:58.109Z]  runc:
15:28:58 [2022-08-31T15:28:58.109Z]   Version:          1.0.3
15:28:58 [2022-08-31T15:28:58.109Z]   GitCommit:        v1.0.3-0-gf46b6ba
15:28:58 [2022-08-31T15:28:58.109Z]  docker-init:
15:28:58 [2022-08-31T15:28:58.109Z]   Version:          0.19.0
15:28:58 [2022-08-31T15:28:58.109Z]   GitCommit:        de40ad0
[Pipeline] sh
15:28:58 [2022-08-31T15:28:58.272Z] Still waiting to schedule task
15:28:58 [2022-08-31T15:28:58.273Z] Waiting for next available executor on โ€˜amd64&&ubuntu-1804&&overlay2โ€™
15:28:58 [2022-08-31T15:28:58.273Z] Still waiting to schedule task
15:28:58 [2022-08-31T15:28:58.274Z] Waiting for next available executor on โ€˜amd64&&ubuntu-1804&&overlay2โ€™
15:28:58 [2022-08-31T15:28:58.383Z] + docker info
15:28:58 [2022-08-31T15:28:58.679Z] #12 DONE 1.6s
15:28:58 [2022-08-31T15:28:58.679Z] 
15:28:58 [2022-08-31T15:28:58.679Z] #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
15:28:58 [2022-08-31T15:28:58.679Z] #13 sha256:a54b338283bba04b7ab9833f14123864aff1c9ed0240fac13ab7f82cd194245f
15:28:58 [2022-08-31T15:28:58.939Z] #13 DONE 0.5s
15:28:58 [2022-08-31T15:28:58.939Z] 
15:28:58 [2022-08-31T15:28:58.939Z] #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             ;
15:28:58 [2022-08-31T15:28:58.939Z] #83 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:28:58 [2022-08-31T15:28:58.945Z] Client:
15:28:58 [2022-08-31T15:28:58.945Z]  Context:    default
15:28:58 [2022-08-31T15:28:58.945Z]  Debug Mode: false
15:28:58 [2022-08-31T15:28:58.945Z]  Plugins:
15:28:58 [2022-08-31T15:28:58.945Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
15:28:58 [2022-08-31T15:28:58.945Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
15:28:58 [2022-08-31T15:28:58.945Z] 
15:28:58 [2022-08-31T15:28:58.945Z] Server:
15:28:58 [2022-08-31T15:28:58.945Z]  Containers: 0
15:28:58 [2022-08-31T15:28:58.945Z]   Running: 0
15:28:58 [2022-08-31T15:28:58.945Z]   Paused: 0
15:28:58 [2022-08-31T15:28:58.945Z]   Stopped: 0
15:28:58 [2022-08-31T15:28:58.945Z]  Images: 4
15:28:58 [2022-08-31T15:28:58.945Z]  Server Version: 20.10.14
15:28:58 [2022-08-31T15:28:58.945Z]  Storage Driver: overlay2
15:28:58 [2022-08-31T15:28:58.945Z]   Backing Filesystem: extfs
15:28:58 [2022-08-31T15:28:58.945Z]   Supports d_type: true
15:28:58 [2022-08-31T15:28:58.945Z]   Native Overlay Diff: true
15:28:58 [2022-08-31T15:28:58.945Z]   userxattr: false
15:28:58 [2022-08-31T15:28:58.945Z]  Logging Driver: json-file
15:28:58 [2022-08-31T15:28:58.945Z]  Cgroup Driver: cgroupfs
15:28:58 [2022-08-31T15:28:58.945Z]  Cgroup Version: 1
15:28:58 [2022-08-31T15:28:58.945Z]  Plugins:
15:28:58 [2022-08-31T15:28:58.945Z]   Volume: local
15:28:58 [2022-08-31T15:28:58.945Z]   Network: bridge host ipvlan macvlan null overlay
15:28:58 [2022-08-31T15:28:58.945Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:28:58 [2022-08-31T15:28:58.945Z]  Swarm: inactive
15:28:58 [2022-08-31T15:28:58.945Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
15:28:58 [2022-08-31T15:28:58.945Z]  Default Runtime: runc
15:28:58 [2022-08-31T15:28:58.945Z]  Init Binary: docker-init
15:28:58 [2022-08-31T15:28:58.945Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
15:28:58 [2022-08-31T15:28:58.945Z]  runc version: v1.0.3-0-gf46b6ba
15:28:58 [2022-08-31T15:28:58.945Z]  init version: de40ad0
15:28:58 [2022-08-31T15:28:58.945Z]  Security Options:
15:28:58 [2022-08-31T15:28:58.945Z]   apparmor
15:28:58 [2022-08-31T15:28:58.945Z]   seccomp
15:28:58 [2022-08-31T15:28:58.945Z]    Profile: default
15:28:58 [2022-08-31T15:28:58.945Z]  Kernel Version: 5.13.0-1021-aws
15:28:58 [2022-08-31T15:28:58.945Z]  Operating System: Ubuntu 20.04.4 LTS
15:28:58 [2022-08-31T15:28:58.945Z]  OSType: linux
15:28:58 [2022-08-31T15:28:58.945Z]  Architecture: aarch64
15:28:58 [2022-08-31T15:28:58.945Z]  CPUs: 2
15:28:58 [2022-08-31T15:28:58.945Z]  Total Memory: 7.562GiB
15:28:58 [2022-08-31T15:28:58.945Z]  Name: ip-10-100-87-54
15:28:58 [2022-08-31T15:28:58.945Z]  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
15:28:58 [2022-08-31T15:28:58.945Z]  Docker Root Dir: /var/lib/docker
15:28:58 [2022-08-31T15:28:58.945Z]  Debug Mode: false
15:28:58 [2022-08-31T15:28:58.945Z]  Registry: https://index.docker.io/v1/
15:28:58 [2022-08-31T15:28:58.945Z]  Labels:
15:28:58 [2022-08-31T15:28:58.945Z]  Experimental: true
15:28:58 [2022-08-31T15:28:58.945Z]  Insecure Registries:
15:28:58 [2022-08-31T15:28:58.945Z]   127.0.0.0/8
15:28:58 [2022-08-31T15:28:58.945Z]  Live Restore Enabled: true
15:28:58 [2022-08-31T15:28:58.945Z] 
[Pipeline] sh
15:28:59 [2022-08-31T15:28:59.199Z] #83 ...
15:28:59 [2022-08-31T15:28:59.199Z] 
15:28:59 [2022-08-31T15:28:59.199Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
15:28:59 [2022-08-31T15:28:59.199Z] #53 sha256:03e7a9e0eaf588a56511230b6211c99f2707f29e72f286a65738b2580dd44fdf
15:28:59 [2022-08-31T15:28:59.199Z] #53 DONE 0.2s
15:28:59 [2022-08-31T15:28:59.199Z] 
15:28:59 [2022-08-31T15:28:59.199Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
15:28:59 [2022-08-31T15:28:59.199Z] #40 sha256:e0c4c3e4175352400e4692a62d9b0f38a77b181618e938294d1468859b2ad98b
15:28:59 [2022-08-31T15:28:59.199Z] #40 DONE 0.2s
15:28:59 [2022-08-31T15:28:59.218Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:28:59 [2022-08-31T15:28:59.218Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:28:59 [2022-08-31T15:28:59.218Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44068/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
15:28:59 [2022-08-31T15:28:59.218Z] + bash /home/ubuntu/workspace/moby_PR-44068/check-config.sh
15:28:59 [2022-08-31T15:28:59.218Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
15:28:59 [2022-08-31T15:28:59.218Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ...
15:28:59 [2022-08-31T15:28:59.218Z] 
15:28:59 [2022-08-31T15:28:59.218Z] Generally Necessary:
15:28:59 [2022-08-31T15:28:59.218Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
15:28:59 [2022-08-31T15:28:59.218Z] - apparmor: enabled and tools installed
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_NAMESPACES: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_NET_NS: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_PID_NS: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_IPC_NS: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_UTS_NS: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_CGROUPS: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_CGROUP_CPUACCT: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_CGROUP_DEVICE: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_CGROUP_FREEZER: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_CGROUP_SCHED: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_CPUSETS: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_MEMCG: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_KEYS: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_VETH: enabled (as module)
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_BRIDGE: enabled (as module)
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_IP_NF_FILTER: enabled (as module)
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_IP_NF_NAT: enabled (as module)
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_NF_NAT: enabled (as module)
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_POSIX_MQUEUE: enabled
15:28:59 [2022-08-31T15:28:59.218Z] - CONFIG_CGROUP_BPF: enabled
15:28:59 [2022-08-31T15:28:59.218Z] 
15:28:59 [2022-08-31T15:28:59.218Z] Optional Features:
15:28:59 [2022-08-31T15:28:59.223Z] Fetching without tags
15:28:59 [2022-08-31T15:28:59.200Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:28:59 [2022-08-31T15:28:59.206Z]  > git config --add remote.origin.fetch +refs/pull/44068/head:refs/remotes/origin/PR-44068 # timeout=10
15:28:59 [2022-08-31T15:28:59.211Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:28:59 [2022-08-31T15:28:59.220Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:28:59 [2022-08-31T15:28:59.226Z] Fetching upstream changes from https://github.com/moby/moby.git
15:28:59 [2022-08-31T15:28:59.226Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:28:59 [2022-08-31T15:28:59.227Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44068/head:refs/remotes/origin/PR-44068 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:28:59 [2022-08-31T15:28:59.431Z] Merging remotes/origin/master commit 0db50996b76fa009b4e905dff35be3a1d308f698 into PR head commit 5591187178010bd407f0784bf83909ec395d7b97
15:28:59 [2022-08-31T15:28:59.459Z] 
15:28:59 [2022-08-31T15:28:59.459Z] #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
15:28:59 [2022-08-31T15:28:59.459Z] #57 sha256:728600a0771e7592ff7efa799488d0b16650d116f1302281218b69e4042dd530
15:28:59 [2022-08-31T15:28:59.459Z] #57 DONE 0.3s
15:28:59 [2022-08-31T15:28:59.459Z] 
15:28:59 [2022-08-31T15:28:59.459Z] #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
15:28:59 [2022-08-31T15:28:59.459Z] #58 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_USER_NS: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_SECCOMP: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_SECCOMP_FILTER: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_CGROUP_PIDS: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_MEMCG_SWAP: enabled
15:28:59 [2022-08-31T15:28:59.474Z]     (cgroup swap accounting is currently enabled)
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_BLK_CGROUP: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_BLK_DEV_THROTTLING: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_CGROUP_PERF: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_CGROUP_HUGETLB: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_CGROUP_NET_PRIO: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_CFS_BANDWIDTH: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_FAIR_GROUP_SCHED: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_RT_GROUP_SCHED: missing
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_IP_VS: enabled (as module)
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_IP_VS_NFCT: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_IP_VS_PROTO_TCP: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_IP_VS_PROTO_UDP: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_IP_VS_RR: enabled (as module)
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_SECURITY_SELINUX: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_SECURITY_APPARMOR: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_EXT4_FS: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - CONFIG_EXT4_FS_SECURITY: enabled
15:28:59 [2022-08-31T15:28:59.474Z] - Network Drivers:
15:28:59 [2022-08-31T15:28:59.474Z]   - "overlay":
15:28:59 [2022-08-31T15:28:59.474Z]     - CONFIG_VXLAN: enabled (as module)
15:28:59 [2022-08-31T15:28:59.474Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
15:28:59 [2022-08-31T15:28:59.474Z]       Optional (for encrypted networks):
15:28:59 [2022-08-31T15:28:59.730Z]       - CONFIG_CRYPTO: enabled
15:28:59 [2022-08-31T15:28:59.730Z]       - CONFIG_CRYPTO_AEAD: enabled
15:28:59 [2022-08-31T15:28:59.730Z]       - CONFIG_CRYPTO_GCM: enabled
15:28:59 [2022-08-31T15:28:59.730Z]       - CONFIG_CRYPTO_SEQIV: enabled
15:28:59 [2022-08-31T15:28:59.730Z]       - CONFIG_CRYPTO_GHASH: enabled
15:28:59 [2022-08-31T15:28:59.730Z]       - CONFIG_XFRM: enabled
15:28:59 [2022-08-31T15:28:59.730Z]       - CONFIG_XFRM_USER: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]       - CONFIG_XFRM_ALGO: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]       - CONFIG_INET_ESP: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]   - "ipvlan":
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_IPVLAN: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]   - "macvlan":
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_MACVLAN: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_DUMMY: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]   - "ftp,tftp client in container":
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z] - Storage Drivers:
15:28:59 [2022-08-31T15:28:59.730Z]   - "aufs":
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_AUFS_FS: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]   - "btrfs":
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_BTRFS_FS: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
15:28:59 [2022-08-31T15:28:59.730Z]   - "devicemapper":
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_BLK_DEV_DM: enabled
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]   - "overlay":
15:28:59 [2022-08-31T15:28:59.730Z]     - CONFIG_OVERLAY_FS: enabled (as module)
15:28:59 [2022-08-31T15:28:59.730Z]   - "zfs":
15:28:59 [2022-08-31T15:28:59.730Z]     - /dev/zfs: present
15:28:59 [2022-08-31T15:28:59.730Z]     - zfs command: missing
15:28:59 [2022-08-31T15:28:59.730Z]     - zpool command: missing
15:28:59 [2022-08-31T15:28:59.730Z] 
15:28:59 [2022-08-31T15:28:59.730Z] Limits:
15:28:59 [2022-08-31T15:28:59.730Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
15:28:59 [2022-08-31T15:28:59.730Z] 
15:28:59 [2022-08-31T15:28:59.730Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
15:29:00 [2022-08-31T15:29:00.017Z] Merge succeeded, producing 5591187178010bd407f0784bf83909ec395d7b97
15:29:00 [2022-08-31T15:29:00.017Z] Checking out Revision 5591187178010bd407f0784bf83909ec395d7b97 (PR-44068)
15:29:00 [2022-08-31T15:29:00.043Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5591187178010bd407f0784bf83909ec395d7b97 .
15:29:00 [2022-08-31T15:29:00.300Z] #1 [internal] load build definition from Dockerfile
15:29:00 [2022-08-31T15:29:00.300Z] #1 sha256:a154688b65e4a1f413e4130e1a7f863f3db354d059062d63c3f43be82b4b35cc
15:29:00 [2022-08-31T15:29:00.300Z] #1 transferring dockerfile: 19.12kB 0.0s done
15:29:00 [2022-08-31T15:29:00.300Z] #1 DONE 0.0s
15:29:00 [2022-08-31T15:29:00.300Z] 
15:29:00 [2022-08-31T15:29:00.300Z] #2 [internal] load .dockerignore
15:29:00 [2022-08-31T15:29:00.300Z] #2 sha256:531cc16528fd85be9d79d0eb19e7e85166ca4eb7f9bb9850df7a61d228b43ed5
15:29:00 [2022-08-31T15:29:00.300Z] #2 transferring context: 145B done
15:29:00 [2022-08-31T15:29:00.300Z] #2 DONE 0.0s
15:29:00 [2022-08-31T15:29:00.300Z] 
15:29:00 [2022-08-31T15:29:00.300Z] #3 resolve image config for docker.io/docker/dockerfile:1
15:29:00 [2022-08-31T15:29:00.300Z] #3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
15:29:00 [2022-08-31T15:29:00.300Z] #3 DONE 0.2s
15:29:00 [2022-08-31T15:29:00.300Z] 
15:29:00 [2022-08-31T15:29:00.300Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
15:29:00 [2022-08-31T15:29:00.300Z] #4 sha256:e4c769614f2ce0619e8141325ed79fc25b9fc88d2451d293fcf576f7d32b7dbb
15:29:00 [2022-08-31T15:29:00.300Z] #4 CACHED
15:29:00 [2022-08-31T15:29:00.555Z] 
15:29:00 [2022-08-31T15:29:00.555Z] #6 [internal] load build definition from Dockerfile
15:29:00 [2022-08-31T15:29:00.555Z] #6 sha256:89150e02cbec6e6c7bef40f852a73fe72e06225d6b0af3b62f1f56ce34384a84
15:29:00 [2022-08-31T15:29:00.555Z] #6 DONE 0.0s
15:29:00 [2022-08-31T15:29:00.555Z] 
15:29:00 [2022-08-31T15:29:00.555Z] #5 [internal] load .dockerignore
15:29:00 [2022-08-31T15:29:00.555Z] #5 sha256:47c44e40b3c9813b3986303f4390137fe786eb34d50ba0cade85cd3783d61519
15:29:00 [2022-08-31T15:29:00.555Z] #5 DONE 0.0s
15:29:00 [2022-08-31T15:29:00.555Z] 
15:29:00 [2022-08-31T15:29:00.555Z] #10 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
15:29:00 [2022-08-31T15:29:00.555Z] #10 sha256:1dd8dccf8b8386d70fa31526ea848b3091e2c3af74c29a8cba65e128a80126b8
15:29:00 [2022-08-31T15:29:00.655Z] Commit message: "prefer error over panic (where possible)"
15:29:00 [2022-08-31T15:29:00.668Z]  > git --version # timeout=10
15:29:00 [2022-08-31T15:29:00.674Z]  > git --version # 'git version 2.25.1'
15:29:00 [2022-08-31T15:29:00.677Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
15:29:00 [2022-08-31T15:29:00.811Z] #10 DONE 0.1s
15:29:00 [2022-08-31T15:29:00.811Z] 
15:29:00 [2022-08-31T15:29:00.811Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:29:00 [2022-08-31T15:29:00.811Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
15:29:00 [2022-08-31T15:29:00.811Z] #9 DONE 0.1s
15:29:00 [2022-08-31T15:29:00.811Z] 
15:29:00 [2022-08-31T15:29:00.812Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:29:00 [2022-08-31T15:29:00.812Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
15:29:00 [2022-08-31T15:29:00.812Z] #7 DONE 0.1s
15:29:00 [2022-08-31T15:29:00.812Z] 
15:29:00 [2022-08-31T15:29:00.812Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
15:29:00 [2022-08-31T15:29:00.812Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
15:29:00 [2022-08-31T15:29:00.812Z] #8 DONE 0.1s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
15:29:01 [2022-08-31T15:29:01.080Z] 
15:29:01 [2022-08-31T15:29:01.080Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:29:01 [2022-08-31T15:29:01.080Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
15:29:01 [2022-08-31T15:29:01.080Z] #73 DONE 0.0s
15:29:01 [2022-08-31T15:29:01.080Z] 
15:29:01 [2022-08-31T15:29:01.080Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:29:01 [2022-08-31T15:29:01.080Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
15:29:01 [2022-08-31T15:29:01.080Z] #71 DONE 0.0s
15:29:01 [2022-08-31T15:29:01.080Z] 
15:29:01 [2022-08-31T15:29:01.080Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:29:01 [2022-08-31T15:29:01.080Z] #11 sha256:6f9879c941ee74fdf9aec22ef51e6fcae9d7cebf8679c8f01c50d04076892f69
15:29:01 [2022-08-31T15:29:01.080Z] #11 DONE 0.0s
15:29:01 [2022-08-31T15:29:01.080Z] 
15:29:01 [2022-08-31T15:29:01.080Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
15:29:01 [2022-08-31T15:29:01.080Z] #28 sha256:427b2d567ba5e804c72d088b466bd970504184eb3e939b4416a6769432c12093
15:29:01 [2022-08-31T15:29:01.080Z] #28 DONE 0.0s
15:29:01 [2022-08-31T15:29:01.080Z] 
15:29:01 [2022-08-31T15:29:01.080Z] #24 [internal] load build context
15:29:01 [2022-08-31T15:29:01.080Z] #24 sha256:ab7fc1ceefdab88eb8223605f65fd1cd6a805136a82380c3cfefdbe5ddc614dd
15:28:59 [2022-08-31T15:28:59.434Z]  > git config core.sparsecheckout # timeout=10
15:28:59 [2022-08-31T15:28:59.441Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
15:28:59 [2022-08-31T15:28:59.997Z]  > git remote # timeout=10
15:29:00 [2022-08-31T15:29:00.000Z]  > git config --get remote.origin.url # timeout=10
15:29:00 [2022-08-31T15:29:00.002Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:29:00 [2022-08-31T15:29:00.003Z]  > git merge 0db50996b76fa009b4e905dff35be3a1d308f698 # timeout=10
15:29:00 [2022-08-31T15:29:00.012Z]  > git rev-parse HEAD^{commit} # timeout=10
15:29:00 [2022-08-31T15:29:00.020Z]  > git config core.sparsecheckout # timeout=10
15:29:00 [2022-08-31T15:29:00.025Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
[Pipeline] sh
15:29:01 [2022-08-31T15:29:01.367Z] #58 ...
15:29:01 [2022-08-31T15:29:01.367Z] 
15:29:01 [2022-08-31T15:29:01.367Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64
15:29:01 [2022-08-31T15:29:01.367Z] #14 sha256:f6a6ce3fea5f116e390769c1f05d3997884a2fd305e5fb9f04558c46df56ab48
15:29:01 [2022-08-31T15:29:01.367Z] #14 DONE 2.1s
15:29:01 [2022-08-31T15:29:01.367Z] 
15:29:01 [2022-08-31T15:29:01.367Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel
15:29:01 [2022-08-31T15:29:01.367Z] #15 sha256:7d8ba8d280dbab880e998c5d35be36230b6e530e10f971e26b1995fe7be8de40
15:29:01 [2022-08-31T15:29:01.372Z] + docker version
15:29:01 [2022-08-31T15:29:01.372Z] Client: Docker Engine - Community
15:29:01 [2022-08-31T15:29:01.372Z]  Version:           20.10.14
15:29:01 [2022-08-31T15:29:01.372Z]  API version:       1.41
15:29:01 [2022-08-31T15:29:01.372Z]  Go version:        go1.16.15
15:29:01 [2022-08-31T15:29:01.372Z]  Git commit:        a224086
15:29:01 [2022-08-31T15:29:01.372Z]  Built:             Thu Mar 24 01:48:02 2022
15:29:01 [2022-08-31T15:29:01.372Z]  OS/Arch:           linux/amd64
15:29:01 [2022-08-31T15:29:01.372Z]  Context:           default
15:29:01 [2022-08-31T15:29:01.372Z]  Experimental:      true
15:29:01 [2022-08-31T15:29:01.372Z] 
15:29:01 [2022-08-31T15:29:01.372Z] Server: Docker Engine - Community
15:29:01 [2022-08-31T15:29:01.372Z]  Engine:
15:29:01 [2022-08-31T15:29:01.372Z]   Version:          20.10.14
15:29:01 [2022-08-31T15:29:01.372Z]   API version:      1.41 (minimum version 1.12)
15:29:01 [2022-08-31T15:29:01.372Z]   Go version:       go1.16.15
15:29:01 [2022-08-31T15:29:01.372Z]   Git commit:       87a90dc
15:29:01 [2022-08-31T15:29:01.372Z]   Built:            Thu Mar 24 01:45:53 2022
15:29:01 [2022-08-31T15:29:01.372Z]   OS/Arch:          linux/amd64
15:29:01 [2022-08-31T15:29:01.372Z]   Experimental:     true
15:29:01 [2022-08-31T15:29:01.372Z]  containerd:
15:29:01 [2022-08-31T15:29:01.372Z]   Version:          1.5.11
15:29:01 [2022-08-31T15:29:01.372Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
15:29:01 [2022-08-31T15:29:01.372Z]  runc:
15:29:01 [2022-08-31T15:29:01.372Z]   Version:          1.0.3
15:29:01 [2022-08-31T15:29:01.372Z]   GitCommit:        v1.0.3-0-gf46b6ba
15:29:01 [2022-08-31T15:29:01.372Z]  docker-init:
15:29:01 [2022-08-31T15:29:01.372Z]   Version:          0.19.0
15:29:01 [2022-08-31T15:29:01.372Z]   GitCommit:        de40ad0
[Pipeline] sh
15:29:01 [2022-08-31T15:29:01.647Z] #24 ...
15:29:01 [2022-08-31T15:29:01.647Z] 
15:29:01 [2022-08-31T15:29:01.647Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
15:29:01 [2022-08-31T15:29:01.647Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
15:29:01 [2022-08-31T15:29:01.647Z] #49 DONE 0.5s
15:29:01 [2022-08-31T15:29:01.647Z] 
15:29:01 [2022-08-31T15:29:01.647Z] #24 [internal] load build context
15:29:01 [2022-08-31T15:29:01.647Z] #24 sha256:ab7fc1ceefdab88eb8223605f65fd1cd6a805136a82380c3cfefdbe5ddc614dd
15:29:01 [2022-08-31T15:29:01.655Z] + docker info
15:29:02 [2022-08-31T15:29:02.210Z] #24 transferring context: 62.71MB 1.2s done
15:29:02 [2022-08-31T15:29:02.210Z] #24 DONE 1.3s
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #51 sha256:f55192523a2fbd41eea6907e6bb49ef293a6cf8c8bc10919d19fcd107e69ca23
15:29:02 [2022-08-31T15:29:02.210Z] #51 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #36 sha256:6f05a1b5a9a2edf85e1990d4a23e9de2c6b569abdd5bb72d5e2269af3557cfb2
15:29:02 [2022-08-31T15:29:02.210Z] #36 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
15:29:02 [2022-08-31T15:29:02.210Z] #46 sha256:8ab620e44ff1327eb8b15e227135d861b2103f28b30247bcf377fc00a5b75413
15:29:02 [2022-08-31T15:29:02.210Z] #46 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #65 sha256:a1b2c9c7f61c3e2f17c7000b55346dbb1fcdee63365edeb7150e7a603b16c6bf
15:29:02 [2022-08-31T15:29:02.210Z] #65 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #61 sha256:b9262568554b48a715d8ab44c971c11630a498945b33edbd8d02c58dff18ebfd
15:29:02 [2022-08-31T15:29:02.210Z] #61 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
15:29:02 [2022-08-31T15:29:02.210Z] #27 sha256:062a6c0042206f88458088d31e8cfe00009aa0e9dc9324fd4fa2dd74a5f239f1
15:29:02 [2022-08-31T15:29:02.210Z] #27 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #20 [dev-systemd-false  6/28] RUN ldconfig
15:29:02 [2022-08-31T15:29:02.210Z] #20 sha256:a4e89b334762d5bc40647f5a7cafe2c34dc9196a6660653c3d026958dc4c93ce
15:29:02 [2022-08-31T15:29:02.210Z] #20 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #37 sha256:0f0c6e2789783ede714b1be8d9ca902f71b7e2426149d70b6f3ba70694b84cfd
15:29:02 [2022-08-31T15:29:02.210Z] #37 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #47 sha256:cf9dca4cd1d621fb42c05ba73980014fd89b3b7898177e0a480e72752191d3f4
15:29:02 [2022-08-31T15:29:02.210Z] #47 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #22 sha256:949f5aac38ad78402340bfd734af8f65850edc429482eb5db29cf005f67e5b30
15:29:02 [2022-08-31T15:29:02.210Z] #22 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #52 sha256:833fbf7c51099b1785b19e7ca22cd8be2a72b719a91785f0be75719af8dd3573
15:29:02 [2022-08-31T15:29:02.210Z] #52 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #60 sha256:e975506b88dc4086e08fbf9f80eddd34cf40f1f276c65b8bcab4d636edd4103e
15:29:02 [2022-08-31T15:29:02.210Z] #60 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #77 sha256:fe577364ecfa519b52cc768ebfc95705ed5be7268aefbb0e95b244c633720488
15:29:02 [2022-08-31T15:29:02.210Z] #77 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #35 sha256:7ada326c40ecbf3c4b0488fc81d7493e85bb8bc74761ed9206a6613e9bedafcb
15:29:02 [2022-08-31T15:29:02.210Z] #35 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #40 sha256:0eadf1d9d0afb09931522c822689d4c72de2c4e63e66bad412d3b58eda5c9544
15:29:02 [2022-08-31T15:29:02.210Z] #40 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #56 sha256:796bd211ccb74bc071cbc1e62f7ba04c86c9c1c346a8a9599bb3bf41d3092e21
15:29:02 [2022-08-31T15:29:02.210Z] #56 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #64 sha256:e2d7ee8f29c0f84cf587a521b03ca46ae6bd5f0b366babbb5eb20a8d9c9457bb
15:29:02 [2022-08-31T15:29:02.210Z] #64 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #44 sha256:bc7f481c5b021617cef4d47effad15ca343cbcc9b9b9d68e812eafaced85410a
15:29:02 [2022-08-31T15:29:02.210Z] #44 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
15:29:02 [2022-08-31T15:29:02.210Z] #25 sha256:645e66d208a0779f34150ad0f252404ec446463b35ab2e8394c1bf18c6ea624b
15:29:02 [2022-08-31T15:29:02.210Z] #25 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #58 sha256:9f23cc20472f586492b861c1588f97fbad8a791cecb17e2c140cb3ca9d6b14a9
15:29:02 [2022-08-31T15:29:02.210Z] #58 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #39 sha256:4e59be73b0ecc300f026361435362f4198443cf9fee531a621dd1ad701fb2fa8
15:29:02 [2022-08-31T15:29:02.210Z] #39 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
15:29:02 [2022-08-31T15:29:02.210Z] #79 sha256:62682ce5199412876523a869f5ad19adeac4dbbf99b9d2f8379ed1d2783e0b7c
15:29:02 [2022-08-31T15:29:02.210Z] #79 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
15:29:02 [2022-08-31T15:29:02.210Z] #23 sha256:0fb5d444f914095b3367b6340f76d2306387b974ccd613e35c4fc37f8042d20c
15:29:02 [2022-08-31T15:29:02.210Z] #23 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
15:29:02 [2022-08-31T15:29:02.210Z] #59 sha256:aa9bed02b6522b028c35c908035e376c917b727453ec4b3bb7dde7b8f82ce6df
15:29:02 [2022-08-31T15:29:02.210Z] #59 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #57 sha256:35c7f56965fb25a51bec0ecfeb94218fde29c1d3b9cca9ec72fadc73029663d2
15:29:02 [2022-08-31T15:29:02.210Z] #57 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #45 sha256:87dfa3d36c4f9394ff153972d3f52899ffea5c974913abfa017af7ca2400fb61
15:29:02 [2022-08-31T15:29:02.210Z] #45 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
15:29:02 [2022-08-31T15:29:02.210Z] #30 sha256:ae730df3f695a1801ba0f27380934bc7996b3a3fda36aa9629a2c321b0437393
15:29:02 [2022-08-31T15:29:02.210Z] #30 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #41 sha256:2a09cd21ef2e85420e1a17aeeb522a9670b4dd8f447b769f0b42371b396dbe90
15:29:02 [2022-08-31T15:29:02.210Z] #41 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #67 sha256:b4c723bfbce92dcd1f1a835b75dcce8f43b4fb0e7832ae002c82dfb66a6c5c1c
15:29:02 [2022-08-31T15:29:02.210Z] #67 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #34 sha256:96a4fd71fa9d3a9a115201274c5e983fbbefee82f5b1416e980bb8bc053461b1
15:29:02 [2022-08-31T15:29:02.210Z] #34 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #16 sha256:12e59820127bd3c175351c185314650c2d6ff4c6207e9c7245119f3420f5e5ab
15:29:02 [2022-08-31T15:29:02.210Z] #16 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
15:29:02 [2022-08-31T15:29:02.210Z] #15 sha256:0a790ccbc0d66d887d82a6ab920e9fd7cca3b775b7dd2831222c47e2e05b4c70
15:29:02 [2022-08-31T15:29:02.210Z] #15 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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             ;
15:29:02 [2022-08-31T15:29:02.210Z] #76 sha256:91bef178fd79dc326fcf202e307ea7c767aaa72a6101d170d6d459920379a602
15:29:02 [2022-08-31T15:29:02.210Z] #76 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
15:29:02 [2022-08-31T15:29:02.210Z] #32 sha256:1347d40d4c52d1166e69d2e91cd3d7bf2f6dbddee85afa992de662e8d92338fd
15:29:02 [2022-08-31T15:29:02.210Z] #32 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #31 sha256:2d86192d440ee541311b067d326d798d4912b7501a8869a344c1e2810f67ef06
15:29:02 [2022-08-31T15:29:02.210Z] #31 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #75 sha256:09f7873a8ca33ce847780034383ebd9c03d05e03b0e299f41a2bce51e19bddeb
15:29:02 [2022-08-31T15:29:02.210Z] #75 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #50 sha256:fd5a37af811aedd243905a89fa80f8b067476d2b641e20cc96ab24276f25c9ed
15:29:02 [2022-08-31T15:29:02.210Z] #50 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
15:29:02 [2022-08-31T15:29:02.210Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
15:29:02 [2022-08-31T15:29:02.210Z] #74 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #53 sha256:31693c75094254dd4c02813d3fd757f569f6b2ca9e2c8a5a37fc1a86cddcd8cc
15:29:02 [2022-08-31T15:29:02.210Z] #53 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
15:29:02 [2022-08-31T15:29:02.210Z] #12 sha256:5b5fc6ddce3b43babd110f3021852bd7e1ae1de8241c21c93f618783dfbeacae
15:29:02 [2022-08-31T15:29:02.210Z] #12 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #42 sha256:0c2cb1c1676ca889881a7eac9c77151b233c215f995452a10fb111dec8a81bb9
15:29:02 [2022-08-31T15:29:02.210Z] #42 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #29 sha256:c2245fe0e730ece055fd3f7575da3719995b44a2d0dd6699a9bc248f39fe78e9
15:29:02 [2022-08-31T15:29:02.210Z] #29 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.210Z] #70 sha256:fa2ffb25e600975e115e080addfe996f850aa7311b172e1480f0cd318ff1a71e
15:29:02 [2022-08-31T15:29:02.210Z] #70 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
15:29:02 [2022-08-31T15:29:02.210Z] #63 sha256:35f505752215ea21a7a93e121c1cc19d1cfd00dd6e6be894ea900b313909bdf5
15:29:02 [2022-08-31T15:29:02.210Z] #63 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.210Z] #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
15:29:02 [2022-08-31T15:29:02.210Z] #38 sha256:14b87db81fab3f4937b07dc4bd899a70c40893af0529880de5520191d1b3f1a1
15:29:02 [2022-08-31T15:29:02.210Z] #38 CACHED
15:29:02 [2022-08-31T15:29:02.210Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
15:29:02 [2022-08-31T15:29:02.211Z] #18 sha256:ba23987cf5b93d2e6cf72e49bb9dba26abe354208cf08a32d4f5a7c263d61b2d
15:29:02 [2022-08-31T15:29:02.211Z] #18 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
15:29:02 [2022-08-31T15:29:02.211Z] #43 sha256:02888649696c1c8dad054c962b4cdabbeb89330fb5613193d70272a363daf6af
15:29:02 [2022-08-31T15:29:02.211Z] #43 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #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
15:29:02 [2022-08-31T15:29:02.211Z] #21 sha256:b5c267de11334a591251a1d40974802eafe7ee38ec1a8733cd581e85f9b5e7a0
15:29:02 [2022-08-31T15:29:02.211Z] #21 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
15:29:02 [2022-08-31T15:29:02.211Z] #17 sha256:d0daca84770b28ed11fdd360cf6e725086b055c1ac0667f8346f1056b092152b
15:29:02 [2022-08-31T15:29:02.211Z] #17 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #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
15:29:02 [2022-08-31T15:29:02.211Z] #62 sha256:1238f0223969753a53b71b1bab587121bb8b00268af34f6ef88af7e1ccf73fd6
15:29:02 [2022-08-31T15:29:02.211Z] #62 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
15:29:02 [2022-08-31T15:29:02.211Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
15:29:02 [2022-08-31T15:29:02.211Z] #72 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #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
15:29:02 [2022-08-31T15:29:02.211Z] #55 sha256:29305f020bebfd2ba2efd75e0c1411f914f7820d307576bb0075396d03a2b60c
15:29:02 [2022-08-31T15:29:02.211Z] #55 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #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
15:29:02 [2022-08-31T15:29:02.211Z] #26 sha256:7ccf20fe6a4dc1c35af2f581a9ae7f7df0c885d0ef00c51d12ae33350df635ee
15:29:02 [2022-08-31T15:29:02.211Z] #26 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.211Z] #48 sha256:193628edc61d52131ab13754911792f6d5d6f0610f62a83430f22be2bb511d39
15:29:02 [2022-08-31T15:29:02.211Z] #48 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #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
15:29:02 [2022-08-31T15:29:02.211Z] #14 sha256:146b550c3baf0f961cc4f6f11861b1a4f933c91125187c4907e47a2c18206cac
15:29:02 [2022-08-31T15:29:02.211Z] #14 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
15:29:02 [2022-08-31T15:29:02.211Z] #66 sha256:85cde0585e2c6401769a36b2109a09a90213bc170687c362586481463fd7a9e4
15:29:02 [2022-08-31T15:29:02.211Z] #66 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #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
15:29:02 [2022-08-31T15:29:02.211Z] #13 sha256:1ee6bd862b9ffc5d2e5522ca6e04db9e793b0ba331f01fc4c73c657789880af6
15:29:02 [2022-08-31T15:29:02.211Z] #13 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
15:29:02 [2022-08-31T15:29:02.211Z] #33 sha256:77eba55a5af62834d8792666793778a0b448c91c1b31256c09bc79935375f804
15:29:02 [2022-08-31T15:29:02.211Z] #33 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.211Z] #78 sha256:549135adc835c7e6d709769037e129dca7a1a7fc8565c4eb1cde4a020eec6dea
15:29:02 [2022-08-31T15:29:02.211Z] #78 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
15:29:02 [2022-08-31T15:29:02.211Z] #19 sha256:01becc7b1229fc62cb8095b7fb9705499113f33eb27247605f0b4b4e5f917543
15:29:02 [2022-08-31T15:29:02.211Z] #19 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
15:29:02 [2022-08-31T15:29:02.211Z] #68 sha256:058f015b06a22d437fb0aed8403739027151814be21c61ff7e1314a00404d931
15:29:02 [2022-08-31T15:29:02.211Z] #68 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
15:29:02 [2022-08-31T15:29:02.211Z] #69 sha256:46d6d4a58e44b3ba1058dfe0f91c3182ce68fe22db52bb10fc3c2b5a7819d09b
15:29:02 [2022-08-31T15:29:02.211Z] #69 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
15:29:02 [2022-08-31T15:29:02.211Z] #54 sha256:6919d4dc6f13a6693ecdbd87c9a8964deb6c255c66034facec981f09d31ea848
15:29:02 [2022-08-31T15:29:02.211Z] #54 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
15:29:02 [2022-08-31T15:29:02.211Z] #80 sha256:39672fc195de2292a13fe07e7d5e41ceecfc0a03992dc3eb7b67244677f234a6
15:29:02 [2022-08-31T15:29:02.211Z] #80 CACHED
15:29:02 [2022-08-31T15:29:02.211Z] 
15:29:02 [2022-08-31T15:29:02.211Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
15:29:02 [2022-08-31T15:29:02.211Z] #81 sha256:8036705c9801855ad44b695cfaa82a2464834015f243b7776521a9002256989b
15:29:02 [2022-08-31T15:29:02.593Z] Client:
15:29:02 [2022-08-31T15:29:02.593Z]  Context:    default
15:29:02 [2022-08-31T15:29:02.593Z]  Debug Mode: false
15:29:02 [2022-08-31T15:29:02.593Z]  Plugins:
15:29:02 [2022-08-31T15:29:02.593Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
15:29:02 [2022-08-31T15:29:02.593Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
15:29:02 [2022-08-31T15:29:02.593Z]   compose: Docker Compose (Docker Inc., v2.4.1)
15:29:02 [2022-08-31T15:29:02.593Z]   scan: Docker Scan (Docker Inc., v0.17.0)
15:29:02 [2022-08-31T15:29:02.593Z] 
15:29:02 [2022-08-31T15:29:02.593Z] Server:
15:29:02 [2022-08-31T15:29:02.593Z]  Containers: 0
15:29:02 [2022-08-31T15:29:02.593Z]   Running: 0
15:29:02 [2022-08-31T15:29:02.593Z]   Paused: 0
15:29:02 [2022-08-31T15:29:02.593Z]   Stopped: 0
15:29:02 [2022-08-31T15:29:02.593Z]  Images: 4
15:29:02 [2022-08-31T15:29:02.593Z]  Server Version: 20.10.14
15:29:02 [2022-08-31T15:29:02.593Z]  Storage Driver: overlay2
15:29:02 [2022-08-31T15:29:02.593Z]   Backing Filesystem: extfs
15:29:02 [2022-08-31T15:29:02.593Z]   Supports d_type: true
15:29:02 [2022-08-31T15:29:02.593Z]   Native Overlay Diff: true
15:29:02 [2022-08-31T15:29:02.593Z]   userxattr: false
15:29:02 [2022-08-31T15:29:02.593Z]  Logging Driver: json-file
15:29:02 [2022-08-31T15:29:02.593Z]  Cgroup Driver: systemd
15:29:02 [2022-08-31T15:29:02.593Z]  Cgroup Version: 2
15:29:02 [2022-08-31T15:29:02.593Z]  Plugins:
15:29:02 [2022-08-31T15:29:02.593Z]   Volume: local
15:29:02 [2022-08-31T15:29:02.593Z]   Network: bridge host ipvlan macvlan null overlay
15:29:02 [2022-08-31T15:29:02.593Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:29:02 [2022-08-31T15:29:02.593Z]  Swarm: inactive
15:29:02 [2022-08-31T15:29:02.593Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
15:29:02 [2022-08-31T15:29:02.593Z]  Default Runtime: runc
15:29:02 [2022-08-31T15:29:02.593Z]  Init Binary: docker-init
15:29:02 [2022-08-31T15:29:02.593Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
15:29:02 [2022-08-31T15:29:02.593Z]  runc version: v1.0.3-0-gf46b6ba
15:29:02 [2022-08-31T15:29:02.593Z]  init version: de40ad0
15:29:02 [2022-08-31T15:29:02.593Z]  Security Options:
15:29:02 [2022-08-31T15:29:02.593Z]   apparmor
15:29:02 [2022-08-31T15:29:02.593Z]   seccomp
15:29:02 [2022-08-31T15:29:02.593Z]    Profile: default
15:29:02 [2022-08-31T15:29:02.593Z]   cgroupns
15:29:02 [2022-08-31T15:29:02.593Z]  Kernel Version: 5.13.0-1021-aws
15:29:02 [2022-08-31T15:29:02.593Z]  Operating System: Ubuntu 20.04.4 LTS
15:29:02 [2022-08-31T15:29:02.593Z]  OSType: linux
15:29:02 [2022-08-31T15:29:02.593Z]  Architecture: x86_64
15:29:02 [2022-08-31T15:29:02.593Z]  CPUs: 2
15:29:02 [2022-08-31T15:29:02.593Z]  Total Memory: 7.559GiB
15:29:02 [2022-08-31T15:29:02.593Z]  Name: ip-10-100-63-160
15:29:02 [2022-08-31T15:29:02.593Z]  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
15:29:02 [2022-08-31T15:29:02.593Z]  Docker Root Dir: /var/lib/docker
15:29:02 [2022-08-31T15:29:02.593Z]  Debug Mode: false
15:29:02 [2022-08-31T15:29:02.593Z]  Registry: https://index.docker.io/v1/
15:29:02 [2022-08-31T15:29:02.593Z]  Labels:
15:29:02 [2022-08-31T15:29:02.593Z]  Experimental: true
15:29:02 [2022-08-31T15:29:02.593Z]  Insecure Registries:
15:29:02 [2022-08-31T15:29:02.593Z]   127.0.0.0/8
15:29:02 [2022-08-31T15:29:02.593Z]  Live Restore Enabled: true
15:29:02 [2022-08-31T15:29:02.593Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
15:29:02 [2022-08-31T15:29:02.916Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:5591187178010bd407f0784bf83909ec395d7b97 .
15:29:02 [2022-08-31T15:29:02.916Z] #1 [internal] load build definition from Dockerfile
15:29:02 [2022-08-31T15:29:02.916Z] #1 sha256:708a1dc8f09601a85e1031b9800524152fa363f53e6ab55c98531cdc0b43312d
15:29:02 [2022-08-31T15:29:02.916Z] #1 transferring dockerfile: 19.12kB 0.0s done
15:29:02 [2022-08-31T15:29:02.916Z] #1 DONE 0.0s
15:29:02 [2022-08-31T15:29:02.916Z] 
15:29:02 [2022-08-31T15:29:02.916Z] #2 [internal] load .dockerignore
15:29:02 [2022-08-31T15:29:02.916Z] #2 sha256:327ed3cf41ff58e02ed8233a57b5dcfddd808d21ddf28c5a9efe1198330ae28f
15:29:02 [2022-08-31T15:29:02.916Z] #2 transferring context: 145B done
15:29:02 [2022-08-31T15:29:02.916Z] #2 DONE 0.0s
15:29:02 [2022-08-31T15:29:02.916Z] 
15:29:02 [2022-08-31T15:29:02.916Z] #3 resolve image config for docker.io/docker/dockerfile:1
15:29:02 [2022-08-31T15:29:02.916Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
15:29:03 [2022-08-31T15:29:03.276Z] #15 DONE 2.1s
15:29:03 [2022-08-31T15:29:03.276Z] 
15:29:03 [2022-08-31T15:29:03.276Z] #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
15:29:03 [2022-08-31T15:29:03.276Z] #58 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:29:03 [2022-08-31T15:29:03.276Z] #58 3.607 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:29:03 [2022-08-31T15:29:03.276Z] #58 3.653 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:29:03 [2022-08-31T15:29:03.276Z] #58 3.662 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:29:03 [2022-08-31T15:29:03.485Z] #3 DONE 0.2s
15:29:03 [2022-08-31T15:29:03.485Z] 
15:29:03 [2022-08-31T15:29:03.485Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
15:29:03 [2022-08-31T15:29:03.485Z] #4 sha256:84d67e2b065a884889a458003692092baff84dfef79249c83c999fc53beb53ca
15:29:03 [2022-08-31T15:29:03.485Z] #4 CACHED
15:29:03 [2022-08-31T15:29:03.578Z] #81 DONE 1.1s
15:29:03 [2022-08-31T15:29:03.578Z] 
15:29:03 [2022-08-31T15:29:03.578Z] #82 exporting to image
15:29:03 [2022-08-31T15:29:03.578Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
15:29:03 [2022-08-31T15:29:03.578Z] #82 exporting layers
15:29:03 [2022-08-31T15:29:03.745Z] 
15:29:03 [2022-08-31T15:29:03.745Z] #5 [internal] load build definition from Dockerfile
15:29:03 [2022-08-31T15:29:03.745Z] #5 sha256:d8678ec2728a395e528557a1921b498db104aef8066afc21479e80ac27965753
15:29:03 [2022-08-31T15:29:03.745Z] #5 DONE 0.0s
15:29:03 [2022-08-31T15:29:03.745Z] 
15:29:03 [2022-08-31T15:29:03.745Z] #6 [internal] load .dockerignore
15:29:03 [2022-08-31T15:29:03.745Z] #6 sha256:c70cfa15b3c9a0e7dd04db0edbf66965d673ae75e60e4f848e3ce00e2aa2b185
15:29:03 [2022-08-31T15:29:03.745Z] #6 DONE 0.0s
15:29:03 [2022-08-31T15:29:03.745Z] 
15:29:03 [2022-08-31T15:29:03.745Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:29:03 [2022-08-31T15:29:03.745Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
15:29:03 [2022-08-31T15:29:03.745Z] #10 DONE 0.1s
15:29:03 [2022-08-31T15:29:03.745Z] 
15:29:03 [2022-08-31T15:29:03.745Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:29:03 [2022-08-31T15:29:03.745Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
15:29:03 [2022-08-31T15:29:03.745Z] #7 DONE 0.1s
15:29:03 [2022-08-31T15:29:03.745Z] 
15:29:03 [2022-08-31T15:29:03.745Z] #8 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
15:29:03 [2022-08-31T15:29:03.745Z] #8 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
15:29:03 [2022-08-31T15:29:03.745Z] #8 DONE 0.1s
15:29:03 [2022-08-31T15:29:03.745Z] 
15:29:03 [2022-08-31T15:29:03.745Z] #9 [internal] load metadata for docker.io/library/debian:bullseye
15:29:03 [2022-08-31T15:29:03.745Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
15:29:03 [2022-08-31T15:29:03.745Z] #9 DONE 0.1s
15:29:03 [2022-08-31T15:29:03.846Z] #58 4.338 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
15:29:04 [2022-08-31T15:29:04.013Z] 
15:29:04 [2022-08-31T15:29:04.014Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
15:29:04 [2022-08-31T15:29:04.014Z] #28 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
15:29:04 [2022-08-31T15:29:04.014Z] #28 DONE 0.0s
15:29:04 [2022-08-31T15:29:04.014Z] 
15:29:04 [2022-08-31T15:29:04.014Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:29:04 [2022-08-31T15:29:04.014Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
15:29:04 [2022-08-31T15:29:04.014Z] #73 DONE 0.0s
15:29:04 [2022-08-31T15:29:04.014Z] 
15:29:04 [2022-08-31T15:29:04.014Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:29:04 [2022-08-31T15:29:04.014Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
15:29:04 [2022-08-31T15:29:04.014Z] #71 DONE 0.0s
15:29:04 [2022-08-31T15:29:04.014Z] 
15:29:04 [2022-08-31T15:29:04.014Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:29:04 [2022-08-31T15:29:04.014Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:29:04 [2022-08-31T15:29:04.014Z] #11 DONE 0.0s
15:29:04 [2022-08-31T15:29:04.014Z] 
15:29:04 [2022-08-31T15:29:04.014Z] #24 [internal] load build context
15:29:04 [2022-08-31T15:29:04.014Z] #24 sha256:bf531c8395b5c2872c37d91d23cf4694ca663f3cf79b93e56ae21c0fd9636f53
15:29:04 [2022-08-31T15:29:04.106Z] #58 4.854 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:29:04 [2022-08-31T15:29:04.141Z] #82 exporting layers 0.8s done
15:29:04 [2022-08-31T15:29:04.141Z] #82 writing image sha256:f5f775a7bc56cda940a39764ed6e3389674877ef08adeda06328b61574b8a0fa
15:29:04 [2022-08-31T15:29:04.141Z] #82 writing image sha256:f5f775a7bc56cda940a39764ed6e3389674877ef08adeda06328b61574b8a0fa done
15:29:04 [2022-08-31T15:29:04.141Z] #82 naming to docker.io/library/docker:5591187178010bd407f0784bf83909ec395d7b97 done
15:29:04 [2022-08-31T15:29:04.141Z] #82 DONE 0.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
15:29:04 [2022-08-31T15:29:04.368Z] #58 ...
15:29:04 [2022-08-31T15:29:04.368Z] 
15:29:04 [2022-08-31T15:29:04.368Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf
15:29:04 [2022-08-31T15:29:04.368Z] #16 sha256:b09490f6586f2d5c0351224d83ed329046866e3ea3f1d1b270378c952accfc39
15:29:04 [2022-08-31T15:29:04.368Z] #16 DONE 1.2s
15:29:04 [2022-08-31T15:29:04.476Z] + sudo modprobe ip6table_filter
[Pipeline] sh
15:29:04 [2022-08-31T15:29:04.628Z] 
15:29:04 [2022-08-31T15:29:04.628Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
15:29:04 [2022-08-31T15:29:04.628Z] #17 sha256:5feb7c382caa79fb273aafd43660172dc260c691ea98024a6104334ecb77db9f
15:29:04 [2022-08-31T15:29:04.791Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5591187178010bd407f0784bf83909ec395d7b97 hack/test/unit
15:29:05 [2022-08-31T15:29:05.047Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
15:29:05 [2022-08-31T15:29:05.047Z] + TESTFLAGS+=' -test.timeout=5m'
15:29:05 [2022-08-31T15:29:05.047Z] + TESTDIRS=./...
15:29:05 [2022-08-31T15:29:05.047Z] + exclude_paths='/vendor/|/integration'
15:29:05 [2022-08-31T15:29:05.047Z] ++ go list ./...
15:29:05 [2022-08-31T15:29:05.047Z] ++ grep -vE '(/vendor/|/integration)'
15:29:05 [2022-08-31T15:29:05.420Z] #24 ...
15:29:05 [2022-08-31T15:29:05.420Z] 
15:29:05 [2022-08-31T15:29:05.420Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
15:29:05 [2022-08-31T15:29:05.420Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
15:29:05 [2022-08-31T15:29:05.420Z] #49 DONE 1.3s
15:29:05 [2022-08-31T15:29:05.420Z] 
15:29:05 [2022-08-31T15:29:05.420Z] #24 [internal] load build context
15:29:05 [2022-08-31T15:29:05.420Z] #24 sha256:bf531c8395b5c2872c37d91d23cf4694ca663f3cf79b93e56ae21c0fd9636f53
15:29:05 [2022-08-31T15:29:05.567Z] #17 DONE 1.2s
15:29:05 [2022-08-31T15:29:05.567Z] 
15:29:05 [2022-08-31T15:29:05.567Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x
15:29:05 [2022-08-31T15:29:05.567Z] #18 sha256:f0b1e59668e437bffc1f8d843127d726bb42c00d29d8cc01493f8baab1979991
15:29:05 [2022-08-31T15:29:05.681Z] #24 transferring context: 62.70MB 1.7s done
15:29:05 [2022-08-31T15:29:05.681Z] #24 DONE 1.8s
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #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
15:29:05 [2022-08-31T15:29:05.943Z] #36 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:29:05 [2022-08-31T15:29:05.943Z] #36 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.943Z] #78 sha256:8cbdb9c2f31588fc26073a097325d0f1572685418152151c7eab11b41962a5f6
15:29:05 [2022-08-31T15:29:05.943Z] #78 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
15:29:05 [2022-08-31T15:29:05.943Z] #33 sha256:e0c4c3e4175352400e4692a62d9b0f38a77b181618e938294d1468859b2ad98b
15:29:05 [2022-08-31T15:29:05.943Z] #33 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #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
15:29:05 [2022-08-31T15:29:05.943Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:29:05 [2022-08-31T15:29:05.943Z] #51 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
15:29:05 [2022-08-31T15:29:05.943Z] #27 sha256:776c2a6ee825423e55c5e8f87e36de5e856d32a79f82434b155e8d69f448d7de
15:29:05 [2022-08-31T15:29:05.943Z] #27 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
15:29:05 [2022-08-31T15:29:05.943Z] #43 sha256:2f0ad6e903c6534c84236d7b86137f3ca573558910af1d3a1e1d95a73085558d
15:29:05 [2022-08-31T15:29:05.943Z] #43 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.943Z] #35 sha256:c63f8671c98748323449de83cadafce5c88de68a5fb0ee0575c01b4a8ca3314c
15:29:05 [2022-08-31T15:29:05.943Z] #35 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
15:29:05 [2022-08-31T15:29:05.943Z] #79 sha256:3035e8c93186213bec576241e8f0ad326502de457c792c9eeeb4152b5b1a85a7
15:29:05 [2022-08-31T15:29:05.943Z] #79 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.943Z] #61 sha256:860f6e32d45036bdd8f00d155342cef6caa4a62429d838480a86015898bf21fb
15:29:05 [2022-08-31T15:29:05.943Z] #61 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #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
15:29:05 [2022-08-31T15:29:05.943Z] #40 sha256:7803bf569a318bc8b034e8f9396117345908be73bb32d1b326b268d862b92fa2
15:29:05 [2022-08-31T15:29:05.943Z] #40 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
15:29:05 [2022-08-31T15:29:05.943Z] #18 sha256:dfb5c6c46ee93e946c780e93ed6c6f0f63c2b753c02e2559a542daed5ee7b488
15:29:05 [2022-08-31T15:29:05.943Z] #18 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #20 [dev-systemd-false  6/28] RUN ldconfig
15:29:05 [2022-08-31T15:29:05.943Z] #20 sha256:888a153c7ec52cd42077c23138eeda982eeb2a8abd991b630b053acde9ccc213
15:29:05 [2022-08-31T15:29:05.943Z] #20 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.943Z] #65 sha256:e51207ca2712777db8526be62175afd5cc820edabb99ceecfea439578872548a
15:29:05 [2022-08-31T15:29:05.943Z] #65 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #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
15:29:05 [2022-08-31T15:29:05.943Z] #38 sha256:ced2984cf7e6d474dabcfff592ed160a18d15731f399f1033974efa2d3762f24
15:29:05 [2022-08-31T15:29:05.943Z] #38 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.943Z] #54 sha256:75011a4191d6698d5b76e4d6ebbbbe6d5a5390c485c462837a4063e6e46d1496
15:29:05 [2022-08-31T15:29:05.943Z] #54 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #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
15:29:05 [2022-08-31T15:29:05.943Z] #31 sha256:3e45cc2b36e70dbdfc3d93e962f2522601ce441244f22a26ba6bf22e1c678b65
15:29:05 [2022-08-31T15:29:05.943Z] #31 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #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
15:29:05 [2022-08-31T15:29:05.943Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:29:05 [2022-08-31T15:29:05.943Z] #47 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
15:29:05 [2022-08-31T15:29:05.943Z] #12 sha256:8dd5b921932d603f00692191f066a88fc145355a651a1e45da9fcd7dcdf407d3
15:29:05 [2022-08-31T15:29:05.943Z] #12 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.943Z] #48 sha256:ad96c6c239cc7bf5011de0402185706d91e221017af0a9539e838d5b92fd9cdb
15:29:05 [2022-08-31T15:29:05.943Z] #48 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
15:29:05 [2022-08-31T15:29:05.943Z] #19 sha256:2e654ddf8329c95cc8f5437485d77d11bf9ee594792bc76d07be7ca8c230fcdb
15:29:05 [2022-08-31T15:29:05.943Z] #19 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #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
15:29:05 [2022-08-31T15:29:05.943Z] #34 sha256:c01d2ca93070b46c2b698fd57bf153e2968c6185a055fa7f94e1207c6933d0df
15:29:05 [2022-08-31T15:29:05.943Z] #34 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #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
15:29:05 [2022-08-31T15:29:05.943Z] #57 sha256:184b4ccd0ac6b3aaf25b68633ba72158e1065d82e836a2f99dabd02a8fb5eaf0
15:29:05 [2022-08-31T15:29:05.943Z] #57 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.943Z] #37 sha256:1289bf4893841651d8528e4fea41d34af6f6692740736867e255087f90dac1dc
15:29:05 [2022-08-31T15:29:05.943Z] #37 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #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
15:29:05 [2022-08-31T15:29:05.943Z] #67 sha256:eb67ed6b9203a339d6860fe589c0753865630f5152126cccb89347c3c3f3b118
15:29:05 [2022-08-31T15:29:05.943Z] #67 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
15:29:05 [2022-08-31T15:29:05.943Z] #46 sha256:03e7a9e0eaf588a56511230b6211c99f2707f29e72f286a65738b2580dd44fdf
15:29:05 [2022-08-31T15:29:05.943Z] #46 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #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             ;
15:29:05 [2022-08-31T15:29:05.943Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:29:05 [2022-08-31T15:29:05.943Z] #76 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #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
15:29:05 [2022-08-31T15:29:05.943Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:29:05 [2022-08-31T15:29:05.943Z] #62 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
15:29:05 [2022-08-31T15:29:05.943Z] #23 sha256:507006b2976dcbbb427519747e56bbfcd52a1d942fb1030f4c3b0c51700d255d
15:29:05 [2022-08-31T15:29:05.943Z] #23 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
15:29:05 [2022-08-31T15:29:05.943Z] #15 sha256:87051bb18e529dd8e089a22366ae8e94f6993911c5285c79256ffe10f0de3b91
15:29:05 [2022-08-31T15:29:05.943Z] #15 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.943Z] #39 sha256:84632afaf236485e4de698bffd81d2776fa5308e651220ad62e9f5da99506cc2
15:29:05 [2022-08-31T15:29:05.943Z] #39 CACHED
15:29:05 [2022-08-31T15:29:05.943Z] 
15:29:05 [2022-08-31T15:29:05.943Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
15:29:05 [2022-08-31T15:29:05.944Z] #69 sha256:5a7bbe6ffa46530ced94f11d4b7f84d6c97fb047cdc767121c68b881f631022a
15:29:05 [2022-08-31T15:29:05.944Z] #69 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.944Z] #75 sha256:bcd9e431d09a32e4e17a5f633dc5ff2bbbbefe4739b9e26ca763f82f182ee1af
15:29:05 [2022-08-31T15:29:05.944Z] #75 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
15:29:05 [2022-08-31T15:29:05.944Z] #30 sha256:c1328f12f986d509e87e3de0009ce87134be9e190f69eb8cd39d5f616cec75aa
15:29:05 [2022-08-31T15:29:05.944Z] #30 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #16 sha256:7ec0d0b7647086c9ad295402b3eba95966d6eec0baea9510dd965d57261e1771
15:29:05 [2022-08-31T15:29:05.944Z] #16 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.944Z] #45 sha256:a4c711da9d983193eafe1590fc5d52436653bbabc56deab0d82afefae7a3e482
15:29:05 [2022-08-31T15:29:05.944Z] #45 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:29:05 [2022-08-31T15:29:05.944Z] #42 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
15:29:05 [2022-08-31T15:29:05.944Z] #59 sha256:be4ae50eac3371a7b1db5365541acec434770c169fd9e89a4b10988f0ef07fe8
15:29:05 [2022-08-31T15:29:05.944Z] #59 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
15:29:05 [2022-08-31T15:29:05.944Z] #80 sha256:7ba873e09fa7e9c6bef96a4618f7cb4cbda41ca43605ecb5eac67a67ccb468dd
15:29:05 [2022-08-31T15:29:05.944Z] #80 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #44 sha256:beac12943c01dd8ea95b53493fa1ee67a1c1ffcd407a93a2cddb4be2864ce947
15:29:05 [2022-08-31T15:29:05.944Z] #44 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.944Z] #41 sha256:bde6ba027b2bb3094ae6a945b7f86f0789039167c76e02a84c6eadcada9fdd9a
15:29:05 [2022-08-31T15:29:05.944Z] #41 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:29:05 [2022-08-31T15:29:05.944Z] #77 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #26 sha256:2b211c026fcc95efafe631bc16eb7d2f7395c34f342aec692ade43daa4fd26cd
15:29:05 [2022-08-31T15:29:05.944Z] #26 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
15:29:05 [2022-08-31T15:29:05.944Z] #32 sha256:b96c091551e5a0c8ac5d44524c9bd1381d23be69d0799529d8e41795696364a6
15:29:05 [2022-08-31T15:29:05.944Z] #32 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #50 sha256:728600a0771e7592ff7efa799488d0b16650d116f1302281218b69e4042dd530
15:29:05 [2022-08-31T15:29:05.944Z] #50 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
15:29:05 [2022-08-31T15:29:05.944Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
15:29:05 [2022-08-31T15:29:05.944Z] #74 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:29:05 [2022-08-31T15:29:05.944Z] #21 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #22 sha256:0f827cd1db67da85b24df6d7720fa24a28b8133c3b2c95141a1a93c9cdd56423
15:29:05 [2022-08-31T15:29:05.944Z] #22 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.944Z] #52 sha256:496e00a1a18dee83818033d29b78285940681d795e9713199a286a3b8f911650
15:29:05 [2022-08-31T15:29:05.944Z] #52 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
15:29:05 [2022-08-31T15:29:05.944Z] #17 sha256:9d3949b8df535662ff186d0bdc1ca6f7179db4dc15317490f3c98f32cde7fd65
15:29:05 [2022-08-31T15:29:05.944Z] #17 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #60 sha256:e367179fbfaa3ae824e15e11d38d4e637c72e60bc18a6e0a3791bd2f4e278191
15:29:05 [2022-08-31T15:29:05.944Z] #60 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #53 sha256:5a5cb01c2db617814964e3f18443a0bc28c742d82a13333b2f6ce38fbf0e09bf
15:29:05 [2022-08-31T15:29:05.944Z] #53 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
15:29:05 [2022-08-31T15:29:05.944Z] #68 sha256:035a0df0716a4aae67e568218ccd66f7ed187eef111d91d7c7f67e7cb8c7e802
15:29:05 [2022-08-31T15:29:05.944Z] #68 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:29:05 [2022-08-31T15:29:05.944Z] #55 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.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
15:29:05 [2022-08-31T15:29:05.944Z] #64 sha256:d8af1ec0c7fdb48f31459aca77c800dcaba2fdc18cb2fb214f74acc8e6d794a8
15:29:05 [2022-08-31T15:29:05.944Z] #64 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.944Z] #58 sha256:2384a221b8fb625ef08ed235931be1eca1c33abeccd2984ffaa2e620585ccf72
15:29:05 [2022-08-31T15:29:05.944Z] #58 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #29 sha256:cb1c10d3768b77ddcf0d3621b94e9595e441010936372a78aecbeca513be8755
15:29:05 [2022-08-31T15:29:05.944Z] #29 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
15:29:05 [2022-08-31T15:29:05.944Z] #66 sha256:d55c04e5c8fc97e98d0e87ebe49d1dd2533b025747fc1ac88e111a9bc56f42d2
15:29:05 [2022-08-31T15:29:05.944Z] #66 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
15:29:05 [2022-08-31T15:29:05.944Z] #25 sha256:23cae5c1706927d8c74e4c339a48f0d31b693ea7e6c9c72609f27fd00c5ded50
15:29:05 [2022-08-31T15:29:05.944Z] #25 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
15:29:05 [2022-08-31T15:29:05.944Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
15:29:05 [2022-08-31T15:29:05.944Z] #72 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
15:29:05 [2022-08-31T15:29:05.944Z] #63 sha256:0b3cb7636031e3f20e21bea2f0745538a1edce1f5af96ef62510d5465cfdc949
15:29:05 [2022-08-31T15:29:05.944Z] #63 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.944Z] #70 sha256:3d2648f0f16ea0d78e7d250b79c9fcc5e72179aa4470e55211ae61fe4d8543b6
15:29:05 [2022-08-31T15:29:05.944Z] #70 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #13 sha256:a54b338283bba04b7ab9833f14123864aff1c9ed0240fac13ab7f82cd194245f
15:29:05 [2022-08-31T15:29:05.944Z] #13 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:29:05 [2022-08-31T15:29:05.944Z] #14 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
15:29:05 [2022-08-31T15:29:05.944Z] #56 sha256:b78875dda9d383b89a3ea54a9291dbc0ef24798eafb4a5d1c7dd18fe5e9f9363
15:29:05 [2022-08-31T15:29:05.944Z] #56 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #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
15:29:05 [2022-08-31T15:29:05.944Z] #81 sha256:537e713379bba905f6eea7f8d7b5382d6c44ae07eead790590df544e9e6eef5f
15:29:05 [2022-08-31T15:29:05.944Z] #81 CACHED
15:29:05 [2022-08-31T15:29:05.944Z] 
15:29:05 [2022-08-31T15:29:05.944Z] #82 [final 1/1] COPY . /go/src/github.com/docker/docker
15:29:05 [2022-08-31T15:29:05.944Z] #82 sha256:66755395298165bd78b3c804f535e489f2441dde2511689e2dd4292603d8916f
15:29:05 [2022-08-31T15:29:05.977Z] + pkg_list='github.com/docker/docker/api
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/backend/build
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/httpstatus
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/httputils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/middleware
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/build
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/checkpoint
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/container
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/debug
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/distribution
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/grpc
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/image
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/network
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/plugin
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/session
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/swarm
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/system
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/volume
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/backend
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/blkiodev
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/container
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/events
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/filters
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/image
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/mount
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/network
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/plugins/logdriver
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/registry
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/strslice
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/swarm
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/swarm/runtime
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/time
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/versions
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/versions/v1p19
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/versions/v1p20
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/volume
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder/builder-next
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder/builder-next/exporter
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder/builder-next/worker
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder/dockerfile
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder/remotecontext
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder/remotecontext/git
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/builder/remotecontext/urlutil
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/cli
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/cli/config
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/cli/debug
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/cli/winresources/docker-proxy
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/cli/winresources/dockerd
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/client
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/cmd/docker-proxy
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/cmd/dockerd
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/cmd/dockerd/trap
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/container
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/container/stream
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/contrib/apparmor
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/contrib/docker-device-tool
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/contrib/httpserver
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/cluster
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/cluster/convert
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/cluster/executor
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/cluster/executor/container
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/cluster/provider
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/config
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/containerd
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/events
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/events/testutils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/aufs
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/copy
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/overlay
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/register
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/vfs
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/graphdriver/zfs
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/images
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/initlayer
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/links
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/listeners
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/awslogs
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/fluentd
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/gcplogs
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/gelf
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/journald
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/local
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/logentries
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/loggertest
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/loggerutils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/splunk
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/syslog
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/logger/templates
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/names
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/network
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/daemon/stats
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/distribution
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/distribution/metadata
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/distribution/utils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/distribution/xfer
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/dockerversion
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/errdefs
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/image
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/image/cache
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/image/tarexport
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/image/v1
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/internal/test/suite
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/layer
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libcontainerd
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libcontainerd/queue
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libcontainerd/remote
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libcontainerd/supervisor
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libcontainerd/types
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/bitseq
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/cluster
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/config
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/datastore
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/diagnostic
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/discoverapi
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/driverapi
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/bridge
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/host
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/null
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/overlay
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/remote
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/windows
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/drvregistry
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/etchosts
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/idm
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/internal/caller
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/ipam
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/ipamapi
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/ipams/builtin
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/ipams/null
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/ipams/remote
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/ipamutils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/iptables
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/netlabel
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/netutils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/networkdb
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/ns
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/options
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/osl
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/osl/kernel
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/portallocator
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/portmapper
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/resolvconf
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/testutils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/libnetwork/types
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/oci
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/oci/caps
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/opts
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/aaparser
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/archive
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/authorization
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/broadcaster
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/capabilities
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/chrootarchive
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/containerfs
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/devicemapper
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/directory
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/dmesg
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/fileutils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/fsutils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/homedir
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/idtools
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/ioutils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/jsonmessage
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/longpath
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/loopback
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/namesgenerator
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/parsers
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/parsers/kernel
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/pidfile
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/platform
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/plugingetter
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/plugins
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/plugins/transport
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/pools
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/progress
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/pubsub
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/reexec
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/signal
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/stack
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/stdcopy
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/streamformatter
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/stringid
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/sysinfo
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/system
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/tailfile
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/tarsum
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/urlutil
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/pkg/useragent
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/plugin
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/plugin/executor/containerd
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/plugin/v2
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/profiles/apparmor
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/profiles/seccomp
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/quota
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/reference
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/registry
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/registry/resumable
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/restartmanager
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/rootless
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/rootless/specconv
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/runconfig
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/runconfig/opts
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/testutil
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/testutil/daemon
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/testutil/environment
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/testutil/fakecontext
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/testutil/fakegit
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/testutil/fakestorage
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/testutil/fixtures/load
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/testutil/fixtures/plugin
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/testutil/registry
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/testutil/request
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/volume
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/volume/drivers
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/volume/local
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/volume/mounts
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/volume/service
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/volume/service/opts
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/volume/testutils'
15:29:05 [2022-08-31T15:29:05.977Z] ++ grep --fixed-strings -v /libnetwork
15:29:05 [2022-08-31T15:29:05.977Z] ++ echo 'github.com/docker/docker/api
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/backend/build
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/httpstatus
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/httputils
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/middleware
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/build
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/checkpoint
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/container
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/debug
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/distribution
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/grpc
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/image
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/network
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/plugin
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/session
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/swarm
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/system
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/server/router/volume
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/backend
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/blkiodev
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/container
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/events
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/filters
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/image
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/mount
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/network
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/plugins/logdriver
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/registry
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/strslice
15:29:05 [2022-08-31T15:29:05.977Z] github.com/docker/docker/api/types/swarm
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/swarm/runtime
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/time
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/versions
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/versions/v1p19
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/versions/v1p20
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/volume
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/exporter
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/worker
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/dockerfile
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/remotecontext
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/remotecontext/git
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/remotecontext/urlutil
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cli
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cli/config
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cli/debug
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cli/winresources/docker-proxy
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cli/winresources/dockerd
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/client
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cmd/docker-proxy
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cmd/dockerd
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cmd/dockerd/trap
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/container
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/container/stream
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/contrib/apparmor
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/contrib/docker-device-tool
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/contrib/httpserver
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster/convert
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster/executor
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster/executor/container
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster/provider
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/config
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/containerd
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/events
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/events/testutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/aufs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/copy
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/overlay
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/register
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/vfs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/zfs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/images
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/initlayer
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/links
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/listeners
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/awslogs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/fluentd
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/gcplogs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/gelf
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/journald
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/local
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/logentries
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/loggertest
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/loggerutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/splunk
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/syslog
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/templates
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/names
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/network
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/stats
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/distribution
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/distribution/metadata
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/distribution/utils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/distribution/xfer
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/dockerversion
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/errdefs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/image
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/image/cache
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/image/tarexport
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/image/v1
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/internal/test/suite
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/layer
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libcontainerd
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libcontainerd/queue
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libcontainerd/remote
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libcontainerd/supervisor
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libcontainerd/types
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/bitseq
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/cluster
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/config
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/datastore
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/diagnostic
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/discoverapi
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/driverapi
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/bridge
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/host
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/null
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/overlay
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/remote
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/windows
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/drvregistry
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/etchosts
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/idm
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/internal/caller
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/ipam
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/ipamapi
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/ipams/builtin
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/ipams/null
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/ipams/remote
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/ipamutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/iptables
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/netlabel
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/netutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/networkdb
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/ns
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/options
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/osl
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/osl/kernel
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/portallocator
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/portmapper
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/resolvconf
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/testutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libnetwork/types
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/oci
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/oci/caps
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/opts
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/aaparser
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/archive
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/authorization
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/broadcaster
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/capabilities
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/chrootarchive
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/containerfs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/devicemapper
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/directory
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/dmesg
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/fileutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/fsutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/homedir
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/idtools
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/ioutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/jsonmessage
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/longpath
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/loopback
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/namesgenerator
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/parsers
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/parsers/kernel
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/pidfile
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/platform
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/plugingetter
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/plugins
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/plugins/transport
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/pools
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/progress
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/pubsub
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/reexec
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/signal
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/stack
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/stdcopy
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/streamformatter
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/stringid
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/sysinfo
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/system
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/tailfile
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/tarsum
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/urlutil
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/pkg/useragent
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/plugin
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/plugin/executor/containerd
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/plugin/v2
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/profiles/apparmor
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/profiles/seccomp
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/quota
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/reference
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/registry
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/registry/resumable
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/restartmanager
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/rootless
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/rootless/specconv
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/runconfig
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/runconfig/opts
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/testutil
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/testutil/daemon
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/testutil/environment
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/testutil/fakecontext
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/testutil/fakegit
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/testutil/fakestorage
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/testutil/fixtures/load
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/testutil/fixtures/plugin
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/testutil/registry
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/testutil/request
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/volume
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/volume/drivers
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/volume/local
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/volume/mounts
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/volume/service
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/volume/service/opts
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/volume/testutils'
15:29:05 [2022-08-31T15:29:05.978Z] + base_pkg_list='github.com/docker/docker/api
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/backend/build
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/httpstatus
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/httputils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/middleware
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/build
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/checkpoint
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/container
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/debug
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/distribution
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/grpc
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/image
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/network
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/plugin
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/session
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/swarm
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/system
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/server/router/volume
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/backend
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/blkiodev
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/container
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/events
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/filters
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/image
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/mount
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/network
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/plugins/logdriver
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/registry
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/strslice
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/swarm
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/swarm/runtime
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/time
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/versions
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/versions/v1p19
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/versions/v1p20
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/api/types/volume
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/exporter
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/builder-next/worker
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/dockerfile
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/remotecontext
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/remotecontext/git
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/builder/remotecontext/urlutil
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cli
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cli/config
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cli/debug
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cli/winresources/docker-proxy
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cli/winresources/dockerd
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/client
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cmd/docker-proxy
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cmd/dockerd
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cmd/dockerd/trap
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/container
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/container/stream
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/contrib/apparmor
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/contrib/docker-device-tool
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/contrib/httpserver
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster/convert
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster/executor
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster/executor/container
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/cluster/provider
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/config
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/containerd
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/events
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/events/testutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/aufs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/copy
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/overlay
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/register
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/vfs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/graphdriver/zfs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/images
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/initlayer
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/links
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/listeners
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/awslogs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/fluentd
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/gcplogs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/gelf
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/journald
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/local
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/logentries
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/loggertest
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/loggerutils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/splunk
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/syslog
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/logger/templates
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/names
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/network
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/daemon/stats
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/distribution
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/distribution/metadata
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/distribution/utils
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/distribution/xfer
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/dockerversion
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/errdefs
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/image
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/image/cache
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/image/tarexport
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/image/v1
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/internal/test/suite
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/layer
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libcontainerd
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libcontainerd/queue
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libcontainerd/remote
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libcontainerd/supervisor
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/libcontainerd/types
15:29:05 [2022-08-31T15:29:05.978Z] github.com/docker/docker/oci
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/oci/caps
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/opts
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/aaparser
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/archive
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/authorization
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/broadcaster
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/capabilities
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/chrootarchive
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/containerfs
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/devicemapper
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/directory
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/dmesg
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/fileutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/fsutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/homedir
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/idtools
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/ioutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/jsonmessage
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/longpath
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/loopback
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/namesgenerator
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/parsers
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/parsers/kernel
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/pidfile
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/platform
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugingetter
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugins
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugins/transport
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/pools
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/progress
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/pubsub
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/reexec
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/signal
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/stack
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/stdcopy
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/streamformatter
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/stringid
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/sysinfo
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/system
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/tailfile
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/tarsum
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/urlutil
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/useragent
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/plugin
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/plugin/executor/containerd
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/plugin/v2
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/profiles/apparmor
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/profiles/seccomp
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/quota
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/reference
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/registry
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/registry/resumable
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/restartmanager
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/rootless
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/rootless/specconv
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/runconfig
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/runconfig/opts
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/daemon
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/environment
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fakecontext
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fakegit
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fakestorage
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fixtures/load
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fixtures/plugin
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/registry
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/request
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/volume
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/volume/drivers
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/volume/local
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/volume/mounts
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/volume/service
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/volume/service/opts
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/volume/testutils'
15:29:05 [2022-08-31T15:29:05.979Z] ++ grep --fixed-strings /libnetwork
15:29:05 [2022-08-31T15:29:05.979Z] ++ echo 'github.com/docker/docker/api
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/backend/build
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/httpstatus
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/httputils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/middleware
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/build
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/checkpoint
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/container
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/debug
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/distribution
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/grpc
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/image
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/network
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/plugin
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/session
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/swarm
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/system
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/server/router/volume
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/backend
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/blkiodev
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/container
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/events
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/filters
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/image
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/mount
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/network
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/plugins/logdriver
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/registry
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/strslice
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/swarm
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/swarm/runtime
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/time
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/versions
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/versions/v1p19
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/versions/v1p20
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/api/types/volume
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder/builder-next
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder/builder-next/exporter
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder/builder-next/worker
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder/dockerfile
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder/remotecontext
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder/remotecontext/git
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/builder/remotecontext/urlutil
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/cli
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/cli/config
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/cli/debug
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/cli/winresources/docker-proxy
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/cli/winresources/dockerd
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/client
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/cmd/docker-proxy
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/cmd/dockerd
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/cmd/dockerd/trap
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/container
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/container/stream
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/contrib/apparmor
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/contrib/docker-device-tool
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/contrib/httpserver
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/cluster
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/cluster/convert
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/cluster/executor
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/cluster/executor/container
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/cluster/provider
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/config
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/containerd
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/events
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/events/testutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/aufs
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/copy
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/overlay
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/register
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/vfs
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/graphdriver/zfs
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/images
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/initlayer
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/links
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/listeners
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/awslogs
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/fluentd
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/gcplogs
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/gelf
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/journald
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/local
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/logentries
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/loggertest
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/loggerutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/splunk
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/syslog
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/logger/templates
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/names
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/network
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/daemon/stats
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/distribution
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/distribution/metadata
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/distribution/utils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/distribution/xfer
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/dockerversion
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/errdefs
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/image
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/image/cache
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/image/tarexport
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/image/v1
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/internal/test/suite
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/layer
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libcontainerd
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libcontainerd/queue
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libcontainerd/remote
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libcontainerd/supervisor
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libcontainerd/types
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/bitseq
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/cluster
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/config
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/datastore
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/diagnostic
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/discoverapi
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/driverapi
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/bridge
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/host
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/null
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/overlay
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/remote
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/windows
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/drvregistry
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/etchosts
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/idm
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/internal/caller
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/ipam
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/ipamapi
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/ipams/builtin
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/ipams/null
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/ipams/remote
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/ipamutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/iptables
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/netlabel
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/netutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/networkdb
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/ns
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/options
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/osl
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/osl/kernel
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/portallocator
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/portmapper
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/resolvconf
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/testutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/libnetwork/types
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/oci
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/oci/caps
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/opts
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/aaparser
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/archive
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/authorization
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/broadcaster
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/capabilities
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/chrootarchive
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/containerfs
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/devicemapper
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/directory
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/dmesg
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/fileutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/fsutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/homedir
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/idtools
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/ioutils
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/jsonmessage
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/longpath
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/loopback
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/namesgenerator
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/parsers
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/parsers/kernel
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/pidfile
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/platform
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugingetter
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugins
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/plugins/transport
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/pools
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/progress
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/pubsub
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/reexec
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/signal
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/stack
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/stdcopy
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/streamformatter
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/stringid
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/sysinfo
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/system
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/tailfile
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/tarsum
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/urlutil
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/pkg/useragent
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/plugin
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/plugin/executor/containerd
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/plugin/v2
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/profiles/apparmor
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/profiles/seccomp
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/quota
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/reference
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/registry
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/registry/resumable
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/restartmanager
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/rootless
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/rootless/specconv
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/runconfig
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/runconfig/opts
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/daemon
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/environment
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fakecontext
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fakegit
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fakestorage
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fixtures/load
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fixtures/plugin
15:29:05 [2022-08-31T15:29:05.979Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/testutil/registry
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/testutil/request
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/volume
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/volume/drivers
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/volume/local
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/volume/mounts
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/volume/service
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/volume/service/opts
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/volume/testutils'
15:29:05 [2022-08-31T15:29:05.980Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/bitseq
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cluster
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/config
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/datastore
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/diagnostic
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/discoverapi
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/driverapi
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/bridge
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/host
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/null
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/overlay
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/remote
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/windows
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drvregistry
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/etchosts
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/idm
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/internal/caller
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipam
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipamapi
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipams/builtin
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipams/null
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipams/remote
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipamutils
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/iptables
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/netlabel
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/netutils
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/networkdb
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ns
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/options
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/osl
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/osl/kernel
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/portallocator
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/portmapper
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/resolvconf
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/testutils
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/types'
15:29:05 [2022-08-31T15:29:05.980Z] + echo 'github.com/docker/docker/libnetwork
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/bitseq
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cluster
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/config
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/datastore
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/diagnostic
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/discoverapi
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/driverapi
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/bridge
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/host
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/null
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/overlay
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/remote
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/windows
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drvregistry
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/etchosts
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/idm
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/internal/caller
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipam
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipamapi
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipams/builtin
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipams/null
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipams/remote
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ipamutils
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/iptables
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/netlabel
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/netutils
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/networkdb
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/ns
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/options
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/osl
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/osl/kernel
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/portallocator
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/portmapper
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/resolvconf
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/testutils
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/types'
15:29:05 [2022-08-31T15:29:05.980Z] + grep --fixed-strings libnetwork/drivers/bridge
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/bridge
15:29:05 [2022-08-31T15:29:05.980Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:29:05 [2022-08-31T15:29:05.980Z] + type docker-proxy
15:29:05 [2022-08-31T15:29:05.980Z] hack/test/unit: line 25: type: docker-proxy: not found
15:29:05 [2022-08-31T15:29:05.980Z] + hack/make.sh binary-proxy install-proxy
15:29:05 [2022-08-31T15:29:05.980Z] 
15:29:06 [2022-08-31T15:29:06.236Z] Removing bundles/
15:29:06 [2022-08-31T15:29:06.236Z] 
15:29:06 [2022-08-31T15:29:06.236Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
15:29:06 [2022-08-31T15:29:06.236Z] Building: bundles/binary-proxy/docker-proxy
15:29:06 [2022-08-31T15:29:06.236Z] GOOS="" GOARCH="" GOARM=""
15:29:06 [2022-08-31T15:29:06.948Z] #18 DONE 1.2s
15:29:06 [2022-08-31T15:29:06.949Z] 
15:29:06 [2022-08-31T15:29:06.949Z] #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
15:29:06 [2022-08-31T15:29:06.949Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:29:07 [2022-08-31T15:29:07.328Z] #82 DONE 1.2s
15:29:07 [2022-08-31T15:29:07.328Z] 
15:29:07 [2022-08-31T15:29:07.328Z] #83 exporting to image
15:29:07 [2022-08-31T15:29:07.328Z] #83 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
15:29:07 [2022-08-31T15:29:07.328Z] #83 exporting layers
15:29:07 [2022-08-31T15:29:07.898Z] #83 exporting layers 0.9s done
15:29:07 [2022-08-31T15:29:07.898Z] #83 writing image sha256:e2ceb8db158be2ffd33eab3db89174e94a5f5f468ee43d22bcb8af7888a556a8 done
15:29:07 [2022-08-31T15:29:07.898Z] #83 naming to docker.io/library/docker:5591187178010bd407f0784bf83909ec395d7b97 done
15:29:07 [2022-08-31T15:29:07.898Z] #83 DONE 1.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
15:29:08 [2022-08-31T15:29:08.237Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -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:5591187178010bd407f0784bf83909ec395d7b97 hack/make.sh dynbinary test-integration
15:29:08 [2022-08-31T15:29:08.342Z] #19 1.371 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:29:08 [2022-08-31T15:29:08.342Z] #19 1.408 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:29:08 [2022-08-31T15:29:08.342Z] #19 1.411 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:29:08 [2022-08-31T15:29:08.807Z] Created symlink /etc/systemd/system/systemd-firstboot.service โ†’ /dev/null.
15:29:08 [2022-08-31T15:29:08.807Z] Created symlink /etc/systemd/system/systemd-udevd.service โ†’ /dev/null.
15:29:08 [2022-08-31T15:29:08.807Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service โ†’ /etc/systemd/system/docker-entrypoint.service.
15:29:08 [2022-08-31T15:29:08.807Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
15:29:08 [2022-08-31T15:29:08.807Z] 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)
15:29:08 [2022-08-31T15:29:08.807Z] Detected virtualization docker.
15:29:08 [2022-08-31T15:29:08.807Z] Detected architecture x86-64.
15:29:08 [2022-08-31T15:29:08.807Z] Set hostname to <d4045ddd0631>.
15:29:08 [2022-08-31T15:29:08.807Z] modprobe@configfs.service: Succeeded.
15:29:08 [2022-08-31T15:29:08.807Z] modprobe@drm.service: Succeeded.
15:29:08 [2022-08-31T15:29:08.807Z] modprobe@fuse.service: Succeeded.
15:29:08 [2022-08-31T15:29:08.913Z] #19 ...
15:29:08 [2022-08-31T15:29:08.913Z] 
15:29:08 [2022-08-31T15:29:08.913Z] #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
15:29:08 [2022-08-31T15:29:08.913Z] #43 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:29:09 [2022-08-31T15:29:09.067Z] + source /etc/docker-entrypoint-cmd
15:29:09 [2022-08-31T15:29:09.067Z] ++ hack/make.sh dynbinary test-integration
15:29:09 [2022-08-31T15:29:09.067Z] 
15:29:09 [2022-08-31T15:29:09.173Z] #43 ...
15:29:09 [2022-08-31T15:29:09.173Z] 
15:29:09 [2022-08-31T15:29:09.173Z] #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
15:29:09 [2022-08-31T15:29:09.173Z] #54 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:29:09 [2022-08-31T15:29:09.173Z] #54 3.232 + git clone https://github.com/docker/distribution.git .
15:29:09 [2022-08-31T15:29:09.173Z] #54 3.282 Cloning into '.'...
15:29:09 [2022-08-31T15:29:09.327Z] Removing bundles/
15:29:09 [2022-08-31T15:29:09.327Z] 
15:29:09 [2022-08-31T15:29:09.327Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
15:29:09 [2022-08-31T15:29:09.432Z] #54 ...
15:29:09 [2022-08-31T15:29:09.432Z] 
15:29:09 [2022-08-31T15:29:09.432Z] #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
15:29:09 [2022-08-31T15:29:09.432Z] #64 sha256:184b4ccd0ac6b3aaf25b68633ba72158e1065d82e836a2f99dabd02a8fb5eaf0
15:29:09 [2022-08-31T15:29:09.432Z] #64 ...
15:29:09 [2022-08-31T15:29:09.432Z] 
15:29:09 [2022-08-31T15:29:09.432Z] #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
15:29:09 [2022-08-31T15:29:09.432Z] #41 sha256:c01d2ca93070b46c2b698fd57bf153e2968c6185a055fa7f94e1207c6933d0df
15:29:09 [2022-08-31T15:29:09.432Z] #41 3.414 + git clone https://github.com/kolyshkin/go-swagger.git .
15:29:09 [2022-08-31T15:29:09.432Z] #41 3.416 Cloning into '.'...
15:29:09 [2022-08-31T15:29:09.588Z] Building: bundles/dynbinary-daemon/dockerd
15:29:09 [2022-08-31T15:29:09.588Z] GOOS="" GOARCH="" GOARM=""
15:29:09 [2022-08-31T15:29:09.692Z] #41 ...
15:29:09 [2022-08-31T15:29:09.692Z] 
15:29:09 [2022-08-31T15:29:09.692Z] #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
15:29:09 [2022-08-31T15:29:09.692Z] #60 sha256:5a5cb01c2db617814964e3f18443a0bc28c742d82a13333b2f6ce38fbf0e09bf
15:29:09 [2022-08-31T15:29:09.692Z] #60 ...
15:29:09 [2022-08-31T15:29:09.692Z] 
15:29:09 [2022-08-31T15:29:09.692Z] #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
15:29:09 [2022-08-31T15:29:09.692Z] #45 sha256:ced2984cf7e6d474dabcfff592ed160a18d15731f399f1033974efa2d3762f24
15:29:09 [2022-08-31T15:29:09.951Z] #45 ...
15:29:09 [2022-08-31T15:29:09.951Z] 
15:29:09 [2022-08-31T15:29:09.951Z] #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
15:29:09 [2022-08-31T15:29:09.951Z] #47 sha256:7803bf569a318bc8b034e8f9396117345908be73bb32d1b326b268d862b92fa2
15:29:10 [2022-08-31T15:29:10.210Z] #47 ...
15:29:10 [2022-08-31T15:29:10.210Z] 
15:29:10 [2022-08-31T15:29:10.210Z] #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
15:29:10 [2022-08-31T15:29:10.210Z] #62 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:29:10 [2022-08-31T15:29:10.210Z] #62 ...
15:29:10 [2022-08-31T15:29:10.210Z] 
15:29:10 [2022-08-31T15:29:10.210Z] #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
15:29:10 [2022-08-31T15:29:10.210Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:29:10 [2022-08-31T15:29:10.210Z] #19 2.310 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
15:29:10 [2022-08-31T15:29:10.210Z] #19 3.377 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
15:29:11 [2022-08-31T15:29:11.595Z] #19 4.403 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
15:29:12 [2022-08-31T15:29:12.535Z] #19 5.731 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
15:29:12 [2022-08-31T15:29:12.778Z] Created binary: bundles/binary-proxy/docker-proxy
15:29:12 [2022-08-31T15:29:12.779Z] 
15:29:12 [2022-08-31T15:29:12.779Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
15:29:12 [2022-08-31T15:29:12.779Z] Installing docker-proxy to /usr/local/bin/
15:29:12 [2022-08-31T15:29:12.779Z] 
15:29:12 [2022-08-31T15:29:12.779Z] + mkdir -p bundles
15:29:12 [2022-08-31T15:29:12.779Z] + '[' -n 'github.com/docker/docker/api
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/backend/build
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/httpstatus
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/httputils
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/middleware
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/build
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/checkpoint
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/container
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/debug
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/distribution
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/grpc
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/image
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/network
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/plugin
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/session
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/swarm
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/system
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/server/router/volume
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/backend
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/blkiodev
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/container
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/events
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/filters
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/image
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/mount
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/network
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/plugins/logdriver
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/registry
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/strslice
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/swarm
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/swarm/runtime
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/time
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/versions
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/versions/v1p19
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/versions/v1p20
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/api/types/volume
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder/builder-next
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder/builder-next/exporter
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder/builder-next/worker
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder/dockerfile
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder/remotecontext
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder/remotecontext/git
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/builder/remotecontext/urlutil
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/cli
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/cli/config
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/cli/debug
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/cli/winresources/docker-proxy
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/cli/winresources/dockerd
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/client
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/cmd/docker-proxy
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/cmd/dockerd
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/cmd/dockerd/trap
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/container
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/container/stream
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/contrib/apparmor
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/contrib/docker-device-tool
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/contrib/httpserver
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/cluster
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/cluster/convert
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/cluster/executor
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/cluster/executor/container
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/cluster/provider
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/config
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/containerd
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/events
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/events/testutils
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/aufs
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/copy
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/overlay
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/register
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/vfs
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/graphdriver/zfs
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/images
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/initlayer
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/links
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/listeners
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/awslogs
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/fluentd
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/gcplogs
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/gelf
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/journald
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/local
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/logentries
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/loggertest
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/loggerutils
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/splunk
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/syslog
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/logger/templates
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/names
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/network
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/daemon/stats
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/distribution
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/distribution/metadata
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/distribution/utils
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/distribution/xfer
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/dockerversion
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/errdefs
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/image
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/image/cache
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/image/tarexport
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/image/v1
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/internal/test/suite
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/layer
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/libcontainerd
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/libcontainerd/queue
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/libcontainerd/remote
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/libcontainerd/supervisor
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/libcontainerd/types
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/oci
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/oci/caps
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/opts
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/aaparser
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/archive
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/authorization
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/broadcaster
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/capabilities
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/chrootarchive
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/containerfs
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/devicemapper
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/directory
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/dmesg
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/fileutils
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/fsutils
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/homedir
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/idtools
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/ioutils
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/jsonmessage
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/longpath
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/loopback
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/namesgenerator
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/parsers
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/parsers/kernel
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/pidfile
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/platform
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/plugingetter
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/plugins
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/plugins/transport
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/pools
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/progress
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/pubsub
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/reexec
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/signal
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/stack
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/stdcopy
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/streamformatter
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/stringid
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/sysinfo
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/system
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/tailfile
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/tarsum
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/urlutil
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/pkg/useragent
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/plugin
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/plugin/executor/containerd
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/plugin/v2
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/profiles/apparmor
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/profiles/seccomp
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/quota
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/reference
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/registry
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/registry/resumable
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/restartmanager
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/rootless
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/rootless/specconv
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/runconfig
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/runconfig/opts
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/testutil
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/testutil/daemon
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/testutil/environment
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/testutil/fakecontext
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/testutil/fakegit
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/testutil/fakestorage
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/testutil/fixtures/load
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/testutil/fixtures/plugin
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/testutil/registry
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/testutil/request
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/volume
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/volume/drivers
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/volume/local
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/volume/mounts
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/volume/service
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/volume/service/opts
15:29:12 [2022-08-31T15:29:12.779Z] github.com/docker/docker/volume/testutils' ']'
15:29:12 [2022-08-31T15:29:12.779Z] + 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/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
15:29:12 [2022-08-31T15:29:12.779Z] ?   	github.com/docker/docker/api	[no test files]
15:29:12 [2022-08-31T15:29:12.795Z] #19 ...
15:29:12 [2022-08-31T15:29:12.795Z] 
15:29:12 [2022-08-31T15:29:12.795Z] #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             ;
15:29:12 [2022-08-31T15:29:12.795Z] #83 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:29:12 [2022-08-31T15:29:12.795Z] #83 3.886 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
15:29:12 [2022-08-31T15:29:12.795Z] #83 3.886 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
15:29:12 [2022-08-31T15:29:12.795Z] #83 3.886 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:29:12 [2022-08-31T15:29:12.795Z] #83 7.115 Fetched 44.1 kB in 4s (12.5 kB/s)
15:29:12 [2022-08-31T15:29:12.795Z] #83 7.115 Reading package lists...
15:29:13 [2022-08-31T15:29:13.364Z] #83 12.95 Reading package lists...
15:29:13 [2022-08-31T15:29:13.364Z] #83 ...
15:29:13 [2022-08-31T15:29:13.364Z] 
15:29:13 [2022-08-31T15:29:13.364Z] #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
15:29:13 [2022-08-31T15:29:13.364Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:29:13 [2022-08-31T15:29:13.364Z] #19 6.507 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:29:14 [2022-08-31T15:29:14.304Z] #19 7.497 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
15:29:14 [2022-08-31T15:29:14.565Z] #19 ...
15:29:14 [2022-08-31T15:29:14.565Z] 
15:29:14 [2022-08-31T15:29:14.565Z] #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
15:29:14 [2022-08-31T15:29:14.565Z] #45 sha256:ced2984cf7e6d474dabcfff592ed160a18d15731f399f1033974efa2d3762f24
15:29:14 [2022-08-31T15:29:14.565Z] #45 15.34 tomll can be used in two ways:
15:29:14 [2022-08-31T15:29:14.565Z] #45 15.34 Writing to STDIN and reading from STDOUT:
15:29:14 [2022-08-31T15:29:14.565Z] #45 15.34   cat file.toml | tomll > file.toml
15:29:14 [2022-08-31T15:29:14.565Z] #45 15.34 
15:29:14 [2022-08-31T15:29:14.565Z] #45 15.34 Reading and updating a list of files:
15:29:14 [2022-08-31T15:29:14.565Z] #45 15.34   tomll a.toml b.toml c.toml
15:29:14 [2022-08-31T15:29:14.565Z] #45 15.34 
15:29:14 [2022-08-31T15:29:14.565Z] #45 15.34 When given a list of files, tomll will modify all files in place without asking.
15:29:14 [2022-08-31T15:29:14.565Z] #45 DONE 15.5s
15:29:14 [2022-08-31T15:29:14.565Z] 
15:29:14 [2022-08-31T15:29:14.565Z] #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
15:29:14 [2022-08-31T15:29:14.565Z] #58 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:29:14 [2022-08-31T15:29:14.565Z] #58 7.215 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:29:14 [2022-08-31T15:29:14.565Z] #58 9.262 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:29:14 [2022-08-31T15:29:14.565Z] #58 12.43 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
15:29:15 [2022-08-31T15:29:15.947Z] #58 ...
15:29:15 [2022-08-31T15:29:15.947Z] 
15:29:15 [2022-08-31T15:29:15.947Z] #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
15:29:15 [2022-08-31T15:29:15.947Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.028 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [178 kB]
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.040 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.046 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.063 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [175 kB]
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.074 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.097 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [155 kB]
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.098 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.099 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.099 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.100 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.101 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
15:29:15 [2022-08-31T15:29:15.947Z] #19 9.114 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
15:29:21 [2022-08-31T15:29:21.229Z] #19 ...
15:29:21 [2022-08-31T15:29:21.229Z] 
15:29:21 [2022-08-31T15:29:21.229Z] #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
15:29:21 [2022-08-31T15:29:21.229Z] #54 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:29:21 [2022-08-31T15:29:21.229Z] #54 21.29 Updating files:  85% (1857/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.
15:29:21 [2022-08-31T15:29:21.229Z] #54 21.46 + git checkout -q v2.3.0
15:29:22 [2022-08-31T15:29:22.612Z] #54 23.25 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
15:29:26 [2022-08-31T15:29:26.812Z] #54 ...
15:29:26 [2022-08-31T15:29:26.812Z] 
15:29:26 [2022-08-31T15:29:26.812Z] #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
15:29:26 [2022-08-31T15:29:26.812Z] #58 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:29:26 [2022-08-31T15:29:26.812Z] #58 17.14 Fetched 8576 kB in 14s (620 kB/s)
15:29:26 [2022-08-31T15:29:26.812Z] #58 17.14 Reading package lists...
15:29:26 [2022-08-31T15:29:26.812Z] #58 21.60 Reading package lists...
15:29:26 [2022-08-31T15:29:26.812Z] #58 25.78 Building dependency tree...
15:29:26 [2022-08-31T15:29:26.812Z] #58 26.81 Reading state information...
15:29:26 [2022-08-31T15:29:26.812Z] #58 ...
15:29:26 [2022-08-31T15:29:26.812Z] 
15:29:26 [2022-08-31T15:29:26.812Z] #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             ;
15:29:26 [2022-08-31T15:29:26.812Z] #83 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:29:26 [2022-08-31T15:29:26.812Z] #83 12.95 Reading package lists...
15:29:26 [2022-08-31T15:29:26.812Z] #83 18.22 Building dependency tree...
15:29:26 [2022-08-31T15:29:26.812Z] #83 19.35 Reading state information...
15:29:26 [2022-08-31T15:29:26.812Z] #83 20.66 python3 is already the newest version (3.9.2-3).
15:29:26 [2022-08-31T15:29:26.812Z] #83 20.66 The following additional packages will be installed:
15:29:26 [2022-08-31T15:29:26.812Z] #83 20.67   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
15:29:26 [2022-08-31T15:29:26.812Z] #83 20.67   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
15:29:26 [2022-08-31T15:29:26.812Z] #83 20.68 Suggested packages:
15:29:26 [2022-08-31T15:29:26.812Z] #83 20.69   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
15:29:26 [2022-08-31T15:29:26.812Z] #83 20.69   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
15:29:26 [2022-08-31T15:29:26.812Z] #83 20.69   m4-doc ed diffutils-doc
15:29:26 [2022-08-31T15:29:26.812Z] #83 20.69 Recommended packages:
15:29:26 [2022-08-31T15:29:26.812Z] #83 20.69   fakeroot libalgorithm-merge-perl libltdl-dev
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.03 The following NEW packages will be installed:
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.03   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.04   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.04   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.04   libyajl2 m4 patch xz-utils
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.40 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.40 Need to get 5940 kB of archives.
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.40 After this operation, 18.7 MB of additional disk space will be used.
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.40 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.41 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.41 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.43 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.44 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.49 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.49 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.49 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.54 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.55 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.65 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.66 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.66 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.66 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.67 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.67 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.68 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.69 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.71 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.73 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 22.73 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
15:29:26 [2022-08-31T15:29:26.812Z] #83 23.56 debconf: delaying package configuration, since apt-utils is not installed
15:29:26 [2022-08-31T15:29:26.812Z] #83 23.77 Fetched 5940 kB in 1s (9284 kB/s)
15:29:26 [2022-08-31T15:29:26.812Z] #83 23.88 Selecting previously unselected package bzip2.
15:29:26 [2022-08-31T15:29:26.812Z] #83 23.88 (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.)
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.00 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.00 Unpacking bzip2 (1.0.8-4) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.11 Selecting previously unselected package libmagic-mgc.
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.14 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.15 Unpacking libmagic-mgc (1:5.39-3) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.58 Selecting previously unselected package libmagic1:amd64.
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.58 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.60 Unpacking libmagic1:amd64 (1:5.39-3) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.78 Selecting previously unselected package file.
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.78 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.80 Unpacking file (1:5.39-3) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.88 Selecting previously unselected package xz-utils.
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.89 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 24.89 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.12 Selecting previously unselected package libsigsegv2:amd64.
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.12 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.14 Unpacking libsigsegv2:amd64 (2.13-1) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.20 Selecting previously unselected package m4.
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.23 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.23 Unpacking m4 (1.4.18-5) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.45 Selecting previously unselected package autoconf.
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.46 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.47 Unpacking autoconf (2.69-14) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.83 Selecting previously unselected package autotools-dev.
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.84 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.84 Unpacking autotools-dev (20180224.1+nmu1) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.99 Selecting previously unselected package automake.
15:29:26 [2022-08-31T15:29:26.812Z] #83 25.99 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 26.00 Unpacking automake (1:1.16.3-2) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 26.51 Selecting previously unselected package patch.
15:29:26 [2022-08-31T15:29:26.812Z] #83 26.51 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 26.52 Unpacking patch (2.7.6-7) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 26.67 Selecting previously unselected package dpkg-dev.
15:29:26 [2022-08-31T15:29:26.812Z] #83 26.67 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 26.68 Unpacking dpkg-dev (1.20.11) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 27.65 Selecting previously unselected package build-essential.
15:29:26 [2022-08-31T15:29:26.812Z] #83 27.65 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 27.66 Unpacking build-essential (12.9) ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 27.74 Selecting previously unselected package libcap2:amd64.
15:29:26 [2022-08-31T15:29:26.812Z] #83 27.74 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
15:29:26 [2022-08-31T15:29:26.812Z] #83 27.76 Unpacking libcap2:amd64 (1:2.44-1) ...
15:29:27 [2022-08-31T15:29:27.074Z] #83 ...
15:29:27 [2022-08-31T15:29:27.074Z] 
15:29:27 [2022-08-31T15:29:27.074Z] #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
15:29:27 [2022-08-31T15:29:27.074Z] #64 sha256:184b4ccd0ac6b3aaf25b68633ba72158e1065d82e836a2f99dabd02a8fb5eaf0
15:29:27 [2022-08-31T15:29:27.074Z] #64 27.73 v3.0.2
15:29:27 [2022-08-31T15:29:27.074Z] #64 DONE 27.9s
15:29:27 [2022-08-31T15:29:27.074Z] 
15:29:27 [2022-08-31T15:29:27.074Z] #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             ;
15:29:27 [2022-08-31T15:29:27.074Z] #83 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:29:27 [2022-08-31T15:29:27.074Z] #83 27.90 Selecting previously unselected package libcap-dev:amd64.
15:29:27 [2022-08-31T15:29:27.074Z] #83 27.91 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
15:29:27 [2022-08-31T15:29:27.074Z] #83 27.92 Unpacking libcap-dev:amd64 (1:2.44-1) ...
15:29:27 [2022-08-31T15:29:27.074Z] #83 28.12 Selecting previously unselected package libprotobuf-c1:amd64.
15:29:27 [2022-08-31T15:29:27.074Z] #83 28.13 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:29:27 [2022-08-31T15:29:27.074Z] #83 28.13 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:29:27 [2022-08-31T15:29:27.074Z] #83 28.24 Selecting previously unselected package libprotobuf-c-dev:amd64.
15:29:27 [2022-08-31T15:29:27.334Z] #83 28.25 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
15:29:27 [2022-08-31T15:29:27.334Z] #83 28.26 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
15:29:27 [2022-08-31T15:29:27.334Z] #83 28.47 Selecting previously unselected package libseccomp-dev:amd64.
15:29:27 [2022-08-31T15:29:27.334Z] #83 28.48 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
15:29:27 [2022-08-31T15:29:27.334Z] #83 28.51 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:29:27 [2022-08-31T15:29:27.630Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 7.9% of statements
15:29:27 [2022-08-31T15:29:27.904Z] #83 28.78 Selecting previously unselected package libsystemd-dev:amd64.
15:29:27 [2022-08-31T15:29:27.904Z] #83 28.79 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
15:29:27 [2022-08-31T15:29:27.904Z] #83 28.79 Unpacking libsystemd-dev:amd64 (247.3-7) ...
15:29:28 [2022-08-31T15:29:28.164Z] #83 ...
15:29:28 [2022-08-31T15:29:28.164Z] 
15:29:28 [2022-08-31T15:29:28.164Z] #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
15:29:28 [2022-08-31T15:29:28.164Z] #47 sha256:7803bf569a318bc8b034e8f9396117345908be73bb32d1b326b268d862b92fa2
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.16 NAME:
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.16    go-winres - A tool for embedding resources in Windows executables
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.16 
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.16 USAGE:
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.16    go-winres [global options] command [command options] [arguments...]
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.18 
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.18 COMMANDS:
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.18    init     Create an initial ./winres/winres.json
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.18    make     Make syso files for the "go build" command
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.18    simply   Make syso files for the "go build" command (simplified)
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.18    extract  Extract all resources from an executable
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.18    patch    Replace resources in an executable file (exe, dll)
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.18    help, h  Shows a list of commands or help for one command
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.18 
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.18 GLOBAL OPTIONS:
15:29:28 [2022-08-31T15:29:28.164Z] #47 29.18    --help, -h  show help (default: false)
15:29:28 [2022-08-31T15:29:28.164Z] #47 DONE 29.2s
15:29:28 [2022-08-31T15:29:28.425Z] 
15:29:28 [2022-08-31T15:29:28.425Z] #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
15:29:28 [2022-08-31T15:29:28.425Z] #58 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:29:28 [2022-08-31T15:29:28.425Z] #58 28.37 The following additional packages will be installed:
15:29:28 [2022-08-31T15:29:28.425Z] #58 28.38   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:29:28 [2022-08-31T15:29:28.425Z] #58 28.38   python3-protobuf python3-six
15:29:28 [2022-08-31T15:29:28.425Z] #58 28.41 Suggested packages:
15:29:28 [2022-08-31T15:29:28.425Z] #58 28.41   python3-setuptools
15:29:28 [2022-08-31T15:29:28.425Z] #58 28.41 Recommended packages:
15:29:28 [2022-08-31T15:29:28.425Z] #58 28.41   iproute2 | iproute
15:29:28 [2022-08-31T15:29:28.425Z] #58 29.11 The following NEW packages will be installed:
15:29:28 [2022-08-31T15:29:28.425Z] #58 29.14   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:29:28 [2022-08-31T15:29:28.425Z] #58 29.14   python3-protobuf python3-six
15:29:28 [2022-08-31T15:29:28.995Z] #58 29.57 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
15:29:28 [2022-08-31T15:29:28.995Z] #58 29.57 Need to get 2315 kB of archives.
15:29:28 [2022-08-31T15:29:28.995Z] #58 29.57 After this operation, 11.1 MB of additional disk space will be used.
15:29:28 [2022-08-31T15:29:28.995Z] #58 29.57 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
15:29:28 [2022-08-31T15:29:28.995Z] #58 29.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:29:28 [2022-08-31T15:29:28.995Z] #58 29.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
15:29:28 [2022-08-31T15:29:28.995Z] #58 29.61 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
15:29:28 [2022-08-31T15:29:28.995Z] #58 29.65 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:29:28 [2022-08-31T15:29:28.995Z] #58 29.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
15:29:28 [2022-08-31T15:29:28.995Z] #58 29.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:29:30 [2022-08-31T15:29:30.958Z] #58 ...
15:29:30 [2022-08-31T15:29:30.958Z] 
15:29:30 [2022-08-31T15:29:30.958Z] #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             ;
15:29:30 [2022-08-31T15:29:30.958Z] #83 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:29:30 [2022-08-31T15:29:30.958Z] #83 29.75 Selecting previously unselected package libtool.
15:29:30 [2022-08-31T15:29:30.958Z] #83 29.75 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 29.76 Unpacking libtool (2.4.6-15) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.16 Selecting previously unselected package libudev-dev:amd64.
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.16 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.19 Unpacking libudev-dev:amd64 (247.3-7) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.48 Selecting previously unselected package libyajl2:amd64.
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.48 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.48 Unpacking libyajl2:amd64 (2.1.0-3) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.64 Selecting previously unselected package libyajl-dev:amd64.
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.65 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.66 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.92 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.96 Setting up libmagic-mgc (1:5.39-3) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.97 Setting up libyajl2:amd64 (2.1.0-3) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 30.98 Setting up libmagic1:amd64 (1:5.39-3) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.00 Setting up file (1:5.39-3) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.01 Setting up bzip2 (1.0.8-4) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.03 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.04 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.05 Setting up libcap2:amd64 (1:2.44-1) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.06 Setting up autotools-dev (20180224.1+nmu1) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.08 Setting up libsigsegv2:amd64 (2.13-1) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.09 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.12 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.13 Setting up patch (2.7.6-7) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.14 Setting up libudev-dev:amd64 (247.3-7) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.15 Setting up libyajl-dev:amd64 (2.1.0-3) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.17 Setting up libcap-dev:amd64 (1:2.44-1) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.18 Setting up libsystemd-dev:amd64 (247.3-7) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.19 Setting up libtool (2.4.6-15) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.20 Setting up m4 (1.4.18-5) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.21 Setting up dpkg-dev (1.20.11) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.23 Setting up autoconf (2.69-14) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.24 Setting up build-essential (12.9) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.25 Setting up automake (1:1.16.3-2) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.26 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
15:29:30 [2022-08-31T15:29:30.958Z] #83 31.29 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:29:30 [2022-08-31T15:29:30.958Z] #83 DONE 31.6s
15:29:30 [2022-08-31T15:29:30.958Z] 
15:29:30 [2022-08-31T15:29:30.958Z] #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
15:29:30 [2022-08-31T15:29:30.958Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:29:31 [2022-08-31T15:29:31.531Z] #84 0.894 Cloning into '/tmp/crun-build'...
15:29:35 [2022-08-31T15:29:35.726Z] #84 ...
15:29:35 [2022-08-31T15:29:35.726Z] 
15:29:35 [2022-08-31T15:29:35.726Z] #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
15:29:35 [2022-08-31T15:29:35.726Z] #41 sha256:c01d2ca93070b46c2b698fd57bf153e2968c6185a055fa7f94e1207c6933d0df
15:29:35 [2022-08-31T15:29:35.726Z] #41 36.24 Updating files:  94% (1435/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.
15:29:35 [2022-08-31T15:29:35.726Z] #41 36.32 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
15:29:35 [2022-08-31T15:29:35.726Z] #41 36.59 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
15:29:43 [2022-08-31T15:29:43.851Z] #41 ...
15:29:43 [2022-08-31T15:29:43.851Z] 
15:29:43 [2022-08-31T15:29:43.851Z] #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
15:29:43 [2022-08-31T15:29:43.851Z] #58 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:29:43 [2022-08-31T15:29:43.851Z] #58 33.64 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
15:29:43 [2022-08-31T15:29:43.851Z] #58 34.65 debconf: delaying package configuration, since apt-utils is not installed
15:29:43 [2022-08-31T15:29:43.851Z] #58 34.80 Fetched 2315 kB in 5s (480 kB/s)
15:29:43 [2022-08-31T15:29:43.851Z] #58 34.87 Selecting previously unselected package libprotobuf23:amd64.
15:29:43 [2022-08-31T15:29:43.851Z] #58 34.87 (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.)
15:29:43 [2022-08-31T15:29:43.851Z] #58 34.91 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 34.93 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 35.49 Selecting previously unselected package python3-pkg-resources.
15:29:43 [2022-08-31T15:29:43.851Z] #58 35.49 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 35.50 Unpacking python3-pkg-resources (52.0.0-4) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 35.69 Selecting previously unselected package python3-six.
15:29:43 [2022-08-31T15:29:43.851Z] #58 35.69 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 35.71 Unpacking python3-six (1.16.0-2) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 35.79 Selecting previously unselected package python3-protobuf.
15:29:43 [2022-08-31T15:29:43.851Z] #58 35.79 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 35.80 Unpacking python3-protobuf (3.12.4-1) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.20 Selecting previously unselected package libnet1:amd64.
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.21 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.21 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.31 Selecting previously unselected package libnl-3-200:amd64.
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.31 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.32 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.41 Selecting previously unselected package libprotobuf-c1:amd64.
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.41 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.42 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.50 Selecting previously unselected package criu.
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.50 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 36.51 Unpacking criu (3.17.1-1) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 37.11 Setting up python3-pkg-resources (52.0.0-4) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 38.36 Setting up libprotobuf23:amd64 (3.12.4-1) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 38.38 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 38.39 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 38.40 Setting up python3-six (1.16.0-2) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 39.23 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 39.26 Setting up python3-protobuf (3.12.4-1) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 41.96 Setting up criu (3.17.1-1) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 43.34 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:29:43 [2022-08-31T15:29:43.851Z] #58 DONE 43.8s
15:29:43 [2022-08-31T15:29:43.851Z] 
15:29:43 [2022-08-31T15:29:43.851Z] #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
15:29:43 [2022-08-31T15:29:43.851Z] #60 sha256:5a5cb01c2db617814964e3f18443a0bc28c742d82a13333b2f6ce38fbf0e09bf
15:29:43 [2022-08-31T15:29:43.851Z] #60 44.07 gotestsum version dev
15:29:43 [2022-08-31T15:29:43.851Z] #60 DONE 44.1s
15:29:43 [2022-08-31T15:29:43.851Z] 
15:29:43 [2022-08-31T15:29:43.851Z] #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
15:29:43 [2022-08-31T15:29:43.851Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:29:43 [2022-08-31T15:29:43.851Z] #84 5.987 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
15:29:43 [2022-08-31T15:29:43.851Z] #84 5.995 Cloning into '/tmp/crun-build/libocispec'...
15:29:43 [2022-08-31T15:29:43.851Z] #84 7.199 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
15:29:43 [2022-08-31T15:29:43.851Z] #84 7.212 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
15:29:43 [2022-08-31T15:29:43.851Z] #84 7.212 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
15:29:43 [2022-08-31T15:29:43.851Z] #84 7.212 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
15:29:43 [2022-08-31T15:29:43.851Z] #84 7.242 Cloning into '/tmp/crun-build/libocispec/image-spec'...
15:29:43 [2022-08-31T15:29:43.851Z] #84 8.854 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
15:29:43 [2022-08-31T15:29:43.851Z] #84 10.36 Cloning into '/tmp/crun-build/libocispec/yajl'...
15:29:43 [2022-08-31T15:29:43.851Z] #84 11.54 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
15:29:43 [2022-08-31T15:29:43.851Z] #84 11.74 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
15:29:43 [2022-08-31T15:29:43.851Z] #84 11.93 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
15:29:44 [2022-08-31T15:29:44.790Z] #84 ...
15:29:44 [2022-08-31T15:29:44.790Z] 
15:29:44 [2022-08-31T15:29:44.790Z] #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
15:29:44 [2022-08-31T15:29:44.790Z] #41 sha256:c01d2ca93070b46c2b698fd57bf153e2968c6185a055fa7f94e1207c6933d0df
15:29:44 [2022-08-31T15:29:44.790Z] #41 DONE 45.6s
15:29:45 [2022-08-31T15:29:45.050Z] 
15:29:45 [2022-08-31T15:29:45.050Z] #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
15:29:45 [2022-08-31T15:29:45.050Z] #54 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:29:48 [2022-08-31T15:29:48.031Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e99fcf172d101dee) in /home/ubuntu/workspace/moby_PR-44068
[Pipeline] {
[Pipeline] checkout
15:29:48 [2022-08-31T15:29:48.085Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-001d8e51b0086c4fb) in /home/ubuntu/workspace/moby_PR-44068
[Pipeline] {
[Pipeline] checkout
15:29:48 [2022-08-31T15:29:48.149Z] The recommended git tool is: git
15:29:48 [2022-08-31T15:29:48.179Z] The recommended git tool is: git
15:29:48 [2022-08-31T15:29:48.346Z] #54 49.22 + dpkg --print-architecture
15:29:48 [2022-08-31T15:29:48.346Z] #54 49.22 + git checkout -q v2.1.0
15:29:48 [2022-08-31T15:29:48.605Z] #54 49.39 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
15:29:48 [2022-08-31T15:29:48.605Z] #54 49.39 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
15:29:50 [2022-08-31T15:29:50.624Z] using credential docker-jenkins-github-credentials
15:29:50 [2022-08-31T15:29:50.632Z] Cloning the remote Git repository
15:29:50 [2022-08-31T15:29:50.632Z] Cloning with configured refspecs honoured and without tags
15:29:50 [2022-08-31T15:29:50.682Z] using credential docker-jenkins-github-credentials
15:29:50 [2022-08-31T15:29:50.691Z] Cloning the remote Git repository
15:29:50 [2022-08-31T15:29:50.691Z] Cloning with configured refspecs honoured and without tags
15:29:50 [2022-08-31T15:29:50.084Z] Cloning repository https://github.com/moby/moby.git
15:29:50 [2022-08-31T15:29:50.137Z]  > git init /home/ubuntu/workspace/moby_PR-44068 # timeout=10
15:29:50 [2022-08-31T15:29:50.427Z] Fetching upstream changes from https://github.com/moby/moby.git
15:29:50 [2022-08-31T15:29:50.427Z]  > git --version # timeout=10
15:29:50 [2022-08-31T15:29:50.448Z]  > git --version # 'git version 2.17.1'
15:29:50 [2022-08-31T15:29:50.448Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:29:50 [2022-08-31T15:29:50.450Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44068/head:refs/remotes/origin/PR-44068 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:29:50 [2022-08-31T15:29:50.526Z] Cloning repository https://github.com/moby/moby.git
15:29:50 [2022-08-31T15:29:50.581Z]  > git init /home/ubuntu/workspace/moby_PR-44068 # timeout=10
15:29:50 [2022-08-31T15:29:50.892Z] Fetching upstream changes from https://github.com/moby/moby.git
15:29:50 [2022-08-31T15:29:50.892Z]  > git --version # timeout=10
15:29:50 [2022-08-31T15:29:50.915Z]  > git --version # 'git version 2.17.1'
15:29:50 [2022-08-31T15:29:50.915Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:29:50 [2022-08-31T15:29:50.945Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44068/head:refs/remotes/origin/PR-44068 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:29:53 [2022-08-31T15:29:53.884Z] #54 ...
15:29:53 [2022-08-31T15:29:53.884Z] 
15:29:53 [2022-08-31T15:29:53.884Z] #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
15:29:53 [2022-08-31T15:29:53.884Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:29:53 [2022-08-31T15:29:53.884Z] #84 22.78 aclocal: warning: couldn't open directory 'm4': No such file or directory
15:30:00 [2022-08-31T15:30:00.463Z] #84 ...
15:30:00 [2022-08-31T15:30:00.463Z] 
15:30:00 [2022-08-31T15:30:00.463Z] #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
15:30:00 [2022-08-31T15:30:00.463Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:30:00 [2022-08-31T15:30:00.463Z] #19 42.91 Fetched 49.2 MB in 42s (1178 kB/s)
15:30:00 [2022-08-31T15:30:00.463Z] #19 42.91 Reading package lists...
15:30:00 [2022-08-31T15:30:00.463Z] #19 ...
15:30:00 [2022-08-31T15:30:00.463Z] 
15:30:00 [2022-08-31T15:30:00.463Z] #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
15:30:00 [2022-08-31T15:30:00.463Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:30:00 [2022-08-31T15:30:00.463Z] #84 29.84 libtoolize: putting auxiliary files in '.'.
15:30:00 [2022-08-31T15:30:00.463Z] #84 29.84 libtoolize: copying file './ltmain.sh'
15:30:00 [2022-08-31T15:30:00.723Z] #84 30.21 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
15:30:00 [2022-08-31T15:30:00.723Z] #84 30.21 libtoolize: and rerunning libtoolize and aclocal.
15:30:00 [2022-08-31T15:30:00.723Z] #84 30.21 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
15:30:07 [2022-08-31T15:30:07.308Z] #84 36.31 configure.ac:7: installing './compile'
15:30:07 [2022-08-31T15:30:07.308Z] #84 36.31 configure.ac:11: installing './config.guess'
15:30:07 [2022-08-31T15:30:07.308Z] #84 36.32 configure.ac:11: installing './config.sub'
15:30:07 [2022-08-31T15:30:07.308Z] #84 36.33 configure.ac:8: installing './install-sh'
15:30:07 [2022-08-31T15:30:07.308Z] #84 36.33 configure.ac:8: installing './missing'
15:30:07 [2022-08-31T15:30:07.308Z] #84 36.44 Makefile.am: installing './depcomp'
15:30:07 [2022-08-31T15:30:07.877Z] #84 37.12 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
15:30:07 [2022-08-31T15:30:07.877Z] #84 37.12 libtoolize: copying file 'build-aux/ltmain.sh'
15:30:07 [2022-08-31T15:30:07.877Z] #84 37.21 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
15:30:07 [2022-08-31T15:30:07.877Z] #84 37.21 libtoolize: copying file 'm4/libtool.m4'
15:30:07 [2022-08-31T15:30:07.877Z] #84 37.28 libtoolize: copying file 'm4/ltoptions.m4'
15:30:08 [2022-08-31T15:30:08.136Z] #84 37.35 libtoolize: copying file 'm4/ltsugar.m4'
15:30:08 [2022-08-31T15:30:08.136Z] #84 37.40 libtoolize: copying file 'm4/ltversion.m4'
15:30:08 [2022-08-31T15:30:08.136Z] #84 37.46 libtoolize: copying file 'm4/lt~obsolete.m4'
15:30:08 [2022-08-31T15:30:08.136Z] #84 37.54 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
15:30:08 [2022-08-31T15:30:08.705Z] #84 ...
15:30:08 [2022-08-31T15:30:08.705Z] 
15:30:08 [2022-08-31T15:30:08.705Z] #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
15:30:08 [2022-08-31T15:30:08.705Z] #54 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:30:08 [2022-08-31T15:30:08.705Z] #54 DONE 69.4s
15:30:08 [2022-08-31T15:30:08.705Z] 
15:30:08 [2022-08-31T15:30:08.705Z] #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
15:30:08 [2022-08-31T15:30:08.705Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:30:08 [2022-08-31T15:30:08.705Z] #19 42.91 Reading package lists...
15:30:11 [2022-08-31T15:30:11.995Z] #19 53.84 Reading package lists...
15:30:13 [2022-08-31T15:30:13.891Z] Fetching without tags
15:30:14 [2022-08-31T15:30:14.005Z] Fetching without tags
15:30:13 [2022-08-31T15:30:13.777Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:30:13 [2022-08-31T15:30:13.799Z]  > git config --add remote.origin.fetch +refs/pull/44068/head:refs/remotes/origin/PR-44068 # timeout=10
15:30:13 [2022-08-31T15:30:13.815Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:30:13 [2022-08-31T15:30:13.839Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:30:13 [2022-08-31T15:30:13.867Z] Fetching upstream changes from https://github.com/moby/moby.git
15:30:13 [2022-08-31T15:30:13.867Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:30:13 [2022-08-31T15:30:13.868Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44068/head:refs/remotes/origin/PR-44068 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:30:14 [2022-08-31T15:30:14.169Z] Merging remotes/origin/master commit 0db50996b76fa009b4e905dff35be3a1d308f698 into PR head commit 5591187178010bd407f0784bf83909ec395d7b97
15:30:13 [2022-08-31T15:30:13.901Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:30:13 [2022-08-31T15:30:13.916Z]  > git config --add remote.origin.fetch +refs/pull/44068/head:refs/remotes/origin/PR-44068 # timeout=10
15:30:13 [2022-08-31T15:30:13.942Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:30:13 [2022-08-31T15:30:13.971Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:30:14 [2022-08-31T15:30:14.010Z] Fetching upstream changes from https://github.com/moby/moby.git
15:30:14 [2022-08-31T15:30:14.010Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:30:14 [2022-08-31T15:30:14.011Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44068/head:refs/remotes/origin/PR-44068 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:30:14 [2022-08-31T15:30:14.346Z] Merging remotes/origin/master commit 0db50996b76fa009b4e905dff35be3a1d308f698 into PR head commit 5591187178010bd407f0784bf83909ec395d7b97
15:30:14 [2022-08-31T15:30:14.794Z] #19 65.32 Building dependency tree...
15:30:15 [2022-08-31T15:30:15.054Z] #19 ...
15:30:15 [2022-08-31T15:30:15.054Z] 
15:30:15 [2022-08-31T15:30:15.054Z] #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
15:30:15 [2022-08-31T15:30:15.054Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:30:15 [2022-08-31T15:30:15.054Z] #84 44.59 configure.ac:7: installing 'build-aux/compile'
15:30:15 [2022-08-31T15:30:15.054Z] #84 44.61 configure.ac:9: installing 'build-aux/config.guess'
15:30:15 [2022-08-31T15:30:15.125Z] Merge succeeded, producing 5591187178010bd407f0784bf83909ec395d7b97
15:30:15 [2022-08-31T15:30:15.125Z] Checking out Revision 5591187178010bd407f0784bf83909ec395d7b97 (PR-44068)
15:30:15 [2022-08-31T15:30:15.298Z] Merge succeeded, producing 5591187178010bd407f0784bf83909ec395d7b97
15:30:15 [2022-08-31T15:30:15.298Z] Checking out Revision 5591187178010bd407f0784bf83909ec395d7b97 (PR-44068)
15:30:15 [2022-08-31T15:30:15.313Z] #84 44.61 configure.ac:9: installing 'build-aux/config.sub'
15:30:15 [2022-08-31T15:30:15.313Z] #84 44.62 configure.ac:11: installing 'build-aux/install-sh'
15:30:15 [2022-08-31T15:30:15.313Z] #84 44.62 configure.ac:11: installing 'build-aux/missing'
15:30:15 [2022-08-31T15:30:15.313Z] #84 44.74 Makefile.am: installing 'build-aux/depcomp'
15:30:15 [2022-08-31T15:30:15.573Z] #84 44.79 parallel-tests: installing 'build-aux/test-driver'
15:30:14 [2022-08-31T15:30:14.149Z]  > git config core.sparsecheckout # timeout=10
15:30:14 [2022-08-31T15:30:14.183Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
15:30:15 [2022-08-31T15:30:15.014Z]  > git remote # timeout=10
15:30:15 [2022-08-31T15:30:15.043Z]  > git config --get remote.origin.url # timeout=10
15:30:15 [2022-08-31T15:30:15.067Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:30:15 [2022-08-31T15:30:15.068Z]  > git merge 0db50996b76fa009b4e905dff35be3a1d308f698 # timeout=10
15:30:15 [2022-08-31T15:30:15.087Z]  > git rev-parse HEAD^{commit} # timeout=10
15:30:15 [2022-08-31T15:30:15.102Z]  > git config core.sparsecheckout # timeout=10
15:30:15 [2022-08-31T15:30:15.111Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
15:30:14 [2022-08-31T15:30:14.358Z]  > git config core.sparsecheckout # timeout=10
15:30:14 [2022-08-31T15:30:14.387Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
15:30:15 [2022-08-31T15:30:15.190Z]  > git remote # timeout=10
15:30:15 [2022-08-31T15:30:15.214Z]  > git config --get remote.origin.url # timeout=10
15:30:15 [2022-08-31T15:30:15.238Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:30:15 [2022-08-31T15:30:15.239Z]  > git merge 0db50996b76fa009b4e905dff35be3a1d308f698 # timeout=10
15:30:15 [2022-08-31T15:30:15.273Z]  > git rev-parse HEAD^{commit} # timeout=10
15:30:15 [2022-08-31T15:30:15.301Z]  > git config core.sparsecheckout # timeout=10
15:30:15 [2022-08-31T15:30:15.325Z]  > git checkout -f 5591187178010bd407f0784bf83909ec395d7b97 # timeout=10
15:30:16 [2022-08-31T15:30:16.512Z] #84 45.86 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
15:30:16 [2022-08-31T15:30:16.512Z] #84 45.87 libtoolize: copying file 'build-aux/ltmain.sh'
15:30:16 [2022-08-31T15:30:16.772Z] #84 46.21 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
15:30:16 [2022-08-31T15:30:16.772Z] #84 46.21 libtoolize: copying file 'm4/libtool.m4'
15:30:16 [2022-08-31T15:30:16.772Z] #84 46.26 libtoolize: copying file 'm4/ltoptions.m4'
15:30:17 [2022-08-31T15:30:17.032Z] #84 46.33 libtoolize: copying file 'm4/ltsugar.m4'
15:30:17 [2022-08-31T15:30:17.032Z] #84 46.38 libtoolize: copying file 'm4/ltversion.m4'
15:30:17 [2022-08-31T15:30:17.032Z] #84 46.44 libtoolize: copying file 'm4/lt~obsolete.m4'
15:30:19 [2022-08-31T15:30:19.914Z] Commit message: "prefer error over panic (where possible)"
15:30:19 [2022-08-31T15:30:19.914Z] Commit message: "prefer error over panic (where possible)"
15:30:19 [2022-08-31T15:30:19.933Z]  > git --version # timeout=10
15:30:19 [2022-08-31T15:30:19.959Z]  > git --version # 'git version 2.17.1'
15:30:19 [2022-08-31T15:30:19.980Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
15:30:19 [2022-08-31T15:30:19.914Z]  > git --version # timeout=10
15:30:19 [2022-08-31T15:30:19.943Z]  > git --version # 'git version 2.17.1'
15:30:19 [2022-08-31T15:30:19.974Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
15:30:21 [2022-08-31T15:30:21.029Z] + docker version
15:30:21 [2022-08-31T15:30:21.229Z] #84 ...
15:30:21 [2022-08-31T15:30:21.229Z] 
15:30:21 [2022-08-31T15:30:21.229Z] #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
15:30:21 [2022-08-31T15:30:21.229Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.33 The following additional packages will be installed:
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.33   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.33   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.33   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.33   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.33   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.33   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.34   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.34   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.34   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.34   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.34   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.34   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.34   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.34   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.34   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.34   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.34   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.35   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.36   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.36   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.36   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.36   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.36   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.36   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.36   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.36   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.36   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.36   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.36   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.37   linux-libc-dev-s390x-cross patch xz-utils
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.40 Suggested packages:
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.40   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.40   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.40   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.40   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.40   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.40   libyaml-shell-perl ed diffutils-doc
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.40 Recommended packages:
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.40   fakeroot build-essential libalgorithm-merge-perl libwww-perl
15:30:21 [2022-08-31T15:30:21.229Z] #19 69.40   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.15 The following NEW packages will be installed:
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   crossbuild-essential-armel crossbuild-essential-armhf
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.16   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.17   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.17   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.17   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.17   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.17   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.17   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.17   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.17   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.17   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.17   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.18   linux-libc-dev-s390x-cross patch xz-utils
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.64 0 upgraded, 133 newly installed, 0 to remove and 1 not upgraded.
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.64 Need to get 788 MB of archives.
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.64 After this operation, 3385 MB of additional disk space will be used.
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.64 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.64 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.64 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.65 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.66 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.72 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.77 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.83 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.88 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.91 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]
15:30:21 [2022-08-31T15:30:21.229Z] #19 73.92 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]
15:30:21 [2022-08-31T15:30:21.431Z] + docker version
15:30:21 [2022-08-31T15:30:21.802Z] #19 74.88 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]
15:30:21 [2022-08-31T15:30:21.802Z] #19 74.88 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]
15:30:22 [2022-08-31T15:30:22.743Z] #19 75.78 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]
15:30:22 [2022-08-31T15:30:22.743Z] #19 75.78 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]
15:30:23 [2022-08-31T15:30:23.688Z] #19 76.79 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]
15:30:23 [2022-08-31T15:30:23.688Z] #19 76.79 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]
15:30:24 [2022-08-31T15:30:24.631Z] #19 77.60 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]
15:30:24 [2022-08-31T15:30:24.631Z] #19 77.61 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]
15:30:24 [2022-08-31T15:30:24.891Z] #19 ...
15:30:24 [2022-08-31T15:30:24.891Z] 
15:30:24 [2022-08-31T15:30:24.892Z] #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
15:30:24 [2022-08-31T15:30:24.892Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:30:24 [2022-08-31T15:30:24.892Z] #84 54.34 configure.ac:11: installing 'build-aux/compile'
15:30:25 [2022-08-31T15:30:25.151Z] #84 54.34 configure.ac:11: installing 'build-aux/config.guess'
15:30:25 [2022-08-31T15:30:25.151Z] #84 54.35 configure.ac:11: installing 'build-aux/config.sub'
15:30:25 [2022-08-31T15:30:25.151Z] #84 54.36 configure.ac:13: installing 'build-aux/install-sh'
15:30:25 [2022-08-31T15:30:25.151Z] #84 54.36 configure.ac:13: installing 'build-aux/missing'
15:30:25 [2022-08-31T15:30:25.151Z] #84 54.37 configure.ac:8: installing 'build-aux/tap-driver.sh'
15:30:25 [2022-08-31T15:30:25.151Z] #84 54.52 Makefile.am: installing 'build-aux/depcomp'
15:30:26 [2022-08-31T15:30:26.351Z] #84 55.43 checking build system type... x86_64-pc-linux-gnu
15:30:26 [2022-08-31T15:30:26.351Z] #84 55.62 checking host system type... x86_64-pc-linux-gnu
15:30:26 [2022-08-31T15:30:26.351Z] #84 55.62 checking how to print strings... printf
15:30:26 [2022-08-31T15:30:26.351Z] #84 55.64 checking for gcc... gcc
15:30:26 [2022-08-31T15:30:26.351Z] #84 55.68 checking whether the C compiler works... yes
15:30:26 [2022-08-31T15:30:26.351Z] #84 55.80 checking for C compiler default output file name... a.out
15:30:26 [2022-08-31T15:30:26.351Z] #84 55.80 checking for suffix of executables... 
15:30:26 [2022-08-31T15:30:26.930Z] #84 55.92 checking whether we are cross compiling... no
15:30:26 [2022-08-31T15:30:26.930Z] #84 56.13 checking for suffix of object files... o
15:30:26 [2022-08-31T15:30:26.930Z] #84 56.21 checking whether we are using the GNU C compiler... yes
15:30:26 [2022-08-31T15:30:26.930Z] #84 56.28 checking whether gcc accepts -g... yes
15:30:27 [2022-08-31T15:30:27.195Z] #84 56.36 checking for gcc option to accept ISO C89... none needed
15:30:27 [2022-08-31T15:30:27.195Z] #84 56.46 checking whether gcc understands -c and -o together... yes
15:30:27 [2022-08-31T15:30:27.195Z] #84 56.60 checking for a sed that does not truncate output... /bin/sed
15:30:27 [2022-08-31T15:30:27.195Z] #84 56.61 checking for grep that handles long lines and -e... /bin/grep
15:30:27 [2022-08-31T15:30:27.195Z] #84 56.62 checking for egrep... /bin/grep -E
15:30:27 [2022-08-31T15:30:27.195Z] #84 56.62 checking for fgrep... /bin/grep -F
15:30:27 [2022-08-31T15:30:27.195Z] #84 56.63 checking for ld used by gcc... /usr/bin/ld
15:30:27 [2022-08-31T15:30:27.195Z] #84 56.64 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:30:27 [2022-08-31T15:30:27.195Z] #84 56.64 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:30:27 [2022-08-31T15:30:27.195Z] #84 56.66 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.71 checking whether ln -s works... yes
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.71 checking the maximum length of command line arguments... 1572864
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.73 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.73 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.73 checking for /usr/bin/ld option to reload object files... -r
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.73 checking for objdump... objdump
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.73 checking how to recognize dependent libraries... pass_all
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.74 checking for dlltool... no
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.74 checking how to associate runtime and link libraries... printf %s\n
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.74 checking for ar... ar
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.74 checking for archiver @FILE support... @
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.82 checking for strip... strip
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.82 checking for ranlib... ranlib
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.82 checking for gawk... no
15:30:27 [2022-08-31T15:30:27.454Z] #84 56.82 checking for mawk... mawk
15:30:27 [2022-08-31T15:30:27.714Z] #84 56.82 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:30:27 [2022-08-31T15:30:27.714Z] #84 57.04 checking for sysroot... no
15:30:27 [2022-08-31T15:30:27.714Z] #84 57.04 checking for a working dd... /bin/dd
15:30:27 [2022-08-31T15:30:27.714Z] #84 57.05 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
15:30:27 [2022-08-31T15:30:27.714Z] #84 57.13 checking for mt... no
15:30:27 [2022-08-31T15:30:27.714Z] #84 57.13 checking if : is a manifest tool... no
15:30:27 [2022-08-31T15:30:27.714Z] #84 57.13 checking how to run the C preprocessor... gcc -E
15:30:28 [2022-08-31T15:30:28.237Z] #84 57.26 checking for ANSI C header files... yes
15:30:28 [2022-08-31T15:30:28.237Z] #84 57.61 checking for sys/types.h... yes
15:30:28 [2022-08-31T15:30:28.498Z] #84 57.73 checking for sys/stat.h... yes
15:30:28 [2022-08-31T15:30:28.498Z] #84 57.82 checking for stdlib.h... yes
15:30:28 [2022-08-31T15:30:28.498Z] #84 57.93 checking for string.h... yes
15:30:28 [2022-08-31T15:30:28.759Z] #84 58.09 checking for memory.h... yes
15:30:28 [2022-08-31T15:30:28.759Z] #84 58.22 checking for strings.h... yes
15:30:29 [2022-08-31T15:30:29.019Z] #84 58.35 checking for inttypes.h... yes
15:30:29 [2022-08-31T15:30:29.019Z] #84 58.45 checking for stdint.h... yes
15:30:29 [2022-08-31T15:30:29.171Z] Client: Docker Engine - Community
15:30:29 [2022-08-31T15:30:29.171Z]  Version:           20.10.14
15:30:29 [2022-08-31T15:30:29.171Z]  API version:       1.41
15:30:29 [2022-08-31T15:30:29.171Z]  Go version:        go1.16.15
15:30:29 [2022-08-31T15:30:29.171Z]  Git commit:        a224086
15:30:29 [2022-08-31T15:30:29.171Z]  Built:             Thu Mar 24 01:47:57 2022
15:30:29 [2022-08-31T15:30:29.171Z]  OS/Arch:           linux/amd64
15:30:29 [2022-08-31T15:30:29.171Z]  Context:           default
15:30:29 [2022-08-31T15:30:29.171Z]  Experimental:      true
15:30:29 [2022-08-31T15:30:29.171Z] 
15:30:29 [2022-08-31T15:30:29.171Z] Server: Docker Engine - Community
15:30:29 [2022-08-31T15:30:29.171Z]  Engine:
15:30:29 [2022-08-31T15:30:29.171Z]   Version:          20.10.14
15:30:29 [2022-08-31T15:30:29.171Z]   API version:      1.41 (minimum version 1.12)
15:30:29 [2022-08-31T15:30:29.171Z]   Go version:       go1.16.15
15:30:29 [2022-08-31T15:30:29.171Z]   Git commit:       87a90dc
15:30:29 [2022-08-31T15:30:29.171Z]   Built:            Thu Mar 24 01:45:46 2022
15:30:29 [2022-08-31T15:30:29.171Z]   OS/Arch:          linux/amd64
15:30:29 [2022-08-31T15:30:29.171Z]   Experimental:     true
15:30:29 [2022-08-31T15:30:29.171Z]  containerd:
15:30:29 [2022-08-31T15:30:29.171Z]   Version:          1.5.11
15:30:29 [2022-08-31T15:30:29.171Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
15:30:29 [2022-08-31T15:30:29.171Z]  runc:
15:30:29 [2022-08-31T15:30:29.171Z]   Version:          1.0.3
15:30:29 [2022-08-31T15:30:29.171Z]   GitCommit:        v1.0.3-0-gf46b6ba
15:30:29 [2022-08-31T15:30:29.171Z]  docker-init:
15:30:29 [2022-08-31T15:30:29.171Z]   Version:          0.19.0
15:30:29 [2022-08-31T15:30:29.171Z]   GitCommit:        de40ad0
[Pipeline] sh
15:30:29 [2022-08-31T15:30:29.538Z] + docker info
15:30:29 [2022-08-31T15:30:29.540Z] #84 58.58 checking for unistd.h... yes
15:30:29 [2022-08-31T15:30:29.540Z] #84 58.80 checking for dlfcn.h... yes
15:30:29 [2022-08-31T15:30:29.540Z] #84 58.91 checking for objdir... .libs
15:30:29 [2022-08-31T15:30:29.547Z] Client: Docker Engine - Community
15:30:29 [2022-08-31T15:30:29.547Z]  Version:           20.10.14
15:30:29 [2022-08-31T15:30:29.547Z]  API version:       1.41
15:30:29 [2022-08-31T15:30:29.547Z]  Go version:        go1.16.15
15:30:29 [2022-08-31T15:30:29.547Z]  Git commit:        a224086
15:30:29 [2022-08-31T15:30:29.547Z]  Built:             Thu Mar 24 01:47:57 2022
15:30:29 [2022-08-31T15:30:29.547Z]  OS/Arch:           linux/amd64
15:30:29 [2022-08-31T15:30:29.547Z]  Context:           default
15:30:29 [2022-08-31T15:30:29.547Z]  Experimental:      true
15:30:29 [2022-08-31T15:30:29.547Z] 
15:30:29 [2022-08-31T15:30:29.547Z] Server: Docker Engine - Community
15:30:29 [2022-08-31T15:30:29.547Z]  Engine:
15:30:29 [2022-08-31T15:30:29.547Z]   Version:          20.10.14
15:30:29 [2022-08-31T15:30:29.547Z]   API version:      1.41 (minimum version 1.12)
15:30:29 [2022-08-31T15:30:29.547Z]   Go version:       go1.16.15
15:30:29 [2022-08-31T15:30:29.547Z]   Git commit:       87a90dc
15:30:29 [2022-08-31T15:30:29.547Z]   Built:            Thu Mar 24 01:45:46 2022
15:30:29 [2022-08-31T15:30:29.547Z]   OS/Arch:          linux/amd64
15:30:29 [2022-08-31T15:30:29.547Z]   Experimental:     true
15:30:29 [2022-08-31T15:30:29.547Z]  containerd:
15:30:29 [2022-08-31T15:30:29.547Z]   Version:          1.5.11
15:30:29 [2022-08-31T15:30:29.547Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
15:30:29 [2022-08-31T15:30:29.547Z]  runc:
15:30:29 [2022-08-31T15:30:29.547Z]   Version:          1.0.3
15:30:29 [2022-08-31T15:30:29.547Z]   GitCommit:        v1.0.3-0-gf46b6ba
15:30:29 [2022-08-31T15:30:29.547Z]  docker-init:
15:30:29 [2022-08-31T15:30:29.547Z]   Version:          0.19.0
15:30:29 [2022-08-31T15:30:29.547Z]   GitCommit:        de40ad0
[Pipeline] sh
15:30:29 [2022-08-31T15:30:29.800Z] #84 59.11 checking if gcc supports -fno-rtti -fno-exceptions... no
15:30:29 [2022-08-31T15:30:29.800Z] #84 59.20 checking for gcc option to produce PIC... -fPIC -DPIC
15:30:29 [2022-08-31T15:30:29.800Z] #84 59.20 checking if gcc PIC flag -fPIC -DPIC works... yes
15:30:29 [2022-08-31T15:30:29.855Z] + docker info
15:30:30 [2022-08-31T15:30:30.060Z] #84 59.26 checking if gcc static flag -static works... yes
15:30:30 [2022-08-31T15:30:30.322Z] #84 59.50 checking if gcc supports -c -o file.o... yes
15:30:30 [2022-08-31T15:30:30.322Z] #84 59.59 checking if gcc supports -c -o file.o... (cached) yes
15:30:30 [2022-08-31T15:30:30.322Z] #84 59.59 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
15:30:30 [2022-08-31T15:30:30.583Z] #84 59.63 checking dynamic linker characteristics... GNU/Linux ld.so
15:30:30 [2022-08-31T15:30:30.583Z] #84 59.88 checking how to hardcode library paths into programs... immediate
15:30:30 [2022-08-31T15:30:30.583Z] #84 59.88 checking whether stripping libraries is possible... yes
15:30:30 [2022-08-31T15:30:30.583Z] #84 59.90 checking if libtool supports shared libraries... yes
15:30:30 [2022-08-31T15:30:30.583Z] #84 59.90 checking whether to build shared libraries... no
15:30:30 [2022-08-31T15:30:30.583Z] #84 59.90 checking whether to build static libraries... yes
15:30:30 [2022-08-31T15:30:30.583Z] #84 59.90 checking for a BSD-compatible install... /usr/bin/install -c
15:30:30 [2022-08-31T15:30:30.583Z] #84 59.93 checking whether build environment is sane... yes
15:30:30 [2022-08-31T15:30:30.583Z] #84 59.97 checking for a thread-safe mkdir -p... /bin/mkdir -p
15:30:30 [2022-08-31T15:30:30.583Z] #84 59.98 checking whether make sets $(MAKE)... yes
15:30:30 [2022-08-31T15:30:30.583Z] #84 60.01 checking whether make supports the include directive... yes (GNU style)
15:30:30 [2022-08-31T15:30:30.583Z] #84 60.03 checking whether make supports nested variables... yes
15:30:30 [2022-08-31T15:30:30.583Z] #84 60.06 checking whether UID '0' is supported by ustar format... yes
15:30:30 [2022-08-31T15:30:30.583Z] #84 60.07 checking whether GID '0' is supported by ustar format... yes
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.07 checking how to create a ustar tar archive... gnutar
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.11 checking dependency style of gcc... gcc3
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.25 checking whether to enable maintainer-specific portions of Makefiles... yes
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.25 checking whether make supports nested variables... (cached) yes
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.25 checking for gawk... (cached) mawk
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.25 checking for a sed that does not truncate output... (cached) /bin/sed
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.25 checking for gcc... (cached) gcc
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.32 checking whether we are using the GNU C compiler... (cached) yes
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.32 checking whether gcc accepts -g... (cached) yes
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.32 checking for gcc option to accept ISO C89... (cached) none needed
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.32 checking whether gcc understands -c and -o together... (cached) yes
15:30:30 [2022-08-31T15:30:30.843Z] #84 60.32 checking for a Python interpreter with version >= 3... python3
15:30:31 [2022-08-31T15:30:31.103Z] #84 60.38 checking for python3... /usr/bin/python3
15:30:31 [2022-08-31T15:30:31.103Z] #84 60.38 checking for python3 version... 3.9
15:30:31 [2022-08-31T15:30:31.103Z] #84 60.42 checking for python3 platform... linux
15:30:31 [2022-08-31T15:30:31.103Z] #84 60.47 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
15:30:31 [2022-08-31T15:30:31.103Z] #84 60.57 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
15:30:31 [2022-08-31T15:30:31.363Z] #84 60.67 checking for go-md2man... no
15:30:31 [2022-08-31T15:30:31.363Z] #84 60.69 checking error.h usability... yes
15:30:31 [2022-08-31T15:30:31.363Z] #84 60.79 checking error.h presence... yes
15:30:31 [2022-08-31T15:30:31.363Z] #84 60.81 checking for error.h... yes
15:30:31 [2022-08-31T15:30:31.623Z] #84 60.85 checking linux/openat2.h usability... yes
15:30:31 [2022-08-31T15:30:31.623Z] #84 60.96 checking linux/openat2.h presence... yes
15:30:31 [2022-08-31T15:30:31.623Z] #84 61.00 checking for linux/openat2.h... yes
15:30:31 [2022-08-31T15:30:31.884Z] #84 61.03 checking for copy_file_range... yes
15:30:32 [2022-08-31T15:30:32.144Z] #84 61.27 checking for fgetxattr... yes
15:30:32 [2022-08-31T15:30:32.404Z] #84 61.50 checking for statx... yes
15:30:32 [2022-08-31T15:30:32.404Z] #84 61.71 checking for fgetpwent_r... yes
15:30:32 [2022-08-31T15:30:32.667Z] #84 61.93 checking for issetugid... no
15:30:32 [2022-08-31T15:30:32.667Z] #84 62.12 checking for pkg-config... /usr/bin/pkg-config
15:30:32 [2022-08-31T15:30:32.667Z] #84 62.13 checking pkg-config is at least version 0.9.0... yes
15:30:32 [2022-08-31T15:30:32.927Z] #84 62.14 checking for library containing yajl_tree_get... -lyajl
15:30:32 [2022-08-31T15:30:32.927Z] #84 62.42 checking for yajl >= 2.0.0... yes
15:30:33 [2022-08-31T15:30:33.188Z] #84 62.44 checking sys/capability.h usability... yes
15:30:33 [2022-08-31T15:30:33.188Z] #84 62.58 checking sys/capability.h presence... yes
15:30:33 [2022-08-31T15:30:33.188Z] #84 62.64 checking for sys/capability.h... yes
15:30:33 [2022-08-31T15:30:33.758Z] #84 62.64 checking for library containing cap_from_name... -lcap
15:30:33 [2022-08-31T15:30:33.758Z] #84 62.95 checking for library containing dlopen... -ldl
15:30:33 [2022-08-31T15:30:33.758Z] #84 63.18 checking seccomp.h usability... yes
15:30:33 [2022-08-31T15:30:33.758Z] #84 63.28 checking seccomp.h presence... yes
15:30:34 [2022-08-31T15:30:34.018Z] #84 63.32 checking for seccomp.h... yes
15:30:34 [2022-08-31T15:30:34.018Z] #84 63.32 checking for library containing seccomp_rule_add... -lseccomp
15:30:34 [2022-08-31T15:30:34.278Z] #84 63.57 checking for library containing seccomp_arch_resolve_name... none required
15:30:34 [2022-08-31T15:30:34.538Z] #84 63.65 checking systemd/sd-bus.h usability... yes
15:30:34 [2022-08-31T15:30:34.538Z] #84 63.86 checking systemd/sd-bus.h presence... yes
15:30:34 [2022-08-31T15:30:34.538Z] #84 63.95 checking for systemd/sd-bus.h... yes
15:30:34 [2022-08-31T15:30:34.798Z] #84 63.95 checking for library containing sd_bus_match_signal_async... -lsystemd
15:30:35 [2022-08-31T15:30:35.058Z] #84 64.37 checking for sd_notify_barrier... yes
15:30:35 [2022-08-31T15:30:35.058Z] #84 64.52 checking linux/bpf.h usability... yes
15:30:35 [2022-08-31T15:30:35.058Z] #84 ...
15:30:35 [2022-08-31T15:30:35.058Z] 
15:30:35 [2022-08-31T15:30:35.058Z] #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
15:30:35 [2022-08-31T15:30:35.058Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:30:35 [2022-08-31T15:30:35.058Z] #19 78.33 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]
15:30:35 [2022-08-31T15:30:35.058Z] #19 78.33 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]
15:30:35 [2022-08-31T15:30:35.058Z] #19 78.34 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]
15:30:35 [2022-08-31T15:30:35.058Z] #19 78.34 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]
15:30:35 [2022-08-31T15:30:35.058Z] #19 78.34 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]
15:30:35 [2022-08-31T15:30:35.058Z] #19 78.34 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.34 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.34 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.36 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.36 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.37 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.37 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.37 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.40 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.42 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.45 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.46 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.48 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 78.49 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]
15:30:35 [2022-08-31T15:30:35.059Z] #19 79.48 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 79.48 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 79.51 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 79.55 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 79.58 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]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.53 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.53 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.53 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.59 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.59 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.59 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.78 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.79 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.79 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.79 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.80 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.80 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.80 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.81 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.81 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.81 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.81 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.82 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.82 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.82 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.84 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.84 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.84 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.84 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.87 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.88 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.90 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 80.92 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]
15:30:35 [2022-08-31T15:30:35.059Z] #19 81.83 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 81.83 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 81.86 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 81.89 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 81.92 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]
15:30:35 [2022-08-31T15:30:35.059Z] #19 82.75 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 82.75 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 82.75 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 82.77 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 82.78 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 82.78 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 82.78 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 82.82 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 82.82 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 82.84 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 82.85 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]
15:30:35 [2022-08-31T15:30:35.059Z] #19 83.80 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 83.80 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 83.82 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 83.85 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 83.88 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]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.73 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.73 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.73 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.76 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.76 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.77 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.77 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.77 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.80 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.82 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.85 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.86 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.87 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.87 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 84.90 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]
15:30:35 [2022-08-31T15:30:35.059Z] #19 85.60 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 85.60 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 85.63 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 85.68 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 85.70 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]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.47 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.47 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.47 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.49 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.49 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.49 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.49 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.49 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.52 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.53 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.54 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 86.55 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]
15:30:35 [2022-08-31T15:30:35.059Z] #19 87.44 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 87.44 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 87.45 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 87.47 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
15:30:35 [2022-08-31T15:30:35.059Z] #19 87.49 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]
15:30:35 [2022-08-31T15:30:35.059Z] #19 88.21 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
15:30:35 [2022-08-31T15:30:35.059Z] #19 88.21 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
15:30:35 [2022-08-31T15:30:35.265Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
15:30:35 [2022-08-31T15:30:35.265Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
15:30:35 [2022-08-31T15:30:35.265Z] ok  	github.com/docker/docker/api/server/httputils	0.003s	coverage: 31.9% of statements
15:30:35 [2022-08-31T15:30:35.319Z] #19 ...
15:30:35 [2022-08-31T15:30:35.319Z] 
15:30:35 [2022-08-31T15:30:35.319Z] #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
15:30:35 [2022-08-31T15:30:35.319Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:30:35 [2022-08-31T15:30:35.319Z] #84 64.62 checking linux/bpf.h presence... yes
15:30:35 [2022-08-31T15:30:35.319Z] #84 64.66 checking for linux/bpf.h... yes
15:30:35 [2022-08-31T15:30:35.579Z] #84 64.67 checking compilation for eBPF... yes
15:30:35 [2022-08-31T15:30:35.579Z] #84 64.81 checking for criu >= 3.15... no
15:30:35 [2022-08-31T15:30:35.579Z] #84 64.82 configure: CRIU headers not found, building without CRIU support
15:30:35 [2022-08-31T15:30:35.579Z] #84 64.82 checking for criu > 3.16... no
15:30:35 [2022-08-31T15:30:35.579Z] #84 64.83 configure: CRIU version doesn't support join-ns API
15:30:35 [2022-08-31T15:30:35.579Z] #84 64.83 checking for criu > 3.16.1... no
15:30:35 [2022-08-31T15:30:35.579Z] #84 64.85 configure: CRIU version doesn't support for pre-dumping
15:30:35 [2022-08-31T15:30:35.579Z] #84 64.85 checking for new mount API (fsconfig)... yes
15:30:35 [2022-08-31T15:30:35.579Z] #84 64.92 checking for seccomp notify API... yes
15:30:35 [2022-08-31T15:30:35.579Z] #84 64.98 checking for gperf... no
15:30:35 [2022-08-31T15:30:35.579Z] #84 64.99 configure: gperf not found - cannot rebuild signal parser code
15:30:35 [2022-08-31T15:30:35.840Z] #84 64.99 checking for library containing argp_parse... none required
15:30:35 [2022-08-31T15:30:35.840Z] #84 65.23 checking that generated files are newer than configure... done
15:30:35 [2022-08-31T15:30:35.840Z] #84 65.23 configure: creating ./config.status
15:30:36 [2022-08-31T15:30:36.100Z] #84 ...
15:30:36 [2022-08-31T15:30:36.100Z] 
15:30:36 [2022-08-31T15:30:36.100Z] #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
15:30:36 [2022-08-31T15:30:36.100Z] #43 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 Delve is a source level debugger for Go programs.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 Delve enables you to interact with your program by controlling the execution of the process,
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 Pass flags to the program you are debugging using `--`, for example:
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 `dlv exec ./hello -- server --config conf/config.toml`
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 Usage:
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   dlv [command]
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 Available Commands:
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   attach      Attach to running process and begin debugging.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   connect     Connect to a headless debug server with a terminal client.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   core        Examine a core dump.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   debug       Compile and begin debugging main package in current directory, or the package specified.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   exec        Execute a precompiled binary, and begin a debug session.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   help        Help about any command
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   run         Deprecated command. Use 'debug' instead.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   test        Compile test binary and begin debugging program.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   trace       Compile and begin tracing program.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   version     Prints version.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 Flags:
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --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)
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --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)
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --disable-aslr                     Disables address space randomization
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   -h, --help                             help for dlv
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --init string                      Init file, executed by the terminal client.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --log                              Enable debugging server logging.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67       --wd string                        Working directory for running the program.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 Additional help topics:
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   dlv backend  Help about the --backend flag.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   dlv log      Help about logging flags.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67   dlv redirect Help about file redirection.
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 
15:30:36 [2022-08-31T15:30:36.100Z] #43 96.67 Use "dlv [command] --help" for more information about a command.
15:30:36 [2022-08-31T15:30:36.100Z] #43 DONE 97.0s
15:30:36 [2022-08-31T15:30:36.100Z] 
15:30:36 [2022-08-31T15:30:36.100Z] #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
15:30:36 [2022-08-31T15:30:36.100Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:30:36 [2022-08-31T15:30:36.100Z] #19 88.84 debconf: delaying package configuration, since apt-utils is not installed
15:30:36 [2022-08-31T15:30:36.100Z] #19 89.27 Fetched 788 MB in 15s (52.9 MB/s)
15:30:36 [2022-08-31T15:30:36.100Z] #19 89.37 Selecting previously unselected package liblocale-gettext-perl.
15:30:36 [2022-08-31T15:30:36.100Z] #19 89.37 (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.)
15:30:36 [2022-08-31T15:30:36.100Z] #19 89.38 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
15:30:36 [2022-08-31T15:30:36.360Z] #19 89.39 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
15:30:36 [2022-08-31T15:30:36.360Z] #19 89.48 Selecting previously unselected package bzip2.
15:30:36 [2022-08-31T15:30:36.360Z] #19 89.48 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
15:30:36 [2022-08-31T15:30:36.360Z] #19 89.48 Unpacking bzip2 (1.0.8-4) ...
15:30:36 [2022-08-31T15:30:36.360Z] #19 89.57 Selecting previously unselected package libmagic-mgc.
15:30:36 [2022-08-31T15:30:36.360Z] #19 89.57 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
15:30:36 [2022-08-31T15:30:36.360Z] #19 89.58 Unpacking libmagic-mgc (1:5.39-3) ...
15:30:36 [2022-08-31T15:30:36.620Z] #19 89.80 Selecting previously unselected package libmagic1:amd64.
15:30:36 [2022-08-31T15:30:36.620Z] #19 89.80 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
15:30:36 [2022-08-31T15:30:36.620Z] #19 89.81 Unpacking libmagic1:amd64 (1:5.39-3) ...
15:30:36 [2022-08-31T15:30:36.633Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
15:30:36 [2022-08-31T15:30:36.633Z] ?   	github.com/docker/docker/api/server/router	[no test files]
15:30:36 [2022-08-31T15:30:36.633Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
15:30:36 [2022-08-31T15:30:36.633Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
15:30:36 [2022-08-31T15:30:36.880Z] #19 89.98 Selecting previously unselected package file.
15:30:36 [2022-08-31T15:30:36.880Z] #19 89.98 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
15:30:36 [2022-08-31T15:30:36.880Z] #19 89.99 Unpacking file (1:5.39-3) ...
15:30:36 [2022-08-31T15:30:36.889Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
15:30:36 [2022-08-31T15:30:36.889Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
15:30:36 [2022-08-31T15:30:36.889Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
15:30:36 [2022-08-31T15:30:36.889Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
15:30:37 [2022-08-31T15:30:37.140Z] #19 90.11 Selecting previously unselected package xz-utils.
15:30:37 [2022-08-31T15:30:37.140Z] #19 90.12 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
15:30:37 [2022-08-31T15:30:37.140Z] #19 90.12 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
15:30:37 [2022-08-31T15:30:37.140Z] #19 90.28 Selecting previously unselected package binutils-aarch64-linux-gnu.
15:30:37 [2022-08-31T15:30:37.140Z] #19 90.28 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
15:30:37 [2022-08-31T15:30:37.140Z] #19 90.29 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
15:30:37 [2022-08-31T15:30:37.145Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
15:30:37 [2022-08-31T15:30:37.145Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
15:30:38 [2022-08-31T15:30:38.073Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
15:30:38 [2022-08-31T15:30:38.073Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
15:30:38 [2022-08-31T15:30:38.073Z] ok  	github.com/docker/docker/api/server/router/swarm	0.005s	coverage: 6.0% of statements
15:30:38 [2022-08-31T15:30:38.073Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
15:30:38 [2022-08-31T15:30:38.079Z] #19 91.04 Selecting previously unselected package binutils-arm-linux-gnueabi.
15:30:38 [2022-08-31T15:30:38.079Z] #19 91.04 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
15:30:38 [2022-08-31T15:30:38.079Z] #19 91.04 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
15:30:38 [2022-08-31T15:30:38.648Z] #19 91.76 Selecting previously unselected package binutils-arm-linux-gnueabihf.
15:30:38 [2022-08-31T15:30:38.648Z] #19 91.76 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
15:30:38 [2022-08-31T15:30:38.648Z] #19 91.77 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
15:30:38 [2022-08-31T15:30:38.653Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 92.2% of statements
15:30:38 [2022-08-31T15:30:38.653Z] ok  	github.com/docker/docker/api/server/router/volume	0.007s	coverage: 67.9% of statements
15:30:38 [2022-08-31T15:30:38.653Z] ?   	github.com/docker/docker/api/types	[no test files]
15:30:38 [2022-08-31T15:30:38.653Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
15:30:38 [2022-08-31T15:30:38.653Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
15:30:38 [2022-08-31T15:30:38.653Z] ?   	github.com/docker/docker/api/types/container	[no test files]
15:30:38 [2022-08-31T15:30:38.653Z] ?   	github.com/docker/docker/api/types/events	[no test files]
15:30:38 [2022-08-31T15:30:38.653Z] ?   	github.com/docker/docker/api/types/image	[no test files]
15:30:38 [2022-08-31T15:30:38.653Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
15:30:38 [2022-08-31T15:30:38.653Z] ?   	github.com/docker/docker/api/types/network	[no test files]
15:30:38 [2022-08-31T15:30:38.653Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
15:30:38 [2022-08-31T15:30:38.913Z] ok  	github.com/docker/docker/api/types/registry	0.007s	coverage: 54.2% of statements
15:30:38 [2022-08-31T15:30:38.913Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
15:30:38 [2022-08-31T15:30:38.913Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
15:30:38 [2022-08-31T15:30:38.913Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
15:30:39 [2022-08-31T15:30:39.169Z] ok  	github.com/docker/docker/api/types/time	0.007s	coverage: 100.0% of statements
15:30:39 [2022-08-31T15:30:39.169Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
15:30:39 [2022-08-31T15:30:39.169Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
15:30:39 [2022-08-31T15:30:39.169Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
15:30:39 [2022-08-31T15:30:39.169Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
15:30:39 [2022-08-31T15:30:39.169Z] ?   	github.com/docker/docker/builder	[no test files]
15:30:39 [2022-08-31T15:30:39.169Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
15:30:39 [2022-08-31T15:30:39.169Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
15:30:39 [2022-08-31T15:30:39.169Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
15:30:39 [2022-08-31T15:30:39.170Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
15:30:39 [2022-08-31T15:30:39.170Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
15:30:39 [2022-08-31T15:30:39.170Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
15:30:39 [2022-08-31T15:30:39.170Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
15:30:39 [2022-08-31T15:30:39.217Z] #19 92.41 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
15:30:39 [2022-08-31T15:30:39.218Z] #19 92.41 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
15:30:39 [2022-08-31T15:30:39.218Z] #19 92.41 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
15:30:39 [2022-08-31T15:30:39.787Z] #19 93.07 Selecting previously unselected package binutils-s390x-linux-gnu.
15:30:39 [2022-08-31T15:30:39.787Z] #19 93.08 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
15:30:40 [2022-08-31T15:30:40.047Z] #19 93.09 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
15:30:40 [2022-08-31T15:30:40.307Z] #19 93.55 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
15:30:40 [2022-08-31T15:30:40.307Z] #19 93.55 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
15:30:40 [2022-08-31T15:30:40.307Z] #19 93.56 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
15:30:40 [2022-08-31T15:30:40.566Z] #19 93.62 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
15:30:40 [2022-08-31T15:30:40.566Z] #19 93.62 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
15:30:40 [2022-08-31T15:30:40.566Z] #19 93.63 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
15:30:41 [2022-08-31T15:30:41.506Z] #19 ...
15:30:41 [2022-08-31T15:30:41.506Z] 
15:30:41 [2022-08-31T15:30:41.506Z] #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
15:30:41 [2022-08-31T15:30:41.506Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:30:41 [2022-08-31T15:30:41.506Z] #84 66.94 config.status: creating Makefile
15:30:41 [2022-08-31T15:30:41.506Z] #84 66.98 config.status: creating rpm/crun.spec
15:30:41 [2022-08-31T15:30:41.506Z] #84 67.01 config.status: creating config.h
15:30:41 [2022-08-31T15:30:41.506Z] #84 67.02 config.status: executing libtool commands
15:30:41 [2022-08-31T15:30:41.506Z] #84 67.05 config.status: executing depfiles commands
15:30:41 [2022-08-31T15:30:41.506Z] #84 67.57 === configuring in libocispec (/tmp/crun-build/libocispec)
15:30:41 [2022-08-31T15:30:41.506Z] #84 67.58 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
15:30:41 [2022-08-31T15:30:41.506Z] #84 67.71 checking for gcc... gcc
15:30:41 [2022-08-31T15:30:41.506Z] #84 67.75 checking whether the C compiler works... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 67.88 checking for C compiler default output file name... a.out
15:30:41 [2022-08-31T15:30:41.506Z] #84 67.89 checking for suffix of executables... 
15:30:41 [2022-08-31T15:30:41.506Z] #84 67.95 checking whether we are cross compiling... no
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.02 checking for suffix of object files... o
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.07 checking whether we are using the GNU C compiler... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.11 checking whether gcc accepts -g... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.16 checking for gcc option to accept ISO C89... none needed
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.23 checking whether gcc understands -c and -o together... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.32 checking how to run the C preprocessor... gcc -E
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.44 checking for grep that handles long lines and -e... /bin/grep
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.45 checking for egrep... /bin/grep -E
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.45 checking for ANSI C header files... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.71 checking for sys/types.h... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.79 checking for sys/stat.h... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.86 checking for stdlib.h... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 68.94 checking for string.h... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.01 checking for memory.h... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.10 checking for strings.h... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.16 checking for inttypes.h... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.23 checking for stdint.h... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.29 checking for unistd.h... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.37 checking minix/config.h usability... no
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.47 checking minix/config.h presence... no
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.51 checking for minix/config.h... no
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.51 checking whether it is safe to define __EXTENSIONS__... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.63 checking build system type... x86_64-pc-linux-gnu
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.73 checking host system type... x86_64-pc-linux-gnu
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.73 checking how to print strings... printf
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.74 checking for a sed that does not truncate output... /bin/sed
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.75 checking for fgrep... /bin/grep -F
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.75 checking for ld used by gcc... /usr/bin/ld
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.76 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.76 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.77 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.83 checking whether ln -s works... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.83 checking the maximum length of command line arguments... 1572864
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.84 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.84 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.84 checking for /usr/bin/ld option to reload object files... -r
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.84 checking for objdump... objdump
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.85 checking how to recognize dependent libraries... pass_all
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.85 checking for dlltool... no
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.85 checking how to associate runtime and link libraries... printf %s\n
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.85 checking for ar... ar
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.85 checking for archiver @FILE support... @
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.92 checking for strip... strip
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.92 checking for ranlib... ranlib
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.92 checking for gawk... no
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.92 checking for mawk... mawk
15:30:41 [2022-08-31T15:30:41.506Z] #84 69.92 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.09 checking for sysroot... no
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.09 checking for a working dd... /bin/dd
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.10 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.14 checking for mt... no
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.14 checking if : is a manifest tool... no
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.14 checking for dlfcn.h... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.21 checking for objdir... .libs
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.39 checking if gcc supports -fno-rtti -fno-exceptions... no
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.45 checking for gcc option to produce PIC... -fPIC -DPIC
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.45 checking if gcc PIC flag -fPIC -DPIC works... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.50 checking if gcc static flag -static works... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.69 checking if gcc supports -c -o file.o... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.77 checking if gcc supports -c -o file.o... (cached) yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.77 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.79 checking dynamic linker characteristics... GNU/Linux ld.so
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.91 checking how to hardcode library paths into programs... immediate
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.91 checking whether stripping libraries is possible... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.92 checking if libtool supports shared libraries... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.92 checking whether to build shared libraries... no
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.92 checking whether to build static libraries... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.92 checking for a BSD-compatible install... /usr/bin/install -c
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.95 checking whether build environment is sane... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.97 checking for a thread-safe mkdir -p... /bin/mkdir -p
15:30:41 [2022-08-31T15:30:41.506Z] #84 70.97 checking whether make sets $(MAKE)... yes
15:30:41 [2022-08-31T15:30:41.506Z] #84 71.00 checking whether make supports the include directive... yes (GNU style)
15:30:41 [2022-08-31T15:30:41.506Z] #84 71.01 checking whether make supports nested variables... yes
15:30:41 [2022-08-31T15:30:41.685Z] ok  	github.com/docker/docker/builder/remotecontext	0.106s	coverage: 13.7% of statements
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.03 checking whether UID '0' is supported by ustar format... yes
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.03 checking whether GID '0' is supported by ustar format... yes
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.03 checking how to create a ustar tar archive... gnutar
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.06 checking dependency style of gcc... gcc3
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.15 checking whether to enable maintainer-specific portions of Makefiles... yes
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.15 checking whether make supports nested variables... (cached) yes
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.16 checking for pkg-config... /usr/bin/pkg-config
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.16 checking pkg-config is at least version 0.9.0... yes
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.16 checking for yajl >= 2.1.0... yes
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.17 checking for a sed that does not truncate output... (cached) /bin/sed
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.18 checking for gcc... (cached) gcc
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.23 checking whether we are using the GNU C compiler... (cached) yes
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.23 checking whether gcc accepts -g... (cached) yes
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.23 checking for gcc option to accept ISO C89... (cached) none needed
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.23 checking whether gcc understands -c and -o together... (cached) yes
15:30:41 [2022-08-31T15:30:41.766Z] #84 71.23 checking for a Python interpreter with version >= 3... python3
15:30:41 [2022-08-31T15:30:41.941Z] ok  	github.com/docker/docker/builder/dockerfile	0.415s	coverage: 49.3% of statements
15:30:42 [2022-08-31T15:30:42.025Z] #84 71.27 checking for python3... /usr/bin/python3
15:30:42 [2022-08-31T15:30:42.026Z] #84 71.28 checking for python3 version... 3.9
15:30:42 [2022-08-31T15:30:42.026Z] #84 71.31 checking for python3 platform... linux
15:30:42 [2022-08-31T15:30:42.026Z] #84 71.35 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
15:30:42 [2022-08-31T15:30:42.026Z] #84 71.42 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
15:30:42 [2022-08-31T15:30:42.197Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
15:30:42 [2022-08-31T15:30:42.595Z] #84 71.56 checking that generated files are newer than configure... done
15:30:42 [2022-08-31T15:30:42.595Z] #84 71.96 configure: creating ./config.status
15:30:42 [2022-08-31T15:30:42.760Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
15:30:43 [2022-08-31T15:30:43.537Z] #84 72.99 config.status: creating Makefile
15:30:43 [2022-08-31T15:30:43.537Z] #84 73.01 config.status: creating config.h
15:30:43 [2022-08-31T15:30:43.537Z] #84 73.02 config.status: executing libtool commands
15:30:43 [2022-08-31T15:30:43.688Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.596s	coverage: 86.3% of statements
15:30:43 [2022-08-31T15:30:43.688Z] ?   	github.com/docker/docker/cli	[no test files]
15:30:43 [2022-08-31T15:30:43.688Z] ?   	github.com/docker/docker/cli/config	[no test files]
15:30:43 [2022-08-31T15:30:43.688Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
15:30:43 [2022-08-31T15:30:43.688Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
15:30:43 [2022-08-31T15:30:43.796Z] #84 73.03 config.status: executing depfiles commands
15:30:43 [2022-08-31T15:30:43.944Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.015s	coverage: 67.6% of statements
15:30:44 [2022-08-31T15:30:44.056Z] #84 73.33 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
15:30:44 [2022-08-31T15:30:44.056Z] #84 73.34 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
15:30:44 [2022-08-31T15:30:44.056Z] #84 73.47 checking for gcc... gcc
15:30:44 [2022-08-31T15:30:44.056Z] #84 73.50 checking whether the C compiler works... yes
15:30:44 [2022-08-31T15:30:44.314Z] #84 73.60 checking for C compiler default output file name... a.out
15:30:44 [2022-08-31T15:30:44.314Z] #84 73.60 checking for suffix of executables... 
15:30:44 [2022-08-31T15:30:44.314Z] #84 73.67 checking whether we are cross compiling... no
15:30:44 [2022-08-31T15:30:44.314Z] #84 73.76 checking for suffix of object files... o
15:30:44 [2022-08-31T15:30:44.314Z] #84 73.81 checking whether we are using the GNU C compiler... yes
15:30:44 [2022-08-31T15:30:44.574Z] #84 73.86 checking whether gcc accepts -g... yes
15:30:44 [2022-08-31T15:30:44.574Z] #84 73.92 checking for gcc option to accept ISO C89... none needed
15:30:44 [2022-08-31T15:30:44.574Z] #84 74.01 checking whether gcc understands -c and -o together... yes
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.11 checking for a BSD-compatible install... /usr/bin/install -c
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.13 checking whether build environment is sane... yes
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.15 checking for a thread-safe mkdir -p... /bin/mkdir -p
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.16 checking for gawk... no
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.16 checking for mawk... mawk
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.16 checking whether make sets $(MAKE)... yes
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.18 checking whether make supports the include directive... yes (GNU style)
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.19 checking whether make supports nested variables... yes
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.21 checking whether UID '0' is supported by ustar format... yes
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.21 checking whether GID '0' is supported by ustar format... yes
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.21 checking how to create a ustar tar archive... gnutar
15:30:44 [2022-08-31T15:30:44.833Z] #84 74.23 checking dependency style of gcc... gcc3
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.32 checking whether to enable maintainer-specific portions of Makefiles... yes
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.32 checking whether make supports nested variables... (cached) yes
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.34 checking build system type... x86_64-pc-linux-gnu
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.46 checking host system type... x86_64-pc-linux-gnu
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.46 checking how to print strings... printf
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.47 checking for a sed that does not truncate output... /bin/sed
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.48 checking for grep that handles long lines and -e... /bin/grep
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.48 checking for egrep... /bin/grep -E
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.49 checking for fgrep... /bin/grep -F
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.49 checking for ld used by gcc... /usr/bin/ld
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.50 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.50 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:30:45 [2022-08-31T15:30:45.093Z] #84 74.51 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.57 checking whether ln -s works... yes
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.58 checking the maximum length of command line arguments... 1572864
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.59 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.60 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.60 checking for /usr/bin/ld option to reload object files... -r
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.60 checking for objdump... objdump
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.60 checking how to recognize dependent libraries... pass_all
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.60 checking for dlltool... no
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.60 checking how to associate runtime and link libraries... printf %s\n
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.61 checking for ar... ar
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.61 checking for archiver @FILE support... @
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.67 checking for strip... strip
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.67 checking for ranlib... ranlib
15:30:45 [2022-08-31T15:30:45.353Z] #84 74.67 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:30:45 [2022-08-31T15:30:45.613Z] #84 74.85 checking for sysroot... no
15:30:45 [2022-08-31T15:30:45.613Z] #84 74.85 checking for a working dd... /bin/dd
15:30:45 [2022-08-31T15:30:45.613Z] #84 74.87 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
15:30:45 [2022-08-31T15:30:45.613Z] #84 74.92 checking for mt... no
15:30:45 [2022-08-31T15:30:45.613Z] #84 74.92 checking if : is a manifest tool... no
15:30:45 [2022-08-31T15:30:45.613Z] #84 74.93 checking how to run the C preprocessor... gcc -E
15:30:45 [2022-08-31T15:30:45.872Z] #84 75.06 checking for ANSI C header files... yes
15:30:45 [2022-08-31T15:30:45.872Z] #84 75.35 checking for sys/types.h... yes
15:30:46 [2022-08-31T15:30:46.132Z] #84 75.42 checking for sys/stat.h... yes
15:30:46 [2022-08-31T15:30:46.132Z] #84 75.51 checking for stdlib.h... yes
15:30:46 [2022-08-31T15:30:46.132Z] #84 75.59 checking for string.h... yes
15:30:46 [2022-08-31T15:30:46.392Z] #84 75.67 checking for memory.h... yes
15:30:46 [2022-08-31T15:30:46.392Z] #84 75.75 checking for strings.h... yes
15:30:46 [2022-08-31T15:30:46.392Z] #84 75.84 checking for inttypes.h... yes
15:30:46 [2022-08-31T15:30:46.652Z] #84 75.90 checking for stdint.h... yes
15:30:46 [2022-08-31T15:30:46.652Z] #84 75.99 checking for unistd.h... yes
15:30:46 [2022-08-31T15:30:46.912Z] #84 76.07 checking for dlfcn.h... yes
15:30:46 [2022-08-31T15:30:46.912Z] #84 76.15 checking for objdir... .libs
15:30:46 [2022-08-31T15:30:46.912Z] #84 76.35 checking if gcc supports -fno-rtti -fno-exceptions... no
15:30:46 [2022-08-31T15:30:46.912Z] #84 76.38 checking for gcc option to produce PIC... -fPIC -DPIC
15:30:46 [2022-08-31T15:30:46.912Z] #84 76.38 checking if gcc PIC flag -fPIC -DPIC works... yes
15:30:47 [2022-08-31T15:30:47.172Z] #84 76.41 checking if gcc static flag -static works... yes
15:30:47 [2022-08-31T15:30:47.172Z] #84 76.60 checking if gcc supports -c -o file.o... yes
15:30:47 [2022-08-31T15:30:47.214Z] ok  	github.com/docker/docker/client	0.172s	coverage: 76.1% of statements
15:30:47 [2022-08-31T15:30:47.432Z] #84 76.69 checking if gcc supports -c -o file.o... (cached) yes
15:30:47 [2022-08-31T15:30:47.432Z] #84 76.69 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
15:30:47 [2022-08-31T15:30:47.432Z] #84 76.71 checking dynamic linker characteristics... GNU/Linux ld.so
15:30:47 [2022-08-31T15:30:47.432Z] #84 76.84 checking how to hardcode library paths into programs... immediate
15:30:47 [2022-08-31T15:30:47.432Z] #84 76.84 checking whether stripping libraries is possible... yes
15:30:47 [2022-08-31T15:30:47.432Z] #84 76.85 checking if libtool supports shared libraries... yes
15:30:47 [2022-08-31T15:30:47.432Z] #84 76.85 checking whether to build shared libraries... no
15:30:47 [2022-08-31T15:30:47.432Z] #84 76.85 checking whether to build static libraries... yes
15:30:47 [2022-08-31T15:30:47.432Z] #84 76.86 checking float.h usability... yes
15:30:47 [2022-08-31T15:30:47.432Z] #84 76.92 checking float.h presence... yes
15:30:47 [2022-08-31T15:30:47.691Z] #84 76.95 checking for float.h... yes
15:30:47 [2022-08-31T15:30:47.691Z] #84 76.96 checking limits.h usability... yes
15:30:47 [2022-08-31T15:30:47.691Z] #84 77.02 checking limits.h presence... yes
15:30:47 [2022-08-31T15:30:47.691Z] #84 77.04 checking for limits.h... yes
15:30:47 [2022-08-31T15:30:47.691Z] #84 77.05 checking stddef.h usability... yes
15:30:47 [2022-08-31T15:30:47.691Z] #84 77.09 checking stddef.h presence... yes
15:30:47 [2022-08-31T15:30:47.691Z] #84 77.11 checking for stddef.h... yes
15:30:47 [2022-08-31T15:30:47.691Z] #84 77.13 checking for stdlib.h... (cached) yes
15:30:47 [2022-08-31T15:30:47.691Z] #84 77.14 checking for string.h... (cached) yes
15:30:47 [2022-08-31T15:30:47.691Z] #84 77.15 checking sys/time.h usability... yes
15:30:47 [2022-08-31T15:30:47.951Z] #84 77.26 checking sys/time.h presence... yes
15:30:47 [2022-08-31T15:30:47.951Z] #84 77.28 checking for sys/time.h... yes
15:30:47 [2022-08-31T15:30:47.951Z] #84 77.29 checking for inline... inline
15:30:48 [2022-08-31T15:30:48.211Z] #84 77.33 checking for size_t... yes
15:30:48 [2022-08-31T15:30:48.211Z] #84 77.46 checking for stdlib.h... (cached) yes
15:30:48 [2022-08-31T15:30:48.211Z] #84 77.47 checking for GNU libc compatible malloc... yes
15:30:48 [2022-08-31T15:30:48.211Z] #84 77.58 checking for stdlib.h... (cached) yes
15:30:48 [2022-08-31T15:30:48.211Z] #84 77.58 checking for GNU libc compatible realloc... yes
15:30:48 [2022-08-31T15:30:48.211Z] #84 77.66 checking for working strtod... yes
15:30:48 [2022-08-31T15:30:48.471Z] #84 77.79 checking for gettimeofday... yes
15:30:48 [2022-08-31T15:30:48.471Z] #84 77.89 checking for memset... yes
15:30:48 [2022-08-31T15:30:48.730Z] #84 78.00 checking for strspn... yes
15:30:48 [2022-08-31T15:30:48.730Z] #84 78.19 checking that generated files are newer than configure... done
15:30:48 [2022-08-31T15:30:48.730Z] #84 78.20 configure: creating ./config.status
15:30:49 [2022-08-31T15:30:49.670Z] #84 79.17 config.status: creating Makefile
15:30:49 [2022-08-31T15:30:49.930Z] #84 79.20 config.status: creating config.h
15:30:49 [2022-08-31T15:30:49.930Z] #84 79.21 config.status: executing depfiles commands
15:30:49 [2022-08-31T15:30:49.930Z] #84 79.31 config.status: executing libtool commands
15:30:49 [2022-08-31T15:30:49.930Z] #84 ...
15:30:49 [2022-08-31T15:30:49.930Z] 
15:30:49 [2022-08-31T15:30:49.930Z] #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
15:30:49 [2022-08-31T15:30:49.930Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:30:49 [2022-08-31T15:30:49.930Z] #19 103.1 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
15:30:49 [2022-08-31T15:30:49.930Z] #19 103.1 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
15:30:49 [2022-08-31T15:30:49.930Z] #19 103.1 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
15:30:49 [2022-08-31T15:30:49.930Z] #19 103.1 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
15:30:49 [2022-08-31T15:30:49.930Z] #19 103.2 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
15:30:49 [2022-08-31T15:30:49.930Z] #19 103.2 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
15:30:51 [2022-08-31T15:30:51.475Z] Client:
15:30:51 [2022-08-31T15:30:51.475Z]  Context:    default
15:30:51 [2022-08-31T15:30:51.475Z]  Debug Mode: false
15:30:51 [2022-08-31T15:30:51.475Z]  Plugins:
15:30:51 [2022-08-31T15:30:51.475Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
15:30:51 [2022-08-31T15:30:51.475Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
15:30:51 [2022-08-31T15:30:51.475Z]   compose: Docker Compose (Docker Inc., v2.4.1)
15:30:51 [2022-08-31T15:30:51.475Z]   scan: Docker Scan (Docker Inc., v0.17.0)
15:30:51 [2022-08-31T15:30:51.475Z] 
15:30:51 [2022-08-31T15:30:51.475Z] Server:
15:30:51 [2022-08-31T15:30:51.475Z]  Containers: 0
15:30:51 [2022-08-31T15:30:51.475Z]   Running: 0
15:30:51 [2022-08-31T15:30:51.475Z]   Paused: 0
15:30:51 [2022-08-31T15:30:51.475Z]   Stopped: 0
15:30:51 [2022-08-31T15:30:51.475Z]  Images: 0
15:30:51 [2022-08-31T15:30:51.475Z]  Server Version: 20.10.14
15:30:51 [2022-08-31T15:30:51.475Z]  Storage Driver: overlay2
15:30:51 [2022-08-31T15:30:51.475Z]   Backing Filesystem: extfs
15:30:51 [2022-08-31T15:30:51.475Z]   Supports d_type: true
15:30:51 [2022-08-31T15:30:51.475Z]   Native Overlay Diff: true
15:30:51 [2022-08-31T15:30:51.475Z]   userxattr: false
15:30:51 [2022-08-31T15:30:51.475Z]  Logging Driver: json-file
15:30:51 [2022-08-31T15:30:51.475Z]  Cgroup Driver: cgroupfs
15:30:51 [2022-08-31T15:30:51.475Z]  Cgroup Version: 1
15:30:51 [2022-08-31T15:30:51.475Z]  Plugins:
15:30:51 [2022-08-31T15:30:51.475Z]   Volume: local
15:30:51 [2022-08-31T15:30:51.475Z]   Network: bridge host ipvlan macvlan null overlay
15:30:51 [2022-08-31T15:30:51.475Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:30:51 [2022-08-31T15:30:51.475Z]  Swarm: inactive
15:30:51 [2022-08-31T15:30:51.475Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
15:30:51 [2022-08-31T15:30:51.475Z]  Default Runtime: runc
15:30:51 [2022-08-31T15:30:51.475Z]  Init Binary: docker-init
15:30:51 [2022-08-31T15:30:51.475Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
15:30:51 [2022-08-31T15:30:51.475Z]  runc version: v1.0.3-0-gf46b6ba
15:30:51 [2022-08-31T15:30:51.475Z]  init version: de40ad0
15:30:51 [2022-08-31T15:30:51.475Z]  Security Options:
15:30:51 [2022-08-31T15:30:51.475Z]   apparmor
15:30:51 [2022-08-31T15:30:51.475Z]   seccomp
15:30:51 [2022-08-31T15:30:51.475Z]    Profile: default
15:30:51 [2022-08-31T15:30:51.475Z]  Kernel Version: 5.4.0-1071-aws
15:30:51 [2022-08-31T15:30:51.475Z]  Operating System: Ubuntu 18.04.6 LTS
15:30:51 [2022-08-31T15:30:51.475Z]  OSType: linux
15:30:51 [2022-08-31T15:30:51.475Z]  Architecture: x86_64
15:30:51 [2022-08-31T15:30:51.475Z]  CPUs: 2
15:30:51 [2022-08-31T15:30:51.475Z]  Total Memory: 7.483GiB
15:30:51 [2022-08-31T15:30:51.475Z]  Name: ip-10-100-110-250
15:30:51 [2022-08-31T15:30:51.475Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
15:30:51 [2022-08-31T15:30:51.475Z]  Docker Root Dir: /var/lib/docker
15:30:51 [2022-08-31T15:30:51.475Z]  Debug Mode: false
15:30:51 [2022-08-31T15:30:51.475Z]  Registry: https://index.docker.io/v1/
15:30:51 [2022-08-31T15:30:51.475Z]  Labels:
15:30:51 [2022-08-31T15:30:51.475Z]  Experimental: true
15:30:51 [2022-08-31T15:30:51.475Z]  Insecure Registries:
15:30:51 [2022-08-31T15:30:51.475Z]   127.0.0.0/8
15:30:51 [2022-08-31T15:30:51.475Z]  Live Restore Enabled: true
15:30:51 [2022-08-31T15:30:51.475Z] 
15:30:51 [2022-08-31T15:30:51.475Z] WARNING: No swap limit support
[Pipeline] sh
15:30:51 [2022-08-31T15:30:51.766Z] Client:
15:30:51 [2022-08-31T15:30:51.766Z]  Context:    default
15:30:51 [2022-08-31T15:30:51.766Z]  Debug Mode: false
15:30:51 [2022-08-31T15:30:51.766Z]  Plugins:
15:30:51 [2022-08-31T15:30:51.766Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
15:30:51 [2022-08-31T15:30:51.766Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
15:30:51 [2022-08-31T15:30:51.766Z]   compose: Docker Compose (Docker Inc., v2.4.1)
15:30:51 [2022-08-31T15:30:51.766Z]   scan: Docker Scan (Docker Inc., v0.17.0)
15:30:51 [2022-08-31T15:30:51.766Z] 
15:30:51 [2022-08-31T15:30:51.766Z] Server:
15:30:51 [2022-08-31T15:30:51.766Z]  Containers: 0
15:30:51 [2022-08-31T15:30:51.766Z]   Running: 0
15:30:51 [2022-08-31T15:30:51.766Z]   Paused: 0
15:30:51 [2022-08-31T15:30:51.766Z]   Stopped: 0
15:30:51 [2022-08-31T15:30:51.766Z]  Images: 0
15:30:51 [2022-08-31T15:30:51.766Z]  Server Version: 20.10.14
15:30:51 [2022-08-31T15:30:51.766Z]  Storage Driver: overlay2
15:30:51 [2022-08-31T15:30:51.766Z]   Backing Filesystem: extfs
15:30:51 [2022-08-31T15:30:51.766Z]   Supports d_type: true
15:30:51 [2022-08-31T15:30:51.766Z]   Native Overlay Diff: true
15:30:51 [2022-08-31T15:30:51.766Z]   userxattr: false
15:30:51 [2022-08-31T15:30:51.766Z]  Logging Driver: json-file
15:30:51 [2022-08-31T15:30:51.766Z]  Cgroup Driver: cgroupfs
15:30:51 [2022-08-31T15:30:51.766Z]  Cgroup Version: 1
15:30:51 [2022-08-31T15:30:51.766Z]  Plugins:
15:30:51 [2022-08-31T15:30:51.766Z]   Volume: local
15:30:51 [2022-08-31T15:30:51.766Z]   Network: bridge host ipvlan macvlan null overlay
15:30:51 [2022-08-31T15:30:51.766Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:30:51 [2022-08-31T15:30:51.766Z]  Swarm: inactive
15:30:51 [2022-08-31T15:30:51.766Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
15:30:51 [2022-08-31T15:30:51.766Z]  Default Runtime: runc
15:30:51 [2022-08-31T15:30:51.766Z]  Init Binary: docker-init
15:30:51 [2022-08-31T15:30:51.766Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
15:30:51 [2022-08-31T15:30:51.766Z]  runc version: v1.0.3-0-gf46b6ba
15:30:51 [2022-08-31T15:30:51.766Z]  init version: de40ad0
15:30:51 [2022-08-31T15:30:51.766Z]  Security Options:
15:30:51 [2022-08-31T15:30:51.766Z]   apparmor
15:30:51 [2022-08-31T15:30:51.766Z]   seccomp
15:30:51 [2022-08-31T15:30:51.766Z]    Profile: default
15:30:51 [2022-08-31T15:30:51.766Z]  Kernel Version: 5.4.0-1071-aws
15:30:51 [2022-08-31T15:30:51.766Z]  Operating System: Ubuntu 18.04.6 LTS
15:30:51 [2022-08-31T15:30:51.766Z]  OSType: linux
15:30:51 [2022-08-31T15:30:51.766Z]  Architecture: x86_64
15:30:51 [2022-08-31T15:30:51.766Z]  CPUs: 2
15:30:51 [2022-08-31T15:30:51.766Z]  Total Memory: 7.565GiB
15:30:51 [2022-08-31T15:30:51.766Z]  Name: ip-10-100-92-144
15:30:51 [2022-08-31T15:30:51.766Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
15:30:51 [2022-08-31T15:30:51.766Z]  Docker Root Dir: /var/lib/docker
15:30:51 [2022-08-31T15:30:51.766Z]  Debug Mode: false
15:30:51 [2022-08-31T15:30:51.766Z]  Registry: https://index.docker.io/v1/
15:30:51 [2022-08-31T15:30:51.766Z]  Labels:
15:30:51 [2022-08-31T15:30:51.766Z]  Experimental: true
15:30:51 [2022-08-31T15:30:51.766Z]  Insecure Registries:
15:30:51 [2022-08-31T15:30:51.766Z]   127.0.0.0/8
15:30:51 [2022-08-31T15:30:51.766Z]  Live Restore Enabled: true
15:30:51 [2022-08-31T15:30:51.766Z] 
15:30:51 [2022-08-31T15:30:51.766Z] WARNING: No swap limit support
[Pipeline] sh
15:30:51 [2022-08-31T15:30:51.774Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:30:51 [2022-08-31T15:30:51.774Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:30:51 [2022-08-31T15:30:51.774Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44068/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
15:30:51 [2022-08-31T15:30:51.774Z] + bash /home/ubuntu/workspace/moby_PR-44068/check-config.sh
15:30:51 [2022-08-31T15:30:51.774Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
15:30:51 [2022-08-31T15:30:51.774Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
15:30:51 [2022-08-31T15:30:51.774Z] 
15:30:51 [2022-08-31T15:30:51.774Z] Generally Necessary:
15:30:51 [2022-08-31T15:30:51.774Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
15:30:51 [2022-08-31T15:30:51.774Z] - apparmor: enabled and tools installed
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_NAMESPACES: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_NET_NS: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_PID_NS: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_IPC_NS: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_UTS_NS: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_CGROUPS: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_CGROUP_CPUACCT: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_CGROUP_DEVICE: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_CGROUP_FREEZER: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_CGROUP_SCHED: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_CPUSETS: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_MEMCG: enabled
15:30:51 [2022-08-31T15:30:51.774Z] - CONFIG_KEYS: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_VETH: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_BRIDGE: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_IP_NF_FILTER: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_IP_NF_NAT: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_NF_NAT: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_POSIX_MQUEUE: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_CGROUP_BPF: enabled
15:30:52 [2022-08-31T15:30:52.042Z] 
15:30:52 [2022-08-31T15:30:52.042Z] Optional Features:
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_USER_NS: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_SECCOMP: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_SECCOMP_FILTER: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_CGROUP_PIDS: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_MEMCG_SWAP: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
15:30:52 [2022-08-31T15:30:52.042Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_BLK_CGROUP: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_BLK_DEV_THROTTLING: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_CGROUP_PERF: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_CGROUP_HUGETLB: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_CGROUP_NET_PRIO: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_CFS_BANDWIDTH: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_FAIR_GROUP_SCHED: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_RT_GROUP_SCHED: missing
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_IP_VS: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_IP_VS_NFCT: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_IP_VS_PROTO_TCP: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_IP_VS_PROTO_UDP: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_IP_VS_RR: enabled (as module)
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_SECURITY_SELINUX: enabled
15:30:52 [2022-08-31T15:30:52.042Z] - CONFIG_SECURITY_APPARMOR: enabled
15:30:52 [2022-08-31T15:30:52.088Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:30:52 [2022-08-31T15:30:52.088Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
15:30:52 [2022-08-31T15:30:52.088Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44068/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
15:30:52 [2022-08-31T15:30:52.088Z] + bash /home/ubuntu/workspace/moby_PR-44068/check-config.sh
15:30:52 [2022-08-31T15:30:52.088Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
15:30:52 [2022-08-31T15:30:52.088Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
15:30:52 [2022-08-31T15:30:52.088Z] 
15:30:52 [2022-08-31T15:30:52.088Z] Generally Necessary:
15:30:52 [2022-08-31T15:30:52.088Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
15:30:52 [2022-08-31T15:30:52.088Z] - apparmor: enabled and tools installed
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_NAMESPACES: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_NET_NS: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_PID_NS: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_IPC_NS: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_UTS_NS: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_CGROUPS: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_CGROUP_CPUACCT: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_CGROUP_DEVICE: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_CGROUP_FREEZER: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_CGROUP_SCHED: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_CPUSETS: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_MEMCG: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_KEYS: enabled
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_VETH: enabled (as module)
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_BRIDGE: enabled (as module)
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_IP_NF_FILTER: enabled (as module)
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
15:30:52 [2022-08-31T15:30:52.088Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z] - CONFIG_EXT4_FS: enabled
15:30:52 [2022-08-31T15:30:52.312Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
15:30:52 [2022-08-31T15:30:52.312Z] - CONFIG_EXT4_FS_SECURITY: enabled
15:30:52 [2022-08-31T15:30:52.312Z] - Network Drivers:
15:30:52 [2022-08-31T15:30:52.312Z]   - "overlay":
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_VXLAN: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
15:30:52 [2022-08-31T15:30:52.312Z]       Optional (for encrypted networks):
15:30:52 [2022-08-31T15:30:52.312Z]       - CONFIG_CRYPTO: enabled
15:30:52 [2022-08-31T15:30:52.312Z]       - CONFIG_CRYPTO_AEAD: enabled
15:30:52 [2022-08-31T15:30:52.312Z]       - CONFIG_CRYPTO_GCM: enabled
15:30:52 [2022-08-31T15:30:52.312Z]       - CONFIG_CRYPTO_SEQIV: enabled
15:30:52 [2022-08-31T15:30:52.312Z]       - CONFIG_CRYPTO_GHASH: enabled
15:30:52 [2022-08-31T15:30:52.312Z]       - CONFIG_XFRM: enabled
15:30:52 [2022-08-31T15:30:52.312Z]       - CONFIG_XFRM_USER: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]       - CONFIG_XFRM_ALGO: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]       - CONFIG_INET_ESP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]   - "ipvlan":
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_IPVLAN: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]   - "macvlan":
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_MACVLAN: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_DUMMY: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]   - "ftp,tftp client in container":
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z] - Storage Drivers:
15:30:52 [2022-08-31T15:30:52.312Z]   - "aufs":
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_AUFS_FS: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]   - "btrfs":
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_BTRFS_FS: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
15:30:52 [2022-08-31T15:30:52.312Z]   - "devicemapper":
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_BLK_DEV_DM: enabled
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]   - "overlay":
15:30:52 [2022-08-31T15:30:52.312Z]     - CONFIG_OVERLAY_FS: enabled (as module)
15:30:52 [2022-08-31T15:30:52.312Z]   - "zfs":
15:30:52 [2022-08-31T15:30:52.312Z]     - /dev/zfs: present
15:30:52 [2022-08-31T15:30:52.312Z]     - zfs command: missing
15:30:52 [2022-08-31T15:30:52.312Z]     - zpool command: missing
15:30:52 [2022-08-31T15:30:52.312Z] 
15:30:52 [2022-08-31T15:30:52.312Z] Limits:
15:30:52 [2022-08-31T15:30:52.312Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
15:30:52 [2022-08-31T15:30:52.312Z] 
15:30:52 [2022-08-31T15:30:52.312Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_IP_NF_NAT: enabled (as module)
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_NF_NAT: enabled (as module)
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_POSIX_MQUEUE: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_CGROUP_BPF: enabled
15:30:52 [2022-08-31T15:30:52.346Z] 
15:30:52 [2022-08-31T15:30:52.346Z] Optional Features:
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_USER_NS: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_SECCOMP: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_SECCOMP_FILTER: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_CGROUP_PIDS: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_MEMCG_SWAP: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
15:30:52 [2022-08-31T15:30:52.346Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_BLK_CGROUP: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_BLK_DEV_THROTTLING: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_CGROUP_PERF: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_CGROUP_HUGETLB: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_CGROUP_NET_PRIO: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_CFS_BANDWIDTH: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_FAIR_GROUP_SCHED: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_RT_GROUP_SCHED: missing
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_IP_VS: enabled (as module)
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_IP_VS_NFCT: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_IP_VS_PROTO_TCP: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_IP_VS_PROTO_UDP: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_IP_VS_RR: enabled (as module)
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_SECURITY_SELINUX: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_SECURITY_APPARMOR: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_EXT4_FS: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - CONFIG_EXT4_FS_SECURITY: enabled
15:30:52 [2022-08-31T15:30:52.346Z] - Network Drivers:
15:30:52 [2022-08-31T15:30:52.346Z]   - "overlay":
15:30:52 [2022-08-31T15:30:52.346Z]     - CONFIG_VXLAN: enabled (as module)
15:30:52 [2022-08-31T15:30:52.346Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
15:30:52 [2022-08-31T15:30:52.346Z]       Optional (for encrypted networks):
[Pipeline] sh
15:30:52 [2022-08-31T15:30:52.606Z]       - CONFIG_CRYPTO: enabled
15:30:52 [2022-08-31T15:30:52.606Z]       - CONFIG_CRYPTO_AEAD: enabled
15:30:52 [2022-08-31T15:30:52.606Z]       - CONFIG_CRYPTO_GCM: enabled
15:30:52 [2022-08-31T15:30:52.606Z]       - CONFIG_CRYPTO_SEQIV: enabled
15:30:52 [2022-08-31T15:30:52.606Z]       - CONFIG_CRYPTO_GHASH: enabled
15:30:52 [2022-08-31T15:30:52.606Z]       - CONFIG_XFRM: enabled
15:30:52 [2022-08-31T15:30:52.606Z]       - CONFIG_XFRM_USER: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]       - CONFIG_XFRM_ALGO: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]       - CONFIG_INET_ESP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]   - "ipvlan":
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_IPVLAN: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]   - "macvlan":
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_MACVLAN: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_DUMMY: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]   - "ftp,tftp client in container":
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z] - Storage Drivers:
15:30:52 [2022-08-31T15:30:52.606Z]   - "aufs":
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_AUFS_FS: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]   - "btrfs":
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_BTRFS_FS: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
15:30:52 [2022-08-31T15:30:52.606Z]   - "devicemapper":
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_BLK_DEV_DM: enabled
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]   - "overlay":
15:30:52 [2022-08-31T15:30:52.606Z]     - CONFIG_OVERLAY_FS: enabled (as module)
15:30:52 [2022-08-31T15:30:52.606Z]   - "zfs":
15:30:52 [2022-08-31T15:30:52.606Z]     - /dev/zfs: present
15:30:52 [2022-08-31T15:30:52.606Z]     - zfs command: missing
15:30:52 [2022-08-31T15:30:52.606Z]     - zpool command: missing
15:30:52 [2022-08-31T15:30:52.606Z] 
15:30:52 [2022-08-31T15:30:52.606Z] Limits:
15:30:52 [2022-08-31T15:30:52.606Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
15:30:52 [2022-08-31T15:30:52.606Z] 
15:30:52 [2022-08-31T15:30:52.606Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
15:30:52 [2022-08-31T15:30:52.660Z] + sudo modprobe ip_vs
15:30:52 [2022-08-31T15:30:52.660Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5591187178010bd407f0784bf83909ec395d7b97 .
15:30:52 [2022-08-31T15:30:52.981Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5591187178010bd407f0784bf83909ec395d7b97 .
15:30:53 [2022-08-31T15:30:53.230Z] #1 [internal] load build definition from Dockerfile
15:30:53 [2022-08-31T15:30:53.230Z] #1 sha256:615b4fd7fe74bb7cb9eaf6c6ea6ea398d88c5fec496937804f910b9668775c78
15:30:53 [2022-08-31T15:30:53.230Z] #1 transferring dockerfile:
15:30:53 [2022-08-31T15:30:53.230Z] #1 transferring dockerfile: 19.12kB done
15:30:53 [2022-08-31T15:30:53.230Z] #1 DONE 0.2s
15:30:53 [2022-08-31T15:30:53.230Z] 
15:30:53 [2022-08-31T15:30:53.230Z] #2 [internal] load .dockerignore
15:30:53 [2022-08-31T15:30:53.230Z] #2 sha256:835b5db14edc383efe8e37436604fe476c3f2e7c416feb46cae5e4903b6ce3cb
15:30:53 [2022-08-31T15:30:53.230Z] #2 transferring context: 145B done
15:30:53 [2022-08-31T15:30:53.230Z] #2 DONE 0.1s
15:30:53 [2022-08-31T15:30:53.230Z] 
15:30:53 [2022-08-31T15:30:53.230Z] #3 resolve image config for docker.io/docker/dockerfile:1
15:30:53 [2022-08-31T15:30:53.230Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
15:30:53 [2022-08-31T15:30:53.239Z] #2 [internal] load .dockerignore
15:30:53 [2022-08-31T15:30:53.239Z] #2 sha256:f96735370a1360a701e3d0dc3b9c8d7628249f7167a0538b2c0dbc7a9d9c9ab0
15:30:53 [2022-08-31T15:30:53.239Z] #2 transferring context: 145B 0.0s done
15:30:53 [2022-08-31T15:30:53.239Z] #2 DONE 0.1s
15:30:53 [2022-08-31T15:30:53.239Z] 
15:30:53 [2022-08-31T15:30:53.239Z] #1 [internal] load build definition from Dockerfile
15:30:53 [2022-08-31T15:30:53.239Z] #1 sha256:8892e208df510888e7eb97d89825a8f6b426042b674633305653121ca3ea6b7a
15:30:53 [2022-08-31T15:30:53.239Z] #1 transferring dockerfile: 19.12kB 0.0s done
15:30:53 [2022-08-31T15:30:53.239Z] #1 DONE 0.2s
15:30:53 [2022-08-31T15:30:53.239Z] 
15:30:53 [2022-08-31T15:30:53.239Z] #3 resolve image config for docker.io/docker/dockerfile:1
15:30:53 [2022-08-31T15:30:53.239Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
15:30:53 [2022-08-31T15:30:53.802Z] #3 DONE 0.4s
15:30:53 [2022-08-31T15:30:53.802Z] 
15:30:53 [2022-08-31T15:30:53.802Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
15:30:53 [2022-08-31T15:30:53.802Z] #4 sha256:84d67e2b065a884889a458003692092baff84dfef79249c83c999fc53beb53ca
15:30:53 [2022-08-31T15:30:53.802Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
15:30:53 [2022-08-31T15:30:53.802Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
15:30:53 [2022-08-31T15:30:53.802Z] #4 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done
15:30:53 [2022-08-31T15:30:53.802Z] #4 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done
15:30:53 [2022-08-31T15:30:53.802Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 4.19MB / 9.94MB 0.1s
15:30:53 [2022-08-31T15:30:53.802Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s
15:30:53 [2022-08-31T15:30:53.806Z] #3 DONE 0.5s
15:30:53 [2022-08-31T15:30:53.806Z] 
15:30:53 [2022-08-31T15:30:53.806Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
15:30:53 [2022-08-31T15:30:53.806Z] #4 sha256:84d67e2b065a884889a458003692092baff84dfef79249c83c999fc53beb53ca
15:30:53 [2022-08-31T15:30:53.806Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
15:30:53 [2022-08-31T15:30:53.806Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
15:30:53 [2022-08-31T15:30:53.806Z] #4 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done
15:30:53 [2022-08-31T15:30:53.806Z] #4 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done
15:30:53 [2022-08-31T15:30:53.806Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 8.39MB / 9.94MB 0.1s
15:30:54 [2022-08-31T15:30:54.061Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.3s done
15:30:54 [2022-08-31T15:30:54.061Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.1s
15:30:54 [2022-08-31T15:30:54.064Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s
15:30:54 [2022-08-31T15:30:54.064Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s done
15:30:54 [2022-08-31T15:30:54.064Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
15:30:54 [2022-08-31T15:30:54.631Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.4s done
15:30:54 [2022-08-31T15:30:54.631Z] #4 DONE 0.9s
15:30:54 [2022-08-31T15:30:54.647Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.4s done
15:30:54 [2022-08-31T15:30:54.647Z] #4 DONE 0.9s
15:30:54 [2022-08-31T15:30:54.890Z] 
15:30:54 [2022-08-31T15:30:54.890Z] #6 [internal] load build definition from Dockerfile
15:30:54 [2022-08-31T15:30:54.890Z] #6 sha256:50200772ce904d8e8899a18cca8621e778402ab7bbaaa59b5c322fcbd1fed8ac
15:30:54 [2022-08-31T15:30:54.890Z] #6 DONE 0.0s
15:30:54 [2022-08-31T15:30:54.890Z] 
15:30:54 [2022-08-31T15:30:54.890Z] #5 [internal] load .dockerignore
15:30:54 [2022-08-31T15:30:54.890Z] #5 sha256:bc35573be78646b2cf70016f5ed1b0d45250b535c847449861c8a8e256ac2bba
15:30:54 [2022-08-31T15:30:54.890Z] #5 DONE 0.0s
15:30:54 [2022-08-31T15:30:54.890Z] 
15:30:54 [2022-08-31T15:30:54.890Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
15:30:54 [2022-08-31T15:30:54.890Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
15:30:54 [2022-08-31T15:30:54.906Z] 
15:30:54 [2022-08-31T15:30:54.906Z] #5 [internal] load build definition from Dockerfile
15:30:54 [2022-08-31T15:30:54.906Z] #5 sha256:829285c7b975c0dddd5233d44dd720592ab8c56a3d0c9ee5d34bdae93e733ff8
15:30:54 [2022-08-31T15:30:54.906Z] #5 DONE 0.0s
15:30:54 [2022-08-31T15:30:54.906Z] 
15:30:54 [2022-08-31T15:30:54.906Z] #6 [internal] load .dockerignore
15:30:54 [2022-08-31T15:30:54.906Z] #6 sha256:b4edc7fc3a4bf329c64707af1dbadb78d40bb6ad05c06a657b63952d14eb621a
15:30:54 [2022-08-31T15:30:54.906Z] #6 DONE 0.0s
15:30:54 [2022-08-31T15:30:54.906Z] 
15:30:54 [2022-08-31T15:30:54.906Z] #10 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
15:30:54 [2022-08-31T15:30:54.906Z] #10 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
15:30:55 [2022-08-31T15:30:55.846Z] #10 ...
15:30:55 [2022-08-31T15:30:55.846Z] 
15:30:55 [2022-08-31T15:30:55.846Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:30:55 [2022-08-31T15:30:55.846Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
15:30:55 [2022-08-31T15:30:55.846Z] #8 DONE 0.8s
15:30:55 [2022-08-31T15:30:55.846Z] 
15:30:55 [2022-08-31T15:30:55.846Z] #10 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
15:30:55 [2022-08-31T15:30:55.846Z] #10 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
15:30:55 [2022-08-31T15:30:55.846Z] #10 DONE 0.8s
15:30:55 [2022-08-31T15:30:55.846Z] 
15:30:55 [2022-08-31T15:30:55.846Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:30:55 [2022-08-31T15:30:55.846Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
15:30:55 [2022-08-31T15:30:55.846Z] #7 DONE 0.8s
15:30:55 [2022-08-31T15:30:55.846Z] 
15:30:55 [2022-08-31T15:30:55.846Z] #9 [internal] load metadata for docker.io/library/debian:bullseye
15:30:55 [2022-08-31T15:30:55.846Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
15:30:55 [2022-08-31T15:30:55.846Z] #9 DONE 0.9s
15:30:55 [2022-08-31T15:30:55.855Z] #8 DONE 1.0s
15:30:55 [2022-08-31T15:30:55.855Z] 
15:30:55 [2022-08-31T15:30:55.855Z] #7 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye
15:30:55 [2022-08-31T15:30:55.855Z] #7 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50
15:30:55 [2022-08-31T15:30:55.855Z] #7 DONE 1.0s
15:30:55 [2022-08-31T15:30:55.855Z] 
15:30:55 [2022-08-31T15:30:55.855Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:30:55 [2022-08-31T15:30:55.855Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
15:30:56 [2022-08-31T15:30:56.106Z] 
15:30:56 [2022-08-31T15:30:56.106Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:30:56 [2022-08-31T15:30:56.106Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
15:30:56 [2022-08-31T15:30:56.106Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
15:30:56 [2022-08-31T15:30:56.106Z] #73 DONE 0.1s
15:30:56 [2022-08-31T15:30:56.106Z] 
15:30:56 [2022-08-31T15:30:56.106Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
15:30:56 [2022-08-31T15:30:56.106Z] #28 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
15:30:56 [2022-08-31T15:30:56.106Z] #28 resolve docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c 0.0s done
15:30:56 [2022-08-31T15:30:56.106Z] #28 sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c 1.85kB / 1.85kB done
15:30:56 [2022-08-31T15:30:56.106Z] #28 sha256:0fcb5a38077422c4e70c5c43be21831193ff4559d143e27d8d5721e7a814bdcc 529B / 529B done
15:30:56 [2022-08-31T15:30:56.106Z] #28 sha256:dd8bae8d259fed93eb54b3bca0adeb647fc07f6ef16745c8ed4144ada4d51a95 1.46kB / 1.46kB done
15:30:56 [2022-08-31T15:30:56.115Z] #10 DONE 1.1s
15:30:56 [2022-08-31T15:30:56.115Z] 
15:30:56 [2022-08-31T15:30:56.115Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
15:30:56 [2022-08-31T15:30:56.115Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
15:30:56 [2022-08-31T15:30:56.115Z] #9 DONE 1.1s
15:30:56 [2022-08-31T15:30:56.376Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 2.10MB / 55.01MB 0.1s
15:30:56 [2022-08-31T15:30:56.382Z] 
15:30:56 [2022-08-31T15:30:56.382Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
15:30:56 [2022-08-31T15:30:56.382Z] #28 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
15:30:56 [2022-08-31T15:30:56.382Z] #28 resolve docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c 0.1s done
15:30:56 [2022-08-31T15:30:56.382Z] #28 sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c 1.85kB / 1.85kB done
15:30:56 [2022-08-31T15:30:56.382Z] #28 sha256:0fcb5a38077422c4e70c5c43be21831193ff4559d143e27d8d5721e7a814bdcc 529B / 529B done
15:30:56 [2022-08-31T15:30:56.503Z] #19 ...
15:30:56 [2022-08-31T15:30:56.503Z] 
15:30:56 [2022-08-31T15:30:56.503Z] #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
15:30:56 [2022-08-31T15:30:56.503Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:30:56 [2022-08-31T15:30:56.503Z] #84 79.78   GEN      .version
15:30:56 [2022-08-31T15:30:56.503Z] #84 79.79 make  install-recursive
15:30:56 [2022-08-31T15:30:56.503Z] #84 79.79 make[1]: Entering directory '/tmp/crun-build'
15:30:56 [2022-08-31T15:30:56.503Z] #84 79.85 Making install in libocispec
15:30:56 [2022-08-31T15:30:56.503Z] #84 79.85 make[2]: Entering directory '/tmp/crun-build/libocispec'
15:30:56 [2022-08-31T15:30:56.503Z] #84 79.89 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
15:30:56 [2022-08-31T15:30:56.503Z] #84 79.90 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
15:30:56 [2022-08-31T15:30:56.503Z] #84 79.90 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
15:30:56 [2022-08-31T15:30:56.503Z] #84 79.93 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.32 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.37 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.37 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.37 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.37 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.37 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.37 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.37 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.37 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.42 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.42 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.42 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.42 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.42 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.42 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.42 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.97 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.98 make  install-recursive
15:30:56 [2022-08-31T15:30:56.503Z] #84 80.99 make[3]: Entering directory '/tmp/crun-build/libocispec'
15:30:56 [2022-08-31T15:30:56.503Z] #84 81.02 Making install in yajl
15:30:56 [2022-08-31T15:30:56.503Z] #84 81.03 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
15:30:56 [2022-08-31T15:30:56.503Z] #84 81.05   CC       verify/json_verify-json_verify.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 81.06   CC       src/libyajl_la-yajl_alloc.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 81.07   CC       src/libyajl_la-yajl.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 81.07   CC       src/libyajl_la-yajl_gen.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 81.08   CC       src/libyajl_la-yajl_parser.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 81.09   CC       src/libyajl_la-yajl_buf.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 81.09   CC       src/libyajl_la-yajl_encode.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 81.10   CC       src/libyajl_la-yajl_lex.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 81.12   CC       src/libyajl_la-yajl_tree.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 83.92   CCLD     libyajl.la
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.08   CCLD     verify/json_verify
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.26 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.26 make[5]: Nothing to be done for 'install-exec-am'.
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.26 make[5]: Nothing to be done for 'install-data-am'.
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.26 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.26 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.26 make[4]: Entering directory '/tmp/crun-build/libocispec'
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.31   CC       src/validate.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.31   CC       src/image_spec_schema_config_schema.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.31   CC       src/image_spec_schema_content_descriptor.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.31   CC       src/image_spec_schema_defs.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.32   CC       src/image_spec_schema_defs_descriptor.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.34   CC       src/image_spec_schema_image_index_schema.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.34   CC       src/image_spec_schema_image_layout_schema.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.34   CC       src/image_spec_schema_image_manifest_schema.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.36   CC       src/runtime_spec_schema_config_linux.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.38   CC       src/runtime_spec_schema_config_zos.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.39   CC       src/runtime_spec_schema_config_schema.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.42   CC       src/runtime_spec_schema_config_solaris.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.44   CC       src/runtime_spec_schema_config_vm.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.48   CC       src/runtime_spec_schema_config_windows.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.56   CC       src/runtime_spec_schema_defs.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.60   CC       src/runtime_spec_schema_defs_zos.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.61   CC       src/runtime_spec_schema_defs_linux.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.68   CC       src/runtime_spec_schema_defs_vm.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.70   CC       src/runtime_spec_schema_defs_windows.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.73   CC       src/runtime_spec_schema_state_schema.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.80   CC       src/image_manifest_items_image_manifest_items_schema.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.86   CC       src/basic_test_double_array_item.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 84.99   CC       src/basic_test_double_array.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.00   CC       src/basic_test_top_array_int.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.04   CC       src/basic_test_top_double_array_int.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.04   CC       src/basic_test_top_array_string.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.06   CC       src/basic_test_top_double_array_obj.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.07   CC       src/basic_test_top_double_array_refobj.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.10   CC       src/basic_test_top_double_array_string.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.26   CC       src/read-file.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.28   CC       src/json_common.lo
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.31   CC       tests/test-1.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.38   CC       tests/test-3.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.39   CC       tests/test-2.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.42   CC       tests/test-4.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.46   CC       tests/test-5.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.50   CC       tests/test-6.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.56   CC       tests/test-7.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.56   CC       tests/test-8.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.59   CC       tests/test-9.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.61   CC       tests/test-10.o
15:30:56 [2022-08-31T15:30:56.503Z] #84 85.65   CC       tests/test-11.o
15:30:56 [2022-08-31T15:30:56.639Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 9.44MB / 55.01MB 0.3s
15:30:56 [2022-08-31T15:30:56.639Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 15.73MB / 55.01MB 0.4s
15:30:56 [2022-08-31T15:30:56.640Z] #28 sha256:dd8bae8d259fed93eb54b3bca0adeb647fc07f6ef16745c8ed4144ada4d51a95 1.46kB / 1.46kB done
15:30:56 [2022-08-31T15:30:56.640Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 0B / 55.01MB 0.1s
15:30:56 [2022-08-31T15:30:56.898Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 25.17MB / 55.01MB 0.6s
15:30:56 [2022-08-31T15:30:56.903Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 3.15MB / 55.01MB 0.2s
15:30:56 [2022-08-31T15:30:56.903Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 6.29MB / 55.01MB 0.3s
15:30:57 [2022-08-31T15:30:57.157Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 39.35MB / 55.01MB 0.9s
15:30:57 [2022-08-31T15:30:57.157Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 42.99MB / 55.01MB 1.0s
15:30:57 [2022-08-31T15:30:57.157Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 46.14MB / 55.01MB 1.1s
15:30:57 [2022-08-31T15:30:57.178Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 9.44MB / 55.01MB 0.5s
15:30:57 [2022-08-31T15:30:57.178Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 13.63MB / 55.01MB 0.6s
15:30:57 [2022-08-31T15:30:57.418Z] #28 ...
15:30:57 [2022-08-31T15:30:57.418Z] 
15:30:57 [2022-08-31T15:30:57.418Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
15:30:57 [2022-08-31T15:30:57.418Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
15:30:57 [2022-08-31T15:30:57.418Z] #49 DONE 0.0s
15:30:57 [2022-08-31T15:30:57.418Z] 
15:30:57 [2022-08-31T15:30:57.418Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
15:30:57 [2022-08-31T15:30:57.418Z] #28 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
15:30:57 [2022-08-31T15:30:57.418Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 49.28MB / 55.01MB 1.3s
15:30:57 [2022-08-31T15:30:57.442Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 18.19MB / 55.01MB 0.7s
15:30:57 [2022-08-31T15:30:57.442Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 23.07MB / 55.01MB 0.8s
15:30:57 [2022-08-31T15:30:57.442Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 26.21MB / 55.01MB 0.9s
15:30:57 [2022-08-31T15:30:57.677Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 52.43MB / 55.01MB 1.4s
15:30:57 [2022-08-31T15:30:57.700Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 29.36MB / 55.01MB 1.0s
15:30:57 [2022-08-31T15:30:57.700Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 32.51MB / 55.01MB 1.2s
15:30:57 [2022-08-31T15:30:57.958Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 35.65MB / 55.01MB 1.3s
15:30:58 [2022-08-31T15:30:58.580Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 40.89MB / 55.01MB 1.8s
15:30:58 [2022-08-31T15:30:58.580Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 44.04MB / 55.01MB 1.9s
15:30:58 [2022-08-31T15:30:58.613Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 55.01MB / 55.01MB 2.2s done
15:30:58 [2022-08-31T15:30:58.858Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 47.19MB / 55.01MB 2.3s
15:30:58 [2022-08-31T15:30:58.872Z] #28 extracting sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e
15:30:59 [2022-08-31T15:30:59.042Z] #84 ...
15:30:59 [2022-08-31T15:30:59.042Z] 
15:30:59 [2022-08-31T15:30:59.042Z] #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
15:30:59 [2022-08-31T15:30:59.042Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:30:59 [2022-08-31T15:30:59.042Z] #19 112.2 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
15:30:59 [2022-08-31T15:30:59.042Z] #19 112.3 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
15:30:59 [2022-08-31T15:30:59.042Z] #19 112.3 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
15:30:59 [2022-08-31T15:30:59.042Z] #19 112.3 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
15:30:59 [2022-08-31T15:30:59.129Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 50.33MB / 55.01MB 2.4s
15:30:59 [2022-08-31T15:30:59.302Z] #19 112.3 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
15:30:59 [2022-08-31T15:30:59.302Z] #19 112.3 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
15:30:59 [2022-08-31T15:30:59.427Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 54.53MB / 55.01MB 2.7s
15:31:00 [2022-08-31T15:31:00.000Z] #28 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 55.01MB / 55.01MB 3.3s done
15:31:00 [2022-08-31T15:31:00.260Z] #28 extracting sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e
15:31:02 [2022-08-31T15:31:02.189Z] #28 ...
15:31:02 [2022-08-31T15:31:02.189Z] 
15:31:02 [2022-08-31T15:31:02.189Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:02 [2022-08-31T15:31:02.189Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:02 [2022-08-31T15:31:02.189Z] #11 resolve docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f 0.1s done
15:31:02 [2022-08-31T15:31:02.189Z] #11 sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f 1.86kB / 1.86kB done
15:31:02 [2022-08-31T15:31:02.189Z] #11 sha256:0afb9ba662931ec66efabb2a5edc1af559964dc8a3ce653f7936e1bf91b6b606 1.80kB / 1.80kB done
15:31:02 [2022-08-31T15:31:02.189Z] #11 sha256:06c366130191a3ed8cd3501c5fc131e2fc445ecd05b3b7bc3b146036ee0ea228 7.10kB / 7.10kB done
15:31:02 [2022-08-31T15:31:02.189Z] #11 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 55.01MB / 55.01MB 3.2s done
15:31:02 [2022-08-31T15:31:02.189Z] #11 sha256:3e94d13e55e7a4ef17ff21376f57fb95c7e1706931f8704aa99260968d81f6e4 5.16MB / 5.16MB 1.3s done
15:31:02 [2022-08-31T15:31:02.189Z] #11 sha256:fa9c7528c685216129e8e67bf362a7702e7b1daa585ab85546a41508830657d6 10.88MB / 10.88MB 2.1s done
15:31:02 [2022-08-31T15:31:02.189Z] #11 sha256:53ad072f9cd16fc8eb93b182b20e758e11acc0ef60babef0bf1043c08de1901a 54.58MB / 54.58MB 5.3s done
15:31:02 [2022-08-31T15:31:02.189Z] #11 sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 65.96MB / 85.91MB 5.4s
15:31:02 [2022-08-31T15:31:02.189Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 26.16MB / 141.86MB 5.4s
15:31:02 [2022-08-31T15:31:02.447Z] #11 sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 70.43MB / 85.91MB 5.6s
15:31:02 [2022-08-31T15:31:02.447Z] #11 sha256:17ab5c0fa3a1c58ccead4c99021181e5ac31a2116e91ee16616a3c6267c9e223 156B / 156B 5.6s
15:31:02 [2022-08-31T15:31:02.447Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 33.55MB / 141.86MB 5.7s
15:31:02 [2022-08-31T15:31:02.447Z] #11 sha256:17ab5c0fa3a1c58ccead4c99021181e5ac31a2116e91ee16616a3c6267c9e223 156B / 156B 5.6s done
15:31:02 [2022-08-31T15:31:02.447Z] #11 ...
15:31:02 [2022-08-31T15:31:02.447Z] 
15:31:02 [2022-08-31T15:31:02.447Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
15:31:02 [2022-08-31T15:31:02.447Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
15:31:02 [2022-08-31T15:31:02.447Z] #49 DONE 0.0s
15:31:02 [2022-08-31T15:31:02.447Z] 
15:31:02 [2022-08-31T15:31:02.447Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:02 [2022-08-31T15:31:02.447Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:02 [2022-08-31T15:31:02.447Z] #11 ...
15:31:02 [2022-08-31T15:31:02.447Z] 
15:31:02 [2022-08-31T15:31:02.447Z] #24 [internal] load build context
15:31:02 [2022-08-31T15:31:02.447Z] #24 sha256:509cae021c964597010dd2813098f3e12a73a31390849390b999600076164318
15:31:02 [2022-08-31T15:31:02.447Z] #24 transferring context: 33.93MB 6.2s
15:31:02 [2022-08-31T15:31:02.705Z] #24 ...
15:31:02 [2022-08-31T15:31:02.705Z] 
15:31:02 [2022-08-31T15:31:02.705Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:02 [2022-08-31T15:31:02.705Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:02 [2022-08-31T15:31:02.705Z] #11 sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 78.64MB / 85.91MB 6.0s
15:31:02 [2022-08-31T15:31:02.705Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 40.89MB / 141.86MB 6.0s
15:31:03 [2022-08-31T15:31:03.073Z] #28 ...
15:31:03 [2022-08-31T15:31:03.073Z] 
15:31:03 [2022-08-31T15:31:03.073Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:03 [2022-08-31T15:31:03.073Z] #11 resolve docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f 0.1s done
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f 1.86kB / 1.86kB done
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:0afb9ba662931ec66efabb2a5edc1af559964dc8a3ce653f7936e1bf91b6b606 1.80kB / 1.80kB done
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:06c366130191a3ed8cd3501c5fc131e2fc445ecd05b3b7bc3b146036ee0ea228 7.10kB / 7.10kB done
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 55.01MB / 55.01MB 2.2s done
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:3e94d13e55e7a4ef17ff21376f57fb95c7e1706931f8704aa99260968d81f6e4 5.16MB / 5.16MB 1.5s done
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:fa9c7528c685216129e8e67bf362a7702e7b1daa585ab85546a41508830657d6 10.88MB / 10.88MB 2.3s done
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:53ad072f9cd16fc8eb93b182b20e758e11acc0ef60babef0bf1043c08de1901a 54.58MB / 54.58MB 5.7s done
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 71.30MB / 85.91MB 6.7s
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 75.50MB / 141.86MB 6.7s
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:17ab5c0fa3a1c58ccead4c99021181e5ac31a2116e91ee16616a3c6267c9e223 156B / 156B 5.8s done
15:31:03 [2022-08-31T15:31:03.073Z] #11 sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 77.59MB / 85.91MB 6.9s
15:31:03 [2022-08-31T15:31:03.281Z] #11 sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 84.00MB / 85.91MB 6.4s
15:31:03 [2022-08-31T15:31:03.281Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 48.23MB / 141.86MB 6.5s
15:31:03 [2022-08-31T15:31:03.333Z] #11 sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 83.26MB / 85.91MB 7.0s
15:31:03 [2022-08-31T15:31:03.334Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 83.89MB / 141.86MB 7.0s
15:31:03 [2022-08-31T15:31:03.334Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 95.42MB / 141.86MB 7.2s
15:31:03 [2022-08-31T15:31:03.602Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 103.81MB / 141.86MB 7.4s
15:31:03 [2022-08-31T15:31:03.845Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 60.35MB / 141.86MB 7.1s
15:31:03 [2022-08-31T15:31:03.860Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 119.54MB / 141.86MB 7.8s
15:31:04 [2022-08-31T15:31:04.102Z] #11 sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 85.91MB / 85.91MB 7.4s done
15:31:04 [2022-08-31T15:31:04.359Z] #11 ...
15:31:04 [2022-08-31T15:31:04.359Z] 
15:31:04 [2022-08-31T15:31:04.359Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:31:04 [2022-08-31T15:31:04.359Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
15:31:04 [2022-08-31T15:31:04.359Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
15:31:04 [2022-08-31T15:31:04.359Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
15:31:04 [2022-08-31T15:31:04.359Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
15:31:04 [2022-08-31T15:31:04.359Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
15:31:04 [2022-08-31T15:31:04.359Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done
15:31:04 [2022-08-31T15:31:04.359Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 6.4s done
15:31:04 [2022-08-31T15:31:04.359Z] #71 DONE 7.8s
15:31:04 [2022-08-31T15:31:04.359Z] 
15:31:04 [2022-08-31T15:31:04.359Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:04 [2022-08-31T15:31:04.359Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:04 [2022-08-31T15:31:04.359Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 71.30MB / 141.86MB 7.6s
15:31:04 [2022-08-31T15:31:04.433Z] #11 sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 85.91MB / 85.91MB 7.9s done
15:31:04 [2022-08-31T15:31:04.434Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 132.12MB / 141.86MB 8.1s
15:31:04 [2022-08-31T15:31:04.434Z] #11 ...
15:31:04 [2022-08-31T15:31:04.434Z] 
15:31:04 [2022-08-31T15:31:04.434Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:31:04 [2022-08-31T15:31:04.434Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
15:31:04 [2022-08-31T15:31:04.434Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
15:31:04 [2022-08-31T15:31:04.434Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
15:31:04 [2022-08-31T15:31:04.434Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
15:31:04 [2022-08-31T15:31:04.434Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
15:31:04 [2022-08-31T15:31:04.434Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.0s done
15:31:04 [2022-08-31T15:31:04.434Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 6.2s done
15:31:04 [2022-08-31T15:31:04.434Z] #71 DONE 8.3s
15:31:04 [2022-08-31T15:31:04.434Z] 
15:31:04 [2022-08-31T15:31:04.434Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:04 [2022-08-31T15:31:04.434Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:04 [2022-08-31T15:31:04.434Z] #11 ...
15:31:04 [2022-08-31T15:31:04.434Z] 
15:31:04 [2022-08-31T15:31:04.434Z] #24 [internal] load build context
15:31:04 [2022-08-31T15:31:04.434Z] #24 sha256:fa2bcb12e36e226b53762685cb71246d95f1e860e3eb3ddf002a8e70fb5c0fb6
15:31:04 [2022-08-31T15:31:04.434Z] #24 transferring context: 54.74MB 8.5s
15:31:04 [2022-08-31T15:31:04.623Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 78.55MB / 141.86MB 7.9s
15:31:04 [2022-08-31T15:31:04.691Z] #24 ...
15:31:04 [2022-08-31T15:31:04.691Z] 
15:31:04 [2022-08-31T15:31:04.691Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:31:04 [2022-08-31T15:31:04.691Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
15:31:04 [2022-08-31T15:31:04.691Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
15:31:04 [2022-08-31T15:31:04.691Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done
15:31:04 [2022-08-31T15:31:04.691Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
15:31:04 [2022-08-31T15:31:04.691Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
15:31:04 [2022-08-31T15:31:04.691Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 7.0s done
15:31:04 [2022-08-31T15:31:04.691Z] #73 DONE 8.5s
15:31:04 [2022-08-31T15:31:04.691Z] 
15:31:04 [2022-08-31T15:31:04.691Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:04 [2022-08-31T15:31:04.691Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:04 [2022-08-31T15:31:04.691Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 139.46MB / 141.86MB 8.4s
15:31:04 [2022-08-31T15:31:04.881Z] #11 ...
15:31:04 [2022-08-31T15:31:04.881Z] 
15:31:04 [2022-08-31T15:31:04.881Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
15:31:04 [2022-08-31T15:31:04.881Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
15:31:04 [2022-08-31T15:31:04.881Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
15:31:04 [2022-08-31T15:31:04.881Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
15:31:04 [2022-08-31T15:31:04.881Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
15:31:04 [2022-08-31T15:31:04.881Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done
15:31:04 [2022-08-31T15:31:04.881Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 6.7s done
15:31:04 [2022-08-31T15:31:04.881Z] #73 DONE 8.2s
15:31:04 [2022-08-31T15:31:04.881Z] 
15:31:04 [2022-08-31T15:31:04.881Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:04 [2022-08-31T15:31:04.881Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:05 [2022-08-31T15:31:05.143Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 89.13MB / 141.86MB 8.4s
15:31:05 [2022-08-31T15:31:05.402Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 99.61MB / 141.86MB 8.7s
15:31:05 [2022-08-31T15:31:05.652Z] #11 ...
15:31:05 [2022-08-31T15:31:05.652Z] 
15:31:05 [2022-08-31T15:31:05.652Z] #24 [internal] load build context
15:31:05 [2022-08-31T15:31:05.652Z] #24 sha256:fa2bcb12e36e226b53762685cb71246d95f1e860e3eb3ddf002a8e70fb5c0fb6
15:31:05 [2022-08-31T15:31:05.652Z] #24 transferring context: 62.71MB 9.1s done
15:31:05 [2022-08-31T15:31:05.652Z] #24 DONE 9.7s
15:31:05 [2022-08-31T15:31:05.652Z] 
15:31:05 [2022-08-31T15:31:05.652Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:05 [2022-08-31T15:31:05.652Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:05 [2022-08-31T15:31:05.659Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 111.15MB / 141.86MB 9.1s
15:31:05 [2022-08-31T15:31:05.911Z] #11 extracting sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 7.2s
15:31:05 [2022-08-31T15:31:05.916Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 118.75MB / 141.86MB 9.3s
15:31:06 [2022-08-31T15:31:06.480Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 127.93MB / 141.86MB 9.6s
15:31:06 [2022-08-31T15:31:06.480Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 136.56MB / 141.86MB 9.8s
15:31:06 [2022-08-31T15:31:06.481Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 141.86MB / 141.86MB 10.1s done
15:31:06 [2022-08-31T15:31:06.737Z] #11 ...
15:31:06 [2022-08-31T15:31:06.737Z] 
15:31:06 [2022-08-31T15:31:06.737Z] #24 [internal] load build context
15:31:06 [2022-08-31T15:31:06.737Z] #24 sha256:509cae021c964597010dd2813098f3e12a73a31390849390b999600076164318
15:31:06 [2022-08-31T15:31:06.737Z] #24 transferring context: 62.71MB 9.8s done
15:31:06 [2022-08-31T15:31:06.737Z] #24 DONE 10.4s
15:31:06 [2022-08-31T15:31:06.737Z] 
15:31:06 [2022-08-31T15:31:06.737Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:06 [2022-08-31T15:31:06.737Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:07 [2022-08-31T15:31:07.304Z] #11 extracting sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 7.1s
15:31:08 [2022-08-31T15:31:08.234Z] #11 sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 141.86MB / 141.86MB 11.3s done
15:31:08 [2022-08-31T15:31:08.394Z] #11 ...
15:31:08 [2022-08-31T15:31:08.394Z] 
15:31:08 [2022-08-31T15:31:08.394Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
15:31:08 [2022-08-31T15:31:08.394Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
15:31:08 [2022-08-31T15:31:08.394Z] #72 DONE 0.8s
15:31:08 [2022-08-31T15:31:08.394Z] 
15:31:08 [2022-08-31T15:31:08.394Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:08 [2022-08-31T15:31:08.394Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:08 [2022-08-31T15:31:08.960Z] #11 ...
15:31:08 [2022-08-31T15:31:08.960Z] 
15:31:08 [2022-08-31T15:31:08.960Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
15:31:08 [2022-08-31T15:31:08.960Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
15:31:08 [2022-08-31T15:31:08.960Z] #74 DONE 0.9s
15:31:08 [2022-08-31T15:31:08.960Z] 
15:31:08 [2022-08-31T15:31:08.960Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
15:31:08 [2022-08-31T15:31:08.960Z] #28 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
15:31:09 [2022-08-31T15:31:09.164Z] #11 ...
15:31:09 [2022-08-31T15:31:09.164Z] 
15:31:09 [2022-08-31T15:31:09.164Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
15:31:09 [2022-08-31T15:31:09.164Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
15:31:09 [2022-08-31T15:31:09.164Z] #72 DONE 0.7s
15:31:09 [2022-08-31T15:31:09.164Z] 
15:31:09 [2022-08-31T15:31:09.164Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
15:31:09 [2022-08-31T15:31:09.164Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
15:31:09 [2022-08-31T15:31:09.290Z] #19 122.2 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
15:31:09 [2022-08-31T15:31:09.290Z] #19 122.2 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
15:31:09 [2022-08-31T15:31:09.290Z] #19 122.2 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
15:31:09 [2022-08-31T15:31:09.290Z] #19 122.2 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
15:31:09 [2022-08-31T15:31:09.290Z] #19 122.3 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
15:31:09 [2022-08-31T15:31:09.290Z] #19 122.3 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
15:31:09 [2022-08-31T15:31:09.730Z] #74 DONE 0.8s
15:31:09 [2022-08-31T15:31:09.730Z] 
15:31:09 [2022-08-31T15:31:09.730Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:09 [2022-08-31T15:31:09.730Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:10 [2022-08-31T15:31:10.348Z] #28 extracting sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 11.4s done
15:31:10 [2022-08-31T15:31:10.348Z] #28 DONE 14.4s
15:31:10 [2022-08-31T15:31:10.348Z] 
15:31:10 [2022-08-31T15:31:10.348Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:10 [2022-08-31T15:31:10.348Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:10 [2022-08-31T15:31:10.348Z] #11 extracting sha256:3e94d13e55e7a4ef17ff21376f57fb95c7e1706931f8704aa99260968d81f6e4
15:31:11 [2022-08-31T15:31:11.283Z] #11 extracting sha256:3e94d13e55e7a4ef17ff21376f57fb95c7e1706931f8704aa99260968d81f6e4 0.6s done
15:31:11 [2022-08-31T15:31:11.542Z] #11 extracting sha256:fa9c7528c685216129e8e67bf362a7702e7b1daa585ab85546a41508830657d6
15:31:11 [2022-08-31T15:31:11.628Z] #11 ...
15:31:11 [2022-08-31T15:31:11.628Z] 
15:31:11 [2022-08-31T15:31:11.628Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c
15:31:11 [2022-08-31T15:31:11.628Z] #28 sha256:a735b497024e5a57fa4bf0883417f0152459d842e6bacbacde33c4ae0fccd9cc
15:31:11 [2022-08-31T15:31:11.628Z] #28 extracting sha256:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e 10.7s done
15:31:11 [2022-08-31T15:31:11.628Z] #28 DONE 14.9s
15:31:11 [2022-08-31T15:31:11.628Z] 
15:31:11 [2022-08-31T15:31:11.628Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:11 [2022-08-31T15:31:11.628Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:11 [2022-08-31T15:31:11.628Z] #11 extracting sha256:3e94d13e55e7a4ef17ff21376f57fb95c7e1706931f8704aa99260968d81f6e4
15:31:12 [2022-08-31T15:31:12.109Z] #11 extracting sha256:fa9c7528c685216129e8e67bf362a7702e7b1daa585ab85546a41508830657d6 0.8s done
15:31:12 [2022-08-31T15:31:12.193Z] #11 extracting sha256:3e94d13e55e7a4ef17ff21376f57fb95c7e1706931f8704aa99260968d81f6e4 0.7s done
15:31:12 [2022-08-31T15:31:12.193Z] #11 extracting sha256:fa9c7528c685216129e8e67bf362a7702e7b1daa585ab85546a41508830657d6
15:31:12 [2022-08-31T15:31:12.676Z] #11 extracting sha256:53ad072f9cd16fc8eb93b182b20e758e11acc0ef60babef0bf1043c08de1901a
15:31:13 [2022-08-31T15:31:13.124Z] #11 extracting sha256:fa9c7528c685216129e8e67bf362a7702e7b1daa585ab85546a41508830657d6 0.8s done
15:31:13 [2022-08-31T15:31:13.381Z] #11 extracting sha256:53ad072f9cd16fc8eb93b182b20e758e11acc0ef60babef0bf1043c08de1901a
15:31:15 [2022-08-31T15:31:15.868Z] #19 ...
15:31:15 [2022-08-31T15:31:15.868Z] 
15:31:15 [2022-08-31T15:31:15.868Z] #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
15:31:15 [2022-08-31T15:31:15.868Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:31:15 [2022-08-31T15:31:15.868Z] #84 105.3   CCLD     libocispec.la
15:31:16 [2022-08-31T15:31:16.109Z] Created binary: bundles/dynbinary-daemon/dockerd
15:31:16 [2022-08-31T15:31:16.109Z] Building: bundles/dynbinary-daemon/docker-proxy
15:31:16 [2022-08-31T15:31:16.109Z] GOOS="" GOARCH="" GOARM=""
15:31:16 [2022-08-31T15:31:16.109Z] Created binary: bundles/dynbinary-daemon/docker-proxy
15:31:16 [2022-08-31T15:31:16.109Z] 
15:31:16 [2022-08-31T15:31:16.109Z] ---> Making bundle: test-integration (in bundles/test-integration)
15:31:16 [2022-08-31T15:31:16.109Z] DOCKER_SYSTEMD=1
15:31:16 [2022-08-31T15:31:16.109Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
15:31:16 [2022-08-31T15:31:16.109Z] HOSTNAME=d4045ddd0631
15:31:16 [2022-08-31T15:31:16.109Z] DEST=bundles/test-integration
15:31:16 [2022-08-31T15:31:16.109Z] PWD=/go/src/github.com/docker/docker
15:31:16 [2022-08-31T15:31:16.109Z] DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97
15:31:16 [2022-08-31T15:31:16.109Z] container=docker
15:31:16 [2022-08-31T15:31:16.109Z] HOME=/root
15:31:16 [2022-08-31T15:31:16.109Z] LANG=C.UTF-8
15:31:16 [2022-08-31T15:31:16.109Z] INVOCATION_ID=53ce751b8cd4469e9149b98783ec8d85
15:31:16 [2022-08-31T15:31:16.109Z] GOLANG_VERSION=1.18.5
15:31:16 [2022-08-31T15:31:16.109Z] VALIDATE_REPO=https://github.com/moby/moby.git
15:31:16 [2022-08-31T15:31:16.109Z] VALIDATE_BRANCH=master
15:31:16 [2022-08-31T15:31:16.109Z] TERM=xterm
15:31:16 [2022-08-31T15:31:16.109Z] DOCKER_PKG=github.com/docker/docker
15:31:16 [2022-08-31T15:31:16.109Z] SHLVL=3
15:31:16 [2022-08-31T15:31:16.109Z] TIMEOUT=120m
15:31:16 [2022-08-31T15:31:16.109Z] DOCKER_BUILDTAGS= journald
15:31:16 [2022-08-31T15:31:16.109Z] DOCKER_GRAPHDRIVER=overlay2
15:31:16 [2022-08-31T15:31:16.109Z] GO111MODULE=off
15:31:16 [2022-08-31T15:31:16.109Z] DOCKER_EXPERIMENTAL=1
15:31:16 [2022-08-31T15:31:16.109Z] TEST_SKIP_INTEGRATION_CLI=1
15:31:16 [2022-08-31T15:31:16.109Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:31:16 [2022-08-31T15:31:16.109Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
15:31:16 [2022-08-31T15:31:16.109Z] GOPATH=/go
15:31:16 [2022-08-31T15:31:16.109Z] PKG_CONFIG=pkg-config
15:31:16 [2022-08-31T15:31:16.109Z] _=/usr/bin/env
15:31:16 [2022-08-31T15:31:16.109Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
15:31:16 [2022-08-31T15:31:16.127Z] #84 105.6   CCLD     src/validate
15:31:16 [2022-08-31T15:31:16.386Z] #84 105.6   CCLD     tests/test-1
15:31:16 [2022-08-31T15:31:16.386Z] #84 105.6   CCLD     tests/test-2
15:31:16 [2022-08-31T15:31:16.386Z] #84 105.6   CCLD     tests/test-3
15:31:16 [2022-08-31T15:31:16.386Z] #84 105.6   CCLD     tests/test-4
15:31:16 [2022-08-31T15:31:16.386Z] #84 105.7   CCLD     tests/test-5
15:31:16 [2022-08-31T15:31:16.386Z] #84 105.7   CCLD     tests/test-6
15:31:16 [2022-08-31T15:31:16.386Z] #84 105.7   CCLD     tests/test-8
15:31:16 [2022-08-31T15:31:16.386Z] #84 105.7   CCLD     tests/test-7
15:31:16 [2022-08-31T15:31:16.386Z] #84 105.7   CCLD     tests/test-9
15:31:16 [2022-08-31T15:31:16.386Z] #84 105.8 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
15:31:16 [2022-08-31T15:31:16.646Z] #84 105.9   CCLD     tests/test-10
15:31:16 [2022-08-31T15:31:16.646Z] #84 105.9   CCLD     tests/test-11
15:31:17 [2022-08-31T15:31:17.584Z] #84 106.9 libtool: link: ar cr libocispec.a 
15:31:17 [2022-08-31T15:31:17.584Z] #84 106.9 libtool: link: ranlib libocispec.a
15:31:17 [2022-08-31T15:31:17.949Z] #11 extracting sha256:53ad072f9cd16fc8eb93b182b20e758e11acc0ef60babef0bf1043c08de1901a 5.0s
15:31:18 [2022-08-31T15:31:18.523Z] #84 107.9 make[5]: Entering directory '/tmp/crun-build/libocispec'
15:31:18 [2022-08-31T15:31:18.523Z] #84 108.0 make[5]: Nothing to be done for 'install-exec-am'.
15:31:18 [2022-08-31T15:31:18.523Z] #84 108.0 make[5]: Nothing to be done for 'install-data-am'.
15:31:18 [2022-08-31T15:31:18.523Z] #84 108.0 make[5]: Leaving directory '/tmp/crun-build/libocispec'
15:31:18 [2022-08-31T15:31:18.523Z] #84 108.0 make[4]: Leaving directory '/tmp/crun-build/libocispec'
15:31:18 [2022-08-31T15:31:18.523Z] #84 108.0 make[3]: Leaving directory '/tmp/crun-build/libocispec'
15:31:18 [2022-08-31T15:31:18.523Z] #84 108.0 make[2]: Leaving directory '/tmp/crun-build/libocispec'
15:31:18 [2022-08-31T15:31:18.523Z] #84 108.0 make[2]: Entering directory '/tmp/crun-build'
15:31:18 [2022-08-31T15:31:18.523Z] #84 108.0   CC       src/libcrun/libcrun_testing_a-utils.o
15:31:18 [2022-08-31T15:31:18.670Z] #11 extracting sha256:53ad072f9cd16fc8eb93b182b20e758e11acc0ef60babef0bf1043c08de1901a 5.1s
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.0   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.0   CC       src/libcrun/libcrun_testing_a-container.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.1   CC       src/libcrun/libcrun_testing_a-cgroup.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.1   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.1   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.1   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.1   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.1   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.1   CC       src/libcrun/libcrun_testing_a-criu.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.2   CC       src/libcrun/libcrun_testing_a-custom-handler.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.2   CC       src/libcrun/libcrun_testing_a-linux.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.2   CC       src/libcrun/libcrun_testing_a-seccomp.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.2   CC       src/libcrun/libcrun_testing_a-ebpf.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.2   CC       src/libcrun/libcrun_testing_a-status.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.2   CC       src/libcrun/libcrun_testing_a-error.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.2   CC       src/libcrun/libcrun_testing_a-terminal.o
15:31:18 [2022-08-31T15:31:18.782Z] #84 108.3   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
15:31:19 [2022-08-31T15:31:19.041Z] #84 108.3   CC       src/libcrun/libcrun_testing_a-signals.o
15:31:19 [2022-08-31T15:31:19.041Z] #84 108.4   CC       src/libcrun/libcrun_testing_a-mount_flags.o
15:31:19 [2022-08-31T15:31:19.041Z] #84 108.5   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
15:31:19 [2022-08-31T15:31:19.041Z] #84 108.5   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
15:31:19 [2022-08-31T15:31:19.041Z] #84 108.6   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
15:31:19 [2022-08-31T15:31:19.248Z] ok  	github.com/docker/docker/cmd/dockerd	0.080s	coverage: 29.9% of statements
15:31:19 [2022-08-31T15:31:19.248Z] ok  	github.com/docker/docker/container	0.122s	coverage: 35.5% of statements
15:31:19 [2022-08-31T15:31:19.248Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.386s	coverage: 0.0% of statements
15:31:19 [2022-08-31T15:31:19.248Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
15:31:19 [2022-08-31T15:31:19.248Z] ?   	github.com/docker/docker/container/stream	[no test files]
15:31:19 [2022-08-31T15:31:19.248Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
15:31:19 [2022-08-31T15:31:19.248Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
15:31:19 [2022-08-31T15:31:19.248Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
15:31:19 [2022-08-31T15:31:19.301Z] #84 108.6   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
15:31:19 [2022-08-31T15:31:19.301Z] #84 108.6   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
15:31:19 [2022-08-31T15:31:19.301Z] #84 108.6   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
15:31:19 [2022-08-31T15:31:19.301Z] #84 108.7   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
15:31:19 [2022-08-31T15:31:19.301Z] #84 108.7   CC       src/crun-crun.o
15:31:19 [2022-08-31T15:31:19.560Z] #84 108.9   CC       src/crun-run.o
15:31:19 [2022-08-31T15:31:19.560Z] #84 108.9   CC       src/crun-delete.o
15:31:19 [2022-08-31T15:31:19.560Z] #84 108.9   CC       src/crun-kill.o
15:31:19 [2022-08-31T15:31:19.560Z] #84 109.0   CC       src/crun-pause.o
15:31:19 [2022-08-31T15:31:19.560Z] #84 109.1   CC       src/crun-unpause.o
15:31:19 [2022-08-31T15:31:19.819Z] #84 109.1   CC       src/crun-exec.o
15:31:19 [2022-08-31T15:31:19.819Z] #84 109.2   CC       src/crun-spec.o
15:31:19 [2022-08-31T15:31:19.819Z] #84 109.3   CC       src/crun-list.o
15:31:19 [2022-08-31T15:31:19.819Z] #84 109.3   CC       src/crun-create.o
15:31:19 [2022-08-31T15:31:19.819Z] #84 109.3   CC       src/crun-state.o
15:31:19 [2022-08-31T15:31:19.856Z] #11 ...
15:31:19 [2022-08-31T15:31:19.856Z] 
15:31:19 [2022-08-31T15:31:19.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
15:31:19 [2022-08-31T15:31:19.856Z] #29 sha256:cb1c10d3768b77ddcf0d3621b94e9595e441010936372a78aecbeca513be8755
15:31:19 [2022-08-31T15:31:19.856Z] #29 1.453 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 1.455 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 1.455 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 1.703 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 2.011 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 2.495 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:31:19 [2022-08-31T15:31:19.856Z] #29 3.643 Fetched 8572 kB in 2s (3487 kB/s)
15:31:19 [2022-08-31T15:31:19.856Z] #29 3.643 Reading package lists...
15:31:19 [2022-08-31T15:31:19.856Z] #29 4.408 Reading package lists...
15:31:19 [2022-08-31T15:31:19.856Z] #29 5.187 Building dependency tree...
15:31:19 [2022-08-31T15:31:19.856Z] #29 5.552 The following additional packages will be installed:
15:31:19 [2022-08-31T15:31:19.856Z] #29 5.553   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
15:31:19 [2022-08-31T15:31:19.856Z] #29 5.553   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
15:31:19 [2022-08-31T15:31:19.856Z] #29 5.555 Recommended packages:
15:31:19 [2022-08-31T15:31:19.856Z] #29 5.555   libldap-common publicsuffix libsasl2-modules
15:31:19 [2022-08-31T15:31:19.856Z] #29 5.755 The following NEW packages will be installed:
15:31:19 [2022-08-31T15:31:19.856Z] #29 5.755   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
15:31:19 [2022-08-31T15:31:19.856Z] #29 5.755   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
15:31:19 [2022-08-31T15:31:19.856Z] #29 5.755   libssh2-1 openssl
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.031 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.031 Need to get 3047 kB of archives.
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.031 After this operation, 6661 kB of additional disk space will be used.
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.031 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.051 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.051 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.051 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.051 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.051 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.060 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.060 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.060 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.060 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.072 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u2 [345 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.072 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u2 [270 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.072 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.072 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.083 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.334 debconf: delaying package configuration, since apt-utils is not installed
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.380 Fetched 3047 kB in 0s (9688 kB/s)
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.440 Selecting previously unselected package openssl.
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.440 (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.)
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.444 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.448 Unpacking openssl (1.1.1n-0+deb11u3) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.719 Selecting previously unselected package ca-certificates.
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.719 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.724 Unpacking ca-certificates (20210119) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.866 Selecting previously unselected package libbrotli1:amd64.
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.866 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 6.948 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.084 Selecting previously unselected package libsasl2-modules-db:amd64.
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.087 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.091 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.206 Selecting previously unselected package libsasl2-2:amd64.
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.206 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.211 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.306 Selecting previously unselected package libldap-2.4-2:amd64.
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.308 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.343 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.501 Selecting previously unselected package libnghttp2-14:amd64.
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.501 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.505 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.648 Selecting previously unselected package libpsl5:amd64.
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.648 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.655 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.784 Selecting previously unselected package librtmp1:amd64.
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.786 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.796 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.893 Selecting previously unselected package libssh2-1:amd64.
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.893 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 7.893 Unpacking libssh2-1:amd64 (1.9.0-2) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.063 Selecting previously unselected package libcurl4:amd64.
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.065 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u2_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.075 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.195 Selecting previously unselected package curl.
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.195 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u2_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.199 Unpacking curl (7.74.0-1.3+deb11u2) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.319 Selecting previously unselected package libonig5:amd64.
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.319 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.323 Unpacking libonig5:amd64 (6.9.6-1.1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.450 Selecting previously unselected package libjq1:amd64.
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.450 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.454 Unpacking libjq1:amd64 (1.6-2.1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.602 Selecting previously unselected package jq.
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.604 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.607 Unpacking jq (1.6-2.1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.659 Setting up libpsl5:amd64 (0.21.0-1.2) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.669 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.683 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.693 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.705 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.713 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.724 Setting up libssh2-1:amd64 (1.9.0-2) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.735 Setting up openssl (1.1.1n-0+deb11u3) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.752 Setting up libonig5:amd64 (6.9.6-1.1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.764 Setting up libjq1:amd64 (1.6-2.1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.776 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 8.791 Setting up ca-certificates (20210119) ...
15:31:19 [2022-08-31T15:31:19.856Z] #29 ...
15:31:19 [2022-08-31T15:31:19.856Z] 
15:31:19 [2022-08-31T15:31:19.856Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:19 [2022-08-31T15:31:19.856Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:20 [2022-08-31T15:31:20.079Z] #84 109.3   CC       src/crun-start.o
15:31:20 [2022-08-31T15:31:20.079Z] #84 109.4   CC       src/crun-update.o
15:31:20 [2022-08-31T15:31:20.079Z] #84 109.5   CC       src/crun-ps.o
15:31:20 [2022-08-31T15:31:20.079Z] #84 109.5   CC       src/crun-checkpoint.o
15:31:20 [2022-08-31T15:31:20.079Z] #84 109.5   CC       src/libcrun/libcrun_la-utils.lo
15:31:20 [2022-08-31T15:31:20.178Z] ok  	github.com/docker/docker/daemon/cluster	0.075s	coverage: 0.5% of statements
15:31:20 [2022-08-31T15:31:20.337Z] #84 109.6   CC       src/libcrun/libcrun_la-cloned_binary.lo
15:31:20 [2022-08-31T15:31:20.338Z] #84 109.6   CC       src/crun-restore.o
15:31:20 [2022-08-31T15:31:20.338Z] #84 109.7   CC       src/libcrun/libcrun_la-cgroup.lo
15:31:20 [2022-08-31T15:31:20.338Z] #84 109.7   CC       src/libcrun/libcrun_la-container.lo
15:31:20 [2022-08-31T15:31:20.338Z] #84 109.8   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
15:31:20 [2022-08-31T15:31:20.338Z] #84 109.8   CC       src/libcrun/libcrun_la-cgroup-setup.lo
15:31:20 [2022-08-31T15:31:20.338Z] #84 109.8   CC       src/libcrun/libcrun_la-cgroup-resources.lo
15:31:20 [2022-08-31T15:31:20.338Z] #84 109.9   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
15:31:20 [2022-08-31T15:31:20.596Z] #84 110.0   CC       src/libcrun/libcrun_la-cgroup-utils.lo
15:31:20 [2022-08-31T15:31:20.596Z] #84 110.0   CC       src/libcrun/libcrun_la-criu.lo
15:31:20 [2022-08-31T15:31:20.596Z] #84 110.1   CC       src/libcrun/libcrun_la-custom-handler.lo
15:31:20 [2022-08-31T15:31:20.596Z] #84 110.1   CC       src/libcrun/libcrun_la-linux.lo
15:31:20 [2022-08-31T15:31:20.855Z] #84 110.2   CC       src/libcrun/libcrun_la-seccomp.lo
15:31:20 [2022-08-31T15:31:20.855Z] #84 110.3   CC       src/libcrun/libcrun_la-ebpf.lo
15:31:21 [2022-08-31T15:31:21.114Z] #84 110.4   CC       src/libcrun/libcrun_la-error.lo
15:31:21 [2022-08-31T15:31:21.114Z] #84 110.5   CC       src/libcrun/libcrun_la-status.lo
15:31:21 [2022-08-31T15:31:21.114Z] #84 110.6   CC       src/libcrun/libcrun_la-terminal.lo
15:31:21 [2022-08-31T15:31:21.201Z] #11 ...
15:31:21 [2022-08-31T15:31:21.201Z] 
15:31:21 [2022-08-31T15:31:21.201Z] #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
15:31:21 [2022-08-31T15:31:21.201Z] #29 sha256:cb1c10d3768b77ddcf0d3621b94e9595e441010936372a78aecbeca513be8755
15:31:21 [2022-08-31T15:31:21.201Z] #29 1.788 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 1.966 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 1.974 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 1.980 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 2.339 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 2.795 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:31:21 [2022-08-31T15:31:21.201Z] #29 3.799 Fetched 8572 kB in 2s (3756 kB/s)
15:31:21 [2022-08-31T15:31:21.201Z] #29 3.799 Reading package lists...
15:31:21 [2022-08-31T15:31:21.201Z] #29 4.563 Reading package lists...
15:31:21 [2022-08-31T15:31:21.201Z] #29 5.327 Building dependency tree...
15:31:21 [2022-08-31T15:31:21.201Z] #29 5.659 The following additional packages will be installed:
15:31:21 [2022-08-31T15:31:21.201Z] #29 5.659   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
15:31:21 [2022-08-31T15:31:21.201Z] #29 5.659   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
15:31:21 [2022-08-31T15:31:21.201Z] #29 5.659 Recommended packages:
15:31:21 [2022-08-31T15:31:21.201Z] #29 5.659   libldap-common publicsuffix libsasl2-modules
15:31:21 [2022-08-31T15:31:21.201Z] #29 5.856 The following NEW packages will be installed:
15:31:21 [2022-08-31T15:31:21.201Z] #29 5.857   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
15:31:21 [2022-08-31T15:31:21.201Z] #29 5.858   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
15:31:21 [2022-08-31T15:31:21.201Z] #29 5.858   libssh2-1 openssl
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.129 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.129 Need to get 3047 kB of archives.
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.129 After this operation, 6661 kB of additional disk space will be used.
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.129 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.144 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.158 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.158 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.158 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.158 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.158 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.167 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.167 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.167 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.175 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u2 [345 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.175 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u2 [270 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.187 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.187 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.187 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.431 debconf: delaying package configuration, since apt-utils is not installed
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.491 Fetched 3047 kB in 0s (9642 kB/s)
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.563 Selecting previously unselected package openssl.
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.563 (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.)
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.563 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.573 Unpacking openssl (1.1.1n-0+deb11u3) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.819 Selecting previously unselected package ca-certificates.
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.819 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.825 Unpacking ca-certificates (20210119) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.970 Selecting previously unselected package libbrotli1:amd64.
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.970 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 6.981 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.112 Selecting previously unselected package libsasl2-modules-db:amd64.
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.112 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.118 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.243 Selecting previously unselected package libsasl2-2:amd64.
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.243 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.248 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.394 Selecting previously unselected package libldap-2.4-2:amd64.
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.396 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.400 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.547 Selecting previously unselected package libnghttp2-14:amd64.
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.547 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.577 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.757 Selecting previously unselected package libpsl5:amd64.
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.757 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.811 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.880 Selecting previously unselected package librtmp1:amd64.
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.880 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 7.886 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.019 Selecting previously unselected package libssh2-1:amd64.
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.022 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.030 Unpacking libssh2-1:amd64 (1.9.0-2) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.132 Selecting previously unselected package libcurl4:amd64.
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.132 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u2_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.139 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.253 Selecting previously unselected package curl.
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.253 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u2_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.309 Unpacking curl (7.74.0-1.3+deb11u2) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.463 Selecting previously unselected package libonig5:amd64.
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.463 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.471 Unpacking libonig5:amd64 (6.9.6-1.1) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.676 Selecting previously unselected package libjq1:amd64.
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.676 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.680 Unpacking libjq1:amd64 (1.6-2.1) ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.748 Selecting previously unselected package jq.
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.748 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
15:31:21 [2022-08-31T15:31:21.201Z] #29 8.752 Unpacking jq (1.6-2.1) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.810 Setting up libpsl5:amd64 (0.21.0-1.2) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.820 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.831 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.842 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.854 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.864 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.875 Setting up libssh2-1:amd64 (1.9.0-2) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.887 Setting up openssl (1.1.1n-0+deb11u3) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.905 Setting up libonig5:amd64 (6.9.6-1.1) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.917 Setting up libjq1:amd64 (1.6-2.1) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.933 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 8.943 Setting up ca-certificates (20210119) ...
15:31:21 [2022-08-31T15:31:21.202Z] #29 9.660 Updating certificates in /etc/ssl/certs...
15:31:21 [2022-08-31T15:31:21.373Z] #84 110.6   CC       src/libcrun/libcrun_la-signals.lo
15:31:21 [2022-08-31T15:31:21.373Z] #84 110.8   CC       src/libcrun/libcrun_la-chroot_realpath.lo
15:31:21 [2022-08-31T15:31:21.373Z] #84 110.8   CC       src/libcrun/libcrun_la-mount_flags.lo
15:31:21 [2022-08-31T15:31:21.463Z] #29 ...
15:31:21 [2022-08-31T15:31:21.463Z] 
15:31:21 [2022-08-31T15:31:21.463Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:21 [2022-08-31T15:31:21.463Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:21 [2022-08-31T15:31:21.633Z] #84 110.9   CC       src/libcrun/libcrun_la-seccomp_notify.lo
15:31:21 [2022-08-31T15:31:21.633Z] #84 111.0   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
15:31:21 [2022-08-31T15:31:21.633Z] #84 111.1   CC       src/libcrun/handlers/libcrun_la-krun.lo
15:31:21 [2022-08-31T15:31:21.772Z] #11 extracting sha256:53ad072f9cd16fc8eb93b182b20e758e11acc0ef60babef0bf1043c08de1901a 8.7s done
15:31:21 [2022-08-31T15:31:21.772Z] #11 extracting sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c
15:31:21 [2022-08-31T15:31:21.892Z] #84 111.2   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
15:31:21 [2022-08-31T15:31:21.892Z] #84 111.3   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
15:31:21 [2022-08-31T15:31:21.892Z] #84 111.3   CC       tests/init.o
15:31:22 [2022-08-31T15:31:22.040Z] #11 extracting sha256:53ad072f9cd16fc8eb93b182b20e758e11acc0ef60babef0bf1043c08de1901a 8.8s done
15:31:22 [2022-08-31T15:31:22.152Z] #84 111.5   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
15:31:22 [2022-08-31T15:31:22.297Z] #11 extracting sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c
15:31:22 [2022-08-31T15:31:22.697Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.030s	coverage: 65.3% of statements
15:31:23 [2022-08-31T15:31:23.635Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.014s	coverage: 36.9% of statements
15:31:23 [2022-08-31T15:31:23.680Z] #11 ...
15:31:23 [2022-08-31T15:31:23.680Z] 
15:31:23 [2022-08-31T15:31:23.680Z] #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
15:31:23 [2022-08-31T15:31:23.680Z] #29 sha256:cb1c10d3768b77ddcf0d3621b94e9595e441010936372a78aecbeca513be8755
15:31:23 [2022-08-31T15:31:23.680Z] #29 9.546 Updating certificates in /etc/ssl/certs...
15:31:23 [2022-08-31T15:31:23.680Z] #29 10.84 129 added, 0 removed; done.
15:31:23 [2022-08-31T15:31:23.680Z] #29 10.91 Setting up jq (1.6-2.1) ...
15:31:23 [2022-08-31T15:31:23.680Z] #29 10.91 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
15:31:23 [2022-08-31T15:31:23.680Z] #29 10.92 Setting up curl (7.74.0-1.3+deb11u2) ...
15:31:23 [2022-08-31T15:31:23.680Z] #29 10.95 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:31:23 [2022-08-31T15:31:23.680Z] #29 10.97 Processing triggers for ca-certificates (20210119) ...
15:31:23 [2022-08-31T15:31:23.680Z] #29 10.99 Updating certificates in /etc/ssl/certs...
15:31:23 [2022-08-31T15:31:23.680Z] #29 11.98 0 added, 0 removed; done.
15:31:23 [2022-08-31T15:31:23.680Z] #29 11.98 Running hooks in /etc/ca-certificates/update.d...
15:31:23 [2022-08-31T15:31:23.680Z] #29 11.99 done.
15:31:23 [2022-08-31T15:31:23.680Z] #29 DONE 12.9s
15:31:23 [2022-08-31T15:31:23.680Z] 
15:31:23 [2022-08-31T15:31:23.680Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
15:31:23 [2022-08-31T15:31:23.680Z] #30 sha256:ae1e7473679bc02cf2060c1a9f81424d43f98faf1988dfcb0659c09c15d12142
15:31:23 [2022-08-31T15:31:23.680Z] #30 DONE 0.1s
15:31:23 [2022-08-31T15:31:23.680Z] 
15:31:23 [2022-08-31T15:31:23.680Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:23 [2022-08-31T15:31:23.680Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:24 [2022-08-31T15:31:24.821Z] #11 ...
15:31:24 [2022-08-31T15:31:24.821Z] 
15:31:24 [2022-08-31T15:31:24.821Z] #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
15:31:24 [2022-08-31T15:31:24.821Z] #29 sha256:cb1c10d3768b77ddcf0d3621b94e9595e441010936372a78aecbeca513be8755
15:31:24 [2022-08-31T15:31:24.821Z] #29 10.90 129 added, 0 removed; done.
15:31:24 [2022-08-31T15:31:24.821Z] #29 10.97 Setting up jq (1.6-2.1) ...
15:31:24 [2022-08-31T15:31:24.821Z] #29 10.98 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u2) ...
15:31:24 [2022-08-31T15:31:24.821Z] #29 10.99 Setting up curl (7.74.0-1.3+deb11u2) ...
15:31:24 [2022-08-31T15:31:24.821Z] #29 11.00 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:31:24 [2022-08-31T15:31:24.821Z] #29 11.02 Processing triggers for ca-certificates (20210119) ...
15:31:24 [2022-08-31T15:31:24.821Z] #29 11.03 Updating certificates in /etc/ssl/certs...
15:31:24 [2022-08-31T15:31:24.821Z] #29 12.16 0 added, 0 removed; done.
15:31:24 [2022-08-31T15:31:24.821Z] #29 12.16 Running hooks in /etc/ca-certificates/update.d...
15:31:24 [2022-08-31T15:31:24.821Z] #29 12.16 done.
15:31:24 [2022-08-31T15:31:24.821Z] #29 DONE 13.2s
15:31:24 [2022-08-31T15:31:24.821Z] 
15:31:24 [2022-08-31T15:31:24.821Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:24 [2022-08-31T15:31:24.821Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:24 [2022-08-31T15:31:24.821Z] #11 ...
15:31:24 [2022-08-31T15:31:24.821Z] 
15:31:24 [2022-08-31T15:31:24.821Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
15:31:24 [2022-08-31T15:31:24.821Z] #30 sha256:36d23e80bb264465aca956cdcd33a0f6e56877cc1d25d34e4733ce56a9a61496
15:31:24 [2022-08-31T15:31:24.821Z] #30 DONE 0.1s
15:31:24 [2022-08-31T15:31:24.821Z] 
15:31:24 [2022-08-31T15:31:24.821Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:24 [2022-08-31T15:31:24.821Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:26 [2022-08-31T15:31:26.967Z] #11 extracting sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 5.1s
15:31:27 [2022-08-31T15:31:27.358Z] #11 extracting sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 5.1s
15:31:28 [2022-08-31T15:31:28.721Z] #84 ...
15:31:28 [2022-08-31T15:31:28.721Z] 
15:31:28 [2022-08-31T15:31:28.722Z] #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
15:31:28 [2022-08-31T15:31:28.722Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:31:28 [2022-08-31T15:31:28.722Z] #19 130.9 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
15:31:28 [2022-08-31T15:31:28.722Z] #19 130.9 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 130.9 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 130.9 Selecting previously unselected package cpp-10-s390x-linux-gnu.
15:31:28 [2022-08-31T15:31:28.722Z] #19 130.9 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 131.0 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 139.9 Selecting previously unselected package cpp-aarch64-linux-gnu.
15:31:28 [2022-08-31T15:31:28.722Z] #19 139.9 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 139.9 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.0 Selecting previously unselected package cpp-arm-linux-gnueabi.
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.0 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.0 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.1 Selecting previously unselected package cpp-arm-linux-gnueabihf.
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.1 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.1 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.1 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.1 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.1 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.2 Selecting previously unselected package cpp-s390x-linux-gnu.
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.2 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.2 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.2 Selecting previously unselected package cross-config.
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.2 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.2 Unpacking cross-config (2.6.18+nmu1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.4 Selecting previously unselected package gcc-10-cross-base.
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.4 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.4 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.5 Selecting previously unselected package libc6-arm64-cross.
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.5 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.5 Unpacking libc6-arm64-cross (2.31-9cross4) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.8 Selecting previously unselected package libgcc-s1-arm64-cross.
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.8 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.8 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.8 Selecting previously unselected package libgomp1-arm64-cross.
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.8 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.8 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.9 Selecting previously unselected package libitm1-arm64-cross.
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.9 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 140.9 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.0 Selecting previously unselected package libatomic1-arm64-cross.
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.0 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.0 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.1 Selecting previously unselected package libasan6-arm64-cross.
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.1 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.1 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.6 Selecting previously unselected package liblsan0-arm64-cross.
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.6 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.6 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.8 Selecting previously unselected package libtsan0-arm64-cross.
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.8 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
15:31:28 [2022-08-31T15:31:28.722Z] #19 141.8 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
15:31:29 [2022-08-31T15:31:29.291Z] #19 142.3 Selecting previously unselected package libstdc++6-arm64-cross.
15:31:29 [2022-08-31T15:31:29.291Z] #19 142.3 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
15:31:29 [2022-08-31T15:31:29.291Z] #19 142.3 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
15:31:29 [2022-08-31T15:31:29.291Z] #19 142.5 Selecting previously unselected package libubsan1-arm64-cross.
15:31:29 [2022-08-31T15:31:29.291Z] #19 142.5 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
15:31:29 [2022-08-31T15:31:29.291Z] #19 142.5 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
15:31:29 [2022-08-31T15:31:29.503Z] #11 extracting sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 7.7s done
15:31:29 [2022-08-31T15:31:29.763Z] #11 extracting sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e
15:31:29 [2022-08-31T15:31:29.861Z] #19 142.8 Selecting previously unselected package libgcc-10-dev-arm64-cross.
15:31:29 [2022-08-31T15:31:29.861Z] #19 142.8 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
15:31:29 [2022-08-31T15:31:29.861Z] #19 142.8 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
15:31:30 [2022-08-31T15:31:30.121Z] #19 143.2 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
15:31:30 [2022-08-31T15:31:30.121Z] #19 143.2 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
15:31:30 [2022-08-31T15:31:30.121Z] #19 143.2 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
15:31:30 [2022-08-31T15:31:30.176Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.444s	coverage: 13.4% of statements
15:31:30 [2022-08-31T15:31:30.633Z] #11 extracting sha256:dacb042d4b557bba852cbd15b9e3251e6b11f0b755b89541540c1894b7c4ef2c 7.8s done
15:31:30 [2022-08-31T15:31:30.633Z] #11 extracting sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e
15:31:31 [2022-08-31T15:31:31.543Z] ok  	github.com/docker/docker/daemon/config	0.031s	coverage: 76.8% of statements
15:31:31 [2022-08-31T15:31:31.799Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
15:31:32 [2022-08-31T15:31:32.361Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
15:31:33 [2022-08-31T15:31:33.289Z] ok  	github.com/docker/docker/daemon	10.109s	coverage: 16.4% of statements
15:31:33 [2022-08-31T15:31:33.289Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
15:31:33 [2022-08-31T15:31:33.289Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
15:31:33 [2022-08-31T15:31:33.289Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
15:31:33 [2022-08-31T15:31:33.545Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
15:31:33 [2022-08-31T15:31:33.802Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.578s	coverage: 74.8% of statements
15:31:33 [2022-08-31T15:31:33.964Z] #11 ...
15:31:33 [2022-08-31T15:31:33.964Z] 
15:31:33 [2022-08-31T15:31:33.964Z] #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
15:31:33 [2022-08-31T15:31:33.964Z] #31 sha256:297e327d2c100ccd286bbc820b58b5c4449e72f4dbbb787a380ad0aea5aeafeb
15:31:33 [2022-08-31T15:31:33.964Z] #31 2.254 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
15:31:33 [2022-08-31T15:31:33.964Z] #31 2.542 
15:31:33 [2022-08-31T15:31:33.964Z] #31 2.770 #=#=#                                                                         

######################################################################## 100.0%
15:31:33 [2022-08-31T15:31:33.964Z] #31 3.060 
15:31:33 [2022-08-31T15:31:33.964Z] #31 4.143 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
15:31:33 [2022-08-31T15:31:33.964Z] #31 4.483 
15:31:33 [2022-08-31T15:31:33.964Z] #31 4.712 #=#=#                                                                         

######################################################################## 100.0%
15:31:33 [2022-08-31T15:31:33.964Z] #31 5.093 
15:31:33 [2022-08-31T15:31:33.964Z] #31 6.157 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
15:31:33 [2022-08-31T15:31:33.964Z] #31 6.469 
15:31:33 [2022-08-31T15:31:33.964Z] #31 6.693 #=#=#                                                                         

                                                                           1.3%
#########################################                                 57.9%
#################################################################         90.4%
######################################################################## 100.0%
15:31:33 [2022-08-31T15:31:33.964Z] #31 7.242 
15:31:33 [2022-08-31T15:31:33.964Z] #31 8.368 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
15:31:33 [2022-08-31T15:31:33.964Z] #31 8.678 
15:31:33 [2022-08-31T15:31:33.964Z] #31 8.902 #=#=#                                                                         

######################################################################## 100.0%
15:31:33 [2022-08-31T15:31:33.964Z] #31 9.217 
15:31:33 [2022-08-31T15:31:33.964Z] #31 10.00 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
15:31:33 [2022-08-31T15:31:33.964Z] #31 ...
15:31:33 [2022-08-31T15:31:33.964Z] 
15:31:33 [2022-08-31T15:31:33.964Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:33 [2022-08-31T15:31:33.964Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:34 [2022-08-31T15:31:34.730Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.251s	coverage: 60.7% of statements
15:31:34 [2022-08-31T15:31:34.813Z] #11 ...
15:31:34 [2022-08-31T15:31:34.813Z] 
15:31:34 [2022-08-31T15:31:34.813Z] #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
15:31:34 [2022-08-31T15:31:34.813Z] #31 sha256:74ca5863317c513247e91133ff004bee5931b77ae3c7320fd1d9d5315bb35951
15:31:34 [2022-08-31T15:31:34.813Z] #31 2.527 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
15:31:34 [2022-08-31T15:31:34.813Z] #31 2.847 
15:31:34 [2022-08-31T15:31:34.813Z] #31 3.084 #=#=#                                                                         

######################################################################## 100.0%
15:31:34 [2022-08-31T15:31:34.813Z] #31 3.361 
15:31:34 [2022-08-31T15:31:34.813Z] #31 4.411 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
15:31:34 [2022-08-31T15:31:34.813Z] #31 4.729 
15:31:34 [2022-08-31T15:31:34.813Z] #31 4.958 #=#=#                                                                         

######################################################################## 100.0%
15:31:34 [2022-08-31T15:31:34.813Z] #31 5.271 
15:31:34 [2022-08-31T15:31:34.813Z] #31 6.424 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
15:31:34 [2022-08-31T15:31:34.813Z] #31 6.780 
15:31:34 [2022-08-31T15:31:34.813Z] #31 7.017 #=#=#                                                                         

#############                                                             19.2%
#######################################                                   55.2%
###############################################################           88.6%
######################################################################## 100.0%
15:31:34 [2022-08-31T15:31:34.813Z] #31 7.606 
15:31:34 [2022-08-31T15:31:34.813Z] #31 8.606 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
15:31:34 [2022-08-31T15:31:34.813Z] #31 8.895 
15:31:34 [2022-08-31T15:31:34.813Z] #31 9.130 #=#=#                                                                         

######################################################################## 100.0%
15:31:34 [2022-08-31T15:31:34.813Z] #31 9.417 
15:31:34 [2022-08-31T15:31:34.813Z] #31 10.18 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
15:31:34 [2022-08-31T15:31:34.813Z] #31 ...
15:31:34 [2022-08-31T15:31:34.813Z] 
15:31:34 [2022-08-31T15:31:34.813Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:34 [2022-08-31T15:31:34.813Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:34 [2022-08-31T15:31:34.901Z] #11 extracting sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 5.0s
15:31:35 [2022-08-31T15:31:35.658Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.011s	coverage: 3.0% of statements
15:31:35 [2022-08-31T15:31:35.745Z] #11 extracting sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 5.0s
15:31:36 [2022-08-31T15:31:36.613Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.011s	coverage: 1.9% of statements
15:31:36 [2022-08-31T15:31:36.809Z] #11 ...
15:31:36 [2022-08-31T15:31:36.810Z] 
15:31:36 [2022-08-31T15:31:36.810Z] #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
15:31:36 [2022-08-31T15:31:36.810Z] #31 sha256:297e327d2c100ccd286bbc820b58b5c4449e72f4dbbb787a380ad0aea5aeafeb
15:31:36 [2022-08-31T15:31:36.810Z] #31 10.30 
15:31:36 [2022-08-31T15:31:36.810Z] #31 10.54 #=#=#                                                                         

######################################################################## 100.0%
15:31:36 [2022-08-31T15:31:36.810Z] #31 10.80 
15:31:36 [2022-08-31T15:31:36.810Z] #31 10.90 Download of images into '/build' complete.
15:31:36 [2022-08-31T15:31:36.810Z] #31 10.90 Use something like the following to load the result into a Docker daemon:
15:31:36 [2022-08-31T15:31:36.810Z] #31 10.90   tar -cC '/build' . | docker load
15:31:36 [2022-08-31T15:31:36.810Z] #31 DONE 13.2s
15:31:36 [2022-08-31T15:31:36.810Z] 
15:31:36 [2022-08-31T15:31:36.810Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:36 [2022-08-31T15:31:36.810Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:37 [2022-08-31T15:31:37.980Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	1.870s	coverage: 45.9% of statements
15:31:37 [2022-08-31T15:31:37.980Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
15:31:38 [2022-08-31T15:31:38.237Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.249s	coverage: 50.6% of statements
15:31:38 [2022-08-31T15:31:38.246Z] #19 ...
15:31:38 [2022-08-31T15:31:38.246Z] 
15:31:38 [2022-08-31T15:31:38.246Z] #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
15:31:38 [2022-08-31T15:31:38.246Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:31:38 [2022-08-31T15:31:38.246Z] #84 126.6   CCLD     tests/init
15:31:38 [2022-08-31T15:31:38.266Z] #11 ...
15:31:38 [2022-08-31T15:31:38.266Z] 
15:31:38 [2022-08-31T15:31:38.266Z] #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
15:31:38 [2022-08-31T15:31:38.266Z] #31 sha256:74ca5863317c513247e91133ff004bee5931b77ae3c7320fd1d9d5315bb35951
15:31:38 [2022-08-31T15:31:38.266Z] #31 10.49 
15:31:38 [2022-08-31T15:31:38.266Z] #31 10.72 #=#=#                                                                         

######################################################################## 100.0%
15:31:38 [2022-08-31T15:31:38.266Z] #31 10.97 
15:31:38 [2022-08-31T15:31:38.266Z] #31 11.04 Download of images into '/build' complete.
15:31:38 [2022-08-31T15:31:38.266Z] #31 11.04 Use something like the following to load the result into a Docker daemon:
15:31:38 [2022-08-31T15:31:38.266Z] #31 11.04   tar -cC '/build' . | docker load
15:31:38 [2022-08-31T15:31:38.266Z] #31 DONE 13.4s
15:31:38 [2022-08-31T15:31:38.266Z] 
15:31:38 [2022-08-31T15:31:38.266Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:c362804a0f4e21a7006e36212cbcec6b2888c01dd560d577e74e33d32e12013f
15:31:38 [2022-08-31T15:31:38.266Z] #11 sha256:4de2b9464d76cdb95fb3432f6766454885dc67dfe5ece63a13437721b207a059
15:31:39 [2022-08-31T15:31:39.164Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.012s	coverage: 58.5% of statements
15:31:40 [2022-08-31T15:31:40.094Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.845s	coverage: 58.5% of statements
15:31:40 [2022-08-31T15:31:40.094Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
15:31:40 [2022-08-31T15:31:40.094Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
15:31:40 [2022-08-31T15:31:40.094Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
15:31:40 [2022-08-31T15:31:40.096Z] #11 extracting sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 10.1s
15:31:40 [2022-08-31T15:31:40.350Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
15:31:40 [2022-08-31T15:31:40.355Z] #11 extracting sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 10.6s done
15:31:40 [2022-08-31T15:31:40.613Z] #11 extracting sha256:17ab5c0fa3a1c58ccead4c99021181e5ac31a2116e91ee16616a3c6267c9e223 done
15:31:40 [2022-08-31T15:31:40.799Z] #11 extracting sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 10.1s
15:31:40 [2022-08-31T15:31:40.871Z] #11 DONE 44.6s
15:31:40 [2022-08-31T15:31:40.871Z] 
15:31:40 [2022-08-31T15:31:40.871Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
15:31:40 [2022-08-31T15:31:40.871Z] #12 sha256:8dd5b921932d603f00692191f066a88fc145355a651a1e45da9fcd7dcdf407d3
15:31:42 [2022-08-31T15:31:42.243Z] ok  	github.com/docker/docker/daemon/logger	0.219s	coverage: 43.2% of statements
15:31:42 [2022-08-31T15:31:42.243Z] ok  	github.com/docker/docker/daemon/images	0.037s	coverage: 6.9% of statements
15:31:42 [2022-08-31T15:31:42.243Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
15:31:42 [2022-08-31T15:31:42.243Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
15:31:42 [2022-08-31T15:31:42.304Z] #12 DONE 1.2s
15:31:42 [2022-08-31T15:31:42.304Z] 
15:31:42 [2022-08-31T15:31:42.304Z] #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
15:31:42 [2022-08-31T15:31:42.304Z] #13 sha256:a54b338283bba04b7ab9833f14123864aff1c9ed0240fac13ab7f82cd194245f
15:31:42 [2022-08-31T15:31:42.445Z] #84 ...
15:31:42 [2022-08-31T15:31:42.445Z] 
15:31:42 [2022-08-31T15:31:42.445Z] #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
15:31:42 [2022-08-31T15:31:42.445Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:31:42 [2022-08-31T15:31:42.445Z] #19 154.4 Selecting previously unselected package gcc-aarch64-linux-gnu.
15:31:42 [2022-08-31T15:31:42.445Z] #19 154.4 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
15:31:42 [2022-08-31T15:31:42.445Z] #19 154.4 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
15:31:42 [2022-08-31T15:31:42.445Z] #19 154.5 Selecting previously unselected package linux-libc-dev-arm64-cross.
15:31:42 [2022-08-31T15:31:42.445Z] #19 154.5 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
15:31:42 [2022-08-31T15:31:42.445Z] #19 154.5 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
15:31:42 [2022-08-31T15:31:42.445Z] #19 155.0 Selecting previously unselected package libc6-dev-arm64-cross.
15:31:42 [2022-08-31T15:31:42.445Z] #19 155.0 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
15:31:42 [2022-08-31T15:31:42.445Z] #19 155.0 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
15:31:42 [2022-08-31T15:31:42.445Z] #19 155.6 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
15:31:42 [2022-08-31T15:31:42.445Z] #19 155.6 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
15:31:42 [2022-08-31T15:31:42.445Z] #19 155.6 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
15:31:42 [2022-08-31T15:31:42.592Z] #13 DONE 0.6s
15:31:42 [2022-08-31T15:31:42.592Z] 
15:31:42 [2022-08-31T15:31:42.592Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
15:31:42 [2022-08-31T15:31:42.592Z] #66 sha256:fc87e039dcdff423548a0a5f0ba89349633f010b5e64239e3c75476dcc61ecc3
15:31:42 [2022-08-31T15:31:42.691Z] #11 extracting sha256:1b8b7b0817d4ac31fa078cb93a3934e446c9c6c143dc801d5a5e52d40e0ac58e 11.7s done
15:31:42 [2022-08-31T15:31:42.691Z] #11 extracting sha256:17ab5c0fa3a1c58ccead4c99021181e5ac31a2116e91ee16616a3c6267c9e223
15:31:42 [2022-08-31T15:31:42.691Z] #11 extracting sha256:17ab5c0fa3a1c58ccead4c99021181e5ac31a2116e91ee16616a3c6267c9e223 done
15:31:42 [2022-08-31T15:31:42.805Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.022s	coverage: 53.6% of statements
15:31:42 [2022-08-31T15:31:42.859Z] #66 ...
15:31:42 [2022-08-31T15:31:42.859Z] 
15:31:42 [2022-08-31T15:31:42.859Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
15:31:42 [2022-08-31T15:31:42.859Z] #46 sha256:03e7a9e0eaf588a56511230b6211c99f2707f29e72f286a65738b2580dd44fdf
15:31:42 [2022-08-31T15:31:42.859Z] #46 DONE 0.2s
15:31:42 [2022-08-31T15:31:42.859Z] 
15:31:42 [2022-08-31T15:31:42.859Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
15:31:42 [2022-08-31T15:31:42.859Z] #33 sha256:e0c4c3e4175352400e4692a62d9b0f38a77b181618e938294d1468859b2ad98b
15:31:42 [2022-08-31T15:31:42.859Z] #33 DONE 0.2s
15:31:42 [2022-08-31T15:31:42.859Z] 
15:31:42 [2022-08-31T15:31:42.859Z] #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
15:31:42 [2022-08-31T15:31:42.859Z] #50 sha256:728600a0771e7592ff7efa799488d0b16650d116f1302281218b69e4042dd530
15:31:42 [2022-08-31T15:31:42.859Z] #50 DONE 0.3s
15:31:42 [2022-08-31T15:31:42.859Z] 
15:31:42 [2022-08-31T15:31:42.859Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
15:31:42 [2022-08-31T15:31:42.859Z] #25 sha256:f6bb502e78ff873766d22a9ef71ddda291275da443095b824ca1bcae7b413df2
15:31:42 [2022-08-31T15:31:42.859Z] #25 DONE 0.3s
15:31:42 [2022-08-31T15:31:42.859Z] 
15:31:42 [2022-08-31T15:31:42.859Z] #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
15:31:42 [2022-08-31T15:31:42.859Z] #26 sha256:711281e8d9afdc0b9bb0e66ac275787db14f32f77d6cda9a085ebd98d2ef44f1
15:31:42 [2022-08-31T15:31:42.949Z] #11 DONE 46.4s
15:31:42 [2022-08-31T15:31:42.949Z] 
15:31:42 [2022-08-31T15:31:42.949Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
15:31:42 [2022-08-31T15:31:42.949Z] #12 sha256:8dd5b921932d603f00692191f066a88fc145355a651a1e45da9fcd7dcdf407d3
15:31:43 [2022-08-31T15:31:43.012Z] #19 156.2 Selecting previously unselected package g++-10-aarch64-linux-gnu.
15:31:43 [2022-08-31T15:31:43.012Z] #19 156.2 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
15:31:43 [2022-08-31T15:31:43.012Z] #19 156.3 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
15:31:43 [2022-08-31T15:31:43.061Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.134s	coverage: 79.9% of statements
15:31:43 [2022-08-31T15:31:43.061Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
15:31:43 [2022-08-31T15:31:43.132Z] #26 ...
15:31:43 [2022-08-31T15:31:43.132Z] 
15:31:43 [2022-08-31T15:31:43.132Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
15:31:43 [2022-08-31T15:31:43.132Z] #66 sha256:fc87e039dcdff423548a0a5f0ba89349633f010b5e64239e3c75476dcc61ecc3
15:31:43 [2022-08-31T15:31:43.132Z] #66 DONE 0.4s
15:31:43 [2022-08-31T15:31:43.132Z] 
15:31:43 [2022-08-31T15:31:43.132Z] #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
15:31:43 [2022-08-31T15:31:43.132Z] #67 sha256:da3f2d3791962933b64b85993c6d692abe3455813fa50d826c971819ed57162c
15:31:43 [2022-08-31T15:31:43.317Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.008s	coverage: 68.2% of statements
15:31:43 [2022-08-31T15:31:43.878Z] #12 DONE 0.9s
15:31:43 [2022-08-31T15:31:43.878Z] 
15:31:43 [2022-08-31T15:31:43.878Z] #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
15:31:43 [2022-08-31T15:31:43.878Z] #13 sha256:a54b338283bba04b7ab9833f14123864aff1c9ed0240fac13ab7f82cd194245f
15:31:43 [2022-08-31T15:31:43.879Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
15:31:44 [2022-08-31T15:31:44.441Z] #13 DONE 0.5s
15:31:44 [2022-08-31T15:31:44.441Z] 
15:31:44 [2022-08-31T15:31:44.441Z] #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
15:31:44 [2022-08-31T15:31:44.441Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:31:44 [2022-08-31T15:31:44.441Z] #42 ...
15:31:44 [2022-08-31T15:31:44.441Z] 
15:31:44 [2022-08-31T15:31:44.441Z] #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
15:31:44 [2022-08-31T15:31:44.441Z] #50 sha256:728600a0771e7592ff7efa799488d0b16650d116f1302281218b69e4042dd530
15:31:44 [2022-08-31T15:31:44.441Z] #50 DONE 0.2s
15:31:44 [2022-08-31T15:31:44.698Z] 
15:31:44 [2022-08-31T15:31:44.698Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
15:31:44 [2022-08-31T15:31:44.698Z] #66 sha256:dc26b1cb4fbce8c2875128ec817fccb907e262ae5f5f429cd8b2c72873d4d8ef
15:31:44 [2022-08-31T15:31:44.698Z] #66 DONE 0.3s
15:31:44 [2022-08-31T15:31:44.698Z] 
15:31:44 [2022-08-31T15:31:44.698Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
15:31:44 [2022-08-31T15:31:44.698Z] #46 sha256:03e7a9e0eaf588a56511230b6211c99f2707f29e72f286a65738b2580dd44fdf
15:31:44 [2022-08-31T15:31:44.698Z] #46 DONE 0.3s
15:31:44 [2022-08-31T15:31:44.698Z] 
15:31:44 [2022-08-31T15:31:44.698Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
15:31:44 [2022-08-31T15:31:44.698Z] #33 sha256:e0c4c3e4175352400e4692a62d9b0f38a77b181618e938294d1468859b2ad98b
15:31:44 [2022-08-31T15:31:44.698Z] #33 DONE 0.3s
15:31:44 [2022-08-31T15:31:44.698Z] 
15:31:44 [2022-08-31T15:31:44.698Z] #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
15:31:44 [2022-08-31T15:31:44.698Z] #67 sha256:3917080c1fb9c5c2d4243f017117c3ee5f61835b46ce378567e9ccab0d299285
15:31:44 [2022-08-31T15:31:44.698Z] #67 ...
15:31:44 [2022-08-31T15:31:44.698Z] 
15:31:44 [2022-08-31T15:31:44.698Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
15:31:44 [2022-08-31T15:31:44.698Z] #25 sha256:c4148b2d512cc93770b7ed7f8ed69cd95ac8d3fc5af4f4632617f31f52283f12
15:31:44 [2022-08-31T15:31:44.698Z] #25 DONE 0.4s
15:31:44 [2022-08-31T15:31:44.807Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.103s	coverage: 76.8% of statements
15:31:44 [2022-08-31T15:31:44.807Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.013s	coverage: 87.2% of statements
15:31:44 [2022-08-31T15:31:44.955Z] 
15:31:44 [2022-08-31T15:31:44.955Z] #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
15:31:44 [2022-08-31T15:31:44.955Z] #26 sha256:989e72dd837e9d9cc5bee9ce20e985aa1963b2fb567af288a920434faace3e89
15:31:45 [2022-08-31T15:31:45.735Z] ok  	github.com/docker/docker/daemon/logger/local	0.024s	coverage: 79.4% of statements
15:31:46 [2022-08-31T15:31:46.298Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.013s	coverage: 63.5% of statements
15:31:46 [2022-08-31T15:31:46.865Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.026s	coverage: 31.5% of statements
15:31:47 [2022-08-31T15:31:47.800Z] ok  	github.com/docker/docker/daemon/logger/journald	3.381s	coverage: 74.3% of statements
15:31:47 [2022-08-31T15:31:47.800Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
15:31:47 [2022-08-31T15:31:47.800Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
15:31:47 [2022-08-31T15:31:47.800Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
15:31:47 [2022-08-31T15:31:47.800Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
15:31:48 [2022-08-31T15:31:48.364Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.006s	coverage: 46.8% of statements
15:31:48 [2022-08-31T15:31:48.434Z] #67 ...
15:31:48 [2022-08-31T15:31:48.434Z] 
15:31:48 [2022-08-31T15:31:48.434Z] #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
15:31:48 [2022-08-31T15:31:48.434Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:31:48 [2022-08-31T15:31:48.434Z] #55 5.951 go: downloading github.com/golangci/golangci-lint v1.46.2
15:31:48 [2022-08-31T15:31:48.621Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
15:31:49 [2022-08-31T15:31:49.003Z] #55 ...
15:31:49 [2022-08-31T15:31:49.003Z] 
15:31:49 [2022-08-31T15:31:49.003Z] #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
15:31:49 [2022-08-31T15:31:49.003Z] #40 sha256:7803bf569a318bc8b034e8f9396117345908be73bb32d1b326b268d862b92fa2
15:31:49 [2022-08-31T15:31:49.003Z] #40 5.424 go: downloading github.com/tc-hib/go-winres v0.2.3
15:31:49 [2022-08-31T15:31:49.003Z] #40 6.312 go: downloading github.com/tc-hib/winres v0.1.5
15:31:49 [2022-08-31T15:31:49.183Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
15:31:49 [2022-08-31T15:31:49.261Z] #40 6.690 go: downloading github.com/urfave/cli/v2 v2.3.0
15:31:49 [2022-08-31T15:31:49.261Z] #40 6.803 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
15:31:49 [2022-08-31T15:31:49.438Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.541s	coverage: 82.5% of statements
15:31:49 [2022-08-31T15:31:49.438Z] ?   	github.com/docker/docker/daemon/names	[no test files]
15:31:49 [2022-08-31T15:31:49.438Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
15:31:49 [2022-08-31T15:31:49.522Z] #40 6.857 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
15:31:49 [2022-08-31T15:31:49.522Z] #40 ...
15:31:49 [2022-08-31T15:31:49.522Z] 
15:31:49 [2022-08-31T15:31:49.522Z] #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
15:31:49 [2022-08-31T15:31:49.522Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:31:49 [2022-08-31T15:31:49.522Z] #55 7.025 go: downloading github.com/fatih/color v1.13.0
15:31:49 [2022-08-31T15:31:49.522Z] #55 7.049 go: downloading github.com/gofrs/flock v0.8.1
15:31:50 [2022-08-31T15:31:50.091Z] #55 7.381 go: downloading github.com/pkg/errors v0.9.1
15:31:50 [2022-08-31T15:31:50.091Z] #55 7.414 go: downloading github.com/spf13/cobra v1.4.0
15:31:50 [2022-08-31T15:31:50.091Z] #55 7.572 go: downloading github.com/spf13/pflag v1.0.5
15:31:50 [2022-08-31T15:31:50.213Z] #26 ...
15:31:50 [2022-08-31T15:31:50.213Z] 
15:31:50 [2022-08-31T15:31:50.213Z] #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
15:31:50 [2022-08-31T15:31:50.213Z] #38 sha256:ced2984cf7e6d474dabcfff592ed160a18d15731f399f1033974efa2d3762f24
15:31:50 [2022-08-31T15:31:50.213Z] #38 5.824 go: downloading github.com/pelletier/go-toml v1.8.1
15:31:50 [2022-08-31T15:31:50.357Z] #55 7.776 go: downloading github.com/spf13/viper v1.11.0
15:31:50 [2022-08-31T15:31:50.367Z] ok  	github.com/docker/docker/distribution/metadata	0.032s	coverage: 44.4% of statements
15:31:50 [2022-08-31T15:31:50.619Z] #55 8.044 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
15:31:50 [2022-08-31T15:31:50.778Z] #38 ...
15:31:50 [2022-08-31T15:31:50.778Z] 
15:31:50 [2022-08-31T15:31:50.778Z] #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             ;
15:31:50 [2022-08-31T15:31:50.778Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:31:50 [2022-08-31T15:31:50.778Z] #76 6.251 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:31:50 [2022-08-31T15:31:50.778Z] #76 6.291 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:31:50 [2022-08-31T15:31:50.778Z] #76 6.291 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:31:51 [2022-08-31T15:31:51.194Z] #55 8.640 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
15:31:51 [2022-08-31T15:31:51.194Z] #55 8.672 go: downloading github.com/go-critic/go-critic v0.6.3
15:31:51 [2022-08-31T15:31:51.342Z] #76 ...
15:31:51 [2022-08-31T15:31:51.342Z] 
15:31:51 [2022-08-31T15:31:51.342Z] #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
15:31:51 [2022-08-31T15:31:51.342Z] #26 sha256:989e72dd837e9d9cc5bee9ce20e985aa1963b2fb567af288a920434faace3e89
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.692 + RM_GOPATH=0
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.692 + TMP_GOPATH=
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.692 + : /build
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.692 + '[' -z '' ']'
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.692 ++ mktemp -d
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.714 + export GOPATH=/tmp/tmp.cUxNRe006S
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.714 + GOPATH=/tmp/tmp.cUxNRe006S
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.714 + RM_GOPATH=1
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.714 + case "$(go env GOARCH)" in
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.720 ++ go env GOARCH
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.752 + export GO_BUILDMODE=-buildmode=pie
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.752 + GO_BUILDMODE=-buildmode=pie
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.752 ++ dirname /install.sh
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.754 + dir=/
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.754 + bin=dockercli
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.754 + shift
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.754 + '[' '!' -f //dockercli.installer ']'
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.754 + . //dockercli.installer
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.754 ++ : stable
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.754 ++ : 17.06.2-ce
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.755 + install_dockercli
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.755 + echo 'Install docker/cli version 17.06.2-ce from stable'
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.755 Install docker/cli version 17.06.2-ce from stable
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.759 ++ uname -m
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.761 + arch=x86_64
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.761 + '[' x86_64 '!=' x86_64 ']'
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.761 + url=https://download.docker.com/linux/static
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.761 + tar -xz docker/docker
15:31:51 [2022-08-31T15:31:51.342Z] #26 6.761 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
15:31:52 [2022-08-31T15:31:52.256Z] ok  	github.com/docker/docker/distribution	1.498s	coverage: 28.0% of statements
15:31:52 [2022-08-31T15:31:52.256Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
15:31:52 [2022-08-31T15:31:52.256Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
15:31:52 [2022-08-31T15:31:52.588Z] #55 ...
15:31:52 [2022-08-31T15:31:52.588Z] 
15:31:52 [2022-08-31T15:31:52.588Z] #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             ;
15:31:52 [2022-08-31T15:31:52.588Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:31:52 [2022-08-31T15:31:52.588Z] #76 7.742 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:31:52 [2022-08-31T15:31:52.588Z] #76 7.856 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:31:52 [2022-08-31T15:31:52.588Z] #76 7.857 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:31:52 [2022-08-31T15:31:52.588Z] #76 9.260 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:31:52 [2022-08-31T15:31:52.588Z] #76 ...
15:31:52 [2022-08-31T15:31:52.588Z] 
15:31:52 [2022-08-31T15:31:52.588Z] #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
15:31:52 [2022-08-31T15:31:52.588Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:31:52 [2022-08-31T15:31:52.588Z] #14 7.804 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:31:52 [2022-08-31T15:31:52.588Z] #14 7.857 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:31:52 [2022-08-31T15:31:52.588Z] #14 7.858 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:31:52 [2022-08-31T15:31:52.588Z] #14 9.196 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:31:52 [2022-08-31T15:31:52.818Z] ok  	github.com/docker/docker/distribution/xfer	1.886s	coverage: 84.9% of statements
15:31:52 [2022-08-31T15:31:52.818Z] ?   	github.com/docker/docker/dockerversion	[no test files]
15:31:52 [2022-08-31T15:31:52.853Z] #14 ...
15:31:52 [2022-08-31T15:31:52.853Z] 
15:31:52 [2022-08-31T15:31:52.853Z] #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
15:31:52 [2022-08-31T15:31:52.853Z] #57 sha256:184b4ccd0ac6b3aaf25b68633ba72158e1065d82e836a2f99dabd02a8fb5eaf0
15:31:52 [2022-08-31T15:31:52.853Z] #57 7.210 go: downloading mvdan.cc/sh/v3 v3.0.2
15:31:52 [2022-08-31T15:31:52.853Z] #57 9.635 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
15:31:52 [2022-08-31T15:31:52.853Z] #57 9.635 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
15:31:52 [2022-08-31T15:31:52.853Z] #57 10.02 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
15:31:52 [2022-08-31T15:31:52.997Z] #19 ...
15:31:52 [2022-08-31T15:31:52.998Z] 
15:31:52 [2022-08-31T15:31:52.998Z] #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
15:31:52 [2022-08-31T15:31:52.998Z] #84 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:31:52 [2022-08-31T15:31:52.998Z] #84 141.0   AR       libcrun_testing.a
15:31:52 [2022-08-31T15:31:52.998Z] #84 141.0 ar: `u' modifier ignored since `D' is the default (see `U')
15:31:52 [2022-08-31T15:31:52.998Z] #84 141.1   CCLD     tests/tests_libcrun_utils
15:31:52 [2022-08-31T15:31:52.998Z] #84 141.1   CCLD     tests/tests_libcrun_errors
15:31:52 [2022-08-31T15:31:52.998Z] #84 141.1   CCLD     tests/tests_libcrun_fuzzer
15:31:52 [2022-08-31T15:31:52.998Z] #84 141.8   CCLD     libcrun.la
15:31:52 [2022-08-31T15:31:52.998Z] #84 142.3   CCLD     crun
15:31:53 [2022-08-31T15:31:53.074Z] ok  	github.com/docker/docker/image	0.033s	coverage: 86.9% of statements
15:31:53 [2022-08-31T15:31:53.113Z] #57 ...
15:31:53 [2022-08-31T15:31:53.113Z] 
15:31:53 [2022-08-31T15:31:53.113Z] #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
15:31:53 [2022-08-31T15:31:53.113Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:31:53 [2022-08-31T15:31:53.113Z] #51 7.523 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:31:53 [2022-08-31T15:31:53.113Z] #51 7.584 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:31:53 [2022-08-31T15:31:53.113Z] #51 7.585 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:31:53 [2022-08-31T15:31:53.113Z] #51 8.911 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:31:53 [2022-08-31T15:31:53.113Z] #51 10.22 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
15:31:53 [2022-08-31T15:31:53.113Z] #51 ...
15:31:53 [2022-08-31T15:31:53.113Z] 
15:31:53 [2022-08-31T15:31:53.113Z] #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
15:31:53 [2022-08-31T15:31:53.113Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:31:53 [2022-08-31T15:31:53.113Z] #47 6.964 + git clone https://github.com/docker/distribution.git .
15:31:53 [2022-08-31T15:31:53.113Z] #47 6.964 Cloning into '.'...
15:31:53 [2022-08-31T15:31:53.257Z] #84 142.7 make[3]: Entering directory '/tmp/crun-build'
15:31:53 [2022-08-31T15:31:53.257Z] #84 142.8  /bin/mkdir -p '/usr/local/lib'
15:31:53 [2022-08-31T15:31:53.330Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
15:31:53 [2022-08-31T15:31:53.373Z] #47 ...
15:31:53 [2022-08-31T15:31:53.373Z] 
15:31:53 [2022-08-31T15:31:53.373Z] #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
15:31:53 [2022-08-31T15:31:53.373Z] #36 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:31:53 [2022-08-31T15:31:53.373Z] #36 7.478 go: downloading github.com/go-delve/delve v1.8.1
15:31:53 [2022-08-31T15:31:53.373Z] #36 ...
15:31:53 [2022-08-31T15:31:53.373Z] 
15:31:53 [2022-08-31T15:31:53.373Z] #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
15:31:53 [2022-08-31T15:31:53.373Z] #53 sha256:5a5cb01c2db617814964e3f18443a0bc28c742d82a13333b2f6ce38fbf0e09bf
15:31:53 [2022-08-31T15:31:53.373Z] #53 7.697 go: downloading gotest.tools/gotestsum v1.8.1
15:31:53 [2022-08-31T15:31:53.517Z] #84 142.8  /bin/mkdir -p '/usr/local/share/man/man1'
15:31:53 [2022-08-31T15:31:53.517Z] #84 142.8  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
15:31:53 [2022-08-31T15:31:53.517Z] #84 142.8  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
15:31:53 [2022-08-31T15:31:53.517Z] #84 142.9 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
15:31:53 [2022-08-31T15:31:53.517Z] #84 142.9 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
15:31:53 [2022-08-31T15:31:53.517Z] #84 142.9 libtool: install: chmod 644 /usr/local/lib/libcrun.a
15:31:53 [2022-08-31T15:31:53.517Z] #84 142.9 libtool: install: ranlib /usr/local/lib/libcrun.a
15:31:53 [2022-08-31T15:31:53.587Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.7% of statements
15:31:53 [2022-08-31T15:31:53.587Z] ?   	github.com/docker/docker/image/v1	[no test files]
15:31:53 [2022-08-31T15:31:53.587Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
15:31:53 [2022-08-31T15:31:53.643Z] #53 10.97 go: downloading github.com/dnephin/pflag v1.0.7
15:31:53 [2022-08-31T15:31:53.643Z] #53 ...
15:31:53 [2022-08-31T15:31:53.643Z] 
15:31:53 [2022-08-31T15:31:53.643Z] #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
15:31:53 [2022-08-31T15:31:53.643Z] #38 sha256:ced2984cf7e6d474dabcfff592ed160a18d15731f399f1033974efa2d3762f24
15:31:53 [2022-08-31T15:31:53.643Z] #38 6.975 go: downloading github.com/pelletier/go-toml v1.8.1
15:31:53 [2022-08-31T15:31:53.643Z] #38 ...
15:31:53 [2022-08-31T15:31:53.643Z] 
15:31:53 [2022-08-31T15:31:53.643Z] #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
15:31:53 [2022-08-31T15:31:53.643Z] #34 sha256:c01d2ca93070b46c2b698fd57bf153e2968c6185a055fa7f94e1207c6933d0df
15:31:53 [2022-08-31T15:31:53.643Z] #34 7.068 + git clone https://github.com/kolyshkin/go-swagger.git .
15:31:53 [2022-08-31T15:31:53.643Z] #34 7.077 Cloning into '.'...
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 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
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 ----------------------------------------------------------------------
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 Libraries have been installed in:
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0    /usr/local/lib
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 If you ever happen to want to link against installed libraries
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 in a given directory, LIBDIR, you must either use libtool, and
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 specify the full pathname of the library, or use the '-LLIBDIR'
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 flag during linking and do at least one of the following:
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0      during execution
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0    - add LIBDIR to the 'LD_RUN_PATH' environment variable
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0      during linking
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 See any operating system documentation about shared libraries for
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 more information, such as the ld(1) and ld.so(8) manual pages.
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0 ----------------------------------------------------------------------
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0  /bin/mkdir -p '/build'
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.0   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.1 libtool: install: /usr/bin/install -c crun /build/crun
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.1 make[3]: Leaving directory '/tmp/crun-build'
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.1 make[2]: Leaving directory '/tmp/crun-build'
15:31:53 [2022-08-31T15:31:53.777Z] #84 143.1 make[1]: Leaving directory '/tmp/crun-build'
15:31:53 [2022-08-31T15:31:53.844Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
15:31:53 [2022-08-31T15:31:53.906Z] #34 ...
15:31:53 [2022-08-31T15:31:53.906Z] 
15:31:53 [2022-08-31T15:31:53.906Z] #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
15:31:53 [2022-08-31T15:31:53.906Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:31:53 [2022-08-31T15:31:53.906Z] #62 7.754 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:31:53 [2022-08-31T15:31:53.906Z] #62 7.818 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:31:53 [2022-08-31T15:31:53.906Z] #62 7.818 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:31:53 [2022-08-31T15:31:53.906Z] #62 9.265 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:31:53 [2022-08-31T15:31:53.906Z] #62 ...
15:31:53 [2022-08-31T15:31:53.906Z] 
15:31:53 [2022-08-31T15:31:53.906Z] #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
15:31:53 [2022-08-31T15:31:53.906Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:31:53 [2022-08-31T15:31:53.906Z] #42 7.902 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:31:53 [2022-08-31T15:31:53.906Z] #42 7.953 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:31:53 [2022-08-31T15:31:53.906Z] #42 7.957 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:31:53 [2022-08-31T15:31:53.906Z] #42 9.296 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:31:54 [2022-08-31T15:31:54.166Z] #42 ...
15:31:54 [2022-08-31T15:31:54.166Z] 
15:31:54 [2022-08-31T15:31:54.166Z] #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
15:31:54 [2022-08-31T15:31:54.166Z] #26 sha256:711281e8d9afdc0b9bb0e66ac275787db14f32f77d6cda9a085ebd98d2ef44f1
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.032 + RM_GOPATH=0
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.035 + TMP_GOPATH=
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.035 + : /build
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.035 + '[' -z '' ']'
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.036 ++ mktemp -d
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.038 + export GOPATH=/tmp/tmp.0XkFsZNRo2
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.039 + GOPATH=/tmp/tmp.0XkFsZNRo2
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.039 + RM_GOPATH=1
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.039 + case "$(go env GOARCH)" in
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.049 ++ go env GOARCH
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.099 + export GO_BUILDMODE=-buildmode=pie
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.099 + GO_BUILDMODE=-buildmode=pie
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.118 ++ dirname /install.sh
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.126 + dir=/
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.126 + bin=dockercli
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.126 + shift
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.127 + '[' '!' -f //dockercli.installer ']'
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.134 + . //dockercli.installer
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.134 ++ : stable
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.134 ++ : 17.06.2-ce
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.134 + install_dockercli
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.134 + echo 'Install docker/cli version 17.06.2-ce from stable'
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.134 Install docker/cli version 17.06.2-ce from stable
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.171 ++ uname -m
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.186 + arch=x86_64
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.186 + '[' x86_64 '!=' x86_64 ']'
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.186 + url=https://download.docker.com/linux/static
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.189 + tar -xz docker/docker
15:31:54 [2022-08-31T15:31:54.166Z] #26 7.190 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
15:31:54 [2022-08-31T15:31:54.691Z] #26 ...
15:31:54 [2022-08-31T15:31:54.691Z] 
15:31:54 [2022-08-31T15:31:54.691Z] #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
15:31:54 [2022-08-31T15:31:54.691Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:31:54 [2022-08-31T15:31:54.691Z] #14 7.139 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:31:54 [2022-08-31T15:31:54.691Z] #14 7.172 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:31:54 [2022-08-31T15:31:54.691Z] #14 7.173 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:31:54 [2022-08-31T15:31:54.691Z] #14 8.920 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:31:54 [2022-08-31T15:31:54.691Z] #14 ...
15:31:54 [2022-08-31T15:31:54.691Z] 
15:31:54 [2022-08-31T15:31:54.691Z] #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
15:31:54 [2022-08-31T15:31:54.691Z] #53 sha256:5a5cb01c2db617814964e3f18443a0bc28c742d82a13333b2f6ce38fbf0e09bf
15:31:54 [2022-08-31T15:31:54.691Z] #53 6.799 go: downloading gotest.tools/gotestsum v1.8.1
15:31:54 [2022-08-31T15:31:54.691Z] #53 9.688 go: downloading github.com/dnephin/pflag v1.0.7
15:31:54 [2022-08-31T15:31:54.691Z] #53 9.689 go: downloading github.com/fatih/color v1.10.0
15:31:54 [2022-08-31T15:31:54.691Z] #53 10.04 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
15:31:54 [2022-08-31T15:31:54.691Z] #53 ...
15:31:54 [2022-08-31T15:31:54.691Z] 
15:31:54 [2022-08-31T15:31:54.691Z] #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
15:31:54 [2022-08-31T15:31:54.691Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:31:54 [2022-08-31T15:31:54.691Z] #55 6.076 go: downloading github.com/golangci/golangci-lint v1.46.2
15:31:54 [2022-08-31T15:31:54.691Z] #55 8.438 go: downloading github.com/fatih/color v1.13.0
15:31:54 [2022-08-31T15:31:54.691Z] #55 8.479 go: downloading github.com/gofrs/flock v0.8.1
15:31:54 [2022-08-31T15:31:54.691Z] #55 8.762 go: downloading github.com/pkg/errors v0.9.1
15:31:54 [2022-08-31T15:31:54.691Z] #55 8.797 go: downloading github.com/spf13/cobra v1.4.0
15:31:54 [2022-08-31T15:31:54.691Z] #55 8.967 go: downloading github.com/spf13/pflag v1.0.5
15:31:54 [2022-08-31T15:31:54.691Z] #55 9.654 go: downloading github.com/spf13/viper v1.11.0
15:31:54 [2022-08-31T15:31:54.691Z] #55 9.772 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
15:31:54 [2022-08-31T15:31:54.717Z] #84 DONE 143.9s
15:31:54 [2022-08-31T15:31:54.717Z] 
15:31:54 [2022-08-31T15:31:54.717Z] #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
15:31:54 [2022-08-31T15:31:54.717Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:31:54 [2022-08-31T15:31:54.717Z] #19 166.6 Selecting previously unselected package g++-aarch64-linux-gnu.
15:31:54 [2022-08-31T15:31:54.717Z] #19 166.6 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
15:31:54 [2022-08-31T15:31:54.717Z] #19 166.6 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
15:31:54 [2022-08-31T15:31:54.717Z] #19 166.6 Selecting previously unselected package patch.
15:31:54 [2022-08-31T15:31:54.717Z] #19 166.6 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
15:31:54 [2022-08-31T15:31:54.717Z] #19 166.6 Unpacking patch (2.7.6-7) ...
15:31:54 [2022-08-31T15:31:54.717Z] #19 166.7 Selecting previously unselected package dpkg-dev.
15:31:54 [2022-08-31T15:31:54.717Z] #19 166.7 Preparing to unpack .../047-dpkg-dev_1.20.11_all.deb ...
15:31:54 [2022-08-31T15:31:54.717Z] #19 166.7 Unpacking dpkg-dev (1.20.11) ...
15:31:54 [2022-08-31T15:31:54.717Z] #19 167.1 Selecting previously unselected package libconfig-inifiles-perl.
15:31:54 [2022-08-31T15:31:54.717Z] #19 167.1 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
15:31:54 [2022-08-31T15:31:54.717Z] #19 167.1 Unpacking libconfig-inifiles-perl (3.000003-1) ...
15:31:54 [2022-08-31T15:31:54.717Z] #19 167.2 Selecting previously unselected package libio-string-perl.
15:31:54 [2022-08-31T15:31:54.717Z] #19 167.2 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
15:31:54 [2022-08-31T15:31:54.717Z] #19 167.2 Unpacking libio-string-perl (1.08-3.1) ...
15:31:54 [2022-08-31T15:31:54.717Z] #19 167.3 Selecting previously unselected package libicu67:amd64.
15:31:54 [2022-08-31T15:31:54.717Z] #19 167.3 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
15:31:54 [2022-08-31T15:31:54.717Z] #19 167.4 Unpacking libicu67:amd64 (67.1-7) ...
15:31:54 [2022-08-31T15:31:54.772Z] ok  	github.com/docker/docker/oci	0.018s	coverage: 46.0% of statements
15:31:54 [2022-08-31T15:31:54.964Z] #55 ...
15:31:54 [2022-08-31T15:31:54.964Z] 
15:31:54 [2022-08-31T15:31:54.964Z] #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
15:31:54 [2022-08-31T15:31:54.964Z] #57 sha256:184b4ccd0ac6b3aaf25b68633ba72158e1065d82e836a2f99dabd02a8fb5eaf0
15:31:54 [2022-08-31T15:31:54.964Z] #57 7.115 go: downloading mvdan.cc/sh/v3 v3.0.2
15:31:54 [2022-08-31T15:31:54.964Z] #57 8.494 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
15:31:54 [2022-08-31T15:31:54.964Z] #57 8.512 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
15:31:54 [2022-08-31T15:31:54.964Z] #57 9.139 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
15:31:54 [2022-08-31T15:31:54.964Z] #57 ...
15:31:54 [2022-08-31T15:31:54.964Z] 
15:31:54 [2022-08-31T15:31:54.964Z] #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
15:31:54 [2022-08-31T15:31:54.964Z] #40 sha256:7803bf569a318bc8b034e8f9396117345908be73bb32d1b326b268d862b92fa2
15:31:54 [2022-08-31T15:31:54.964Z] #40 6.476 go: downloading github.com/tc-hib/go-winres v0.2.3
15:31:54 [2022-08-31T15:31:54.964Z] #40 7.808 go: downloading github.com/tc-hib/winres v0.1.5
15:31:54 [2022-08-31T15:31:54.964Z] #40 9.942 go: downloading github.com/urfave/cli/v2 v2.3.0
15:31:55 [2022-08-31T15:31:55.103Z] #26 ...
15:31:55 [2022-08-31T15:31:55.103Z] 
15:31:55 [2022-08-31T15:31:55.103Z] #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
15:31:55 [2022-08-31T15:31:55.103Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:31:55 [2022-08-31T15:31:55.103Z] #62 12.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:31:55 [2022-08-31T15:31:55.242Z] #40 10.74 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
15:31:55 [2022-08-31T15:31:55.242Z] #40 10.84 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
15:31:55 [2022-08-31T15:31:55.242Z] #40 ...
15:31:55 [2022-08-31T15:31:55.242Z] 
15:31:55 [2022-08-31T15:31:55.242Z] #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
15:31:55 [2022-08-31T15:31:55.242Z] #34 sha256:c01d2ca93070b46c2b698fd57bf153e2968c6185a055fa7f94e1207c6933d0df
15:31:55 [2022-08-31T15:31:55.242Z] #34 6.058 + git clone https://github.com/kolyshkin/go-swagger.git .
15:31:55 [2022-08-31T15:31:55.242Z] #34 6.058 Cloning into '.'...
15:31:55 [2022-08-31T15:31:55.242Z] #34 ...
15:31:55 [2022-08-31T15:31:55.242Z] 
15:31:55 [2022-08-31T15:31:55.242Z] #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
15:31:55 [2022-08-31T15:31:55.242Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:31:55 [2022-08-31T15:31:55.242Z] #47 6.669 + git clone https://github.com/docker/distribution.git .
15:31:55 [2022-08-31T15:31:55.242Z] #47 6.674 Cloning into '.'...
15:31:55 [2022-08-31T15:31:55.334Z] ok  	github.com/docker/docker/opts	0.023s	coverage: 66.0% of statements
15:31:55 [2022-08-31T15:31:55.334Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
15:31:55 [2022-08-31T15:31:55.505Z] #47 ...
15:31:55 [2022-08-31T15:31:55.505Z] 
15:31:55 [2022-08-31T15:31:55.505Z] #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
15:31:55 [2022-08-31T15:31:55.505Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:31:55 [2022-08-31T15:31:55.505Z] #62 7.462 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:31:55 [2022-08-31T15:31:55.505Z] #62 7.524 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:31:55 [2022-08-31T15:31:55.505Z] #62 7.524 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:31:55 [2022-08-31T15:31:55.505Z] #62 9.003 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:31:55 [2022-08-31T15:31:55.505Z] #62 ...
15:31:55 [2022-08-31T15:31:55.505Z] 
15:31:55 [2022-08-31T15:31:55.505Z] #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
15:31:55 [2022-08-31T15:31:55.505Z] #36 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:31:55 [2022-08-31T15:31:55.505Z] #36 6.103 go: downloading github.com/go-delve/delve v1.8.1
15:31:55 [2022-08-31T15:31:55.765Z] #36 ...
15:31:55 [2022-08-31T15:31:55.765Z] 
15:31:55 [2022-08-31T15:31:55.765Z] #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
15:31:55 [2022-08-31T15:31:55.765Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:31:55 [2022-08-31T15:31:55.765Z] #51 7.384 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:31:55 [2022-08-31T15:31:55.765Z] #51 7.558 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:31:55 [2022-08-31T15:31:55.765Z] #51 7.558 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:31:55 [2022-08-31T15:31:55.765Z] #51 8.484 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
15:31:55 [2022-08-31T15:31:55.765Z] #51 9.317 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:31:55 [2022-08-31T15:31:55.765Z] #51 ...
15:31:55 [2022-08-31T15:31:55.765Z] 
15:31:55 [2022-08-31T15:31:55.765Z] #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
15:31:55 [2022-08-31T15:31:55.765Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:31:55 [2022-08-31T15:31:55.765Z] #55 11.26 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
15:31:55 [2022-08-31T15:31:55.765Z] #55 11.35 go: downloading github.com/go-critic/go-critic v0.6.3
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.1 Selecting previously unselected package libxml2:amd64.
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.1 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.2 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.3 Selecting previously unselected package libxml-namespacesupport-perl.
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.3 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.3 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.3 Selecting previously unselected package libxml-sax-base-perl.
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.3 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.3 Unpacking libxml-sax-base-perl (1.09-1.1) ...
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.4 Selecting previously unselected package libxml-sax-perl.
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.4 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
15:31:56 [2022-08-31T15:31:56.097Z] #19 169.4 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
15:31:56 [2022-08-31T15:31:56.356Z] #19 169.4 Selecting previously unselected package libxml-libxml-perl.
15:31:56 [2022-08-31T15:31:56.356Z] #19 169.4 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
15:31:56 [2022-08-31T15:31:56.356Z] #19 169.4 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
15:31:56 [2022-08-31T15:31:56.356Z] #19 169.6 Selecting previously unselected package libxml-simple-perl.
15:31:56 [2022-08-31T15:31:56.356Z] #19 169.6 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
15:31:56 [2022-08-31T15:31:56.356Z] #19 169.6 Unpacking libxml-simple-perl (2.25-1) ...
15:31:56 [2022-08-31T15:31:56.356Z] #19 169.6 Selecting previously unselected package libyaml-perl.
15:31:56 [2022-08-31T15:31:56.356Z] #19 169.6 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
15:31:56 [2022-08-31T15:31:56.356Z] #19 169.6 Unpacking libyaml-perl (1.30-1) ...
15:31:56 [2022-08-31T15:31:56.356Z] #19 169.7 Selecting previously unselected package libconfig-auto-perl.
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.7 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.7 Unpacking libconfig-auto-perl (0.44-1.1) ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.7 Selecting previously unselected package libfile-which-perl.
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.7 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.7 Unpacking libfile-which-perl (1.23-1) ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.8 Selecting previously unselected package libfile-homedir-perl.
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.8 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.8 Unpacking libfile-homedir-perl (1.006-1) ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.8 Selecting previously unselected package libdebian-dpkgcross-perl.
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.8 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.8 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.9 Selecting previously unselected package dpkg-cross.
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.9 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.9 Unpacking dpkg-cross (2.6.18+nmu1) ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.9 Selecting previously unselected package crossbuild-essential-arm64.
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.9 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.9 Unpacking crossbuild-essential-arm64 (12.9) ...
15:31:56 [2022-08-31T15:31:56.615Z] #19 169.9 Selecting previously unselected package libc6-armel-cross.
15:31:56 [2022-08-31T15:31:56.874Z] #19 169.9 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
15:31:56 [2022-08-31T15:31:56.874Z] #19 169.9 Unpacking libc6-armel-cross (2.31-9cross4) ...
15:31:56 [2022-08-31T15:31:56.874Z] #19 170.1 Selecting previously unselected package libgcc-s1-armel-cross.
15:31:56 [2022-08-31T15:31:56.874Z] #19 170.1 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
15:31:56 [2022-08-31T15:31:56.874Z] #19 170.1 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
15:31:56 [2022-08-31T15:31:56.874Z] #19 170.1 Selecting previously unselected package libgomp1-armel-cross.
15:31:56 [2022-08-31T15:31:56.874Z] #19 170.1 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
15:31:56 [2022-08-31T15:31:56.874Z] #19 170.2 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
15:31:56 [2022-08-31T15:31:56.874Z] #19 170.2 Selecting previously unselected package libatomic1-armel-cross.
15:31:56 [2022-08-31T15:31:56.874Z] #19 170.2 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
15:31:57 [2022-08-31T15:31:57.133Z] #19 170.2 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
15:31:57 [2022-08-31T15:31:57.133Z] #19 170.2 Selecting previously unselected package libasan6-armel-cross.
15:31:57 [2022-08-31T15:31:57.133Z] #19 170.2 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
15:31:57 [2022-08-31T15:31:57.133Z] #19 170.2 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
15:31:57 [2022-08-31T15:31:57.224Z] ok  	github.com/docker/docker/pkg/archive	0.288s	coverage: 81.9% of statements
15:31:57 [2022-08-31T15:31:57.392Z] #19 170.6 Selecting previously unselected package libstdc++6-armel-cross.
15:31:57 [2022-08-31T15:31:57.392Z] #19 170.6 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
15:31:57 [2022-08-31T15:31:57.392Z] #19 170.6 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
15:31:57 [2022-08-31T15:31:57.392Z] #19 170.6 Selecting previously unselected package libubsan1-armel-cross.
15:31:57 [2022-08-31T15:31:57.392Z] #19 170.6 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
15:31:57 [2022-08-31T15:31:57.651Z] #19 170.7 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
15:31:57 [2022-08-31T15:31:57.651Z] #19 170.8 Selecting previously unselected package libgcc-10-dev-armel-cross.
15:31:57 [2022-08-31T15:31:57.651Z] #19 170.8 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
15:31:57 [2022-08-31T15:31:57.651Z] #19 170.8 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
15:31:57 [2022-08-31T15:31:57.786Z] ok  	github.com/docker/docker/pkg/authorization	0.369s	coverage: 68.3% of statements
15:31:57 [2022-08-31T15:31:57.910Z] #19 171.0 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
15:31:57 [2022-08-31T15:31:57.910Z] #19 171.0 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
15:31:57 [2022-08-31T15:31:57.910Z] #19 171.0 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
15:31:58 [2022-08-31T15:31:58.042Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
15:31:58 [2022-08-31T15:31:58.042Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
15:31:59 [2022-08-31T15:31:59.051Z] #55 14.57 go: downloading github.com/hashicorp/go-version v1.4.0
15:31:59 [2022-08-31T15:31:59.051Z] #55 14.84 go: downloading github.com/ldez/gomoddirectives v0.2.3
15:31:59 [2022-08-31T15:31:59.299Z] #62 16.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:31:59 [2022-08-31T15:31:59.308Z] #55 15.08 go: downloading github.com/mitchellh/go-homedir v1.1.0
15:31:59 [2022-08-31T15:31:59.565Z] #55 15.19 go: downloading github.com/hashicorp/go-multierror v1.1.1
15:32:00 [2022-08-31T15:32:00.235Z] #62 ...
15:32:00 [2022-08-31T15:32:00.235Z] 
15:32:00 [2022-08-31T15:32:00.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
15:32:00 [2022-08-31T15:32:00.235Z] #67 sha256:da3f2d3791962933b64b85993c6d692abe3455813fa50d826c971819ed57162c
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.027 + RM_GOPATH=0
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.027 + TMP_GOPATH=
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.027 + : /build
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.027 + '[' -z '' ']'
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.028 ++ mktemp -d
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.040 + export GOPATH=/tmp/tmp.bNiJ8l8Lhp
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.040 + GOPATH=/tmp/tmp.bNiJ8l8Lhp
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.040 + RM_GOPATH=1
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.040 + case "$(go env GOARCH)" in
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.042 ++ go env GOARCH
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.103 + export GO_BUILDMODE=-buildmode=pie
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.103 + GO_BUILDMODE=-buildmode=pie
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.103 ++ dirname /install.sh
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.108 + dir=/
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.108 + bin=rootlesskit
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.108 + shift
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.108 + '[' '!' -f //rootlesskit.installer ']'
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.108 + . //rootlesskit.installer
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.108 ++ : 1920341cd41e047834a21007424162a2dc946315
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.108 + install_rootlesskit
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.108 + case "$1" in
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.108 + export CGO_ENABLED=0
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.108 + CGO_ENABLED=0
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.108 + _install_rootlesskit
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.122 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.124 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.124 + for f in rootlesskit rootlesskit-docker-proxy
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.124 + GOBIN=/build
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.124 + GO111MODULE=on
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.124 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
15:32:00 [2022-08-31T15:32:00.235Z] #67 7.682 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
15:32:00 [2022-08-31T15:32:00.235Z] #67 13.15 go: downloading github.com/sirupsen/logrus v1.8.1
15:32:00 [2022-08-31T15:32:00.235Z] #67 13.16 go: downloading github.com/urfave/cli/v2 v2.4.0
15:32:00 [2022-08-31T15:32:00.235Z] #67 14.68 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
15:32:01 [2022-08-31T15:32:01.202Z] #19 ...
15:32:01 [2022-08-31T15:32:01.202Z] 
15:32:01 [2022-08-31T15:32:01.202Z] #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
15:32:01 [2022-08-31T15:32:01.202Z] #62 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:01 [2022-08-31T15:32:01.202Z] #62 181.5 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
15:32:01 [2022-08-31T15:32:01.202Z] #62 DONE 181.8s
15:32:01 [2022-08-31T15:32:01.202Z] 
15:32:01 [2022-08-31T15:32:01.202Z] #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
15:32:01 [2022-08-31T15:32:01.202Z] #19 sha256:941d2c369f3c0e00a1af9502dfeabdb560ac02c0b08e6dcfa2be1553df32e380
15:32:01 [2022-08-31T15:32:01.310Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.510s	coverage: 42.7% of statements
15:32:01 [2022-08-31T15:32:01.459Z] #55 ...
15:32:01 [2022-08-31T15:32:01.459Z] 
15:32:01 [2022-08-31T15:32:01.459Z] #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
15:32:01 [2022-08-31T15:32:01.459Z] #67 sha256:3917080c1fb9c5c2d4243f017117c3ee5f61835b46ce378567e9ccab0d299285
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.694 + RM_GOPATH=0
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.694 + TMP_GOPATH=
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.694 + : /build
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.694 + '[' -z '' ']'
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.695 ++ mktemp -d
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.719 + export GOPATH=/tmp/tmp.xw9Zjt6pBV
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.719 + GOPATH=/tmp/tmp.xw9Zjt6pBV
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.719 + RM_GOPATH=1
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.719 + case "$(go env GOARCH)" in
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.719 ++ go env GOARCH
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.728 + export GO_BUILDMODE=-buildmode=pie
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.728 + GO_BUILDMODE=-buildmode=pie
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.733 ++ dirname /install.sh
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.740 + dir=/
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.740 + bin=rootlesskit
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.740 + shift
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.741 + '[' '!' -f //rootlesskit.installer ']'
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.741 + . //rootlesskit.installer
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.741 ++ : 1920341cd41e047834a21007424162a2dc946315
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.741 + install_rootlesskit
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.741 + case "$1" in
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.742 + export CGO_ENABLED=0
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.742 + CGO_ENABLED=0
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.742 + _install_rootlesskit
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.742 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.746 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.746 + for f in rootlesskit rootlesskit-docker-proxy
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.746 + GOBIN=/build
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.749 + GO111MODULE=on
15:32:01 [2022-08-31T15:32:01.459Z] #67 6.749 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
15:32:01 [2022-08-31T15:32:01.459Z] #67 7.477 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
15:32:01 [2022-08-31T15:32:01.459Z] #67 12.66 go: downloading github.com/sirupsen/logrus v1.8.1
15:32:01 [2022-08-31T15:32:01.459Z] #67 12.67 go: downloading github.com/urfave/cli/v2 v2.4.0
15:32:01 [2022-08-31T15:32:01.459Z] #67 13.39 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
15:32:01 [2022-08-31T15:32:01.567Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
15:32:01 [2022-08-31T15:32:01.567Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
15:32:01 [2022-08-31T15:32:01.718Z] #67 ...
15:32:01 [2022-08-31T15:32:01.718Z] 
15:32:01 [2022-08-31T15:32:01.718Z] #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
15:32:01 [2022-08-31T15:32:01.718Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:32:01 [2022-08-31T15:32:01.718Z] #42 7.230 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:32:01 [2022-08-31T15:32:01.718Z] #42 7.278 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:32:01 [2022-08-31T15:32:01.718Z] #42 7.280 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:32:01 [2022-08-31T15:32:01.718Z] #42 8.665 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:32:01 [2022-08-31T15:32:01.718Z] #42 12.47 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:01 [2022-08-31T15:32:01.718Z] #42 15.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:01 [2022-08-31T15:32:01.718Z] #42 ...
15:32:01 [2022-08-31T15:32:01.718Z] 
15:32:01 [2022-08-31T15:32:01.718Z] #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             ;
15:32:01 [2022-08-31T15:32:01.718Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:01 [2022-08-31T15:32:01.718Z] #76 7.460 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:32:01 [2022-08-31T15:32:01.718Z] #76 11.12 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:01 [2022-08-31T15:32:01.718Z] #76 14.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:01 [2022-08-31T15:32:01.823Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
15:32:01 [2022-08-31T15:32:01.974Z] #76 ...
15:32:01 [2022-08-31T15:32:01.974Z] 
15:32:01 [2022-08-31T15:32:01.974Z] #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
15:32:01 [2022-08-31T15:32:01.974Z] #40 sha256:7803bf569a318bc8b034e8f9396117345908be73bb32d1b326b268d862b92fa2
15:32:01 [2022-08-31T15:32:01.974Z] #40 17.37 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
15:32:01 [2022-08-31T15:32:01.974Z] #40 17.59 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:32:02 [2022-08-31T15:32:02.079Z] ok  	github.com/docker/docker/layer	7.192s	coverage: 68.9% of statements
15:32:02 [2022-08-31T15:32:02.079Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
15:32:02 [2022-08-31T15:32:02.079Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
15:32:02 [2022-08-31T15:32:02.079Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
15:32:02 [2022-08-31T15:32:02.079Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
15:32:02 [2022-08-31T15:32:02.079Z] ?   	github.com/docker/docker/oci/caps	[no test files]
15:32:02 [2022-08-31T15:32:02.079Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
15:32:02 [2022-08-31T15:32:02.335Z] ok  	github.com/docker/docker/pkg/fileutils	0.014s	coverage: 87.2% of statements
15:32:02 [2022-08-31T15:32:02.591Z] ok  	github.com/docker/docker/pkg/homedir	0.004s	coverage: 11.4% of statements
15:32:02 [2022-08-31T15:32:02.591Z] ok  	github.com/docker/docker/pkg/fsutils	0.166s	coverage: 85.1% of statements
15:32:03 [2022-08-31T15:32:03.520Z] ok  	github.com/docker/docker/pkg/idtools	0.425s	coverage: 69.3% of statements
15:32:03 [2022-08-31T15:32:03.520Z] ok  	github.com/docker/docker/pkg/ioutils	0.363s	coverage: 69.7% of statements
15:32:03 [2022-08-31T15:32:03.534Z] #67 20.15 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
15:32:03 [2022-08-31T15:32:03.743Z] #19 176.8 Selecting previously unselected package gcc-arm-linux-gnueabi.
15:32:03 [2022-08-31T15:32:03.743Z] #19 176.8 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
15:32:03 [2022-08-31T15:32:03.743Z] #19 176.8 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
15:32:03 [2022-08-31T15:32:03.743Z] #19 176.9 Selecting previously unselected package linux-libc-dev-armel-cross.
15:32:03 [2022-08-31T15:32:03.743Z] #19 176.9 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
15:32:03 [2022-08-31T15:32:03.743Z] #19 176.9 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
15:32:03 [2022-08-31T15:32:03.777Z] ok  	github.com/docker/docker/pkg/longpath	0.006s	coverage: 100.0% of statements
15:32:03 [2022-08-31T15:32:03.777Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 91.7% of statements
15:32:03 [2022-08-31T15:32:03.777Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
15:32:03 [2022-08-31T15:32:03.792Z] #67 ...
15:32:03 [2022-08-31T15:32:03.792Z] 
15:32:03 [2022-08-31T15:32:03.792Z] #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
15:32:03 [2022-08-31T15:32:03.792Z] #40 sha256:7803bf569a318bc8b034e8f9396117345908be73bb32d1b326b268d862b92fa2
15:32:03 [2022-08-31T15:32:03.792Z] #40 11.10 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
15:32:03 [2022-08-31T15:32:03.792Z] #40 11.32 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:32:03 [2022-08-31T15:32:03.792Z] #40 ...
15:32:03 [2022-08-31T15:32:03.792Z] 
15:32:03 [2022-08-31T15:32:03.792Z] #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
15:32:03 [2022-08-31T15:32:03.792Z] #53 sha256:5a5cb01c2db617814964e3f18443a0bc28c742d82a13333b2f6ce38fbf0e09bf
15:32:03 [2022-08-31T15:32:03.792Z] #53 11.19 go: downloading github.com/fatih/color v1.10.0
15:32:03 [2022-08-31T15:32:03.792Z] #53 11.40 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
15:32:03 [2022-08-31T15:32:03.792Z] #53 11.87 go: downloading github.com/mattn/go-colorable v0.1.8
15:32:03 [2022-08-31T15:32:03.792Z] #53 12.08 go: downloading github.com/mattn/go-isatty v0.0.12
15:32:03 [2022-08-31T15:32:03.792Z] #53 12.27 go: downloading github.com/fsnotify/fsnotify v1.4.9
15:32:03 [2022-08-31T15:32:03.792Z] #53 12.27 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
15:32:03 [2022-08-31T15:32:03.793Z] #53 12.68 go: downloading github.com/jonboulle/clockwork v0.2.2
15:32:03 [2022-08-31T15:32:03.793Z] #53 12.95 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
15:32:03 [2022-08-31T15:32:03.793Z] #53 13.09 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
15:32:03 [2022-08-31T15:32:03.793Z] #53 13.52 go: downloading golang.org/x/tools v0.1.0
15:32:04 [2022-08-31T15:32:04.002Z] #19 177.0 Selecting previously unselected package libc6-dev-armel-cross.
15:32:04 [2022-08-31T15:32:04.002Z] #19 177.0 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
15:32:04 [2022-08-31T15:32:04.002Z] #19 177.0 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
15:32:04 [2022-08-31T15:32:04.034Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
15:32:04 [2022-08-31T15:32:04.034Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
15:32:04 [2022-08-31T15:32:04.058Z] #53 ...
15:32:04 [2022-08-31T15:32:04.058Z] 
15:32:04 [2022-08-31T15:32:04.058Z] #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
15:32:04 [2022-08-31T15:32:04.058Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:04 [2022-08-31T15:32:04.058Z] #55 11.75 go: downloading github.com/hashicorp/go-version v1.4.0
15:32:04 [2022-08-31T15:32:04.058Z] #55 11.89 go: downloading github.com/ldez/gomoddirectives v0.2.3
15:32:04 [2022-08-31T15:32:04.058Z] #55 12.05 go: downloading github.com/mitchellh/go-homedir v1.1.0
15:32:04 [2022-08-31T15:32:04.058Z] #55 12.18 go: downloading github.com/hashicorp/go-multierror v1.1.1
15:32:04 [2022-08-31T15:32:04.058Z] #55 19.99 go: downloading github.com/mattn/go-colorable v0.1.12
15:32:04 [2022-08-31T15:32:04.058Z] #55 20.09 go: downloading github.com/mattn/go-isatty v0.0.14
15:32:04 [2022-08-31T15:32:04.058Z] #55 20.17 go: downloading github.com/sirupsen/logrus v1.8.1
15:32:04 [2022-08-31T15:32:04.058Z] #55 20.26 go: downloading github.com/stretchr/testify v1.7.1
15:32:04 [2022-08-31T15:32:04.058Z] #55 20.70 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
15:32:04 [2022-08-31T15:32:04.058Z] #55 20.85 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
15:32:04 [2022-08-31T15:32:04.058Z] #55 21.00 go: downloading github.com/fsnotify/fsnotify v1.5.4
15:32:04 [2022-08-31T15:32:04.058Z] #55 21.16 go: downloading github.com/mitchellh/mapstructure v1.5.0
15:32:04 [2022-08-31T15:32:04.058Z] #55 21.35 go: downloading github.com/spf13/afero v1.8.2
15:32:04 [2022-08-31T15:32:04.058Z] #55 21.37 go: downloading github.com/spf13/cast v1.4.1
15:32:04 [2022-08-31T15:32:04.058Z] #55 ...
15:32:04 [2022-08-31T15:32:04.058Z] 
15:32:04 [2022-08-31T15:32:04.058Z] #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
15:32:04 [2022-08-31T15:32:04.058Z] #26 sha256:711281e8d9afdc0b9bb0e66ac275787db14f32f77d6cda9a085ebd98d2ef44f1
15:32:04 [2022-08-31T15:32:04.058Z] #26 21.18 + mkdir -p /build
15:32:04 [2022-08-31T15:32:04.058Z] #26 21.21 + mv docker/docker /build/
15:32:04 [2022-08-31T15:32:04.058Z] #26 21.22 + rmdir docker
15:32:04 [2022-08-31T15:32:04.262Z] #19 177.3 Selecting previously unselected package libstdc++-10-dev-armel-cross.
15:32:04 [2022-08-31T15:32:04.262Z] #19 177.3 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
15:32:04 [2022-08-31T15:32:04.262Z] #19 177.3 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
15:32:04 [2022-08-31T15:32:04.262Z] #19 177.5 Selecting previously unselected package g++-10-arm-linux-gnueabi.
15:32:04 [2022-08-31T15:32:04.290Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.006s	coverage: 60.0% of statements
15:32:04 [2022-08-31T15:32:04.521Z] #19 177.5 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
15:32:04 [2022-08-31T15:32:04.521Z] #19 177.5 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
15:32:04 [2022-08-31T15:32:04.547Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.023s	coverage: 90.5% of statements
15:32:04 [2022-08-31T15:32:04.547Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
15:32:04 [2022-08-31T15:32:04.547Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
15:32:04 [2022-08-31T15:32:04.547Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
15:32:04 [2022-08-31T15:32:04.994Z] #26 ...
15:32:04 [2022-08-31T15:32:04.994Z] 
15:32:04 [2022-08-31T15:32:04.994Z] #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             ;
15:32:04 [2022-08-31T15:32:04.994Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:04 [2022-08-31T15:32:04.994Z] #76 12.41 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:04 [2022-08-31T15:32:04.994Z] #76 14.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:04 [2022-08-31T15:32:04.994Z] #76 ...
15:32:04 [2022-08-31T15:32:04.994Z] 
15:32:04 [2022-08-31T15:32:04.994Z] #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
15:32:04 [2022-08-31T15:32:04.994Z] #26 sha256:711281e8d9afdc0b9bb0e66ac275787db14f32f77d6cda9a085ebd98d2ef44f1
15:32:04 [2022-08-31T15:32:04.994Z] #26 DONE 22.2s
15:32:04 [2022-08-31T15:32:04.994Z] 
15:32:04 [2022-08-31T15:32:04.994Z] #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
15:32:04 [2022-08-31T15:32:04.994Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:04 [2022-08-31T15:32:04.994Z] #14 12.51 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:04 [2022-08-31T15:32:04.994Z] #14 15.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:05 [2022-08-31T15:32:05.109Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
15:32:05 [2022-08-31T15:32:05.252Z] #40 ...
15:32:05 [2022-08-31T15:32:05.252Z] 
15:32:05 [2022-08-31T15:32:05.252Z] #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
15:32:05 [2022-08-31T15:32:05.252Z] #53 sha256:5a5cb01c2db617814964e3f18443a0bc28c742d82a13333b2f6ce38fbf0e09bf
15:32:05 [2022-08-31T15:32:05.252Z] #53 10.71 go: downloading github.com/mattn/go-colorable v0.1.8
15:32:05 [2022-08-31T15:32:05.252Z] #53 10.73 go: downloading github.com/mattn/go-isatty v0.0.12
15:32:05 [2022-08-31T15:32:05.252Z] #53 10.86 go: downloading github.com/fsnotify/fsnotify v1.4.9
15:32:05 [2022-08-31T15:32:05.252Z] #53 10.88 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
15:32:05 [2022-08-31T15:32:05.252Z] #53 11.20 go: downloading github.com/jonboulle/clockwork v0.2.2
15:32:05 [2022-08-31T15:32:05.252Z] #53 11.38 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
15:32:05 [2022-08-31T15:32:05.252Z] #53 11.85 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
15:32:05 [2022-08-31T15:32:05.252Z] #53 12.14 go: downloading golang.org/x/tools v0.1.0
15:32:05 [2022-08-31T15:32:05.252Z] #53 ...
15:32:05 [2022-08-31T15:32:05.252Z] 
15:32:05 [2022-08-31T15:32:05.252Z] #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
15:32:05 [2022-08-31T15:32:05.252Z] #67 sha256:3917080c1fb9c5c2d4243f017117c3ee5f61835b46ce378567e9ccab0d299285
15:32:05 [2022-08-31T15:32:05.252Z] #67 20.05 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
15:32:05 [2022-08-31T15:32:05.253Z] #14 ...
15:32:05 [2022-08-31T15:32:05.253Z] 
15:32:05 [2022-08-31T15:32:05.253Z] #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
15:32:05 [2022-08-31T15:32:05.253Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:32:05 [2022-08-31T15:32:05.253Z] #42 12.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:05 [2022-08-31T15:32:05.253Z] #42 16.55 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:05 [2022-08-31T15:32:05.512Z] #42 ...
15:32:05 [2022-08-31T15:32:05.512Z] 
15:32:05 [2022-08-31T15:32:05.512Z] #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
15:32:05 [2022-08-31T15:32:05.512Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:05 [2022-08-31T15:32:05.512Z] #55 21.76 go: downloading github.com/spf13/jwalterweatherman v1.1.0
15:32:05 [2022-08-31T15:32:05.512Z] #55 22.08 go: downloading github.com/go-toolsmith/astcast v1.0.0
15:32:05 [2022-08-31T15:32:05.512Z] #55 22.17 go: downloading github.com/go-toolsmith/astcopy v1.0.0
15:32:05 [2022-08-31T15:32:05.512Z] #55 22.31 go: downloading github.com/go-toolsmith/astequal v1.0.1
15:32:05 [2022-08-31T15:32:05.512Z] #55 22.32 go: downloading github.com/go-toolsmith/astfmt v1.0.0
15:32:05 [2022-08-31T15:32:05.512Z] #55 22.46 go: downloading github.com/go-toolsmith/astp v1.0.0
15:32:05 [2022-08-31T15:32:05.512Z] #55 22.46 go: downloading github.com/go-toolsmith/strparse v1.0.0
15:32:05 [2022-08-31T15:32:05.512Z] #55 22.53 go: downloading github.com/go-toolsmith/typep v1.0.2
15:32:05 [2022-08-31T15:32:05.512Z] #55 22.73 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
15:32:05 [2022-08-31T15:32:05.512Z] #55 22.73 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
15:32:05 [2022-08-31T15:32:05.688Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
15:32:05 [2022-08-31T15:32:05.688Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
15:32:05 [2022-08-31T15:32:05.773Z] #55 ...
15:32:05 [2022-08-31T15:32:05.773Z] 
15:32:05 [2022-08-31T15:32:05.773Z] #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
15:32:05 [2022-08-31T15:32:05.773Z] #57 sha256:184b4ccd0ac6b3aaf25b68633ba72158e1065d82e836a2f99dabd02a8fb5eaf0
15:32:05 [2022-08-31T15:32:05.773Z] #57 13.10 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
15:32:05 [2022-08-31T15:32:05.773Z] #57 ...
15:32:05 [2022-08-31T15:32:05.773Z] 
15:32:05 [2022-08-31T15:32:05.773Z] #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
15:32:05 [2022-08-31T15:32:05.773Z] #67 sha256:da3f2d3791962933b64b85993c6d692abe3455813fa50d826c971819ed57162c
15:32:05 [2022-08-31T15:32:05.773Z] #67 21.56 go: downloading github.com/google/uuid v1.3.0
15:32:05 [2022-08-31T15:32:05.773Z] #67 21.79 go: downloading github.com/moby/vpnkit v0.5.0
15:32:05 [2022-08-31T15:32:05.773Z] #67 21.98 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
15:32:05 [2022-08-31T15:32:05.773Z] #67 22.20 go: downloading github.com/gofrs/flock v0.8.1
15:32:05 [2022-08-31T15:32:05.773Z] #67 22.39 go: downloading github.com/gorilla/mux v1.8.0
15:32:05 [2022-08-31T15:32:05.773Z] #67 22.75 go: downloading github.com/moby/sys/mountinfo v0.6.0
15:32:05 [2022-08-31T15:32:05.816Z] #67 21.15 go: downloading github.com/google/uuid v1.3.0
15:32:05 [2022-08-31T15:32:05.816Z] #67 21.23 go: downloading github.com/moby/vpnkit v0.5.0
15:32:05 [2022-08-31T15:32:05.816Z] #67 21.27 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
15:32:05 [2022-08-31T15:32:05.955Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
15:32:06 [2022-08-31T15:32:06.043Z] #67 ...
15:32:06 [2022-08-31T15:32:06.043Z] 
15:32:06 [2022-08-31T15:32:06.043Z] #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
15:32:06 [2022-08-31T15:32:06.043Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:32:06 [2022-08-31T15:32:06.043Z] #51 13.11 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:06 [2022-08-31T15:32:06.043Z] #51 16.40 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:06 [2022-08-31T15:32:06.043Z] #51 19.88 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
15:32:06 [2022-08-31T15:32:06.043Z] #51 ...
15:32:06 [2022-08-31T15:32:06.043Z] 
15:32:06 [2022-08-31T15:32:06.043Z] #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
15:32:06 [2022-08-31T15:32:06.043Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:06 [2022-08-31T15:32:06.043Z] #55 23.53 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
15:32:06 [2022-08-31T15:32:06.380Z] #67 21.61 go: downloading github.com/gofrs/flock v0.8.1
15:32:06 [2022-08-31T15:32:06.637Z] #67 21.87 go: downloading github.com/gorilla/mux v1.8.0
15:32:06 [2022-08-31T15:32:06.637Z] #67 ...
15:32:06 [2022-08-31T15:32:06.637Z] 
15:32:06 [2022-08-31T15:32:06.637Z] #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
15:32:06 [2022-08-31T15:32:06.637Z] #57 sha256:184b4ccd0ac6b3aaf25b68633ba72158e1065d82e836a2f99dabd02a8fb5eaf0
15:32:06 [2022-08-31T15:32:06.637Z] #57 12.22 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
15:32:06 [2022-08-31T15:32:06.637Z] #57 ...
15:32:06 [2022-08-31T15:32:06.637Z] 
15:32:06 [2022-08-31T15:32:06.637Z] #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
15:32:06 [2022-08-31T15:32:06.637Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:32:06 [2022-08-31T15:32:06.637Z] #51 13.50 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:06 [2022-08-31T15:32:06.637Z] #51 17.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:06 [2022-08-31T15:32:06.637Z] #51 21.01 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
15:32:06 [2022-08-31T15:32:06.895Z] #51 ...
15:32:06 [2022-08-31T15:32:06.895Z] 
15:32:06 [2022-08-31T15:32:06.895Z] #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
15:32:06 [2022-08-31T15:32:06.895Z] #26 sha256:989e72dd837e9d9cc5bee9ce20e985aa1963b2fb567af288a920434faace3e89
15:32:06 [2022-08-31T15:32:06.895Z] #26 22.28 + mkdir -p /build
15:32:06 [2022-08-31T15:32:06.895Z] #26 22.30 + mv docker/docker /build/
15:32:07 [2022-08-31T15:32:07.152Z] #26 22.34 + rmdir docker
15:32:07 [2022-08-31T15:32:07.152Z] #26 ...
15:32:07 [2022-08-31T15:32:07.152Z] 
15:32:07 [2022-08-31T15:32:07.152Z] #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
15:32:07 [2022-08-31T15:32:07.152Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:32:07 [2022-08-31T15:32:07.152Z] #62 12.80 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:07 [2022-08-31T15:32:07.152Z] #62 16.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:07 [2022-08-31T15:32:07.152Z] #62 ...
15:32:07 [2022-08-31T15:32:07.152Z] 
15:32:07 [2022-08-31T15:32:07.152Z] #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
15:32:07 [2022-08-31T15:32:07.152Z] #67 sha256:3917080c1fb9c5c2d4243f017117c3ee5f61835b46ce378567e9ccab0d299285
15:32:07 [2022-08-31T15:32:07.152Z] #67 22.31 go: downloading github.com/moby/sys/mountinfo v0.6.0
15:32:07 [2022-08-31T15:32:07.320Z] ok  	github.com/docker/docker/pkg/pubsub	1.045s	coverage: 75.0% of statements
15:32:07 [2022-08-31T15:32:07.409Z] #67 ...
15:32:07 [2022-08-31T15:32:07.409Z] 
15:32:07 [2022-08-31T15:32:07.409Z] #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
15:32:07 [2022-08-31T15:32:07.409Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:07 [2022-08-31T15:32:07.409Z] #14 12.99 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:07 [2022-08-31T15:32:07.409Z] #14 16.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:07 [2022-08-31T15:32:07.409Z] #14 ...
15:32:07 [2022-08-31T15:32:07.409Z] 
15:32:07 [2022-08-31T15:32:07.409Z] #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
15:32:07 [2022-08-31T15:32:07.409Z] #53 sha256:5a5cb01c2db617814964e3f18443a0bc28c742d82a13333b2f6ce38fbf0e09bf
15:32:07 [2022-08-31T15:32:07.409Z] #53 23.20 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
15:32:07 [2022-08-31T15:32:07.409Z] #53 23.20 go: downloading golang.org/x/mod v0.3.0
15:32:07 [2022-08-31T15:32:07.437Z] #55 24.61 go: downloading github.com/hashicorp/errwrap v1.0.0
15:32:07 [2022-08-31T15:32:07.437Z] #55 24.67 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
15:32:07 [2022-08-31T15:32:07.437Z] #55 24.72 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
15:32:07 [2022-08-31T15:32:07.576Z] ok  	github.com/docker/docker/pkg/reexec	0.009s	coverage: 82.4% of statements
15:32:07 [2022-08-31T15:32:07.699Z] #55 25.01 go: downloading 4d63.com/gochecknoglobals v0.1.0
15:32:07 [2022-08-31T15:32:07.832Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
15:32:07 [2022-08-31T15:32:07.832Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
15:32:07 [2022-08-31T15:32:07.958Z] #55 25.39 go: downloading github.com/Antonboom/errname v0.1.6
15:32:08 [2022-08-31T15:32:08.088Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
15:32:08 [2022-08-31T15:32:08.216Z] #55 25.66 go: downloading github.com/Antonboom/nilnil v0.1.1
15:32:08 [2022-08-31T15:32:08.345Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
15:32:08 [2022-08-31T15:32:08.476Z] #55 25.82 go: downloading github.com/BurntSushi/toml v1.1.0
15:32:08 [2022-08-31T15:32:08.716Z] #19 182.0 Selecting previously unselected package g++-arm-linux-gnueabi.
15:32:08 [2022-08-31T15:32:08.716Z] #19 182.0 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
15:32:08 [2022-08-31T15:32:08.716Z] #19 182.0 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
15:32:08 [2022-08-31T15:32:08.716Z] #19 182.0 Selecting previously unselected package crossbuild-essential-armel.
15:32:08 [2022-08-31T15:32:08.907Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 53.6% of statements
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.0 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.0 Unpacking crossbuild-essential-armel (12.9) ...
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.0 Selecting previously unselected package libc6-armhf-cross.
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.0 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.0 Unpacking libc6-armhf-cross (2.31-9cross4) ...
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.1 Selecting previously unselected package libgcc-s1-armhf-cross.
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.1 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.2 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.2 Selecting previously unselected package libgomp1-armhf-cross.
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.2 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.2 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.2 Selecting previously unselected package libatomic1-armhf-cross.
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.2 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.2 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
15:32:08 [2022-08-31T15:32:08.975Z] #19 182.3 Selecting previously unselected package libasan6-armhf-cross.
15:32:09 [2022-08-31T15:32:09.164Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
15:32:09 [2022-08-31T15:32:09.234Z] #19 182.3 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
15:32:09 [2022-08-31T15:32:09.234Z] #19 182.3 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
15:32:09 [2022-08-31T15:32:09.234Z] #19 182.5 Selecting previously unselected package libstdc++6-armhf-cross.
15:32:09 [2022-08-31T15:32:09.234Z] #19 182.5 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
15:32:09 [2022-08-31T15:32:09.234Z] #19 182.5 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
15:32:09 [2022-08-31T15:32:09.234Z] #19 182.6 Selecting previously unselected package libubsan1-armhf-cross.
15:32:09 [2022-08-31T15:32:09.420Z] ok  	github.com/docker/docker/pkg/tailfile	0.038s	coverage: 88.6% of statements
15:32:09 [2022-08-31T15:32:09.493Z] #19 182.6 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
15:32:09 [2022-08-31T15:32:09.493Z] #19 182.6 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
15:32:09 [2022-08-31T15:32:09.493Z] #19 182.7 Selecting previously unselected package libgcc-10-dev-armhf-cross.
15:32:09 [2022-08-31T15:32:09.493Z] #19 182.7 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
15:32:09 [2022-08-31T15:32:09.493Z] #19 182.7 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
15:32:09 [2022-08-31T15:32:09.493Z] #19 182.8 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
15:32:09 [2022-08-31T15:32:09.752Z] #19 182.8 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
15:32:09 [2022-08-31T15:32:09.752Z] #19 182.8 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
15:32:09 [2022-08-31T15:32:09.982Z] ok  	github.com/docker/docker/pkg/tarsum	0.044s	coverage: 89.3% of statements
15:32:10 [2022-08-31T15:32:10.238Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
15:32:10 [2022-08-31T15:32:10.686Z] #53 ...
15:32:10 [2022-08-31T15:32:10.686Z] 
15:32:10 [2022-08-31T15:32:10.686Z] #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
15:32:10 [2022-08-31T15:32:10.686Z] #38 sha256:ced2984cf7e6d474dabcfff592ed160a18d15731f399f1033974efa2d3762f24
15:32:10 [2022-08-31T15:32:10.686Z] #38 25.55 tomll can be used in two ways:
15:32:10 [2022-08-31T15:32:10.686Z] #38 25.55 Writing to STDIN and reading from STDOUT:
15:32:10 [2022-08-31T15:32:10.686Z] #38 25.55   cat file.toml | tomll > file.toml
15:32:10 [2022-08-31T15:32:10.686Z] #38 25.55 
15:32:10 [2022-08-31T15:32:10.686Z] #38 25.55 Reading and updating a list of files:
15:32:10 [2022-08-31T15:32:10.686Z] #38 25.55   tomll a.toml b.toml c.toml
15:32:10 [2022-08-31T15:32:10.686Z] #38 25.55 
15:32:10 [2022-08-31T15:32:10.686Z] #38 25.55 When given a list of files, tomll will modify all files in place without asking.
15:32:10 [2022-08-31T15:32:10.686Z] #38 DONE 26.2s
15:32:10 [2022-08-31T15:32:10.686Z] 
15:32:10 [2022-08-31T15:32:10.686Z] #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
15:32:10 [2022-08-31T15:32:10.686Z] #26 sha256:989e72dd837e9d9cc5bee9ce20e985aa1963b2fb567af288a920434faace3e89
15:32:10 [2022-08-31T15:32:10.686Z] #26 DONE 25.8s
15:32:10 [2022-08-31T15:32:10.686Z] 
15:32:10 [2022-08-31T15:32:10.686Z] #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
15:32:10 [2022-08-31T15:32:10.686Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:10 [2022-08-31T15:32:10.686Z] #55 23.10 go: downloading github.com/mattn/go-colorable v0.1.12
15:32:10 [2022-08-31T15:32:10.686Z] #55 23.13 go: downloading github.com/sirupsen/logrus v1.8.1
15:32:10 [2022-08-31T15:32:10.686Z] #55 23.31 go: downloading github.com/stretchr/testify v1.7.1
15:32:10 [2022-08-31T15:32:10.686Z] #55 23.45 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
15:32:10 [2022-08-31T15:32:10.686Z] #55 23.62 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
15:32:10 [2022-08-31T15:32:10.686Z] #55 23.67 go: downloading github.com/mattn/go-isatty v0.0.14
15:32:10 [2022-08-31T15:32:10.686Z] #55 24.00 go: downloading github.com/fsnotify/fsnotify v1.5.4
15:32:10 [2022-08-31T15:32:10.686Z] #55 24.05 go: downloading github.com/mitchellh/mapstructure v1.5.0
15:32:10 [2022-08-31T15:32:10.686Z] #55 24.22 go: downloading github.com/spf13/afero v1.8.2
15:32:10 [2022-08-31T15:32:10.686Z] #55 24.45 go: downloading github.com/spf13/cast v1.4.1
15:32:10 [2022-08-31T15:32:10.686Z] #55 24.68 go: downloading github.com/spf13/jwalterweatherman v1.1.0
15:32:10 [2022-08-31T15:32:10.686Z] #55 25.07 go: downloading github.com/go-toolsmith/astcast v1.0.0
15:32:10 [2022-08-31T15:32:10.686Z] #55 25.40 go: downloading github.com/go-toolsmith/astcopy v1.0.0
15:32:10 [2022-08-31T15:32:10.686Z] #55 25.40 go: downloading github.com/go-toolsmith/astequal v1.0.1
15:32:10 [2022-08-31T15:32:10.686Z] #55 25.53 go: downloading github.com/go-toolsmith/astfmt v1.0.0
15:32:10 [2022-08-31T15:32:10.686Z] #55 25.53 go: downloading github.com/go-toolsmith/astp v1.0.0
15:32:10 [2022-08-31T15:32:10.686Z] #55 25.60 go: downloading github.com/go-toolsmith/strparse v1.0.0
15:32:10 [2022-08-31T15:32:10.686Z] #55 25.72 go: downloading github.com/go-toolsmith/typep v1.0.2
15:32:10 [2022-08-31T15:32:10.686Z] #55 25.79 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
15:32:10 [2022-08-31T15:32:10.686Z] #55 26.05 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
15:32:10 [2022-08-31T15:32:10.686Z] #55 26.29 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
15:32:11 [2022-08-31T15:32:11.010Z] #55 27.93 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
15:32:11 [2022-08-31T15:32:11.010Z] #55 28.06 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
15:32:11 [2022-08-31T15:32:11.010Z] #55 28.32 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
15:32:11 [2022-08-31T15:32:11.010Z] #55 28.41 go: downloading github.com/alexkohler/prealloc v1.0.0
15:32:11 [2022-08-31T15:32:11.250Z] #55 26.94 go: downloading github.com/hashicorp/errwrap v1.0.0
15:32:11 [2022-08-31T15:32:11.250Z] #55 27.04 go: downloading 4d63.com/gochecknoglobals v0.1.0
15:32:11 [2022-08-31T15:32:11.268Z] #55 28.69 go: downloading github.com/ashanbrown/forbidigo v1.3.0
15:32:11 [2022-08-31T15:32:11.536Z] #55 28.99 go: downloading github.com/ashanbrown/makezero v1.1.1
15:32:11 [2022-08-31T15:32:11.536Z] #55 ...
15:32:11 [2022-08-31T15:32:11.536Z] 
15:32:11 [2022-08-31T15:32:11.536Z] #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
15:32:11 [2022-08-31T15:32:11.536Z] #38 sha256:ced2984cf7e6d474dabcfff592ed160a18d15731f399f1033974efa2d3762f24
15:32:11 [2022-08-31T15:32:11.536Z] #38 28.92 tomll can be used in two ways:
15:32:11 [2022-08-31T15:32:11.536Z] #38 28.93 Writing to STDIN and reading from STDOUT:
15:32:11 [2022-08-31T15:32:11.536Z] #38 28.93   cat file.toml | tomll > file.toml
15:32:11 [2022-08-31T15:32:11.536Z] #38 28.93 
15:32:11 [2022-08-31T15:32:11.536Z] #38 28.93 Reading and updating a list of files:
15:32:11 [2022-08-31T15:32:11.536Z] #38 28.93   tomll a.toml b.toml c.toml
15:32:11 [2022-08-31T15:32:11.536Z] #38 28.93 
15:32:11 [2022-08-31T15:32:11.536Z] #38 28.93 When given a list of files, tomll will modify all files in place without asking.
15:32:11 [2022-08-31T15:32:11.795Z] #38 DONE 29.2s
15:32:11 [2022-08-31T15:32:11.795Z] 
15:32:11 [2022-08-31T15:32:11.795Z] #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
15:32:11 [2022-08-31T15:32:11.795Z] #36 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:32:11 [2022-08-31T15:32:11.795Z] #36 25.47 go: downloading github.com/sirupsen/logrus v1.6.0
15:32:11 [2022-08-31T15:32:11.795Z] #36 25.48 go: downloading github.com/spf13/cobra v1.1.3
15:32:11 [2022-08-31T15:32:11.795Z] #36 26.60 go: downloading github.com/mattn/go-isatty v0.0.3
15:32:11 [2022-08-31T15:32:11.795Z] #36 26.92 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
15:32:11 [2022-08-31T15:32:11.795Z] #36 27.58 go: downloading gopkg.in/yaml.v2 v2.4.0
15:32:11 [2022-08-31T15:32:11.795Z] #36 28.11 go: downloading github.com/cosiner/argv v0.1.0
15:32:11 [2022-08-31T15:32:11.795Z] #36 28.12 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
15:32:11 [2022-08-31T15:32:11.795Z] #36 28.24 go: downloading github.com/peterh/liner v1.2.2
15:32:11 [2022-08-31T15:32:11.795Z] #36 28.29 go: downloading github.com/google/go-dap v0.6.0
15:32:11 [2022-08-31T15:32:11.795Z] #36 28.77 go: downloading github.com/russross/blackfriday/v2 v2.0.1
15:32:11 [2022-08-31T15:32:11.817Z] #55 27.23 go: downloading github.com/Antonboom/errname v0.1.6
15:32:11 [2022-08-31T15:32:11.817Z] #55 27.39 go: downloading github.com/Antonboom/nilnil v0.1.1
15:32:11 [2022-08-31T15:32:11.817Z] #55 27.52 go: downloading github.com/BurntSushi/toml v1.1.0
15:32:11 [2022-08-31T15:32:11.817Z] #55 27.52 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
15:32:12 [2022-08-31T15:32:12.054Z] #36 29.55 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
15:32:12 [2022-08-31T15:32:12.128Z] ok  	github.com/docker/docker/plugin	0.519s	coverage: 23.2% of statements
15:32:12 [2022-08-31T15:32:12.128Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
15:32:12 [2022-08-31T15:32:12.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
15:32:12 [2022-08-31T15:32:12.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
15:32:12 [2022-08-31T15:32:12.380Z] #55 28.06 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
15:32:12 [2022-08-31T15:32:12.637Z] #55 28.31 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
15:32:12 [2022-08-31T15:32:12.690Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
15:32:12 [2022-08-31T15:32:12.894Z] #55 28.40 go: downloading github.com/alexkohler/prealloc v1.0.0
15:32:12 [2022-08-31T15:32:12.894Z] #55 28.55 go: downloading github.com/ashanbrown/forbidigo v1.3.0
15:32:13 [2022-08-31T15:32:13.151Z] #55 28.70 go: downloading github.com/ashanbrown/makezero v1.1.1
15:32:13 [2022-08-31T15:32:13.151Z] #55 28.79 go: downloading github.com/bkielbasa/cyclop v1.2.0
15:32:13 [2022-08-31T15:32:13.151Z] #55 28.91 go: downloading github.com/blizzy78/varnamelen v0.8.0
15:32:13 [2022-08-31T15:32:13.408Z] #55 29.19 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
15:32:13 [2022-08-31T15:32:13.618Z] ok  	github.com/docker/docker/quota	0.237s	coverage: 71.4% of statements
15:32:13 [2022-08-31T15:32:13.664Z] #55 29.30 go: downloading github.com/breml/bidichk v0.2.3
15:32:13 [2022-08-31T15:32:13.664Z] #55 29.36 go: downloading github.com/breml/errchkjson v0.3.0
15:32:13 [2022-08-31T15:32:13.875Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
15:32:13 [2022-08-31T15:32:13.923Z] #55 29.53 go: downloading github.com/butuzov/ireturn v0.1.1
15:32:13 [2022-08-31T15:32:13.923Z] #55 29.63 go: downloading github.com/charithe/durationcheck v0.0.9
15:32:13 [2022-08-31T15:32:13.923Z] #55 29.68 go: downloading github.com/daixiang0/gci v0.3.3
15:32:13 [2022-08-31T15:32:13.960Z] #36 31.25 go: downloading github.com/mattn/go-runewidth v0.0.3
15:32:13 [2022-08-31T15:32:13.960Z] #36 ...
15:32:13 [2022-08-31T15:32:13.960Z] 
15:32:13 [2022-08-31T15:32:13.960Z] #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
15:32:13 [2022-08-31T15:32:13.960Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:32:13 [2022-08-31T15:32:13.960Z] #42 31.25 Fetched 8572 kB in 24s (364 kB/s)
15:32:14 [2022-08-31T15:32:14.179Z] #55 29.91 go: downloading github.com/denis-tingaikin/go-header v0.4.3
15:32:14 [2022-08-31T15:32:14.438Z] #55 30.12 go: downloading github.com/esimonov/ifshort v1.0.4
15:32:14 [2022-08-31T15:32:14.697Z] #55 30.33 go: downloading github.com/firefart/nonamedreturns v1.0.1
15:32:14 [2022-08-31T15:32:14.697Z] #55 30.40 go: downloading github.com/fzipp/gocyclo v0.5.1
15:32:14 [2022-08-31T15:32:14.697Z] #55 ...
15:32:14 [2022-08-31T15:32:14.697Z] 
15:32:14 [2022-08-31T15:32:14.697Z] #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
15:32:14 [2022-08-31T15:32:14.697Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:32:14 [2022-08-31T15:32:14.697Z] #62 30.54 Fetched 8572 kB in 23s (367 kB/s)
15:32:14 [2022-08-31T15:32:14.803Z] ok  	github.com/docker/docker/registry	0.078s	coverage: 58.6% of statements
15:32:15 [2022-08-31T15:32:15.036Z] #19 187.7 Selecting previously unselected package gcc-arm-linux-gnueabihf.
15:32:15 [2022-08-31T15:32:15.036Z] #19 187.7 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
15:32:15 [2022-08-31T15:32:15.036Z] #19 187.7 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
15:32:15 [2022-08-31T15:32:15.036Z] #19 187.7 Selecting previously unselected package linux-libc-dev-armhf-cross.
15:32:15 [2022-08-31T15:32:15.036Z] #19 187.7 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
15:32:15 [2022-08-31T15:32:15.036Z] #19 187.7 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
15:32:15 [2022-08-31T15:32:15.036Z] #19 187.9 Selecting previously unselected package libc6-dev-armhf-cross.
15:32:15 [2022-08-31T15:32:15.036Z] #19 187.9 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
15:32:15 [2022-08-31T15:32:15.036Z] #19 187.9 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
15:32:15 [2022-08-31T15:32:15.036Z] #19 188.1 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
15:32:15 [2022-08-31T15:32:15.036Z] #19 188.1 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
15:32:15 [2022-08-31T15:32:15.036Z] #19 188.1 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
15:32:15 [2022-08-31T15:32:15.295Z] #19 188.4 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
15:32:15 [2022-08-31T15:32:15.296Z] #19 188.4 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
15:32:15 [2022-08-31T15:32:15.296Z] #19 188.4 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
15:32:15 [2022-08-31T15:32:15.365Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
15:32:15 [2022-08-31T15:32:15.365Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
15:32:15 [2022-08-31T15:32:15.928Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 64.5% of statements
15:32:16 [2022-08-31T15:32:16.184Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
15:32:16 [2022-08-31T15:32:16.508Z] #42 31.25 Reading package lists...
15:32:16 [2022-08-31T15:32:16.508Z] #42 ...
15:32:16 [2022-08-31T15:32:16.508Z] 
15:32:16 [2022-08-31T15:32:16.508Z] #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
15:32:16 [2022-08-31T15:32:16.508Z] #67 sha256:da3f2d3791962933b64b85993c6d692abe3455813fa50d826c971819ed57162c
15:32:16 [2022-08-31T15:32:16.508Z] #67 23.66 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
15:32:16 [2022-08-31T15:32:16.508Z] #67 23.96 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
15:32:16 [2022-08-31T15:32:16.508Z] #67 24.15 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
15:32:16 [2022-08-31T15:32:16.508Z] #67 28.57 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:32:16 [2022-08-31T15:32:16.766Z] #67 ...
15:32:16 [2022-08-31T15:32:16.766Z] 
15:32:16 [2022-08-31T15:32:16.766Z] #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
15:32:16 [2022-08-31T15:32:16.766Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:16 [2022-08-31T15:32:16.766Z] #55 29.43 go: downloading github.com/bkielbasa/cyclop v1.2.0
15:32:16 [2022-08-31T15:32:16.766Z] #55 29.67 go: downloading github.com/blizzy78/varnamelen v0.8.0
15:32:16 [2022-08-31T15:32:16.766Z] #55 30.18 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
15:32:16 [2022-08-31T15:32:16.766Z] #55 30.31 go: downloading github.com/breml/bidichk v0.2.3
15:32:16 [2022-08-31T15:32:16.766Z] #55 30.67 go: downloading github.com/breml/errchkjson v0.3.0
15:32:16 [2022-08-31T15:32:16.766Z] #55 30.87 go: downloading github.com/butuzov/ireturn v0.1.1
15:32:16 [2022-08-31T15:32:16.766Z] #55 31.25 go: downloading github.com/charithe/durationcheck v0.0.9
15:32:16 [2022-08-31T15:32:16.766Z] #55 31.41 go: downloading github.com/daixiang0/gci v0.3.3
15:32:16 [2022-08-31T15:32:16.766Z] #55 32.05 go: downloading github.com/denis-tingaikin/go-header v0.4.3
15:32:16 [2022-08-31T15:32:16.766Z] #55 32.23 go: downloading github.com/esimonov/ifshort v1.0.4
15:32:16 [2022-08-31T15:32:16.766Z] #55 32.39 go: downloading github.com/firefart/nonamedreturns v1.0.1
15:32:16 [2022-08-31T15:32:16.766Z] #55 32.44 go: downloading github.com/fzipp/gocyclo v0.5.1
15:32:16 [2022-08-31T15:32:16.766Z] #55 32.63 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
15:32:16 [2022-08-31T15:32:16.766Z] #55 32.77 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
15:32:16 [2022-08-31T15:32:16.766Z] #55 32.77 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
15:32:16 [2022-08-31T15:32:16.766Z] #55 33.07 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
15:32:16 [2022-08-31T15:32:16.766Z] #55 33.44 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
15:32:16 [2022-08-31T15:32:16.766Z] #55 33.55 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
15:32:16 [2022-08-31T15:32:16.766Z] #55 33.65 go: downloading github.com/golangci/misspell v0.3.5
15:32:16 [2022-08-31T15:32:16.766Z] #55 33.80 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
15:32:16 [2022-08-31T15:32:16.766Z] #55 33.87 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
15:32:16 [2022-08-31T15:32:16.766Z] #55 34.03 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
15:32:16 [2022-08-31T15:32:16.766Z] #55 34.15 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
15:32:17 [2022-08-31T15:32:17.024Z] #55 34.53 go: downloading github.com/jgautheron/goconst v1.5.1
15:32:17 [2022-08-31T15:32:17.282Z] #55 34.56 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
15:32:17 [2022-08-31T15:32:17.282Z] #55 34.66 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
15:32:17 [2022-08-31T15:32:17.282Z] #55 34.72 go: downloading github.com/julz/importas v0.1.0
15:32:17 [2022-08-31T15:32:17.541Z] #55 34.96 go: downloading github.com/kisielk/errcheck v1.6.0
15:32:17 [2022-08-31T15:32:17.541Z] #55 35.06 go: downloading github.com/kulti/thelper v0.6.2
15:32:17 [2022-08-31T15:32:17.549Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
15:32:17 [2022-08-31T15:32:17.799Z] #55 35.20 go: downloading github.com/kunwardeep/paralleltest v1.0.3
15:32:17 [2022-08-31T15:32:17.800Z] #55 35.26 go: downloading github.com/kyoh86/exportloopref v0.1.8
15:32:17 [2022-08-31T15:32:17.800Z] #55 ...
15:32:17 [2022-08-31T15:32:17.800Z] 
15:32:17 [2022-08-31T15:32:17.800Z] #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
15:32:17 [2022-08-31T15:32:17.800Z] #53 sha256:5a5cb01c2db617814964e3f18443a0bc28c742d82a13333b2f6ce38fbf0e09bf
15:32:17 [2022-08-31T15:32:17.800Z] #53 25.22 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
15:32:17 [2022-08-31T15:32:17.800Z] #53 25.33 go: downloading golang.org/x/mod v0.3.0
15:32:17 [2022-08-31T15:32:17.800Z] #53 ...
15:32:17 [2022-08-31T15:32:17.800Z] 
15:32:17 [2022-08-31T15:32:17.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
15:32:17 [2022-08-31T15:32:17.800Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:17 [2022-08-31T15:32:17.800Z] #55 35.34 go: downloading github.com/ldez/tagliatelle v0.3.1
15:32:17 [2022-08-31T15:32:17.974Z] #62 30.54 Reading package lists...
15:32:17 [2022-08-31T15:32:17.974Z] #62 ...
15:32:17 [2022-08-31T15:32:17.974Z] 
15:32:17 [2022-08-31T15:32:17.974Z] #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
15:32:17 [2022-08-31T15:32:17.974Z] #67 sha256:3917080c1fb9c5c2d4243f017117c3ee5f61835b46ce378567e9ccab0d299285
15:32:17 [2022-08-31T15:32:17.974Z] #67 23.16 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
15:32:17 [2022-08-31T15:32:17.974Z] #67 23.36 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
15:32:17 [2022-08-31T15:32:17.974Z] #67 27.01 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
15:32:17 [2022-08-31T15:32:17.974Z] #67 27.39 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:32:17 [2022-08-31T15:32:17.974Z] #67 ...
15:32:17 [2022-08-31T15:32:17.974Z] 
15:32:17 [2022-08-31T15:32:17.974Z] #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
15:32:17 [2022-08-31T15:32:17.974Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:17 [2022-08-31T15:32:17.974Z] #55 30.57 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
15:32:17 [2022-08-31T15:32:17.974Z] #55 30.71 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
15:32:17 [2022-08-31T15:32:17.974Z] #55 30.71 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
15:32:17 [2022-08-31T15:32:17.974Z] #55 30.84 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
15:32:17 [2022-08-31T15:32:17.974Z] #55 31.35 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
15:32:17 [2022-08-31T15:32:17.974Z] #55 31.68 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
15:32:17 [2022-08-31T15:32:17.974Z] #55 31.76 go: downloading github.com/golangci/misspell v0.3.5
15:32:17 [2022-08-31T15:32:17.974Z] #55 31.98 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
15:32:17 [2022-08-31T15:32:17.974Z] #55 32.08 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
15:32:17 [2022-08-31T15:32:17.974Z] #55 32.32 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
15:32:17 [2022-08-31T15:32:17.974Z] #55 32.45 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
15:32:17 [2022-08-31T15:32:17.974Z] #55 32.57 go: downloading github.com/jgautheron/goconst v1.5.1
15:32:17 [2022-08-31T15:32:17.974Z] #55 32.68 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
15:32:17 [2022-08-31T15:32:17.974Z] #55 32.69 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
15:32:17 [2022-08-31T15:32:17.974Z] #55 32.80 go: downloading github.com/julz/importas v0.1.0
15:32:17 [2022-08-31T15:32:17.974Z] #55 32.81 go: downloading github.com/kisielk/errcheck v1.6.0
15:32:17 [2022-08-31T15:32:17.974Z] #55 33.03 go: downloading github.com/kulti/thelper v0.6.2
15:32:17 [2022-08-31T15:32:17.974Z] #55 33.11 go: downloading github.com/kunwardeep/paralleltest v1.0.3
15:32:17 [2022-08-31T15:32:17.974Z] #55 33.35 go: downloading github.com/kyoh86/exportloopref v0.1.8
15:32:17 [2022-08-31T15:32:17.974Z] #55 33.36 go: downloading github.com/ldez/tagliatelle v0.3.1
15:32:17 [2022-08-31T15:32:17.974Z] #55 33.59 go: downloading github.com/leonklingele/grouper v1.1.0
15:32:17 [2022-08-31T15:32:17.974Z] #55 33.62 go: downloading github.com/lufeee/execinquery v1.2.1
15:32:17 [2022-08-31T15:32:17.974Z] #55 33.77 go: downloading github.com/maratori/testpackage v1.0.1
15:32:18 [2022-08-31T15:32:18.059Z] #55 35.46 go: downloading github.com/leonklingele/grouper v1.1.0
15:32:18 [2022-08-31T15:32:18.059Z] #55 35.54 go: downloading github.com/lufeee/execinquery v1.2.1
15:32:18 [2022-08-31T15:32:18.232Z] #55 33.90 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
15:32:18 [2022-08-31T15:32:18.232Z] #55 33.96 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
15:32:18 [2022-08-31T15:32:18.232Z] #55 33.99 go: downloading github.com/mgechev/revive v1.2.1
15:32:18 [2022-08-31T15:32:18.318Z] #55 35.63 go: downloading github.com/maratori/testpackage v1.0.1
15:32:18 [2022-08-31T15:32:18.477Z] ok  	github.com/docker/docker/volume/local	0.102s	coverage: 76.8% of statements
15:32:18 [2022-08-31T15:32:18.576Z] #55 35.90 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
15:32:18 [2022-08-31T15:32:18.576Z] #55 35.97 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
15:32:18 [2022-08-31T15:32:18.576Z] #55 36.01 go: downloading github.com/mgechev/revive v1.2.1
15:32:18 [2022-08-31T15:32:18.732Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 67.7% of statements
15:32:19 [2022-08-31T15:32:19.972Z] #55 37.23 go: downloading github.com/moricho/tparallel v0.2.1
15:32:19 [2022-08-31T15:32:19.972Z] #55 37.26 go: downloading github.com/nakabonne/nestif v0.3.1
15:32:20 [2022-08-31T15:32:20.098Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 72.3% of statements
15:32:20 [2022-08-31T15:32:20.139Z] #55 35.55 go: downloading github.com/moricho/tparallel v0.2.1
15:32:20 [2022-08-31T15:32:20.139Z] #55 ...
15:32:20 [2022-08-31T15:32:20.139Z] 
15:32:20 [2022-08-31T15:32:20.139Z] #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
15:32:20 [2022-08-31T15:32:20.139Z] #36 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:32:20 [2022-08-31T15:32:20.139Z] #36 25.55 go: downloading github.com/sirupsen/logrus v1.6.0
15:32:20 [2022-08-31T15:32:20.139Z] #36 25.55 go: downloading github.com/spf13/cobra v1.1.3
15:32:20 [2022-08-31T15:32:20.139Z] #36 26.56 go: downloading github.com/mattn/go-isatty v0.0.3
15:32:20 [2022-08-31T15:32:20.139Z] #36 26.84 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
15:32:20 [2022-08-31T15:32:20.139Z] #36 27.34 go: downloading gopkg.in/yaml.v2 v2.4.0
15:32:20 [2022-08-31T15:32:20.139Z] #36 27.75 go: downloading github.com/cosiner/argv v0.1.0
15:32:20 [2022-08-31T15:32:20.139Z] #36 27.87 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
15:32:20 [2022-08-31T15:32:20.139Z] #36 27.92 go: downloading github.com/peterh/liner v1.2.2
15:32:20 [2022-08-31T15:32:20.139Z] #36 28.40 go: downloading github.com/google/go-dap v0.6.0
15:32:20 [2022-08-31T15:32:20.139Z] #36 28.99 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
15:32:20 [2022-08-31T15:32:20.139Z] #36 29.96 go: downloading github.com/mattn/go-runewidth v0.0.3
15:32:20 [2022-08-31T15:32:20.139Z] #36 30.33 go: downloading github.com/russross/blackfriday/v2 v2.0.1
15:32:20 [2022-08-31T15:32:20.139Z] #36 30.80 go: downloading github.com/hashicorp/golang-lru v0.5.4
15:32:20 [2022-08-31T15:32:20.139Z] #36 31.03 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
15:32:20 [2022-08-31T15:32:20.139Z] #36 33.82 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
15:32:20 [2022-08-31T15:32:20.139Z] #36 33.82 go: downloading github.com/cilium/ebpf v0.7.0
15:32:20 [2022-08-31T15:32:20.139Z] #36 ...
15:32:20 [2022-08-31T15:32:20.139Z] 
15:32:20 [2022-08-31T15:32:20.139Z] #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
15:32:20 [2022-08-31T15:32:20.139Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:20 [2022-08-31T15:32:20.139Z] #55 35.55 go: downloading github.com/nakabonne/nestif v0.3.1
15:32:20 [2022-08-31T15:32:20.139Z] #55 35.79 go: downloading github.com/nishanths/exhaustive v0.7.11
15:32:20 [2022-08-31T15:32:20.139Z] #55 35.83 go: downloading github.com/nishanths/predeclared v0.2.2
15:32:20 [2022-08-31T15:32:20.232Z] #55 37.52 go: downloading github.com/nishanths/exhaustive v0.7.11
15:32:20 [2022-08-31T15:32:20.232Z] #55 37.53 go: downloading github.com/nishanths/predeclared v0.2.2
15:32:20 [2022-08-31T15:32:20.232Z] #55 37.72 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
15:32:20 [2022-08-31T15:32:20.395Z] #55 36.08 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
15:32:20 [2022-08-31T15:32:20.395Z] #55 36.18 go: downloading github.com/ryancurrah/gomodguard v1.2.3
15:32:20 [2022-08-31T15:32:20.525Z] #55 38.06 go: downloading github.com/ryancurrah/gomodguard v1.2.3
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.1 Selecting previously unselected package g++-arm-linux-gnueabihf.
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.1 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.1 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.1 Selecting previously unselected package crossbuild-essential-armhf.
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.1 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.1 Unpacking crossbuild-essential-armhf (12.9) ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.2 Selecting previously unselected package libc6-ppc64el-cross.
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.2 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.2 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.3 Selecting previously unselected package libgcc-s1-ppc64el-cross.
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.3 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.3 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.4 Selecting previously unselected package libgomp1-ppc64el-cross.
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.4 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.4 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.4 Selecting previously unselected package libitm1-ppc64el-cross.
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.4 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.4 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.4 Selecting previously unselected package libatomic1-ppc64el-cross.
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.4 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.4 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.5 Selecting previously unselected package libasan6-ppc64el-cross.
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.5 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.5 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.7 Selecting previously unselected package liblsan0-ppc64el-cross.
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.7 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.7 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
15:32:20 [2022-08-31T15:32:20.568Z] #19 193.8 Selecting previously unselected package libtsan0-ppc64el-cross.
15:32:20 [2022-08-31T15:32:20.651Z] #55 36.38 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
15:32:20 [2022-08-31T15:32:20.651Z] #55 36.46 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
15:32:20 [2022-08-31T15:32:20.786Z] #55 38.24 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
15:32:20 [2022-08-31T15:32:20.786Z] #55 38.34 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
15:32:20 [2022-08-31T15:32:20.826Z] #19 193.8 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:20 [2022-08-31T15:32:20.826Z] #19 193.8 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
15:32:20 [2022-08-31T15:32:20.826Z] #19 194.1 Selecting previously unselected package libstdc++6-ppc64el-cross.
15:32:20 [2022-08-31T15:32:20.826Z] #19 194.1 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:20 [2022-08-31T15:32:20.826Z] #19 194.1 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
15:32:20 [2022-08-31T15:32:20.909Z] #55 36.62 go: downloading github.com/securego/gosec/v2 v2.11.0
15:32:21 [2022-08-31T15:32:21.046Z] #55 38.58 go: downloading github.com/securego/gosec/v2 v2.11.0
15:32:21 [2022-08-31T15:32:21.085Z] #19 194.1 Selecting previously unselected package libubsan1-ppc64el-cross.
15:32:21 [2022-08-31T15:32:21.085Z] #19 194.1 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:21 [2022-08-31T15:32:21.085Z] #19 194.1 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
15:32:21 [2022-08-31T15:32:21.085Z] #19 194.2 Selecting previously unselected package libquadmath0-ppc64el-cross.
15:32:21 [2022-08-31T15:32:21.085Z] #19 194.2 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:21 [2022-08-31T15:32:21.085Z] #19 194.2 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
15:32:21 [2022-08-31T15:32:21.085Z] #19 194.3 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
15:32:21 [2022-08-31T15:32:21.085Z] #19 194.3 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:21 [2022-08-31T15:32:21.085Z] #19 194.3 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
15:32:21 [2022-08-31T15:32:21.343Z] #19 194.5 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
15:32:21 [2022-08-31T15:32:21.343Z] #19 194.5 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
15:32:21 [2022-08-31T15:32:21.343Z] #19 194.5 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
15:32:21 [2022-08-31T15:32:21.471Z] #55 37.17 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
15:32:21 [2022-08-31T15:32:21.471Z] #55 37.19 go: downloading github.com/sivchari/containedctx v1.0.2
15:32:21 [2022-08-31T15:32:21.471Z] #55 37.27 go: downloading github.com/sivchari/tenv v1.5.0
15:32:21 [2022-08-31T15:32:21.614Z] #55 39.20 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
15:32:21 [2022-08-31T15:32:21.728Z] #55 37.34 go: downloading github.com/sonatard/noctx v0.0.1
15:32:21 [2022-08-31T15:32:21.728Z] #55 37.51 go: downloading github.com/sourcegraph/go-diff v0.6.1
15:32:21 [2022-08-31T15:32:21.872Z] #55 39.22 go: downloading github.com/sivchari/containedctx v1.0.2
15:32:21 [2022-08-31T15:32:21.872Z] #55 39.32 go: downloading github.com/sivchari/tenv v1.5.0
15:32:22 [2022-08-31T15:32:22.131Z] #55 39.53 go: downloading github.com/sonatard/noctx v0.0.1
15:32:22 [2022-08-31T15:32:22.292Z] #55 37.82 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
15:32:22 [2022-08-31T15:32:22.389Z] #55 39.65 go: downloading github.com/sourcegraph/go-diff v0.6.1
15:32:22 [2022-08-31T15:32:22.389Z] #55 39.75 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
15:32:22 [2022-08-31T15:32:22.549Z] #55 38.04 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
15:32:22 [2022-08-31T15:32:22.549Z] #55 38.18 go: downloading github.com/sylvia7788/contextcheck v1.0.4
15:32:22 [2022-08-31T15:32:22.549Z] #55 38.25 go: downloading github.com/tdakkota/asciicheck v0.1.1
15:32:22 [2022-08-31T15:32:22.647Z] #55 39.90 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
15:32:22 [2022-08-31T15:32:22.647Z] #55 40.11 go: downloading github.com/sylvia7788/contextcheck v1.0.4
15:32:22 [2022-08-31T15:32:22.647Z] #55 40.16 go: downloading github.com/tdakkota/asciicheck v0.1.1
15:32:22 [2022-08-31T15:32:22.806Z] #55 38.36 go: downloading github.com/tetafro/godot v1.4.11
15:32:22 [2022-08-31T15:32:22.806Z] #55 38.44 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
15:32:22 [2022-08-31T15:32:22.806Z] #55 38.58 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
15:32:22 [2022-08-31T15:32:22.806Z] #55 ...
15:32:22 [2022-08-31T15:32:22.806Z] 
15:32:22 [2022-08-31T15:32:22.806Z] #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             ;
15:32:22 [2022-08-31T15:32:22.806Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:22 [2022-08-31T15:32:22.806Z] #76 28.49 Fetched 8572 kB in 22s (382 kB/s)
15:32:22 [2022-08-31T15:32:22.806Z] #76 28.49 Reading package lists...
15:32:22 [2022-08-31T15:32:22.905Z] #55 40.31 go: downloading github.com/tetafro/godot v1.4.11
15:32:22 [2022-08-31T15:32:22.905Z] #55 ...
15:32:22 [2022-08-31T15:32:22.905Z] 
15:32:22 [2022-08-31T15:32:22.905Z] #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
15:32:22 [2022-08-31T15:32:22.905Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:22 [2022-08-31T15:32:22.905Z] #14 30.37 Fetched 8572 kB in 23s (376 kB/s)
15:32:22 [2022-08-31T15:32:22.905Z] #14 30.37 Reading package lists...
15:32:23 [2022-08-31T15:32:23.062Z] #76 38.42 Reading package lists...
15:32:23 [2022-08-31T15:32:23.062Z] #76 ...
15:32:23 [2022-08-31T15:32:23.062Z] 
15:32:23 [2022-08-31T15:32:23.062Z] #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
15:32:23 [2022-08-31T15:32:23.062Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:32:23 [2022-08-31T15:32:23.062Z] #42 28.95 Fetched 8572 kB in 22s (390 kB/s)
15:32:23 [2022-08-31T15:32:23.062Z] #42 28.95 Reading package lists...
15:32:23 [2022-08-31T15:32:23.062Z] #42 38.52 Reading package lists...
15:32:23 [2022-08-31T15:32:23.062Z] #42 ...
15:32:23 [2022-08-31T15:32:23.062Z] 
15:32:23 [2022-08-31T15:32:23.062Z] #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
15:32:23 [2022-08-31T15:32:23.062Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:32:23 [2022-08-31T15:32:23.164Z] #14 ...
15:32:23 [2022-08-31T15:32:23.164Z] 
15:32:23 [2022-08-31T15:32:23.164Z] #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
15:32:23 [2022-08-31T15:32:23.164Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:23 [2022-08-31T15:32:23.164Z] #55 40.41 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
15:32:23 [2022-08-31T15:32:23.164Z] #55 40.45 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
15:32:23 [2022-08-31T15:32:23.164Z] #55 40.47 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
15:32:23 [2022-08-31T15:32:23.422Z] #55 40.80 go: downloading github.com/ultraware/funlen v0.0.3
15:32:23 [2022-08-31T15:32:23.422Z] #55 40.94 go: downloading github.com/ultraware/whitespace v0.0.5
15:32:23 [2022-08-31T15:32:23.681Z] #55 ...
15:32:23 [2022-08-31T15:32:23.681Z] 
15:32:23 [2022-08-31T15:32:23.681Z] #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             ;
15:32:23 [2022-08-31T15:32:23.681Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:23 [2022-08-31T15:32:23.681Z] #76 30.97 Fetched 8572 kB in 24s (365 kB/s)
15:32:23 [2022-08-31T15:32:23.681Z] #76 30.97 Reading package lists...
15:32:23 [2022-08-31T15:32:23.681Z] #76 40.68 Reading package lists...
15:32:23 [2022-08-31T15:32:23.681Z] #76 ...
15:32:23 [2022-08-31T15:32:23.681Z] 
15:32:23 [2022-08-31T15:32:23.681Z] #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
15:32:23 [2022-08-31T15:32:23.681Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:32:24 [2022-08-31T15:32:24.198Z] #47 40.78 Updating files:  55% (1200/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)
15:32:24 [2022-08-31T15:32:24.198Z] #47 ...
15:32:24 [2022-08-31T15:32:24.198Z] 
15:32:24 [2022-08-31T15:32:24.198Z] #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
15:32:24 [2022-08-31T15:32:24.198Z] #36 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:32:24 [2022-08-31T15:32:24.198Z] #36 31.55 go: downloading github.com/hashicorp/golang-lru v0.5.4
15:32:24 [2022-08-31T15:32:24.198Z] #36 31.62 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
15:32:24 [2022-08-31T15:32:24.198Z] #36 34.30 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
15:32:24 [2022-08-31T15:32:24.198Z] #36 34.47 go: downloading github.com/cilium/ebpf v0.7.0
15:32:24 [2022-08-31T15:32:24.198Z] #36 ...
15:32:24 [2022-08-31T15:32:24.198Z] 
15:32:24 [2022-08-31T15:32:24.198Z] #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
15:32:24 [2022-08-31T15:32:24.198Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:32:24 [2022-08-31T15:32:24.350Z] #47 38.49 Updating files:  51% (1117/2176)
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% (1804/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.
15:32:24 [2022-08-31T15:32:24.350Z] #47 39.76 + git checkout -q v2.3.0
15:32:24 [2022-08-31T15:32:24.716Z] #47 40.78 Updating files:  55% (1200/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:  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)
15:32:24 [2022-08-31T15:32:24.716Z] #47 ...
15:32:24 [2022-08-31T15:32:24.716Z] 
15:32:24 [2022-08-31T15:32:24.716Z] #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
15:32:24 [2022-08-31T15:32:24.716Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:32:24 [2022-08-31T15:32:24.716Z] #62 32.14 Fetched 8572 kB in 25s (347 kB/s)
15:32:24 [2022-08-31T15:32:24.716Z] #62 32.14 Reading package lists...
15:32:24 [2022-08-31T15:32:24.716Z] #62 41.76 Reading package lists...
15:32:24 [2022-08-31T15:32:24.716Z] #62 ...
15:32:24 [2022-08-31T15:32:24.716Z] 
15:32:24 [2022-08-31T15:32:24.716Z] #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
15:32:24 [2022-08-31T15:32:24.716Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:32:24 [2022-08-31T15:32:24.716Z] #47 40.78 Updating files:  55% (1200/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:  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.
15:32:24 [2022-08-31T15:32:24.914Z] #47 ...
15:32:24 [2022-08-31T15:32:24.914Z] 
15:32:24 [2022-08-31T15:32:24.914Z] #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
15:32:24 [2022-08-31T15:32:24.914Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:24 [2022-08-31T15:32:24.914Z] #14 30.57 Fetched 8572 kB in 24s (362 kB/s)
15:32:24 [2022-08-31T15:32:24.914Z] #14 30.57 Reading package lists...
15:32:24 [2022-08-31T15:32:24.914Z] #14 40.26 Reading package lists...
15:32:24 [2022-08-31T15:32:24.914Z] #14 ...
15:32:24 [2022-08-31T15:32:24.914Z] 
15:32:24 [2022-08-31T15:32:24.914Z] #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
15:32:24 [2022-08-31T15:32:24.914Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:24 [2022-08-31T15:32:24.914Z] #55 38.78 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
15:32:24 [2022-08-31T15:32:24.914Z] #55 39.10 go: downloading github.com/ultraware/funlen v0.0.3
15:32:24 [2022-08-31T15:32:24.914Z] #55 39.34 go: downloading github.com/ultraware/whitespace v0.0.5
15:32:24 [2022-08-31T15:32:24.914Z] #55 39.48 go: downloading github.com/uudashr/gocognit v1.0.5
15:32:24 [2022-08-31T15:32:24.914Z] #55 39.61 go: downloading github.com/yagipy/maintidx v1.0.0
15:32:24 [2022-08-31T15:32:24.914Z] #55 39.73 go: downloading github.com/yeya24/promlinter v0.2.0
15:32:24 [2022-08-31T15:32:24.914Z] #55 39.94 go: downloading gitlab.com/bosi/decorder v0.2.1
15:32:24 [2022-08-31T15:32:24.914Z] #55 40.11 go: downloading honnef.co/go/tools v0.3.1
15:32:24 [2022-08-31T15:32:24.974Z] #47 42.11 + git checkout -q v2.3.0
15:32:25 [2022-08-31T15:32:25.542Z] #47 ...
15:32:25 [2022-08-31T15:32:25.542Z] 
15:32:25 [2022-08-31T15:32:25.542Z] #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
15:32:25 [2022-08-31T15:32:25.542Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:32:25 [2022-08-31T15:32:25.542Z] #51 32.67 Fetched 8576 kB in 25s (338 kB/s)
15:32:25 [2022-08-31T15:32:25.542Z] #51 32.67 Reading package lists...
15:32:25 [2022-08-31T15:32:25.801Z] #51 42.63 Reading package lists...
15:32:25 [2022-08-31T15:32:25.801Z] #51 ...
15:32:25 [2022-08-31T15:32:25.801Z] 
15:32:25 [2022-08-31T15:32:25.801Z] #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
15:32:25 [2022-08-31T15:32:25.801Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:25 [2022-08-31T15:32:25.801Z] #55 41.09 go: downloading github.com/uudashr/gocognit v1.0.5
15:32:25 [2022-08-31T15:32:25.801Z] #55 41.25 go: downloading github.com/yagipy/maintidx v1.0.0
15:32:25 [2022-08-31T15:32:25.801Z] #55 41.44 go: downloading github.com/yeya24/promlinter v0.2.0
15:32:25 [2022-08-31T15:32:25.801Z] #55 41.49 go: downloading gitlab.com/bosi/decorder v0.2.1
15:32:25 [2022-08-31T15:32:25.801Z] #55 42.08 go: downloading honnef.co/go/tools v0.3.1
15:32:26 [2022-08-31T15:32:26.282Z] #55 ...
15:32:26 [2022-08-31T15:32:26.282Z] 
15:32:26 [2022-08-31T15:32:26.282Z] #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
15:32:26 [2022-08-31T15:32:26.282Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:32:26 [2022-08-31T15:32:26.282Z] #51 31.62 Fetched 8576 kB in 25s (349 kB/s)
15:32:26 [2022-08-31T15:32:26.282Z] #51 31.62 Reading package lists...
15:32:26 [2022-08-31T15:32:26.282Z] #51 40.53 Reading package lists...
15:32:26 [2022-08-31T15:32:26.282Z] #51 ...
15:32:26 [2022-08-31T15:32:26.282Z] 
15:32:26 [2022-08-31T15:32:26.282Z] #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
15:32:26 [2022-08-31T15:32:26.282Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:32:26 [2022-08-31T15:32:26.282Z] #62 30.54 Reading package lists...
15:32:26 [2022-08-31T15:32:26.616Z] #19 199.0 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.0 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.0 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.0 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.0 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.0 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.2 Selecting previously unselected package libc6-dev-ppc64el-cross.
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.2 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.2 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.5 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.5 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.5 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.7 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.7 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
15:32:26 [2022-08-31T15:32:26.617Z] #19 199.8 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
15:32:27 [2022-08-31T15:32:27.705Z] #55 45.07 go: downloading mvdan.cc/gofumpt v0.3.1
15:32:27 [2022-08-31T15:32:27.705Z] #55 45.10 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
15:32:27 [2022-08-31T15:32:27.964Z] #55 45.31 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
15:32:28 [2022-08-31T15:32:28.223Z] #55 45.67 go: downloading github.com/davecgh/go-spew v1.1.1
15:32:28 [2022-08-31T15:32:28.223Z] #55 45.69 go: downloading github.com/pmezard/go-difflib v1.0.0
15:32:28 [2022-08-31T15:32:28.483Z] #55 45.93 go: downloading github.com/stretchr/objx v0.1.1
15:32:28 [2022-08-31T15:32:28.483Z] #55 46.03 go: downloading github.com/subosito/gotenv v1.2.0
15:32:28 [2022-08-31T15:32:28.742Z] #55 46.17 go: downloading github.com/hashicorp/hcl v1.0.0
15:32:29 [2022-08-31T15:32:29.001Z] #55 46.58 go: downloading gopkg.in/ini.v1 v1.66.4
15:32:29 [2022-08-31T15:32:29.263Z] #55 46.66 go: downloading github.com/magiconair/properties v1.8.6
15:32:29 [2022-08-31T15:32:29.522Z] #55 46.90 go: downloading github.com/pelletier/go-toml v1.9.5
15:32:29 [2022-08-31T15:32:29.522Z] #55 47.02 go: downloading golang.org/x/text v0.3.7
15:32:29 [2022-08-31T15:32:29.565Z] #62 40.36 Reading package lists...
15:32:29 [2022-08-31T15:32:29.565Z] #62 ...
15:32:29 [2022-08-31T15:32:29.565Z] 
15:32:29 [2022-08-31T15:32:29.565Z] #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
15:32:29 [2022-08-31T15:32:29.565Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:32:29 [2022-08-31T15:32:29.565Z] #47 42.81 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
15:32:30 [2022-08-31T15:32:30.813Z] #19 204.1 Selecting previously unselected package g++-powerpc64le-linux-gnu.
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.1 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.1 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.1 Selecting previously unselected package crossbuild-essential-ppc64el.
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.1 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.1 Unpacking crossbuild-essential-ppc64el (12.9) ...
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.1 Selecting previously unselected package libc6-s390x-cross.
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.2 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.2 Unpacking libc6-s390x-cross (2.31-9cross4) ...
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.3 Selecting previously unselected package libgcc-s1-s390x-cross.
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.3 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.3 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
15:32:31 [2022-08-31T15:32:31.072Z] #19 204.3 Selecting previously unselected package libgomp1-s390x-cross.
15:32:31 [2022-08-31T15:32:31.331Z] #19 204.3 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
15:32:31 [2022-08-31T15:32:31.331Z] #19 204.3 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
15:32:31 [2022-08-31T15:32:31.331Z] #19 204.4 Selecting previously unselected package libitm1-s390x-cross.
15:32:31 [2022-08-31T15:32:31.331Z] #19 204.4 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
15:32:31 [2022-08-31T15:32:31.331Z] #19 204.4 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
15:32:31 [2022-08-31T15:32:31.331Z] #19 204.4 Selecting previously unselected package libatomic1-s390x-cross.
15:32:31 [2022-08-31T15:32:31.331Z] #19 204.4 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
15:32:31 [2022-08-31T15:32:31.331Z] #19 204.4 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
15:32:31 [2022-08-31T15:32:31.331Z] #19 204.5 Selecting previously unselected package libasan6-s390x-cross.
15:32:31 [2022-08-31T15:32:31.331Z] #19 204.5 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
15:32:31 [2022-08-31T15:32:31.331Z] #19 204.5 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
15:32:31 [2022-08-31T15:32:31.589Z] #19 204.7 Selecting previously unselected package libstdc++6-s390x-cross.
15:32:31 [2022-08-31T15:32:31.589Z] #19 204.7 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
15:32:31 [2022-08-31T15:32:31.589Z] #19 204.7 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
15:32:31 [2022-08-31T15:32:31.589Z] #19 204.8 Selecting previously unselected package libubsan1-s390x-cross.
15:32:31 [2022-08-31T15:32:31.589Z] #19 204.8 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
15:32:31 [2022-08-31T15:32:31.589Z] #19 204.8 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
15:32:31 [2022-08-31T15:32:31.589Z] #19 204.9 Selecting previously unselected package libgcc-10-dev-s390x-cross.
15:32:31 [2022-08-31T15:32:31.849Z] #19 204.9 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
15:32:31 [2022-08-31T15:32:31.849Z] #19 204.9 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
15:32:31 [2022-08-31T15:32:31.849Z] #19 205.0 Selecting previously unselected package gcc-10-s390x-linux-gnu.
15:32:31 [2022-08-31T15:32:31.849Z] #19 205.0 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
15:32:31 [2022-08-31T15:32:31.849Z] #19 205.0 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
15:32:32 [2022-08-31T15:32:32.059Z] #55 ...
15:32:32 [2022-08-31T15:32:32.059Z] 
15:32:32 [2022-08-31T15:32:32.059Z] #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             ;
15:32:32 [2022-08-31T15:32:32.059Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:32 [2022-08-31T15:32:32.059Z] #76 40.68 Reading package lists...
15:32:32 [2022-08-31T15:32:32.885Z] #76 49.78 Building dependency tree...
15:32:32 [2022-08-31T15:32:32.885Z] #76 ...
15:32:32 [2022-08-31T15:32:32.885Z] 
15:32:32 [2022-08-31T15:32:32.885Z] #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
15:32:32 [2022-08-31T15:32:32.885Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:32:32 [2022-08-31T15:32:32.885Z] #42 31.25 Reading package lists...
15:32:32 [2022-08-31T15:32:32.885Z] #42 40.65 Reading package lists...
15:32:33 [2022-08-31T15:32:33.146Z] #42 49.94 Building dependency tree...
15:32:33 [2022-08-31T15:32:33.146Z] #42 ...
15:32:33 [2022-08-31T15:32:33.146Z] 
15:32:33 [2022-08-31T15:32:33.146Z] #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
15:32:33 [2022-08-31T15:32:33.146Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:33 [2022-08-31T15:32:33.146Z] #14 40.58 Reading package lists...
15:32:33 [2022-08-31T15:32:33.146Z] #14 49.89 Building dependency tree...
15:32:33 [2022-08-31T15:32:33.146Z] #14 ...
15:32:33 [2022-08-31T15:32:33.146Z] 
15:32:33 [2022-08-31T15:32:33.146Z] #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
15:32:33 [2022-08-31T15:32:33.146Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:32:33 [2022-08-31T15:32:33.146Z] #62 41.76 Reading package lists...
15:32:33 [2022-08-31T15:32:33.753Z] #47 ...
15:32:33 [2022-08-31T15:32:33.753Z] 
15:32:33 [2022-08-31T15:32:33.753Z] #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
15:32:33 [2022-08-31T15:32:33.753Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:32:33 [2022-08-31T15:32:33.753Z] #62 40.36 Reading package lists...
15:32:35 [2022-08-31T15:32:35.617Z] #62 50.97 Building dependency tree...
15:32:36 [2022-08-31T15:32:36.045Z] #19 209.3 Selecting previously unselected package gcc-s390x-linux-gnu.
15:32:36 [2022-08-31T15:32:36.045Z] #19 209.3 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
15:32:36 [2022-08-31T15:32:36.045Z] #19 209.3 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
15:32:36 [2022-08-31T15:32:36.045Z] #19 209.3 Selecting previously unselected package linux-libc-dev-s390x-cross.
15:32:36 [2022-08-31T15:32:36.304Z] #19 209.3 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
15:32:36 [2022-08-31T15:32:36.304Z] #19 209.3 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
15:32:36 [2022-08-31T15:32:36.304Z] #19 209.5 Selecting previously unselected package libc6-dev-s390x-cross.
15:32:36 [2022-08-31T15:32:36.304Z] #19 209.5 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
15:32:36 [2022-08-31T15:32:36.304Z] #19 209.5 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
15:32:36 [2022-08-31T15:32:36.538Z] #62 49.68 Building dependency tree...
15:32:36 [2022-08-31T15:32:36.563Z] #19 209.8 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
15:32:36 [2022-08-31T15:32:36.563Z] #19 209.8 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
15:32:36 [2022-08-31T15:32:36.823Z] #19 209.8 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
15:32:36 [2022-08-31T15:32:36.823Z] #19 210.0 Selecting previously unselected package g++-10-s390x-linux-gnu.
15:32:37 [2022-08-31T15:32:37.083Z] #19 210.0 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
15:32:37 [2022-08-31T15:32:37.083Z] #19 210.0 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
15:32:37 [2022-08-31T15:32:37.556Z] #62 ...
15:32:37 [2022-08-31T15:32:37.556Z] 
15:32:37 [2022-08-31T15:32:37.556Z] #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
15:32:37 [2022-08-31T15:32:37.556Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:37 [2022-08-31T15:32:37.556Z] #55 43.20 go: downloading mvdan.cc/gofumpt v0.3.1
15:32:37 [2022-08-31T15:32:37.556Z] #55 43.20 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
15:32:37 [2022-08-31T15:32:37.556Z] #55 43.36 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
15:32:37 [2022-08-31T15:32:37.556Z] #55 43.55 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
15:32:37 [2022-08-31T15:32:37.556Z] #55 43.61 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
15:32:37 [2022-08-31T15:32:37.556Z] #55 47.35 go: downloading github.com/davecgh/go-spew v1.1.1
15:32:37 [2022-08-31T15:32:37.556Z] #55 47.37 go: downloading github.com/pmezard/go-difflib v1.0.0
15:32:37 [2022-08-31T15:32:37.556Z] #55 47.56 go: downloading github.com/stretchr/objx v0.1.1
15:32:37 [2022-08-31T15:32:37.556Z] #55 47.75 go: downloading github.com/subosito/gotenv v1.2.0
15:32:37 [2022-08-31T15:32:37.556Z] #55 47.84 go: downloading github.com/hashicorp/hcl v1.0.0
15:32:37 [2022-08-31T15:32:37.556Z] #55 48.17 go: downloading gopkg.in/ini.v1 v1.66.4
15:32:37 [2022-08-31T15:32:37.556Z] #55 48.29 go: downloading github.com/magiconair/properties v1.8.6
15:32:37 [2022-08-31T15:32:37.556Z] #55 48.57 go: downloading github.com/pelletier/go-toml v1.9.5
15:32:37 [2022-08-31T15:32:37.556Z] #55 48.92 go: downloading golang.org/x/text v0.3.7
15:32:38 [2022-08-31T15:32:38.496Z] #55 ...
15:32:38 [2022-08-31T15:32:38.496Z] 
15:32:38 [2022-08-31T15:32:38.496Z] #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             ;
15:32:38 [2022-08-31T15:32:38.496Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:38 [2022-08-31T15:32:38.496Z] #76 38.42 Reading package lists...
15:32:38 [2022-08-31T15:32:38.496Z] #76 47.45 Building dependency tree...
15:32:38 [2022-08-31T15:32:38.496Z] #76 54.04 python3 is already the newest version (3.9.2-3).
15:32:38 [2022-08-31T15:32:38.496Z] #76 54.04 The following additional packages will be installed:
15:32:38 [2022-08-31T15:32:38.496Z] #76 54.07   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
15:32:38 [2022-08-31T15:32:38.496Z] #76 54.07   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
15:32:38 [2022-08-31T15:32:38.496Z] #76 54.09 Suggested packages:
15:32:38 [2022-08-31T15:32:38.496Z] #76 54.12   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
15:32:38 [2022-08-31T15:32:38.496Z] #76 54.12   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
15:32:38 [2022-08-31T15:32:38.496Z] #76 54.12   m4-doc ed diffutils-doc
15:32:38 [2022-08-31T15:32:38.496Z] #76 54.12 Recommended packages:
15:32:38 [2022-08-31T15:32:38.496Z] #76 54.12   fakeroot libalgorithm-merge-perl libltdl-dev
15:32:38 [2022-08-31T15:32:38.904Z] #62 ...
15:32:38 [2022-08-31T15:32:38.904Z] 
15:32:38 [2022-08-31T15:32:38.905Z] #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
15:32:38 [2022-08-31T15:32:38.905Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:32:38 [2022-08-31T15:32:38.905Z] #47 45.55 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
15:32:38 [2022-08-31T15:32:38.905Z] #47 ...
15:32:38 [2022-08-31T15:32:38.905Z] 
15:32:38 [2022-08-31T15:32:38.905Z] #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             ;
15:32:38 [2022-08-31T15:32:38.905Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:38 [2022-08-31T15:32:38.905Z] #76 49.78 Building dependency tree...
15:32:38 [2022-08-31T15:32:38.905Z] #76 55.81 python3 is already the newest version (3.9.2-3).
15:32:38 [2022-08-31T15:32:38.905Z] #76 55.81 The following additional packages will be installed:
15:32:38 [2022-08-31T15:32:38.905Z] #76 55.85   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
15:32:38 [2022-08-31T15:32:38.905Z] #76 55.86   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
15:32:38 [2022-08-31T15:32:38.905Z] #76 55.88 Suggested packages:
15:32:38 [2022-08-31T15:32:38.905Z] #76 55.91   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
15:32:38 [2022-08-31T15:32:38.905Z] #76 55.91   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
15:32:38 [2022-08-31T15:32:38.905Z] #76 55.91   m4-doc ed diffutils-doc
15:32:38 [2022-08-31T15:32:38.905Z] #76 55.91 Recommended packages:
15:32:38 [2022-08-31T15:32:38.905Z] #76 55.91   fakeroot libalgorithm-merge-perl libltdl-dev
15:32:40 [2022-08-31T15:32:40.387Z] #76 ...
15:32:40 [2022-08-31T15:32:40.387Z] 
15:32:40 [2022-08-31T15:32:40.387Z] #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
15:32:40 [2022-08-31T15:32:40.387Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:32:40 [2022-08-31T15:32:40.387Z] #62 55.98 The following additional packages will be installed:
15:32:40 [2022-08-31T15:32:40.387Z] #62 56.00   libbtrfs0
15:32:40 [2022-08-31T15:32:40.643Z] #62 56.44 The following NEW packages will be installed:
15:32:40 [2022-08-31T15:32:40.643Z] #62 56.46   libbtrfs-dev libbtrfs0
15:32:40 [2022-08-31T15:32:40.815Z] #76 ...
15:32:40 [2022-08-31T15:32:40.816Z] 
15:32:40 [2022-08-31T15:32:40.816Z] #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
15:32:40 [2022-08-31T15:32:40.816Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:32:40 [2022-08-31T15:32:40.816Z] #62 56.99 The following additional packages will be installed:
15:32:40 [2022-08-31T15:32:40.816Z] #62 56.99   libbtrfs0
15:32:40 [2022-08-31T15:32:40.816Z] #62 57.41 The following NEW packages will be installed:
15:32:40 [2022-08-31T15:32:40.816Z] #62 57.45   libbtrfs-dev libbtrfs0
15:32:40 [2022-08-31T15:32:40.816Z] #62 58.03 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
15:32:40 [2022-08-31T15:32:40.816Z] #62 58.03 Need to get 460 kB of archives.
15:32:40 [2022-08-31T15:32:40.816Z] #62 58.03 After this operation, 1237 kB of additional disk space will be used.
15:32:40 [2022-08-31T15:32:40.816Z] #62 58.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:32:40 [2022-08-31T15:32:40.816Z] #62 58.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.2 Selecting previously unselected package g++-s390x-linux-gnu.
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.2 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.2 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.2 Selecting previously unselected package crossbuild-essential-s390x.
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.2 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.2 Unpacking crossbuild-essential-s390x (12.9) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.3 Setting up libconfig-inifiles-perl (3.000003-1) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.3 Setting up libfile-which-perl (1.23-1) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.3 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.3 Setting up libc6-armhf-cross (2.31-9cross4) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.3 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.3 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.3 Setting up libicu67:amd64 (67.1-7) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.3 Setting up libmagic-mgc (1:5.39-3) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.4 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.4 Setting up libc6-s390x-cross (2.31-9cross4) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.4 Setting up libmagic1:amd64 (1:5.39-3) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.4 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.4 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.4 Setting up file (1:5.39-3) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.4 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.4 Setting up bzip2 (1.0.8-4) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.5 Setting up libyaml-perl (1.30-1) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.5 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.5 Setting up libxml-sax-base-perl (1.09-1.1) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.5 Setting up libio-string-perl (1.08-3.1) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.5 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
15:32:41 [2022-08-31T15:32:41.281Z] #19 214.5 Setting up cross-config (2.6.18+nmu1) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.6 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.6 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.6 Setting up libc6-arm64-cross (2.31-9cross4) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.7 Setting up patch (2.7.6-7) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.7 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.7 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.7 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.7 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.7 Setting up libc6-armel-cross (2.31-9cross4) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.7 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.7 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.7 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.7 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.8 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.8 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.8 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.8 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.8 Setting up libfile-homedir-perl (1.006-1) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.8 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.8 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.548Z] #19 214.8 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
15:32:41 [2022-08-31T15:32:41.572Z] #62 57.13 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
15:32:41 [2022-08-31T15:32:41.572Z] #62 57.13 Need to get 460 kB of archives.
15:32:41 [2022-08-31T15:32:41.572Z] #62 57.13 After this operation, 1237 kB of additional disk space will be used.
15:32:41 [2022-08-31T15:32:41.572Z] #62 57.13 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:32:41 [2022-08-31T15:32:41.572Z] #62 57.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:32:41 [2022-08-31T15:32:41.809Z] #19 214.8 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 214.9 Setting up liblocale-gettext-perl (1.07-4+b1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 214.9 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 214.9 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 214.9 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 214.9 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 214.9 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 214.9 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 214.9 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 214.9 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 215.0 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 215.0 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 215.0 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 215.0 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 215.0 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 215.0 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 215.0 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 215.0 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
15:32:41 [2022-08-31T15:32:41.809Z] #19 215.0 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
15:32:41 [2022-08-31T15:32:41.829Z] #62 ...
15:32:41 [2022-08-31T15:32:41.829Z] 
15:32:41 [2022-08-31T15:32:41.829Z] #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
15:32:41 [2022-08-31T15:32:41.829Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:32:41 [2022-08-31T15:32:41.829Z] #42 38.52 Reading package lists...
15:32:41 [2022-08-31T15:32:41.829Z] #42 47.86 Building dependency tree...
15:32:41 [2022-08-31T15:32:41.829Z] #42 54.61 The following additional packages will be installed:
15:32:41 [2022-08-31T15:32:41.829Z] #42 54.62   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
15:32:41 [2022-08-31T15:32:41.829Z] #42 54.64 Suggested packages:
15:32:41 [2022-08-31T15:32:41.829Z] #42 54.64   cmake-doc ninja-build lrzip
15:32:41 [2022-08-31T15:32:41.829Z] #42 54.64 Recommended packages:
15:32:41 [2022-08-31T15:32:41.829Z] #42 54.64   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
15:32:41 [2022-08-31T15:32:41.829Z] #42 56.06 The following NEW packages will be installed:
15:32:41 [2022-08-31T15:32:41.829Z] #42 56.10   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
15:32:41 [2022-08-31T15:32:41.829Z] #42 56.13   vim-common xxd
15:32:41 [2022-08-31T15:32:41.829Z] #42 56.69 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
15:32:41 [2022-08-31T15:32:41.829Z] #42 56.69 Need to get 17.7 MB of archives.
15:32:41 [2022-08-31T15:32:41.829Z] #42 56.69 After this operation, 70.7 MB of additional disk space will be used.
15:32:41 [2022-08-31T15:32:41.829Z] #42 56.69 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
15:32:41 [2022-08-31T15:32:41.830Z] #42 56.69 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
15:32:41 [2022-08-31T15:32:41.830Z] #42 56.70 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
15:32:41 [2022-08-31T15:32:41.830Z] #42 56.88 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
15:32:41 [2022-08-31T15:32:41.999Z] ok  	github.com/docker/docker/pkg/plugins	33.642s	coverage: 76.3% of statements
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/rootless	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/testutil/request	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/volume	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === Skipped
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     network_proxy_test.go:208: No support for dual stack yet
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver btrfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver btrfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver btrfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver btrfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver btrfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:71: No driver to put!
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z] time="2022-08-31T15:31:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: driver not supported
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z] time="2022-08-31T15:31:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: driver not supported
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z] time="2022-08-31T15:31:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: driver not supported
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z] time="2022-08-31T15:31:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: driver not supported
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z] time="2022-08-31T15:31:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: driver not supported
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:71: No driver to put!
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     overlay_test.go:50: Fails to compute changes intermittently
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     overlay_test.go:65: Cannot run test with naive change algorithm
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver zfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver zfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver zfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver zfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:44: Driver zfs not supported
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     graphtest_unix.go:71: No driver to put!
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
15:32:41 [2022-08-31T15:32:41.999Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
15:32:41 [2022-08-31T15:32:41.999Z] 
15:32:41 [2022-08-31T15:32:41.999Z] DONE 2874 tests, 28 skipped in 207.195s
15:32:41 [2022-08-31T15:32:41.999Z] + '[' -n 'github.com/docker/docker/libnetwork
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/bitseq
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/cluster
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/config
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/datastore
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/diagnostic
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/discoverapi
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/driverapi
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/bridge
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/host
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/null
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/overlay
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/remote
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/windows
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/drvregistry
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/etchosts
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/idm
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/internal/caller
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/ipam
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/ipamapi
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/ipams/builtin
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/ipams/null
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/ipams/remote
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/ipamutils
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/iptables
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/netlabel
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/netutils
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/networkdb
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/ns
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/options
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/osl
15:32:41 [2022-08-31T15:32:41.999Z] github.com/docker/docker/libnetwork/osl/kernel
15:32:42 [2022-08-31T15:32:42.000Z] github.com/docker/docker/libnetwork/portallocator
15:32:42 [2022-08-31T15:32:42.000Z] github.com/docker/docker/libnetwork/portmapper
15:32:42 [2022-08-31T15:32:42.000Z] github.com/docker/docker/libnetwork/resolvconf
15:32:42 [2022-08-31T15:32:42.000Z] github.com/docker/docker/libnetwork/testutils
15:32:42 [2022-08-31T15:32:42.000Z] github.com/docker/docker/libnetwork/types' ']'
15:32:42 [2022-08-31T15:32:42.000Z] + 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
15:32:42 [2022-08-31T15:32:42.068Z] #19 215.1 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.068Z] #19 215.1 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.068Z] #19 215.1 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.068Z] #19 215.1 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
15:32:42 [2022-08-31T15:32:42.068Z] #19 215.1 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.068Z] #19 215.1 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.068Z] #19 215.1 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.068Z] #19 215.1 Setting up libxml-sax-perl (1.02+dfsg-1) ...
15:32:42 [2022-08-31T15:32:42.068Z] #19 215.2 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
15:32:42 [2022-08-31T15:32:42.068Z] #19 215.3 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
15:32:42 [2022-08-31T15:32:42.086Z] #42 ...
15:32:42 [2022-08-31T15:32:42.086Z] 
15:32:42 [2022-08-31T15:32:42.086Z] #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             ;
15:32:42 [2022-08-31T15:32:42.086Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:42 [2022-08-31T15:32:42.086Z] #76 56.63 The following NEW packages will be installed:
15:32:42 [2022-08-31T15:32:42.086Z] #76 56.64   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
15:32:42 [2022-08-31T15:32:42.086Z] #76 56.65   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
15:32:42 [2022-08-31T15:32:42.086Z] #76 56.67   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
15:32:42 [2022-08-31T15:32:42.086Z] #76 56.67   libyajl2 m4 patch xz-utils
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.25 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.25 Need to get 5940 kB of archives.
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.25 After this operation, 18.7 MB of additional disk space will be used.
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.25 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.26 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.27 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.33 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.34 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.34 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.34 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.51 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.52 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.81 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.82 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.84 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.85 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.86 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.86 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.88 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
15:32:42 [2022-08-31T15:32:42.086Z] #76 57.92 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.4 
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.4 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.5 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.5 Setting up dpkg-dev (1.20.11) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.5 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.5 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.5 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.5 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.5 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.6 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.6 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.6 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.6 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.6 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.6 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.6 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
15:32:42 [2022-08-31T15:32:42.327Z] #19 215.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
15:32:42 [2022-08-31T15:32:42.342Z] #76 57.98 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
15:32:42 [2022-08-31T15:32:42.342Z] #76 57.99 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
15:32:42 [2022-08-31T15:32:42.342Z] #76 58.00 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
15:32:42 [2022-08-31T15:32:42.586Z] #19 215.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
15:32:42 [2022-08-31T15:32:42.586Z] #19 215.8 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
15:32:42 [2022-08-31T15:32:42.586Z] #19 215.9 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
15:32:42 [2022-08-31T15:32:42.719Z] #62 60.00 debconf: delaying package configuration, since apt-utils is not installed
15:32:42 [2022-08-31T15:32:42.845Z] #19 215.9 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 215.9 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.0 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.0 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.0 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.0 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.0 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.0 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.0 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.0 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.0 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.0 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.1 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.1 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.1 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.1 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.1 Setting up libxml-simple-perl (2.25-1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.1 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
15:32:42 [2022-08-31T15:32:42.845Z] #19 216.1 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.1 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.1 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.2 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.2 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.2 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.2 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.2 Setting up libconfig-auto-perl (0.44-1.1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.2 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.2 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.2 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.2 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.3 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.3 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.3 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.3 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.3 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.3 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.3 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.3 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
15:32:43 [2022-08-31T15:32:43.104Z] #19 216.3 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
15:32:43 [2022-08-31T15:32:43.285Z] #62 60.65 Fetched 460 kB in 0s (1063 kB/s)
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.3 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.4 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.4 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.4 Setting up dpkg-cross (2.6.18+nmu1) ...
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.4 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.4 Setting up crossbuild-essential-armel (12.9) ...
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.4 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.4 Setting up crossbuild-essential-armhf (12.9) ...
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.5 Setting up crossbuild-essential-arm64 (12.9) ...
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.5 Setting up crossbuild-essential-s390x (12.9) ...
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.5 Setting up crossbuild-essential-ppc64el (12.9) ...
15:32:43 [2022-08-31T15:32:43.363Z] #19 216.5 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:32:43 [2022-08-31T15:32:43.543Z] #62 60.85 Selecting previously unselected package libbtrfs0:amd64.
15:32:43 [2022-08-31T15:32:43.543Z] #62 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.)
15:32:43 [2022-08-31T15:32:43.543Z] #62 61.01 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
15:32:43 [2022-08-31T15:32:43.710Z] #76 ...
15:32:43 [2022-08-31T15:32:43.710Z] 
15:32:43 [2022-08-31T15:32:43.710Z] #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
15:32:43 [2022-08-31T15:32:43.710Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:43 [2022-08-31T15:32:43.710Z] #14 40.26 Reading package lists...
15:32:43 [2022-08-31T15:32:43.710Z] #14 49.60 Building dependency tree...
15:32:43 [2022-08-31T15:32:43.710Z] #14 55.95 The following additional packages will be installed:
15:32:43 [2022-08-31T15:32:43.710Z] #14 55.96   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:32:43 [2022-08-31T15:32:43.710Z] #14 55.97   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
15:32:43 [2022-08-31T15:32:43.710Z] #14 55.97   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
15:32:43 [2022-08-31T15:32:43.710Z] #14 55.97   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
15:32:43 [2022-08-31T15:32:43.710Z] #14 55.98   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
15:32:43 [2022-08-31T15:32:43.710Z] #14 55.99   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
15:32:43 [2022-08-31T15:32:43.710Z] #14 55.99   mingw-w64-common mingw-w64-x86-64-dev
15:32:43 [2022-08-31T15:32:43.710Z] #14 56.04 Suggested packages:
15:32:43 [2022-08-31T15:32:43.710Z] #14 56.04   gcc-10-locales seccomp wine64
15:32:43 [2022-08-31T15:32:43.710Z] #14 58.46 The following NEW packages will be installed:
15:32:43 [2022-08-31T15:32:43.710Z] #14 58.47   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:32:43 [2022-08-31T15:32:43.710Z] #14 58.47   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
15:32:43 [2022-08-31T15:32:43.710Z] #14 58.47   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
15:32:43 [2022-08-31T15:32:43.710Z] #14 58.47   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
15:32:43 [2022-08-31T15:32:43.710Z] #14 58.48   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
15:32:43 [2022-08-31T15:32:43.710Z] #14 58.49   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
15:32:43 [2022-08-31T15:32:43.710Z] #14 58.50   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
15:32:43 [2022-08-31T15:32:43.710Z] #14 58.50   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
15:32:43 [2022-08-31T15:32:43.710Z] #14 58.51   mingw-w64-x86-64-dev
15:32:43 [2022-08-31T15:32:43.710Z] #14 59.07 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
15:32:43 [2022-08-31T15:32:43.710Z] #14 59.07 Need to get 115 MB of archives.
15:32:43 [2022-08-31T15:32:43.710Z] #14 59.07 After this operation, 645 MB of additional disk space will be used.
15:32:43 [2022-08-31T15:32:43.710Z] #14 59.07 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]
15:32:43 [2022-08-31T15:32:43.710Z] #14 59.32 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]
15:32:43 [2022-08-31T15:32:43.710Z] #14 ...
15:32:43 [2022-08-31T15:32:43.710Z] 
15:32:43 [2022-08-31T15:32:43.710Z] #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             ;
15:32:43 [2022-08-31T15:32:43.710Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:43 [2022-08-31T15:32:43.710Z] #76 59.58 debconf: delaying package configuration, since apt-utils is not installed
15:32:43 [2022-08-31T15:32:43.802Z] #62 61.03 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:32:43 [2022-08-31T15:32:43.932Z] #19 DONE 216.9s
15:32:43 [2022-08-31T15:32:43.932Z] 
15:32:43 [2022-08-31T15:32:43.932Z] #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
15:32:43 [2022-08-31T15:32:43.932Z] #49 sha256:e05d25162f84fad02bef0a2f49f083de50799b93b901bf7e3d8c6c88f6938195
15:32:43 [2022-08-31T15:32:43.932Z] #49 ...
15:32:43 [2022-08-31T15:32:43.932Z] 
15:32:43 [2022-08-31T15:32:43.932Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
15:32:43 [2022-08-31T15:32:43.932Z] #32 sha256:d5b2e0b0edb6414c55bad11b23ef8de2f0f493407962fd233ad0e2f0266051b5
15:32:43 [2022-08-31T15:32:43.932Z] #32 DONE 0.1s
15:32:43 [2022-08-31T15:32:43.932Z] 
15:32:43 [2022-08-31T15:32:43.932Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
15:32:43 [2022-08-31T15:32:43.932Z] #73 sha256:c5926a9066ae75afc1354c368cdaab4e8d4e5387f635fbbeebad11c9f70a33e9
15:32:43 [2022-08-31T15:32:43.932Z] #73 DONE 0.1s
15:32:44 [2022-08-31T15:32:44.061Z] #62 61.50 Selecting previously unselected package libbtrfs-dev:amd64.
15:32:44 [2022-08-31T15:32:44.061Z] #62 61.50 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
15:32:44 [2022-08-31T15:32:44.061Z] #62 61.52 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:32:44 [2022-08-31T15:32:44.192Z] 
15:32:44 [2022-08-31T15:32:44.192Z] #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
15:32:44 [2022-08-31T15:32:44.192Z] #74 sha256:0100a4ad335d8046ab267d9ffc0566ea21ab857eafaa8a9b4e7f9afbd969b001
15:32:44 [2022-08-31T15:32:44.274Z] #76 ...
15:32:44 [2022-08-31T15:32:44.274Z] 
15:32:44 [2022-08-31T15:32:44.274Z] #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
15:32:44 [2022-08-31T15:32:44.274Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:32:44 [2022-08-31T15:32:44.274Z] #51 40.53 Reading package lists...
15:32:44 [2022-08-31T15:32:44.274Z] #51 49.81 Building dependency tree...
15:32:44 [2022-08-31T15:32:44.274Z] #51 56.64 The following additional packages will be installed:
15:32:44 [2022-08-31T15:32:44.274Z] #51 56.65   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:32:44 [2022-08-31T15:32:44.274Z] #51 56.65   python3-protobuf python3-six
15:32:44 [2022-08-31T15:32:44.274Z] #51 56.66 Suggested packages:
15:32:44 [2022-08-31T15:32:44.274Z] #51 56.69   python3-setuptools
15:32:44 [2022-08-31T15:32:44.274Z] #51 56.69 Recommended packages:
15:32:44 [2022-08-31T15:32:44.274Z] #51 56.69   iproute2 | iproute
15:32:44 [2022-08-31T15:32:44.274Z] #51 57.80 The following NEW packages will be installed:
15:32:44 [2022-08-31T15:32:44.274Z] #51 57.80   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:32:44 [2022-08-31T15:32:44.274Z] #51 57.80   python3-protobuf python3-six
15:32:44 [2022-08-31T15:32:44.274Z] #51 58.12 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
15:32:44 [2022-08-31T15:32:44.274Z] #51 58.12 Need to get 2315 kB of archives.
15:32:44 [2022-08-31T15:32:44.274Z] #51 58.12 After this operation, 11.1 MB of additional disk space will be used.
15:32:44 [2022-08-31T15:32:44.274Z] #51 58.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
15:32:44 [2022-08-31T15:32:44.274Z] #51 58.19 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:32:44 [2022-08-31T15:32:44.274Z] #51 58.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
15:32:44 [2022-08-31T15:32:44.274Z] #51 58.21 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
15:32:44 [2022-08-31T15:32:44.274Z] #51 58.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:32:44 [2022-08-31T15:32:44.274Z] #51 58.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
15:32:44 [2022-08-31T15:32:44.274Z] #51 58.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:32:44 [2022-08-31T15:32:44.274Z] #51 ...
15:32:44 [2022-08-31T15:32:44.274Z] 
15:32:44 [2022-08-31T15:32:44.274Z] #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
15:32:44 [2022-08-31T15:32:44.274Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:44 [2022-08-31T15:32:44.274Z] #14 59.63 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
15:32:44 [2022-08-31T15:32:44.274Z] #14 59.63 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
15:32:44 [2022-08-31T15:32:44.274Z] #14 59.65 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
15:32:44 [2022-08-31T15:32:44.274Z] #14 59.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
15:32:44 [2022-08-31T15:32:44.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
15:32:44 [2022-08-31T15:32:44.532Z] #14 60.10 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #62 ...
15:32:44 [2022-08-31T15:32:44.627Z] 
15:32:44 [2022-08-31T15:32:44.627Z] #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
15:32:44 [2022-08-31T15:32:44.627Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:32:44 [2022-08-31T15:32:44.627Z] #51 42.63 Reading package lists...
15:32:44 [2022-08-31T15:32:44.627Z] #51 51.71 Building dependency tree...
15:32:44 [2022-08-31T15:32:44.627Z] #51 58.22 The following additional packages will be installed:
15:32:44 [2022-08-31T15:32:44.627Z] #51 58.26   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:32:44 [2022-08-31T15:32:44.627Z] #51 58.27   python3-protobuf python3-six
15:32:44 [2022-08-31T15:32:44.627Z] #51 58.28 Suggested packages:
15:32:44 [2022-08-31T15:32:44.627Z] #51 58.30   python3-setuptools
15:32:44 [2022-08-31T15:32:44.627Z] #51 58.30 Recommended packages:
15:32:44 [2022-08-31T15:32:44.627Z] #51 58.30   iproute2 | iproute
15:32:44 [2022-08-31T15:32:44.627Z] #51 59.55 The following NEW packages will be installed:
15:32:44 [2022-08-31T15:32:44.627Z] #51 59.60   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
15:32:44 [2022-08-31T15:32:44.627Z] #51 59.60   python3-protobuf python3-six
15:32:44 [2022-08-31T15:32:44.627Z] #51 60.30 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
15:32:44 [2022-08-31T15:32:44.627Z] #51 60.30 Need to get 2315 kB of archives.
15:32:44 [2022-08-31T15:32:44.627Z] #51 60.30 After this operation, 11.1 MB of additional disk space will be used.
15:32:44 [2022-08-31T15:32:44.627Z] #51 60.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #51 60.33 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #51 60.34 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #51 60.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #51 60.39 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #51 60.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #51 60.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #51 ...
15:32:44 [2022-08-31T15:32:44.627Z] 
15:32:44 [2022-08-31T15:32:44.627Z] #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
15:32:44 [2022-08-31T15:32:44.627Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:44 [2022-08-31T15:32:44.627Z] #14 49.89 Building dependency tree...
15:32:44 [2022-08-31T15:32:44.627Z] #14 56.06 The following additional packages will be installed:
15:32:44 [2022-08-31T15:32:44.627Z] #14 56.07   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:32:44 [2022-08-31T15:32:44.627Z] #14 56.07   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
15:32:44 [2022-08-31T15:32:44.627Z] #14 56.07   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
15:32:44 [2022-08-31T15:32:44.627Z] #14 56.07   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
15:32:44 [2022-08-31T15:32:44.627Z] #14 56.09   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
15:32:44 [2022-08-31T15:32:44.627Z] #14 56.09   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
15:32:44 [2022-08-31T15:32:44.627Z] #14 56.09   mingw-w64-common mingw-w64-x86-64-dev
15:32:44 [2022-08-31T15:32:44.627Z] #14 56.11 Suggested packages:
15:32:44 [2022-08-31T15:32:44.627Z] #14 56.13   gcc-10-locales seccomp wine64
15:32:44 [2022-08-31T15:32:44.627Z] #14 58.57 The following NEW packages will be installed:
15:32:44 [2022-08-31T15:32:44.627Z] #14 58.58   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:32:44 [2022-08-31T15:32:44.627Z] #14 58.58   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
15:32:44 [2022-08-31T15:32:44.627Z] #14 58.58   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
15:32:44 [2022-08-31T15:32:44.627Z] #14 58.58   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
15:32:44 [2022-08-31T15:32:44.627Z] #14 58.58   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
15:32:44 [2022-08-31T15:32:44.627Z] #14 58.59   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
15:32:44 [2022-08-31T15:32:44.627Z] #14 58.59   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
15:32:44 [2022-08-31T15:32:44.627Z] #14 58.59   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
15:32:44 [2022-08-31T15:32:44.627Z] #14 58.59   mingw-w64-x86-64-dev
15:32:44 [2022-08-31T15:32:44.627Z] #14 59.15 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
15:32:44 [2022-08-31T15:32:44.627Z] #14 59.15 Need to get 115 MB of archives.
15:32:44 [2022-08-31T15:32:44.627Z] #14 59.15 After this operation, 645 MB of additional disk space will be used.
15:32:44 [2022-08-31T15:32:44.627Z] #14 59.15 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]
15:32:44 [2022-08-31T15:32:44.627Z] #14 59.32 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]
15:32:44 [2022-08-31T15:32:44.627Z] #14 59.58 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #14 59.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]
15:32:44 [2022-08-31T15:32:44.627Z] #14 59.63 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #14 59.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #14 60.17 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #14 60.52 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]
15:32:44 [2022-08-31T15:32:44.627Z] #14 60.55 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]
15:32:44 [2022-08-31T15:32:44.627Z] #14 61.64 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]
15:32:44 [2022-08-31T15:32:44.627Z] #14 ...
15:32:44 [2022-08-31T15:32:44.627Z] 
15:32:44 [2022-08-31T15:32:44.627Z] #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
15:32:44 [2022-08-31T15:32:44.627Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:32:44 [2022-08-31T15:32:44.627Z] #42 49.94 Building dependency tree...
15:32:44 [2022-08-31T15:32:44.627Z] #42 56.04 The following additional packages will be installed:
15:32:44 [2022-08-31T15:32:44.627Z] #42 56.09   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
15:32:44 [2022-08-31T15:32:44.627Z] #42 56.12 Suggested packages:
15:32:44 [2022-08-31T15:32:44.627Z] #42 56.13   cmake-doc ninja-build lrzip
15:32:44 [2022-08-31T15:32:44.627Z] #42 56.13 Recommended packages:
15:32:44 [2022-08-31T15:32:44.627Z] #42 56.13   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
15:32:44 [2022-08-31T15:32:44.627Z] #42 57.68 The following NEW packages will be installed:
15:32:44 [2022-08-31T15:32:44.627Z] #42 57.72   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
15:32:44 [2022-08-31T15:32:44.627Z] #42 57.72   vim-common xxd
15:32:44 [2022-08-31T15:32:44.627Z] #42 58.26 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
15:32:44 [2022-08-31T15:32:44.627Z] #42 58.26 Need to get 17.7 MB of archives.
15:32:44 [2022-08-31T15:32:44.627Z] #42 58.26 After this operation, 70.7 MB of additional disk space will be used.
15:32:44 [2022-08-31T15:32:44.627Z] #42 58.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #42 58.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #42 58.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #42 58.50 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #42 59.51 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #42 59.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #42 59.73 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #42 59.75 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #42 59.75 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
15:32:44 [2022-08-31T15:32:44.627Z] #42 59.75 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
15:32:44 [2022-08-31T15:32:44.789Z] #14 ...
15:32:44 [2022-08-31T15:32:44.789Z] 
15:32:44 [2022-08-31T15:32:44.789Z] #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
15:32:44 [2022-08-31T15:32:44.789Z] #57 sha256:184b4ccd0ac6b3aaf25b68633ba72158e1065d82e836a2f99dabd02a8fb5eaf0
15:32:44 [2022-08-31T15:32:44.789Z] #57 59.42 v3.0.2
15:32:44 [2022-08-31T15:32:44.789Z] #57 DONE 60.4s
15:32:44 [2022-08-31T15:32:44.789Z] 
15:32:44 [2022-08-31T15:32:44.789Z] #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
15:32:44 [2022-08-31T15:32:44.789Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:44 [2022-08-31T15:32:44.789Z] #14 60.53 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]
15:32:44 [2022-08-31T15:32:44.789Z] #14 60.54 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]
15:32:44 [2022-08-31T15:32:44.886Z] #42 ...
15:32:44 [2022-08-31T15:32:44.886Z] 
15:32:44 [2022-08-31T15:32:44.886Z] #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
15:32:44 [2022-08-31T15:32:44.886Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:32:44 [2022-08-31T15:32:44.886Z] #62 62.27 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:32:44 [2022-08-31T15:32:44.886Z] #62 62.33 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:32:44 [2022-08-31T15:32:44.886Z] #62 62.34 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:32:45 [2022-08-31T15:32:45.129Z] #74 1.306 + RM_GOPATH=0
15:32:45 [2022-08-31T15:32:45.129Z] #74 1.306 + TMP_GOPATH=
15:32:45 [2022-08-31T15:32:45.129Z] #74 1.306 + : /build
15:32:45 [2022-08-31T15:32:45.129Z] #74 1.306 + '[' -z '' ']'
15:32:45 [2022-08-31T15:32:45.129Z] #74 1.306 ++ mktemp -d
15:32:45 [2022-08-31T15:32:45.388Z] #74 1.315 + export GOPATH=/tmp/tmp.FVGOEok1K9
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.316 + GOPATH=/tmp/tmp.FVGOEok1K9
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.319 + RM_GOPATH=1
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.319 + case "$(go env GOARCH)" in
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.319 ++ go env GOARCH
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.331 + export GO_BUILDMODE=-buildmode=pie
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.331 + GO_BUILDMODE=-buildmode=pie
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.331 ++ dirname /install.sh
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.332 + dir=/
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.334 + bin=rootlesskit
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.334 + shift
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.334 + '[' '!' -f //rootlesskit.installer ']'
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.334 + . //rootlesskit.installer
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.334 ++ : 1920341cd41e047834a21007424162a2dc946315
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.335 + install_rootlesskit
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.335 + case "$1" in
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.335 + export CGO_ENABLED=0
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.335 + CGO_ENABLED=0
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.335 + _install_rootlesskit
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.335 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.335 + for f in rootlesskit rootlesskit-docker-proxy
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.335 + GOBIN=/build
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.335 + GO111MODULE=on
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.335 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
15:32:45 [2022-08-31T15:32:45.389Z] #74 1.335 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
15:32:45 [2022-08-31T15:32:45.459Z] #62 DONE 63.0s
15:32:45 [2022-08-31T15:32:45.459Z] 
15:32:45 [2022-08-31T15:32:45.459Z] #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             ;
15:32:45 [2022-08-31T15:32:45.459Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:45 [2022-08-31T15:32:45.460Z] #76 58.72 The following NEW packages will be installed:
15:32:45 [2022-08-31T15:32:45.460Z] #76 58.72   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
15:32:45 [2022-08-31T15:32:45.460Z] #76 58.73   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
15:32:45 [2022-08-31T15:32:45.460Z] #76 58.73   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
15:32:45 [2022-08-31T15:32:45.460Z] #76 58.73   libyajl2 m4 patch xz-utils
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.27 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.27 Need to get 5940 kB of archives.
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.27 After this operation, 18.7 MB of additional disk space will be used.
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.27 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.28 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.30 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.30 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.33 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.34 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.44 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.47 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.74 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.77 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.78 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.78 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.80 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.80 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.81 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.84 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.92 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.96 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 59.96 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
15:32:45 [2022-08-31T15:32:45.460Z] #76 61.97 debconf: delaying package configuration, since apt-utils is not installed
15:32:45 [2022-08-31T15:32:45.460Z] #76 62.48 Fetched 5940 kB in 1s (5251 kB/s)
15:32:45 [2022-08-31T15:32:45.460Z] #76 62.54 Selecting previously unselected package bzip2.
15:32:45 [2022-08-31T15:32:45.460Z] #76 62.54 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
15:32:45 [2022-08-31T15:32:45.460Z] #76 62.64 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
15:32:45 [2022-08-31T15:32:45.460Z] #76 62.68 Unpacking bzip2 (1.0.8-4) ...
15:32:45 [2022-08-31T15:32:45.649Z] #74 1.810 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
15:32:45 [2022-08-31T15:32:45.719Z] #76 ...
15:32:45 [2022-08-31T15:32:45.719Z] 
15:32:45 [2022-08-31T15:32:45.719Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
15:32:45 [2022-08-31T15:32:45.719Z] #63 sha256:a80dd266dc107016749d6b96d4ad30ecaa6bb51e4ff1804dbcfbd7213ba2d3e3
15:32:45 [2022-08-31T15:32:45.719Z] #63 DONE 0.2s
15:32:45 [2022-08-31T15:32:45.719Z] 
15:32:45 [2022-08-31T15:32:45.719Z] #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             ;
15:32:45 [2022-08-31T15:32:45.719Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:45 [2022-08-31T15:32:45.719Z] #76 63.14 Selecting previously unselected package libmagic-mgc.
15:32:45 [2022-08-31T15:32:45.719Z] #76 63.19 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
15:32:45 [2022-08-31T15:32:45.719Z] #76 63.20 Unpacking libmagic-mgc (1:5.39-3) ...
15:32:45 [2022-08-31T15:32:45.978Z] #76 ...
15:32:45 [2022-08-31T15:32:45.978Z] 
15:32:45 [2022-08-31T15:32:45.978Z] #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
15:32:45 [2022-08-31T15:32:45.978Z] #57 sha256:184b4ccd0ac6b3aaf25b68633ba72158e1065d82e836a2f99dabd02a8fb5eaf0
15:32:45 [2022-08-31T15:32:45.978Z] #57 63.06 v3.0.2
15:32:45 [2022-08-31T15:32:45.978Z] #57 DONE 63.3s
15:32:45 [2022-08-31T15:32:45.978Z] 
15:32:45 [2022-08-31T15:32:45.978Z] #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
15:32:45 [2022-08-31T15:32:45.978Z] #40 sha256:7803bf569a318bc8b034e8f9396117345908be73bb32d1b326b268d862b92fa2
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06 NAME:
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06    go-winres - A tool for embedding resources in Windows executables
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06 
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06 USAGE:
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06    go-winres [global options] command [command options] [arguments...]
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06 
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06 COMMANDS:
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06    init     Create an initial ./winres/winres.json
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06    make     Make syso files for the "go build" command
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06    simply   Make syso files for the "go build" command (simplified)
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06    extract  Extract all resources from an executable
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06    patch    Replace resources in an executable file (exe, dll)
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06    help, h  Shows a list of commands or help for one command
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06 
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06 GLOBAL OPTIONS:
15:32:45 [2022-08-31T15:32:45.978Z] #40 63.06    --help, -h  show help (default: false)
15:32:45 [2022-08-31T15:32:45.978Z] #40 DONE 63.3s
15:32:45 [2022-08-31T15:32:45.978Z] 
15:32:45 [2022-08-31T15:32:45.978Z] #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
15:32:45 [2022-08-31T15:32:45.978Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:32:45 [2022-08-31T15:32:45.978Z] #42 62.53 debconf: delaying package configuration, since apt-utils is not installed
15:32:45 [2022-08-31T15:32:45.978Z] #42 62.93 Fetched 17.7 MB in 3s (6913 kB/s)
15:32:45 [2022-08-31T15:32:45.978Z] #42 63.16 Selecting previously unselected package xxd.
15:32:45 [2022-08-31T15:32:45.978Z] #42 63.16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
15:32:45 [2022-08-31T15:32:45.978Z] #42 63.32 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:32:45 [2022-08-31T15:32:45.978Z] #42 63.33 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
15:32:46 [2022-08-31T15:32:46.159Z] #14 61.83 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]
15:32:46 [2022-08-31T15:32:46.236Z] #42 63.68 Selecting previously unselected package vim-common.
15:32:46 [2022-08-31T15:32:46.236Z] #42 63.69 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
15:32:46 [2022-08-31T15:32:46.236Z] #42 63.72 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
15:32:46 [2022-08-31T15:32:46.734Z] #14 ...
15:32:46 [2022-08-31T15:32:46.734Z] 
15:32:46 [2022-08-31T15:32:46.734Z] #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
15:32:46 [2022-08-31T15:32:46.734Z] #62 sha256:445bf6cb4302a47ab1e369e8da324e169d8b864e6e527518d714277cf3c23e74
15:32:46 [2022-08-31T15:32:46.734Z] #62 59.00 debconf: delaying package configuration, since apt-utils is not installed
15:32:46 [2022-08-31T15:32:46.734Z] #62 59.36 Fetched 460 kB in 1s (854 kB/s)
15:32:46 [2022-08-31T15:32:46.734Z] #62 60.20 Selecting previously unselected package libbtrfs0:amd64.
15:32:46 [2022-08-31T15:32:46.734Z] #62 60.20 (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.)
15:32:46 [2022-08-31T15:32:46.734Z] #62 60.31 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
15:32:46 [2022-08-31T15:32:46.734Z] #62 60.40 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:32:46 [2022-08-31T15:32:46.734Z] #62 60.78 Selecting previously unselected package libbtrfs-dev:amd64.
15:32:46 [2022-08-31T15:32:46.734Z] #62 60.83 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
15:32:46 [2022-08-31T15:32:46.734Z] #62 60.85 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:32:46 [2022-08-31T15:32:46.734Z] #62 61.63 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:32:46 [2022-08-31T15:32:46.734Z] #62 61.66 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:32:46 [2022-08-31T15:32:46.734Z] #62 61.69 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:32:46 [2022-08-31T15:32:46.734Z] #62 DONE 62.4s
15:32:46 [2022-08-31T15:32:46.804Z] #42 64.33 Selecting previously unselected package cmake-data.
15:32:46 [2022-08-31T15:32:46.804Z] #42 64.33 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
15:32:46 [2022-08-31T15:32:46.804Z] #42 64.33 Unpacking cmake-data (3.18.4-2+deb11u1) ...
15:32:46 [2022-08-31T15:32:46.996Z] 
15:32:46 [2022-08-31T15:32:46.996Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
15:32:46 [2022-08-31T15:32:46.996Z] #63 sha256:db2bc402920d99951ed4993b16ef3d8045fbef0a4b2bd20581ad6c78caa9cba6
15:32:47 [2022-08-31T15:32:47.033Z] #74 3.145 go: downloading github.com/sirupsen/logrus v1.8.1
15:32:47 [2022-08-31T15:32:47.033Z] #74 3.146 go: downloading github.com/urfave/cli/v2 v2.4.0
15:32:47 [2022-08-31T15:32:47.254Z] #63 DONE 0.4s
15:32:47 [2022-08-31T15:32:47.254Z] 
15:32:47 [2022-08-31T15:32:47.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
15:32:47 [2022-08-31T15:32:47.254Z] #64 sha256:ae9968aef2436c132b6bf1013f85eeafc857debc7dd9e792ad55a475647d8867
15:32:47 [2022-08-31T15:32:47.603Z] #74 3.481 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
15:32:48 [2022-08-31T15:32:48.542Z] #74 4.570 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
15:32:48 [2022-08-31T15:32:48.542Z] #74 ...
15:32:48 [2022-08-31T15:32:48.542Z] 
15:32:48 [2022-08-31T15:32:48.542Z] #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
15:32:48 [2022-08-31T15:32:48.542Z] #33 sha256:bb5bcb45d7af2365b504e07b25b66709f549f3bf4c8ee938fe0d16d97dcde764
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.359 + RM_GOPATH=0
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.359 + TMP_GOPATH=
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.359 + : /build
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.359 + '[' -z '' ']'
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.360 ++ mktemp -d
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.361 + export GOPATH=/tmp/tmp.LKJ0OMxrUp
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.361 + GOPATH=/tmp/tmp.LKJ0OMxrUp
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.361 + RM_GOPATH=1
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.362 + case "$(go env GOARCH)" in
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.362 ++ go env GOARCH
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.367 + export GO_BUILDMODE=-buildmode=pie
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.367 + GO_BUILDMODE=-buildmode=pie
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.367 ++ dirname /install.sh
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.370 + dir=/
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.370 + bin=dockercli
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.370 + shift
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.371 + '[' '!' -f //dockercli.installer ']'
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.371 + . //dockercli.installer
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.371 ++ : stable
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.371 ++ : 17.06.2-ce
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.372 + install_dockercli
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.372 + echo 'Install docker/cli version 17.06.2-ce from stable'
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.372 Install docker/cli version 17.06.2-ce from stable
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.372 ++ uname -m
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.376 + arch=x86_64
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.377 + '[' x86_64 '!=' x86_64 ']'
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.377 + url=https://download.docker.com/linux/static
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.378 + tar -xz docker/docker
15:32:48 [2022-08-31T15:32:48.542Z] #33 1.378 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
15:32:48 [2022-08-31T15:32:48.542Z] #33 4.522 + mkdir -p /build
15:32:48 [2022-08-31T15:32:48.542Z] #33 4.524 + mv docker/docker /build/
15:32:48 [2022-08-31T15:32:48.542Z] #33 4.526 + rmdir docker
15:32:48 [2022-08-31T15:32:48.542Z] #33 DONE 4.7s
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.374 + RM_GOPATH=0
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.374 + TMP_GOPATH=
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.374 + : /build
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.374 + '[' -z '' ']'
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.374 ++ mktemp -d
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.374 + export GOPATH=/tmp/tmp.Zsn87x6ZH8
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.374 + GOPATH=/tmp/tmp.Zsn87x6ZH8
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.374 + RM_GOPATH=1
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.374 + case "$(go env GOARCH)" in
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.374 ++ go env GOARCH
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.411 + export GO_BUILDMODE=-buildmode=pie
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.411 + GO_BUILDMODE=-buildmode=pie
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.411 ++ dirname /install.sh
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.412 + dir=/
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.413 + bin=containerd
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.413 + shift
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.413 + '[' '!' -f //containerd.installer ']'
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.413 + . //containerd.installer
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.413 ++ set -e
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.413 ++ : v1.6.8
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.413 + install_containerd
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.414 + echo 'Install containerd version v1.6.8'
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.415 Install containerd version v1.6.8
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.418 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Zsn87x6ZH8/src/github.com/containerd/containerd
15:32:48 [2022-08-31T15:32:48.625Z] #64 1.424 Cloning into '/tmp/tmp.Zsn87x6ZH8/src/github.com/containerd/containerd'...
15:32:48 [2022-08-31T15:32:48.802Z] 
15:32:48 [2022-08-31T15:32:48.802Z] #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
15:32:48 [2022-08-31T15:32:48.802Z] #69 sha256:2b163ad86de23f5e7a2f459148b345e871ee5494d8d903c6cf0f6ecc1edeb41b
15:32:48 [2022-08-31T15:32:48.802Z] #69 1.814 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 1.995 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 2.170 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 2.177 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 2.566 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 3.131 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 3.552 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 4.116 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 4.515 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 4.962 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [155 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 4.973 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 4.979 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [178 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 4.991 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 4.993 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [175 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 4.997 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:48 [2022-08-31T15:32:48.802Z] #69 5.008 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:48 [2022-08-31T15:32:48.802Z] #69 5.009 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
15:32:48 [2022-08-31T15:32:48.802Z] #69 5.019 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
15:32:48 [2022-08-31T15:32:48.802Z] #69 5.019 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
15:32:48 [2022-08-31T15:32:48.802Z] #69 5.023 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
15:32:48 [2022-08-31T15:32:48.802Z] #69 5.025 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
15:32:49 [2022-08-31T15:32:49.062Z] #69 ...
15:32:49 [2022-08-31T15:32:49.062Z] 
15:32:49 [2022-08-31T15:32:49.062Z] #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
15:32:49 [2022-08-31T15:32:49.062Z] #74 sha256:0100a4ad335d8046ab267d9ffc0566ea21ab857eafaa8a9b4e7f9afbd969b001
15:32:49 [2022-08-31T15:32:49.062Z] #74 5.114 go: downloading github.com/google/uuid v1.3.0
15:32:49 [2022-08-31T15:32:49.062Z] #74 5.192 go: downloading github.com/moby/vpnkit v0.5.0
15:32:49 [2022-08-31T15:32:49.062Z] #74 5.224 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
15:32:49 [2022-08-31T15:32:49.192Z] #64 ...
15:32:49 [2022-08-31T15:32:49.192Z] 
15:32:49 [2022-08-31T15:32:49.192Z] #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
15:32:49 [2022-08-31T15:32:49.192Z] #40 sha256:7803bf569a318bc8b034e8f9396117345908be73bb32d1b326b268d862b92fa2
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63 NAME:
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63    go-winres - A tool for embedding resources in Windows executables
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63 
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63 USAGE:
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63    go-winres [global options] command [command options] [arguments...]
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63 
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63 COMMANDS:
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63    init     Create an initial ./winres/winres.json
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63    make     Make syso files for the "go build" command
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63    simply   Make syso files for the "go build" command (simplified)
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63    extract  Extract all resources from an executable
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63    patch    Replace resources in an executable file (exe, dll)
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63    help, h  Shows a list of commands or help for one command
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63 
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63 GLOBAL OPTIONS:
15:32:49 [2022-08-31T15:32:49.192Z] #40 64.63    --help, -h  show help (default: false)
15:32:49 [2022-08-31T15:32:49.192Z] #40 DONE 64.9s
15:32:49 [2022-08-31T15:32:49.322Z] #74 5.311 go: downloading github.com/gofrs/flock v0.8.1
15:32:49 [2022-08-31T15:32:49.322Z] #74 5.348 go: downloading github.com/gorilla/mux v1.8.0
15:32:49 [2022-08-31T15:32:49.322Z] #74 5.437 go: downloading github.com/moby/sys/mountinfo v0.6.0
15:32:49 [2022-08-31T15:32:49.449Z] 
15:32:49 [2022-08-31T15:32:49.449Z] #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             ;
15:32:49 [2022-08-31T15:32:49.449Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:49 [2022-08-31T15:32:49.449Z] #76 60.37 Fetched 5940 kB in 1s (5066 kB/s)
15:32:49 [2022-08-31T15:32:49.449Z] #76 60.60 Selecting previously unselected package bzip2.
15:32:49 [2022-08-31T15:32:49.449Z] #76 60.60 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
15:32:49 [2022-08-31T15:32:49.449Z] #76 60.77 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 60.78 Unpacking bzip2 (1.0.8-4) ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 60.98 Selecting previously unselected package libmagic-mgc.
15:32:49 [2022-08-31T15:32:49.449Z] #76 60.98 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 60.98 Unpacking libmagic-mgc (1:5.39-3) ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 61.98 Selecting previously unselected package libmagic1:amd64.
15:32:49 [2022-08-31T15:32:49.449Z] #76 61.98 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 61.99 Unpacking libmagic1:amd64 (1:5.39-3) ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 62.39 Selecting previously unselected package file.
15:32:49 [2022-08-31T15:32:49.449Z] #76 62.39 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 62.43 Unpacking file (1:5.39-3) ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 62.63 Selecting previously unselected package xz-utils.
15:32:49 [2022-08-31T15:32:49.449Z] #76 62.66 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 62.66 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 63.34 Selecting previously unselected package libsigsegv2:amd64.
15:32:49 [2022-08-31T15:32:49.449Z] #76 63.37 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 63.38 Unpacking libsigsegv2:amd64 (2.13-1) ...
15:32:49 [2022-08-31T15:32:49.449Z] #76 63.62 Selecting previously unselected package m4.
15:32:49 [2022-08-31T15:32:49.449Z] #76 63.65 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
15:32:49 [2022-08-31T15:32:49.450Z] #76 63.67 Unpacking m4 (1.4.18-5) ...
15:32:49 [2022-08-31T15:32:49.450Z] #76 64.07 Selecting previously unselected package autoconf.
15:32:49 [2022-08-31T15:32:49.450Z] #76 64.08 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
15:32:49 [2022-08-31T15:32:49.450Z] #76 64.09 Unpacking autoconf (2.69-14) ...
15:32:49 [2022-08-31T15:32:49.450Z] #76 64.97 Selecting previously unselected package autotools-dev.
15:32:49 [2022-08-31T15:32:49.450Z] #76 64.98 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
15:32:49 [2022-08-31T15:32:49.450Z] #76 64.99 Unpacking autotools-dev (20180224.1+nmu1) ...
15:32:49 [2022-08-31T15:32:49.450Z] #76 65.26 Selecting previously unselected package automake.
15:32:49 [2022-08-31T15:32:49.582Z] #74 5.603 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
15:32:49 [2022-08-31T15:32:49.582Z] #74 5.714 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
15:32:49 [2022-08-31T15:32:49.707Z] #76 65.27 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
15:32:49 [2022-08-31T15:32:49.707Z] #76 65.27 Unpacking automake (1:1.16.3-2) ...
15:32:49 [2022-08-31T15:32:49.842Z] #74 5.931 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
15:32:50 [2022-08-31T15:32:50.102Z] #74 ...
15:32:50 [2022-08-31T15:32:50.102Z] 
15:32:50 [2022-08-31T15:32:50.102Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
15:32:50 [2022-08-31T15:32:50.102Z] #37 sha256:53235c996ec29bfa32e5f6fbaba117e563e3184b09ada33c655a98082eb6a2aa
15:32:50 [2022-08-31T15:32:50.102Z] #37 CACHED
15:32:50 [2022-08-31T15:32:50.102Z] 
15:32:50 [2022-08-31T15:32:50.102Z] #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
15:32:50 [2022-08-31T15:32:50.102Z] #36 sha256:cb1c10d3768b77ddcf0d3621b94e9595e441010936372a78aecbeca513be8755
15:32:50 [2022-08-31T15:32:50.102Z] #36 CACHED
15:32:50 [2022-08-31T15:32:50.102Z] 
15:32:50 [2022-08-31T15:32:50.102Z] #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
15:32:50 [2022-08-31T15:32:50.102Z] #38 sha256:9fa503786579399d2ca3140c1728a49093b83c1fd31ba1a9cc4fee44396b4c5e
15:32:50 [2022-08-31T15:32:50.102Z] #38 CACHED
15:32:50 [2022-08-31T15:32:50.362Z] 
15:32:50 [2022-08-31T15:32:50.362Z] #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
15:32:50 [2022-08-31T15:32:50.362Z] #49 sha256:e05d25162f84fad02bef0a2f49f083de50799b93b901bf7e3d8c6c88f6938195
15:32:50 [2022-08-31T15:32:50.362Z] #49 1.814 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 1.997 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 2.169 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 2.203 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 2.599 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 3.079 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 3.669 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 4.267 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 4.790 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.164 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [175 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.166 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [155 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.167 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.173 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [178 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.180 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.189 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.191 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.195 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.196 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.196 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.199 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
15:32:50 [2022-08-31T15:32:50.362Z] #49 5.200 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
15:32:50 [2022-08-31T15:32:50.640Z] #76 66.39 Selecting previously unselected package patch.
15:32:50 [2022-08-31T15:32:50.640Z] #76 66.39 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
15:32:50 [2022-08-31T15:32:50.897Z] #76 66.46 Unpacking patch (2.7.6-7) ...
15:32:51 [2022-08-31T15:32:51.155Z] #76 66.85 Selecting previously unselected package dpkg-dev.
15:32:51 [2022-08-31T15:32:51.155Z] #76 66.87 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
15:32:51 [2022-08-31T15:32:51.155Z] #76 66.95 Unpacking dpkg-dev (1.20.11) ...
15:32:51 [2022-08-31T15:32:51.720Z] #76 ...
15:32:51 [2022-08-31T15:32:51.720Z] 
15:32:51 [2022-08-31T15:32:51.720Z] #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
15:32:51 [2022-08-31T15:32:51.720Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:32:51 [2022-08-31T15:32:51.720Z] #51 63.93 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
15:32:51 [2022-08-31T15:32:51.720Z] #51 66.42 debconf: delaying package configuration, since apt-utils is not installed
15:32:51 [2022-08-31T15:32:51.720Z] #51 66.95 Fetched 2315 kB in 6s (360 kB/s)
15:32:51 [2022-08-31T15:32:51.720Z] #51 67.17 Selecting previously unselected package libprotobuf23:amd64.
15:32:51 [2022-08-31T15:32:51.720Z] #51 67.17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
15:32:51 [2022-08-31T15:32:51.978Z] #51 67.29 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
15:32:51 [2022-08-31T15:32:51.978Z] #51 67.31 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
15:32:52 [2022-08-31T15:32:52.076Z] #42 ...
15:32:52 [2022-08-31T15:32:52.076Z] 
15:32:52 [2022-08-31T15:32:52.076Z] #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
15:32:52 [2022-08-31T15:32:52.076Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:52 [2022-08-31T15:32:52.076Z] #55 58.70 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
15:32:52 [2022-08-31T15:32:52.076Z] #55 58.99 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
15:32:52 [2022-08-31T15:32:52.076Z] #55 59.10 go: downloading github.com/gobwas/glob v0.2.3
15:32:52 [2022-08-31T15:32:52.076Z] #55 59.21 go: downloading github.com/kisielk/gotool v1.0.0
15:32:52 [2022-08-31T15:32:52.076Z] #55 59.38 go: downloading github.com/gostaticanalysis/comment v1.4.2
15:32:52 [2022-08-31T15:32:52.076Z] #55 59.44 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
15:32:52 [2022-08-31T15:32:52.076Z] #55 59.47 go: downloading github.com/ettle/strcase v0.1.1
15:32:52 [2022-08-31T15:32:52.076Z] #55 59.78 go: downloading github.com/fatih/structtag v1.2.0
15:32:52 [2022-08-31T15:32:52.076Z] #55 59.80 go: downloading github.com/Masterminds/semver v1.5.0
15:32:52 [2022-08-31T15:32:52.076Z] #55 60.01 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
15:32:52 [2022-08-31T15:32:52.076Z] #55 60.14 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
15:32:52 [2022-08-31T15:32:52.076Z] #55 60.43 go: downloading github.com/prometheus/client_golang v1.12.1
15:32:52 [2022-08-31T15:32:52.076Z] #55 61.55 go: downloading github.com/prometheus/client_model v0.2.0
15:32:52 [2022-08-31T15:32:52.076Z] #55 61.63 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
15:32:52 [2022-08-31T15:32:52.076Z] #55 61.82 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
15:32:52 [2022-08-31T15:32:52.076Z] #55 61.94 go: downloading github.com/google/go-cmp v0.5.7
15:32:52 [2022-08-31T15:32:52.076Z] #55 62.53 go: downloading github.com/hexops/gotextdiff v1.0.3
15:32:52 [2022-08-31T15:32:52.076Z] #55 62.79 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
15:32:52 [2022-08-31T15:32:52.076Z] #55 62.89 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
15:32:52 [2022-08-31T15:32:52.076Z] #55 63.12 go: downloading github.com/olekukonko/tablewriter v0.0.5
15:32:52 [2022-08-31T15:32:52.076Z] #55 63.30 go: downloading github.com/beorn7/perks v1.0.1
15:32:52 [2022-08-31T15:32:52.076Z] #55 63.33 go: downloading github.com/cespare/xxhash/v2 v2.1.2
15:32:52 [2022-08-31T15:32:52.076Z] #55 63.47 go: downloading github.com/golang/protobuf v1.5.2
15:32:52 [2022-08-31T15:32:52.076Z] #55 63.51 go: downloading github.com/prometheus/common v0.32.1
15:32:52 [2022-08-31T15:32:52.076Z] #55 64.43 go: downloading github.com/prometheus/procfs v0.7.3
15:32:52 [2022-08-31T15:32:52.076Z] #55 64.44 go: downloading google.golang.org/protobuf v1.28.0
15:32:52 [2022-08-31T15:32:52.076Z] #55 65.79 go: downloading github.com/mattn/go-runewidth v0.0.9
15:32:52 [2022-08-31T15:32:52.076Z] #55 66.04 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
15:32:52 [2022-08-31T15:32:52.076Z] #55 ...
15:32:52 [2022-08-31T15:32:52.076Z] 
15:32:52 [2022-08-31T15:32:52.076Z] #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             ;
15:32:52 [2022-08-31T15:32:52.076Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:52 [2022-08-31T15:32:52.076Z] #76 64.03 Selecting previously unselected package libmagic1:amd64.
15:32:52 [2022-08-31T15:32:52.076Z] #76 64.10 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 64.10 Unpacking libmagic1:amd64 (1:5.39-3) ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 64.44 Selecting previously unselected package file.
15:32:52 [2022-08-31T15:32:52.076Z] #76 64.47 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 64.48 Unpacking file (1:5.39-3) ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 64.69 Selecting previously unselected package xz-utils.
15:32:52 [2022-08-31T15:32:52.076Z] #76 64.69 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 64.70 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 65.06 Selecting previously unselected package libsigsegv2:amd64.
15:32:52 [2022-08-31T15:32:52.076Z] #76 65.06 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 65.07 Unpacking libsigsegv2:amd64 (2.13-1) ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 65.30 Selecting previously unselected package m4.
15:32:52 [2022-08-31T15:32:52.076Z] #76 65.30 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 65.31 Unpacking m4 (1.4.18-5) ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 65.68 Selecting previously unselected package autoconf.
15:32:52 [2022-08-31T15:32:52.076Z] #76 65.68 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 65.68 Unpacking autoconf (2.69-14) ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 66.31 Selecting previously unselected package autotools-dev.
15:32:52 [2022-08-31T15:32:52.076Z] #76 66.32 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 66.34 Unpacking autotools-dev (20180224.1+nmu1) ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 66.55 Selecting previously unselected package automake.
15:32:52 [2022-08-31T15:32:52.076Z] #76 66.57 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 66.59 Unpacking automake (1:1.16.3-2) ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 67.78 Selecting previously unselected package patch.
15:32:52 [2022-08-31T15:32:52.076Z] #76 67.78 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 67.82 Unpacking patch (2.7.6-7) ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 68.29 Selecting previously unselected package dpkg-dev.
15:32:52 [2022-08-31T15:32:52.076Z] #76 68.29 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 68.29 Unpacking dpkg-dev (1.20.11) ...
15:32:52 [2022-08-31T15:32:52.076Z] #76 ...
15:32:52 [2022-08-31T15:32:52.076Z] 
15:32:52 [2022-08-31T15:32:52.076Z] #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
15:32:52 [2022-08-31T15:32:52.076Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:32:52 [2022-08-31T15:32:52.076Z] #42 69.58 Selecting previously unselected package libicu67:amd64.
15:32:52 [2022-08-31T15:32:52.076Z] #42 69.59 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
15:32:52 [2022-08-31T15:32:52.076Z] #42 69.60 Unpacking libicu67:amd64 (67.1-7) ...
15:32:52 [2022-08-31T15:32:52.235Z] #51 ...
15:32:52 [2022-08-31T15:32:52.235Z] 
15:32:52 [2022-08-31T15:32:52.235Z] #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
15:32:52 [2022-08-31T15:32:52.235Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:32:52 [2022-08-31T15:32:52.235Z] #42 57.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
15:32:52 [2022-08-31T15:32:52.235Z] #42 57.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
15:32:52 [2022-08-31T15:32:52.235Z] #42 57.95 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
15:32:52 [2022-08-31T15:32:52.235Z] #42 57.98 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
15:32:52 [2022-08-31T15:32:52.235Z] #42 58.00 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
15:32:52 [2022-08-31T15:32:52.235Z] #42 58.01 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
15:32:52 [2022-08-31T15:32:52.235Z] #42 60.33 debconf: delaying package configuration, since apt-utils is not installed
15:32:52 [2022-08-31T15:32:52.235Z] #42 60.92 Fetched 17.7 MB in 2s (7835 kB/s)
15:32:52 [2022-08-31T15:32:52.235Z] #42 61.10 Selecting previously unselected package xxd.
15:32:52 [2022-08-31T15:32:52.235Z] #42 61.10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
15:32:52 [2022-08-31T15:32:52.235Z] #42 61.27 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:32:52 [2022-08-31T15:32:52.235Z] #42 61.29 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
15:32:52 [2022-08-31T15:32:52.235Z] #42 61.63 Selecting previously unselected package vim-common.
15:32:52 [2022-08-31T15:32:52.235Z] #42 61.63 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
15:32:52 [2022-08-31T15:32:52.235Z] #42 61.68 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
15:32:52 [2022-08-31T15:32:52.235Z] #42 62.28 Selecting previously unselected package cmake-data.
15:32:52 [2022-08-31T15:32:52.235Z] #42 62.28 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
15:32:52 [2022-08-31T15:32:52.235Z] #42 62.28 Unpacking cmake-data (3.18.4-2+deb11u1) ...
15:32:52 [2022-08-31T15:32:52.506Z] #42 ...
15:32:52 [2022-08-31T15:32:52.506Z] 
15:32:52 [2022-08-31T15:32:52.506Z] #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
15:32:52 [2022-08-31T15:32:52.506Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:32:52 [2022-08-31T15:32:52.506Z] #55 60.18 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
15:32:52 [2022-08-31T15:32:52.506Z] #55 60.38 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
15:32:52 [2022-08-31T15:32:52.506Z] #55 60.39 go: downloading github.com/gobwas/glob v0.2.3
15:32:52 [2022-08-31T15:32:52.506Z] #55 60.56 go: downloading github.com/kisielk/gotool v1.0.0
15:32:52 [2022-08-31T15:32:52.506Z] #55 60.77 go: downloading github.com/gostaticanalysis/comment v1.4.2
15:32:52 [2022-08-31T15:32:52.506Z] #55 60.89 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
15:32:52 [2022-08-31T15:32:52.506Z] #55 60.89 go: downloading github.com/ettle/strcase v0.1.1
15:32:52 [2022-08-31T15:32:52.506Z] #55 61.04 go: downloading github.com/fatih/structtag v1.2.0
15:32:52 [2022-08-31T15:32:52.506Z] #55 61.27 go: downloading github.com/Masterminds/semver v1.5.0
15:32:52 [2022-08-31T15:32:52.506Z] #55 61.35 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
15:32:52 [2022-08-31T15:32:52.506Z] #55 61.54 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
15:32:52 [2022-08-31T15:32:52.506Z] #55 61.61 go: downloading github.com/prometheus/client_golang v1.12.1
15:32:52 [2022-08-31T15:32:52.506Z] #55 62.91 go: downloading github.com/prometheus/client_model v0.2.0
15:32:52 [2022-08-31T15:32:52.506Z] #55 63.01 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
15:32:52 [2022-08-31T15:32:52.506Z] #55 63.33 go: downloading github.com/google/go-cmp v0.5.7
15:32:52 [2022-08-31T15:32:52.506Z] #55 63.73 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
15:32:52 [2022-08-31T15:32:52.506Z] #55 64.00 go: downloading github.com/hexops/gotextdiff v1.0.3
15:32:52 [2022-08-31T15:32:52.506Z] #55 64.24 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
15:32:52 [2022-08-31T15:32:52.506Z] #55 64.24 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
15:32:52 [2022-08-31T15:32:52.506Z] #55 64.32 go: downloading github.com/olekukonko/tablewriter v0.0.5
15:32:52 [2022-08-31T15:32:52.506Z] #55 64.49 go: downloading github.com/beorn7/perks v1.0.1
15:32:52 [2022-08-31T15:32:52.506Z] #55 64.63 go: downloading github.com/cespare/xxhash/v2 v2.1.2
15:32:52 [2022-08-31T15:32:52.506Z] #55 64.76 go: downloading github.com/golang/protobuf v1.5.2
15:32:52 [2022-08-31T15:32:52.506Z] #55 64.79 go: downloading github.com/prometheus/common v0.32.1
15:32:52 [2022-08-31T15:32:52.506Z] #55 65.60 go: downloading github.com/prometheus/procfs v0.7.3
15:32:52 [2022-08-31T15:32:52.506Z] #55 65.94 go: downloading google.golang.org/protobuf v1.28.0
15:32:52 [2022-08-31T15:32:52.506Z] #55 67.42 go: downloading github.com/mattn/go-runewidth v0.0.9
15:32:52 [2022-08-31T15:32:52.506Z] #55 67.84 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
15:32:52 [2022-08-31T15:32:52.763Z] #55 ...
15:32:52 [2022-08-31T15:32:52.763Z] 
15:32:52 [2022-08-31T15:32:52.763Z] #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
15:32:52 [2022-08-31T15:32:52.763Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:32:52 [2022-08-31T15:32:52.763Z] #42 68.35 Selecting previously unselected package libicu67:amd64.
15:32:52 [2022-08-31T15:32:52.763Z] #42 68.37 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
15:32:52 [2022-08-31T15:32:52.763Z] #42 68.41 Unpacking libicu67:amd64 (67.1-7) ...
15:32:54 [2022-08-31T15:32:54.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
15:32:54 [2022-08-31T15:32:54.559Z] #49 ...
15:32:54 [2022-08-31T15:32:54.560Z] 
15:32:54 [2022-08-31T15:32:54.560Z] #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
15:32:54 [2022-08-31T15:32:54.560Z] #20 sha256:40cc8ae848b56775064a4ff5519e85840638958f121b25a5eae24fc364c24d98
15:32:54 [2022-08-31T15:32:54.560Z] #20 1.816 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 1.995 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 2.172 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 2.191 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 2.489 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 2.823 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 3.344 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 3.960 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 4.491 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.055 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [155 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.055 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.055 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [175 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.084 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.114 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.114 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [178 kB]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.139 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.140 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.140 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.141 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.141 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
15:32:54 [2022-08-31T15:32:54.560Z] #20 5.142 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:32:56 [2022-08-31T15:32:56.271Z] #42 ...
15:32:56 [2022-08-31T15:32:56.271Z] 
15:32:56 [2022-08-31T15:32:56.271Z] #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
15:32:56 [2022-08-31T15:32:56.271Z] #64 sha256:e680cc345ec1f5e900fbfbbd381a0c989095cb4e3839f83b25f56751e0c1ff11
15:32:56 [2022-08-31T15:32:56.271Z] #64 2.935 + RM_GOPATH=0
15:32:56 [2022-08-31T15:32:56.271Z] #64 2.935 + TMP_GOPATH=
15:32:56 [2022-08-31T15:32:56.271Z] #64 2.935 + : /build
15:32:56 [2022-08-31T15:32:56.271Z] #64 2.935 + '[' -z '' ']'
15:32:56 [2022-08-31T15:32:56.271Z] #64 2.935 ++ mktemp -d
15:32:56 [2022-08-31T15:32:56.271Z] #64 2.982 + export GOPATH=/tmp/tmp.AkHi1dW29A
15:32:56 [2022-08-31T15:32:56.271Z] #64 2.982 + GOPATH=/tmp/tmp.AkHi1dW29A
15:32:56 [2022-08-31T15:32:56.271Z] #64 2.982 + RM_GOPATH=1
15:32:56 [2022-08-31T15:32:56.271Z] #64 2.982 + case "$(go env GOARCH)" in
15:32:56 [2022-08-31T15:32:56.271Z] #64 2.982 ++ go env GOARCH
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.029 + export GO_BUILDMODE=-buildmode=pie
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.029 + GO_BUILDMODE=-buildmode=pie
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.029 ++ dirname /install.sh
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.029 + dir=/
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.029 + bin=containerd
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.029 + shift
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.029 + '[' '!' -f //containerd.installer ']'
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.029 + . //containerd.installer
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.029 ++ set -e
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.029 ++ : v1.6.8
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.030 + install_containerd
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.038 Install containerd version v1.6.8
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.038 + echo 'Install containerd version v1.6.8'
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.038 + git clone https://github.com/containerd/containerd.git /tmp/tmp.AkHi1dW29A/src/github.com/containerd/containerd
15:32:56 [2022-08-31T15:32:56.271Z] #64 3.074 Cloning into '/tmp/tmp.AkHi1dW29A/src/github.com/containerd/containerd'...
15:32:56 [2022-08-31T15:32:56.271Z] #64 ...
15:32:56 [2022-08-31T15:32:56.271Z] 
15:32:56 [2022-08-31T15:32:56.271Z] #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             ;
15:32:56 [2022-08-31T15:32:56.271Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:56 [2022-08-31T15:32:56.271Z] #76 70.32 Selecting previously unselected package build-essential.
15:32:56 [2022-08-31T15:32:56.271Z] #76 70.32 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 70.32 Unpacking build-essential (12.9) ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 70.57 Selecting previously unselected package libcap2:amd64.
15:32:56 [2022-08-31T15:32:56.271Z] #76 70.57 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 70.58 Unpacking libcap2:amd64 (1:2.44-1) ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 70.77 Selecting previously unselected package libcap-dev:amd64.
15:32:56 [2022-08-31T15:32:56.271Z] #76 70.77 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 70.81 Unpacking libcap-dev:amd64 (1:2.44-1) ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.08 Selecting previously unselected package libprotobuf-c1:amd64.
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.08 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.09 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.28 Selecting previously unselected package libprotobuf-c-dev:amd64.
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.31 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.31 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.47 Selecting previously unselected package libseccomp-dev:amd64.
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.47 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.50 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.77 Selecting previously unselected package libsystemd-dev:amd64.
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.83 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 71.84 Unpacking libsystemd-dev:amd64 (247.3-7) ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 72.73 Selecting previously unselected package libtool.
15:32:56 [2022-08-31T15:32:56.271Z] #76 72.80 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 72.84 Unpacking libtool (2.4.6-15) ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 73.40 Selecting previously unselected package libudev-dev:amd64.
15:32:56 [2022-08-31T15:32:56.271Z] #76 73.42 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 73.49 Unpacking libudev-dev:amd64 (247.3-7) ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 73.74 Selecting previously unselected package libyajl2:amd64.
15:32:56 [2022-08-31T15:32:56.271Z] #76 73.75 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
15:32:56 [2022-08-31T15:32:56.271Z] #76 73.77 Unpacking libyajl2:amd64 (2.1.0-3) ...
15:32:56 [2022-08-31T15:32:56.529Z] #76 74.08 Selecting previously unselected package libyajl-dev:amd64.
15:32:56 [2022-08-31T15:32:56.529Z] #76 74.09 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
15:32:56 [2022-08-31T15:32:56.788Z] #76 74.10 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
15:32:56 [2022-08-31T15:32:56.788Z] #76 ...
15:32:56 [2022-08-31T15:32:56.788Z] 
15:32:56 [2022-08-31T15:32:56.788Z] #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
15:32:56 [2022-08-31T15:32:56.788Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:56 [2022-08-31T15:32:56.788Z] #14 64.22 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]
15:32:56 [2022-08-31T15:32:56.788Z] #14 65.17 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]
15:32:56 [2022-08-31T15:32:56.788Z] #14 66.24 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]
15:32:56 [2022-08-31T15:32:56.788Z] #14 68.79 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]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.84 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]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.85 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.85 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.85 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.87 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.88 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]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.90 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.91 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.91 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.95 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.97 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 69.97 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 70.02 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 70.06 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 70.06 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 70.06 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
15:32:56 [2022-08-31T15:32:56.788Z] #14 71.93 debconf: delaying package configuration, since apt-utils is not installed
15:32:56 [2022-08-31T15:32:56.788Z] #14 72.28 Fetched 115 MB in 11s (10.1 MB/s)
15:32:56 [2022-08-31T15:32:56.788Z] #14 72.57 Selecting previously unselected package binutils-mingw-w64-i686.
15:32:56 [2022-08-31T15:32:56.788Z] #14 72.57 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
15:32:56 [2022-08-31T15:32:56.788Z] #14 72.65 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
15:32:56 [2022-08-31T15:32:56.788Z] #14 72.65 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:32:57 [2022-08-31T15:32:57.047Z] #14 ...
15:32:57 [2022-08-31T15:32:57.047Z] 
15:32:57 [2022-08-31T15:32:57.047Z] #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
15:32:57 [2022-08-31T15:32:57.047Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:32:57 [2022-08-31T15:32:57.047Z] #51 66.83 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
15:32:57 [2022-08-31T15:32:57.047Z] #51 68.80 debconf: delaying package configuration, since apt-utils is not installed
15:32:57 [2022-08-31T15:32:57.047Z] #51 69.33 Fetched 2315 kB in 8s (309 kB/s)
15:32:57 [2022-08-31T15:32:57.047Z] #51 69.59 Selecting previously unselected package libprotobuf23:amd64.
15:32:57 [2022-08-31T15:32:57.047Z] #51 69.59 (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.)
15:32:57 [2022-08-31T15:32:57.047Z] #51 69.64 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 69.69 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 71.08 Selecting previously unselected package python3-pkg-resources.
15:32:57 [2022-08-31T15:32:57.047Z] #51 71.09 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 71.13 Unpacking python3-pkg-resources (52.0.0-4) ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 71.48 Selecting previously unselected package python3-six.
15:32:57 [2022-08-31T15:32:57.047Z] #51 71.49 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 71.49 Unpacking python3-six (1.16.0-2) ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 71.63 Selecting previously unselected package python3-protobuf.
15:32:57 [2022-08-31T15:32:57.047Z] #51 71.64 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 71.65 Unpacking python3-protobuf (3.12.4-1) ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 72.40 Selecting previously unselected package libnet1:amd64.
15:32:57 [2022-08-31T15:32:57.047Z] #51 72.40 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 72.41 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 72.82 Selecting previously unselected package libnl-3-200:amd64.
15:32:57 [2022-08-31T15:32:57.047Z] #51 72.83 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 72.83 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 73.14 Selecting previously unselected package libprotobuf-c1:amd64.
15:32:57 [2022-08-31T15:32:57.047Z] #51 73.15 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 73.16 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 73.49 Selecting previously unselected package criu.
15:32:57 [2022-08-31T15:32:57.047Z] #51 73.50 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 73.50 Unpacking criu (3.17.1-1) ...
15:32:57 [2022-08-31T15:32:57.047Z] #51 ...
15:32:57 [2022-08-31T15:32:57.047Z] 
15:32:57 [2022-08-31T15:32:57.047Z] #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             ;
15:32:57 [2022-08-31T15:32:57.047Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:57 [2022-08-31T15:32:57.047Z] #76 74.41 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:32:57 [2022-08-31T15:32:57.047Z] #76 74.48 Setting up libmagic-mgc (1:5.39-3) ...
15:32:57 [2022-08-31T15:32:57.047Z] #76 74.54 Setting up libyajl2:amd64 (2.1.0-3) ...
15:32:57 [2022-08-31T15:32:57.047Z] #76 74.60 Setting up libmagic1:amd64 (1:5.39-3) ...
15:32:57 [2022-08-31T15:32:57.047Z] #76 74.64 Setting up file (1:5.39-3) ...
15:32:57 [2022-08-31T15:32:57.311Z] #76 74.64 Setting up bzip2 (1.0.8-4) ...
15:32:57 [2022-08-31T15:32:57.311Z] #76 74.66 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:32:57 [2022-08-31T15:32:57.311Z] #76 74.67 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
15:32:57 [2022-08-31T15:32:57.311Z] #76 74.69 Setting up libcap2:amd64 (1:2.44-1) ...
15:32:57 [2022-08-31T15:32:57.311Z] #76 74.70 Setting up autotools-dev (20180224.1+nmu1) ...
15:32:57 [2022-08-31T15:32:57.311Z] #76 74.71 Setting up libsigsegv2:amd64 (2.13-1) ...
15:32:57 [2022-08-31T15:32:57.311Z] #76 74.73 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
15:32:57 [2022-08-31T15:32:57.570Z] #76 74.93 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:32:57 [2022-08-31T15:32:57.570Z] #76 74.96 Setting up patch (2.7.6-7) ...
15:32:57 [2022-08-31T15:32:57.570Z] #76 74.99 Setting up libudev-dev:amd64 (247.3-7) ...
15:32:57 [2022-08-31T15:32:57.570Z] #76 75.02 Setting up libyajl-dev:amd64 (2.1.0-3) ...
15:32:57 [2022-08-31T15:32:57.570Z] #76 75.03 Setting up libcap-dev:amd64 (1:2.44-1) ...
15:32:57 [2022-08-31T15:32:57.570Z] #76 75.04 Setting up libsystemd-dev:amd64 (247.3-7) ...
15:32:57 [2022-08-31T15:32:57.570Z] #76 75.05 Setting up libtool (2.4.6-15) ...
15:32:57 [2022-08-31T15:32:57.570Z] #76 75.06 Setting up m4 (1.4.18-5) ...
15:32:57 [2022-08-31T15:32:57.570Z] #76 75.10 Setting up dpkg-dev (1.20.11) ...
15:32:57 [2022-08-31T15:32:57.570Z] #76 75.12 Setting up autoconf (2.69-14) ...
15:32:57 [2022-08-31T15:32:57.570Z] #76 75.13 Setting up build-essential (12.9) ...
15:32:57 [2022-08-31T15:32:57.830Z] #76 75.18 Setting up automake (1:1.16.3-2) ...
15:32:57 [2022-08-31T15:32:57.830Z] #76 75.20 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
15:32:57 [2022-08-31T15:32:57.830Z] #76 75.25 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:32:58 [2022-08-31T15:32:58.033Z] #42 ...
15:32:58 [2022-08-31T15:32:58.034Z] 
15:32:58 [2022-08-31T15:32:58.034Z] #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             ;
15:32:58 [2022-08-31T15:32:58.034Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:58 [2022-08-31T15:32:58.034Z] #76 68.99 Selecting previously unselected package build-essential.
15:32:58 [2022-08-31T15:32:58.034Z] #76 68.99 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.00 Unpacking build-essential (12.9) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.17 Selecting previously unselected package libcap2:amd64.
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.19 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.22 Unpacking libcap2:amd64 (1:2.44-1) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.45 Selecting previously unselected package libcap-dev:amd64.
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.45 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.46 Unpacking libcap-dev:amd64 (1:2.44-1) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.78 Selecting previously unselected package libprotobuf-c1:amd64.
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.78 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.79 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.95 Selecting previously unselected package libprotobuf-c-dev:amd64.
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.97 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 69.98 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 70.22 Selecting previously unselected package libseccomp-dev:amd64.
15:32:58 [2022-08-31T15:32:58.034Z] #76 70.22 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 70.22 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 70.46 Selecting previously unselected package libsystemd-dev:amd64.
15:32:58 [2022-08-31T15:32:58.034Z] #76 70.48 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 70.50 Unpacking libsystemd-dev:amd64 (247.3-7) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 71.76 Selecting previously unselected package libtool.
15:32:58 [2022-08-31T15:32:58.034Z] #76 71.76 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 71.76 Unpacking libtool (2.4.6-15) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 72.05 Selecting previously unselected package libudev-dev:amd64.
15:32:58 [2022-08-31T15:32:58.034Z] #76 72.05 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 72.08 Unpacking libudev-dev:amd64 (247.3-7) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 72.43 Selecting previously unselected package libyajl2:amd64.
15:32:58 [2022-08-31T15:32:58.034Z] #76 72.43 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 72.43 Unpacking libyajl2:amd64 (2.1.0-3) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 72.65 Selecting previously unselected package libyajl-dev:amd64.
15:32:58 [2022-08-31T15:32:58.034Z] #76 72.66 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 72.66 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.05 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.13 Setting up libmagic-mgc (1:5.39-3) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.19 Setting up libyajl2:amd64 (2.1.0-3) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.26 Setting up libmagic1:amd64 (1:5.39-3) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.30 Setting up file (1:5.39-3) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.31 Setting up bzip2 (1.0.8-4) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.32 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.36 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.43 Setting up libcap2:amd64 (1:2.44-1) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.45 Setting up autotools-dev (20180224.1+nmu1) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.47 Setting up libsigsegv2:amd64 (2.13-1) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.52 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.62 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.65 Setting up patch (2.7.6-7) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.78 Setting up libudev-dev:amd64 (247.3-7) ...
15:32:58 [2022-08-31T15:32:58.034Z] #76 73.88 Setting up libyajl-dev:amd64 (2.1.0-3) ...
15:32:58 [2022-08-31T15:32:58.291Z] #76 74.01 Setting up libcap-dev:amd64 (1:2.44-1) ...
15:32:58 [2022-08-31T15:32:58.291Z] #76 74.10 Setting up libsystemd-dev:amd64 (247.3-7) ...
15:32:58 [2022-08-31T15:32:58.562Z] #76 74.16 Setting up libtool (2.4.6-15) ...
15:32:58 [2022-08-31T15:32:58.562Z] #76 74.22 Setting up m4 (1.4.18-5) ...
15:32:58 [2022-08-31T15:32:58.562Z] #76 ...
15:32:58 [2022-08-31T15:32:58.562Z] 
15:32:58 [2022-08-31T15:32:58.562Z] #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
15:32:58 [2022-08-31T15:32:58.562Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:58 [2022-08-31T15:32:58.562Z] #14 64.27 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]
15:32:58 [2022-08-31T15:32:58.562Z] #14 65.22 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]
15:32:58 [2022-08-31T15:32:58.562Z] #14 66.30 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]
15:32:58 [2022-08-31T15:32:58.562Z] #14 68.91 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]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.68 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]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.69 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.74 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.74 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.74 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.74 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]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.77 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.78 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.83 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.83 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.92 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.92 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.95 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.97 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 69.98 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 70.00 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
15:32:58 [2022-08-31T15:32:58.562Z] #14 71.45 debconf: delaying package configuration, since apt-utils is not installed
15:32:58 [2022-08-31T15:32:58.562Z] #14 71.86 Fetched 115 MB in 11s (10.1 MB/s)
15:32:58 [2022-08-31T15:32:58.562Z] #14 71.99 Selecting previously unselected package binutils-mingw-w64-i686.
15:32:58 [2022-08-31T15:32:58.562Z] #14 71.99 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
15:32:58 [2022-08-31T15:32:58.562Z] #14 72.08 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
15:32:58 [2022-08-31T15:32:58.562Z] #14 72.09 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:32:58 [2022-08-31T15:32:58.821Z] #14 ...
15:32:58 [2022-08-31T15:32:58.821Z] 
15:32:58 [2022-08-31T15:32:58.821Z] #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             ;
15:32:58 [2022-08-31T15:32:58.821Z] #76 sha256:8dadd708984ce8e7b46c1f005eca833c8e44149a46fb2499eeebd444f591178e
15:32:58 [2022-08-31T15:32:58.821Z] #76 74.41 Setting up dpkg-dev (1.20.11) ...
15:32:58 [2022-08-31T15:32:58.821Z] #76 74.46 Setting up autoconf (2.69-14) ...
15:32:58 [2022-08-31T15:32:58.821Z] #76 74.50 Setting up build-essential (12.9) ...
15:32:58 [2022-08-31T15:32:58.821Z] #76 74.52 Setting up automake (1:1.16.3-2) ...
15:32:58 [2022-08-31T15:32:58.821Z] #76 74.54 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
15:32:58 [2022-08-31T15:32:58.821Z] #76 74.56 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:32:59 [2022-08-31T15:32:59.212Z] #76 DONE 76.3s
15:32:59 [2022-08-31T15:32:59.212Z] 
15:32:59 [2022-08-31T15:32:59.212Z] #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
15:32:59 [2022-08-31T15:32:59.212Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:32:59 [2022-08-31T15:32:59.212Z] #14 76.42 Selecting previously unselected package binutils-mingw-w64-x86-64.
15:32:59 [2022-08-31T15:32:59.212Z] #14 76.42 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
15:32:59 [2022-08-31T15:32:59.212Z] #14 76.45 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:32:59 [2022-08-31T15:32:59.763Z] #76 DONE 75.2s
15:32:59 [2022-08-31T15:32:59.763Z] 
15:32:59 [2022-08-31T15:32:59.763Z] #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
15:32:59 [2022-08-31T15:32:59.763Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:33:01 [2022-08-31T15:33:01.135Z] #20 ...
15:33:01 [2022-08-31T15:33:01.135Z] 
15:33:01 [2022-08-31T15:33:01.135Z] #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
15:33:01 [2022-08-31T15:33:01.135Z] #74 sha256:0100a4ad335d8046ab267d9ffc0566ea21ab857eafaa8a9b4e7f9afbd969b001
15:33:01 [2022-08-31T15:33:01.135Z] #74 6.860 go: downloading github.com/russross/blackfriday/v2 v2.1.0
15:33:01 [2022-08-31T15:33:01.137Z] #77 1.312 Cloning into '/tmp/crun-build'...
15:33:02 [2022-08-31T15:33:02.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
15:33:03 [2022-08-31T15:33:03.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
15:33:03 [2022-08-31T15:33:03.664Z] #77 ...
15:33:03 [2022-08-31T15:33:03.664Z] 
15:33:03 [2022-08-31T15:33:03.664Z] #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
15:33:03 [2022-08-31T15:33:03.664Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:33:03 [2022-08-31T15:33:03.664Z] #51 68.76 Selecting previously unselected package python3-pkg-resources.
15:33:03 [2022-08-31T15:33:03.664Z] #51 68.76 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 68.77 Unpacking python3-pkg-resources (52.0.0-4) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 69.10 Selecting previously unselected package python3-six.
15:33:03 [2022-08-31T15:33:03.664Z] #51 69.11 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 69.11 Unpacking python3-six (1.16.0-2) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 69.34 Selecting previously unselected package python3-protobuf.
15:33:03 [2022-08-31T15:33:03.664Z] #51 69.34 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 69.35 Unpacking python3-protobuf (3.12.4-1) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 70.23 Selecting previously unselected package libnet1:amd64.
15:33:03 [2022-08-31T15:33:03.664Z] #51 70.23 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 70.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 70.45 Selecting previously unselected package libnl-3-200:amd64.
15:33:03 [2022-08-31T15:33:03.664Z] #51 70.45 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 70.47 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 70.70 Selecting previously unselected package libprotobuf-c1:amd64.
15:33:03 [2022-08-31T15:33:03.664Z] #51 70.70 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 70.71 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 70.98 Selecting previously unselected package criu.
15:33:03 [2022-08-31T15:33:03.664Z] #51 70.99 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 71.00 Unpacking criu (3.17.1-1) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 72.84 Setting up python3-pkg-resources (52.0.0-4) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 75.53 Setting up libprotobuf23:amd64 (3.12.4-1) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 75.55 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 75.60 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 75.64 Setting up python3-six (1.16.0-2) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 77.78 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:33:03 [2022-08-31T15:33:03.664Z] #51 77.81 Setting up python3-protobuf (3.12.4-1) ...
15:33:04 [2022-08-31T15:33:04.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
15:33:04 [2022-08-31T15:33:04.492Z] #14 ...
15:33:04 [2022-08-31T15:33:04.492Z] 
15:33:04 [2022-08-31T15:33:04.492Z] #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
15:33:04 [2022-08-31T15:33:04.492Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:33:04 [2022-08-31T15:33:04.492Z] #42 81.36 Selecting previously unselected package libxml2:amd64.
15:33:04 [2022-08-31T15:33:04.492Z] #42 81.36 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
15:33:04 [2022-08-31T15:33:04.492Z] #42 81.44 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
15:33:04 [2022-08-31T15:33:04.595Z] #51 ...
15:33:04 [2022-08-31T15:33:04.596Z] 
15:33:04 [2022-08-31T15:33:04.596Z] #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
15:33:04 [2022-08-31T15:33:04.596Z] #34 sha256:c01d2ca93070b46c2b698fd57bf153e2968c6185a055fa7f94e1207c6933d0df
15:33:04 [2022-08-31T15:33:04.596Z] #34 69.78 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.
15:33:04 [2022-08-31T15:33:04.596Z] #34 70.74 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
15:33:04 [2022-08-31T15:33:04.596Z] #34 71.15 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
15:33:04 [2022-08-31T15:33:04.754Z] #42 82.14 Selecting previously unselected package libarchive13:amd64.
15:33:04 [2022-08-31T15:33:04.754Z] #42 82.14 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
15:33:04 [2022-08-31T15:33:04.754Z] #42 82.15 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
15:33:05 [2022-08-31T15:33:05.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
15:33:05 [2022-08-31T15:33:05.160Z] #34 ...
15:33:05 [2022-08-31T15:33:05.160Z] 
15:33:05 [2022-08-31T15:33:05.160Z] #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
15:33:05 [2022-08-31T15:33:05.160Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:33:05 [2022-08-31T15:33:05.160Z] #42 80.93 Selecting previously unselected package libxml2:amd64.
15:33:05 [2022-08-31T15:33:05.161Z] #42 80.93 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
15:33:05 [2022-08-31T15:33:05.323Z] #42 82.58 Selecting previously unselected package libjsoncpp24:amd64.
15:33:05 [2022-08-31T15:33:05.323Z] #42 82.59 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
15:33:05 [2022-08-31T15:33:05.323Z] #42 82.59 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
15:33:05 [2022-08-31T15:33:05.333Z] #74 ...
15:33:05 [2022-08-31T15:33:05.333Z] 
15:33:05 [2022-08-31T15:33:05.333Z] #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
15:33:05 [2022-08-31T15:33:05.333Z] #49 sha256:e05d25162f84fad02bef0a2f49f083de50799b93b901bf7e3d8c6c88f6938195
15:33:05 [2022-08-31T15:33:05.333Z] #49 21.53 Fetched 49.2 MB in 20s (2450 kB/s)
15:33:05 [2022-08-31T15:33:05.417Z] #42 80.96 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
15:33:05 [2022-08-31T15:33:05.582Z] #42 83.09 Selecting previously unselected package librhash0:amd64.
15:33:05 [2022-08-31T15:33:05.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
15:33:05 [2022-08-31T15:33:05.842Z] #42 83.10 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
15:33:05 [2022-08-31T15:33:05.842Z] #42 83.10 Unpacking librhash0:amd64 (1.4.1-2) ...
15:33:05 [2022-08-31T15:33:05.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
15:33:06 [2022-08-31T15:33:06.101Z] #42 83.41 Selecting previously unselected package libuv1:amd64.
15:33:06 [2022-08-31T15:33:06.101Z] #42 83.41 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
15:33:06 [2022-08-31T15:33:06.101Z] #42 83.42 Unpacking libuv1:amd64 (1.40.0-2) ...
15:33:06 [2022-08-31T15:33:06.348Z] #42 81.82 Selecting previously unselected package libarchive13:amd64.
15:33:06 [2022-08-31T15:33:06.348Z] #42 81.82 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
15:33:06 [2022-08-31T15:33:06.348Z] #42 81.83 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
15:33:06 [2022-08-31T15:33:06.669Z] #42 83.87 Selecting previously unselected package cmake.
15:33:06 [2022-08-31T15:33:06.669Z] #42 83.88 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
15:33:06 [2022-08-31T15:33:06.669Z] #42 83.90 Unpacking cmake (3.18.4-2+deb11u1) ...
15:33:06 [2022-08-31T15:33:06.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
15:33:06 [2022-08-31T15:33:06.914Z] #42 82.56 Selecting previously unselected package libjsoncpp24:amd64.
15:33:06 [2022-08-31T15:33:06.914Z] #42 82.59 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
15:33:06 [2022-08-31T15:33:06.914Z] #42 82.61 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
15:33:07 [2022-08-31T15:33:07.177Z] #42 82.87 Selecting previously unselected package librhash0:amd64.
15:33:07 [2022-08-31T15:33:07.177Z] #42 82.87 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
15:33:07 [2022-08-31T15:33:07.177Z] #42 82.88 Unpacking librhash0:amd64 (1.4.1-2) ...
15:33:07 [2022-08-31T15:33:07.236Z] #42 ...
15:33:07 [2022-08-31T15:33:07.237Z] 
15:33:07 [2022-08-31T15:33:07.237Z] #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
15:33:07 [2022-08-31T15:33:07.237Z] #34 sha256:c01d2ca93070b46c2b698fd57bf153e2968c6185a055fa7f94e1207c6933d0df
15:33:07 [2022-08-31T15:33:07.237Z] #34 74.43 Updating files:  85% (1296/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:  93% (1422/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.
15:33:07 [2022-08-31T15:33:07.237Z] #34 75.58 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
15:33:07 [2022-08-31T15:33:07.237Z] #34 75.96 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
15:33:07 [2022-08-31T15:33:07.435Z] #42 83.23 Selecting previously unselected package libuv1:amd64.
15:33:07 [2022-08-31T15:33:07.496Z] #34 ...
15:33:07 [2022-08-31T15:33:07.496Z] 
15:33:07 [2022-08-31T15:33:07.496Z] #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
15:33:07 [2022-08-31T15:33:07.496Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:33:07 [2022-08-31T15:33:07.496Z] #14 81.58 Selecting previously unselected package binutils-mingw-w64.
15:33:07 [2022-08-31T15:33:07.496Z] #14 81.58 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
15:33:07 [2022-08-31T15:33:07.496Z] #14 81.60 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
15:33:07 [2022-08-31T15:33:07.496Z] #14 81.89 Selecting previously unselected package libdevmapper1.02.1:amd64.
15:33:07 [2022-08-31T15:33:07.496Z] #14 81.89 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:33:07 [2022-08-31T15:33:07.496Z] #14 81.91 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:33:07 [2022-08-31T15:33:07.496Z] #14 82.14 Selecting previously unselected package dmsetup.
15:33:07 [2022-08-31T15:33:07.496Z] #14 82.14 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
15:33:07 [2022-08-31T15:33:07.496Z] #14 82.15 Unpacking dmsetup (2:1.02.175-2.1) ...
15:33:07 [2022-08-31T15:33:07.496Z] #14 82.58 Selecting previously unselected package mingw-w64-common.
15:33:07 [2022-08-31T15:33:07.496Z] #14 82.58 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
15:33:07 [2022-08-31T15:33:07.496Z] #14 82.59 Unpacking mingw-w64-common (8.0.0-1) ...
15:33:07 [2022-08-31T15:33:07.692Z] #42 83.24 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
15:33:07 [2022-08-31T15:33:07.692Z] #42 83.24 Unpacking libuv1:amd64 (1.40.0-2) ...
15:33:07 [2022-08-31T15:33:07.755Z] #14 ...
15:33:07 [2022-08-31T15:33:07.755Z] 
15:33:07 [2022-08-31T15:33:07.755Z] #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
15:33:07 [2022-08-31T15:33:07.755Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:33:07 [2022-08-31T15:33:07.755Z] #51 74.86 Setting up python3-pkg-resources (52.0.0-4) ...
15:33:07 [2022-08-31T15:33:07.755Z] #51 77.54 Setting up libprotobuf23:amd64 (3.12.4-1) ...
15:33:07 [2022-08-31T15:33:07.755Z] #51 77.55 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:33:07 [2022-08-31T15:33:07.755Z] #51 77.58 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:33:07 [2022-08-31T15:33:07.755Z] #51 77.61 Setting up python3-six (1.16.0-2) ...
15:33:07 [2022-08-31T15:33:07.755Z] #51 79.80 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:33:07 [2022-08-31T15:33:07.755Z] #51 79.83 Setting up python3-protobuf (3.12.4-1) ...
15:33:07 [2022-08-31T15:33:07.954Z] #42 83.65 Selecting previously unselected package cmake.
15:33:07 [2022-08-31T15:33:07.954Z] #42 83.65 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
15:33:07 [2022-08-31T15:33:07.954Z] #42 83.66 Unpacking cmake (3.18.4-2+deb11u1) ...
15:33:09 [2022-08-31T15:33:09.134Z] #51 86.05 Setting up criu (3.17.1-1) ...
15:33:09 [2022-08-31T15:33:09.134Z] #51 ...
15:33:09 [2022-08-31T15:33:09.134Z] 
15:33:09 [2022-08-31T15:33:09.134Z] #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
15:33:09 [2022-08-31T15:33:09.134Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:33:09 [2022-08-31T15:33:09.134Z] #77 1.295 Cloning into '/tmp/crun-build'...
15:33:09 [2022-08-31T15:33:09.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
15:33:10 [2022-08-31T15:33:10.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
15:33:10 [2022-08-31T15:33:10.511Z] #77 11.51 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
15:33:10 [2022-08-31T15:33:10.512Z] #77 11.65 Cloning into '/tmp/crun-build/libocispec'...
15:33:11 [2022-08-31T15:33:11.235Z] #42 ...
15:33:11 [2022-08-31T15:33:11.235Z] 
15:33:11 [2022-08-31T15:33:11.235Z] #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
15:33:11 [2022-08-31T15:33:11.235Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:33:11 [2022-08-31T15:33:11.235Z] #14 76.57 Selecting previously unselected package binutils-mingw-w64-x86-64.
15:33:11 [2022-08-31T15:33:11.235Z] #14 76.57 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
15:33:11 [2022-08-31T15:33:11.235Z] #14 76.58 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:33:11 [2022-08-31T15:33:11.235Z] #14 81.31 Selecting previously unselected package binutils-mingw-w64.
15:33:11 [2022-08-31T15:33:11.235Z] #14 81.37 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
15:33:11 [2022-08-31T15:33:11.235Z] #14 81.41 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
15:33:11 [2022-08-31T15:33:11.235Z] #14 81.64 Selecting previously unselected package libdevmapper1.02.1:amd64.
15:33:11 [2022-08-31T15:33:11.235Z] #14 81.64 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:33:11 [2022-08-31T15:33:11.235Z] #14 81.67 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:33:11 [2022-08-31T15:33:11.235Z] #14 82.07 Selecting previously unselected package dmsetup.
15:33:11 [2022-08-31T15:33:11.235Z] #14 82.08 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
15:33:11 [2022-08-31T15:33:11.235Z] #14 82.08 Unpacking dmsetup (2:1.02.175-2.1) ...
15:33:11 [2022-08-31T15:33:11.235Z] #14 82.56 Selecting previously unselected package mingw-w64-common.
15:33:11 [2022-08-31T15:33:11.235Z] #14 82.61 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
15:33:11 [2022-08-31T15:33:11.235Z] #14 82.64 Unpacking mingw-w64-common (8.0.0-1) ...
15:33:11 [2022-08-31T15:33:11.235Z] #14 ...
15:33:11 [2022-08-31T15:33:11.235Z] 
15:33:11 [2022-08-31T15:33:11.235Z] #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
15:33:11 [2022-08-31T15:33:11.235Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:33:11 [2022-08-31T15:33:11.235Z] #77 11.84 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
15:33:11 [2022-08-31T15:33:11.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
15:33:11 [2022-08-31T15:33:11.492Z] #77 11.93 Cloning into '/tmp/crun-build/libocispec'...
15:33:11 [2022-08-31T15:33:11.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
15:33:12 [2022-08-31T15:33:12.420Z] #77 ...
15:33:12 [2022-08-31T15:33:12.420Z] 
15:33:12 [2022-08-31T15:33:12.420Z] #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
15:33:12 [2022-08-31T15:33:12.420Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:33:12 [2022-08-31T15:33:12.420Z] #51 89.50 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:33:12 [2022-08-31T15:33:12.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
15:33:13 [2022-08-31T15:33:13.389Z] #77 14.00 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
15:33:13 [2022-08-31T15:33:13.389Z] #77 14.00 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
15:33:13 [2022-08-31T15:33:13.483Z] #49 21.53 Reading package lists...
15:33:13 [2022-08-31T15:33:13.483Z] #49 ...
15:33:13 [2022-08-31T15:33:13.483Z] 
15:33:13 [2022-08-31T15:33:13.483Z] #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
15:33:13 [2022-08-31T15:33:13.483Z] #74 sha256:0100a4ad335d8046ab267d9ffc0566ea21ab857eafaa8a9b4e7f9afbd969b001
15:33:13 [2022-08-31T15:33:13.483Z] #74 28.86 + for f in rootlesskit rootlesskit-docker-proxy
15:33:13 [2022-08-31T15:33:13.483Z] #74 28.86 + GOBIN=/build
15:33:13 [2022-08-31T15:33:13.483Z] #74 28.86 + GO111MODULE=on
15:33:13 [2022-08-31T15:33:13.483Z] #74 28.86 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
15:33:13 [2022-08-31T15:33:13.646Z] #77 ...
15:33:13 [2022-08-31T15:33:13.646Z] 
15:33:13 [2022-08-31T15:33:13.646Z] #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
15:33:13 [2022-08-31T15:33:13.646Z] #51 sha256:55120fe1359c8415171c73ab1ec3e17e8864ed1c5735d37f44c6cec169595953
15:33:13 [2022-08-31T15:33:13.646Z] #51 84.85 Setting up criu (3.17.1-1) ...
15:33:13 [2022-08-31T15:33:13.646Z] #51 88.15 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:33:13 [2022-08-31T15:33:13.646Z] #51 DONE 89.1s
15:33:13 [2022-08-31T15:33:13.646Z] 
15:33:13 [2022-08-31T15:33:13.646Z] #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
15:33:13 [2022-08-31T15:33:13.646Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:33:13 [2022-08-31T15:33:13.646Z] #77 14.01 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
15:33:13 [2022-08-31T15:33:13.647Z] #77 14.01 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
15:33:13 [2022-08-31T15:33:13.647Z] #77 14.03 Cloning into '/tmp/crun-build/libocispec/image-spec'...
15:33:13 [2022-08-31T15:33:13.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
15:33:14 [2022-08-31T15:33:14.394Z] #51 DONE 91.7s
15:33:14 [2022-08-31T15:33:14.394Z] 
15:33:14 [2022-08-31T15:33:14.394Z] #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
15:33:14 [2022-08-31T15:33:14.394Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:33:14 [2022-08-31T15:33:14.394Z] #42 91.94 Setting up libicu67:amd64 (67.1-7) ...
15:33:14 [2022-08-31T15:33:14.683Z] #42 92.04 Setting up xxd (2:8.2.2434-3+deb11u1) ...
15:33:14 [2022-08-31T15:33:14.683Z] #42 92.13 Setting up libuv1:amd64 (1.40.0-2) ...
15:33:14 [2022-08-31T15:33:14.683Z] #42 92.14 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
15:33:14 [2022-08-31T15:33:14.683Z] #42 92.20 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
15:33:14 [2022-08-31T15:33:14.683Z] #42 92.23 Setting up librhash0:amd64 (1.4.1-2) ...
15:33:14 [2022-08-31T15:33:14.683Z] #42 92.24 Setting up cmake-data (3.18.4-2+deb11u1) ...
15:33:14 [2022-08-31T15:33:14.942Z] #42 92.27 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
15:33:14 [2022-08-31T15:33:14.943Z] #42 92.33 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
15:33:14 [2022-08-31T15:33:14.943Z] #42 92.36 Setting up cmake (3.18.4-2+deb11u1) ...
15:33:14 [2022-08-31T15:33:14.943Z] #42 92.47 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:33:15 [2022-08-31T15:33:15.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
15:33:15 [2022-08-31T15:33:15.391Z] #74 ...
15:33:15 [2022-08-31T15:33:15.391Z] 
15:33:15 [2022-08-31T15:33:15.392Z] #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
15:33:15 [2022-08-31T15:33:15.392Z] #69 sha256:2b163ad86de23f5e7a2f459148b345e871ee5494d8d903c6cf0f6ecc1edeb41b
15:33:15 [2022-08-31T15:33:15.392Z] #69 21.66 Fetched 49.2 MB in 20s (2448 kB/s)
15:33:15 [2022-08-31T15:33:15.392Z] #69 21.66 Reading package lists...
15:33:15 [2022-08-31T15:33:15.511Z] #42 DONE 93.0s
15:33:15 [2022-08-31T15:33:15.511Z] 
15:33:15 [2022-08-31T15:33:15.511Z] #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
15:33:15 [2022-08-31T15:33:15.511Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:33:15 [2022-08-31T15:33:15.511Z] #14 92.31 Selecting previously unselected package mingw-w64-x86-64-dev.
15:33:15 [2022-08-31T15:33:15.511Z] #14 92.36 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
15:33:15 [2022-08-31T15:33:15.511Z] #14 92.36 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
15:33:15 [2022-08-31T15:33:15.652Z] #69 30.41 Reading package lists...
15:33:15 [2022-08-31T15:33:15.652Z] #69 ...
15:33:15 [2022-08-31T15:33:15.652Z] 
15:33:15 [2022-08-31T15:33:15.652Z] #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
15:33:15 [2022-08-31T15:33:15.652Z] #20 sha256:40cc8ae848b56775064a4ff5519e85840638958f121b25a5eae24fc364c24d98
15:33:15 [2022-08-31T15:33:15.652Z] #20 21.75 Fetched 49.2 MB in 20s (2417 kB/s)
15:33:15 [2022-08-31T15:33:15.652Z] #20 21.75 Reading package lists...
15:33:15 [2022-08-31T15:33:15.652Z] #20 30.72 Reading package lists...
15:33:15 [2022-08-31T15:33:15.652Z] #20 ...
15:33:15 [2022-08-31T15:33:15.652Z] 
15:33:15 [2022-08-31T15:33:15.652Z] #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
15:33:15 [2022-08-31T15:33:15.652Z] #49 sha256:e05d25162f84fad02bef0a2f49f083de50799b93b901bf7e3d8c6c88f6938195
15:33:15 [2022-08-31T15:33:15.652Z] #49 21.53 Reading package lists...
15:33:15 [2022-08-31T15:33:15.770Z] #14 ...
15:33:15 [2022-08-31T15:33:15.770Z] 
15:33:15 [2022-08-31T15:33:15.770Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
15:33:15 [2022-08-31T15:33:15.770Z] #43 sha256:fd3d0a65fe1bed74c3c21d531dd4545e20de84d94bac6ce3790dc2c3000c60fc
15:33:15 [2022-08-31T15:33:15.770Z] #43 DONE 0.2s
15:33:15 [2022-08-31T15:33:15.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
15:33:16 [2022-08-31T15:33:16.028Z] 
15:33:16 [2022-08-31T15:33:16.028Z] #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
15:33:16 [2022-08-31T15:33:16.028Z] #44 sha256:75d885b5cde5852db193ba65fdb26dc3010f6e0eb814574d9c8bdfe02a9e5990
15:33:16 [2022-08-31T15:33:16.591Z] #49 30.73 Reading package lists...
15:33:16 [2022-08-31T15:33:16.591Z] #49 ...
15:33:16 [2022-08-31T15:33:16.591Z] 
15:33:16 [2022-08-31T15:33:16.591Z] #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
15:33:16 [2022-08-31T15:33:16.591Z] #74 sha256:0100a4ad335d8046ab267d9ffc0566ea21ab857eafaa8a9b4e7f9afbd969b001
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.37 rootlesskit version 1.0.0
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.38 Usage of /build/rootlesskit-docker-proxy:
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.38   -container-ip string
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.38     	container ip
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.38   -container-port int
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.38     	container port (default -1)
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.38   -host-ip string
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.38     	host ip
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.38   -host-port int
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.38     	host port (default -1)
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.38   -proto string
15:33:16 [2022-08-31T15:33:16.591Z] #74 32.38     	proxy protocol (default "tcp")
15:33:16 [2022-08-31T15:33:16.591Z] #74 DONE 32.5s
15:33:16 [2022-08-31T15:33:16.591Z] 
15:33:16 [2022-08-31T15:33:16.591Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
15:33:16 [2022-08-31T15:33:16.591Z] #75 sha256:aae6ee358319530df64231a7c0503aa4eecb06306c95250cb403821610b76f5e
15:33:16 [2022-08-31T15:33:16.591Z] #75 DONE 0.0s
15:33:16 [2022-08-31T15:33:16.591Z] 
15:33:16 [2022-08-31T15:33:16.591Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
15:33:16 [2022-08-31T15:33:16.591Z] #76 sha256:9843fab6b7e831037521948df3a11cf7bbd9914a8e2d24cbb0b75142e23a5aa2
15:33:16 [2022-08-31T15:33:16.591Z] #76 DONE 0.1s
15:33:16 [2022-08-31T15:33:16.591Z] 
15:33:16 [2022-08-31T15:33:16.591Z] #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
15:33:16 [2022-08-31T15:33:16.591Z] #20 sha256:40cc8ae848b56775064a4ff5519e85840638958f121b25a5eae24fc364c24d98
15:33:16 [2022-08-31T15:33:16.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
15:33:16 [2022-08-31T15:33:16.928Z] #77 ...
15:33:16 [2022-08-31T15:33:16.928Z] 
15:33:16 [2022-08-31T15:33:16.928Z] #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
15:33:16 [2022-08-31T15:33:16.928Z] #42 sha256:2b48cfc3519d7b79f343f8073e3767352028d3ff2c37d3225a082841c85fd147
15:33:16 [2022-08-31T15:33:16.928Z] #42 91.33 Setting up libicu67:amd64 (67.1-7) ...
15:33:16 [2022-08-31T15:33:16.928Z] #42 91.37 Setting up xxd (2:8.2.2434-3+deb11u1) ...
15:33:16 [2022-08-31T15:33:16.928Z] #42 91.39 Setting up libuv1:amd64 (1.40.0-2) ...
15:33:16 [2022-08-31T15:33:16.928Z] #42 91.45 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
15:33:16 [2022-08-31T15:33:16.928Z] #42 91.49 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
15:33:16 [2022-08-31T15:33:16.928Z] #42 91.53 Setting up librhash0:amd64 (1.4.1-2) ...
15:33:16 [2022-08-31T15:33:16.928Z] #42 91.56 Setting up cmake-data (3.18.4-2+deb11u1) ...
15:33:16 [2022-08-31T15:33:16.928Z] #42 91.65 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
15:33:16 [2022-08-31T15:33:16.928Z] #42 91.69 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
15:33:16 [2022-08-31T15:33:16.928Z] #42 91.72 Setting up cmake (3.18.4-2+deb11u1) ...
15:33:16 [2022-08-31T15:33:16.928Z] #42 91.74 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:33:16 [2022-08-31T15:33:16.928Z] #42 DONE 92.6s
15:33:16 [2022-08-31T15:33:16.928Z] 
15:33:16 [2022-08-31T15:33:16.928Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
15:33:16 [2022-08-31T15:33:16.928Z] #43 sha256:0a9d7c72ee95b4828c9eaedf5c1c2e045e5dd21252035f59f70171e976d09fb1
15:33:16 [2022-08-31T15:33:16.928Z] #43 DONE 0.1s
15:33:16 [2022-08-31T15:33:16.928Z] 
15:33:16 [2022-08-31T15:33:16.928Z] #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
15:33:16 [2022-08-31T15:33:16.928Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:33:16 [2022-08-31T15:33:16.928Z] #14 92.57 Selecting previously unselected package mingw-w64-x86-64-dev.
15:33:16 [2022-08-31T15:33:16.928Z] #14 92.60 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
15:33:16 [2022-08-31T15:33:16.928Z] #14 92.60 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
15:33:17 [2022-08-31T15:33:17.699Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
15:33:17 [2022-08-31T15:33:17.699Z] Using test binary docker
15:33:17 [2022-08-31T15:33:17.699Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
15:33:17 [2022-08-31T15:33:17.699Z] Starting apparmor (via systemctl): apparmor.service.
15:33:17 [2022-08-31T15:33:17.699Z] Starting dockerd
15:33:17 [2022-08-31T15:33:17.699Z] INFO: Waiting for daemon to start...
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.872 + RM_GOPATH=0
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.872 + TMP_GOPATH=
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.872 + : /build
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.872 + '[' -z '' ']'
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.872 ++ mktemp -d
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.910 + export GOPATH=/tmp/tmp.mwKV80FwWU
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.910 + GOPATH=/tmp/tmp.mwKV80FwWU
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.910 + RM_GOPATH=1
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.910 + case "$(go env GOARCH)" in
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.910 ++ go env GOARCH
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.964 + export GO_BUILDMODE=-buildmode=pie
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.965 + GO_BUILDMODE=-buildmode=pie
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.966 ++ dirname /install.sh
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.973 + dir=/
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.973 + bin=tini
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.973 + shift
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.974 + '[' '!' -f //tini.installer ']'
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.974 + . //tini.installer
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.975 ++ : v0.19.0
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.975 + install_tini
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.975 + echo 'Install tini version v0.19.0'
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.976 Install tini version v0.19.0
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.976 + git clone https://github.com/krallin/tini.git /tmp/tmp.mwKV80FwWU/tini
15:33:17 [2022-08-31T15:33:17.930Z] #44 1.978 Cloning into '/tmp/tmp.mwKV80FwWU/tini'...
15:33:17 [2022-08-31T15:33:17.973Z] #20 30.72 Reading package lists...
15:33:17 [2022-08-31T15:33:17.973Z] #20 ...
15:33:17 [2022-08-31T15:33:17.973Z] 
15:33:17 [2022-08-31T15:33:17.973Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
15:33:17 [2022-08-31T15:33:17.973Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
15:33:17 [2022-08-31T15:33:17.973Z] #79 CACHED
15:33:17 [2022-08-31T15:33:17.973Z] 
15:33:17 [2022-08-31T15:33:17.973Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
15:33:17 [2022-08-31T15:33:17.973Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
15:33:17 [2022-08-31T15:33:17.973Z] #81 CACHED
15:33:17 [2022-08-31T15:33:17.973Z] 
15:33:17 [2022-08-31T15:33:17.973Z] #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
15:33:17 [2022-08-31T15:33:17.973Z] #49 sha256:e05d25162f84fad02bef0a2f49f083de50799b93b901bf7e3d8c6c88f6938195
15:33:18 [2022-08-31T15:33:18.866Z] #44 3.097 + cd /tmp/tmp.mwKV80FwWU/tini
15:33:18 [2022-08-31T15:33:18.866Z] #44 3.101 + git checkout -q v0.19.0
15:33:18 [2022-08-31T15:33:18.866Z] #44 3.120 + cmake .
15:33:19 [2022-08-31T15:33:19.802Z] #44 3.809 -- The C compiler identification is GNU 10.2.1
15:33:19 [2022-08-31T15:33:19.802Z] #44 3.992 -- Detecting C compiler ABI info
15:33:19 [2022-08-31T15:33:19.865Z] .
15:33:19 [2022-08-31T15:33:19.865Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
15:33:19 [2022-08-31T15:33:19.865Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
15:33:19 [2022-08-31T15:33:19.865Z] Error: No such image: emptyfs
15:33:20 [2022-08-31T15:33:20.125Z] Loaded image: emptyfs:latest
15:33:20 [2022-08-31T15:33:20.125Z] Running integration-test (iteration 1)
15:33:20 [2022-08-31T15:33:20.125Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
15:33:20 [2022-08-31T15:33:20.385Z] Loaded image: busybox:latest
15:33:20 [2022-08-31T15:33:20.645Z] Loaded image: busybox:glibc
15:33:20 [2022-08-31T15:33:20.738Z] #44 4.753 -- Detecting C compiler ABI info - done
15:33:20 [2022-08-31T15:33:20.738Z] #44 4.930 -- Check for working C compiler: /usr/bin/cc - skipped
15:33:20 [2022-08-31T15:33:20.738Z] #44 4.949 -- Detecting C compile features
15:33:20 [2022-08-31T15:33:20.997Z] #44 4.950 -- Detecting C compile features - done
15:33:20 [2022-08-31T15:33:20.997Z] #44 4.982 -- Performing Test HAS_BUILTIN_FORTIFY
15:33:20 [2022-08-31T15:33:20.997Z] #44 5.208 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
15:33:20 [2022-08-31T15:33:20.997Z] #44 5.325 -- Configuring done
15:33:21 [2022-08-31T15:33:21.256Z] #44 5.349 -- Generating done
15:33:21 [2022-08-31T15:33:21.256Z] #44 5.365 -- Build files have been written to: /tmp/tmp.mwKV80FwWU/tini
15:33:21 [2022-08-31T15:33:21.256Z] #44 5.386 + make tini-static
15:33:22 [2022-08-31T15:33:22.037Z] Loaded image: debian:bullseye-slim
15:33:22 [2022-08-31T15:33:22.037Z] Loaded image: hello-world:latest
15:33:22 [2022-08-31T15:33:22.037Z] Loaded image: arm32v7/hello-world:latest
15:33:22 [2022-08-31T15:33:22.037Z] INFO: Testing against a local daemon
15:33:22 [2022-08-31T15:33:22.037Z] === RUN   TestCgroupNamespacesBuild
15:33:22 [2022-08-31T15:33:22.169Z] #49 30.73 Reading package lists...
15:33:22 [2022-08-31T15:33:22.169Z] #49 ...
15:33:22 [2022-08-31T15:33:22.169Z] 
15:33:22 [2022-08-31T15:33:22.169Z] #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
15:33:22 [2022-08-31T15:33:22.169Z] #69 sha256:2b163ad86de23f5e7a2f459148b345e871ee5494d8d903c6cf0f6ecc1edeb41b
15:33:22 [2022-08-31T15:33:22.169Z] #69 30.41 Reading package lists...
15:33:22 [2022-08-31T15:33:22.191Z] #44 6.235 Scanning dependencies of target tini-static
15:33:22 [2022-08-31T15:33:22.191Z] #44 6.400 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
15:33:22 [2022-08-31T15:33:22.760Z] #44 ...
15:33:22 [2022-08-31T15:33:22.760Z] 
15:33:22 [2022-08-31T15:33:22.760Z] #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
15:33:22 [2022-08-31T15:33:22.760Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:33:22 [2022-08-31T15:33:22.760Z] #77 13.79 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
15:33:22 [2022-08-31T15:33:22.760Z] #77 13.80 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
15:33:22 [2022-08-31T15:33:22.760Z] #77 13.80 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
15:33:22 [2022-08-31T15:33:22.760Z] #77 13.80 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
15:33:22 [2022-08-31T15:33:22.760Z] #77 13.81 Cloning into '/tmp/crun-build/libocispec/image-spec'...
15:33:22 [2022-08-31T15:33:22.760Z] #77 15.82 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
15:33:22 [2022-08-31T15:33:22.760Z] #77 19.22 Cloning into '/tmp/crun-build/libocispec/yajl'...
15:33:22 [2022-08-31T15:33:22.760Z] #77 21.67 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
15:33:22 [2022-08-31T15:33:22.760Z] #77 21.90 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
15:33:22 [2022-08-31T15:33:22.760Z] #77 22.36 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
15:33:23 [2022-08-31T15:33:23.420Z] --- PASS: TestCgroupNamespacesBuild (1.37s)
15:33:23 [2022-08-31T15:33:23.420Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
15:33:23 [2022-08-31T15:33:23.478Z] #14 ...
15:33:23 [2022-08-31T15:33:23.478Z] 
15:33:23 [2022-08-31T15:33:23.478Z] #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
15:33:23 [2022-08-31T15:33:23.478Z] #44 sha256:578900bc228bf10aa7633a014c773dcfef1a0feadbc9da39b1d927496cf020dc
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.285 + RM_GOPATH=0
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.285 + TMP_GOPATH=
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.285 + : /build
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.285 + '[' -z '' ']'
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.285 ++ mktemp -d
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.315 + export GOPATH=/tmp/tmp.9k4gB6viGR
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.315 + GOPATH=/tmp/tmp.9k4gB6viGR
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.315 + RM_GOPATH=1
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.315 + case "$(go env GOARCH)" in
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.316 ++ go env GOARCH
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.427 + export GO_BUILDMODE=-buildmode=pie
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.427 + GO_BUILDMODE=-buildmode=pie
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.428 ++ dirname /install.sh
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.444 + dir=/
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.444 + bin=tini
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.444 + shift
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.444 + '[' '!' -f //tini.installer ']'
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.444 + . //tini.installer
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.447 ++ : v0.19.0
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.447 + install_tini
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.447 + echo 'Install tini version v0.19.0'
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.447 + git clone https://github.com/krallin/tini.git /tmp/tmp.9k4gB6viGR/tini
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.447 Install tini version v0.19.0
15:33:23 [2022-08-31T15:33:23.478Z] #44 1.473 Cloning into '/tmp/tmp.9k4gB6viGR/tini'...
15:33:23 [2022-08-31T15:33:23.478Z] #44 2.759 + cd /tmp/tmp.9k4gB6viGR/tini
15:33:23 [2022-08-31T15:33:23.478Z] #44 2.759 + git checkout -q v0.19.0
15:33:23 [2022-08-31T15:33:23.478Z] #44 2.767 + cmake .
15:33:23 [2022-08-31T15:33:23.478Z] #44 3.692 -- The C compiler identification is GNU 10.2.1
15:33:23 [2022-08-31T15:33:23.478Z] #44 3.763 -- Detecting C compiler ABI info
15:33:23 [2022-08-31T15:33:23.478Z] #44 4.968 -- Detecting C compiler ABI info - done
15:33:23 [2022-08-31T15:33:23.478Z] #44 5.155 -- Check for working C compiler: /usr/bin/cc - skipped
15:33:23 [2022-08-31T15:33:23.478Z] #44 5.157 -- Detecting C compile features
15:33:23 [2022-08-31T15:33:23.478Z] #44 5.157 -- Detecting C compile features - done
15:33:23 [2022-08-31T15:33:23.478Z] #44 5.242 -- Performing Test HAS_BUILTIN_FORTIFY
15:33:23 [2022-08-31T15:33:23.478Z] #44 5.403 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
15:33:23 [2022-08-31T15:33:23.478Z] #44 5.571 -- Configuring done
15:33:23 [2022-08-31T15:33:23.478Z] #44 5.658 -- Generating done
15:33:23 [2022-08-31T15:33:23.478Z] #44 5.660 -- Build files have been written to: /tmp/tmp.9k4gB6viGR/tini
15:33:23 [2022-08-31T15:33:23.478Z] #44 5.688 + make tini-static
15:33:23 [2022-08-31T15:33:23.478Z] #44 6.269 Scanning dependencies of target tini-static
15:33:23 [2022-08-31T15:33:23.478Z] #44 6.388 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
15:33:23 [2022-08-31T15:33:23.549Z] #69 38.25 Building dependency tree...
15:33:23 [2022-08-31T15:33:23.549Z] #69 39.76 Reading state information...
15:33:24 [2022-08-31T15:33:24.665Z] #77 ...
15:33:24 [2022-08-31T15:33:24.665Z] 
15:33:24 [2022-08-31T15:33:24.665Z] #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
15:33:24 [2022-08-31T15:33:24.665Z] #44 sha256:75d885b5cde5852db193ba65fdb26dc3010f6e0eb814574d9c8bdfe02a9e5990
15:33:24 [2022-08-31T15:33:24.665Z] #44 8.565 [100%] Linking C executable tini-static
15:33:24 [2022-08-31T15:33:24.800Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.34s)
15:33:24 [2022-08-31T15:33:24.800Z] === RUN   TestBuildWithSession
15:33:24 [2022-08-31T15:33:24.800Z]     build_session_test.go:25: TODO: BuildKit
15:33:24 [2022-08-31T15:33:24.800Z] --- SKIP: TestBuildWithSession (0.00s)
15:33:24 [2022-08-31T15:33:24.800Z] === RUN   TestBuildSquashParent
15:33:24 [2022-08-31T15:33:24.928Z] #69 41.17 The following additional packages will be installed:
15:33:24 [2022-08-31T15:33:24.928Z] #69 41.18   libbtrfs0
15:33:24 [2022-08-31T15:33:24.928Z] #69 41.33 The following NEW packages will be installed:
15:33:25 [2022-08-31T15:33:25.187Z] #69 41.35   libbtrfs-dev libbtrfs0
15:33:25 [2022-08-31T15:33:25.233Z] #44 9.389 [100%] Built target tini-static
15:33:25 [2022-08-31T15:33:25.233Z] #44 9.459 + mkdir -p /build
15:33:25 [2022-08-31T15:33:25.233Z] #44 9.477 + cp tini-static /build/docker-init
15:33:25 [2022-08-31T15:33:25.374Z] #44 8.331 [100%] Linking C executable tini-static
15:33:25 [2022-08-31T15:33:25.374Z] #44 ...
15:33:25 [2022-08-31T15:33:25.374Z] 
15:33:25 [2022-08-31T15:33:25.374Z] #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
15:33:25 [2022-08-31T15:33:25.374Z] #53 sha256:5a5cb01c2db617814964e3f18443a0bc28c742d82a13333b2f6ce38fbf0e09bf
15:33:25 [2022-08-31T15:33:25.374Z] #53 101.0 gotestsum version dev
15:33:25 [2022-08-31T15:33:25.755Z] #69 41.79 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
15:33:25 [2022-08-31T15:33:25.756Z] #69 41.79 Need to get 460 kB of archives.
15:33:25 [2022-08-31T15:33:25.756Z] #69 41.79 After this operation, 1237 kB of additional disk space will be used.
15:33:25 [2022-08-31T15:33:25.756Z] #69 41.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:33:25 [2022-08-31T15:33:25.756Z] #69 41.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:33:25 [2022-08-31T15:33:25.801Z] #44 DONE 9.9s
15:33:25 [2022-08-31T15:33:25.801Z] 
15:33:25 [2022-08-31T15:33:25.801Z] #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
15:33:25 [2022-08-31T15:33:25.801Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:33:25 [2022-08-31T15:33:25.801Z] #14 103.1 Selecting previously unselected package gcc-mingw-w64-base.
15:33:25 [2022-08-31T15:33:25.801Z] #14 103.2 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
15:33:25 [2022-08-31T15:33:25.801Z] #14 103.2 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:33:26 [2022-08-31T15:33:26.017Z] #69 42.19 debconf: delaying package configuration, since apt-utils is not installed
15:33:26 [2022-08-31T15:33:26.017Z] #69 42.31 Fetched 460 kB in 0s (1568 kB/s)
15:33:26 [2022-08-31T15:33:26.017Z] #69 42.38 Selecting previously unselected package libbtrfs0:amd64.
15:33:26 [2022-08-31T15:33:26.060Z] #14 103.5 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
15:33:26 [2022-08-31T15:33:26.060Z] #14 103.5 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
15:33:26 [2022-08-31T15:33:26.060Z] #14 103.5 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:33:26 [2022-08-31T15:33:26.278Z] #69 42.38 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30255 files and directories currently installed.)
15:33:26 [2022-08-31T15:33:26.278Z] #69 42.43 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
15:33:26 [2022-08-31T15:33:26.278Z] #69 42.45 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:33:26 [2022-08-31T15:33:26.278Z] #69 42.54 Selecting previously unselected package libbtrfs-dev:amd64.
15:33:26 [2022-08-31T15:33:26.278Z] #69 42.55 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
15:33:26 [2022-08-31T15:33:26.278Z] #69 42.55 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:33:26 [2022-08-31T15:33:26.540Z] #69 42.71 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:33:26 [2022-08-31T15:33:26.540Z] #69 42.73 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:33:26 [2022-08-31T15:33:26.540Z] #69 42.74 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:33:26 [2022-08-31T15:33:26.799Z] #53 DONE 102.3s
15:33:26 [2022-08-31T15:33:26.799Z] 
15:33:26 [2022-08-31T15:33:26.799Z] #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
15:33:26 [2022-08-31T15:33:26.799Z] #44 sha256:578900bc228bf10aa7633a014c773dcfef1a0feadbc9da39b1d927496cf020dc
15:33:26 [2022-08-31T15:33:26.799Z] #44 9.272 [100%] Built target tini-static
15:33:26 [2022-08-31T15:33:26.799Z] #44 9.400 + mkdir -p /build
15:33:26 [2022-08-31T15:33:26.799Z] #44 9.415 + cp tini-static /build/docker-init
15:33:26 [2022-08-31T15:33:26.799Z] #44 DONE 9.6s
15:33:26 [2022-08-31T15:33:26.799Z] 
15:33:26 [2022-08-31T15:33:26.799Z] #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
15:33:26 [2022-08-31T15:33:26.799Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:33:26 [2022-08-31T15:33:26.799Z] #77 17.40 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
15:33:26 [2022-08-31T15:33:26.799Z] #77 20.41 Cloning into '/tmp/crun-build/libocispec/yajl'...
15:33:26 [2022-08-31T15:33:26.799Z] #77 22.80 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
15:33:26 [2022-08-31T15:33:26.799Z] #77 23.17 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
15:33:26 [2022-08-31T15:33:26.799Z] #77 23.79 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
15:33:26 [2022-08-31T15:33:26.800Z] #69 DONE 43.0s
15:33:26 [2022-08-31T15:33:26.800Z] 
15:33:26 [2022-08-31T15:33:26.800Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
15:33:26 [2022-08-31T15:33:26.800Z] #70 sha256:3aab99221a42d8c70d630fb213b7af0bb623a87a139d6147b60c0d095fa6f434
15:33:26 [2022-08-31T15:33:26.800Z] #70 DONE 0.1s
15:33:26 [2022-08-31T15:33:26.800Z] 
15:33:26 [2022-08-31T15:33:26.800Z] #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
15:33:26 [2022-08-31T15:33:26.800Z] #20 sha256:40cc8ae848b56775064a4ff5519e85840638958f121b25a5eae24fc364c24d98
15:33:26 [2022-08-31T15:33:26.800Z] #20 30.72 Reading package lists...
15:33:26 [2022-08-31T15:33:26.800Z] #20 38.61 Building dependency tree...
15:33:26 [2022-08-31T15:33:26.800Z] #20 39.98 Reading state information...
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.22 The following additional packages will be installed:
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.23   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.23   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.23   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.23   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.23   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.25   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.25   mingw-w64-common mingw-w64-x86-64-dev
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.28 Suggested packages:
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.28   gcc-10-locales seccomp wine64
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.79 The following NEW packages will be installed:
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.79   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.79   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.79   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.80   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.80   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
15:33:26 [2022-08-31T15:33:26.800Z] #20 41.81   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
15:33:26 [2022-08-31T15:33:26.801Z] #20 41.81   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
15:33:26 [2022-08-31T15:33:26.801Z] #20 41.82   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
15:33:26 [2022-08-31T15:33:26.801Z] #20 41.82   mingw-w64-x86-64-dev
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.25 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.25 Need to get 115 MB of archives.
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.25 After this operation, 645 MB of additional disk space will be used.
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.25 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]
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.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]
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.31 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.31 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.31 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.43 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]
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.43 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]
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.57 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]
15:33:26 [2022-08-31T15:33:26.801Z] #20 42.95 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]
15:33:26 [2022-08-31T15:33:26.995Z] #14 ...
15:33:26 [2022-08-31T15:33:26.996Z] 
15:33:26 [2022-08-31T15:33:26.996Z] #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
15:33:26 [2022-08-31T15:33:26.996Z] #53 sha256:5a5cb01c2db617814964e3f18443a0bc28c742d82a13333b2f6ce38fbf0e09bf
15:33:26 [2022-08-31T15:33:26.996Z] #53 104.2 gotestsum version dev
15:33:26 [2022-08-31T15:33:26.996Z] #53 DONE 104.4s
15:33:26 [2022-08-31T15:33:26.996Z] 
15:33:26 [2022-08-31T15:33:26.996Z] #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
15:33:26 [2022-08-31T15:33:26.996Z] #64 sha256:e680cc345ec1f5e900fbfbbd381a0c989095cb4e3839f83b25f56751e0c1ff11
15:33:27 [2022-08-31T15:33:27.061Z] #77 ...
15:33:27 [2022-08-31T15:33:27.061Z] 
15:33:27 [2022-08-31T15:33:27.061Z] #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
15:33:27 [2022-08-31T15:33:27.061Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:33:27 [2022-08-31T15:33:27.061Z] #14 102.8 Selecting previously unselected package gcc-mingw-w64-base.
15:33:27 [2022-08-31T15:33:27.061Z] #14 102.8 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
15:33:27 [2022-08-31T15:33:27.061Z] #14 102.8 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:33:27 [2022-08-31T15:33:27.065Z] #20 43.13 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]
15:33:27 [2022-08-31T15:33:27.326Z] #14 103.1 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
15:33:27 [2022-08-31T15:33:27.326Z] #14 103.1 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
15:33:27 [2022-08-31T15:33:27.326Z] #14 103.1 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:33:27 [2022-08-31T15:33:27.328Z] #20 43.38 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]
15:33:27 [2022-08-31T15:33:27.588Z] #20 43.77 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]
15:33:27 [2022-08-31T15:33:27.588Z] #20 43.91 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]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.91 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.91 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.91 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.91 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.92 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]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.92 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.92 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.93 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.94 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.94 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.94 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.95 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.95 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.96 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
15:33:27 [2022-08-31T15:33:27.848Z] #20 43.96 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
15:33:28 [2022-08-31T15:33:28.108Z] #20 44.33 debconf: delaying package configuration, since apt-utils is not installed
15:33:28 [2022-08-31T15:33:28.367Z] #20 44.45 Fetched 115 MB in 2s (56.8 MB/s)
15:33:28 [2022-08-31T15:33:28.367Z] #20 44.48 Selecting previously unselected package binutils-mingw-w64-i686.
15:33:28 [2022-08-31T15:33:28.367Z] #20 44.48 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30255 files and directories currently installed.)
15:33:28 [2022-08-31T15:33:28.367Z] #20 44.50 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
15:33:28 [2022-08-31T15:33:28.367Z] #20 44.50 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:33:28 [2022-08-31T15:33:28.620Z] ok  	github.com/docker/docker/libnetwork	37.292s	coverage: 40.6% of statements
15:33:28 [2022-08-31T15:33:28.620Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.142s	coverage: 84.4% of statements
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ok  	github.com/docker/docker/libnetwork/config	0.015s	coverage: 22.4% of statements
15:33:28 [2022-08-31T15:33:28.620Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
15:33:28 [2022-08-31T15:33:28.620Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.479s	coverage: 59.9% of statements
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 34.8% of statements
15:33:28 [2022-08-31T15:33:28.620Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.039s	coverage: 5.1% of statements
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.7% of statements
15:33:28 [2022-08-31T15:33:28.620Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
15:33:28 [2022-08-31T15:33:28.620Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
15:33:28 [2022-08-31T15:33:28.627Z] #20 44.93 Selecting previously unselected package binutils-mingw-w64-x86-64.
15:33:28 [2022-08-31T15:33:28.627Z] #20 44.93 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
15:33:28 [2022-08-31T15:33:28.627Z] #20 44.94 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:33:29 [2022-08-31T15:33:29.196Z] #20 45.51 Selecting previously unselected package binutils-mingw-w64.
15:33:29 [2022-08-31T15:33:29.196Z] #20 45.51 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
15:33:29 [2022-08-31T15:33:29.196Z] #20 45.52 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
15:33:29 [2022-08-31T15:33:29.196Z] #20 45.61 Selecting previously unselected package libdevmapper1.02.1:amd64.
15:33:29 [2022-08-31T15:33:29.455Z] #20 45.61 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:33:29 [2022-08-31T15:33:29.455Z] #20 45.62 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:33:29 [2022-08-31T15:33:29.455Z] #20 45.75 Selecting previously unselected package dmsetup.
15:33:29 [2022-08-31T15:33:29.715Z] #20 45.75 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
15:33:29 [2022-08-31T15:33:29.715Z] #20 45.76 Unpacking dmsetup (2:1.02.175-2.1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #20 45.88 Selecting previously unselected package mingw-w64-common.#20 ...
15:33:29 [2022-08-31T15:33:29.715Z] 
15:33:29 [2022-08-31T15:33:29.715Z] #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
15:33:29 [2022-08-31T15:33:29.715Z] #49 sha256:e05d25162f84fad02bef0a2f49f083de50799b93b901bf7e3d8c6c88f6938195
15:33:29 [2022-08-31T15:33:29.715Z] #49 30.73 Reading package lists...
15:33:29 [2022-08-31T15:33:29.715Z] #49 38.70 Building dependency tree...
15:33:29 [2022-08-31T15:33:29.715Z] #49 40.26 Reading state information...
15:33:29 [2022-08-31T15:33:29.715Z] #49 41.60 The following additional packages will be installed:
15:33:29 [2022-08-31T15:33:29.715Z] #49 41.60   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
15:33:29 [2022-08-31T15:33:29.715Z] #49 41.61 Suggested packages:
15:33:29 [2022-08-31T15:33:29.715Z] #49 41.61   cmake-doc ninja-build lrzip
15:33:29 [2022-08-31T15:33:29.715Z] #49 41.61 Recommended packages:
15:33:29 [2022-08-31T15:33:29.715Z] #49 41.61   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
15:33:29 [2022-08-31T15:33:29.715Z] #49 41.97 The following NEW packages will be installed:
15:33:29 [2022-08-31T15:33:29.715Z] #49 41.98   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.31 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.31 Need to get 8418 kB of archives.
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.31 After this operation, 34.9 MB of additional disk space will be used.
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.32 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.32 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.37 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.38 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
15:33:29 [2022-08-31T15:33:29.715Z] #49 42.95 debconf: delaying package configuration, since apt-utils is not installed
15:33:29 [2022-08-31T15:33:29.715Z] #49 43.29 Fetched 8418 kB in 0s (19.5 MB/s)
15:33:29 [2022-08-31T15:33:29.715Z] #49 43.35 Selecting previously unselected package xxd.
15:33:29 [2022-08-31T15:33:29.715Z] #49 43.35 (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.)
15:33:29 [2022-08-31T15:33:29.715Z] #49 43.37 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 43.39 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 43.50 Selecting previously unselected package vim-common.
15:33:29 [2022-08-31T15:33:29.715Z] #49 43.50 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 43.51 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 43.64 Selecting previously unselected package cmake-data.
15:33:29 [2022-08-31T15:33:29.715Z] #49 43.65 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 43.66 Unpacking cmake-data (3.18.4-2+deb11u1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.34 Selecting previously unselected package libarchive13:amd64.
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.35 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.36 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.43 Selecting previously unselected package libjsoncpp24:amd64.
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.43 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.43 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.48 Selecting previously unselected package librhash0:amd64.
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.48 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.49 Unpacking librhash0:amd64 (1.4.1-2) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.55 Selecting previously unselected package libuv1:amd64.
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.55 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.56 Unpacking libuv1:amd64 (1.40.0-2) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.60 Selecting previously unselected package cmake.
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.61 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 44.62 Unpacking cmake (3.18.4-2+deb11u1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 45.38 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 45.39 Setting up xxd (2:8.2.2434-3+deb11u1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 45.40 Setting up libuv1:amd64 (1.40.0-2) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 45.42 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 45.44 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 45.46 Setting up librhash0:amd64 (1.4.1-2) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 45.47 Setting up cmake-data (3.18.4-2+deb11u1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 45.49 Setting up cmake (3.18.4-2+deb11u1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 45.51 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:33:29 [2022-08-31T15:33:29.715Z] #49 DONE 45.9s
15:33:29 [2022-08-31T15:33:29.715Z] 
15:33:29 [2022-08-31T15:33:29.715Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
15:33:29 [2022-08-31T15:33:29.715Z] #50 sha256:1ca04cf2afa9b17585dcee70008650dad745b351141815f013d5d82ead2cc5d1
15:33:29 [2022-08-31T15:33:29.715Z] #50 DONE 0.1s
15:33:29 [2022-08-31T15:33:29.715Z] 
15:33:29 [2022-08-31T15:33:29.715Z] #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
15:33:29 [2022-08-31T15:33:29.715Z] #20 sha256:40cc8ae848b56775064a4ff5519e85840638958f121b25a5eae24fc364c24d98
15:33:29 [2022-08-31T15:33:29.715Z] #20 45.88 Selecting previously unselected package mingw-w64-common.
15:33:29 [2022-08-31T15:33:29.715Z] #20 45.89 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
15:33:29 [2022-08-31T15:33:29.715Z] #20 45.89 Unpacking mingw-w64-common (8.0.0-1) ...
15:33:29 [2022-08-31T15:33:29.715Z] #20 ...
15:33:29 [2022-08-31T15:33:29.715Z] 
15:33:29 [2022-08-31T15:33:29.715Z] #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
15:33:29 [2022-08-31T15:33:29.715Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.713 + RM_GOPATH=0
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.713 + TMP_GOPATH=
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.713 + : /build
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.713 + '[' -z '' ']'
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.713 ++ mktemp -d
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.714 + export GOPATH=/tmp/tmp.kwDJQ66DTu
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.714 + GOPATH=/tmp/tmp.kwDJQ66DTu
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.714 + RM_GOPATH=1
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.714 + case "$(go env GOARCH)" in
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.714 ++ go env GOARCH
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.722 + export GO_BUILDMODE=-buildmode=pie
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.722 + GO_BUILDMODE=-buildmode=pie
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.723 ++ dirname /install.sh
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.724 + dir=/
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.724 + bin=containerd
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.724 + shift
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.724 + '[' '!' -f //containerd.installer ']'
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.724 + . //containerd.installer
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.724 ++ set -e
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.724 ++ : v1.6.8
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.724 + install_containerd
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.725 + echo 'Install containerd version v1.6.8'
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.725 Install containerd version v1.6.8
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.725 + git clone https://github.com/containerd/containerd.git /tmp/tmp.kwDJQ66DTu/src/github.com/containerd/containerd
15:33:29 [2022-08-31T15:33:29.715Z] #71 0.728 Cloning into '/tmp/tmp.kwDJQ66DTu/src/github.com/containerd/containerd'...
15:33:30 [2022-08-31T15:33:30.077Z] --- PASS: TestBuildSquashParent (4.67s)
15:33:30 [2022-08-31T15:33:30.077Z] === RUN   TestBuildWithRemoveAndForceRemove
15:33:30 [2022-08-31T15:33:30.077Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:33:30 [2022-08-31T15:33:30.077Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:33:30 [2022-08-31T15:33:30.077Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:33:30 [2022-08-31T15:33:30.077Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:33:30 [2022-08-31T15:33:30.077Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:33:30 [2022-08-31T15:33:30.077Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:33:30 [2022-08-31T15:33:30.077Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:33:30 [2022-08-31T15:33:30.077Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:33:30 [2022-08-31T15:33:30.077Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:33:30 [2022-08-31T15:33:30.077Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:33:30 [2022-08-31T15:33:30.077Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:33:30 [2022-08-31T15:33:30.077Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:33:30 [2022-08-31T15:33:30.077Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:33:30 [2022-08-31T15:33:30.077Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:33:31 [2022-08-31T15:33:31.988Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:33:31 [2022-08-31T15:33:31.988Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:33:33 [2022-08-31T15:33:33.009Z] #71 ...
15:33:33 [2022-08-31T15:33:33.009Z] 
15:33:33 [2022-08-31T15:33:33.009Z] #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
15:33:33 [2022-08-31T15:33:33.009Z] #51 sha256:c72c402b270e03a714f397363da51e35a9d5362826c9fddf7ee34d1dee7493af
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.637 + RM_GOPATH=0
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.638 + TMP_GOPATH=
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.638 + : /build
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.638 + '[' -z '' ']'
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.639 ++ mktemp -d
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.641 + export GOPATH=/tmp/tmp.pvdZngEcVJ
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.641 + GOPATH=/tmp/tmp.pvdZngEcVJ
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.641 + RM_GOPATH=1
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.642 + case "$(go env GOARCH)" in
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.642 ++ go env GOARCH
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.647 + export GO_BUILDMODE=-buildmode=pie
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.647 + GO_BUILDMODE=-buildmode=pie
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.647 ++ dirname /install.sh
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.648 + dir=/
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.649 + bin=tini
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.649 + shift
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.649 + '[' '!' -f //tini.installer ']'
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.649 + . //tini.installer
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.650 ++ : v0.19.0
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.650 + install_tini
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.650 + echo 'Install tini version v0.19.0'
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.650 Install tini version v0.19.0
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.650 + git clone https://github.com/krallin/tini.git /tmp/tmp.pvdZngEcVJ/tini
15:33:33 [2022-08-31T15:33:33.009Z] #51 0.652 Cloning into '/tmp/tmp.pvdZngEcVJ/tini'...
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.021 + cd /tmp/tmp.pvdZngEcVJ/tini
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.021 + git checkout -q v0.19.0
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.030 + cmake .
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.281 -- The C compiler identification is GNU 10.2.1
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.317 -- Detecting C compiler ABI info
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.500 -- Detecting C compiler ABI info - done
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.534 -- Check for working C compiler: /usr/bin/cc - skipped
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.535 -- Detecting C compile features
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.536 -- Detecting C compile features - done
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.557 -- Performing Test HAS_BUILTIN_FORTIFY
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.662 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.696 -- Configuring done
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.708 -- Generating done
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.711 -- Build files have been written to: /tmp/tmp.pvdZngEcVJ/tini
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.714 + make tini-static
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.857 Scanning dependencies of target tini-static
15:33:33 [2022-08-31T15:33:33.009Z] #51 1.895 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
15:33:33 [2022-08-31T15:33:33.009Z] #51 2.316 [100%] Linking C executable tini-static
15:33:33 [2022-08-31T15:33:33.009Z] #51 2.578 [100%] Built target tini-static
15:33:33 [2022-08-31T15:33:33.009Z] #51 2.634 + mkdir -p /build
15:33:33 [2022-08-31T15:33:33.009Z] #51 2.641 + cp tini-static /build/docker-init
15:33:33 [2022-08-31T15:33:33.009Z] #51 DONE 2.9s
15:33:33 [2022-08-31T15:33:33.009Z] 
15:33:33 [2022-08-31T15:33:33.009Z] #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
15:33:33 [2022-08-31T15:33:33.009Z] #20 sha256:40cc8ae848b56775064a4ff5519e85840638958f121b25a5eae24fc364c24d98
15:33:33 [2022-08-31T15:33:33.009Z] #20 47.55 Selecting previously unselected package mingw-w64-x86-64-dev.
15:33:33 [2022-08-31T15:33:33.009Z] #20 47.55 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
15:33:33 [2022-08-31T15:33:33.009Z] #20 47.56 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
15:33:33 [2022-08-31T15:33:33.307Z] #20 49.62 Selecting previously unselected package gcc-mingw-w64-base.
15:33:33 [2022-08-31T15:33:33.373Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:33:33 [2022-08-31T15:33:33.373Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:33:33 [2022-08-31T15:33:33.567Z] #20 49.63 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
15:33:33 [2022-08-31T15:33:33.567Z] #20 49.64 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:33:33 [2022-08-31T15:33:33.567Z] #20 49.75 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
15:33:33 [2022-08-31T15:33:33.567Z] #20 49.75 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
15:33:33 [2022-08-31T15:33:33.567Z] #20 49.75 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:33:35 [2022-08-31T15:33:35.285Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
15:33:35 [2022-08-31T15:33:35.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.21s)
15:33:35 [2022-08-31T15:33:35.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.23s)
15:33:35 [2022-08-31T15:33:35.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.51s)
15:33:35 [2022-08-31T15:33:35.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.72s)
15:33:35 [2022-08-31T15:33:35.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.64s)
15:33:35 [2022-08-31T15:33:35.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.75s)
15:33:35 [2022-08-31T15:33:35.285Z] === RUN   TestBuildMultiStageCopy
15:33:35 [2022-08-31T15:33:35.285Z] === RUN   TestBuildMultiStageCopy/copy_to_root
15:33:36 [2022-08-31T15:33:36.106Z] #20 51.97 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
15:33:36 [2022-08-31T15:33:36.106Z] #20 51.97 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:33:36 [2022-08-31T15:33:36.106Z] #20 51.98 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:33:37 [2022-08-31T15:33:37.193Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
15:33:37 [2022-08-31T15:33:37.193Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
15:33:37 [2022-08-31T15:33:37.454Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
15:33:37 [2022-08-31T15:33:37.454Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
15:33:38 [2022-08-31T15:33:38.023Z] --- PASS: TestBuildMultiStageCopy (2.65s)
15:33:38 [2022-08-31T15:33:38.024Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.60s)
15:33:38 [2022-08-31T15:33:38.024Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.25s)
15:33:38 [2022-08-31T15:33:38.024Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.25s)
15:33:38 [2022-08-31T15:33:38.024Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s)
15:33:38 [2022-08-31T15:33:38.024Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.31s)
15:33:38 [2022-08-31T15:33:38.024Z] === RUN   TestBuildMultiStageParentConfig
15:33:38 [2022-08-31T15:33:38.561Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.162s	coverage: 6.6% of statements
15:33:38 [2022-08-31T15:33:38.561Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
15:33:38 [2022-08-31T15:33:38.561Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
15:33:38 [2022-08-31T15:33:38.561Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
15:33:38 [2022-08-31T15:33:38.561Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
15:33:38 [2022-08-31T15:33:38.561Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
15:33:38 [2022-08-31T15:33:38.561Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
15:33:38 [2022-08-31T15:33:38.561Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
15:33:38 [2022-08-31T15:33:38.594Z] --- PASS: TestBuildMultiStageParentConfig (0.78s)
15:33:38 [2022-08-31T15:33:38.594Z] === RUN   TestBuildLabelWithTargets
15:33:38 [2022-08-31T15:33:38.817Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.011s	coverage: 81.2% of statements
15:33:39 [2022-08-31T15:33:39.073Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
15:33:39 [2022-08-31T15:33:39.073Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
15:33:39 [2022-08-31T15:33:39.202Z] #64 ...
15:33:39 [2022-08-31T15:33:39.202Z] 
15:33:39 [2022-08-31T15:33:39.202Z] #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
15:33:39 [2022-08-31T15:33:39.202Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:33:39 [2022-08-31T15:33:39.202Z] #14 116.4 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
15:33:39 [2022-08-31T15:33:39.202Z] #14 116.4 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:33:39 [2022-08-31T15:33:39.202Z] #14 116.4 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:33:39 [2022-08-31T15:33:39.976Z] --- PASS: TestBuildLabelWithTargets (1.24s)
15:33:39 [2022-08-31T15:33:39.976Z] === RUN   TestBuildWithEmptyLayers
15:33:40 [2022-08-31T15:33:40.296Z] #20 55.91 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
15:33:40 [2022-08-31T15:33:40.296Z] #20 55.92 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:33:40 [2022-08-31T15:33:40.296Z] #20 55.92 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:33:40 [2022-08-31T15:33:40.546Z] --- PASS: TestBuildWithEmptyLayers (0.49s)
15:33:40 [2022-08-31T15:33:40.546Z] === RUN   TestBuildMultiStageOnBuild
15:33:41 [2022-08-31T15:33:41.234Z] #20 57.53 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
15:33:41 [2022-08-31T15:33:41.234Z] #20 ...
15:33:41 [2022-08-31T15:33:41.234Z] 
15:33:41 [2022-08-31T15:33:41.234Z] #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
15:33:41 [2022-08-31T15:33:41.234Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:33:41 [2022-08-31T15:33:41.234Z] #71 14.29 + cd /tmp/tmp.kwDJQ66DTu/src/github.com/containerd/containerd
15:33:41 [2022-08-31T15:33:41.234Z] #71 14.30 + git checkout -q v1.6.8
15:33:42 [2022-08-31T15:33:42.171Z] #71 15.24 + export 'BUILDTAGS=netgo osusergo static_build'
15:33:42 [2022-08-31T15:33:42.171Z] #71 15.24 + BUILDTAGS='netgo osusergo static_build'
15:33:42 [2022-08-31T15:33:42.171Z] #71 15.24 + export EXTRA_FLAGS=-buildmode=pie
15:33:42 [2022-08-31T15:33:42.171Z] #71 15.24 + EXTRA_FLAGS=-buildmode=pie
15:33:42 [2022-08-31T15:33:42.171Z] #71 15.24 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
15:33:42 [2022-08-31T15:33:42.171Z] #71 15.24 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
15:33:42 [2022-08-31T15:33:42.171Z] #71 15.24 + '[' '' = dynamic ']'
15:33:42 [2022-08-31T15:33:42.171Z] #71 15.24 + make
15:33:42 [2022-08-31T15:33:42.178Z] #14 115.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
15:33:42 [2022-08-31T15:33:42.178Z] #14 115.3 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:33:42 [2022-08-31T15:33:42.178Z] #14 115.4 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:33:42 [2022-08-31T15:33:42.454Z] --- PASS: TestBuildMultiStageOnBuild (1.85s)
15:33:42 [2022-08-31T15:33:42.454Z] === RUN   TestBuildUncleanTarFilenames
15:33:42 [2022-08-31T15:33:42.740Z] #71 15.85 + bin/ctr
15:33:43 [2022-08-31T15:33:43.023Z] --- PASS: TestBuildUncleanTarFilenames (0.67s)
15:33:43 [2022-08-31T15:33:43.023Z] === RUN   TestBuildMultiStageLayerLeak
15:33:44 [2022-08-31T15:33:44.932Z] --- PASS: TestBuildMultiStageLayerLeak (1.86s)
15:33:44 [2022-08-31T15:33:44.932Z] === RUN   TestBuildWithHugeFile
15:33:45 [2022-08-31T15:33:45.770Z] #14 ...
15:33:45 [2022-08-31T15:33:45.770Z] 
15:33:45 [2022-08-31T15:33:45.770Z] #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
15:33:45 [2022-08-31T15:33:45.770Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:33:45 [2022-08-31T15:33:45.770Z] #77 45.89 aclocal: warning: couldn't open directory 'm4': No such file or directory
15:33:46 [2022-08-31T15:33:46.347Z] #14 ...
15:33:46 [2022-08-31T15:33:46.347Z] 
15:33:46 [2022-08-31T15:33:46.347Z] #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
15:33:46 [2022-08-31T15:33:46.347Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:33:46 [2022-08-31T15:33:46.347Z] #77 46.67 aclocal: warning: couldn't open directory 'm4': No such file or directory
15:33:48 [2022-08-31T15:33:48.018Z] #71 ...
15:33:48 [2022-08-31T15:33:48.018Z] 
15:33:48 [2022-08-31T15:33:48.018Z] #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
15:33:48 [2022-08-31T15:33:48.018Z] #20 sha256:40cc8ae848b56775064a4ff5519e85840638958f121b25a5eae24fc364c24d98
15:33:48 [2022-08-31T15:33:48.018Z] #20 57.53 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
15:33:48 [2022-08-31T15:33:48.018Z] #20 57.54 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
15:33:48 [2022-08-31T15:33:48.018Z] #20 57.54 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:33:48 [2022-08-31T15:33:48.018Z] #20 59.21 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
15:33:48 [2022-08-31T15:33:48.018Z] #20 59.22 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:33:48 [2022-08-31T15:33:48.018Z] #20 59.23 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:33:48 [2022-08-31T15:33:48.018Z] #20 62.88 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
15:33:48 [2022-08-31T15:33:48.018Z] #20 62.89 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:33:48 [2022-08-31T15:33:48.018Z] #20 62.89 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:33:48 [2022-08-31T15:33:48.277Z] #20 64.54 Selecting previously unselected package g++-mingw-w64-x86-64.
15:33:48 [2022-08-31T15:33:48.277Z] #20 64.54 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
15:33:48 [2022-08-31T15:33:48.277Z] #20 64.55 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:33:48 [2022-08-31T15:33:48.277Z] #20 64.62 Selecting previously unselected package libapparmor1:amd64.
15:33:48 [2022-08-31T15:33:48.277Z] #20 64.63 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
15:33:48 [2022-08-31T15:33:48.277Z] #20 64.63 Unpacking libapparmor1:amd64 (2.13.6-10) ...
15:33:48 [2022-08-31T15:33:48.277Z] #20 64.68 Selecting previously unselected package libapparmor-dev:amd64.
15:33:48 [2022-08-31T15:33:48.537Z] #20 64.69 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
15:33:48 [2022-08-31T15:33:48.537Z] #20 64.70 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
15:33:48 [2022-08-31T15:33:48.537Z] #20 64.76 Selecting previously unselected package libbtrfs0:amd64.
15:33:48 [2022-08-31T15:33:48.537Z] #20 64.76 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
15:33:48 [2022-08-31T15:33:48.537Z] #20 64.77 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:33:48 [2022-08-31T15:33:48.537Z] #20 64.83 Selecting previously unselected package libbtrfs-dev:amd64.
15:33:48 [2022-08-31T15:33:48.537Z] #20 64.84 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
15:33:48 [2022-08-31T15:33:48.537Z] #20 64.85 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:33:48 [2022-08-31T15:33:48.797Z] #20 64.94 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
15:33:48 [2022-08-31T15:33:48.797Z] #20 64.95 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:33:48 [2022-08-31T15:33:48.797Z] #20 64.96 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:33:48 [2022-08-31T15:33:48.797Z] #20 65.00 Selecting previously unselected package libudev-dev:amd64.
15:33:48 [2022-08-31T15:33:48.797Z] #20 65.00 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
15:33:48 [2022-08-31T15:33:48.797Z] #20 65.01 Unpacking libudev-dev:amd64 (247.3-7) ...
15:33:48 [2022-08-31T15:33:48.797Z] #20 65.06 Selecting previously unselected package libsepol1-dev:amd64.
15:33:48 [2022-08-31T15:33:48.797Z] #20 65.07 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
15:33:48 [2022-08-31T15:33:48.797Z] #20 65.08 Unpacking libsepol1-dev:amd64 (3.1-1) ...
15:33:48 [2022-08-31T15:33:48.797Z] #20 65.20 Selecting previously unselected package libpcre2-16-0:amd64.
15:33:49 [2022-08-31T15:33:49.056Z] #20 65.20 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
15:33:49 [2022-08-31T15:33:49.056Z] #20 65.21 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
15:33:49 [2022-08-31T15:33:49.056Z] #20 65.29 Selecting previously unselected package libpcre2-32-0:amd64.
15:33:49 [2022-08-31T15:33:49.056Z] #20 65.30 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
15:33:49 [2022-08-31T15:33:49.056Z] #20 65.30 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
15:33:49 [2022-08-31T15:33:49.056Z] #20 65.39 Selecting previously unselected package libpcre2-posix2:amd64.
15:33:49 [2022-08-31T15:33:49.056Z] #20 65.40 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
15:33:49 [2022-08-31T15:33:49.056Z] #20 65.40 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
15:33:49 [2022-08-31T15:33:49.316Z] #20 65.44 Selecting previously unselected package libpcre2-dev:amd64.
15:33:49 [2022-08-31T15:33:49.316Z] #20 65.45 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
15:33:49 [2022-08-31T15:33:49.316Z] #20 65.45 Unpacking libpcre2-dev:amd64 (10.36-2) ...
15:33:49 [2022-08-31T15:33:49.576Z] #20 65.65 Selecting previously unselected package libselinux1-dev:amd64.
15:33:49 [2022-08-31T15:33:49.576Z] #20 65.66 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
15:33:49 [2022-08-31T15:33:49.576Z] #20 65.66 Unpacking libselinux1-dev:amd64 (3.1-3) ...
15:33:49 [2022-08-31T15:33:49.576Z] #20 65.75 Selecting previously unselected package libdevmapper-dev:amd64.
15:33:49 [2022-08-31T15:33:49.576Z] #20 65.76 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
15:33:49 [2022-08-31T15:33:49.576Z] #20 65.76 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:33:49 [2022-08-31T15:33:49.576Z] #20 65.80 Selecting previously unselected package libseccomp-dev:amd64.
15:33:49 [2022-08-31T15:33:49.576Z] #20 65.81 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
15:33:49 [2022-08-31T15:33:49.576Z] #20 65.81 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 65.88 Selecting previously unselected package libsystemd-dev:amd64.
15:33:49 [2022-08-31T15:33:49.836Z] #20 65.89 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 65.90 Unpacking libsystemd-dev:amd64 (247.3-7) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.13 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.14 Setting up libapparmor1:amd64 (2.13.6-10) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.15 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.16 Setting up libsepol1-dev:amd64 (3.1-1) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.17 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.18 Setting up libpcre2-16-0:amd64 (10.36-2) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.20 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.21 Setting up libpcre2-32-0:amd64 (10.36-2) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.22 Setting up libudev-dev:amd64 (247.3-7) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.23 Setting up libpcre2-posix2:amd64 (10.36-2) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.24 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:33:49 [2022-08-31T15:33:49.836Z] #20 66.25 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.26 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.27 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.28 Setting up mingw-w64-common (8.0.0-1) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.29 Setting up libsystemd-dev:amd64 (247.3-7) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.30 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.31 Setting up libpcre2-dev:amd64 (10.36-2) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.32 Setting up libselinux1-dev:amd64 (3.1-3) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.33 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.34 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.36 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
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.36 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.37 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
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.38 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.39 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.40 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
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.41 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.43 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.44 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.46 Setting up dmsetup (2:1.02.175-2.1) ...
15:33:50 [2022-08-31T15:33:50.095Z] #20 66.47 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:33:50 [2022-08-31T15:33:50.355Z] #20 66.48 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:33:50 [2022-08-31T15:33:50.355Z] #20 66.49 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:33:50 [2022-08-31T15:33:50.614Z] #20 DONE 66.9s
15:33:50 [2022-08-31T15:33:50.614Z] 
15:33:50 [2022-08-31T15:33:50.614Z] #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
15:33:50 [2022-08-31T15:33:50.614Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:33:50 [2022-08-31T15:33:50.874Z] #71 ...
15:33:50 [2022-08-31T15:33:50.874Z] 
15:33:50 [2022-08-31T15:33:50.874Z] #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
15:33:50 [2022-08-31T15:33:50.874Z] #21 sha256:a64cfea026c18e0ae91bc700f920ff3500105d780e267e217109fecab02715b6
15:33:51 [2022-08-31T15:33:51.245Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
15:33:51 [2022-08-31T15:33:51.811Z] #21 1.095 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
15:33:51 [2022-08-31T15:33:51.811Z] #21 1.097 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
15:33:51 [2022-08-31T15:33:51.811Z] #21 1.097 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
15:33:57 [2022-08-31T15:33:57.656Z] #21 1.599 Reading package lists...
15:34:00 [2022-08-31T15:34:00.651Z] #77 ...
15:34:00 [2022-08-31T15:34:00.651Z] 
15:34:00 [2022-08-31T15:34:00.651Z] #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
15:34:00 [2022-08-31T15:34:00.651Z] #64 sha256:e680cc345ec1f5e900fbfbbd381a0c989095cb4e3839f83b25f56751e0c1ff11
15:34:01 [2022-08-31T15:34:01.201Z] #77 ...
15:34:01 [2022-08-31T15:34:01.201Z] 
15:34:01 [2022-08-31T15:34:01.201Z] #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
15:34:01 [2022-08-31T15:34:01.201Z] #64 sha256:ae9968aef2436c132b6bf1013f85eeafc857debc7dd9e792ad55a475647d8867
15:34:01 [2022-08-31T15:34:01.857Z] #21 6.150 Reading package lists...
15:34:02 [2022-08-31T15:34:02.425Z] #21 10.73 Building dependency tree...
15:34:02 [2022-08-31T15:34:02.684Z] #21 11.82 Reading state information...
15:34:03 [2022-08-31T15:34:03.240Z] #64 74.96 Updating files:  23% (1171/4992)
Updating files:  24% (1199/4992)
Updating files:  25% (1248/4992)
Updating files:  26% (1298/4992)
Updating files:  27% (1348/4992)
Updating files:  28% (1398/4992)
Updating files:  29% (1448/4992)
Updating files:  30% (1498/4992)
Updating files:  31% (1548/4992)
Updating files:  32% (1598/4992)
Updating files:  33% (1648/4992)
Updating files:  34% (1698/4992)
Updating files:  35% (1748/4992)
Updating files:  36% (1798/4992)
Updating files:  37% (1848/4992)
Updating files:  38% (1897/4992)
Updating files:  39% (1947/4992)
Updating files:  40% (1997/4992)
Updating files:  41% (2047/4992)
Updating files:  42% (2097/4992)
Updating files:  43% (2147/4992)
Updating files:  44% (2197/4992)
Updating files:  45% (2247/4992)
Updating files:  46% (2297/4992)
Updating files:  47% (2347/4992)
Updating files:  48% (2397/4992)
Updating files:  49% (2447/4992)
Updating files:  50% (2496/4992)
Updating files:  51% (2546/4992)
Updating files:  52% (2596/4992)
Updating files:  53% (2646/4992)
Updating files:  54% (2696/4992)
Updating files:  55% (2746/4992)
Updating files:  56% (2796/4992)
Updating files:  57% (2846/4992)
Updating files:  58% (2896/4992)
Updating files:  59% (2946/4992)
Updating files:  60% (2996/4992)
Updating files:  61% (3046/4992)
Updating files:  62% (3096/4992)
Updating files:  62% (3114/4992)
Updating files:  63% (3145/4992)
Updating files:  64% (3195/4992)
Updating files:  65% (3245/4992)
Updating files:  66% (3295/4992)
Updating files:  67% (3345/4992)
Updating files:  68% (3395/4992)
Updating files:  69% (3445/4992)
Updating files:  70% (3495/4992)
Updating files:  71% (3545/4992)
Updating files:  72% (3595/4992)
Updating files:  73% (3645/4992)
Updating files:  74% (3695/4992)
Updating files:  75% (3744/4992)
Updating files:  76% (3794/4992)
Updating files:  77% (3844/4992)
Updating files:  78% (3894/4992)
Updating files:  79% (3944/4992)
Updating files:  80% (3994/4992)
Updating files:  81% (4044/4992)
Updating files:  82% (4094/4992)
Updating files:  83% (4144/4992)
Updating files:  84% (4194/4992)
Updating files:  85% (4244/4992)
Updating files:  86% (4294/4992)
Updating files:  87% (4344/4992)
Updating files:  88% (4393/4992)
Updating files:  89% (4443/4992)
Updating files:  90% (4493/4992)
Updating files:  90% (4541/4992)
Updating files:  91% (4543/4992)
Updating files:  92% (4593/4992)
Updating files:  93% (4643/4992)
Updating files:  94% (4693/4992)
Updating files:  95% (4743/4992)
Updating files:  96% (4793/4992)
Updating files:  97% (4843/4992)
Updating files:  98% (4893/4992)
Updating files:  99% (4943/4992)
Updating files: 100% (4992/4992)
Updating files: 100% (4992/4992), done.
15:34:03 [2022-08-31T15:34:03.240Z] #64 77.56 + cd /tmp/tmp.AkHi1dW29A/src/github.com/containerd/containerd
15:34:03 [2022-08-31T15:34:03.240Z] #64 77.56 + git checkout -q v1.6.8
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.82 The following additional packages will be installed:
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.82   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.82   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.82   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.82   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.83   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.83   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.83   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.85 Suggested packages:
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.85   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.85   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.85   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.85   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.85   seccomp:ppc64el seccomp:s390x
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.85 Recommended packages:
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.85   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.85   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.85   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
15:34:03 [2022-08-31T15:34:03.624Z] #21 12.85   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
15:34:03 [2022-08-31T15:34:03.770Z] #64 73.65 Updating files:  32% (1641/4992)
Updating files:  33% (1648/4992)
Updating files:  34% (1698/4992)
Updating files:  35% (1748/4992)
Updating files:  36% (1798/4992)
Updating files:  37% (1848/4992)
Updating files:  38% (1897/4992)
Updating files:  39% (1947/4992)
Updating files:  40% (1997/4992)
Updating files:  41% (2047/4992)
Updating files:  42% (2097/4992)
Updating files:  43% (2147/4992)
Updating files:  44% (2197/4992)
Updating files:  45% (2247/4992)
Updating files:  46% (2297/4992)
Updating files:  47% (2347/4992)
Updating files:  48% (2397/4992)
Updating files:  49% (2447/4992)
Updating files:  50% (2496/4992)
Updating files:  51% (2546/4992)
Updating files:  52% (2596/4992)
Updating files:  53% (2646/4992)
Updating files:  54% (2696/4992)
Updating files:  55% (2746/4992)
Updating files:  56% (2796/4992)
Updating files:  57% (2846/4992)
Updating files:  58% (2896/4992)
Updating files:  59% (2946/4992)
Updating files:  60% (2996/4992)
Updating files:  61% (3046/4992)
Updating files:  62% (3096/4992)
Updating files:  63% (3145/4992)
Updating files:  64% (3195/4992)
Updating files:  64% (3238/4992)
Updating files:  65% (3245/4992)
Updating files:  66% (3295/4992)
Updating files:  67% (3345/4992)
Updating files:  68% (3395/4992)
Updating files:  69% (3445/4992)
Updating files:  70% (3495/4992)
Updating files:  71% (3545/4992)
Updating files:  72% (3595/4992)
Updating files:  73% (3645/4992)
Updating files:  74% (3695/4992)
Updating files:  75% (3744/4992)
Updating files:  76% (3794/4992)
Updating files:  77% (3844/4992)
Updating files:  78% (3894/4992)
Updating files:  79% (3944/4992)
Updating files:  80% (3994/4992)
Updating files:  81% (4044/4992)
Updating files:  82% (4094/4992)
Updating files:  83% (4144/4992)
Updating files:  84% (4194/4992)
Updating files:  85% (4244/4992)
Updating files:  86% (4294/4992)
Updating files:  87% (4344/4992)
Updating files:  88% (4393/4992)
Updating files:  89% (4443/4992)
Updating files:  90% (4493/4992)
Updating files:  91% (4543/4992)
Updating files:  92% (4593/4992)
Updating files:  93% (4643/4992)
Updating files:  94% (4693/4992)
Updating files:  95% (4743/4992)
Updating files:  96% (4793/4992)
Updating files:  97% (4843/4992)
Updating files:  98% (4893/4992)
Updating files:  99% (4943/4992)
Updating files: 100% (4992/4992)
Updating files: 100% (4992/4992), done.
15:34:03 [2022-08-31T15:34:03.770Z] #64 76.52 + cd /tmp/tmp.Zsn87x6ZH8/src/github.com/containerd/containerd
15:34:03 [2022-08-31T15:34:03.770Z] #64 76.52 + git checkout -q v1.6.8
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.30 The following NEW packages will be installed:
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.30   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.30   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.30   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.30   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.30   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.30   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.30   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.30   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.30   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.30   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.31   libseccomp2:ppc64el libseccomp2:s390x
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.67 0 upgraded, 40 newly installed, 0 to remove and 1 not upgraded.
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.67 Need to get 15.9 MB of archives.
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.67 After this operation, 73.0 MB of additional disk space will be used.
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.67 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.67 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.68 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
15:34:04 [2022-08-31T15:34:04.193Z] #21 13.69 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.69 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.69 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.73 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.73 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.73 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.74 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.74 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.78 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.78 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.78 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.78 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.78 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.81 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.81 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.81 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.82 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.82 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.84 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.85 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.85 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.85 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.85 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.88 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.89 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.89 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.89 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.89 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.89 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.89 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.89 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.89 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.90 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.90 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB]
15:34:04 [2022-08-31T15:34:04.454Z] #21 13.90 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
15:34:05 [2022-08-31T15:34:05.023Z] #21 14.39 debconf: delaying package configuration, since apt-utils is not installed
15:34:05 [2022-08-31T15:34:05.283Z] #21 14.58 Fetched 15.9 MB in 1s (30.6 MB/s)
15:34:05 [2022-08-31T15:34:05.283Z] #21 14.61 Selecting previously unselected package gcc-10-base:armel.
15:34:05 [2022-08-31T15:34:05.283Z] #21 14.61 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 38556 files and directories currently installed.)
15:34:05 [2022-08-31T15:34:05.283Z] #21 14.66 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
15:34:05 [2022-08-31T15:34:05.283Z] #21 14.68 Unpacking gcc-10-base:armel (10.2.1-6) ...
15:34:05 [2022-08-31T15:34:05.283Z] #21 14.73 Selecting previously unselected package gcc-10-base:armhf.
15:34:05 [2022-08-31T15:34:05.283Z] #21 14.74 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
15:34:05 [2022-08-31T15:34:05.543Z] #21 14.75 Unpacking gcc-10-base:armhf (10.2.1-6) ...
15:34:05 [2022-08-31T15:34:05.543Z] #21 14.83 Selecting previously unselected package gcc-10-base:ppc64el.
15:34:05 [2022-08-31T15:34:05.543Z] #21 14.83 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
15:34:05 [2022-08-31T15:34:05.543Z] #21 14.84 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
15:34:05 [2022-08-31T15:34:05.543Z] #21 14.88 Selecting previously unselected package gcc-10-base:s390x.
15:34:05 [2022-08-31T15:34:05.543Z] #21 14.89 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
15:34:05 [2022-08-31T15:34:05.543Z] #21 14.89 Unpacking gcc-10-base:s390x (10.2.1-6) ...
15:34:05 [2022-08-31T15:34:05.543Z] #21 14.94 Selecting previously unselected package gcc-10-base:arm64.
15:34:05 [2022-08-31T15:34:05.543Z] #21 14.95 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
15:34:05 [2022-08-31T15:34:05.543Z] #21 14.96 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
15:34:05 [2022-08-31T15:34:05.543Z] #21 15.01 Selecting previously unselected package libgcc-s1:armel.
15:34:05 [2022-08-31T15:34:05.803Z] #21 15.02 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
15:34:05 [2022-08-31T15:34:05.803Z] #21 15.03 Unpacking libgcc-s1:armel (10.2.1-6) ...
15:34:05 [2022-08-31T15:34:05.803Z] #21 15.09 Selecting previously unselected package libcrypt1:armel.
15:34:05 [2022-08-31T15:34:05.803Z] #21 15.09 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
15:34:05 [2022-08-31T15:34:05.803Z] #21 15.09 Unpacking libcrypt1:armel (1:4.4.18-4) ...
15:34:05 [2022-08-31T15:34:05.803Z] #21 15.18 Selecting previously unselected package libc6:armel.
15:34:05 [2022-08-31T15:34:05.803Z] #21 15.18 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ...
15:34:06 [2022-08-31T15:34:06.062Z] #21 15.38 Unpacking libc6:armel (2.31-13+deb11u3) ...
15:34:06 [2022-08-31T15:34:06.097Z] ok  	github.com/docker/docker/libnetwork/ipam	15.751s	coverage: 85.3% of statements
15:34:06 [2022-08-31T15:34:06.097Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
15:34:06 [2022-08-31T15:34:06.097Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
15:34:06 [2022-08-31T15:34:06.097Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
15:34:06 [2022-08-31T15:34:06.353Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
15:34:06 [2022-08-31T15:34:06.353Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
15:34:06 [2022-08-31T15:34:06.528Z] #64 80.30 + export 'BUILDTAGS=netgo osusergo static_build'
15:34:06 [2022-08-31T15:34:06.528Z] #64 80.30 + BUILDTAGS='netgo osusergo static_build'
15:34:06 [2022-08-31T15:34:06.528Z] #64 80.30 + export EXTRA_FLAGS=-buildmode=pie
15:34:06 [2022-08-31T15:34:06.528Z] #64 80.30 + EXTRA_FLAGS=-buildmode=pie
15:34:06 [2022-08-31T15:34:06.528Z] #64 80.30 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
15:34:06 [2022-08-31T15:34:06.528Z] #64 80.30 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
15:34:06 [2022-08-31T15:34:06.528Z] #64 80.30 + '[' '' = dynamic ']'
15:34:06 [2022-08-31T15:34:06.528Z] #64 80.30 + make
15:34:06 [2022-08-31T15:34:06.609Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
15:34:06 [2022-08-31T15:34:06.631Z] #21 15.82 Selecting previously unselected package libapparmor1:armel.
15:34:06 [2022-08-31T15:34:06.631Z] #21 15.83 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
15:34:06 [2022-08-31T15:34:06.631Z] #21 15.83 Unpacking libapparmor1:armel (2.13.6-10) ...
15:34:06 [2022-08-31T15:34:06.631Z] #21 15.88 Selecting previously unselected package libapparmor-dev:armel.
15:34:06 [2022-08-31T15:34:06.631Z] #21 15.88 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
15:34:06 [2022-08-31T15:34:06.631Z] #21 15.89 Unpacking libapparmor-dev:armel (2.13.6-10) ...
15:34:06 [2022-08-31T15:34:06.631Z] #21 15.96 Selecting previously unselected package libgcc-s1:arm64.
15:34:06 [2022-08-31T15:34:06.631Z] #21 15.96 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
15:34:06 [2022-08-31T15:34:06.631Z] #21 15.97 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
15:34:06 [2022-08-31T15:34:06.631Z] #21 16.02 Selecting previously unselected package libcrypt1:arm64.
15:34:06 [2022-08-31T15:34:06.891Z] #21 16.02 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
15:34:06 [2022-08-31T15:34:06.891Z] #21 16.03 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
15:34:06 [2022-08-31T15:34:06.891Z] #21 16.10 Selecting previously unselected package libc6:arm64.
15:34:06 [2022-08-31T15:34:06.891Z] #21 16.11 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ...
15:34:06 [2022-08-31T15:34:06.891Z] #21 16.26 Unpacking libc6:arm64 (2.31-13+deb11u3) ...
15:34:07 [2022-08-31T15:34:07.045Z] #64 79.14 + export 'BUILDTAGS=netgo osusergo static_build'
15:34:07 [2022-08-31T15:34:07.045Z] #64 79.14 + BUILDTAGS='netgo osusergo static_build'
15:34:07 [2022-08-31T15:34:07.045Z] #64 79.14 + export EXTRA_FLAGS=-buildmode=pie
15:34:07 [2022-08-31T15:34:07.045Z] #64 79.14 + EXTRA_FLAGS=-buildmode=pie
15:34:07 [2022-08-31T15:34:07.045Z] #64 79.14 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
15:34:07 [2022-08-31T15:34:07.045Z] #64 79.14 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
15:34:07 [2022-08-31T15:34:07.045Z] #64 79.14 + '[' '' = dynamic ']'
15:34:07 [2022-08-31T15:34:07.045Z] #64 79.14 + make
15:34:07 [2022-08-31T15:34:07.170Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.269s	coverage: 74.0% of statements
15:34:07 [2022-08-31T15:34:07.460Z] #21 16.69 Selecting previously unselected package libapparmor1:arm64.
15:34:07 [2022-08-31T15:34:07.460Z] #21 16.70 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
15:34:07 [2022-08-31T15:34:07.460Z] #21 16.70 Unpacking libapparmor1:arm64 (2.13.6-10) ...
15:34:07 [2022-08-31T15:34:07.460Z] #21 16.75 Selecting previously unselected package libapparmor-dev:arm64.
15:34:07 [2022-08-31T15:34:07.460Z] #21 16.76 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
15:34:07 [2022-08-31T15:34:07.460Z] #21 16.76 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
15:34:07 [2022-08-31T15:34:07.460Z] #21 16.83 Selecting previously unselected package libgcc-s1:s390x.
15:34:07 [2022-08-31T15:34:07.460Z] #21 16.83 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
15:34:07 [2022-08-31T15:34:07.460Z] #21 16.84 Unpacking libgcc-s1:s390x (10.2.1-6) ...
15:34:07 [2022-08-31T15:34:07.720Z] #21 16.88 Selecting previously unselected package libcrypt1:s390x.
15:34:07 [2022-08-31T15:34:07.720Z] #21 16.89 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
15:34:07 [2022-08-31T15:34:07.720Z] #21 16.90 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
15:34:07 [2022-08-31T15:34:07.720Z] #21 16.97 Selecting previously unselected package libc6:s390x.
15:34:07 [2022-08-31T15:34:07.720Z] #21 16.98 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ...
15:34:07 [2022-08-31T15:34:07.732Z] ok  	github.com/docker/docker/libnetwork/iptables	0.169s	coverage: 45.0% of statements
15:34:07 [2022-08-31T15:34:07.979Z] #21 17.20 Unpacking libc6:s390x (2.31-13+deb11u3) ...
15:34:07 [2022-08-31T15:34:07.988Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
15:34:08 [2022-08-31T15:34:08.239Z] #21 17.67 Selecting previously unselected package libapparmor1:s390x.
15:34:08 [2022-08-31T15:34:08.239Z] #21 17.67 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
15:34:08 [2022-08-31T15:34:08.239Z] #21 17.68 Unpacking libapparmor1:s390x (2.13.6-10) ...
15:34:08 [2022-08-31T15:34:08.239Z] #21 17.73 Selecting previously unselected package libapparmor-dev:s390x.
15:34:08 [2022-08-31T15:34:08.239Z] #21 17.74 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
15:34:08 [2022-08-31T15:34:08.244Z] ok  	github.com/docker/docker/libnetwork/netutils	0.019s	coverage: 44.1% of statements
15:34:08 [2022-08-31T15:34:08.499Z] #21 17.74 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
15:34:08 [2022-08-31T15:34:08.499Z] #21 17.81 Selecting previously unselected package libgcc-s1:armhf.
15:34:08 [2022-08-31T15:34:08.499Z] #21 17.82 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
15:34:08 [2022-08-31T15:34:08.499Z] #21 17.83 Unpacking libgcc-s1:armhf (10.2.1-6) ...
15:34:08 [2022-08-31T15:34:08.499Z] #21 17.88 Selecting previously unselected package libcrypt1:armhf.
15:34:08 [2022-08-31T15:34:08.499Z] #21 17.89 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
15:34:08 [2022-08-31T15:34:08.499Z] #21 17.89 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
15:34:08 [2022-08-31T15:34:08.499Z] #21 18.00 Selecting previously unselected package libc6:armhf.
15:34:08 [2022-08-31T15:34:08.759Z] #21 18.00 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ...
15:34:09 [2022-08-31T15:34:09.019Z] #21 18.20 Unpacking libc6:armhf (2.31-13+deb11u3) ...
15:34:09 [2022-08-31T15:34:09.278Z] #21 18.66 Selecting previously unselected package libapparmor1:armhf.
15:34:09 [2022-08-31T15:34:09.278Z] #21 18.66 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
15:34:09 [2022-08-31T15:34:09.278Z] #21 18.66 Unpacking libapparmor1:armhf (2.13.6-10) ...
15:34:09 [2022-08-31T15:34:09.278Z] #21 18.72 Selecting previously unselected package libapparmor-dev:armhf.
15:34:09 [2022-08-31T15:34:09.538Z] #21 18.72 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
15:34:09 [2022-08-31T15:34:09.538Z] #21 18.73 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
15:34:09 [2022-08-31T15:34:09.538Z] #21 18.80 Selecting previously unselected package libgcc-s1:ppc64el.
15:34:09 [2022-08-31T15:34:09.538Z] #21 18.80 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
15:34:09 [2022-08-31T15:34:09.538Z] #21 18.81 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
15:34:09 [2022-08-31T15:34:09.538Z] #21 18.85 Selecting previously unselected package libcrypt1:ppc64el.
15:34:09 [2022-08-31T15:34:09.538Z] #21 18.86 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
15:34:09 [2022-08-31T15:34:09.538Z] #21 18.87 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
15:34:09 [2022-08-31T15:34:09.538Z] #21 18.96 Selecting previously unselected package libc6:ppc64el.
15:34:09 [2022-08-31T15:34:09.576Z] #64 81.93 + bin/ctr
15:34:09 [2022-08-31T15:34:09.798Z] #21 18.96 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ...
15:34:09 [2022-08-31T15:34:09.798Z] #21 19.16 Unpacking libc6:ppc64el (2.31-13+deb11u3) ...
15:34:09 [2022-08-31T15:34:09.814Z] #64 83.78 + bin/ctr
15:34:10 [2022-08-31T15:34:10.367Z] #21 19.73 Selecting previously unselected package libapparmor1:ppc64el.
15:34:10 [2022-08-31T15:34:10.367Z] #21 19.74 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
15:34:10 [2022-08-31T15:34:10.367Z] #21 19.75 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
15:34:10 [2022-08-31T15:34:10.367Z] #21 19.81 Selecting previously unselected package libapparmor-dev:ppc64el.
15:34:10 [2022-08-31T15:34:10.627Z] #21 19.81 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
15:34:10 [2022-08-31T15:34:10.627Z] #21 19.82 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
15:34:10 [2022-08-31T15:34:10.627Z] #21 19.91 Selecting previously unselected package libseccomp2:s390x.
15:34:10 [2022-08-31T15:34:10.627Z] #21 19.92 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
15:34:10 [2022-08-31T15:34:10.627Z] #21 19.93 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
15:34:10 [2022-08-31T15:34:10.627Z] #21 19.98 Selecting previously unselected package libseccomp-dev:s390x.
15:34:10 [2022-08-31T15:34:10.627Z] #21 19.98 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
15:34:10 [2022-08-31T15:34:10.627Z] #21 19.99 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.06 Selecting previously unselected package libseccomp2:ppc64el.
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.07 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.08 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.12 Selecting previously unselected package libseccomp-dev:ppc64el.
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.13 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.13 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.20 Selecting previously unselected package libseccomp2:armhf.
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.22 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.22 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.27 Selecting previously unselected package libseccomp-dev:armhf.
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.28 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.28 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
15:34:10 [2022-08-31T15:34:10.886Z] #21 20.34 Selecting previously unselected package libseccomp2:armel.
15:34:11 [2022-08-31T15:34:11.146Z] #21 20.35 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
15:34:11 [2022-08-31T15:34:11.146Z] #21 20.35 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
15:34:11 [2022-08-31T15:34:11.146Z] #21 20.39 Selecting previously unselected package libseccomp-dev:armel.
15:34:11 [2022-08-31T15:34:11.146Z] #21 20.41 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
15:34:11 [2022-08-31T15:34:11.146Z] #21 20.41 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
15:34:11 [2022-08-31T15:34:11.146Z] #21 20.48 Selecting previously unselected package libseccomp2:arm64.
15:34:11 [2022-08-31T15:34:11.146Z] #21 20.49 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ...
15:34:11 [2022-08-31T15:34:11.146Z] #21 20.49 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ...
15:34:11 [2022-08-31T15:34:11.146Z] #21 20.53 Selecting previously unselected package libseccomp-dev:arm64.
15:34:11 [2022-08-31T15:34:11.146Z] #21 20.54 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
15:34:11 [2022-08-31T15:34:11.146Z] #21 20.55 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
15:34:11 [2022-08-31T15:34:11.191Z] #64 ...
15:34:11 [2022-08-31T15:34:11.192Z] 
15:34:11 [2022-08-31T15:34:11.192Z] #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
15:34:11 [2022-08-31T15:34:11.192Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:34:11 [2022-08-31T15:34:11.192Z] #77 62.32 libtoolize: putting auxiliary files in '.'.
15:34:11 [2022-08-31T15:34:11.192Z] #77 62.32 libtoolize: copying file './ltmain.sh'
15:34:11 [2022-08-31T15:34:11.192Z] #77 63.43 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
15:34:11 [2022-08-31T15:34:11.192Z] #77 63.43 libtoolize: and rerunning libtoolize and aclocal.
15:34:11 [2022-08-31T15:34:11.192Z] #77 63.43 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.63 Setting up gcc-10-base:arm64 (10.2.1-6) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.64 Setting up gcc-10-base:armel (10.2.1-6) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.65 Setting up gcc-10-base:armhf (10.2.1-6) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.67 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.68 Setting up gcc-10-base:s390x (10.2.1-6) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.70 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.71 Setting up libcrypt1:armel (1:4.4.18-4) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.72 Setting up libcrypt1:armhf (1:4.4.18-4) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.73 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.74 Setting up libcrypt1:s390x (1:4.4.18-4) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.76 Setting up libgcc-s1:arm64 (10.2.1-6) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.77 Setting up libgcc-s1:armel (10.2.1-6) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.79 Setting up libgcc-s1:armhf (10.2.1-6) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.80 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.81 Setting up libgcc-s1:s390x (10.2.1-6) ...
15:34:11 [2022-08-31T15:34:11.406Z] #21 20.82 Setting up libc6:arm64 (2.31-13+deb11u3) ...
15:34:11 [2022-08-31T15:34:11.450Z] #77 ...
15:34:11 [2022-08-31T15:34:11.450Z] 
15:34:11 [2022-08-31T15:34:11.450Z] #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
15:34:11 [2022-08-31T15:34:11.450Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:34:11 [2022-08-31T15:34:11.450Z] #14 140.2 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
15:34:11 [2022-08-31T15:34:11.450Z] #14 140.2 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:34:11 [2022-08-31T15:34:11.450Z] #14 140.2 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:34:12 [2022-08-31T15:34:12.787Z] #21 22.04 Setting up libc6:armel (2.31-13+deb11u3) ...
15:34:13 [2022-08-31T15:34:13.353Z] #14 150.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
15:34:13 [2022-08-31T15:34:13.353Z] #14 150.6 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
15:34:13 [2022-08-31T15:34:13.353Z] #14 150.7 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:34:14 [2022-08-31T15:34:14.168Z] #21 23.25 Setting up libc6:armhf (2.31-13+deb11u3) ...
15:34:14 [2022-08-31T15:34:14.832Z] #64 ...
15:34:14 [2022-08-31T15:34:14.832Z] 
15:34:14 [2022-08-31T15:34:14.832Z] #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
15:34:14 [2022-08-31T15:34:14.832Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:34:14 [2022-08-31T15:34:14.832Z] #77 64.60 libtoolize: putting auxiliary files in '.'.
15:34:14 [2022-08-31T15:34:14.832Z] #77 64.60 libtoolize: copying file './ltmain.sh'
15:34:14 [2022-08-31T15:34:14.832Z] #77 65.90 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
15:34:14 [2022-08-31T15:34:14.832Z] #77 65.91 libtoolize: and rerunning libtoolize and aclocal.
15:34:14 [2022-08-31T15:34:14.832Z] #77 65.91 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
15:34:14 [2022-08-31T15:34:14.832Z] #77 ...
15:34:14 [2022-08-31T15:34:14.832Z] 
15:34:14 [2022-08-31T15:34:14.832Z] #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
15:34:14 [2022-08-31T15:34:14.832Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:34:14 [2022-08-31T15:34:14.832Z] #14 140.1 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
15:34:14 [2022-08-31T15:34:14.832Z] #14 140.1 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
15:34:14 [2022-08-31T15:34:14.832Z] #14 140.2 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:34:15 [2022-08-31T15:34:15.105Z] #21 24.44 Setting up libc6:ppc64el (2.31-13+deb11u3) ...
15:34:15 [2022-08-31T15:34:15.763Z] #14 151.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
15:34:16 [2022-08-31T15:34:16.021Z] #14 151.6 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
15:34:16 [2022-08-31T15:34:16.021Z] #14 151.6 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:34:16 [2022-08-31T15:34:16.484Z] #21 25.65 Setting up libc6:s390x (2.31-13+deb11u3) ...
15:34:17 [2022-08-31T15:34:17.544Z] #14 ...
15:34:17 [2022-08-31T15:34:17.544Z] 
15:34:17 [2022-08-31T15:34:17.544Z] #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
15:34:17 [2022-08-31T15:34:17.544Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:34:17 [2022-08-31T15:34:17.544Z] #77 78.25 configure.ac:7: installing './compile'
15:34:17 [2022-08-31T15:34:17.544Z] #77 78.25 configure.ac:11: installing './config.guess'
15:34:17 [2022-08-31T15:34:17.544Z] #77 78.26 configure.ac:11: installing './config.sub'
15:34:17 [2022-08-31T15:34:17.544Z] #77 78.27 configure.ac:8: installing './install-sh'
15:34:17 [2022-08-31T15:34:17.544Z] #77 78.29 configure.ac:8: installing './missing'
15:34:17 [2022-08-31T15:34:17.544Z] #77 78.53 Makefile.am: installing './depcomp'
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.87 Setting up libapparmor1:arm64 (2.13.6-10) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.88 Setting up libapparmor1:armel (2.13.6-10) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.89 Setting up libapparmor1:armhf (2.13.6-10) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.90 Setting up libapparmor1:ppc64el (2.13.6-10) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.91 Setting up libapparmor1:s390x (2.13.6-10) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.92 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.94 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.95 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.96 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.97 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.98 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 26.99 Setting up libapparmor-dev:armel (2.13.6-10) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 27.01 Setting up libapparmor-dev:armhf (2.13.6-10) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 27.02 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 27.03 Setting up libapparmor-dev:s390x (2.13.6-10) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 27.04 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 27.05 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 27.07 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 27.08 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 27.09 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
15:34:17 [2022-08-31T15:34:17.864Z] #21 27.11 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:34:18 [2022-08-31T15:34:18.436Z] #21 DONE 27.5s
15:34:18 [2022-08-31T15:34:18.436Z] 
15:34:18 [2022-08-31T15:34:18.436Z] #22 [dev-systemd-false  1/28] RUN groupadd -r docker
15:34:18 [2022-08-31T15:34:18.436Z] #22 sha256:35ed186502cef52872882d426ca66efaf58b45eba1f4f276bf8e0fb4ff7485ad
15:34:18 [2022-08-31T15:34:18.436Z] #22 ...
15:34:18 [2022-08-31T15:34:18.436Z] 
15:34:18 [2022-08-31T15:34:18.436Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
15:34:18 [2022-08-31T15:34:18.436Z] #66 sha256:6ea6c4f7d3d8d2daabcde26bd6ddd7814880efaee6d0560ec3dfea9eb9550548
15:34:18 [2022-08-31T15:34:18.436Z] #66 DONE 0.1s
15:34:18 [2022-08-31T15:34:18.696Z] 
15:34:18 [2022-08-31T15:34:18.696Z] #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
15:34:18 [2022-08-31T15:34:18.696Z] #67 sha256:de446254b810e57403c4b0c22babfefe47e7cba7bd1ded47b0d33061045bb501
15:34:19 [2022-08-31T15:34:19.447Z] #77 80.56 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
15:34:19 [2022-08-31T15:34:19.447Z] #77 80.56 libtoolize: copying file 'build-aux/ltmain.sh'
15:34:19 [2022-08-31T15:34:19.662Z] #67 ...
15:34:19 [2022-08-31T15:34:19.662Z] 
15:34:19 [2022-08-31T15:34:19.662Z] #22 [dev-systemd-false  1/28] RUN groupadd -r docker
15:34:19 [2022-08-31T15:34:19.662Z] #22 sha256:35ed186502cef52872882d426ca66efaf58b45eba1f4f276bf8e0fb4ff7485ad
15:34:19 [2022-08-31T15:34:19.662Z] #22 DONE 1.3s
15:34:19 [2022-08-31T15:34:19.662Z] 
15:34:19 [2022-08-31T15:34:19.662Z] #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
15:34:19 [2022-08-31T15:34:19.662Z] #67 sha256:de446254b810e57403c4b0c22babfefe47e7cba7bd1ded47b0d33061045bb501
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.076 + RM_GOPATH=0
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.076 + TMP_GOPATH=
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.076 + : /build
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.076 + '[' -z '' ']'
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.077 ++ mktemp -d
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.078 + export GOPATH=/tmp/tmp.OGxknOFNld
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.079 + GOPATH=/tmp/tmp.OGxknOFNld
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.079 + RM_GOPATH=1
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.079 + case "$(go env GOARCH)" in
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.079 ++ go env GOARCH
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.086 + export GO_BUILDMODE=-buildmode=pie
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.086 + GO_BUILDMODE=-buildmode=pie
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.086 ++ dirname /install.sh
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 + dir=/
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 + bin=runc
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 + shift
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 + '[' '!' -f //runc.installer ']'
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 + . //runc.installer
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 ++ set -e
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 ++ : v1.1.4
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 + install_runc
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 + RUNC_BUILDTAGS=seccomp
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.OGxknOFNld/src/github.com/opencontainers/runc
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.088 Install runc version v1.1.4 (build tags: seccomp)
15:34:19 [2022-08-31T15:34:19.662Z] #67 1.090 Cloning into '/tmp/tmp.OGxknOFNld/src/github.com/opencontainers/runc'...
15:34:20 [2022-08-31T15:34:20.042Z] #77 80.85 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
15:34:20 [2022-08-31T15:34:20.042Z] #77 80.85 libtoolize: copying file 'm4/libtool.m4'
15:34:20 [2022-08-31T15:34:20.042Z] #77 81.16 libtoolize: copying file 'm4/ltoptions.m4'
15:34:20 [2022-08-31T15:34:20.197Z] #14 ...
15:34:20 [2022-08-31T15:34:20.197Z] 
15:34:20 [2022-08-31T15:34:20.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
15:34:20 [2022-08-31T15:34:20.197Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:34:20 [2022-08-31T15:34:20.197Z] #77 80.54 configure.ac:7: installing './compile'
15:34:20 [2022-08-31T15:34:20.197Z] #77 80.54 configure.ac:11: installing './config.guess'
15:34:20 [2022-08-31T15:34:20.197Z] #77 80.55 configure.ac:11: installing './config.sub'
15:34:20 [2022-08-31T15:34:20.197Z] #77 80.55 configure.ac:8: installing './install-sh'
15:34:20 [2022-08-31T15:34:20.197Z] #77 80.55 configure.ac:8: installing './missing'
15:34:20 [2022-08-31T15:34:20.197Z] #77 80.69 Makefile.am: installing './depcomp'
15:34:20 [2022-08-31T15:34:20.304Z] #77 81.36 libtoolize: copying file 'm4/ltsugar.m4'
15:34:20 [2022-08-31T15:34:20.568Z] #77 81.64 libtoolize: copying file 'm4/ltversion.m4'
15:34:20 [2022-08-31T15:34:20.604Z] #67 ...
15:34:20 [2022-08-31T15:34:20.604Z] 
15:34:20 [2022-08-31T15:34:20.604Z] #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
15:34:20 [2022-08-31T15:34:20.604Z] #23 sha256:cff1496592fdcb98f01202ec82cbdf00807d34e1036515c53bb8f94116893cae
15:34:20 [2022-08-31T15:34:20.604Z] #23 DONE 1.0s
15:34:20 [2022-08-31T15:34:20.604Z] 
15:34:20 [2022-08-31T15:34:20.604Z] #24 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
15:34:20 [2022-08-31T15:34:20.604Z] #24 sha256:461d04f8da4754b35662af2b93da681baac695aa4fda29254975c1854edd6f1f
15:34:20 [2022-08-31T15:34:20.830Z] #77 81.82 libtoolize: copying file 'm4/lt~obsolete.m4'
15:34:20 [2022-08-31T15:34:20.830Z] #77 82.00 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
15:34:21 [2022-08-31T15:34:21.548Z] #24 0.861 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
15:34:21 [2022-08-31T15:34:21.548Z] #24 DONE 1.0s
15:34:21 [2022-08-31T15:34:21.548Z] 
15:34:21 [2022-08-31T15:34:21.548Z] #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
15:34:21 [2022-08-31T15:34:21.548Z] #67 sha256:de446254b810e57403c4b0c22babfefe47e7cba7bd1ded47b0d33061045bb501
15:34:22 [2022-08-31T15:34:22.488Z] #67 ...
15:34:22 [2022-08-31T15:34:22.488Z] 
15:34:22 [2022-08-31T15:34:22.488Z] #25 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
15:34:22 [2022-08-31T15:34:22.488Z] #25 sha256:6f4f6bb9964fdd75404ad565edb5b575e0918db5c09d05a803ae96559bf5b291
15:34:22 [2022-08-31T15:34:22.488Z] #25 DONE 0.9s
15:34:22 [2022-08-31T15:34:22.488Z] 
15:34:22 [2022-08-31T15:34:22.488Z] #26 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
15:34:22 [2022-08-31T15:34:22.488Z] #26 sha256:c4fc30d19ab75eb782fbba538f7826404786d473441c36c05e0606c2844d7911
15:34:22 [2022-08-31T15:34:22.719Z] #77 82.92 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
15:34:22 [2022-08-31T15:34:22.719Z] #77 82.92 libtoolize: copying file 'build-aux/ltmain.sh'
15:34:22 [2022-08-31T15:34:22.719Z] #77 83.10 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
15:34:22 [2022-08-31T15:34:22.719Z] #77 83.10 libtoolize: copying file 'm4/libtool.m4'
15:34:22 [2022-08-31T15:34:22.976Z] #77 83.40 libtoolize: copying file 'm4/ltoptions.m4'
15:34:23 [2022-08-31T15:34:23.233Z] #77 83.76 libtoolize: copying file 'm4/ltsugar.m4'
15:34:23 [2022-08-31T15:34:23.426Z] #26 DONE 1.0s
15:34:23 [2022-08-31T15:34:23.426Z] 
15:34:23 [2022-08-31T15:34:23.426Z] #27 [dev-systemd-false  6/28] RUN ldconfig
15:34:23 [2022-08-31T15:34:23.426Z] #27 sha256:7ebea4a9eb50b520d6099cc02673001b8b09876daaa18fe0586f2a44aed33a60
15:34:23 [2022-08-31T15:34:23.490Z] #77 83.91 libtoolize: copying file 'm4/ltversion.m4'
15:34:23 [2022-08-31T15:34:23.490Z] #77 84.10 libtoolize: copying file 'm4/lt~obsolete.m4'
15:34:24 [2022-08-31T15:34:24.057Z] #77 84.41 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
15:34:24 [2022-08-31T15:34:24.365Z] #27 DONE 1.0s
15:34:24 [2022-08-31T15:34:24.365Z] 
15:34:24 [2022-08-31T15:34:24.365Z] #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
15:34:24 [2022-08-31T15:34:24.365Z] #67 sha256:de446254b810e57403c4b0c22babfefe47e7cba7bd1ded47b0d33061045bb501
15:34:24 [2022-08-31T15:34:24.365Z] #67 5.909 + cd /tmp/tmp.OGxknOFNld/src/github.com/opencontainers/runc
15:34:24 [2022-08-31T15:34:24.365Z] #67 5.909 + git checkout -q v1.1.4
15:34:24 [2022-08-31T15:34:24.625Z] #67 6.250 + '[' -z '' ']'
15:34:24 [2022-08-31T15:34:24.625Z] #67 6.250 + target=static
15:34:24 [2022-08-31T15:34:24.625Z] #67 6.250 + make BUILDTAGS=seccomp static
15:34:24 [2022-08-31T15:34:24.884Z] #67 6.591 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc .
15:34:26 [2022-08-31T15:34:26.098Z] #77 ...
15:34:26 [2022-08-31T15:34:26.098Z] 
15:34:26 [2022-08-31T15:34:26.098Z] #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
15:34:26 [2022-08-31T15:34:26.098Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:34:26 [2022-08-31T15:34:26.098Z] #14 163.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
15:34:26 [2022-08-31T15:34:26.098Z] #14 163.4 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:34:26 [2022-08-31T15:34:26.098Z] #14 163.5 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:34:28 [2022-08-31T15:34:28.235Z] #77 ...
15:34:28 [2022-08-31T15:34:28.235Z] 
15:34:28 [2022-08-31T15:34:28.235Z] #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
15:34:28 [2022-08-31T15:34:28.235Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:34:28 [2022-08-31T15:34:28.235Z] #14 164.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
15:34:28 [2022-08-31T15:34:28.492Z] #14 164.0 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:34:28 [2022-08-31T15:34:28.492Z] #14 164.0 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:34:30 [2022-08-31T15:34:30.161Z] #67 ...
15:34:30 [2022-08-31T15:34:30.161Z] 
15:34:30 [2022-08-31T15:34:30.161Z] #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
15:34:30 [2022-08-31T15:34:30.161Z] #28 sha256:aba8c1202c344a9cc975dc0c150f2a3fad23f613e012e77c62fd8a45a421db6c
15:34:30 [2022-08-31T15:34:30.161Z] #28 1.140 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 1.353 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 1.356 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 1.412 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 1.649 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 1.846 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 2.144 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 2.378 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 2.581 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 2.853 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [175 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 2.854 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [178 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 2.854 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [170 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 2.855 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 2.857 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [151 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 2.867 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [155 kB]
15:34:30 [2022-08-31T15:34:30.161Z] #28 3.131 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2600 B]
15:34:30 [2022-08-31T15:34:30.161Z] #28 3.137 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2608 B]
15:34:30 [2022-08-31T15:34:30.161Z] #28 3.138 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2600 B]
15:34:30 [2022-08-31T15:34:30.161Z] #28 3.139 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2600 B]
15:34:30 [2022-08-31T15:34:30.161Z] #28 3.140 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:34:30 [2022-08-31T15:34:30.161Z] #28 3.141 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2604 B]
15:34:38 [2022-08-31T15:34:38.284Z] #28 ...
15:34:38 [2022-08-31T15:34:38.284Z] 
15:34:38 [2022-08-31T15:34:38.284Z] #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
15:34:38 [2022-08-31T15:34:38.284Z] #67 sha256:de446254b810e57403c4b0c22babfefe47e7cba7bd1ded47b0d33061045bb501
15:34:38 [2022-08-31T15:34:38.284Z] #67 18.94 + mkdir -p /build
15:34:38 [2022-08-31T15:34:38.284Z] #67 18.94 + cp runc /build/runc
15:34:38 [2022-08-31T15:34:38.284Z] #67 DONE 19.3s
15:34:38 [2022-08-31T15:34:38.284Z] 
15:34:38 [2022-08-31T15:34:38.284Z] #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
15:34:38 [2022-08-31T15:34:38.284Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:34:38 [2022-08-31T15:34:38.544Z] #71 ...
15:34:38 [2022-08-31T15:34:38.544Z] 
15:34:38 [2022-08-31T15:34:38.544Z] #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
15:34:38 [2022-08-31T15:34:38.544Z] #28 sha256:aba8c1202c344a9cc975dc0c150f2a3fad23f613e012e77c62fd8a45a421db6c
15:34:38 [2022-08-31T15:34:38.544Z] #28 14.11 Fetched 49.2 MB in 13s (3725 kB/s)
15:34:41 [2022-08-31T15:34:41.201Z] --- PASS: TestBuildWithHugeFile (49.86s)
15:34:41 [2022-08-31T15:34:41.201Z] === RUN   TestBuildWCOWSandboxSize
15:34:41 [2022-08-31T15:34:41.201Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:34:41 [2022-08-31T15:34:41.201Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
15:34:41 [2022-08-31T15:34:41.201Z] === RUN   TestBuildWithEmptyDockerfile
15:34:41 [2022-08-31T15:34:41.201Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
15:34:41 [2022-08-31T15:34:41.201Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
15:34:41 [2022-08-31T15:34:41.201Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:34:41 [2022-08-31T15:34:41.201Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:34:41 [2022-08-31T15:34:41.201Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:34:41 [2022-08-31T15:34:41.201Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:34:41 [2022-08-31T15:34:41.201Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
15:34:41 [2022-08-31T15:34:41.201Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:34:41 [2022-08-31T15:34:41.201Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:34:41 [2022-08-31T15:34:41.201Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
15:34:41 [2022-08-31T15:34:41.201Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s)
15:34:41 [2022-08-31T15:34:41.201Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s)
15:34:41 [2022-08-31T15:34:41.201Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
15:34:41 [2022-08-31T15:34:41.201Z] === RUN   TestBuildPreserveOwnership
15:34:41 [2022-08-31T15:34:41.201Z] === RUN   TestBuildPreserveOwnership/copy_from
15:34:41 [2022-08-31T15:34:41.201Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
15:34:41 [2022-08-31T15:34:41.201Z] --- PASS: TestBuildPreserveOwnership (4.07s)
15:34:41 [2022-08-31T15:34:41.201Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.74s)
15:34:41 [2022-08-31T15:34:41.201Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.32s)
15:34:41 [2022-08-31T15:34:41.201Z] === RUN   TestBuildPlatformInvalid
15:34:41 [2022-08-31T15:34:41.201Z] --- PASS: TestBuildPlatformInvalid (0.08s)
15:34:41 [2022-08-31T15:34:41.201Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
15:34:41 [2022-08-31T15:34:41.201Z] Loaded image: busybox:latest
15:34:41 [2022-08-31T15:34:41.201Z] Loaded image: busybox:glibc
15:34:41 [2022-08-31T15:34:41.201Z] Loaded image: debian:bullseye-slim
15:34:41 [2022-08-31T15:34:41.461Z] Loaded image: hello-world:latest
15:34:41 [2022-08-31T15:34:41.461Z] Loaded image: arm32v7/hello-world:latest
15:34:43 [2022-08-31T15:34:43.823Z] #28 14.11 Reading package lists...
15:34:44 [2022-08-31T15:34:44.187Z] #14 ...
15:34:44 [2022-08-31T15:34:44.187Z] 
15:34:44 [2022-08-31T15:34:44.187Z] #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
15:34:44 [2022-08-31T15:34:44.187Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:34:44 [2022-08-31T15:34:44.187Z] #77 102.3 configure.ac:7: installing 'build-aux/compile'
15:34:44 [2022-08-31T15:34:44.187Z] #77 102.3 configure.ac:9: installing 'build-aux/config.guess'
15:34:44 [2022-08-31T15:34:44.187Z] #77 102.4 configure.ac:9: installing 'build-aux/config.sub'
15:34:44 [2022-08-31T15:34:44.187Z] #77 102.5 configure.ac:11: installing 'build-aux/install-sh'
15:34:44 [2022-08-31T15:34:44.187Z] #77 102.5 configure.ac:11: installing 'build-aux/missing'
15:34:44 [2022-08-31T15:34:44.187Z] #77 102.9 Makefile.am: installing 'build-aux/depcomp'
15:34:44 [2022-08-31T15:34:44.187Z] #77 103.1 parallel-tests: installing 'build-aux/test-driver'
15:34:46 [2022-08-31T15:34:46.093Z] #77 107.2 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
15:34:46 [2022-08-31T15:34:46.093Z] #77 107.2 libtoolize: copying file 'build-aux/ltmain.sh'
15:34:46 [2022-08-31T15:34:46.360Z] #28 19.09 Reading package lists...
15:34:46 [2022-08-31T15:34:46.360Z] #28 ...
15:34:46 [2022-08-31T15:34:46.360Z] 
15:34:46 [2022-08-31T15:34:46.360Z] #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
15:34:46 [2022-08-31T15:34:46.360Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:34:46 [2022-08-31T15:34:46.360Z] #71 79.10 + bin/containerd
15:34:46 [2022-08-31T15:34:46.580Z] #14 ...
15:34:46 [2022-08-31T15:34:46.580Z] 
15:34:46 [2022-08-31T15:34:46.580Z] #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
15:34:46 [2022-08-31T15:34:46.580Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:34:46 [2022-08-31T15:34:46.580Z] #77 105.5 configure.ac:7: installing 'build-aux/compile'
15:34:46 [2022-08-31T15:34:46.580Z] #77 105.5 configure.ac:9: installing 'build-aux/config.guess'
15:34:46 [2022-08-31T15:34:46.580Z] #77 105.5 configure.ac:9: installing 'build-aux/config.sub'
15:34:46 [2022-08-31T15:34:46.580Z] #77 105.5 configure.ac:11: installing 'build-aux/install-sh'
15:34:46 [2022-08-31T15:34:46.580Z] #77 105.6 configure.ac:11: installing 'build-aux/missing'
15:34:46 [2022-08-31T15:34:46.581Z] #77 105.9 Makefile.am: installing 'build-aux/depcomp'
15:34:46 [2022-08-31T15:34:46.581Z] #77 106.0 parallel-tests: installing 'build-aux/test-driver'
15:34:47 [2022-08-31T15:34:47.030Z] #77 108.1 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
15:34:47 [2022-08-31T15:34:47.031Z] #77 108.1 libtoolize: copying file 'm4/libtool.m4'
15:34:47 [2022-08-31T15:34:47.290Z] #77 108.4 libtoolize: copying file 'm4/ltoptions.m4'
15:34:47 [2022-08-31T15:34:47.290Z] #77 108.5 libtoolize: copying file 'm4/ltsugar.m4'
15:34:47 [2022-08-31T15:34:47.513Z] #77 108.0 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
15:34:47 [2022-08-31T15:34:47.513Z] #77 108.0 libtoolize: copying file 'build-aux/ltmain.sh'
15:34:47 [2022-08-31T15:34:47.549Z] #77 108.7 libtoolize: copying file 'm4/ltversion.m4'
15:34:47 [2022-08-31T15:34:47.807Z] #77 108.9 libtoolize: copying file 'm4/lt~obsolete.m4'
15:34:48 [2022-08-31T15:34:48.445Z] #77 108.8 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
15:34:48 [2022-08-31T15:34:48.445Z] #77 108.8 libtoolize: copying file 'm4/libtool.m4'
15:34:48 [2022-08-31T15:34:48.705Z] #77 109.2 libtoolize: copying file 'm4/ltoptions.m4'
15:34:48 [2022-08-31T15:34:48.962Z] #77 109.5 libtoolize: copying file 'm4/ltsugar.m4'
15:34:49 [2022-08-31T15:34:49.220Z] #77 109.8 libtoolize: copying file 'm4/ltversion.m4'
15:34:49 [2022-08-31T15:34:49.538Z] #77 110.0 libtoolize: copying file 'm4/lt~obsolete.m4'
15:34:51 [2022-08-31T15:34:51.457Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.43s)
15:34:51 [2022-08-31T15:34:51.457Z] PASS
15:34:51 [2022-08-31T15:34:51.457Z] 
15:34:51 [2022-08-31T15:34:51.457Z] === Skipped
15:34:51 [2022-08-31T15:34:51.457Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
15:34:51 [2022-08-31T15:34:51.457Z]     build_session_test.go:25: TODO: BuildKit
15:34:51 [2022-08-31T15:34:51.457Z] 
15:34:51 [2022-08-31T15:34:51.457Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
15:34:51 [2022-08-31T15:34:51.457Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:34:51 [2022-08-31T15:34:51.457Z] 
15:34:51 [2022-08-31T15:34:51.457Z] DONE 34 tests, 2 skipped in 90.364s
15:34:51 [2022-08-31T15:34:51.457Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
15:34:51 [2022-08-31T15:34:51.457Z] INFO: Testing against a local daemon
15:34:51 [2022-08-31T15:34:51.457Z] === RUN   TestConfigInspect
15:34:51 [2022-08-31T15:34:51.650Z] #71 ...
15:34:51 [2022-08-31T15:34:51.650Z] 
15:34:51 [2022-08-31T15:34:51.650Z] #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
15:34:51 [2022-08-31T15:34:51.650Z] #28 sha256:aba8c1202c344a9cc975dc0c150f2a3fad23f613e012e77c62fd8a45a421db6c
15:34:51 [2022-08-31T15:34:51.650Z] #28 19.09 Reading package lists...
15:34:51 [2022-08-31T15:34:51.650Z] #28 23.57 Building dependency tree...
15:34:51 [2022-08-31T15:34:51.650Z] #28 24.67 Reading state information...
15:34:51 [2022-08-31T15:34:51.650Z] #28 25.52 bzip2 is already the newest version (1.0.8-4).
15:34:51 [2022-08-31T15:34:51.650Z] #28 25.52 patch is already the newest version (2.7.6-7).
15:34:51 [2022-08-31T15:34:51.650Z] #28 25.52 xz-utils is already the newest version (5.2.5-2.1~deb11u1).
15:34:51 [2022-08-31T15:34:51.650Z] #28 25.52 The following additional packages will be installed:
15:34:51 [2022-08-31T15:34:51.650Z] #28 25.53   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libinih1
15:34:51 [2022-08-31T15:34:51.650Z] #28 25.53   libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
15:34:51 [2022-08-31T15:34:51.650Z] #28 25.53   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libxtables12
15:34:51 [2022-08-31T15:34:51.650Z] #28 25.53   python-pip-whl python3-distutils python3-lib2to3 python3-pkg-resources
15:34:51 [2022-08-31T15:34:51.650Z] #28 25.53   systemd vim-runtime xxd
15:34:51 [2022-08-31T15:34:51.650Z] #28 25.55 Suggested packages:
15:34:51 [2022-08-31T15:34:51.651Z] #28 25.55   apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm
15:34:51 [2022-08-31T15:34:51.651Z] #28 25.55   python-setuptools-doc systemd-container policykit-1 ctags vim-doc
15:34:51 [2022-08-31T15:34:51.651Z] #28 25.55   vim-scripts xfsdump acl attr quota
15:34:51 [2022-08-31T15:34:51.651Z] #28 25.55 Recommended packages:
15:34:51 [2022-08-31T15:34:51.651Z] #28 25.55   libatm1 nftables libpam-cap build-essential python3-dev dbus
15:34:51 [2022-08-31T15:34:51.651Z] #28 25.55   systemd-timesyncd | time-daemon unzip
15:34:51 [2022-08-31T15:34:51.651Z] #28 26.68 The following NEW packages will be installed:
15:34:51 [2022-08-31T15:34:51.651Z] #28 26.69   apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1
15:34:51 [2022-08-31T15:34:51.651Z] #28 26.69   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
15:34:51 [2022-08-31T15:34:51.651Z] #28 26.69   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
15:34:51 [2022-08-31T15:34:51.651Z] #28 26.69   libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200
15:34:51 [2022-08-31T15:34:51.651Z] #28 26.69   libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl
15:34:51 [2022-08-31T15:34:51.651Z] #28 26.69   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
15:34:51 [2022-08-31T15:34:51.651Z] #28 26.70   python3-setuptools python3-wheel sudo systemd systemd-journal-remote
15:34:51 [2022-08-31T15:34:51.651Z] #28 26.70   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd zip
15:34:51 [2022-08-31T15:34:51.651Z] #28 26.70   zstd
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.04 0 upgraded, 52 newly installed, 0 to remove and 1 not upgraded.
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.04 Need to get 23.8 MB of archives.
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.04 After this operation, 89.3 MB of additional disk space will be used.
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.04 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.05 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.05 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.05 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.05 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.06 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.13 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.13 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.14 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.14 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.14 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.14 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.14 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.16 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.16 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.16 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.16 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.18 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.18 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.18 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.18 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.18 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.18 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.19 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.19 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.20 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.20 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.20 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.20 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.20 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.20 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.21 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.21 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.21 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.21 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.22 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.24 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.24 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.24 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.25 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.26 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.26 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.26 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.27 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-journal-remote amd64 247.3-7 [165 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.27 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.28 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.28 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
15:34:51 [2022-08-31T15:34:51.651Z] #28 27.35 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
15:34:51 [2022-08-31T15:34:51.909Z] #28 27.36 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
15:34:51 [2022-08-31T15:34:51.909Z] #28 27.37 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
15:34:51 [2022-08-31T15:34:51.909Z] #28 27.37 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
15:34:52 [2022-08-31T15:34:52.168Z] #28 27.78 debconf: delaying package configuration, since apt-utils is not installed
15:34:52 [2022-08-31T15:34:52.427Z] #28 27.96 Fetched 23.8 MB in 1s (38.1 MB/s)
15:34:52 [2022-08-31T15:34:52.427Z] #28 28.00 Selecting previously unselected package libcap2:amd64.
15:34:52 [2022-08-31T15:34:52.427Z] #28 28.00 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 40116 files and directories currently installed.)
15:34:52 [2022-08-31T15:34:52.427Z] #28 28.05 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
15:34:52 [2022-08-31T15:34:52.427Z] #28 28.05 Unpacking libcap2:amd64 (1:2.44-1) ...
15:34:52 [2022-08-31T15:34:52.427Z] #28 28.10 Selecting previously unselected package libargon2-1:amd64.
15:34:52 [2022-08-31T15:34:52.427Z] #28 28.10 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_amd64.deb ...
15:34:52 [2022-08-31T15:34:52.427Z] #28 28.11 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
15:34:52 [2022-08-31T15:34:52.427Z] #28 28.17 Selecting previously unselected package libjson-c5:amd64.
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.17 Preparing to unpack .../02-libjson-c5_0.15-2_amd64.deb ...
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.18 Unpacking libjson-c5:amd64 (0.15-2) ...
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.23 Selecting previously unselected package libcryptsetup12:amd64.
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.24 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.24 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.33 Selecting previously unselected package libip4tc2:amd64.
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.33 Preparing to unpack .../04-libip4tc2_1.8.7-1_amd64.deb ...
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.34 Unpacking libip4tc2:amd64 (1.8.7-1) ...
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.39 Selecting previously unselected package libkmod2:amd64.
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.39 Preparing to unpack .../05-libkmod2_28-1_amd64.deb ...
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.40 Unpacking libkmod2:amd64 (28-1) ...
15:34:52 [2022-08-31T15:34:52.686Z] #28 28.46 Selecting previously unselected package systemd.
15:34:52 [2022-08-31T15:34:52.837Z] --- PASS: TestConfigInspect (2.25s)
15:34:52 [2022-08-31T15:34:52.837Z] === RUN   TestConfigList
15:34:52 [2022-08-31T15:34:52.945Z] #28 28.46 Preparing to unpack .../06-systemd_247.3-7_amd64.deb ...
15:34:52 [2022-08-31T15:34:52.945Z] #28 28.52 Unpacking systemd (247.3-7) ...
15:34:52 [2022-08-31T15:34:52.948Z] #77 ...
15:34:52 [2022-08-31T15:34:52.948Z] 
15:34:52 [2022-08-31T15:34:52.948Z] #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
15:34:52 [2022-08-31T15:34:52.948Z] #67 sha256:3917080c1fb9c5c2d4243f017117c3ee5f61835b46ce378567e9ccab0d299285
15:34:52 [2022-08-31T15:34:52.948Z] #67 188.0 + for f in rootlesskit rootlesskit-docker-proxy
15:34:52 [2022-08-31T15:34:52.948Z] #67 188.0 + GOBIN=/build
15:34:52 [2022-08-31T15:34:52.948Z] #67 188.0 + GO111MODULE=on
15:34:52 [2022-08-31T15:34:52.948Z] #67 188.0 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
15:34:53 [2022-08-31T15:34:53.512Z] #28 29.31 Selecting previously unselected package pigz.
15:34:53 [2022-08-31T15:34:53.512Z] #28 29.31 Preparing to unpack .../07-pigz_2.6-1_amd64.deb ...
15:34:53 [2022-08-31T15:34:53.772Z] #28 29.32 Unpacking pigz (2.6-1) ...
15:34:53 [2022-08-31T15:34:53.772Z] #28 29.37 Selecting previously unselected package libelf1:amd64.
15:34:53 [2022-08-31T15:34:53.772Z] #28 29.38 Preparing to unpack .../08-libelf1_0.183-1_amd64.deb ...
15:34:53 [2022-08-31T15:34:53.772Z] #28 29.38 Unpacking libelf1:amd64 (0.183-1) ...
15:34:53 [2022-08-31T15:34:53.772Z] #28 29.45 Selecting previously unselected package libbpf0:amd64.
15:34:53 [2022-08-31T15:34:53.772Z] #28 29.46 Preparing to unpack .../09-libbpf0_1%3a0.3-2_amd64.deb ...
15:34:53 [2022-08-31T15:34:53.772Z] #28 29.46 Unpacking libbpf0:amd64 (1:0.3-2) ...
15:34:53 [2022-08-31T15:34:53.772Z] #28 29.51 Selecting previously unselected package libmnl0:amd64.
15:34:53 [2022-08-31T15:34:53.772Z] #28 29.52 Preparing to unpack .../10-libmnl0_1.0.4-3_amd64.deb ...
15:34:53 [2022-08-31T15:34:53.772Z] #28 29.53 Unpacking libmnl0:amd64 (1.0.4-3) ...
15:34:53 [2022-08-31T15:34:53.772Z] #28 29.57 Selecting previously unselected package libxtables12:amd64.
15:34:54 [2022-08-31T15:34:54.032Z] #28 29.57 Preparing to unpack .../11-libxtables12_1.8.7-1_amd64.deb ...
15:34:54 [2022-08-31T15:34:54.032Z] #28 29.58 Unpacking libxtables12:amd64 (1.8.7-1) ...
15:34:54 [2022-08-31T15:34:54.032Z] #28 29.63 Selecting previously unselected package libcap2-bin.
15:34:54 [2022-08-31T15:34:54.032Z] #28 29.63 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_amd64.deb ...
15:34:54 [2022-08-31T15:34:54.032Z] #28 29.64 Unpacking libcap2-bin (1:2.44-1) ...
15:34:54 [2022-08-31T15:34:54.032Z] #28 29.70 Selecting previously unselected package iproute2.
15:34:54 [2022-08-31T15:34:54.032Z] #28 29.70 Preparing to unpack .../13-iproute2_5.10.0-4_amd64.deb ...
15:34:54 [2022-08-31T15:34:54.032Z] #28 29.71 Unpacking iproute2 (5.10.0-4) ...
15:34:54 [2022-08-31T15:34:54.291Z] #28 29.90 Selecting previously unselected package xxd.
15:34:54 [2022-08-31T15:34:54.291Z] #28 29.90 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:34:54 [2022-08-31T15:34:54.291Z] #28 29.91 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
15:34:54 [2022-08-31T15:34:54.291Z] #28 29.99 Selecting previously unselected package vim-common.
15:34:54 [2022-08-31T15:34:54.291Z] #28 29.99 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
15:34:54 [2022-08-31T15:34:54.291Z] #28 30.00 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
15:34:54 [2022-08-31T15:34:54.291Z] #28 30.08 Selecting previously unselected package bash-completion.
15:34:54 [2022-08-31T15:34:54.416Z] #77 ...
15:34:54 [2022-08-31T15:34:54.416Z] 
15:34:54 [2022-08-31T15:34:54.416Z] #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
15:34:54 [2022-08-31T15:34:54.416Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:34:54 [2022-08-31T15:34:54.416Z] #14 191.6 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
15:34:54 [2022-08-31T15:34:54.416Z] #14 191.6 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:34:54 [2022-08-31T15:34:54.416Z] #14 191.6 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:34:54 [2022-08-31T15:34:54.550Z] #28 30.09 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
15:34:55 [2022-08-31T15:34:55.375Z] --- PASS: TestConfigList (2.22s)
15:34:55 [2022-08-31T15:34:55.375Z] === RUN   TestConfigsCreateAndDelete
15:34:55 [2022-08-31T15:34:55.488Z] #28 30.99 Unpacking bash-completion (1:2.11-2) ...
15:34:55 [2022-08-31T15:34:55.489Z] #28 31.19 Selecting previously unselected package apparmor.
15:34:55 [2022-08-31T15:34:55.489Z] #28 31.19 Preparing to unpack .../17-apparmor_2.13.6-10_amd64.deb ...
15:34:55 [2022-08-31T15:34:55.489Z] #28 31.22 Unpacking apparmor (2.13.6-10) ...
15:34:55 [2022-08-31T15:34:55.748Z] #28 31.42 Selecting previously unselected package inetutils-ping.
15:34:55 [2022-08-31T15:34:55.748Z] #28 31.42 Preparing to unpack .../18-inetutils-ping_2%3a2.0-1_amd64.deb ...
15:34:55 [2022-08-31T15:34:55.748Z] #28 31.43 Unpacking inetutils-ping (2:2.0-1) ...
15:34:55 [2022-08-31T15:34:55.748Z] #28 31.50 Selecting previously unselected package libip6tc2:amd64.
15:34:55 [2022-08-31T15:34:55.748Z] #28 31.50 Preparing to unpack .../19-libip6tc2_1.8.7-1_amd64.deb ...
15:34:55 [2022-08-31T15:34:55.748Z] #28 31.50 Unpacking libip6tc2:amd64 (1.8.7-1) ...
15:34:55 [2022-08-31T15:34:55.748Z] #28 31.55 Selecting previously unselected package libnfnetlink0:amd64.
15:34:56 [2022-08-31T15:34:56.008Z] #28 31.55 Preparing to unpack .../20-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.008Z] #28 31.56 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:34:56 [2022-08-31T15:34:56.008Z] #28 31.60 Selecting previously unselected package libnetfilter-conntrack3:amd64.
15:34:56 [2022-08-31T15:34:56.008Z] #28 31.60 Preparing to unpack .../21-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.008Z] #28 31.61 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:34:56 [2022-08-31T15:34:56.008Z] #28 31.66 Selecting previously unselected package libnftnl11:amd64.
15:34:56 [2022-08-31T15:34:56.008Z] #28 31.66 Preparing to unpack .../22-libnftnl11_1.1.9-1_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.008Z] #28 31.67 Unpacking libnftnl11:amd64 (1.1.9-1) ...
15:34:56 [2022-08-31T15:34:56.008Z] #28 31.72 Selecting previously unselected package iptables.
15:34:56 [2022-08-31T15:34:56.008Z] #28 31.72 Preparing to unpack .../23-iptables_1.8.7-1_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.008Z] #28 31.72 Unpacking iptables (1.8.7-1) ...
15:34:56 [2022-08-31T15:34:56.267Z] #28 31.86 Selecting previously unselected package libonig5:amd64.
15:34:56 [2022-08-31T15:34:56.267Z] #28 31.87 Preparing to unpack .../24-libonig5_6.9.6-1.1_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.267Z] #28 31.87 Unpacking libonig5:amd64 (6.9.6-1.1) ...
15:34:56 [2022-08-31T15:34:56.267Z] #28 31.95 Selecting previously unselected package libjq1:amd64.
15:34:56 [2022-08-31T15:34:56.267Z] #28 31.95 Preparing to unpack .../25-libjq1_1.6-2.1_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.267Z] #28 31.96 Unpacking libjq1:amd64 (1.6-2.1) ...
15:34:56 [2022-08-31T15:34:56.267Z] #28 32.02 Selecting previously unselected package jq.
15:34:56 [2022-08-31T15:34:56.267Z] #28 32.02 Preparing to unpack .../26-jq_1.6-2.1_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.267Z] #28 32.03 Unpacking jq (1.6-2.1) ...
15:34:56 [2022-08-31T15:34:56.267Z] #28 32.08 Selecting previously unselected package libaio1:amd64.
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.09 Preparing to unpack .../27-libaio1_0.3.112-9_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.10 Unpacking libaio1:amd64 (0.3.112-9) ...
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.14 Selecting previously unselected package libgpm2:amd64.
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.14 Preparing to unpack .../28-libgpm2_1.20.7-8_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.15 Unpacking libgpm2:amd64 (1.20.7-8) ...
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.20 Selecting previously unselected package libinih1:amd64.
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.21 Preparing to unpack .../29-libinih1_53-1+b2_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.21 Unpacking libinih1:amd64 (53-1+b2) ...
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.26 Selecting previously unselected package libmicrohttpd12:amd64.
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.26 Preparing to unpack .../30-libmicrohttpd12_0.9.72-2_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.27 Unpacking libmicrohttpd12:amd64 (0.9.72-2) ...
15:34:56 [2022-08-31T15:34:56.527Z] #28 32.33 Selecting previously unselected package libnet1:amd64.
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.33 Preparing to unpack .../31-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.34 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.39 Selecting previously unselected package libnl-3-200:amd64.
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.39 Preparing to unpack .../32-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.40 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.45 Selecting previously unselected package libprotobuf-c1:amd64.
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.46 Preparing to unpack .../33-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.46 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.50 Selecting previously unselected package libyajl2:amd64.
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.51 Preparing to unpack .../34-libyajl2_2.1.0-3_amd64.deb ...
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.52 Unpacking libyajl2:amd64 (2.1.0-3) ...
15:34:56 [2022-08-31T15:34:56.786Z] #28 32.55 Selecting previously unselected package net-tools.
15:34:57 [2022-08-31T15:34:57.045Z] #28 32.56 Preparing to unpack .../35-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
15:34:57 [2022-08-31T15:34:57.045Z] #28 32.56 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
15:34:57 [2022-08-31T15:34:57.045Z] #28 32.66 Selecting previously unselected package python-pip-whl.
15:34:57 [2022-08-31T15:34:57.045Z] #28 32.66 Preparing to unpack .../36-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
15:34:57 [2022-08-31T15:34:57.045Z] #28 32.67 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
15:34:57 [2022-08-31T15:34:57.284Z] --- PASS: TestConfigsCreateAndDelete (2.24s)
15:34:57 [2022-08-31T15:34:57.284Z] === RUN   TestConfigsUpdate
15:34:57 [2022-08-31T15:34:57.304Z] #28 32.92 Selecting previously unselected package python3-lib2to3.
15:34:57 [2022-08-31T15:34:57.304Z] #28 32.93 Preparing to unpack .../37-python3-lib2to3_3.9.2-1_all.deb ...
15:34:57 [2022-08-31T15:34:57.304Z] #28 32.93 Unpacking python3-lib2to3 (3.9.2-1) ...
15:34:57 [2022-08-31T15:34:57.304Z] #28 33.00 Selecting previously unselected package python3-distutils.
15:34:57 [2022-08-31T15:34:57.304Z] #28 33.01 Preparing to unpack .../38-python3-distutils_3.9.2-1_all.deb ...
15:34:57 [2022-08-31T15:34:57.304Z] #28 33.02 Unpacking python3-distutils (3.9.2-1) ...
15:34:57 [2022-08-31T15:34:57.564Z] #28 33.09 Selecting previously unselected package python3-pkg-resources.
15:34:57 [2022-08-31T15:34:57.564Z] #28 33.09 Preparing to unpack .../39-python3-pkg-resources_52.0.0-4_all.deb ...
15:34:57 [2022-08-31T15:34:57.564Z] #28 33.10 Unpacking python3-pkg-resources (52.0.0-4) ...
15:34:57 [2022-08-31T15:34:57.564Z] #28 33.18 Selecting previously unselected package python3-setuptools.
15:34:57 [2022-08-31T15:34:57.564Z] #28 33.18 Preparing to unpack .../40-python3-setuptools_52.0.0-4_all.deb ...
15:34:57 [2022-08-31T15:34:57.564Z] #28 33.19 Unpacking python3-setuptools (52.0.0-4) ...
15:34:57 [2022-08-31T15:34:57.564Z] #28 33.31 Selecting previously unselected package python3-wheel.
15:34:57 [2022-08-31T15:34:57.823Z] #28 33.31 Preparing to unpack .../41-python3-wheel_0.34.2-1_all.deb ...
15:34:57 [2022-08-31T15:34:57.823Z] #28 33.31 Unpacking python3-wheel (0.34.2-1) ...
15:34:57 [2022-08-31T15:34:57.823Z] #28 33.37 Selecting previously unselected package python3-pip.
15:34:57 [2022-08-31T15:34:57.823Z] #28 33.37 Preparing to unpack .../42-python3-pip_20.3.4-4+deb11u1_all.deb ...
15:34:57 [2022-08-31T15:34:57.823Z] #28 33.38 Unpacking python3-pip (20.3.4-4+deb11u1) ...
15:34:57 [2022-08-31T15:34:57.823Z] #28 33.52 Selecting previously unselected package sudo.
15:34:57 [2022-08-31T15:34:57.823Z] #28 33.52 Preparing to unpack .../43-sudo_1.9.5p2-3_amd64.deb ...
15:34:57 [2022-08-31T15:34:57.823Z] #28 33.54 Unpacking sudo (1.9.5p2-3) ...
15:34:58 [2022-08-31T15:34:58.086Z] #28 33.77 Selecting previously unselected package systemd-journal-remote.
15:34:58 [2022-08-31T15:34:58.086Z] #28 33.78 Preparing to unpack .../44-systemd-journal-remote_247.3-7_amd64.deb ...
15:34:58 [2022-08-31T15:34:58.086Z] #28 33.78 Unpacking systemd-journal-remote (247.3-7) ...
15:34:58 [2022-08-31T15:34:58.086Z] #28 33.84 Selecting previously unselected package thin-provisioning-tools.
15:34:58 [2022-08-31T15:34:58.086Z] #28 33.84 Preparing to unpack .../45-thin-provisioning-tools_0.9.0-1_amd64.deb ...
15:34:58 [2022-08-31T15:34:58.086Z] #28 33.85 Unpacking thin-provisioning-tools (0.9.0-1) ...
15:34:58 [2022-08-31T15:34:58.228Z] #67 ...
15:34:58 [2022-08-31T15:34:58.228Z] 
15:34:58 [2022-08-31T15:34:58.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
15:34:58 [2022-08-31T15:34:58.228Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:34:58 [2022-08-31T15:34:58.228Z] #14 192.2 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
15:34:58 [2022-08-31T15:34:58.228Z] #14 192.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
15:34:58 [2022-08-31T15:34:58.228Z] #14 192.2 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:34:58 [2022-08-31T15:34:58.346Z] #28 33.96 Selecting previously unselected package uidmap.
15:34:58 [2022-08-31T15:34:58.346Z] #28 33.97 Preparing to unpack .../46-uidmap_1%3a4.8.1-1_amd64.deb ...
15:34:58 [2022-08-31T15:34:58.346Z] #28 33.98 Unpacking uidmap (1:4.8.1-1) ...
15:34:58 [2022-08-31T15:34:58.605Z] #28 34.05 Selecting previously unselected package vim-runtime.
15:34:58 [2022-08-31T15:34:58.605Z] #28 34.06 Preparing to unpack .../47-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
15:34:58 [2022-08-31T15:34:58.605Z] #28 34.08 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
15:34:58 [2022-08-31T15:34:58.605Z] #28 34.10 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
15:34:58 [2022-08-31T15:34:58.605Z] #28 34.10 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
15:34:59 [2022-08-31T15:34:59.548Z] #28 35.22 Selecting previously unselected package vim.
15:34:59 [2022-08-31T15:34:59.548Z] #28 35.23 Preparing to unpack .../48-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:34:59 [2022-08-31T15:34:59.548Z] #28 35.24 Unpacking vim (2:8.2.2434-3+deb11u1) ...
15:34:59 [2022-08-31T15:34:59.821Z] --- PASS: TestConfigsUpdate (2.24s)
15:34:59 [2022-08-31T15:34:59.821Z] === RUN   TestTemplatedConfig
15:35:00 [2022-08-31T15:35:00.120Z] #28 35.53 Selecting previously unselected package xfsprogs.
15:35:00 [2022-08-31T15:35:00.120Z] #28 35.54 Preparing to unpack .../49-xfsprogs_5.10.0-4_amd64.deb ...
15:35:00 [2022-08-31T15:35:00.120Z] #28 35.54 Unpacking xfsprogs (5.10.0-4) ...
15:35:00 [2022-08-31T15:35:00.120Z] #28 35.72 Selecting previously unselected package zip.
15:35:00 [2022-08-31T15:35:00.120Z] #28 35.73 Preparing to unpack .../50-zip_3.0-12_amd64.deb ...
15:35:00 [2022-08-31T15:35:00.120Z] #28 35.74 Unpacking zip (3.0-12) ...
15:35:00 [2022-08-31T15:35:00.120Z] #28 35.81 Selecting previously unselected package zstd.
15:35:00 [2022-08-31T15:35:00.380Z] #28 35.81 Preparing to unpack .../51-zstd_1.4.8+dfsg-2.1_amd64.deb ...
15:35:00 [2022-08-31T15:35:00.380Z] #28 35.83 Unpacking zstd (1.4.8+dfsg-2.1) ...
15:35:00 [2022-08-31T15:35:00.380Z] #28 36.05 Setting up python3-pkg-resources (52.0.0-4) ...
15:35:00 [2022-08-31T15:35:00.639Z] #28 36.41 Setting up libip4tc2:amd64 (1.8.7-1) ...
15:35:00 [2022-08-31T15:35:00.899Z] #28 36.42 Setting up net-tools (1.60+git20181103.0eebece-1) ...
15:35:00 [2022-08-31T15:35:00.899Z] #28 36.44 Setting up libgpm2:amd64 (1.20.7-8) ...
15:35:00 [2022-08-31T15:35:00.899Z] #28 36.45 Setting up libip6tc2:amd64 (1.8.7-1) ...
15:35:00 [2022-08-31T15:35:00.899Z] #28 36.46 Setting up libinih1:amd64 (53-1+b2) ...
15:35:00 [2022-08-31T15:35:00.899Z] #28 36.47 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
15:35:00 [2022-08-31T15:35:00.899Z] #28 36.48 Setting up uidmap (1:4.8.1-1) ...
15:35:00 [2022-08-31T15:35:00.899Z] #28 36.49 Setting up libyajl2:amd64 (2.1.0-3) ...
15:35:00 [2022-08-31T15:35:00.899Z] #28 36.51 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:35:00 [2022-08-31T15:35:00.899Z] #28 36.52 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:35:00 [2022-08-31T15:35:00.899Z] #28 36.53 Setting up python3-wheel (0.34.2-1) ...
15:35:01 [2022-08-31T15:35:01.159Z] #28 36.81 Setting up libmicrohttpd12:amd64 (0.9.72-2) ...
15:35:01 [2022-08-31T15:35:01.159Z] #28 36.82 Setting up xxd (2:8.2.2434-3+deb11u1) ...
15:35:01 [2022-08-31T15:35:01.159Z] #28 36.84 Setting up libcap2:amd64 (1:2.44-1) ...
15:35:01 [2022-08-31T15:35:01.159Z] #28 36.85 Setting up libcap2-bin (1:2.44-1) ...
15:35:01 [2022-08-31T15:35:01.159Z] #28 36.87 Setting up apparmor (2.13.6-10) ...
15:35:02 [2022-08-31T15:35:02.359Z] --- PASS: TestTemplatedConfig (2.76s)
15:35:02 [2022-08-31T15:35:02.359Z] === RUN   TestConfigCreateResolve
15:35:02 [2022-08-31T15:35:02.539Z] #28 37.95 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service โ†’ /lib/systemd/system/apparmor.service.
15:35:02 [2022-08-31T15:35:02.539Z] #28 37.97 Setting up zip (3.0-12) ...
15:35:02 [2022-08-31T15:35:02.539Z] #28 37.99 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
15:35:02 [2022-08-31T15:35:02.539Z] #28 38.01 Setting up bash-completion (1:2.11-2) ...
15:35:03 [2022-08-31T15:35:03.478Z] #28 39.08 Setting up libmnl0:amd64 (1.0.4-3) ...
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.09 Setting up sudo (1.9.5p2-3) ...
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.15 invoke-rc.d: could not determine current runlevel
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.16 invoke-rc.d: policy-rc.d denied execution of start.
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.17 Setting up xfsprogs (5.10.0-4) ...
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.18 System has not been booted with systemd as init system (PID 1). Can't operate.
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.18 Failed to connect to bus: Host is down
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.18 Setting up libxtables12:amd64 (1.8.7-1) ...
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.19 Setting up inetutils-ping (2:2.0-1) ...
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.20 Setting up pigz (2.6-1) ...
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.22 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.23 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.25 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
15:35:03 [2022-08-31T15:35:03.479Z] #28 39.26 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
15:35:04 [2022-08-31T15:35:04.048Z] #28 39.59 Setting up libaio1:amd64 (0.3.112-9) ...
15:35:04 [2022-08-31T15:35:04.048Z] #28 39.60 Setting up python3-lib2to3 (3.9.2-1) ...
15:35:04 [2022-08-31T15:35:04.048Z] #28 39.78 Setting up libelf1:amd64 (0.183-1) ...
15:35:04 [2022-08-31T15:35:04.048Z] #28 39.79 Setting up libjson-c5:amd64 (0.15-2) ...
15:35:04 [2022-08-31T15:35:04.048Z] #28 39.82 Setting up zstd (1.4.8+dfsg-2.1) ...
15:35:04 [2022-08-31T15:35:04.307Z] #28 39.83 Setting up libonig5:amd64 (6.9.6-1.1) ...
15:35:04 [2022-08-31T15:35:04.307Z] #28 39.85 Setting up libkmod2:amd64 (28-1) ...
15:35:04 [2022-08-31T15:35:04.307Z] #28 39.86 Setting up python3-distutils (3.9.2-1) ...
15:35:04 [2022-08-31T15:35:04.307Z] #28 40.07 Setting up vim (2:8.2.2434-3+deb11u1) ...
15:35:04 [2022-08-31T15:35:04.567Z] #28 40.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
15:35:04 [2022-08-31T15:35:04.567Z] #28 40.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
15:35:04 [2022-08-31T15:35:04.567Z] #28 40.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
15:35:04 [2022-08-31T15:35:04.567Z] #28 40.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
15:35:04 [2022-08-31T15:35:04.567Z] #28 40.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
15:35:04 [2022-08-31T15:35:04.567Z] #28 40.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
15:35:04 [2022-08-31T15:35:04.567Z] #28 40.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
15:35:04 [2022-08-31T15:35:04.567Z] #28 40.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
15:35:04 [2022-08-31T15:35:04.567Z] #28 40.13 Setting up python3-setuptools (52.0.0-4) ...
15:35:04 [2022-08-31T15:35:04.772Z] #14 ...
15:35:04 [2022-08-31T15:35:04.772Z] 
15:35:04 [2022-08-31T15:35:04.772Z] #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
15:35:04 [2022-08-31T15:35:04.772Z] #67 sha256:3917080c1fb9c5c2d4243f017117c3ee5f61835b46ce378567e9ccab0d299285
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3 rootlesskit version 1.0.0
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3 Usage of /build/rootlesskit-docker-proxy:
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3   -container-ip string
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3     	container ip
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3   -container-port int
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3     	container port (default -1)
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3   -host-ip string
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3     	host ip
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3   -host-port int
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3     	host port (default -1)
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3   -proto string
15:35:04 [2022-08-31T15:35:04.772Z] #67 199.3     	proxy protocol (default "tcp")
15:35:04 [2022-08-31T15:35:04.898Z] --- PASS: TestConfigCreateResolve (2.24s)
15:35:04 [2022-08-31T15:35:04.898Z] PASS
15:35:04 [2022-08-31T15:35:04.898Z] 
15:35:04 [2022-08-31T15:35:04.898Z] DONE 6 tests in 13.977s
15:35:04 [2022-08-31T15:35:04.898Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
15:35:04 [2022-08-31T15:35:04.898Z] INFO: Testing against a local daemon
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestAttachWithTTY
15:35:04 [2022-08-31T15:35:04.898Z] --- PASS: TestAttachWithTTY (0.17s)
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestAttachWithoutTTy
15:35:04 [2022-08-31T15:35:04.898Z] --- PASS: TestAttachWithoutTTy (0.09s)
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestCheckpoint
15:35:04 [2022-08-31T15:35:04.898Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:35:04 [2022-08-31T15:35:04.898Z] --- SKIP: TestCheckpoint (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/commit
15:35:04 [2022-08-31T15:35:04.898Z] === PAUSE TestContainerInvalidJSON/commit
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/create
15:35:04 [2022-08-31T15:35:04.898Z] === PAUSE TestContainerInvalidJSON/containers/create
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
15:35:04 [2022-08-31T15:35:04.898Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
15:35:04 [2022-08-31T15:35:04.898Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
15:35:04 [2022-08-31T15:35:04.898Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:35:04 [2022-08-31T15:35:04.898Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
15:35:04 [2022-08-31T15:35:04.898Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
15:35:04 [2022-08-31T15:35:04.898Z] === CONT  TestContainerInvalidJSON/commit
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
15:35:04 [2022-08-31T15:35:04.898Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/commit/empty_body
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
15:35:04 [2022-08-31T15:35:04.898Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
15:35:04 [2022-08-31T15:35:04.898Z] === CONT  TestContainerInvalidJSON/containers/create
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
15:35:04 [2022-08-31T15:35:04.898Z] --- PASS: TestContainerInvalidJSON (0.01s)
15:35:04 [2022-08-31T15:35:04.898Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]     --- PASS: TestContainerInvalidJSON/commit (0.01s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestCopyFromContainerPathDoesNotExist
15:35:04 [2022-08-31T15:35:04.898Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
15:35:04 [2022-08-31T15:35:04.898Z] === RUN   TestCopyFromContainerPathIsNotDir
15:35:05 [2022-08-31T15:35:05.137Z] #28 40.72 Setting up libjq1:amd64 (1.6-2.1) ...
15:35:05 [2022-08-31T15:35:05.137Z] #28 40.73 Setting up libnftnl11:amd64 (1.1.9-1) ...
15:35:05 [2022-08-31T15:35:05.137Z] #28 40.75 Setting up thin-provisioning-tools (0.9.0-1) ...
15:35:05 [2022-08-31T15:35:05.137Z] #28 40.76 Setting up python3-pip (20.3.4-4+deb11u1) ...
15:35:05 [2022-08-31T15:35:05.159Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s)
15:35:05 [2022-08-31T15:35:05.159Z] === RUN   TestCopyToContainerPathDoesNotExist
15:35:05 [2022-08-31T15:35:05.159Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
15:35:05 [2022-08-31T15:35:05.159Z] === RUN   TestCopyEmptyFile
15:35:05 [2022-08-31T15:35:05.424Z] --- PASS: TestCopyEmptyFile (0.30s)
15:35:05 [2022-08-31T15:35:05.424Z] === RUN   TestCopyToContainerPathIsNotDir
15:35:05 [2022-08-31T15:35:05.424Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s)
15:35:05 [2022-08-31T15:35:05.424Z] === RUN   TestCopyFromContainer
15:35:05 [2022-08-31T15:35:05.706Z] #28 41.25 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:35:05 [2022-08-31T15:35:05.706Z] #28 41.27 Setting up jq (1.6-2.1) ...
15:35:05 [2022-08-31T15:35:05.706Z] #28 41.29 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
15:35:05 [2022-08-31T15:35:05.706Z] #28 41.30 Setting up libbpf0:amd64 (1:0.3-2) ...
15:35:05 [2022-08-31T15:35:05.706Z] #28 41.31 Setting up iptables (1.8.7-1) ...
15:35:05 [2022-08-31T15:35:05.706Z] #28 41.33 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
15:35:05 [2022-08-31T15:35:05.706Z] #28 41.33 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:35:05 [2022-08-31T15:35:05.706Z] #28 41.34 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
15:35:05 [2022-08-31T15:35:05.706Z] #28 41.34 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:35:05 [2022-08-31T15:35:05.706Z] #28 41.35 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
15:35:05 [2022-08-31T15:35:05.966Z] #28 41.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
15:35:05 [2022-08-31T15:35:05.966Z] #28 41.45 Setting up iproute2 (5.10.0-4) ...
15:35:05 [2022-08-31T15:35:05.966Z] #28 41.69 Setting up systemd (247.3-7) ...
15:35:06 [2022-08-31T15:35:06.140Z] #67 DONE 201.4s
15:35:06 [2022-08-31T15:35:06.140Z] 
15:35:06 [2022-08-31T15:35:06.140Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
15:35:06 [2022-08-31T15:35:06.140Z] #68 sha256:9f84c36520b8f65b94d8ec10cbf5c98ead92aa797231090d87b0588caae22e13
15:35:06 [2022-08-31T15:35:06.140Z] #68 DONE 0.0s
15:35:06 [2022-08-31T15:35:06.140Z] 
15:35:06 [2022-08-31T15:35:06.140Z] #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
15:35:06 [2022-08-31T15:35:06.140Z] #36 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:35:06 [2022-08-31T15:35:06.140Z] #36 ...
15:35:06 [2022-08-31T15:35:06.140Z] 
15:35:06 [2022-08-31T15:35:06.140Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
15:35:06 [2022-08-31T15:35:06.140Z] #69 sha256:0b653e56432baf7c05a1a26bfac0fbea2f3224a1634bbff1bc6b370dca84a1c8
15:35:06 [2022-08-31T15:35:06.140Z] #69 DONE 0.1s
15:35:06 [2022-08-31T15:35:06.140Z] 
15:35:06 [2022-08-31T15:35:06.140Z] #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
15:35:06 [2022-08-31T15:35:06.140Z] #36 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:35:06 [2022-08-31T15:35:06.227Z] #28 41.73 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service โ†’ /lib/systemd/system/getty@.service.
15:35:06 [2022-08-31T15:35:06.227Z] #28 41.74 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target โ†’ /lib/systemd/system/remote-fs.target.
15:35:06 [2022-08-31T15:35:06.227Z] #28 41.74 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service โ†’ /lib/systemd/system/systemd-pstore.service.
15:35:06 [2022-08-31T15:35:06.227Z] #28 41.77 Initializing machine ID from KVM UUID.
15:35:06 [2022-08-31T15:35:06.626Z] #14 ...
15:35:06 [2022-08-31T15:35:06.626Z] 
15:35:06 [2022-08-31T15:35:06.626Z] #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
15:35:06 [2022-08-31T15:35:06.626Z] #67 sha256:da3f2d3791962933b64b85993c6d692abe3455813fa50d826c971819ed57162c
15:35:06 [2022-08-31T15:35:06.626Z] #67 192.0 + for f in rootlesskit rootlesskit-docker-proxy
15:35:06 [2022-08-31T15:35:06.626Z] #67 192.0 + GOBIN=/build
15:35:06 [2022-08-31T15:35:06.626Z] #67 192.0 + GO111MODULE=on
15:35:06 [2022-08-31T15:35:06.626Z] #67 192.0 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6 rootlesskit version 1.0.0
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6 Usage of /build/rootlesskit-docker-proxy:
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6   -container-ip string
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6     	container ip
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6   -container-port int
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6     	container port (default -1)
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6   -host-ip string
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6     	host ip
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6   -host-port int
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6     	host port (default -1)
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6   -proto string
15:35:06 [2022-08-31T15:35:06.626Z] #67 202.6     	proxy protocol (default "tcp")
15:35:06 [2022-08-31T15:35:06.797Z] #28 42.37 Setting up systemd-journal-remote (247.3-7) ...
15:35:06 [2022-08-31T15:35:06.813Z] === RUN   TestCopyFromContainer//
15:35:06 [2022-08-31T15:35:06.813Z] === RUN   TestCopyFromContainer//bar/root
15:35:07 [2022-08-31T15:35:07.057Z] #28 42.52 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:35:07 [2022-08-31T15:35:07.075Z] === RUN   TestCopyFromContainer//bar/root/
15:35:07 [2022-08-31T15:35:07.075Z] === RUN   TestCopyFromContainer/bar/quux
15:35:07 [2022-08-31T15:35:07.075Z] === RUN   TestCopyFromContainer/bar/quux/
15:35:07 [2022-08-31T15:35:07.075Z] === RUN   TestCopyFromContainer/bar/quux/baz
15:35:07 [2022-08-31T15:35:07.197Z] #67 DONE 204.2s
15:35:07 [2022-08-31T15:35:07.197Z] 
15:35:07 [2022-08-31T15:35:07.197Z] #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
15:35:07 [2022-08-31T15:35:07.197Z] #34 sha256:c01d2ca93070b46c2b698fd57bf153e2968c6185a055fa7f94e1207c6933d0df
15:35:07 [2022-08-31T15:35:07.197Z] #34 ...
15:35:07 [2022-08-31T15:35:07.197Z] 
15:35:07 [2022-08-31T15:35:07.197Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
15:35:07 [2022-08-31T15:35:07.197Z] #68 sha256:d8a26a18ca673c39b06e6af2a9d6f61ed50fcc17aa026a7a579c0816b9abf829
15:35:07 [2022-08-31T15:35:07.197Z] #68 DONE 0.1s
15:35:07 [2022-08-31T15:35:07.197Z] 
15:35:07 [2022-08-31T15:35:07.197Z] #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
15:35:07 [2022-08-31T15:35:07.197Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:35:07 [2022-08-31T15:35:07.197Z] #14 204.6 Selecting previously unselected package g++-mingw-w64-x86-64.
15:35:07 [2022-08-31T15:35:07.197Z] #14 204.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
15:35:07 [2022-08-31T15:35:07.197Z] #14 204.7 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:35:07 [2022-08-31T15:35:07.334Z] === RUN   TestCopyFromContainer/bar/filesymlink
15:35:07 [2022-08-31T15:35:07.334Z] === RUN   TestCopyFromContainer/bar/dirsymlink
15:35:07 [2022-08-31T15:35:07.334Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
15:35:07 [2022-08-31T15:35:07.334Z] === RUN   TestCopyFromContainer/bar/notarget
15:35:07 [2022-08-31T15:35:07.456Z] #14 ...
15:35:07 [2022-08-31T15:35:07.456Z] 
15:35:07 [2022-08-31T15:35:07.456Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
15:35:07 [2022-08-31T15:35:07.456Z] #69 sha256:5d804f1cc730560f03a1b6482528e949b2cfae1541f38afe87727b428b24b742
15:35:07 [2022-08-31T15:35:07.456Z] #69 DONE 0.1s
15:35:07 [2022-08-31T15:35:07.456Z] 
15:35:07 [2022-08-31T15:35:07.457Z] #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
15:35:07 [2022-08-31T15:35:07.457Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:35:07 [2022-08-31T15:35:07.457Z] #14 205.0 Selecting previously unselected package libapparmor1:amd64.
15:35:07 [2022-08-31T15:35:07.457Z] #14 205.0 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
15:35:07 [2022-08-31T15:35:07.457Z] #14 205.0 Unpacking libapparmor1:amd64 (2.13.6-10) ...
15:35:07 [2022-08-31T15:35:07.594Z] --- PASS: TestCopyFromContainer (2.07s)
15:35:07 [2022-08-31T15:35:07.594Z]     --- PASS: TestCopyFromContainer// (0.06s)
15:35:07 [2022-08-31T15:35:07.594Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
15:35:07 [2022-08-31T15:35:07.594Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
15:35:07 [2022-08-31T15:35:07.594Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
15:35:07 [2022-08-31T15:35:07.594Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
15:35:07 [2022-08-31T15:35:07.595Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
15:35:07 [2022-08-31T15:35:07.595Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
15:35:07 [2022-08-31T15:35:07.595Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
15:35:07 [2022-08-31T15:35:07.595Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
15:35:07 [2022-08-31T15:35:07.595Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
15:35:07 [2022-08-31T15:35:07.595Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
15:35:07 [2022-08-31T15:35:07.595Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:35:07 [2022-08-31T15:35:07.595Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:35:07 [2022-08-31T15:35:07.595Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:35:07 [2022-08-31T15:35:07.595Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:35:07 [2022-08-31T15:35:07.595Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
15:35:07 [2022-08-31T15:35:07.595Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
15:35:07 [2022-08-31T15:35:07.595Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:35:07 [2022-08-31T15:35:07.595Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
15:35:07 [2022-08-31T15:35:07.595Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:35:07 [2022-08-31T15:35:07.595Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
15:35:07 [2022-08-31T15:35:07.595Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
15:35:07 [2022-08-31T15:35:07.595Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
15:35:07 [2022-08-31T15:35:07.595Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
15:35:07 [2022-08-31T15:35:07.595Z] === RUN   TestCreateLinkToNonExistingContainer
15:35:07 [2022-08-31T15:35:07.595Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
15:35:07 [2022-08-31T15:35:07.595Z] === RUN   TestCreateWithInvalidEnv
15:35:07 [2022-08-31T15:35:07.595Z] === RUN   TestCreateWithInvalidEnv/0
15:35:07 [2022-08-31T15:35:07.595Z] === PAUSE TestCreateWithInvalidEnv/0
15:35:07 [2022-08-31T15:35:07.595Z] === RUN   TestCreateWithInvalidEnv/1
15:35:07 [2022-08-31T15:35:07.595Z] === PAUSE TestCreateWithInvalidEnv/1
15:35:07 [2022-08-31T15:35:07.595Z] === RUN   TestCreateWithInvalidEnv/2
15:35:07 [2022-08-31T15:35:07.595Z] === PAUSE TestCreateWithInvalidEnv/2
15:35:07 [2022-08-31T15:35:07.595Z] === CONT  TestCreateWithInvalidEnv/0
15:35:07 [2022-08-31T15:35:07.595Z] === CONT  TestCreateWithInvalidEnv/2
15:35:07 [2022-08-31T15:35:07.595Z] === CONT  TestCreateWithInvalidEnv/1
15:35:07 [2022-08-31T15:35:07.595Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
15:35:07 [2022-08-31T15:35:07.595Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
15:35:07 [2022-08-31T15:35:07.595Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
15:35:07 [2022-08-31T15:35:07.595Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
15:35:07 [2022-08-31T15:35:07.595Z] === RUN   TestCreateTmpfsMountsTarget
15:35:07 [2022-08-31T15:35:07.595Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
15:35:07 [2022-08-31T15:35:07.595Z] === RUN   TestCreateWithCustomMaskedPaths
15:35:07 [2022-08-31T15:35:07.643Z] #28 DONE 43.2s
15:35:07 [2022-08-31T15:35:07.643Z] 
15:35:07 [2022-08-31T15:35:07.643Z] #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
15:35:07 [2022-08-31T15:35:07.643Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:35:07 [2022-08-31T15:35:07.643Z] #71 ...
15:35:07 [2022-08-31T15:35:07.643Z] 
15:35:07 [2022-08-31T15:35:07.643Z] #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
15:35:07 [2022-08-31T15:35:07.643Z] #29 sha256:3883e2d1a74fb20c8278fdc77b97b4bae11d3a1fd65248cfe02daf3878a658ab
15:35:07 [2022-08-31T15:35:07.716Z] #14 205.2 Selecting previously unselected package libapparmor-dev:amd64.
15:35:07 [2022-08-31T15:35:07.716Z] #14 205.2 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
15:35:07 [2022-08-31T15:35:07.716Z] #14 205.3 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
15:35:08 [2022-08-31T15:35:08.284Z] #14 205.6 Selecting previously unselected package libbtrfs0:amd64.
15:35:08 [2022-08-31T15:35:08.285Z] #14 205.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
15:35:08 [2022-08-31T15:35:08.285Z] #14 205.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:35:08 [2022-08-31T15:35:08.544Z] #14 205.9 Selecting previously unselected package libbtrfs-dev:amd64.
15:35:08 [2022-08-31T15:35:08.544Z] #14 205.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
15:35:08 [2022-08-31T15:35:08.544Z] #14 205.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:35:08 [2022-08-31T15:35:08.601Z] #29 0.815 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
15:35:08 [2022-08-31T15:35:08.601Z] #29 0.820 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
15:35:08 [2022-08-31T15:35:08.601Z] #29 0.823 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
15:35:08 [2022-08-31T15:35:08.601Z] #29 DONE 0.9s
15:35:08 [2022-08-31T15:35:08.601Z] 
15:35:08 [2022-08-31T15:35:08.601Z] #30 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
15:35:08 [2022-08-31T15:35:08.601Z] #30 sha256:84026bbeda956f99448cefec74a925b162a305042d96647f1fc05e81d69a6907
15:35:08 [2022-08-31T15:35:08.664Z] #36 ...
15:35:08 [2022-08-31T15:35:08.664Z] 
15:35:08 [2022-08-31T15:35:08.664Z] #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
15:35:08 [2022-08-31T15:35:08.664Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:35:08 [2022-08-31T15:35:08.664Z] #14 204.1 Selecting previously unselected package g++-mingw-w64-x86-64.
15:35:08 [2022-08-31T15:35:08.664Z] #14 204.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
15:35:08 [2022-08-31T15:35:08.664Z] #14 204.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:35:08 [2022-08-31T15:35:08.664Z] #14 204.4 Selecting previously unselected package libapparmor1:amd64.
15:35:08 [2022-08-31T15:35:08.803Z] #14 206.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
15:35:08 [2022-08-31T15:35:08.803Z] #14 206.4 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:35:08 [2022-08-31T15:35:08.921Z] #14 204.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
15:35:08 [2022-08-31T15:35:08.921Z] #14 204.4 Unpacking libapparmor1:amd64 (2.13.6-10) ...
15:35:08 [2022-08-31T15:35:08.921Z] #14 204.6 Selecting previously unselected package libapparmor-dev:amd64.
15:35:08 [2022-08-31T15:35:08.921Z] #14 204.6 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
15:35:08 [2022-08-31T15:35:08.921Z] #14 204.7 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
15:35:09 [2022-08-31T15:35:09.069Z] #14 206.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:35:09 [2022-08-31T15:35:09.069Z] #14 206.5 Selecting previously unselected package libudev-dev:amd64.
15:35:09 [2022-08-31T15:35:09.069Z] #14 206.5 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
15:35:09 [2022-08-31T15:35:09.069Z] #14 206.6 Unpacking libudev-dev:amd64 (247.3-7) ...
15:35:09 [2022-08-31T15:35:09.178Z] #14 204.9 Selecting previously unselected package libbtrfs0:amd64.
15:35:09 [2022-08-31T15:35:09.178Z] #14 204.9 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
15:35:09 [2022-08-31T15:35:09.178Z] #14 204.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
15:35:09 [2022-08-31T15:35:09.505Z] --- PASS: TestCreateWithCustomMaskedPaths (1.74s)
15:35:09 [2022-08-31T15:35:09.505Z] === RUN   TestCreateWithCustomReadonlyPaths
15:35:09 [2022-08-31T15:35:09.647Z] #14 206.8 Selecting previously unselected package libsepol1-dev:amd64.
15:35:09 [2022-08-31T15:35:09.647Z] #14 206.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
15:35:09 [2022-08-31T15:35:09.647Z] #14 206.9 Unpacking libsepol1-dev:amd64 (3.1-1) ...
15:35:09 [2022-08-31T15:35:09.749Z] #14 205.4 Selecting previously unselected package libbtrfs-dev:amd64.
15:35:09 [2022-08-31T15:35:09.749Z] #14 205.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
15:35:09 [2022-08-31T15:35:09.749Z] #14 205.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
15:35:10 [2022-08-31T15:35:10.009Z] #14 205.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
15:35:10 [2022-08-31T15:35:10.228Z] #14 207.4 Selecting previously unselected package libpcre2-16-0:amd64.
15:35:10 [2022-08-31T15:35:10.228Z] #14 207.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
15:35:10 [2022-08-31T15:35:10.228Z] #14 207.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
15:35:10 [2022-08-31T15:35:10.266Z] #14 205.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
15:35:10 [2022-08-31T15:35:10.266Z] #14 205.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:35:10 [2022-08-31T15:35:10.489Z] #14 207.8 Selecting previously unselected package libpcre2-32-0:amd64.
15:35:10 [2022-08-31T15:35:10.489Z] #14 207.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
15:35:10 [2022-08-31T15:35:10.489Z] #14 207.9 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
15:35:10 [2022-08-31T15:35:10.529Z] #14 206.1 Selecting previously unselected package libudev-dev:amd64.
15:35:10 [2022-08-31T15:35:10.529Z] #14 206.1 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
15:35:10 [2022-08-31T15:35:10.529Z] #14 206.1 Unpacking libudev-dev:amd64 (247.3-7) ...
15:35:10 [2022-08-31T15:35:10.753Z] #14 208.2 Selecting previously unselected package libpcre2-posix2:amd64.
15:35:10 [2022-08-31T15:35:10.753Z] #14 208.2 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
15:35:10 [2022-08-31T15:35:10.753Z] #14 208.2 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
15:35:10 [2022-08-31T15:35:10.794Z] #14 206.4 Selecting previously unselected package libsepol1-dev:amd64.
15:35:10 [2022-08-31T15:35:10.794Z] #14 206.5 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
15:35:10 [2022-08-31T15:35:10.794Z] #14 206.5 Unpacking libsepol1-dev:amd64 (3.1-1) ...
15:35:11 [2022-08-31T15:35:11.015Z] #14 208.4 Selecting previously unselected package libpcre2-dev:amd64.
15:35:11 [2022-08-31T15:35:11.015Z] #14 208.4 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
15:35:11 [2022-08-31T15:35:11.015Z] #14 208.4 Unpacking libpcre2-dev:amd64 (10.36-2) ...
15:35:11 [2022-08-31T15:35:11.360Z] #14 207.1 Selecting previously unselected package libpcre2-16-0:amd64.
15:35:11 [2022-08-31T15:35:11.360Z] #14 207.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
15:35:11 [2022-08-31T15:35:11.360Z] #14 207.1 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
15:35:11 [2022-08-31T15:35:11.414Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.82s)
15:35:11 [2022-08-31T15:35:11.414Z] === RUN   TestCreateWithInvalidHealthcheckParams
15:35:11 [2022-08-31T15:35:11.414Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:35:11 [2022-08-31T15:35:11.414Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:35:11 [2022-08-31T15:35:11.414Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:35:11 [2022-08-31T15:35:11.414Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:35:11 [2022-08-31T15:35:11.414Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:35:11 [2022-08-31T15:35:11.414Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:35:11 [2022-08-31T15:35:11.414Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:35:11 [2022-08-31T15:35:11.414Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:35:11 [2022-08-31T15:35:11.414Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:35:11 [2022-08-31T15:35:11.414Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:35:11 [2022-08-31T15:35:11.414Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:35:11 [2022-08-31T15:35:11.414Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:35:11 [2022-08-31T15:35:11.414Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:35:11 [2022-08-31T15:35:11.414Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:35:11 [2022-08-31T15:35:11.414Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:35:11 [2022-08-31T15:35:11.414Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
15:35:11 [2022-08-31T15:35:11.414Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
15:35:11 [2022-08-31T15:35:11.414Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
15:35:11 [2022-08-31T15:35:11.414Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
15:35:11 [2022-08-31T15:35:11.414Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
15:35:11 [2022-08-31T15:35:11.414Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
15:35:11 [2022-08-31T15:35:11.414Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
15:35:11 [2022-08-31T15:35:11.937Z] #14 207.6 Selecting previously unselected package libpcre2-32-0:amd64.
15:35:11 [2022-08-31T15:35:11.937Z] #14 207.6 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
15:35:11 [2022-08-31T15:35:11.937Z] #14 207.6 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
15:35:11 [2022-08-31T15:35:11.963Z] #14 209.3 Selecting previously unselected package libselinux1-dev:amd64.
15:35:11 [2022-08-31T15:35:11.963Z] #14 209.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
15:35:11 [2022-08-31T15:35:11.963Z] #14 209.4 Unpacking libselinux1-dev:amd64 (3.1-3) ...
15:35:11 [2022-08-31T15:35:11.982Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.66s)
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestCreateDifferentPlatform
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestCreateDifferentPlatform/different_os
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
15:35:11 [2022-08-31T15:35:11.982Z] --- PASS: TestCreateDifferentPlatform (0.02s)
15:35:11 [2022-08-31T15:35:11.982Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
15:35:11 [2022-08-31T15:35:11.982Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestCreateVolumesFromNonExistingContainer
15:35:11 [2022-08-31T15:35:11.982Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
15:35:11 [2022-08-31T15:35:11.982Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s)
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestCreateInvalidHostConfig
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
15:35:11 [2022-08-31T15:35:11.982Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
15:35:11 [2022-08-31T15:35:11.982Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:35:11 [2022-08-31T15:35:11.982Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
15:35:11 [2022-08-31T15:35:11.982Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
15:35:11 [2022-08-31T15:35:11.982Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
15:35:11 [2022-08-31T15:35:11.982Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
15:35:11 [2022-08-31T15:35:11.982Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
15:35:11 [2022-08-31T15:35:11.982Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:35:11 [2022-08-31T15:35:11.982Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
15:35:11 [2022-08-31T15:35:11.982Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
15:35:11 [2022-08-31T15:35:11.982Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
15:35:11 [2022-08-31T15:35:11.982Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
15:35:11 [2022-08-31T15:35:11.982Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestContainerStartOnDaemonRestart
15:35:11 [2022-08-31T15:35:11.982Z] === PAUSE TestContainerStartOnDaemonRestart
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestDaemonRestartIpcMode
15:35:11 [2022-08-31T15:35:11.982Z] === PAUSE TestDaemonRestartIpcMode
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestDaemonHostGatewayIP
15:35:11 [2022-08-31T15:35:11.982Z] === PAUSE TestDaemonHostGatewayIP
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestRestartDaemonWithRestartingContainer
15:35:11 [2022-08-31T15:35:11.982Z] === PAUSE TestRestartDaemonWithRestartingContainer
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestContainerKillOnDaemonStart
15:35:11 [2022-08-31T15:35:11.982Z] === PAUSE TestContainerKillOnDaemonStart
15:35:11 [2022-08-31T15:35:11.982Z] === RUN   TestDiff
15:35:12 [2022-08-31T15:35:12.194Z] #14 207.9 Selecting previously unselected package libpcre2-posix2:amd64.
15:35:12 [2022-08-31T15:35:12.194Z] #14 208.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
15:35:12 [2022-08-31T15:35:12.194Z] #14 208.0 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
15:35:12 [2022-08-31T15:35:12.222Z] #14 209.7 Selecting previously unselected package libdevmapper-dev:amd64.
15:35:12 [2022-08-31T15:35:12.222Z] #14 209.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
15:35:12 [2022-08-31T15:35:12.222Z] #14 209.7 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:35:12 [2022-08-31T15:35:12.451Z] #14 208.1 Selecting previously unselected package libpcre2-dev:amd64.
15:35:12 [2022-08-31T15:35:12.451Z] #14 208.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
15:35:12 [2022-08-31T15:35:12.451Z] #14 208.1 Unpacking libpcre2-dev:amd64 (10.36-2) ...
15:35:12 [2022-08-31T15:35:12.481Z] #14 209.9 Selecting previously unselected package libseccomp-dev:amd64.
15:35:12 [2022-08-31T15:35:12.481Z] #14 209.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
15:35:12 [2022-08-31T15:35:12.481Z] #14 209.9 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:35:12 [2022-08-31T15:35:12.552Z] --- PASS: TestDiff (0.63s)
15:35:12 [2022-08-31T15:35:12.552Z] === RUN   TestExecConsoleSize
15:35:12 [2022-08-31T15:35:12.740Z] #14 210.3 Selecting previously unselected package libsystemd-dev:amd64.
15:35:12 [2022-08-31T15:35:12.740Z] #14 210.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
15:35:12 [2022-08-31T15:35:12.999Z] #14 210.3 Unpacking libsystemd-dev:amd64 (247.3-7) ...
15:35:13 [2022-08-31T15:35:13.391Z] #14 209.1 Selecting previously unselected package libselinux1-dev:amd64.
15:35:13 [2022-08-31T15:35:13.391Z] #14 209.1 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
15:35:13 [2022-08-31T15:35:13.391Z] #14 209.1 Unpacking libselinux1-dev:amd64 (3.1-3) ...
15:35:13 [2022-08-31T15:35:13.489Z] --- PASS: TestExecConsoleSize (0.67s)
15:35:13 [2022-08-31T15:35:13.489Z] === RUN   TestExecWithCloseStdin
15:35:13 [2022-08-31T15:35:13.566Z] #14 211.1 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:35:13 [2022-08-31T15:35:13.566Z] #14 211.1 Setting up libapparmor1:amd64 (2.13.6-10) ...
15:35:13 [2022-08-31T15:35:13.566Z] #14 211.2 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.2 Setting up libsepol1-dev:amd64 (3.1-1) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.2 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.2 Setting up libpcre2-16-0:amd64 (10.36-2) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.2 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.2 Setting up libpcre2-32-0:amd64 (10.36-2) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.2 Setting up libudev-dev:amd64 (247.3-7) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.3 Setting up libpcre2-posix2:amd64 (10.36-2) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.3 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.4 Setting up mingw-w64-common (8.0.0-1) ...
15:35:13 [2022-08-31T15:35:13.826Z] #14 211.4 Setting up libsystemd-dev:amd64 (247.3-7) ...
15:35:13 [2022-08-31T15:35:13.968Z] #14 209.6 Selecting previously unselected package libdevmapper-dev:amd64.
15:35:13 [2022-08-31T15:35:13.968Z] #14 209.6 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
15:35:13 [2022-08-31T15:35:13.968Z] #14 209.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:35:14 [2022-08-31T15:35:14.086Z] #14 211.4 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
15:35:14 [2022-08-31T15:35:14.086Z] #14 211.4 Setting up libpcre2-dev:amd64 (10.36-2) ...
15:35:14 [2022-08-31T15:35:14.086Z] #14 211.5 Setting up libselinux1-dev:amd64 (3.1-3) ...
15:35:14 [2022-08-31T15:35:14.086Z] #14 211.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:35:14 [2022-08-31T15:35:14.086Z] #14 ...
15:35:14 [2022-08-31T15:35:14.086Z] 
15:35:14 [2022-08-31T15:35:14.086Z] #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
15:35:14 [2022-08-31T15:35:14.086Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:14 [2022-08-31T15:35:14.086Z] #77 135.1 configure.ac:11: installing 'build-aux/compile'
15:35:14 [2022-08-31T15:35:14.086Z] #77 135.2 configure.ac:11: installing 'build-aux/config.guess'
15:35:14 [2022-08-31T15:35:14.086Z] #77 135.2 configure.ac:11: installing 'build-aux/config.sub'
15:35:14 [2022-08-31T15:35:14.086Z] #77 135.2 configure.ac:13: installing 'build-aux/install-sh'
15:35:14 [2022-08-31T15:35:14.086Z] #77 135.2 configure.ac:13: installing 'build-aux/missing'
15:35:14 [2022-08-31T15:35:14.086Z] #77 135.2 configure.ac:8: installing 'build-aux/tap-driver.sh'
15:35:14 [2022-08-31T15:35:14.224Z] #14 209.8 Selecting previously unselected package libseccomp-dev:amd64.
15:35:14 [2022-08-31T15:35:14.225Z] #14 209.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
15:35:14 [2022-08-31T15:35:14.225Z] #14 209.8 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:35:14 [2022-08-31T15:35:14.225Z] #14 209.9 Selecting previously unselected package libsystemd-dev:amd64.
15:35:14 [2022-08-31T15:35:14.357Z] #77 135.6 Makefile.am: installing 'build-aux/depcomp'
15:35:14 [2022-08-31T15:35:14.428Z] --- PASS: TestExecWithCloseStdin (0.88s)
15:35:14 [2022-08-31T15:35:14.428Z] === RUN   TestExec
15:35:14 [2022-08-31T15:35:14.480Z] #14 210.0 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
15:35:14 [2022-08-31T15:35:14.480Z] #14 210.0 Unpacking libsystemd-dev:amd64 (247.3-7) ...
15:35:14 [2022-08-31T15:35:14.737Z] #14 ...
15:35:14 [2022-08-31T15:35:14.737Z] 
15:35:14 [2022-08-31T15:35:14.737Z] #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
15:35:14 [2022-08-31T15:35:14.737Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:14 [2022-08-31T15:35:14.737Z] #77 135.1 configure.ac:11: installing 'build-aux/compile'
15:35:14 [2022-08-31T15:35:14.737Z] #77 135.2 configure.ac:11: installing 'build-aux/config.guess'
15:35:14 [2022-08-31T15:35:14.737Z] #77 135.2 configure.ac:11: installing 'build-aux/config.sub'
15:35:14 [2022-08-31T15:35:14.737Z] #77 135.2 configure.ac:13: installing 'build-aux/install-sh'
15:35:14 [2022-08-31T15:35:14.737Z] #77 135.2 configure.ac:13: installing 'build-aux/missing'
15:35:14 [2022-08-31T15:35:14.737Z] #77 135.2 configure.ac:8: installing 'build-aux/tap-driver.sh'
15:35:14 [2022-08-31T15:35:14.925Z] #77 ...
15:35:14 [2022-08-31T15:35:14.925Z] 
15:35:14 [2022-08-31T15:35:14.925Z] #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
15:35:14 [2022-08-31T15:35:14.925Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.6 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.7 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
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.7 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.8 Setting up dmsetup (2:1.02.175-2.1) ...
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.9 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:35:14 [2022-08-31T15:35:14.925Z] #14 211.9 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:35:14 [2022-08-31T15:35:14.925Z] #14 DONE 212.5s
15:35:14 [2022-08-31T15:35:14.993Z] #77 135.5 Makefile.am: installing 'build-aux/depcomp'
15:35:14 [2022-08-31T15:35:14.997Z] --- PASS: TestExec (0.70s)
15:35:14 [2022-08-31T15:35:14.997Z] === RUN   TestExecUser
15:35:15 [2022-08-31T15:35:15.184Z] 
15:35:15 [2022-08-31T15:35:15.184Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
15:35:15 [2022-08-31T15:35:15.184Z] #59 sha256:425a5ad9456111520d67f90148b859250036ff6598ad992a14cb48d03d255a83
15:35:15 [2022-08-31T15:35:15.443Z] #59 DONE 0.3s
15:35:15 [2022-08-31T15:35:15.443Z] 
15:35:15 [2022-08-31T15:35:15.443Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
15:35:15 [2022-08-31T15:35:15.443Z] #15 sha256:87051bb18e529dd8e089a22366ae8e94f6993911c5285c79256ffe10f0de3b91
15:35:15 [2022-08-31T15:35:15.565Z] --- PASS: TestExecUser (0.66s)
15:35:15 [2022-08-31T15:35:15.565Z] === RUN   TestExportContainerAndImportImage
15:35:16 [2022-08-31T15:35:16.505Z] --- PASS: TestExportContainerAndImportImage (0.78s)
15:35:16 [2022-08-31T15:35:16.505Z] === RUN   TestExportContainerAfterDaemonRestart
15:35:16 [2022-08-31T15:35:16.723Z] #30 7.019 Collecting yamllint==1.27.1
15:35:16 [2022-08-31T15:35:16.723Z] #30 8.067   Downloading yamllint-1.27.1.tar.gz (129 kB)
15:35:16 [2022-08-31T15:35:16.887Z] #77 ...
15:35:16 [2022-08-31T15:35:16.887Z] 
15:35:16 [2022-08-31T15:35:16.887Z] #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
15:35:16 [2022-08-31T15:35:16.887Z] #14 sha256:baf6d667cfc807e813aa7aaca1823e9af31a24b34cff1c2d505732f341970afb
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.8 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.8 Setting up libapparmor1:amd64 (2.13.6-10) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.8 Setting up libsepol1-dev:amd64 (3.1-1) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.8 Setting up libpcre2-16-0:amd64 (10.36-2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.9 Setting up libbtrfs0:amd64 (5.10.1-2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.9 Setting up libpcre2-32-0:amd64 (10.36-2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.9 Setting up libudev-dev:amd64 (247.3-7) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.9 Setting up libpcre2-posix2:amd64 (10.36-2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 210.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.0 Setting up mingw-w64-common (8.0.0-1) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.0 Setting up libsystemd-dev:amd64 (247.3-7) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.0 Setting up libpcre2-dev:amd64 (10.36-2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.0 Setting up libselinux1-dev:amd64 (3.1-3) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.1 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.1 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.2 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
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.2 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.5 Setting up dmsetup (2:1.02.175-2.1) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.6 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 211.6 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:35:16 [2022-08-31T15:35:16.887Z] #14 DONE 212.5s
15:35:16 [2022-08-31T15:35:16.887Z] 
15:35:16 [2022-08-31T15:35:16.887Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
15:35:16 [2022-08-31T15:35:16.887Z] #59 sha256:a9cc88f7fdf5de77ee6f14d9683f36794bd9421c93c1593fb88e58a2ddbc4ca5
15:35:16 [2022-08-31T15:35:16.887Z] #59 DONE 0.1s
15:35:16 [2022-08-31T15:35:16.887Z] 
15:35:16 [2022-08-31T15:35:16.887Z] #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
15:35:16 [2022-08-31T15:35:16.887Z] #60 sha256:bfa60780542eb462c19e89504fb24b8b7df7c92deb0c6c1c59085e914ae17d10
15:35:16 [2022-08-31T15:35:16.982Z] #30 8.605 Collecting pathspec>=0.5.3
15:35:16 [2022-08-31T15:35:16.982Z] #30 8.613   Downloading pathspec-0.10.0-py3-none-any.whl (27 kB)
15:35:17 [2022-08-31T15:35:17.242Z] #30 8.788 Collecting pyyaml
15:35:17 [2022-08-31T15:35:17.242Z] #30 8.797   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)
15:35:17 [2022-08-31T15:35:17.242Z] #30 8.822 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
15:35:17 [2022-08-31T15:35:17.242Z] #30 8.827 Building wheels for collected packages: yamllint
15:35:17 [2022-08-31T15:35:17.242Z] #30 8.832   Building wheel for yamllint (setup.py): started
15:35:17 [2022-08-31T15:35:17.350Z] #15 DONE 2.4s
15:35:17 [2022-08-31T15:35:17.350Z] 
15:35:17 [2022-08-31T15:35:17.350Z] #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
15:35:17 [2022-08-31T15:35:17.350Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:17 [2022-08-31T15:35:17.614Z] #77 138.1 checking build system type... x86_64-pc-linux-gnu
15:35:17 [2022-08-31T15:35:17.614Z] #77 138.7 checking host system type... x86_64-pc-linux-gnu
15:35:17 [2022-08-31T15:35:17.614Z] #77 138.7 checking how to print strings... printf
15:35:17 [2022-08-31T15:35:17.614Z] #77 138.8 checking for gcc... gcc
15:35:17 [2022-08-31T15:35:17.816Z] #30 9.234   Building wheel for yamllint (setup.py): finished with status 'done'
15:35:17 [2022-08-31T15:35:17.816Z] #30 9.236   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=0ad2bfb3856ef8ebaa73f7a62ae0b8a227bb8a64c67371de87d5c361a48a7026
15:35:17 [2022-08-31T15:35:17.816Z] #30 9.236   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
15:35:17 [2022-08-31T15:35:17.816Z] #30 9.239 Successfully built yamllint
15:35:17 [2022-08-31T15:35:17.816Z] #30 9.247 Installing collected packages: pyyaml, pathspec, yamllint
15:35:17 [2022-08-31T15:35:17.888Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s)
15:35:17 [2022-08-31T15:35:17.888Z] === RUN   TestHealthCheckWorkdir
15:35:18 [2022-08-31T15:35:18.075Z] #30 9.414 Successfully installed pathspec-0.10.0 pyyaml-6.0 yamllint-1.27.1
15:35:18 [2022-08-31T15:35:18.075Z] #30 DONE 9.6s
15:35:18 [2022-08-31T15:35:18.075Z] 
15:35:18 [2022-08-31T15:35:18.075Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
15:35:18 [2022-08-31T15:35:18.075Z] #34 sha256:dd1737019b89a363bbc3bfa5a7058ad8b854ff1fd68875283b36af36fe30b0a2
15:35:18 [2022-08-31T15:35:18.336Z] #34 DONE 0.3s
15:35:18 [2022-08-31T15:35:18.336Z] 
15:35:18 [2022-08-31T15:35:18.336Z] #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
15:35:18 [2022-08-31T15:35:18.336Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:35:18 [2022-08-31T15:35:18.336Z] #71 ...
15:35:18 [2022-08-31T15:35:18.336Z] 
15:35:18 [2022-08-31T15:35:18.336Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
15:35:18 [2022-08-31T15:35:18.336Z] #39 sha256:fd7471f59544425bfb19309b1c67d23eb561e72d7abd7df4cdc310b6cde9b33c
15:35:18 [2022-08-31T15:35:18.442Z] #77 138.9 checking whether the C compiler works... yes
15:35:18 [2022-08-31T15:35:18.442Z] #77 139.3 checking for C compiler default output file name... a.out
15:35:18 [2022-08-31T15:35:18.457Z] --- PASS: TestHealthCheckWorkdir (0.86s)
15:35:18 [2022-08-31T15:35:18.457Z] === RUN   TestHealthKillContainer
15:35:18 [2022-08-31T15:35:18.595Z] #39 DONE 0.3s
15:35:18 [2022-08-31T15:35:18.595Z] 
15:35:18 [2022-08-31T15:35:18.595Z] #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
15:35:18 [2022-08-31T15:35:18.595Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:35:18 [2022-08-31T15:35:18.595Z] #71 ...
15:35:18 [2022-08-31T15:35:18.595Z] 
15:35:18 [2022-08-31T15:35:18.595Z] #42 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
15:35:18 [2022-08-31T15:35:18.595Z] #42 sha256:72f46fe9bb9201f318e6bb33ef16517628cfa851ad1f8a93e3fb933f3d53f6c0
15:35:18 [2022-08-31T15:35:18.595Z] #42 DONE 0.1s
15:35:18 [2022-08-31T15:35:18.705Z] #77 139.3 checking for suffix of executables... 
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.750 + RM_GOPATH=0
15:35:18 [2022-08-31T15:35:18.778Z] #60 ...
15:35:18 [2022-08-31T15:35:18.778Z] 
15:35:18 [2022-08-31T15:35:18.778Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
15:35:18 [2022-08-31T15:35:18.778Z] #15 sha256:87051bb18e529dd8e089a22366ae8e94f6993911c5285c79256ffe10f0de3b91
15:35:18 [2022-08-31T15:35:18.778Z] #15 DONE 1.9s
15:35:18 [2022-08-31T15:35:18.778Z] 
15:35:18 [2022-08-31T15:35:18.778Z] #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
15:35:18 [2022-08-31T15:35:18.778Z] #60 sha256:bfa60780542eb462c19e89504fb24b8b7df7c92deb0c6c1c59085e914ae17d10
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.753 + TMP_GOPATH=
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.753 + : /build
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.753 + '[' -z '' ']'
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.754 ++ mktemp -d
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.755 + export GOPATH=/tmp/tmp.yrEga0xzk1
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.756 + GOPATH=/tmp/tmp.yrEga0xzk1
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.756 + RM_GOPATH=1
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.757 + case "$(go env GOARCH)" in
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.757 ++ go env GOARCH
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.810 + export GO_BUILDMODE=-buildmode=pie
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.810 + GO_BUILDMODE=-buildmode=pie
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.810 ++ dirname /install.sh
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.813 + dir=/
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.813 + bin=runc
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.813 + shift
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.813 + '[' '!' -f //runc.installer ']'
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.813 + . //runc.installer
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.813 ++ set -e
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.813 ++ : v1.1.4
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.813 + install_runc
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.813 + RUNC_BUILDTAGS=seccomp
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.813 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.813 Install runc version v1.1.4 (build tags: seccomp)
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.823 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.yrEga0xzk1/src/github.com/opencontainers/runc
15:35:18 [2022-08-31T15:35:18.778Z] #60 1.824 Cloning into '/tmp/tmp.yrEga0xzk1/src/github.com/opencontainers/runc'...
15:35:18 [2022-08-31T15:35:18.854Z] 
15:35:18 [2022-08-31T15:35:18.854Z] #44 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
15:35:18 [2022-08-31T15:35:18.854Z] #44 sha256:453dfb55dcf31805e0728c417e14ae9eba06fbb413373a4c5b2970d072c1760e
15:35:18 [2022-08-31T15:35:18.854Z] #44 DONE 0.1s
15:35:18 [2022-08-31T15:35:18.854Z] 
15:35:18 [2022-08-31T15:35:18.854Z] #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
15:35:18 [2022-08-31T15:35:18.854Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:35:18 [2022-08-31T15:35:18.854Z] #71 ...
15:35:18 [2022-08-31T15:35:18.854Z] 
15:35:18 [2022-08-31T15:35:18.855Z] #46 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
15:35:18 [2022-08-31T15:35:18.855Z] #46 sha256:53a93e5fe4efc8a813e6726bb0896792250d925bc69595d15e9af78abaf137ba
15:35:18 [2022-08-31T15:35:18.855Z] #46 DONE 0.1s
15:35:18 [2022-08-31T15:35:18.855Z] 
15:35:18 [2022-08-31T15:35:18.855Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
15:35:18 [2022-08-31T15:35:18.855Z] #48 sha256:7a0ccc2accdcbe924e69e033d88a257d959319a3add56ffd59b44fc7dd8da65e
15:35:18 [2022-08-31T15:35:18.964Z] #77 139.9 checking whether we are cross compiling... 
15:35:18 [2022-08-31T15:35:18.964Z] #77 ...
15:35:18 [2022-08-31T15:35:18.964Z] 
15:35:18 [2022-08-31T15:35:18.964Z] #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
15:35:18 [2022-08-31T15:35:18.964Z] #16 sha256:7ec0d0b7647086c9ad295402b3eba95966d6eec0baea9510dd965d57261e1771
15:35:18 [2022-08-31T15:35:18.964Z] #16 DONE 1.6s
15:35:19 [2022-08-31T15:35:19.115Z] #48 DONE 0.1s
15:35:19 [2022-08-31T15:35:19.115Z] 
15:35:19 [2022-08-31T15:35:19.115Z] #52 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
15:35:19 [2022-08-31T15:35:19.115Z] #52 sha256:d2c80baf9da465f1229f5bc3ee14c4ff32e36d9ecb5d0c146154cfba7941300a
15:35:19 [2022-08-31T15:35:19.115Z] #52 DONE 0.0s
15:35:19 [2022-08-31T15:35:19.115Z] 
15:35:19 [2022-08-31T15:35:19.115Z] #55 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
15:35:19 [2022-08-31T15:35:19.115Z] #55 sha256:ee02d93de541438faa552ed6a7ae649489b04c4223b43138c0d14146afea8d61
15:35:19 [2022-08-31T15:35:19.115Z] #55 DONE 0.1s
15:35:19 [2022-08-31T15:35:19.115Z] 
15:35:19 [2022-08-31T15:35:19.115Z] #59 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
15:35:19 [2022-08-31T15:35:19.115Z] #59 sha256:d3318c2125817d4dafc6b994c9275023ed62be17b4339e691f3706d438f9b96b
15:35:19 [2022-08-31T15:35:19.115Z] #59 DONE 0.1s
15:35:19 [2022-08-31T15:35:19.115Z] 
15:35:19 [2022-08-31T15:35:19.115Z] #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
15:35:19 [2022-08-31T15:35:19.115Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:35:19 [2022-08-31T15:35:19.223Z] 
15:35:19 [2022-08-31T15:35:19.223Z] #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
15:35:19 [2022-08-31T15:35:19.223Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:19 [2022-08-31T15:35:19.223Z] #77 139.9 checking whether we are cross compiling... no
15:35:19 [2022-08-31T15:35:19.375Z] #71 ...
15:35:19 [2022-08-31T15:35:19.375Z] 
15:35:19 [2022-08-31T15:35:19.375Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
15:35:19 [2022-08-31T15:35:19.375Z] #61 sha256:f10dbae2aab5df6526cbf81c6abda51d5ae622dfb065e1adc1c6f6e770dce444
15:35:19 [2022-08-31T15:35:19.375Z] #61 DONE 0.1s
15:35:19 [2022-08-31T15:35:19.375Z] 
15:35:19 [2022-08-31T15:35:19.375Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
15:35:19 [2022-08-31T15:35:19.375Z] #63 sha256:8788fb0d3419d0ac37e9a26333ae0494f5973c7d358d7119012f2ff16a372c8f
15:35:19 [2022-08-31T15:35:19.375Z] #63 DONE 0.2s
15:35:19 [2022-08-31T15:35:19.375Z] 
15:35:19 [2022-08-31T15:35:19.375Z] #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
15:35:19 [2022-08-31T15:35:19.375Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:35:19 [2022-08-31T15:35:19.482Z] #77 140.3 checking for suffix of object files... o
15:35:19 [2022-08-31T15:35:19.634Z] #71 ...
15:35:19 [2022-08-31T15:35:19.634Z] 
15:35:19 [2022-08-31T15:35:19.634Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
15:35:19 [2022-08-31T15:35:19.634Z] #65 sha256:f95fb1fc0769334b5b30d7daab5b75b5f293a8f2a73b7e69dae0a5e8585f31c6
15:35:19 [2022-08-31T15:35:19.634Z] #65 DONE 0.1s
15:35:19 [2022-08-31T15:35:19.634Z] 
15:35:19 [2022-08-31T15:35:19.634Z] #68 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
15:35:19 [2022-08-31T15:35:19.634Z] #68 sha256:b977124a5fdff3e450b9277011de583794383b9b1e624e30b9d3767843969e9a
15:35:19 [2022-08-31T15:35:19.741Z] #77 140.6 checking whether we are using the GNU C compiler... yes
15:35:19 [2022-08-31T15:35:19.894Z] #68 DONE 0.1s
15:35:19 [2022-08-31T15:35:19.894Z] 
15:35:19 [2022-08-31T15:35:19.894Z] #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
15:35:19 [2022-08-31T15:35:19.894Z] #71 sha256:0c797246e4738fe7ccc2434fb3de5831f43470e99a8eb15fb3bee3a3efa288b8
15:35:20 [2022-08-31T15:35:20.000Z] #77 140.8 checking whether gcc accepts -g... yes
15:35:20 [2022-08-31T15:35:20.260Z] #77 141.1 checking for gcc option to accept ISO C89... none needed
15:35:20 [2022-08-31T15:35:20.669Z] #60 ...
15:35:20 [2022-08-31T15:35:20.669Z] 
15:35:20 [2022-08-31T15:35:20.669Z] #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
15:35:20 [2022-08-31T15:35:20.669Z] #16 sha256:7ec0d0b7647086c9ad295402b3eba95966d6eec0baea9510dd965d57261e1771
15:35:20 [2022-08-31T15:35:20.669Z] #16 DONE 2.1s
15:35:20 [2022-08-31T15:35:20.830Z] #77 141.5 checking whether gcc understands -c and -o together... 
15:35:20 [2022-08-31T15:35:20.830Z] #77 ...
15:35:20 [2022-08-31T15:35:20.830Z] 
15:35:20 [2022-08-31T15:35:20.830Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
15:35:20 [2022-08-31T15:35:20.830Z] #17 sha256:9d3949b8df535662ff186d0bdc1ca6f7179db4dc15317490f3c98f32cde7fd65
15:35:20 [2022-08-31T15:35:20.830Z] #17 1.466 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
15:35:20 [2022-08-31T15:35:20.830Z] #17 DONE 1.7s
15:35:20 [2022-08-31T15:35:20.830Z] 
15:35:20 [2022-08-31T15:35:20.830Z] #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
15:35:20 [2022-08-31T15:35:20.830Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:20 [2022-08-31T15:35:20.830Z] #77 141.5 checking whether gcc understands -c and -o together... yes
15:35:20 [2022-08-31T15:35:20.830Z] #77 141.8 checking for a sed that does not truncate output... /bin/sed
15:35:20 [2022-08-31T15:35:20.830Z] #77 141.9 checking for grep that handles long lines and -e... /bin/grep
15:35:20 [2022-08-31T15:35:20.830Z] #77 141.9 checking for egrep... /bin/grep -E
15:35:20 [2022-08-31T15:35:20.830Z] #77 141.9 checking for fgrep... /bin/grep -F
15:35:20 [2022-08-31T15:35:20.830Z] #77 141.9 checking for ld used by gcc... /usr/bin/ld
15:35:20 [2022-08-31T15:35:20.830Z] #77 142.0 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:35:20 [2022-08-31T15:35:20.830Z] #77 142.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:35:20 [2022-08-31T15:35:20.927Z] 
15:35:20 [2022-08-31T15:35:20.927Z] #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
15:35:20 [2022-08-31T15:35:20.927Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:20 [2022-08-31T15:35:20.927Z] #77 137.7 checking build system type... x86_64-pc-linux-gnu
15:35:20 [2022-08-31T15:35:20.927Z] #77 138.2 checking host system type... x86_64-pc-linux-gnu
15:35:20 [2022-08-31T15:35:20.927Z] #77 138.2 checking how to print strings... printf
15:35:20 [2022-08-31T15:35:20.927Z] #77 138.2 checking for gcc... gcc
15:35:20 [2022-08-31T15:35:20.927Z] #77 138.3 checking whether the C compiler works... yes
15:35:20 [2022-08-31T15:35:20.927Z] #77 138.5 checking for C compiler default output file name... a.out
15:35:20 [2022-08-31T15:35:20.927Z] #77 138.5 checking for suffix of executables... 
15:35:20 [2022-08-31T15:35:20.927Z] #77 138.7 checking whether we are cross compiling... no
15:35:20 [2022-08-31T15:35:20.927Z] #77 139.2 checking for suffix of object files... o
15:35:20 [2022-08-31T15:35:20.927Z] #77 139.5 checking whether we are using the GNU C compiler... yes
15:35:20 [2022-08-31T15:35:20.927Z] #77 139.8 checking whether gcc accepts -g... yes
15:35:20 [2022-08-31T15:35:20.927Z] #77 140.0 checking for gcc option to accept ISO C89... none needed
15:35:20 [2022-08-31T15:35:20.927Z] #77 140.3 checking whether gcc understands -c and -o together... yes
15:35:20 [2022-08-31T15:35:20.927Z] #77 140.6 checking for a sed that does not truncate output... /bin/sed
15:35:20 [2022-08-31T15:35:20.927Z] #77 140.6 checking for grep that handles long lines and -e... /bin/grep
15:35:20 [2022-08-31T15:35:20.927Z] #77 140.6 checking for egrep... /bin/grep -E
15:35:20 [2022-08-31T15:35:20.927Z] #77 140.7 checking for fgrep... /bin/grep -F
15:35:20 [2022-08-31T15:35:20.927Z] #77 140.7 checking for ld used by gcc... /usr/bin/ld
15:35:20 [2022-08-31T15:35:20.927Z] #77 140.8 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:35:20 [2022-08-31T15:35:20.927Z] #77 140.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:35:20 [2022-08-31T15:35:20.927Z] #77 140.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:35:20 [2022-08-31T15:35:20.927Z] #77 141.0 checking whether ln -s works... yes
15:35:20 [2022-08-31T15:35:20.927Z] #77 141.0 checking the maximum length of command line arguments... 1572864
15:35:20 [2022-08-31T15:35:20.927Z] #77 141.2 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
15:35:20 [2022-08-31T15:35:20.927Z] #77 141.2 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
15:35:20 [2022-08-31T15:35:20.927Z] #77 141.2 checking for /usr/bin/ld option to reload object files... -r
15:35:20 [2022-08-31T15:35:20.927Z] #77 141.2 checking for objdump... objdump
15:35:20 [2022-08-31T15:35:20.927Z] #77 141.2 checking how to recognize dependent libraries... pass_all
15:35:20 [2022-08-31T15:35:20.927Z] #77 141.2 checking for dlltool... no
15:35:20 [2022-08-31T15:35:20.927Z] #77 141.2 checking how to associate runtime and link libraries... printf %s\n
15:35:20 [2022-08-31T15:35:20.927Z] #77 141.2 checking for ar... ar
15:35:21 [2022-08-31T15:35:21.089Z] #77 142.0 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:35:21 [2022-08-31T15:35:21.089Z] #77 142.3 checking whether ln -s works... yes
15:35:21 [2022-08-31T15:35:21.089Z] #77 142.3 checking the maximum length of command line arguments... 1572864
15:35:21 [2022-08-31T15:35:21.089Z] #77 142.3 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
15:35:21 [2022-08-31T15:35:21.089Z] #77 142.3 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
15:35:21 [2022-08-31T15:35:21.089Z] #77 142.3 checking for /usr/bin/ld option to reload object files... -r
15:35:21 [2022-08-31T15:35:21.089Z] #77 142.3 checking for objdump... objdump
15:35:21 [2022-08-31T15:35:21.089Z] #77 142.3 checking how to recognize dependent libraries... pass_all
15:35:21 [2022-08-31T15:35:21.089Z] #77 142.3 checking for dlltool... no
15:35:21 [2022-08-31T15:35:21.089Z] #77 142.3 checking how to associate runtime and link libraries... printf %s\n
15:35:21 [2022-08-31T15:35:21.089Z] #77 142.3 checking for ar... ar
15:35:21 [2022-08-31T15:35:21.184Z] #77 141.2 checking for archiver @FILE support... @
15:35:21 [2022-08-31T15:35:21.184Z] #77 141.5 checking for strip... strip
15:35:21 [2022-08-31T15:35:21.184Z] #77 141.5 checking for ranlib... ranlib
15:35:21 [2022-08-31T15:35:21.184Z] #77 141.5 checking for gawk... no
15:35:21 [2022-08-31T15:35:21.184Z] #77 141.5 checking for mawk... mawk
15:35:21 [2022-08-31T15:35:21.656Z] #77 142.3 checking for archiver @FILE support... @
15:35:21 [2022-08-31T15:35:21.657Z] #77 142.6 checking for strip... strip
15:35:21 [2022-08-31T15:35:21.657Z] #77 142.6 checking for ranlib... ranlib
15:35:21 [2022-08-31T15:35:21.657Z] #77 142.6 checking for gawk... no
15:35:21 [2022-08-31T15:35:21.657Z] #77 142.6 checking for mawk... mawk
15:35:21 [2022-08-31T15:35:21.748Z] #77 141.5 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:35:21 [2022-08-31T15:35:21.748Z] #77 142.3 checking for sysroot... no
15:35:22 [2022-08-31T15:35:22.006Z] #77 142.3 checking for a working dd... /bin/dd
15:35:22 [2022-08-31T15:35:22.006Z] #77 142.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
15:35:22 [2022-08-31T15:35:22.006Z] #77 ...
15:35:22 [2022-08-31T15:35:22.006Z] 
15:35:22 [2022-08-31T15:35:22.006Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
15:35:22 [2022-08-31T15:35:22.006Z] #17 sha256:9d3949b8df535662ff186d0bdc1ca6f7179db4dc15317490f3c98f32cde7fd65
15:35:22 [2022-08-31T15:35:22.006Z] #17 1.101 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
15:35:22 [2022-08-31T15:35:22.006Z] #17 DONE 1.2s
15:35:22 [2022-08-31T15:35:22.006Z] 
15:35:22 [2022-08-31T15:35:22.006Z] #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
15:35:22 [2022-08-31T15:35:22.006Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:22 [2022-08-31T15:35:22.006Z] #77 142.6 checking for mt... no
15:35:22 [2022-08-31T15:35:22.006Z] #77 142.6 checking if : is a manifest tool... no
15:35:22 [2022-08-31T15:35:22.223Z] #77 142.6 checking command to parse /usr/bin/nm -B output from gcc object... 
15:35:22 [2022-08-31T15:35:22.223Z] #77 ...
15:35:22 [2022-08-31T15:35:22.223Z] 
15:35:22 [2022-08-31T15:35:22.223Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
15:35:22 [2022-08-31T15:35:22.223Z] #18 sha256:dfb5c6c46ee93e946c780e93ed6c6f0f63c2b753c02e2559a542daed5ee7b488
15:35:22 [2022-08-31T15:35:22.223Z] #18 DONE 1.5s
15:35:22 [2022-08-31T15:35:22.262Z] #77 142.6 checking how to run the C preprocessor... gcc -E
15:35:22 [2022-08-31T15:35:22.481Z] 
15:35:22 [2022-08-31T15:35:22.481Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
15:35:22 [2022-08-31T15:35:22.481Z] #19 sha256:2e654ddf8329c95cc8f5437485d77d11bf9ee594792bc76d07be7ca8c230fcdb
15:35:23 [2022-08-31T15:35:23.450Z] #77 143.1 checking for ANSI C header files... 
15:35:23 [2022-08-31T15:35:23.450Z] #77 ...
15:35:23 [2022-08-31T15:35:23.450Z] 
15:35:23 [2022-08-31T15:35:23.450Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
15:35:23 [2022-08-31T15:35:23.450Z] #18 sha256:dfb5c6c46ee93e946c780e93ed6c6f0f63c2b753c02e2559a542daed5ee7b488
15:35:23 [2022-08-31T15:35:23.450Z] #18 DONE 1.4s
15:35:23 [2022-08-31T15:35:23.706Z] 
15:35:23 [2022-08-31T15:35:23.706Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
15:35:23 [2022-08-31T15:35:23.706Z] #19 sha256:2e654ddf8329c95cc8f5437485d77d11bf9ee594792bc76d07be7ca8c230fcdb
15:35:23 [2022-08-31T15:35:23.858Z] #19 DONE 1.6s
15:35:23 [2022-08-31T15:35:23.858Z] 
15:35:23 [2022-08-31T15:35:23.858Z] #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
15:35:23 [2022-08-31T15:35:23.858Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:23 [2022-08-31T15:35:23.858Z] #77 142.6 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:35:23 [2022-08-31T15:35:23.858Z] #77 143.7 checking for sysroot... no
15:35:23 [2022-08-31T15:35:23.858Z] #77 143.7 checking for a working dd... /bin/dd
15:35:23 [2022-08-31T15:35:23.858Z] #77 143.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
15:35:23 [2022-08-31T15:35:23.858Z] #77 144.0 checking for mt... no
15:35:23 [2022-08-31T15:35:23.858Z] #77 144.0 checking if : is a manifest tool... no
15:35:23 [2022-08-31T15:35:23.858Z] #77 144.0 checking how to run the C preprocessor... gcc -E
15:35:24 [2022-08-31T15:35:24.635Z] #19 DONE 1.2s
15:35:24 [2022-08-31T15:35:24.635Z] 
15:35:24 [2022-08-31T15:35:24.635Z] #20 [dev-systemd-false  6/28] RUN ldconfig
15:35:24 [2022-08-31T15:35:24.636Z] #20 sha256:888a153c7ec52cd42077c23138eeda982eeb2a8abd991b630b053acde9ccc213
15:35:25 [2022-08-31T15:35:25.233Z] #77 144.6 checking for ANSI C header files... yes
15:35:25 [2022-08-31T15:35:25.233Z] #77 146.0 checking for sys/types.h... yes
15:35:25 [2022-08-31T15:35:25.491Z] #77 146.4 checking for sys/stat.h... 
15:35:25 [2022-08-31T15:35:25.491Z] #77 ...
15:35:25 [2022-08-31T15:35:25.491Z] 
15:35:25 [2022-08-31T15:35:25.491Z] #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
15:35:25 [2022-08-31T15:35:25.491Z] #60 sha256:fa217624ed338716b24a00dc1af1a6336a1774deb16df5b85379649bd022f4c5
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.063 + RM_GOPATH=0
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.063 + TMP_GOPATH=
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.063 + : /build
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.063 + '[' -z '' ']'
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.063 ++ mktemp -d
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.069 + export GOPATH=/tmp/tmp.xeN3DjktzN
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.069 + GOPATH=/tmp/tmp.xeN3DjktzN
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.069 + RM_GOPATH=1
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.069 + case "$(go env GOARCH)" in
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.069 ++ go env GOARCH
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.143 + export GO_BUILDMODE=-buildmode=pie
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.143 + GO_BUILDMODE=-buildmode=pie
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.144 ++ dirname /install.sh
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 + dir=/
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 + bin=runc
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 + shift
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 + '[' '!' -f //runc.installer ']'
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 + . //runc.installer
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 ++ set -e
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 ++ : v1.1.4
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 + install_runc
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 + RUNC_BUILDTAGS=seccomp
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.xeN3DjktzN/src/github.com/opencontainers/runc
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.155 Install runc version v1.1.4 (build tags: seccomp)
15:35:25 [2022-08-31T15:35:25.491Z] #60 2.156 Cloning into '/tmp/tmp.xeN3DjktzN/src/github.com/opencontainers/runc'...
15:35:25 [2022-08-31T15:35:25.491Z] #60 ...
15:35:25 [2022-08-31T15:35:25.491Z] 
15:35:25 [2022-08-31T15:35:25.491Z] #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
15:35:25 [2022-08-31T15:35:25.491Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:25 [2022-08-31T15:35:25.491Z] #77 146.4 checking for sys/stat.h... yes
15:35:25 [2022-08-31T15:35:25.750Z] 
15:35:25 [2022-08-31T15:35:25.750Z] #77 ...
15:35:25 [2022-08-31T15:35:25.750Z] 
15:35:25 [2022-08-31T15:35:25.750Z] #20 [dev-systemd-false  6/28] RUN ldconfig
15:35:25 [2022-08-31T15:35:25.750Z] #20 sha256:888a153c7ec52cd42077c23138eeda982eeb2a8abd991b630b053acde9ccc213
15:35:25 [2022-08-31T15:35:25.750Z] #20 DONE 1.8s
15:35:25 [2022-08-31T15:35:25.750Z] 
15:35:25 [2022-08-31T15:35:25.750Z] #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
15:35:25 [2022-08-31T15:35:25.750Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:26 [2022-08-31T15:35:26.007Z] #77 146.7 checking for stdlib.h... yes
15:35:26 [2022-08-31T15:35:26.266Z] #77 147.1 checking for string.h... yes
15:35:26 [2022-08-31T15:35:26.525Z] #77 147.5 checking for memory.h... yes
15:35:26 [2022-08-31T15:35:26.529Z] #20 DONE 1.7s
15:35:26 [2022-08-31T15:35:26.529Z] 
15:35:26 [2022-08-31T15:35:26.529Z] #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
15:35:26 [2022-08-31T15:35:26.529Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:35:26 [2022-08-31T15:35:26.580Z] --- PASS: TestHealthKillContainer (8.17s)
15:35:26 [2022-08-31T15:35:26.580Z] === RUN   TestHealthCheckProcessKilled
15:35:27 [2022-08-31T15:35:27.043Z] #77 147.8 checking for strings.h... yes
15:35:27 [2022-08-31T15:35:27.308Z] #77 148.2 checking for inttypes.h... yes
15:35:27 [2022-08-31T15:35:27.308Z] #77 148.4 checking for stdint.h... yes
15:35:27 [2022-08-31T15:35:27.518Z] --- PASS: TestHealthCheckProcessKilled (0.82s)
15:35:27 [2022-08-31T15:35:27.518Z] === RUN   TestInspectCpusetInConfigPre120
15:35:27 [2022-08-31T15:35:27.578Z] #77 148.6 checking for unistd.h... yes
15:35:28 [2022-08-31T15:35:28.090Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s)
15:35:28 [2022-08-31T15:35:28.090Z] === RUN   TestIpcModeNone
15:35:28 [2022-08-31T15:35:28.173Z] #77 148.8 checking for dlfcn.h... yes
15:35:28 [2022-08-31T15:35:28.174Z] #77 149.1 checking for objdir... .libs
15:35:28 [2022-08-31T15:35:28.425Z] #21 1.837 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:35:28 [2022-08-31T15:35:28.425Z] #21 1.895 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:35:28 [2022-08-31T15:35:28.425Z] #21 1.895 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:35:28 [2022-08-31T15:35:28.660Z] --- PASS: TestIpcModeNone (0.67s)
15:35:28 [2022-08-31T15:35:28.660Z] === RUN   TestIpcModePrivate
15:35:29 [2022-08-31T15:35:29.020Z] #77 149.7 checking if gcc supports -fno-rtti -fno-exceptions... no
15:35:29 [2022-08-31T15:35:29.021Z] #77 150.0 checking for gcc option to produce PIC... -fPIC -DPIC
15:35:29 [2022-08-31T15:35:29.230Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false
15:35:29 [2022-08-31T15:35:29.278Z] #77 150.0 checking if gcc PIC flag -fPIC -DPIC works... yes
15:35:29 [2022-08-31T15:35:29.361Z] #21 2.856 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:35:29 [2022-08-31T15:35:29.490Z] --- PASS: TestIpcModePrivate (0.63s)
15:35:29 [2022-08-31T15:35:29.490Z] === RUN   TestIpcModeShareable
15:35:29 [2022-08-31T15:35:29.750Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true
15:35:30 [2022-08-31T15:35:30.009Z] --- PASS: TestIpcModeShareable (0.67s)
15:35:30 [2022-08-31T15:35:30.009Z] === RUN   TestAPIIpcModeShareableAndContainer
15:35:30 [2022-08-31T15:35:30.214Z] #77 150.3 checking if gcc static flag -static works... yes
15:35:30 [2022-08-31T15:35:30.782Z] #77 151.3 checking if gcc supports -c -o file.o... yes
15:35:30 [2022-08-31T15:35:30.782Z] #77 151.8 checking if gcc supports -c -o file.o... (cached) yes
15:35:30 [2022-08-31T15:35:30.782Z] #77 151.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
15:35:31 [2022-08-31T15:35:31.718Z] #77 151.9 checking dynamic linker characteristics... GNU/Linux ld.so
15:35:31 [2022-08-31T15:35:31.718Z] #77 152.8 checking how to hardcode library paths into programs... immediate
15:35:31 [2022-08-31T15:35:31.718Z] #77 152.8 checking whether stripping libraries is possible... yes
15:35:31 [2022-08-31T15:35:31.718Z] #77 152.8 checking if libtool supports shared libraries... yes
15:35:31 [2022-08-31T15:35:31.718Z] #77 152.8 checking whether to build shared libraries... no
15:35:31 [2022-08-31T15:35:31.718Z] #77 152.8 checking whether to build static libraries... yes
15:35:31 [2022-08-31T15:35:31.881Z] #21 ...
15:35:31 [2022-08-31T15:35:31.881Z] 
15:35:31 [2022-08-31T15:35:31.881Z] #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
15:35:31 [2022-08-31T15:35:31.881Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:31 [2022-08-31T15:35:31.881Z] #77 143.1 checking for ANSI C header files... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 144.3 checking for sys/types.h... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 144.6 checking for sys/stat.h... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 144.9 checking for stdlib.h... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 145.2 checking for string.h... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 145.7 checking for memory.h... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 146.0 checking for strings.h... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 146.2 checking for inttypes.h... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 146.6 checking for stdint.h... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 147.0 checking for unistd.h... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 147.4 checking for dlfcn.h... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 147.6 checking for objdir... .libs
15:35:31 [2022-08-31T15:35:31.881Z] #77 148.2 checking if gcc supports -fno-rtti -fno-exceptions... no
15:35:31 [2022-08-31T15:35:31.881Z] #77 148.4 checking for gcc option to produce PIC... -fPIC -DPIC
15:35:31 [2022-08-31T15:35:31.881Z] #77 148.4 checking if gcc PIC flag -fPIC -DPIC works... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 148.6 checking if gcc static flag -static works... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 149.3 checking if gcc supports -c -o file.o... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 149.6 checking if gcc supports -c -o file.o... (cached) yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 149.6 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
15:35:31 [2022-08-31T15:35:31.881Z] #77 149.7 checking dynamic linker characteristics... GNU/Linux ld.so
15:35:31 [2022-08-31T15:35:31.882Z] #77 150.3 checking how to hardcode library paths into programs... immediate
15:35:31 [2022-08-31T15:35:31.882Z] #77 150.3 checking whether stripping libraries is possible... yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 150.3 checking if libtool supports shared libraries... yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 150.3 checking whether to build shared libraries... no
15:35:31 [2022-08-31T15:35:31.882Z] #77 150.3 checking whether to build static libraries... yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 150.3 checking for a BSD-compatible install... /usr/bin/install -c
15:35:31 [2022-08-31T15:35:31.882Z] #77 150.4 checking whether build environment is sane... yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 150.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
15:35:31 [2022-08-31T15:35:31.882Z] #77 150.6 checking whether make sets $(MAKE)... yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 150.8 checking whether make supports the include directive... yes (GNU style)
15:35:31 [2022-08-31T15:35:31.882Z] #77 150.9 checking whether make supports nested variables... yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 151.1 checking whether UID '0' is supported by ustar format... yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 151.1 checking whether GID '0' is supported by ustar format... yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 151.1 checking how to create a ustar tar archive... gnutar
15:35:31 [2022-08-31T15:35:31.882Z] #77 151.4 checking dependency style of gcc... gcc3
15:35:31 [2022-08-31T15:35:31.882Z] #77 151.9 checking whether to enable maintainer-specific portions of Makefiles... yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 151.9 checking whether make supports nested variables... (cached) yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 151.9 checking for gawk... (cached) mawk
15:35:31 [2022-08-31T15:35:31.882Z] #77 151.9 checking for a sed that does not truncate output... (cached) /bin/sed
15:35:31 [2022-08-31T15:35:31.882Z] #77 151.9 checking for gcc... (cached) gcc
15:35:31 [2022-08-31T15:35:31.882Z] #77 152.0 checking whether we are using the GNU C compiler... (cached) yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 152.0 checking whether gcc accepts -g... (cached) yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 152.0 checking for gcc option to accept ISO C89... (cached) none needed
15:35:31 [2022-08-31T15:35:31.882Z] #77 152.0 checking whether gcc understands -c and -o together... (cached) yes
15:35:31 [2022-08-31T15:35:31.882Z] #77 152.0 checking for a Python interpreter with version >= 3... python3
15:35:31 [2022-08-31T15:35:31.882Z] #77 152.2 checking for python3... /usr/bin/python3
15:35:31 [2022-08-31T15:35:31.882Z] #77 152.2 checking for python3 version... 3.9
15:35:31 [2022-08-31T15:35:31.977Z] #77 152.8 checking for a BSD-compatible install... /usr/bin/install -c
15:35:31 [2022-08-31T15:35:31.977Z] #77 153.1 checking whether build environment is sane... yes
15:35:32 [2022-08-31T15:35:32.140Z] #77 152.3 checking for python3 platform... linux
15:35:32 [2022-08-31T15:35:32.236Z] #77 153.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
15:35:32 [2022-08-31T15:35:32.236Z] #77 153.2 checking whether make sets $(MAKE)... yes
15:35:32 [2022-08-31T15:35:32.402Z] #77 152.5 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
15:35:32 [2022-08-31T15:35:32.495Z] #77 153.4 checking whether make supports the include directive... yes (GNU style)
15:35:32 [2022-08-31T15:35:32.495Z] #77 153.5 checking whether make supports nested variables... yes
15:35:32 [2022-08-31T15:35:32.547Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.19s)
15:35:32 [2022-08-31T15:35:32.547Z] === RUN   TestAPIIpcModeHost
15:35:32 [2022-08-31T15:35:32.754Z] #77 153.7 checking whether UID '0' is supported by ustar format... yes
15:35:32 [2022-08-31T15:35:32.754Z] #77 153.7 checking whether GID '0' is supported by ustar format... yes
15:35:32 [2022-08-31T15:35:32.754Z] #77 153.7 checking how to create a ustar tar archive... gnutar
15:35:32 [2022-08-31T15:35:32.807Z] --- PASS: TestAPIIpcModeHost (0.42s)
15:35:32 [2022-08-31T15:35:32.807Z] === RUN   TestDaemonIpcModeShareable
15:35:32 [2022-08-31T15:35:32.965Z] #77 152.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
15:35:32 [2022-08-31T15:35:32.965Z] #77 153.2 checking for go-md2man... no
15:35:33 [2022-08-31T15:35:33.226Z] #77 153.2 checking error.h usability... yes
15:35:33 [2022-08-31T15:35:33.322Z] #77 153.8 checking dependency style of gcc... gcc3
15:35:33 [2022-08-31T15:35:33.322Z] #77 154.3 checking whether to enable maintainer-specific portions of Makefiles... yes
15:35:33 [2022-08-31T15:35:33.322Z] #77 154.3 checking whether make supports nested variables... (cached) yes
15:35:33 [2022-08-31T15:35:33.322Z] #77 154.3 checking for gawk... (cached) mawk
15:35:33 [2022-08-31T15:35:33.322Z] #77 154.3 checking for a sed that does not truncate output... (cached) /bin/sed
15:35:33 [2022-08-31T15:35:33.322Z] #77 154.3 checking for gcc... (cached) gcc
15:35:33 [2022-08-31T15:35:33.483Z] #77 153.8 checking error.h presence... yes
15:35:33 [2022-08-31T15:35:33.483Z] #77 153.9 checking for error.h... yes
15:35:33 [2022-08-31T15:35:33.581Z] #77 154.6 checking whether we are using the GNU C compiler... (cached) yes
15:35:33 [2022-08-31T15:35:33.582Z] #77 154.6 checking whether gcc accepts -g... (cached) yes
15:35:33 [2022-08-31T15:35:33.582Z] #77 154.6 checking for gcc option to accept ISO C89... (cached) none needed
15:35:33 [2022-08-31T15:35:33.582Z] #77 154.6 checking whether gcc understands -c and -o together... (cached) yes
15:35:33 [2022-08-31T15:35:33.582Z] #77 154.6 checking for a Python interpreter with version >= 3... python3
15:35:33 [2022-08-31T15:35:33.740Z] #77 153.9 checking linux/openat2.h usability... yes
15:35:33 [2022-08-31T15:35:33.740Z] #77 154.2 checking linux/openat2.h presence... yes
15:35:33 [2022-08-31T15:35:33.750Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
15:35:33 [2022-08-31T15:35:33.840Z] #77 154.7 checking for python3... /usr/bin/python3
15:35:33 [2022-08-31T15:35:33.840Z] #77 154.7 checking for python3 version... 3.9
15:35:33 [2022-08-31T15:35:33.840Z] #77 154.7 checking for python3 platform... linux
15:35:33 [2022-08-31T15:35:33.840Z] #77 154.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
15:35:33 [2022-08-31T15:35:33.997Z] #77 154.3 checking for linux/openat2.h... yes
15:35:34 [2022-08-31T15:35:34.010Z] --- PASS: TestDaemonIpcModeShareable (1.29s)
15:35:34 [2022-08-31T15:35:34.010Z] === RUN   TestDaemonIpcModePrivate
15:35:34 [2022-08-31T15:35:34.099Z] #77 154.9 checking for python3 extension module directory... 
15:35:34 [2022-08-31T15:35:34.099Z] #77 ...
15:35:34 [2022-08-31T15:35:34.099Z] 
15:35:34 [2022-08-31T15:35:34.099Z] #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
15:35:34 [2022-08-31T15:35:34.099Z] #60 sha256:fa217624ed338716b24a00dc1af1a6336a1774deb16df5b85379649bd022f4c5
15:35:34 [2022-08-31T15:35:34.099Z] #60 18.68 + cd /tmp/tmp.xeN3DjktzN/src/github.com/opencontainers/runc
15:35:34 [2022-08-31T15:35:34.099Z] #60 18.68 + git checkout -q v1.1.4
15:35:34 [2022-08-31T15:35:34.256Z] #77 154.3 checking for copy_file_range... yes
15:35:34 [2022-08-31T15:35:34.819Z] #77 154.7 checking for fgetxattr... yes
15:35:35 [2022-08-31T15:35:35.036Z] #60 19.66 + '[' -z '' ']'
15:35:35 [2022-08-31T15:35:35.036Z] #60 19.68 + target=static
15:35:35 [2022-08-31T15:35:35.036Z] #60 19.68 + make BUILDTAGS=seccomp static
15:35:35 [2022-08-31T15:35:35.076Z] #77 155.2 checking for statx... yes
15:35:35 [2022-08-31T15:35:35.393Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
15:35:35 [2022-08-31T15:35:35.393Z] --- PASS: TestDaemonIpcModePrivate (1.28s)
15:35:35 [2022-08-31T15:35:35.393Z] === RUN   TestDaemonIpcModePrivateFromConfig
15:35:35 [2022-08-31T15:35:35.594Z] #77 155.7 checking for fgetpwent_r... yes
15:35:35 [2022-08-31T15:35:35.602Z] #60 ...
15:35:35 [2022-08-31T15:35:35.602Z] 
15:35:35 [2022-08-31T15:35:35.602Z] #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
15:35:35 [2022-08-31T15:35:35.602Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:35:35 [2022-08-31T15:35:35.602Z] #21 2.151 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
15:35:35 [2022-08-31T15:35:35.602Z] #21 2.212 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
15:35:35 [2022-08-31T15:35:35.602Z] #21 2.367 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
15:35:35 [2022-08-31T15:35:35.602Z] #21 3.154 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
15:35:35 [2022-08-31T15:35:35.602Z] #21 5.546 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:35:35 [2022-08-31T15:35:35.602Z] #21 7.766 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:35:35 [2022-08-31T15:35:35.860Z] #21 ...
15:35:35 [2022-08-31T15:35:35.860Z] 
15:35:35 [2022-08-31T15:35:35.860Z] #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
15:35:35 [2022-08-31T15:35:35.860Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:35 [2022-08-31T15:35:35.860Z] #77 154.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
15:35:35 [2022-08-31T15:35:35.860Z] #77 155.3 checking for go-md2man... no
15:35:35 [2022-08-31T15:35:35.860Z] #77 155.3 checking error.h usability... yes
15:35:35 [2022-08-31T15:35:35.860Z] #77 155.6 checking error.h presence... yes
15:35:35 [2022-08-31T15:35:35.860Z] #77 155.7 checking for error.h... yes
15:35:35 [2022-08-31T15:35:35.860Z] #77 155.8 checking linux/openat2.h usability... yes
15:35:35 [2022-08-31T15:35:35.860Z] #77 156.1 checking linux/openat2.h presence... yes
15:35:35 [2022-08-31T15:35:35.860Z] #77 156.2 checking for linux/openat2.h... yes
15:35:35 [2022-08-31T15:35:35.860Z] #77 156.3 checking for copy_file_range... yes
15:35:36 [2022-08-31T15:35:36.123Z] #77 156.2 checking for issetugid... no
15:35:36 [2022-08-31T15:35:36.123Z] #77 156.6 checking for pkg-config... /usr/bin/pkg-config
15:35:36 [2022-08-31T15:35:36.124Z] #77 156.6 checking pkg-config is at least version 0.9.0... yes
15:35:36 [2022-08-31T15:35:36.124Z] #77 156.6 checking for library containing yajl_tree_get... 
15:35:36 [2022-08-31T15:35:36.124Z] #77 ...
15:35:36 [2022-08-31T15:35:36.124Z] 
15:35:36 [2022-08-31T15:35:36.124Z] #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
15:35:36 [2022-08-31T15:35:36.124Z] #60 sha256:bfa60780542eb462c19e89504fb24b8b7df7c92deb0c6c1c59085e914ae17d10
15:35:36 [2022-08-31T15:35:36.124Z] #60 19.27 + cd /tmp/tmp.yrEga0xzk1/src/github.com/opencontainers/runc
15:35:36 [2022-08-31T15:35:36.334Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false
15:35:36 [2022-08-31T15:35:36.380Z] #60 19.28 + git checkout -q v1.1.4
15:35:36 [2022-08-31T15:35:36.426Z] #77 156.9 checking for fgetxattr... yes
15:35:36 [2022-08-31T15:35:36.594Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.29s)
15:35:36 [2022-08-31T15:35:36.594Z] === RUN   TestDaemonIpcModeShareableFromConfig
15:35:36 [2022-08-31T15:35:36.943Z] #77 157.6 checking for statx... yes
15:35:36 [2022-08-31T15:35:36.944Z] #60 20.02 + '[' -z '' ']'
15:35:36 [2022-08-31T15:35:36.944Z] #60 20.02 + target=static
15:35:36 [2022-08-31T15:35:36.944Z] #60 20.02 + make BUILDTAGS=seccomp static
15:35:37 [2022-08-31T15:35:37.508Z] #60 20.73 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc .
15:35:37 [2022-08-31T15:35:37.533Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
15:35:37 [2022-08-31T15:35:37.769Z] #77 158.3 checking for fgetpwent_r... yes
15:35:37 [2022-08-31T15:35:37.793Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.25s)
15:35:37 [2022-08-31T15:35:37.793Z] === RUN   TestIpcModeOlderClient
15:35:37 [2022-08-31T15:35:37.793Z] === PAUSE TestIpcModeOlderClient
15:35:37 [2022-08-31T15:35:37.793Z] === RUN   TestKillContainerInvalidSignal
15:35:38 [2022-08-31T15:35:38.337Z] #77 158.8 checking for issetugid... no
15:35:38 [2022-08-31T15:35:38.337Z] #77 159.3 checking for pkg-config... /usr/bin/pkg-config
15:35:38 [2022-08-31T15:35:38.337Z] #77 159.3 checking pkg-config is at least version 0.9.0... yes
15:35:38 [2022-08-31T15:35:38.363Z] --- PASS: TestKillContainerInvalidSignal (0.50s)
15:35:38 [2022-08-31T15:35:38.363Z] === RUN   TestKillContainer
15:35:38 [2022-08-31T15:35:38.363Z] === RUN   TestKillContainer/no_signal
15:35:38 [2022-08-31T15:35:38.931Z] === RUN   TestKillContainer/non_killing_signal
15:35:39 [2022-08-31T15:35:39.192Z] === RUN   TestKillContainer/killing_signal
15:35:39 [2022-08-31T15:35:39.274Z] #77 159.3 checking for library containing yajl_tree_get... -lyajl
15:35:39 [2022-08-31T15:35:39.274Z] #77 160.1 checking for yajl >= 2.0.0... yes
15:35:39 [2022-08-31T15:35:39.533Z] #77 160.2 checking sys/capability.h usability... yes
15:35:39 [2022-08-31T15:35:39.533Z] #77 160.5 checking sys/capability.h presence... yes
15:35:39 [2022-08-31T15:35:39.761Z] --- PASS: TestKillContainer (1.48s)
15:35:39 [2022-08-31T15:35:39.761Z]     --- PASS: TestKillContainer/no_signal (0.48s)
15:35:39 [2022-08-31T15:35:39.761Z]     --- PASS: TestKillContainer/non_killing_signal (0.31s)
15:35:39 [2022-08-31T15:35:39.761Z]     --- PASS: TestKillContainer/killing_signal (0.50s)
15:35:39 [2022-08-31T15:35:39.761Z] === RUN   TestKillWithStopSignalAndRestartPolicies
15:35:39 [2022-08-31T15:35:39.761Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
15:35:39 [2022-08-31T15:35:39.792Z] #77 160.7 checking for sys/capability.h... yes
15:35:40 [2022-08-31T15:35:40.331Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
15:35:40 [2022-08-31T15:35:40.359Z] #77 160.7 checking for library containing cap_from_name... -lcap
15:35:40 [2022-08-31T15:35:40.926Z] #77 161.3 checking for library containing dlopen... -ldl
15:35:41 [2022-08-31T15:35:41.185Z] #77 162.0 checking seccomp.h usability... yes
15:35:41 [2022-08-31T15:35:41.272Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.37s)
15:35:41 [2022-08-31T15:35:41.272Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.46s)
15:35:41 [2022-08-31T15:35:41.272Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.72s)
15:35:41 [2022-08-31T15:35:41.272Z] === RUN   TestKillStoppedContainer
15:35:41 [2022-08-31T15:35:41.272Z] --- PASS: TestKillStoppedContainer (0.06s)
15:35:41 [2022-08-31T15:35:41.272Z] === RUN   TestKillStoppedContainerAPIPre120
15:35:41 [2022-08-31T15:35:41.272Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
15:35:41 [2022-08-31T15:35:41.272Z] === RUN   TestKillDifferentUserContainer
15:35:41 [2022-08-31T15:35:41.444Z] #77 162.4 checking seccomp.h presence... yes
15:35:41 [2022-08-31T15:35:41.444Z] #77 162.6 checking for seccomp.h... yes
15:35:41 [2022-08-31T15:35:41.841Z] --- PASS: TestKillDifferentUserContainer (0.48s)
15:35:41 [2022-08-31T15:35:41.841Z] === RUN   TestInspectOomKilledTrue
15:35:41 [2022-08-31T15:35:41.841Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
15:35:41 [2022-08-31T15:35:41.841Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
15:35:41 [2022-08-31T15:35:41.841Z] === RUN   TestInspectOomKilledFalse
15:35:42 [2022-08-31T15:35:42.101Z] --- PASS: TestInspectOomKilledFalse (0.48s)
15:35:42 [2022-08-31T15:35:42.101Z] === RUN   TestLinksEtcHostsContentMatch
15:35:42 [2022-08-31T15:35:42.381Z] #77 162.7 checking for library containing seccomp_rule_add... -lseccomp
15:35:42 [2022-08-31T15:35:42.671Z] --- PASS: TestLinksEtcHostsContentMatch (0.36s)
15:35:42 [2022-08-31T15:35:42.671Z] === RUN   TestLinksContainerNames
15:35:42 [2022-08-31T15:35:42.899Z] #77 163.6 checking for library containing seccomp_arch_resolve_name... none required
15:35:42 [2022-08-31T15:35:42.955Z] #60 ...
15:35:42 [2022-08-31T15:35:42.955Z] 
15:35:42 [2022-08-31T15:35:42.955Z] #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
15:35:42 [2022-08-31T15:35:42.955Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:35:42 [2022-08-31T15:35:42.955Z] #21 5.666 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [180 kB]
15:35:42 [2022-08-31T15:35:42.955Z] #21 7.974 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
15:35:42 [2022-08-31T15:35:42.955Z] #21 15.34 Fetched 8572 kB in 14s (621 kB/s)
15:35:42 [2022-08-31T15:35:42.955Z] #21 15.34 Reading package lists...
15:35:42 [2022-08-31T15:35:42.955Z] #21 ...
15:35:42 [2022-08-31T15:35:42.955Z] 
15:35:42 [2022-08-31T15:35:42.955Z] #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
15:35:42 [2022-08-31T15:35:42.955Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:42 [2022-08-31T15:35:42.955Z] #77 156.6 checking for library containing yajl_tree_get... -lyajl
15:35:42 [2022-08-31T15:35:42.955Z] #77 157.7 checking for yajl >= 2.0.0... yes
15:35:42 [2022-08-31T15:35:42.955Z] #77 157.9 checking sys/capability.h usability... yes
15:35:42 [2022-08-31T15:35:42.955Z] #77 158.3 checking sys/capability.h presence... yes
15:35:42 [2022-08-31T15:35:42.955Z] #77 158.4 checking for sys/capability.h... yes
15:35:42 [2022-08-31T15:35:42.955Z] #77 158.4 checking for library containing cap_from_name... -lcap
15:35:42 [2022-08-31T15:35:42.955Z] #77 159.5 checking for library containing dlopen... -ldl
15:35:42 [2022-08-31T15:35:42.955Z] #77 160.1 checking seccomp.h usability... yes
15:35:42 [2022-08-31T15:35:42.955Z] #77 160.5 checking seccomp.h presence... yes
15:35:42 [2022-08-31T15:35:42.955Z] #77 160.6 checking for seccomp.h... yes
15:35:42 [2022-08-31T15:35:42.955Z] #77 160.6 checking for library containing seccomp_rule_add... -lseccomp
15:35:42 [2022-08-31T15:35:42.955Z] #77 161.2 checking for library containing seccomp_arch_resolve_name... none required
15:35:42 [2022-08-31T15:35:42.955Z] #77 161.6 checking systemd/sd-bus.h usability... yes
15:35:42 [2022-08-31T15:35:42.955Z] #77 161.8 checking systemd/sd-bus.h presence... yes
15:35:42 [2022-08-31T15:35:42.955Z] #77 162.0 checking for systemd/sd-bus.h... yes
15:35:42 [2022-08-31T15:35:42.955Z] #77 162.0 checking for library containing sd_bus_match_signal_async... -lsystemd
15:35:43 [2022-08-31T15:35:43.215Z] #77 163.3 checking for sd_notify_barrier... yes
15:35:43 [2022-08-31T15:35:43.465Z] #77 164.0 checking systemd/sd-bus.h usability... yes
15:35:43 [2022-08-31T15:35:43.465Z] #77 164.4 checking systemd/sd-bus.h presence... yes
15:35:43 [2022-08-31T15:35:43.465Z] #77 164.6 checking for systemd/sd-bus.h... yes
15:35:43 [2022-08-31T15:35:43.611Z] --- PASS: TestLinksContainerNames (0.97s)
15:35:43 [2022-08-31T15:35:43.611Z] === RUN   TestLogsFollowTailEmpty
15:35:43 [2022-08-31T15:35:43.736Z] #77 163.8 checking linux/bpf.h usability... yes
15:35:43 [2022-08-31T15:35:43.993Z] #77 164.2 checking linux/bpf.h presence... yes
15:35:43 [2022-08-31T15:35:43.993Z] #77 164.4 checking for linux/bpf.h... yes
15:35:44 [2022-08-31T15:35:44.181Z] --- PASS: TestLogsFollowTailEmpty (0.50s)
15:35:44 [2022-08-31T15:35:44.181Z] === RUN   TestLogs
15:35:44 [2022-08-31T15:35:44.181Z] === RUN   TestLogs/driver_local
15:35:44 [2022-08-31T15:35:44.181Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
15:35:44 [2022-08-31T15:35:44.181Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
15:35:44 [2022-08-31T15:35:44.181Z] === RUN   TestLogs/driver_local/tty/only_stdout
15:35:44 [2022-08-31T15:35:44.181Z] === PAUSE TestLogs/driver_local/tty/only_stdout
15:35:44 [2022-08-31T15:35:44.181Z] === RUN   TestLogs/driver_local/tty/only_stderr
15:35:44 [2022-08-31T15:35:44.181Z] === PAUSE TestLogs/driver_local/tty/only_stderr
15:35:44 [2022-08-31T15:35:44.181Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
15:35:44 [2022-08-31T15:35:44.181Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
15:35:44 [2022-08-31T15:35:44.181Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
15:35:44 [2022-08-31T15:35:44.181Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
15:35:44 [2022-08-31T15:35:44.181Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
15:35:44 [2022-08-31T15:35:44.181Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
15:35:44 [2022-08-31T15:35:44.181Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
15:35:44 [2022-08-31T15:35:44.181Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
15:35:44 [2022-08-31T15:35:44.249Z] #77 164.4 checking compilation for eBPF... yes
15:35:44 [2022-08-31T15:35:44.249Z] #77 164.7 checking for criu >= 3.15... no
15:35:44 [2022-08-31T15:35:44.249Z] #77 164.8 configure: CRIU headers not found, building without CRIU support
15:35:44 [2022-08-31T15:35:44.399Z] #77 164.6 checking for library containing sd_bus_match_signal_async... -lsystemd
15:35:44 [2022-08-31T15:35:44.399Z] #77 165.3 checking for sd_notify_barrier... yes
15:35:44 [2022-08-31T15:35:44.507Z] #77 164.8 checking for criu > 3.16... no
15:35:44 [2022-08-31T15:35:44.507Z] #77 164.9 configure: CRIU version doesn't support join-ns API
15:35:44 [2022-08-31T15:35:44.507Z] #77 164.9 checking for criu > 3.16.1... no
15:35:44 [2022-08-31T15:35:44.507Z] #77 164.9 configure: CRIU version doesn't support for pre-dumping
15:35:44 [2022-08-31T15:35:44.658Z] #77 165.6 checking linux/bpf.h usability... yes
15:35:44 [2022-08-31T15:35:44.750Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
15:35:44 [2022-08-31T15:35:44.750Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
15:35:44 [2022-08-31T15:35:44.763Z] #77 164.9 checking for new mount API (fsconfig)... yes
15:35:44 [2022-08-31T15:35:44.763Z] #77 165.2 checking for seccomp notify API... yes
15:35:44 [2022-08-31T15:35:44.763Z] #77 165.3 checking for gperf... no
15:35:44 [2022-08-31T15:35:44.763Z] #77 165.3 configure: gperf not found - cannot rebuild signal parser code
15:35:44 [2022-08-31T15:35:44.917Z] #77 165.9 checking linux/bpf.h presence... yes
15:35:44 [2022-08-31T15:35:44.917Z] #77 166.0 checking for linux/bpf.h... yes
15:35:45 [2022-08-31T15:35:45.175Z] #77 166.0 checking compilation for eBPF... yes
15:35:45 [2022-08-31T15:35:45.175Z] #77 166.3 checking for criu >= 3.15... no
15:35:45 [2022-08-31T15:35:45.321Z] === CONT  TestLogs/driver_local/tty/only_stderr
15:35:45 [2022-08-31T15:35:45.321Z] === CONT  TestLogs/driver_local/tty/only_stdout
15:35:45 [2022-08-31T15:35:45.330Z] #77 165.3 checking for library containing argp_parse... none required
15:35:45 [2022-08-31T15:35:45.433Z] #77 166.4 configure: CRIU headers not found, building without CRIU support
15:35:45 [2022-08-31T15:35:45.433Z] #77 166.4 checking for criu > 3.16... no
15:35:45 [2022-08-31T15:35:45.433Z] #77 166.5 configure: CRIU version doesn't support join-ns API
15:35:45 [2022-08-31T15:35:45.433Z] #77 166.5 checking for criu > 3.16.1... no
15:35:45 [2022-08-31T15:35:45.433Z] #77 166.7 configure: CRIU version doesn't support for pre-dumping
15:35:45 [2022-08-31T15:35:45.692Z] #77 166.7 checking for new mount API (fsconfig)... yes
15:35:45 [2022-08-31T15:35:45.892Z] #77 166.2 checking that generated files are newer than configure... done
15:35:45 [2022-08-31T15:35:45.892Z] #77 166.2 configure: creating ./config.status
15:35:45 [2022-08-31T15:35:45.950Z] #77 166.8 checking for seccomp notify API... yes
15:35:45 [2022-08-31T15:35:45.950Z] #77 ...
15:35:45 [2022-08-31T15:35:45.950Z] 
15:35:45 [2022-08-31T15:35:45.950Z] #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
15:35:45 [2022-08-31T15:35:45.950Z] #60 sha256:fa217624ed338716b24a00dc1af1a6336a1774deb16df5b85379649bd022f4c5
15:35:45 [2022-08-31T15:35:45.950Z] #60 20.52 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc .
15:35:46 [2022-08-31T15:35:46.209Z] #60 ...
15:35:46 [2022-08-31T15:35:46.209Z] 
15:35:46 [2022-08-31T15:35:46.209Z] #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
15:35:46 [2022-08-31T15:35:46.209Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:46 [2022-08-31T15:35:46.209Z] #77 167.2 checking for gperf... no
15:35:46 [2022-08-31T15:35:46.209Z] #77 167.2 configure: gperf not found - cannot rebuild signal parser code
15:35:46 [2022-08-31T15:35:46.261Z] === RUN   TestLogs/driver_json-file
15:35:46 [2022-08-31T15:35:46.261Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
15:35:46 [2022-08-31T15:35:46.261Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
15:35:46 [2022-08-31T15:35:46.261Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
15:35:46 [2022-08-31T15:35:46.261Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
15:35:46 [2022-08-31T15:35:46.261Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
15:35:46 [2022-08-31T15:35:46.261Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
15:35:46 [2022-08-31T15:35:46.261Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:35:46 [2022-08-31T15:35:46.261Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:35:46 [2022-08-31T15:35:46.261Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
15:35:46 [2022-08-31T15:35:46.261Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
15:35:46 [2022-08-31T15:35:46.261Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
15:35:46 [2022-08-31T15:35:46.261Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
15:35:46 [2022-08-31T15:35:46.261Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
15:35:46 [2022-08-31T15:35:46.261Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:35:46 [2022-08-31T15:35:46.443Z] #71 139.2 # github.com/containerd/containerd/cmd/containerd
15:35:46 [2022-08-31T15:35:46.443Z] #71 139.2 /usr/bin/ld: /tmp/go-link-433793461/000019.o: in function `New':
15:35:46 [2022-08-31T15:35:46.444Z] #71 139.2 /tmp/tmp.kwDJQ66DTu/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
15:35:46 [2022-08-31T15:35:46.444Z] #71 139.3 + bin/containerd-stress
15:35:46 [2022-08-31T15:35:46.468Z] #77 167.2 checking for library containing argp_parse... none required
15:35:46 [2022-08-31T15:35:46.822Z] #77 ...
15:35:46 [2022-08-31T15:35:46.822Z] 
15:35:46 [2022-08-31T15:35:46.822Z] #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
15:35:46 [2022-08-31T15:35:46.822Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:35:46 [2022-08-31T15:35:46.822Z] #21 15.34 Reading package lists...
15:35:46 [2022-08-31T15:35:46.832Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
15:35:46 [2022-08-31T15:35:46.832Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
15:35:47 [2022-08-31T15:35:47.035Z] #77 168.0 checking that generated files are newer than configure... done
15:35:47 [2022-08-31T15:35:47.035Z] #77 168.0 configure: creating ./config.status
15:35:47 [2022-08-31T15:35:47.382Z] #71 140.4 + bin/containerd-shim
15:35:47 [2022-08-31T15:35:47.401Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
15:35:47 [2022-08-31T15:35:47.401Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
15:35:48 [2022-08-31T15:35:48.093Z] --- PASS: TestLogs (4.04s)
15:35:48 [2022-08-31T15:35:48.093Z]     --- PASS: TestLogs/driver_local (0.01s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.69s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.75s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.65s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.63s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.58s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.60s)
15:35:48 [2022-08-31T15:35:48.093Z]     --- PASS: TestLogs/driver_json-file (0.01s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.73s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.78s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.61s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.68s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.61s)
15:35:48 [2022-08-31T15:35:48.093Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.63s)
15:35:48 [2022-08-31T15:35:48.093Z] === RUN   TestContainerNetworkMountsNoChown
15:35:48 [2022-08-31T15:35:48.663Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s)
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/default
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/default
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/private
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/private
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rprivate
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rprivate
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/slave
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/slave
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rslave
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rslave
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/shared
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/shared
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rshared
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rshared
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/default
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/default/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/default/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/default/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/default/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/default/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/default/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/default/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/rshared
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rshared/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rshared/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/rshared/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/shared
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/shared/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/shared/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/shared/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/shared/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/rslave
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rslave/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rslave/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/slave
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/slave/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/slave/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/slave/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/slave/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/rprivate
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/private
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/private/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/private/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/private/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/private/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === RUN   TestMountDaemonRoot/private/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === PAUSE TestMountDaemonRoot/private/bind_root
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/default/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/default/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/default/bind_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/rshared/mount_root
15:35:48 [2022-08-31T15:35:48.663Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/shared/bind_root
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/rslave/bind_root
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/shared/mount_root
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/slave/bind_root
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/rslave/mount_root
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/slave/mount_root
15:35:48 [2022-08-31T15:35:48.923Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
15:35:49 [2022-08-31T15:35:49.183Z] === CONT  TestMountDaemonRoot/private/bind_subpath
15:35:49 [2022-08-31T15:35:49.184Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
15:35:49 [2022-08-31T15:35:49.184Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
15:35:49 [2022-08-31T15:35:49.184Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
15:35:49 [2022-08-31T15:35:49.184Z] === CONT  TestMountDaemonRoot/private/mount_subpath
15:35:49 [2022-08-31T15:35:49.184Z] === CONT  TestMountDaemonRoot/private/bind_root
15:35:49 [2022-08-31T15:35:49.184Z] === CONT  TestMountDaemonRoot/private/mount_root
15:35:49 [2022-08-31T15:35:49.184Z] --- PASS: TestMountDaemonRoot (0.02s)
15:35:49 [2022-08-31T15:35:49.184Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
15:35:49 [2022-08-31T15:35:49.184Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
15:35:49 [2022-08-31T15:35:49.184Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
15:35:49 [2022-08-31T15:35:49.184Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
15:35:49 [2022-08-31T15:35:49.184Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
15:35:49 [2022-08-31T15:35:49.184Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
15:35:49 [2022-08-31T15:35:49.184Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
15:35:49 [2022-08-31T15:35:49.184Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
15:35:49 [2022-08-31T15:35:49.184Z] === RUN   TestContainerBindMountNonRecursive
15:35:50 [2022-08-31T15:35:50.326Z] #77 ...
15:35:50 [2022-08-31T15:35:50.326Z] 
15:35:50 [2022-08-31T15:35:50.326Z] #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
15:35:50 [2022-08-31T15:35:50.326Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:35:50 [2022-08-31T15:35:50.326Z] #21 14.01 Fetched 8572 kB in 12s (693 kB/s)
15:35:50 [2022-08-31T15:35:50.326Z] #21 14.01 Reading package lists...
15:35:50 [2022-08-31T15:35:50.326Z] #21 19.71 Reading package lists...
15:35:50 [2022-08-31T15:35:50.565Z] --- PASS: TestContainerBindMountNonRecursive (1.49s)
15:35:50 [2022-08-31T15:35:50.565Z] === RUN   TestContainerVolumesMountedAsShared
15:35:50 [2022-08-31T15:35:50.894Z] #21 24.70 Building dependency tree...
15:35:50 [2022-08-31T15:35:50.894Z] #21 ...
15:35:50 [2022-08-31T15:35:50.894Z] 
15:35:50 [2022-08-31T15:35:50.894Z] #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
15:35:50 [2022-08-31T15:35:50.894Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:50 [2022-08-31T15:35:50.894Z] #77 171.8 config.status: creating Makefile
15:35:50 [2022-08-31T15:35:50.894Z] #77 172.0 config.status: creating rpm/crun.spec
15:35:50 [2022-08-31T15:35:50.894Z] #77 172.1 config.status: creating config.h
15:35:51 [2022-08-31T15:35:51.135Z] --- PASS: TestContainerVolumesMountedAsShared (0.46s)
15:35:51 [2022-08-31T15:35:51.135Z] === RUN   TestContainerVolumesMountedAsSlave
15:35:51 [2022-08-31T15:35:51.154Z] #77 172.2 config.status: executing libtool commands
15:35:51 [2022-08-31T15:35:51.154Z] #77 172.2 config.status: executing depfiles commands
15:35:51 [2022-08-31T15:35:51.395Z] --- PASS: TestContainerVolumesMountedAsSlave (0.37s)
15:35:51 [2022-08-31T15:35:51.395Z] === RUN   TestNetworkNat
15:35:51 [2022-08-31T15:35:51.721Z] #77 ...
15:35:51 [2022-08-31T15:35:51.721Z] 
15:35:51 [2022-08-31T15:35:51.721Z] #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
15:35:51 [2022-08-31T15:35:51.721Z] #34 sha256:c01d2ca93070b46c2b698fd57bf153e2968c6185a055fa7f94e1207c6933d0df
15:35:51 [2022-08-31T15:35:51.721Z] #34 DONE 248.8s
15:35:51 [2022-08-31T15:35:51.721Z] 
15:35:51 [2022-08-31T15:35:51.721Z] #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
15:35:51 [2022-08-31T15:35:51.721Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:35:51 [2022-08-31T15:35:51.721Z] #21 24.70 Building dependency tree...
15:35:51 [2022-08-31T15:35:51.964Z] --- PASS: TestNetworkNat (0.53s)
15:35:51 [2022-08-31T15:35:51.964Z] === RUN   TestNetworkLocalhostTCPNat
15:35:52 [2022-08-31T15:35:52.101Z] #21 20.47 Reading package lists...
15:35:52 [2022-08-31T15:35:52.101Z] #21 ...
15:35:52 [2022-08-31T15:35:52.101Z] 
15:35:52 [2022-08-31T15:35:52.101Z] #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
15:35:52 [2022-08-31T15:35:52.101Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:35:52 [2022-08-31T15:35:52.101Z] #77 172.4 config.status: creating Makefile
15:35:52 [2022-08-31T15:35:52.101Z] #77 172.5 config.status: creating rpm/crun.spec
15:35:52 [2022-08-31T15:35:52.101Z] #77 172.6 config.status: creating config.h
15:35:52 [2022-08-31T15:35:52.101Z] #77 172.6 config.status: executing libtool commands
15:35:52 [2022-08-31T15:35:52.357Z] #77 172.7 config.status: executing depfiles commands
15:35:52 [2022-08-31T15:35:52.536Z] --- PASS: TestNetworkLocalhostTCPNat (0.48s)
15:35:52 [2022-08-31T15:35:52.536Z] === RUN   TestNetworkLoopbackNat
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.55 The following additional packages will be installed:
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.55   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libicu67
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.55   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.55   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.55   libxtables12 python-pip-whl python3-distutils python3-lib2to3
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.55   python3-pkg-resources systemd vim-runtime xxd
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.56 Suggested packages:
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.56   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.56   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.56   ctags vim-doc vim-scripts xfsdump acl attr quota
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.56 Recommended packages:
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.56   libatm1 nftables libpam-cap build-essential python3-dev dbus
15:35:53 [2022-08-31T15:35:53.624Z] #21 27.56   systemd-timesyncd | time-daemon unzip
15:35:53 [2022-08-31T15:35:53.724Z] #77 ...
15:35:53 [2022-08-31T15:35:53.724Z] 
15:35:53 [2022-08-31T15:35:53.724Z] #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
15:35:53 [2022-08-31T15:35:53.724Z] #34 sha256:c01d2ca93070b46c2b698fd57bf153e2968c6185a055fa7f94e1207c6933d0df
15:35:53 [2022-08-31T15:35:53.724Z] #34 DONE 249.1s
15:35:53 [2022-08-31T15:35:53.981Z] 
15:35:53 [2022-08-31T15:35:53.981Z] #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
15:35:53 [2022-08-31T15:35:53.981Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:35:53 [2022-08-31T15:35:53.981Z] #21 20.47 Reading package lists...
15:35:53 [2022-08-31T15:35:53.981Z] #21 25.63 Building dependency tree...
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.53 The following additional packages will be installed:
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.53   libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libicu67
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.53   libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.54   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.54   libxtables12 python-pip-whl python3-distutils python3-lib2to3
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.54   python3-pkg-resources systemd vim-runtime xxd
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.54 Suggested packages:
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.54   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.54   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.54   ctags vim-doc vim-scripts xfsdump acl attr quota
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.54 Recommended packages:
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.54   libatm1 nftables libpam-cap build-essential python3-dev dbus
15:35:54 [2022-08-31T15:35:54.912Z] #21 28.54   systemd-timesyncd | time-daemon unzip
15:35:55 [2022-08-31T15:35:55.088Z] --- PASS: TestNetworkLoopbackNat (2.72s)
15:35:55 [2022-08-31T15:35:55.088Z] === RUN   TestPause
15:35:55 [2022-08-31T15:35:55.657Z] --- PASS: TestPause (0.50s)
15:35:55 [2022-08-31T15:35:55.657Z] === RUN   TestPauseFailsOnWindowsServerContainers
15:35:55 [2022-08-31T15:35:55.657Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:35:55 [2022-08-31T15:35:55.657Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
15:35:55 [2022-08-31T15:35:55.657Z] === RUN   TestPauseStopPausedContainer
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.23 The following NEW packages will be installed:
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.23   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.23   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.23   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.23   libmicrohttpd12 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.23   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.24   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.24   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.24   systemd systemd-journal-remote thin-provisioning-tools uidmap vim vim-common
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.24   vim-runtime xfsprogs xxd xz-utils zip zstd
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.67 0 upgraded, 56 newly installed, 0 to remove and 1 not upgraded.
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.67 Need to get 32.8 MB of archives.
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.67 After this operation, 124 MB of additional disk space will be used.
15:35:56 [2022-08-31T15:35:56.156Z] #21 30.67 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
15:35:56 [2022-08-31T15:35:56.226Z] --- PASS: TestPauseStopPausedContainer (0.51s)
15:35:56 [2022-08-31T15:35:56.226Z] === RUN   TestPidHost
15:35:56 [2022-08-31T15:35:56.414Z] #21 30.67 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
15:35:56 [2022-08-31T15:35:56.415Z] #21 30.68 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
15:35:56 [2022-08-31T15:35:56.415Z] #21 30.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
15:35:56 [2022-08-31T15:35:56.415Z] #21 30.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
15:35:56 [2022-08-31T15:35:56.415Z] #21 30.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
15:35:56 [2022-08-31T15:35:56.415Z] #21 30.73 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.01 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.01 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.01 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.01 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.01 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.01 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.01 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.06 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.07 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.11 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.13 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.15 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
15:35:56 [2022-08-31T15:35:56.673Z] #21 31.17 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.25 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.26 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.27 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.28 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.28 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.29 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.33 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.33 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.33 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.33 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.33 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
15:35:56 [2022-08-31T15:35:56.931Z] #21 31.33 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
15:35:57 [2022-08-31T15:35:57.433Z] #21 31.22 The following NEW packages will be installed:
15:35:57 [2022-08-31T15:35:57.433Z] #21 31.22   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
15:35:57 [2022-08-31T15:35:57.433Z] #21 31.22   libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2
15:35:57 [2022-08-31T15:35:57.433Z] #21 31.23   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2
15:35:57 [2022-08-31T15:35:57.498Z] #21 31.99 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
15:35:57 [2022-08-31T15:35:57.607Z] --- PASS: TestPidHost (1.08s)
15:35:57 [2022-08-31T15:35:57.608Z] === RUN   TestPsFilter
15:35:57 [2022-08-31T15:35:57.608Z] --- PASS: TestPsFilter (0.16s)
15:35:57 [2022-08-31T15:35:57.608Z] === RUN   TestRemoveContainerWithRemovedVolume
15:35:57 [2022-08-31T15:35:57.690Z] #21 31.23   libmicrohttpd12 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
15:35:57 [2022-08-31T15:35:57.690Z] #21 31.23   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
15:35:57 [2022-08-31T15:35:57.690Z] #21 31.23   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
15:35:57 [2022-08-31T15:35:57.690Z] #21 31.23   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
15:35:57 [2022-08-31T15:35:57.690Z] #21 31.23   systemd systemd-journal-remote thin-provisioning-tools uidmap vim vim-common
15:35:57 [2022-08-31T15:35:57.690Z] #21 31.23   vim-runtime xfsprogs xxd xz-utils zip zstd
15:35:57 [2022-08-31T15:35:57.757Z] #21 31.99 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.00 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.00 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.00 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.00 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.00 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.03 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.04 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.16 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.16 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.17 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.21 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.24 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
15:35:57 [2022-08-31T15:35:57.758Z] #21 32.25 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
15:35:57 [2022-08-31T15:35:57.868Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s)
15:35:57 [2022-08-31T15:35:57.868Z] === RUN   TestRemoveContainerWithVolume
15:35:57 [2022-08-31T15:35:57.951Z] #21 31.59 0 upgraded, 56 newly installed, 0 to remove and 1 not upgraded.
15:35:57 [2022-08-31T15:35:57.951Z] #21 31.59 Need to get 32.8 MB of archives.
15:35:57 [2022-08-31T15:35:57.951Z] #21 31.59 After this operation, 124 MB of additional disk space will be used.
15:35:57 [2022-08-31T15:35:57.951Z] #21 31.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
15:35:57 [2022-08-31T15:35:57.951Z] #21 31.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
15:35:57 [2022-08-31T15:35:57.951Z] #21 31.60 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
15:35:57 [2022-08-31T15:35:57.951Z] #21 31.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
15:35:57 [2022-08-31T15:35:57.951Z] #21 31.60 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
15:35:57 [2022-08-31T15:35:57.951Z] #21 31.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
15:35:57 [2022-08-31T15:35:57.951Z] #21 31.62 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
15:35:58 [2022-08-31T15:35:58.016Z] #21 32.27 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
15:35:58 [2022-08-31T15:35:58.016Z] #21 32.33 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-journal-remote amd64 247.3-7 [165 kB]
15:35:58 [2022-08-31T15:35:58.016Z] #21 32.34 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
15:35:58 [2022-08-31T15:35:58.016Z] #21 32.37 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
15:35:58 [2022-08-31T15:35:58.016Z] #21 32.37 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
15:35:58 [2022-08-31T15:35:58.212Z] #21 31.86 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
15:35:58 [2022-08-31T15:35:58.212Z] #21 31.86 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
15:35:58 [2022-08-31T15:35:58.212Z] #21 31.86 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
15:35:58 [2022-08-31T15:35:58.212Z] #21 31.86 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
15:35:58 [2022-08-31T15:35:58.212Z] #21 31.87 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
15:35:58 [2022-08-31T15:35:58.212Z] #21 31.88 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
15:35:58 [2022-08-31T15:35:58.212Z] #21 31.88 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
15:35:58 [2022-08-31T15:35:58.212Z] #21 31.93 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
15:35:58 [2022-08-31T15:35:58.437Z] --- PASS: TestRemoveContainerWithVolume (0.47s)
15:35:58 [2022-08-31T15:35:58.437Z] === RUN   TestRemoveContainerRunning
15:35:58 [2022-08-31T15:35:58.469Z] #21 31.94 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 31.95 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 31.96 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 31.97 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 31.99 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.02 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.02 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.03 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.03 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.04 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.04 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.06 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.07 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.08 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.08 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.09 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
15:35:58 [2022-08-31T15:35:58.469Z] #21 32.09 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
15:35:58 [2022-08-31T15:35:58.583Z] #21 32.83 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
15:35:58 [2022-08-31T15:35:58.583Z] #21 32.86 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
15:35:58 [2022-08-31T15:35:58.583Z] #21 32.89 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
15:35:58 [2022-08-31T15:35:58.583Z] #21 32.91 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
15:35:59 [2022-08-31T15:35:59.006Z] --- PASS: TestRemoveContainerRunning (0.53s)
15:35:59 [2022-08-31T15:35:59.006Z] === RUN   TestRemoveContainerForceRemoveRunning
15:35:59 [2022-08-31T15:35:59.033Z] #21 ...
15:35:59 [2022-08-31T15:35:59.033Z] 
15:35:59 [2022-08-31T15:35:59.033Z] #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
15:35:59 [2022-08-31T15:35:59.033Z] #36 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 Delve is a source level debugger for Go programs.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 Delve enables you to interact with your program by controlling the execution of the process,
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 Pass flags to the program you are debugging using `--`, for example:
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 `dlv exec ./hello -- server --config conf/config.toml`
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 Usage:
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   dlv [command]
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 Available Commands:
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   attach      Attach to running process and begin debugging.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   connect     Connect to a headless debug server with a terminal client.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   core        Examine a core dump.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   debug       Compile and begin debugging main package in current directory, or the package specified.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   exec        Execute a precompiled binary, and begin a debug session.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   help        Help about any command
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   run         Deprecated command. Use 'debug' instead.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   test        Compile test binary and begin debugging program.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   trace       Compile and begin tracing program.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   version     Prints version.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 Flags:
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --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)
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --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)
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --disable-aslr                     Disables address space randomization
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   -h, --help                             help for dlv
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --init string                      Init file, executed by the terminal client.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --log                              Enable debugging server logging.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7       --wd string                        Working directory for running the program.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 Additional help topics:
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   dlv backend  Help about the --backend flag.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   dlv log      Help about logging flags.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7   dlv redirect Help about file redirection.
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 
15:35:59 [2022-08-31T15:35:59.033Z] #36 254.7 Use "dlv [command] --help" for more information about a command.
15:35:59 [2022-08-31T15:35:59.153Z] #21 ...
15:35:59 [2022-08-31T15:35:59.153Z] 
15:35:59 [2022-08-31T15:35:59.153Z] #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
15:35:59 [2022-08-31T15:35:59.153Z] #36 sha256:7e9e0dcda39589385d5e37fad46967ad39554da3368d0a79cf427fac2ef1372d
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 Delve is a source level debugger for Go programs.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 Delve enables you to interact with your program by controlling the execution of the process,
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 Pass flags to the program you are debugging using `--`, for example:
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 `dlv exec ./hello -- server --config conf/config.toml`
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 Usage:
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   dlv [command]
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 Available Commands:
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   attach      Attach to running process and begin debugging.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   connect     Connect to a headless debug server with a terminal client.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   core        Examine a core dump.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   debug       Compile and begin debugging main package in current directory, or the package specified.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   exec        Execute a precompiled binary, and begin a debug session.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   help        Help about any command
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   run         Deprecated command. Use 'debug' instead.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   test        Compile test binary and begin debugging program.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   trace       Compile and begin tracing program.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   version     Prints version.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 Flags:
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --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)
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --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)
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --disable-aslr                     Disables address space randomization
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   -h, --help                             help for dlv
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --init string                      Init file, executed by the terminal client.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --log                              Enable debugging server logging.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6       --wd string                        Working directory for running the program.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 Additional help topics:
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   dlv backend  Help about the --backend flag.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   dlv log      Help about logging flags.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6   dlv redirect Help about file redirection.
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 
15:35:59 [2022-08-31T15:35:59.153Z] #36 256.6 Use "dlv [command] --help" for more information about a command.
15:35:59 [2022-08-31T15:35:59.266Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.49s)
15:35:59 [2022-08-31T15:35:59.266Z] === RUN   TestRemoveInvalidContainer
15:35:59 [2022-08-31T15:35:59.412Z] #36 DONE 256.9s
15:35:59 [2022-08-31T15:35:59.413Z] 
15:35:59 [2022-08-31T15:35:59.413Z] #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
15:35:59 [2022-08-31T15:35:59.413Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:35:59 [2022-08-31T15:35:59.413Z] #21 33.85 debconf: delaying package configuration, since apt-utils is not installed
15:35:59 [2022-08-31T15:35:59.526Z] --- PASS: TestRemoveInvalidContainer (0.01s)
15:35:59 [2022-08-31T15:35:59.526Z] === RUN   TestRenameLinkedContainer
15:35:59 [2022-08-31T15:35:59.625Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.640s	coverage: 60.1% of statements
15:35:59 [2022-08-31T15:35:59.625Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
15:35:59 [2022-08-31T15:35:59.625Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
15:35:59 [2022-08-31T15:35:59.625Z] ok  	github.com/docker/docker/libnetwork/osl	4.310s	coverage: 39.7% of statements
15:35:59 [2022-08-31T15:35:59.625Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.008s	coverage: 20.0% of statements
15:35:59 [2022-08-31T15:35:59.625Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
15:35:59 [2022-08-31T15:35:59.734Z] #71 151.5 + bin/containerd-shim-runc-v1
15:35:59 [2022-08-31T15:35:59.966Z] #36 DONE 255.7s
15:35:59 [2022-08-31T15:35:59.966Z] 
15:35:59 [2022-08-31T15:35:59.966Z] #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
15:35:59 [2022-08-31T15:35:59.966Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.67 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.67 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.67 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.68 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.68 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.69 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.69 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.71 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.71 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.86 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.87 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.88 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.89 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.93 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.94 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 32.99 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 33.13 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-journal-remote amd64 247.3-7 [165 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 33.15 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 33.23 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 33.25 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 33.58 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
15:35:59 [2022-08-31T15:35:59.966Z] #21 33.63 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
15:35:59 [2022-08-31T15:35:59.980Z] #21 34.17 Fetched 32.8 MB in 3s (12.5 MB/s)
15:35:59 [2022-08-31T15:35:59.980Z] #21 34.31 Selecting previously unselected package libcap2:amd64.
15:36:00 [2022-08-31T15:36:00.223Z] #21 33.70 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
15:36:00 [2022-08-31T15:36:00.223Z] #21 33.73 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
15:36:00 [2022-08-31T15:36:00.238Z] #21 34.31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24018 files and directories currently installed.)
15:36:00 [2022-08-31T15:36:00.238Z] #21 34.42 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
15:36:00 [2022-08-31T15:36:00.238Z] #21 34.44 Unpacking libcap2:amd64 (1:2.44-1) ...
15:36:00 [2022-08-31T15:36:00.238Z] #21 34.57 Selecting previously unselected package libargon2-1:amd64.
15:36:00 [2022-08-31T15:36:00.238Z] #21 34.57 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_amd64.deb ...
15:36:00 [2022-08-31T15:36:00.238Z] #21 34.58 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
15:36:00 [2022-08-31T15:36:00.496Z] #21 34.72 Selecting previously unselected package libjson-c5:amd64.
15:36:00 [2022-08-31T15:36:00.496Z] #21 34.73 Preparing to unpack .../02-libjson-c5_0.15-2_amd64.deb ...
15:36:00 [2022-08-31T15:36:00.496Z] #21 34.73 Unpacking libjson-c5:amd64 (0.15-2) ...
15:36:00 [2022-08-31T15:36:00.496Z] #21 34.90 Selecting previously unselected package libcryptsetup12:amd64.
15:36:00 [2022-08-31T15:36:00.496Z] #21 34.90 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
15:36:00 [2022-08-31T15:36:00.496Z] #21 34.90 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
15:36:00 [2022-08-31T15:36:00.990Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.670s	coverage: 48.6% of statements
15:36:00 [2022-08-31T15:36:00.990Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
15:36:00 [2022-08-31T15:36:00.990Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
15:36:01 [2022-08-31T15:36:01.063Z] #21 35.30 Selecting previously unselected package libip4tc2:amd64.
15:36:01 [2022-08-31T15:36:01.063Z] #21 35.30 Preparing to unpack .../04-libip4tc2_1.8.7-1_amd64.deb ...
15:36:01 [2022-08-31T15:36:01.063Z] #21 35.34 Unpacking libip4tc2:amd64 (1.8.7-1) ...
15:36:01 [2022-08-31T15:36:01.246Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
15:36:01 [2022-08-31T15:36:01.246Z] 
15:36:01 [2022-08-31T15:36:01.246Z] === Skipped
15:36:01 [2022-08-31T15:36:01.246Z] === SKIP: libnetwork TestParallel1 (0.00s)
15:36:01 [2022-08-31T15:36:01.246Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
15:36:01 [2022-08-31T15:36:01.246Z] 
15:36:01 [2022-08-31T15:36:01.246Z] === SKIP: libnetwork TestParallel3 (0.00s)
15:36:01 [2022-08-31T15:36:01.246Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
15:36:01 [2022-08-31T15:36:01.246Z] 
15:36:01 [2022-08-31T15:36:01.246Z] === SKIP: libnetwork TestParallel2 (0.00s)
15:36:01 [2022-08-31T15:36:01.246Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
15:36:01 [2022-08-31T15:36:01.246Z] 
15:36:01 [2022-08-31T15:36:01.246Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
15:36:01 [2022-08-31T15:36:01.246Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
15:36:01 [2022-08-31T15:36:01.246Z] 
15:36:01 [2022-08-31T15:36:01.246Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
15:36:01 [2022-08-31T15:36:01.246Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
15:36:01 [2022-08-31T15:36:01.246Z] 
15:36:01 [2022-08-31T15:36:01.246Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
15:36:01 [2022-08-31T15:36:01.246Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
15:36:01 [2022-08-31T15:36:01.246Z] 
15:36:01 [2022-08-31T15:36:01.246Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
15:36:01 [2022-08-31T15:36:01.246Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
15:36:01 [2022-08-31T15:36:01.246Z] 
15:36:01 [2022-08-31T15:36:01.246Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
15:36:01 [2022-08-31T15:36:01.246Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
15:36:01 [2022-08-31T15:36:01.246Z] 
15:36:01 [2022-08-31T15:36:01.246Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
15:36:01 [2022-08-31T15:36:01.246Z]     firewalld_test.go:14: firewalld is not running
15:36:01 [2022-08-31T15:36:01.246Z] 
15:36:01 [2022-08-31T15:36:01.246Z] DONE 327 tests, 9 skipped in 202.330s
15:36:01 [2022-08-31T15:36:01.322Z] #21 35.50 Selecting previously unselected package libkmod2:amd64.
15:36:01 [2022-08-31T15:36:01.322Z] #21 35.50 Preparing to unpack .../05-libkmod2_28-1_amd64.deb ...
15:36:01 [2022-08-31T15:36:01.322Z] #21 35.52 Unpacking libkmod2:amd64 (28-1) ...
15:36:01 [2022-08-31T15:36:01.435Z] --- PASS: TestRenameLinkedContainer (1.95s)
15:36:01 [2022-08-31T15:36:01.435Z] === RUN   TestRenameStoppedContainer
15:36:01 [2022-08-31T15:36:01.580Z] #21 35.80 Selecting previously unselected package systemd.
15:36:01 [2022-08-31T15:36:01.580Z] #21 35.80 Preparing to unpack .../06-systemd_247.3-7_amd64.deb ...
15:36:01 [2022-08-31T15:36:01.591Z] #21 35.07 debconf: delaying package configuration, since apt-utils is not installed
15:36:01 [2022-08-31T15:36:01.592Z] #21 35.29 Fetched 32.8 MB in 2s (13.2 MB/s)
15:36:01 [2022-08-31T15:36:01.839Z] #21 36.13 Unpacking systemd (247.3-7) ...
15:36:01 [2022-08-31T15:36:01.849Z] #21 35.42 Selecting previously unselected package libcap2:amd64.
15:36:01 [2022-08-31T15:36:01.849Z] #21 35.42 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24018 files and directories currently installed.)
15:36:01 [2022-08-31T15:36:01.849Z] #21 35.51 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
15:36:01 [2022-08-31T15:36:01.849Z] #21 35.54 Unpacking libcap2:amd64 (1:2.44-1) ...
15:36:02 [2022-08-31T15:36:02.005Z] --- PASS: TestRenameStoppedContainer (0.48s)
15:36:02 [2022-08-31T15:36:02.005Z] === RUN   TestRenameRunningContainerAndReuse
15:36:02 [2022-08-31T15:36:02.106Z] #21 35.69 Selecting previously unselected package libargon2-1:amd64.
15:36:02 [2022-08-31T15:36:02.106Z] #21 35.69 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_amd64.deb ...
15:36:02 [2022-08-31T15:36:02.106Z] #21 35.71 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
Post stage
[Pipeline] junit
15:36:02 [2022-08-31T15:36:02.184Z] Recording test results
15:36:02 [2022-08-31T15:36:02.310Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
15:36:02 [2022-08-31T15:36:02.363Z] #21 35.88 Selecting previously unselected package libjson-c5:amd64.
15:36:02 [2022-08-31T15:36:02.363Z] #21 35.92 Preparing to unpack .../02-libjson-c5_0.15-2_amd64.deb ...
15:36:02 [2022-08-31T15:36:02.363Z] #21 35.92 Unpacking libjson-c5:amd64 (0.15-2) ...
15:36:02 [2022-08-31T15:36:02.363Z] #21 36.05 Selecting previously unselected package libcryptsetup12:amd64.
15:36:02 [2022-08-31T15:36:02.363Z] #21 36.05 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
[Pipeline] sh
15:36:02 [2022-08-31T15:36:02.620Z] #21 36.06 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
15:36:02 [2022-08-31T15:36:02.681Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -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:5591187178010bd407f0784bf83909ec395d7b97 hack/make.sh dynbinary test-integration
15:36:02 [2022-08-31T15:36:02.877Z] #21 36.53 Selecting previously unselected package libip4tc2:amd64.
15:36:02 [2022-08-31T15:36:02.877Z] #21 36.56 Preparing to unpack .../04-libip4tc2_1.8.7-1_amd64.deb ...
15:36:02 [2022-08-31T15:36:02.877Z] #21 36.57 Unpacking libip4tc2:amd64 (1.8.7-1) ...
15:36:02 [2022-08-31T15:36:02.936Z] 
15:36:02 [2022-08-31T15:36:02.946Z] --- PASS: TestRenameRunningContainerAndReuse (1.03s)
15:36:02 [2022-08-31T15:36:02.946Z] === RUN   TestRenameInvalidName
15:36:03 [2022-08-31T15:36:03.134Z] #21 36.72 Selecting previously unselected package libkmod2:amd64.
15:36:03 [2022-08-31T15:36:03.134Z] #21 36.74 Preparing to unpack .../05-libkmod2_28-1_amd64.deb ...
15:36:03 [2022-08-31T15:36:03.134Z] #21 36.74 Unpacking libkmod2:amd64 (28-1) ...
15:36:03 [2022-08-31T15:36:03.192Z] Removing bundles/
15:36:03 [2022-08-31T15:36:03.192Z] 
15:36:03 [2022-08-31T15:36:03.192Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
15:36:03 [2022-08-31T15:36:03.192Z] Building: bundles/dynbinary-daemon/dockerd
15:36:03 [2022-08-31T15:36:03.192Z] GOOS="" GOARCH="" GOARM=""
15:36:03 [2022-08-31T15:36:03.214Z] #21 ...
15:36:03 [2022-08-31T15:36:03.214Z] 
15:36:03 [2022-08-31T15:36:03.214Z] #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
15:36:03 [2022-08-31T15:36:03.214Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:36:03 [2022-08-31T15:36:03.214Z] #77 174.3 === configuring in libocispec (/tmp/crun-build/libocispec)
15:36:03 [2022-08-31T15:36:03.214Z] #77 174.4 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
15:36:03 [2022-08-31T15:36:03.214Z] #77 175.0 checking for gcc... gcc
15:36:03 [2022-08-31T15:36:03.214Z] #77 175.2 checking whether the C compiler works... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 175.5 checking for C compiler default output file name... a.out
15:36:03 [2022-08-31T15:36:03.214Z] #77 175.5 checking for suffix of executables... 
15:36:03 [2022-08-31T15:36:03.214Z] #77 175.7 checking whether we are cross compiling... no
15:36:03 [2022-08-31T15:36:03.214Z] #77 176.1 checking for suffix of object files... o
15:36:03 [2022-08-31T15:36:03.214Z] #77 176.4 checking whether we are using the GNU C compiler... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 176.6 checking whether gcc accepts -g... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 176.8 checking for gcc option to accept ISO C89... none needed
15:36:03 [2022-08-31T15:36:03.214Z] #77 177.2 checking whether gcc understands -c and -o together... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 177.5 checking how to run the C preprocessor... gcc -E
15:36:03 [2022-08-31T15:36:03.214Z] #77 177.8 checking for grep that handles long lines and -e... /bin/grep
15:36:03 [2022-08-31T15:36:03.214Z] #77 177.9 checking for egrep... /bin/grep -E
15:36:03 [2022-08-31T15:36:03.214Z] #77 177.9 checking for ANSI C header files... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 179.1 checking for sys/types.h... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 179.3 checking for sys/stat.h... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 179.6 checking for stdlib.h... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 179.8 checking for string.h... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 180.0 checking for memory.h... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 180.2 checking for strings.h... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 180.4 checking for inttypes.h... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 180.8 checking for stdint.h... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 181.1 checking for unistd.h... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 181.4 checking minix/config.h usability... no
15:36:03 [2022-08-31T15:36:03.214Z] #77 181.8 checking minix/config.h presence... no
15:36:03 [2022-08-31T15:36:03.214Z] #77 181.8 checking for minix/config.h... no
15:36:03 [2022-08-31T15:36:03.214Z] #77 181.8 checking whether it is safe to define __EXTENSIONS__... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.0 checking build system type... x86_64-pc-linux-gnu
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.4 checking host system type... x86_64-pc-linux-gnu
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.4 checking how to print strings... printf
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.5 checking for a sed that does not truncate output... /bin/sed
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.5 checking for fgrep... /bin/grep -F
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.5 checking for ld used by gcc... /usr/bin/ld
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.6 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.6 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.8 checking whether ln -s works... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.8 checking the maximum length of command line arguments... 1572864
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.8 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.8 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.8 checking for /usr/bin/ld option to reload object files... -r
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.8 checking for objdump... objdump
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.9 checking how to recognize dependent libraries... pass_all
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.9 checking for dlltool... no
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.9 checking how to associate runtime and link libraries... printf %s\n
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.9 checking for ar... ar
15:36:03 [2022-08-31T15:36:03.214Z] #77 182.9 checking for archiver @FILE support... @
15:36:03 [2022-08-31T15:36:03.214Z] #77 183.2 checking for strip... strip
15:36:03 [2022-08-31T15:36:03.214Z] #77 183.2 checking for ranlib... ranlib
15:36:03 [2022-08-31T15:36:03.214Z] #77 183.2 checking for gawk... no
15:36:03 [2022-08-31T15:36:03.214Z] #77 183.2 checking for mawk... mawk
15:36:03 [2022-08-31T15:36:03.214Z] #77 183.2 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:36:03 [2022-08-31T15:36:03.214Z] #77 183.6 checking for sysroot... no
15:36:03 [2022-08-31T15:36:03.214Z] #77 183.6 checking for a working dd... /bin/dd
15:36:03 [2022-08-31T15:36:03.214Z] #77 183.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
15:36:03 [2022-08-31T15:36:03.214Z] #77 183.9 checking for mt... no
15:36:03 [2022-08-31T15:36:03.214Z] #77 183.9 checking if : is a manifest tool... no
15:36:03 [2022-08-31T15:36:03.214Z] #77 184.0 checking for dlfcn.h... yes
15:36:03 [2022-08-31T15:36:03.214Z] #77 184.2 checking for objdir... .libs
15:36:03 [2022-08-31T15:36:03.516Z] --- PASS: TestRenameInvalidName (0.50s)
15:36:03 [2022-08-31T15:36:03.516Z] === RUN   TestRenameAnonymousContainer
15:36:03 [2022-08-31T15:36:03.697Z] #21 37.15 Selecting previously unselected package systemd.
15:36:03 [2022-08-31T15:36:03.697Z] #21 37.16 Preparing to unpack .../06-systemd_247.3-7_amd64.deb ...
15:36:03 [2022-08-31T15:36:03.954Z] #21 37.55 Unpacking systemd (247.3-7) ...
15:36:04 [2022-08-31T15:36:04.149Z] #77 185.0 checking if gcc supports -fno-rtti -fno-exceptions... no
15:36:04 [2022-08-31T15:36:04.149Z] #77 185.2 checking for gcc option to produce PIC... -fPIC -DPIC
15:36:04 [2022-08-31T15:36:04.149Z] #77 185.2 checking if gcc PIC flag -fPIC -DPIC works... yes
15:36:04 [2022-08-31T15:36:04.719Z] #77 185.3 checking if gcc static flag -static works... yes
15:36:04 [2022-08-31T15:36:04.886Z] #21 ...
15:36:04 [2022-08-31T15:36:04.886Z] 
15:36:04 [2022-08-31T15:36:04.886Z] #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
15:36:04 [2022-08-31T15:36:04.886Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:36:04 [2022-08-31T15:36:04.886Z] #77 175.2 === configuring in libocispec (/tmp/crun-build/libocispec)
15:36:04 [2022-08-31T15:36:04.886Z] #77 175.3 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
15:36:04 [2022-08-31T15:36:04.886Z] #77 176.1 checking for gcc... gcc
15:36:04 [2022-08-31T15:36:04.886Z] #77 176.2 checking whether the C compiler works... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 176.5 checking for C compiler default output file name... a.out
15:36:04 [2022-08-31T15:36:04.886Z] #77 176.5 checking for suffix of executables... 
15:36:04 [2022-08-31T15:36:04.886Z] #77 176.8 checking whether we are cross compiling... no
15:36:04 [2022-08-31T15:36:04.886Z] #77 177.1 checking for suffix of object files... o
15:36:04 [2022-08-31T15:36:04.886Z] #77 177.3 checking whether we are using the GNU C compiler... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 177.5 checking whether gcc accepts -g... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 177.7 checking for gcc option to accept ISO C89... none needed
15:36:04 [2022-08-31T15:36:04.886Z] #77 178.0 checking whether gcc understands -c and -o together... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 178.4 checking how to run the C preprocessor... gcc -E
15:36:04 [2022-08-31T15:36:04.886Z] #77 178.8 checking for grep that handles long lines and -e... /bin/grep
15:36:04 [2022-08-31T15:36:04.886Z] #77 178.8 checking for egrep... /bin/grep -E
15:36:04 [2022-08-31T15:36:04.886Z] #77 178.8 checking for ANSI C header files... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 180.0 checking for sys/types.h... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 180.3 checking for sys/stat.h... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 180.6 checking for stdlib.h... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 180.8 checking for string.h... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 181.1 checking for memory.h... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 181.4 checking for strings.h... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 181.8 checking for inttypes.h... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 182.2 checking for stdint.h... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 182.4 checking for unistd.h... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 182.7 checking minix/config.h usability... no
15:36:04 [2022-08-31T15:36:04.886Z] #77 183.1 checking minix/config.h presence... no
15:36:04 [2022-08-31T15:36:04.886Z] #77 183.3 checking for minix/config.h... no
15:36:04 [2022-08-31T15:36:04.886Z] #77 183.3 checking whether it is safe to define __EXTENSIONS__... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 183.6 checking build system type... x86_64-pc-linux-gnu
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.2 checking host system type... x86_64-pc-linux-gnu
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.2 checking how to print strings... printf
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.2 checking for a sed that does not truncate output... /bin/sed
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.3 checking for fgrep... /bin/grep -F
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.3 checking for ld used by gcc... /usr/bin/ld
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.4 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.4 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.4 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.5 checking whether ln -s works... yes
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.5 checking the maximum length of command line arguments... 1572864
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.6 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.6 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.6 checking for /usr/bin/ld option to reload object files... -r
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.6 checking for objdump... objdump
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.6 checking how to recognize dependent libraries... pass_all
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.6 checking for dlltool... no
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.6 checking how to associate runtime and link libraries... printf %s\n
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.6 checking for ar... ar
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.6 checking for archiver @FILE support... @
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.8 checking for strip... strip
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.8 checking for ranlib... ranlib
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.8 checking for gawk... no
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.8 checking for mawk... mawk
15:36:04 [2022-08-31T15:36:04.886Z] #77 184.8 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:36:04 [2022-08-31T15:36:04.886Z] #77 185.3 checking for sysroot... no
15:36:04 [2022-08-31T15:36:04.886Z] #77 185.3 checking for a working dd... /bin/dd
15:36:04 [2022-08-31T15:36:04.886Z] #77 185.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
15:36:04 [2022-08-31T15:36:04.979Z] #77 185.9 checking if gcc supports -c -o file.o... yes
15:36:04 [2022-08-31T15:36:04.979Z] #77 186.1 checking if gcc supports -c -o file.o... (cached) yes
15:36:05 [2022-08-31T15:36:05.026Z] #71 157.7 + bin/containerd-shim-runc-v2
15:36:05 [2022-08-31T15:36:05.143Z] #77 185.5 checking for mt... no
15:36:05 [2022-08-31T15:36:05.143Z] #77 185.5 checking if : is a manifest tool... no
15:36:05 [2022-08-31T15:36:05.237Z] #77 186.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
15:36:05 [2022-08-31T15:36:05.289Z] #71 158.5 + binaries
15:36:05 [2022-08-31T15:36:05.289Z] #71 158.5 + install -D bin/containerd /build/containerd
15:36:05 [2022-08-31T15:36:05.289Z] #71 158.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
15:36:05 [2022-08-31T15:36:05.289Z] #71 158.6 + install -D bin/ctr /build/ctr
15:36:05 [2022-08-31T15:36:05.400Z] #77 185.6 checking for dlfcn.h... yes
15:36:05 [2022-08-31T15:36:05.400Z] #77 185.8 checking for objdir... .libs
15:36:05 [2022-08-31T15:36:05.425Z] --- PASS: TestRenameAnonymousContainer (1.86s)
15:36:05 [2022-08-31T15:36:05.425Z] === RUN   TestRenameContainerWithSameName
15:36:05 [2022-08-31T15:36:05.496Z] #77 186.2 checking dynamic linker characteristics... 
15:36:05 [2022-08-31T15:36:05.496Z] #77 ...
15:36:05 [2022-08-31T15:36:05.496Z] 
15:36:05 [2022-08-31T15:36:05.496Z] #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
15:36:05 [2022-08-31T15:36:05.496Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:36:05 [2022-08-31T15:36:05.496Z] #21 39.64 Selecting previously unselected package pigz.
15:36:05 [2022-08-31T15:36:05.496Z] #21 39.64 Preparing to unpack .../07-pigz_2.6-1_amd64.deb ...
15:36:05 [2022-08-31T15:36:05.496Z] #21 39.67 Unpacking pigz (2.6-1) ...
15:36:05 [2022-08-31T15:36:05.496Z] #21 39.83 Selecting previously unselected package libelf1:amd64.
15:36:05 [2022-08-31T15:36:05.496Z] #21 39.86 Preparing to unpack .../08-libelf1_0.183-1_amd64.deb ...
15:36:05 [2022-08-31T15:36:05.496Z] #21 39.88 Unpacking libelf1:amd64 (0.183-1) ...
15:36:05 [2022-08-31T15:36:05.685Z] --- PASS: TestRenameContainerWithSameName (0.48s)
15:36:05 [2022-08-31T15:36:05.685Z] === RUN   TestRenameContainerWithLinkedContainer
15:36:05 [2022-08-31T15:36:05.755Z] #21 40.15 Selecting previously unselected package libbpf0:amd64.
15:36:05 [2022-08-31T15:36:05.755Z] #21 40.15 Preparing to unpack .../09-libbpf0_1%3a0.3-2_amd64.deb ...
15:36:05 [2022-08-31T15:36:05.755Z] #21 40.16 Unpacking libbpf0:amd64 (1:0.3-2) ...
15:36:06 [2022-08-31T15:36:06.015Z] #21 40.27 Selecting previously unselected package libmnl0:amd64.
15:36:06 [2022-08-31T15:36:06.015Z] #21 40.27 Preparing to unpack .../10-libmnl0_1.0.4-3_amd64.deb ...
15:36:06 [2022-08-31T15:36:06.015Z] #21 40.32 Unpacking libmnl0:amd64 (1.0.4-3) ...
15:36:06 [2022-08-31T15:36:06.220Z] #77 186.5 checking if gcc supports -fno-rtti -fno-exceptions... no
15:36:06 [2022-08-31T15:36:06.220Z] #77 186.7 checking for gcc option to produce PIC... -fPIC -DPIC
15:36:06 [2022-08-31T15:36:06.227Z] #71 DONE 159.2s
15:36:06 [2022-08-31T15:36:06.274Z] #21 40.46 Selecting previously unselected package libxtables12:amd64.
15:36:06 [2022-08-31T15:36:06.274Z] #21 40.46 Preparing to unpack .../11-libxtables12_1.8.7-1_amd64.deb ...
15:36:06 [2022-08-31T15:36:06.274Z] #21 40.46 Unpacking libxtables12:amd64 (1.8.7-1) ...
15:36:06 [2022-08-31T15:36:06.274Z] #21 40.56 Selecting previously unselected package libcap2-bin.
15:36:06 [2022-08-31T15:36:06.274Z] #21 40.57 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_amd64.deb ...
15:36:06 [2022-08-31T15:36:06.274Z] #21 40.60 Unpacking libcap2-bin (1:2.44-1) ...
15:36:06 [2022-08-31T15:36:06.477Z] #77 186.7 checking if gcc PIC flag -fPIC -DPIC works... yes
15:36:06 [2022-08-31T15:36:06.532Z] #21 40.69 Selecting previously unselected package iproute2.
15:36:06 [2022-08-31T15:36:06.532Z] #21 40.70 Preparing to unpack .../13-iproute2_5.10.0-4_amd64.deb ...
15:36:06 [2022-08-31T15:36:06.532Z] #21 40.71 Unpacking iproute2 (5.10.0-4) ...
15:36:06 [2022-08-31T15:36:06.622Z] --- PASS: TestRenameContainerWithLinkedContainer (1.00s)
15:36:06 [2022-08-31T15:36:06.622Z] === RUN   TestResize
15:36:07 [2022-08-31T15:36:07.041Z] #77 186.9 checking if gcc static flag -static works... yes
15:36:07 [2022-08-31T15:36:07.041Z] #77 187.5 checking if gcc supports -c -o file.o... 
15:36:07 [2022-08-31T15:36:07.041Z] #77 ...
15:36:07 [2022-08-31T15:36:07.041Z] 
15:36:07 [2022-08-31T15:36:07.041Z] #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
15:36:07 [2022-08-31T15:36:07.041Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:36:07 [2022-08-31T15:36:07.041Z] #21 40.74 Selecting previously unselected package pigz.
15:36:07 [2022-08-31T15:36:07.041Z] #21 40.76 Preparing to unpack .../07-pigz_2.6-1_amd64.deb ...
15:36:07 [2022-08-31T15:36:07.041Z] #21 40.76 Unpacking pigz (2.6-1) ...
15:36:07 [2022-08-31T15:36:07.099Z] #21 41.38 Selecting previously unselected package xxd.
15:36:07 [2022-08-31T15:36:07.099Z] #21 41.38 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:36:07 [2022-08-31T15:36:07.099Z] #21 41.39 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
15:36:07 [2022-08-31T15:36:07.180Z] 
15:36:07 [2022-08-31T15:36:07.180Z] #72 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
15:36:07 [2022-08-31T15:36:07.180Z] #72 sha256:fa35d09582ce84d4e859d920bc5cdff13ff420c615aa18025e1ede0d1b48fc9b
15:36:07 [2022-08-31T15:36:07.180Z] #72 DONE 0.2s
15:36:07 [2022-08-31T15:36:07.192Z] --- PASS: TestResize (0.52s)
15:36:07 [2022-08-31T15:36:07.192Z] === RUN   TestResizeWithInvalidSize
15:36:07 [2022-08-31T15:36:07.399Z] #21 41.65 Selecting previously unselected package vim-common.
15:36:07 [2022-08-31T15:36:07.399Z] #21 41.65 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
15:36:07 [2022-08-31T15:36:07.399Z] #21 41.70 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
15:36:07 [2022-08-31T15:36:07.439Z] 
15:36:07 [2022-08-31T15:36:07.439Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
15:36:07 [2022-08-31T15:36:07.439Z] #77 sha256:9f1e51eee5c6ef52eaff57be3d4160ea1e4e609eba7210122c780cba904ef0a7
15:36:07 [2022-08-31T15:36:07.439Z] #77 DONE 0.1s
15:36:07 [2022-08-31T15:36:07.439Z] 
15:36:07 [2022-08-31T15:36:07.439Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
15:36:07 [2022-08-31T15:36:07.439Z] #82 sha256:855898b9a7533e29ca7879390b4b74ef8fb272d4d8ce320a6557f3e910451a97
15:36:07 [2022-08-31T15:36:07.605Z] #21 41.02 Selecting previously unselected package libelf1:amd64.
15:36:07 [2022-08-31T15:36:07.605Z] #21 41.02 Preparing to unpack .../08-libelf1_0.183-1_amd64.deb ...
15:36:07 [2022-08-31T15:36:07.605Z] #21 41.03 Unpacking libelf1:amd64 (0.183-1) ...
15:36:07 [2022-08-31T15:36:07.605Z] #21 41.29 Selecting previously unselected package libbpf0:amd64.
15:36:07 [2022-08-31T15:36:07.665Z] #21 41.96 Selecting previously unselected package bash-completion.
15:36:07 [2022-08-31T15:36:07.665Z] #21 41.97 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
15:36:07 [2022-08-31T15:36:07.699Z] #82 DONE 0.5s
15:36:07 [2022-08-31T15:36:07.762Z] --- PASS: TestResizeWithInvalidSize (0.49s)
15:36:07 [2022-08-31T15:36:07.762Z] === RUN   TestResizeWhenContainerNotStarted
15:36:07 [2022-08-31T15:36:07.863Z] #21 41.29 Preparing to unpack .../09-libbpf0_1%3a0.3-2_amd64.deb ...
15:36:07 [2022-08-31T15:36:07.863Z] #21 41.31 Unpacking libbpf0:amd64 (1:0.3-2) ...
15:36:07 [2022-08-31T15:36:07.957Z] 
15:36:07 [2022-08-31T15:36:07.957Z] #85 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
15:36:07 [2022-08-31T15:36:07.957Z] #85 sha256:66895c0341999146b8525ad26eab00fa586e42b2be7b1612fb6ee31db7267269
15:36:07 [2022-08-31T15:36:07.957Z] #85 DONE 0.1s
15:36:07 [2022-08-31T15:36:07.957Z] 
15:36:07 [2022-08-31T15:36:07.957Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
15:36:07 [2022-08-31T15:36:07.957Z] #86 sha256:8b73a8a38c12a31a81241bc51cc31f5a09fd2ae3f9ba26081e17b663e67175b3
15:36:07 [2022-08-31T15:36:07.957Z] #86 DONE 0.0s
15:36:07 [2022-08-31T15:36:07.957Z] 
15:36:07 [2022-08-31T15:36:07.957Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
15:36:07 [2022-08-31T15:36:07.958Z] #87 sha256:d0d1a9e01401628aa87fa4e867a7a7121bd650e4630146d4a99fecb2f7ca7c33
15:36:07 [2022-08-31T15:36:07.958Z] #87 DONE 0.0s
15:36:07 [2022-08-31T15:36:07.958Z] 
15:36:07 [2022-08-31T15:36:07.958Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker
15:36:07 [2022-08-31T15:36:07.958Z] #88 sha256:ea30ff3fa9aa85ba3d6ef05695bb0c0cdcb6e45ae5fae6c141c87bcd9a6eb873
15:36:08 [2022-08-31T15:36:08.120Z] #21 41.59 Selecting previously unselected package libmnl0:amd64.
15:36:08 [2022-08-31T15:36:08.120Z] #21 41.59 Preparing to unpack .../10-libmnl0_1.0.4-3_amd64.deb ...
15:36:08 [2022-08-31T15:36:08.120Z] #21 41.61 Unpacking libmnl0:amd64 (1.0.4-3) ...
15:36:08 [2022-08-31T15:36:08.120Z] #21 41.78 Selecting previously unselected package libxtables12:amd64.
15:36:08 [2022-08-31T15:36:08.120Z] #21 41.78 Preparing to unpack .../11-libxtables12_1.8.7-1_amd64.deb ...
15:36:08 [2022-08-31T15:36:08.120Z] #21 41.82 Unpacking libxtables12:amd64 (1.8.7-1) ...
15:36:08 [2022-08-31T15:36:08.332Z] --- PASS: TestResizeWhenContainerNotStarted (0.48s)
15:36:08 [2022-08-31T15:36:08.332Z] === RUN   TestDaemonRestartKillContainers
15:36:08 [2022-08-31T15:36:08.332Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:36:08 [2022-08-31T15:36:08.333Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:36:08 [2022-08-31T15:36:08.377Z] #21 41.96 Selecting previously unselected package libcap2-bin.
15:36:08 [2022-08-31T15:36:08.377Z] #21 41.97 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_amd64.deb ...
15:36:08 [2022-08-31T15:36:08.377Z] #21 41.99 Unpacking libcap2-bin (1:2.44-1) ...
15:36:08 [2022-08-31T15:36:08.634Z] #21 42.18 Selecting previously unselected package iproute2.
15:36:08 [2022-08-31T15:36:08.634Z] #21 42.18 Preparing to unpack .../13-iproute2_5.10.0-4_amd64.deb ...
15:36:08 [2022-08-31T15:36:08.634Z] #21 42.19 Unpacking iproute2 (5.10.0-4) ...
15:36:09 [2022-08-31T15:36:09.564Z] #21 42.94 Selecting previously unselected package xxd.
15:36:09 [2022-08-31T15:36:09.564Z] #21 42.95 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:36:09 [2022-08-31T15:36:09.564Z] #21 42.96 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
15:36:09 [2022-08-31T15:36:09.564Z] #21 43.08 Selecting previously unselected package vim-common.
15:36:09 [2022-08-31T15:36:09.564Z] #21 43.09 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
15:36:09 [2022-08-31T15:36:09.564Z] #21 43.11 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
15:36:09 [2022-08-31T15:36:09.714Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:36:09 [2022-08-31T15:36:09.821Z] #21 43.40 Selecting previously unselected package bash-completion.
15:36:09 [2022-08-31T15:36:09.821Z] #21 43.41 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ...
15:36:09 [2022-08-31T15:36:09.973Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:36:10 [2022-08-31T15:36:10.912Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:36:11 [2022-08-31T15:36:11.173Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:36:12 [2022-08-31T15:36:12.113Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:36:12 [2022-08-31T15:36:12.146Z] #88 DONE 3.5s
15:36:12 [2022-08-31T15:36:12.146Z] 
15:36:12 [2022-08-31T15:36:12.146Z] #89 exporting to image
15:36:12 [2022-08-31T15:36:12.146Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
15:36:12 [2022-08-31T15:36:12.146Z] #89 exporting layers
15:36:12 [2022-08-31T15:36:12.956Z] #21 46.69 Unpacking bash-completion (1:2.11-2) ...
15:36:12 [2022-08-31T15:36:12.956Z] #21 47.34 Selecting previously unselected package bzip2.
15:36:12 [2022-08-31T15:36:12.956Z] #21 47.34 Preparing to unpack .../17-bzip2_1.0.8-4_amd64.deb ...
15:36:12 [2022-08-31T15:36:12.956Z] #21 47.35 Unpacking bzip2 (1.0.8-4) ...
15:36:13 [2022-08-31T15:36:13.214Z] #21 47.48 Selecting previously unselected package xz-utils.
15:36:13 [2022-08-31T15:36:13.214Z] #21 47.49 Preparing to unpack .../18-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
15:36:13 [2022-08-31T15:36:13.214Z] #21 47.49 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
15:36:13 [2022-08-31T15:36:13.473Z] #21 47.67 Selecting previously unselected package apparmor.
15:36:13 [2022-08-31T15:36:13.473Z] #21 47.67 Preparing to unpack .../19-apparmor_2.13.6-10_amd64.deb ...
15:36:13 [2022-08-31T15:36:13.473Z] #21 47.73 Unpacking apparmor (2.13.6-10) ...
15:36:13 [2022-08-31T15:36:13.732Z] #21 48.17 Selecting previously unselected package inetutils-ping.
15:36:13 [2022-08-31T15:36:13.732Z] #21 48.18 Preparing to unpack .../20-inetutils-ping_2%3a2.0-1_amd64.deb ...
15:36:13 [2022-08-31T15:36:13.732Z] #21 48.18 Unpacking inetutils-ping (2:2.0-1) ...
15:36:13 [2022-08-31T15:36:13.990Z] #21 48.34 Selecting previously unselected package libip6tc2:amd64.
15:36:13 [2022-08-31T15:36:13.990Z] #21 48.34 Preparing to unpack .../21-libip6tc2_1.8.7-1_amd64.deb ...
15:36:13 [2022-08-31T15:36:13.990Z] #21 48.35 Unpacking libip6tc2:amd64 (1.8.7-1) ...
15:36:13 [2022-08-31T15:36:13.990Z] #21 48.41 Selecting previously unselected package libnfnetlink0:amd64.
15:36:13 [2022-08-31T15:36:13.990Z] #21 48.42 Preparing to unpack .../22-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
15:36:13 [2022-08-31T15:36:13.990Z] #21 48.44 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:36:14 [2022-08-31T15:36:14.248Z] #21 48.49 Selecting previously unselected package libnetfilter-conntrack3:amd64.
15:36:14 [2022-08-31T15:36:14.248Z] #21 48.50 Preparing to unpack .../23-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
15:36:14 [2022-08-31T15:36:14.249Z] #21 48.51 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:36:14 [2022-08-31T15:36:14.249Z] #21 48.62 Selecting previously unselected package libnftnl11:amd64.
15:36:14 [2022-08-31T15:36:14.249Z] #21 48.63 Preparing to unpack .../24-libnftnl11_1.1.9-1_amd64.deb ...
15:36:14 [2022-08-31T15:36:14.249Z] #21 48.63 Unpacking libnftnl11:amd64 (1.1.9-1) ...
15:36:14 [2022-08-31T15:36:14.249Z] #21 48.73 Selecting previously unselected package iptables.
15:36:14 [2022-08-31T15:36:14.507Z] #21 48.73 Preparing to unpack .../25-iptables_1.8.7-1_amd64.deb ...
15:36:14 [2022-08-31T15:36:14.507Z] #21 48.73 Unpacking iptables (1.8.7-1) ...
15:36:14 [2022-08-31T15:36:14.765Z] #21 49.02 Selecting previously unselected package libonig5:amd64.
15:36:14 [2022-08-31T15:36:14.765Z] #21 49.02 Preparing to unpack .../26-libonig5_6.9.6-1.1_amd64.deb ...
15:36:14 [2022-08-31T15:36:14.765Z] #21 49.03 Unpacking libonig5:amd64 (6.9.6-1.1) ...
15:36:14 [2022-08-31T15:36:14.765Z] #21 49.19 Selecting previously unselected package libjq1:amd64.
15:36:14 [2022-08-31T15:36:14.765Z] #21 49.20 Preparing to unpack .../27-libjq1_1.6-2.1_amd64.deb ...
15:36:14 [2022-08-31T15:36:14.765Z] #21 49.21 Unpacking libjq1:amd64 (1.6-2.1) ...
15:36:15 [2022-08-31T15:36:15.023Z] #21 49.31 Selecting previously unselected package jq.
15:36:15 [2022-08-31T15:36:15.023Z] #21 49.32 Preparing to unpack .../28-jq_1.6-2.1_amd64.deb ...
15:36:15 [2022-08-31T15:36:15.023Z] #21 49.33 Unpacking jq (1.6-2.1) ...
15:36:15 [2022-08-31T15:36:15.023Z] #21 49.42 Selecting previously unselected package libaio1:amd64.
15:36:15 [2022-08-31T15:36:15.023Z] #21 49.42 Preparing to unpack .../29-libaio1_0.3.112-9_amd64.deb ...
15:36:15 [2022-08-31T15:36:15.023Z] #21 49.43 Unpacking libaio1:amd64 (0.3.112-9) ...
15:36:15 [2022-08-31T15:36:15.075Z] #21 47.97 Unpacking bash-completion (1:2.11-2) ...
15:36:15 [2022-08-31T15:36:15.075Z] #21 ...
15:36:15 [2022-08-31T15:36:15.075Z] 
15:36:15 [2022-08-31T15:36:15.075Z] #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
15:36:15 [2022-08-31T15:36:15.075Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:36:15 [2022-08-31T15:36:15.075Z] #77 187.5 checking if gcc supports -c -o file.o... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 187.8 checking if gcc supports -c -o file.o... (cached) yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 187.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 187.8 checking dynamic linker characteristics... GNU/Linux ld.so
15:36:15 [2022-08-31T15:36:15.075Z] #77 188.5 checking how to hardcode library paths into programs... immediate
15:36:15 [2022-08-31T15:36:15.075Z] #77 188.5 checking whether stripping libraries is possible... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 188.5 checking if libtool supports shared libraries... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 188.5 checking whether to build shared libraries... no
15:36:15 [2022-08-31T15:36:15.075Z] #77 188.5 checking whether to build static libraries... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 188.5 checking for a BSD-compatible install... /usr/bin/install -c
15:36:15 [2022-08-31T15:36:15.075Z] #77 188.6 checking whether build environment is sane... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 188.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
15:36:15 [2022-08-31T15:36:15.075Z] #77 188.7 checking whether make sets $(MAKE)... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 188.9 checking whether make supports the include directive... yes (GNU style)
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.0 checking whether make supports nested variables... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.0 checking whether UID '0' is supported by ustar format... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.0 checking whether GID '0' is supported by ustar format... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.0 checking how to create a ustar tar archive... gnutar
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.1 checking dependency style of gcc... gcc3
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.3 checking whether to enable maintainer-specific portions of Makefiles... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.3 checking whether make supports nested variables... (cached) yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.3 checking for pkg-config... /usr/bin/pkg-config
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.3 checking pkg-config is at least version 0.9.0... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.3 checking for yajl >= 2.1.0... yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.4 checking for a sed that does not truncate output... (cached) /bin/sed
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.4 checking for gcc... (cached) gcc
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.5 checking whether we are using the GNU C compiler... (cached) yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.5 checking whether gcc accepts -g... (cached) yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.5 checking for gcc option to accept ISO C89... (cached) none needed
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.5 checking whether gcc understands -c and -o together... (cached) yes
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.5 checking for a Python interpreter with version >= 3... python3
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.6 checking for python3... /usr/bin/python3
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.6 checking for python3 version... 3.9
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.7 checking for python3 platform... linux
15:36:15 [2022-08-31T15:36:15.075Z] #77 189.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
15:36:15 [2022-08-31T15:36:15.075Z] #77 190.0 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
15:36:15 [2022-08-31T15:36:15.075Z] #77 190.5 checking that generated files are newer than configure... done
15:36:15 [2022-08-31T15:36:15.075Z] #77 190.5 configure: creating ./config.status
15:36:15 [2022-08-31T15:36:15.075Z] #77 195.1 config.status: creating Makefile
15:36:15 [2022-08-31T15:36:15.075Z] #77 195.2 config.status: creating config.h
15:36:15 [2022-08-31T15:36:15.075Z] #77 195.2 config.status: executing libtool commands
15:36:15 [2022-08-31T15:36:15.075Z] #77 195.2 config.status: executing depfiles commands
15:36:15 [2022-08-31T15:36:15.283Z] #21 49.49 Selecting previously unselected package libgpm2:amd64.
15:36:15 [2022-08-31T15:36:15.283Z] #21 49.50 Preparing to unpack .../30-libgpm2_1.20.7-8_amd64.deb ...
15:36:15 [2022-08-31T15:36:15.283Z] #21 49.50 Unpacking libgpm2:amd64 (1.20.7-8) ...
15:36:15 [2022-08-31T15:36:15.283Z] #21 49.57 Selecting previously unselected package libicu67:amd64.
15:36:15 [2022-08-31T15:36:15.283Z] #21 49.58 Preparing to unpack .../31-libicu67_67.1-7_amd64.deb ...
15:36:15 [2022-08-31T15:36:15.283Z] #21 49.58 Unpacking libicu67:amd64 (67.1-7) ...
15:36:15 [2022-08-31T15:36:15.283Z] #21 ...
15:36:15 [2022-08-31T15:36:15.283Z] 
15:36:15 [2022-08-31T15:36:15.283Z] #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
15:36:15 [2022-08-31T15:36:15.283Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.2 checking dynamic linker characteristics... GNU/Linux ld.so
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.6 checking how to hardcode library paths into programs... immediate
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.7 checking whether stripping libraries is possible... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.7 checking if libtool supports shared libraries... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.7 checking whether to build shared libraries... no
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.7 checking whether to build static libraries... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.7 checking for a BSD-compatible install... /usr/bin/install -c
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.8 checking whether build environment is sane... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.8 checking for a thread-safe mkdir -p... /bin/mkdir -p
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.8 checking whether make sets $(MAKE)... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.8 checking whether make supports the include directive... yes (GNU style)
15:36:15 [2022-08-31T15:36:15.283Z] #77 186.9 checking whether make supports nested variables... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.0 checking whether UID '0' is supported by ustar format... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.0 checking whether GID '0' is supported by ustar format... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.0 checking how to create a ustar tar archive... gnutar
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.1 checking dependency style of gcc... gcc3
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.4 checking whether to enable maintainer-specific portions of Makefiles... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.4 checking whether make supports nested variables... (cached) yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.4 checking for pkg-config... /usr/bin/pkg-config
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.4 checking pkg-config is at least version 0.9.0... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.4 checking for yajl >= 2.1.0... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.4 checking for a sed that does not truncate output... (cached) /bin/sed
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.4 checking for gcc... (cached) gcc
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.6 checking whether we are using the GNU C compiler... (cached) yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.6 checking whether gcc accepts -g... (cached) yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.6 checking for gcc option to accept ISO C89... (cached) none needed
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.6 checking whether gcc understands -c and -o together... (cached) yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.6 checking for a Python interpreter with version >= 3... python3
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.7 checking for python3... /usr/bin/python3
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.7 checking for python3 version... 3.9
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.8 checking for python3 platform... linux
15:36:15 [2022-08-31T15:36:15.283Z] #77 187.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
15:36:15 [2022-08-31T15:36:15.283Z] #77 188.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
15:36:15 [2022-08-31T15:36:15.283Z] #77 188.9 checking that generated files are newer than configure... done
15:36:15 [2022-08-31T15:36:15.283Z] #77 188.9 configure: creating ./config.status
15:36:15 [2022-08-31T15:36:15.283Z] #77 193.4 config.status: creating Makefile
15:36:15 [2022-08-31T15:36:15.283Z] #77 193.5 config.status: creating config.h
15:36:15 [2022-08-31T15:36:15.283Z] #77 193.5 config.status: executing libtool commands
15:36:15 [2022-08-31T15:36:15.283Z] #77 193.6 config.status: executing depfiles commands
15:36:15 [2022-08-31T15:36:15.283Z] #77 194.4 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
15:36:15 [2022-08-31T15:36:15.283Z] #77 194.4 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
15:36:15 [2022-08-31T15:36:15.283Z] #77 194.7 checking for gcc... gcc
15:36:15 [2022-08-31T15:36:15.283Z] #77 194.8 checking whether the C compiler works... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 195.0 checking for C compiler default output file name... a.out
15:36:15 [2022-08-31T15:36:15.283Z] #77 195.0 checking for suffix of executables... 
15:36:15 [2022-08-31T15:36:15.283Z] #77 195.3 checking whether we are cross compiling... no
15:36:15 [2022-08-31T15:36:15.283Z] #77 195.4 checking for suffix of object files... o
15:36:15 [2022-08-31T15:36:15.283Z] #77 195.5 checking whether we are using the GNU C compiler... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 195.6 checking whether gcc accepts -g... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 195.7 checking for gcc option to accept ISO C89... none needed
15:36:15 [2022-08-31T15:36:15.283Z] #77 195.9 checking whether gcc understands -c and -o together... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.0 checking for a BSD-compatible install... /usr/bin/install -c
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.1 checking whether build environment is sane... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.1 checking for a thread-safe mkdir -p... /bin/mkdir -p
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.1 checking for gawk... no
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.1 checking for mawk... mawk
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.1 checking whether make sets $(MAKE)... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.2 checking whether make supports the include directive... yes (GNU style)
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.2 checking whether make supports nested variables... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.3 checking whether UID '0' is supported by ustar format... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.3 checking whether GID '0' is supported by ustar format... yes
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.3 checking how to create a ustar tar archive... gnutar
15:36:15 [2022-08-31T15:36:15.283Z] #77 196.3 checking dependency style of gcc... gcc3
15:36:15 [2022-08-31T15:36:15.333Z] #77 ...
15:36:15 [2022-08-31T15:36:15.333Z] 
15:36:15 [2022-08-31T15:36:15.333Z] #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
15:36:15 [2022-08-31T15:36:15.333Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:36:15 [2022-08-31T15:36:15.333Z] #21 48.85 Selecting previously unselected package bzip2.
15:36:15 [2022-08-31T15:36:15.333Z] #21 48.87 Preparing to unpack .../17-bzip2_1.0.8-4_amd64.deb ...
15:36:15 [2022-08-31T15:36:15.333Z] #21 48.89 Unpacking bzip2 (1.0.8-4) ...
15:36:15 [2022-08-31T15:36:15.333Z] #21 49.01 Selecting previously unselected package xz-utils.
15:36:15 [2022-08-31T15:36:15.406Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:36:15 [2022-08-31T15:36:15.541Z] #77 196.5 checking whether to enable maintainer-specific portions of Makefiles... yes
15:36:15 [2022-08-31T15:36:15.541Z] #77 196.5 checking whether make supports nested variables... (cached) yes
15:36:15 [2022-08-31T15:36:15.541Z] #77 196.5 checking build system type... x86_64-pc-linux-gnu
15:36:15 [2022-08-31T15:36:15.590Z] #21 49.02 Preparing to unpack .../18-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
15:36:15 [2022-08-31T15:36:15.590Z] #21 49.02 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
15:36:15 [2022-08-31T15:36:15.590Z] #21 49.27 Selecting previously unselected package apparmor.
15:36:15 [2022-08-31T15:36:15.590Z] #21 49.28 Preparing to unpack .../19-apparmor_2.13.6-10_amd64.deb ...
15:36:15 [2022-08-31T15:36:15.666Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.7 checking host system type... x86_64-pc-linux-gnu
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.7 checking how to print strings... printf
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.8 checking for a sed that does not truncate output... /bin/sed
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.8 checking for grep that handles long lines and -e... /bin/grep
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.8 checking for egrep... /bin/grep -E
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.8 checking for fgrep... /bin/grep -F
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.8 checking for ld used by gcc... /usr/bin/ld
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.8 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.9 checking whether ln -s works... yes
15:36:15 [2022-08-31T15:36:15.799Z] #77 196.9 checking the maximum length of command line arguments... 1572864
15:36:15 [2022-08-31T15:36:15.799Z] #77 197.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
15:36:15 [2022-08-31T15:36:15.799Z] #77 197.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
15:36:15 [2022-08-31T15:36:15.799Z] #77 197.0 checking for /usr/bin/ld option to reload object files... -r
15:36:15 [2022-08-31T15:36:15.799Z] #77 197.0 checking for objdump... objdump
15:36:15 [2022-08-31T15:36:15.799Z] #77 197.0 checking how to recognize dependent libraries... pass_all
15:36:15 [2022-08-31T15:36:15.799Z] #77 197.0 checking for dlltool... no
15:36:15 [2022-08-31T15:36:15.799Z] #77 197.0 checking how to associate runtime and link libraries... printf %s\n
15:36:15 [2022-08-31T15:36:15.799Z] #77 197.0 checking for ar... ar
15:36:15 [2022-08-31T15:36:15.847Z] #21 49.37 Unpacking apparmor (2.13.6-10) ...
15:36:16 [2022-08-31T15:36:16.057Z] #77 197.0 checking for archiver @FILE support... @
15:36:16 [2022-08-31T15:36:16.057Z] #77 197.1 checking for strip... strip
15:36:16 [2022-08-31T15:36:16.057Z] #77 197.1 checking for ranlib... ranlib
15:36:16 [2022-08-31T15:36:16.411Z] #21 50.10 Selecting previously unselected package inetutils-ping.
15:36:16 [2022-08-31T15:36:16.411Z] #21 50.11 Preparing to unpack .../20-inetutils-ping_2%3a2.0-1_amd64.deb ...
15:36:16 [2022-08-31T15:36:16.411Z] #21 50.11 Unpacking inetutils-ping (2:2.0-1) ...
15:36:16 [2022-08-31T15:36:16.624Z] #77 197.1 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:36:16 [2022-08-31T15:36:16.624Z] #77 197.5 checking for sysroot... no
15:36:16 [2022-08-31T15:36:16.624Z] #77 197.5 checking for a working dd... /bin/dd
15:36:16 [2022-08-31T15:36:16.624Z] #77 197.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
15:36:16 [2022-08-31T15:36:16.624Z] #77 197.6 checking for mt... no
15:36:16 [2022-08-31T15:36:16.624Z] #77 197.6 checking if : is a manifest tool... no
15:36:16 [2022-08-31T15:36:16.624Z] #77 197.7 checking how to run the C preprocessor... gcc -E
15:36:16 [2022-08-31T15:36:16.667Z] #21 50.26 Selecting previously unselected package libip6tc2:amd64.
15:36:16 [2022-08-31T15:36:16.667Z] #21 50.27 Preparing to unpack .../21-libip6tc2_1.8.7-1_amd64.deb ...
15:36:16 [2022-08-31T15:36:16.667Z] #21 50.29 Unpacking libip6tc2:amd64 (1.8.7-1) ...
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.37 Selecting previously unselected package libnfnetlink0:amd64.
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.40 Preparing to unpack .../22-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.40 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.48 Selecting previously unselected package libnetfilter-conntrack3:amd64.
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.48 Preparing to unpack .../23-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.50 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.59 Selecting previously unselected package libnftnl11:amd64.
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.59 Preparing to unpack .../24-libnftnl11_1.1.9-1_amd64.deb ...
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.60 Unpacking libnftnl11:amd64 (1.1.9-1) ...
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.67 Selecting previously unselected package iptables.
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.68 Preparing to unpack .../25-iptables_1.8.7-1_amd64.deb ...
15:36:16 [2022-08-31T15:36:16.926Z] #21 50.68 Unpacking iptables (1.8.7-1) ...
15:36:17 [2022-08-31T15:36:17.490Z] #21 51.04 Selecting previously unselected package libonig5:amd64.
15:36:17 [2022-08-31T15:36:17.490Z] #21 51.04 Preparing to unpack .../26-libonig5_6.9.6-1.1_amd64.deb ...
15:36:17 [2022-08-31T15:36:17.490Z] #21 51.05 Unpacking libonig5:amd64 (6.9.6-1.1) ...
15:36:17 [2022-08-31T15:36:17.490Z] #21 51.20 Selecting previously unselected package libjq1:amd64.
15:36:17 [2022-08-31T15:36:17.490Z] #21 51.20 Preparing to unpack .../27-libjq1_1.6-2.1_amd64.deb ...
15:36:17 [2022-08-31T15:36:17.561Z] #77 197.9 checking for ANSI C header files... yes
15:36:17 [2022-08-31T15:36:17.561Z] #77 198.4 checking for sys/types.h... yes
15:36:17 [2022-08-31T15:36:17.561Z] #77 198.5 checking for sys/stat.h... yes
15:36:17 [2022-08-31T15:36:17.747Z] #21 51.21 Unpacking libjq1:amd64 (1.6-2.1) ...
15:36:17 [2022-08-31T15:36:17.747Z] #21 51.33 Selecting previously unselected package jq.
15:36:17 [2022-08-31T15:36:17.747Z] #21 51.33 Preparing to unpack .../28-jq_1.6-2.1_amd64.deb ...
15:36:17 [2022-08-31T15:36:17.747Z] #21 51.35 Unpacking jq (1.6-2.1) ...
15:36:17 [2022-08-31T15:36:17.747Z] #21 51.44 Selecting previously unselected package libaio1:amd64.
15:36:17 [2022-08-31T15:36:17.820Z] #77 198.6 checking for stdlib.h... yes
15:36:17 [2022-08-31T15:36:17.820Z] #77 198.8 checking for string.h... yes
15:36:18 [2022-08-31T15:36:18.004Z] #21 51.44 Preparing to unpack .../29-libaio1_0.3.112-9_amd64.deb ...
15:36:18 [2022-08-31T15:36:18.005Z] #21 51.45 Unpacking libaio1:amd64 (0.3.112-9) ...
15:36:18 [2022-08-31T15:36:18.005Z] #21 51.52 Selecting previously unselected package libgpm2:amd64.
15:36:18 [2022-08-31T15:36:18.005Z] #21 51.53 Preparing to unpack .../30-libgpm2_1.20.7-8_amd64.deb ...
15:36:18 [2022-08-31T15:36:18.005Z] #21 51.53 Unpacking libgpm2:amd64 (1.20.7-8) ...
15:36:18 [2022-08-31T15:36:18.005Z] #21 51.60 Selecting previously unselected package libicu67:amd64.
15:36:18 [2022-08-31T15:36:18.005Z] #21 51.62 Preparing to unpack .../31-libicu67_67.1-7_amd64.deb ...
15:36:18 [2022-08-31T15:36:18.005Z] #21 51.63 Unpacking libicu67:amd64 (67.1-7) ...
15:36:18 [2022-08-31T15:36:18.079Z] #77 199.0 checking for memory.h... yes
15:36:18 [2022-08-31T15:36:18.079Z] #77 199.2 checking for strings.h... yes
15:36:18 [2022-08-31T15:36:18.338Z] #77 199.3 checking for inttypes.h... yes
15:36:18 [2022-08-31T15:36:18.596Z] #77 199.5 checking for stdint.h... yes
15:36:18 [2022-08-31T15:36:18.855Z] #77 199.6 checking for unistd.h... yes
15:36:18 [2022-08-31T15:36:18.855Z] #77 199.8 checking for dlfcn.h... yes
15:36:18 [2022-08-31T15:36:18.855Z] #77 200.0 checking for objdir... .libs
15:36:18 [2022-08-31T15:36:18.973Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:36:19 [2022-08-31T15:36:19.114Z] #77 200.3 checking if gcc supports -fno-rtti -fno-exceptions... 
15:36:19 [2022-08-31T15:36:19.114Z] #77 ...
15:36:19 [2022-08-31T15:36:19.114Z] 
15:36:19 [2022-08-31T15:36:19.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
15:36:19 [2022-08-31T15:36:19.114Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:36:19 [2022-08-31T15:36:19.114Z] #21 53.46 Selecting previously unselected package libinih1:amd64.
15:36:19 [2022-08-31T15:36:19.114Z] #21 53.47 Preparing to unpack .../32-libinih1_53-1+b2_amd64.deb ...
15:36:19 [2022-08-31T15:36:19.114Z] #21 53.47 Unpacking libinih1:amd64 (53-1+b2) ...
15:36:19 [2022-08-31T15:36:19.114Z] #21 53.53 Selecting previously unselected package libmicrohttpd12:amd64.
15:36:19 [2022-08-31T15:36:19.114Z] #21 53.54 Preparing to unpack .../33-libmicrohttpd12_0.9.72-2_amd64.deb ...
15:36:19 [2022-08-31T15:36:19.114Z] #21 53.55 Unpacking libmicrohttpd12:amd64 (0.9.72-2) ...
15:36:19 [2022-08-31T15:36:19.373Z] #21 53.64 Selecting previously unselected package libnet1:amd64.
15:36:19 [2022-08-31T15:36:19.373Z] #21 53.64 Preparing to unpack .../34-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:36:19 [2022-08-31T15:36:19.373Z] #21 53.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:36:19 [2022-08-31T15:36:19.373Z] #21 53.75 Selecting previously unselected package libnl-3-200:amd64.
15:36:19 [2022-08-31T15:36:19.373Z] #21 53.75 Preparing to unpack .../35-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:36:19 [2022-08-31T15:36:19.373Z] #21 53.76 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:36:19 [2022-08-31T15:36:19.373Z] #21 53.85 Selecting previously unselected package libprotobuf-c1:amd64.
15:36:19 [2022-08-31T15:36:19.633Z] #21 53.85 Preparing to unpack .../36-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:36:19 [2022-08-31T15:36:19.633Z] #21 53.85 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:36:19 [2022-08-31T15:36:19.633Z] #21 53.91 Selecting previously unselected package libyajl2:amd64.
15:36:19 [2022-08-31T15:36:19.633Z] #21 53.94 Preparing to unpack .../37-libyajl2_2.1.0-3_amd64.deb ...
15:36:19 [2022-08-31T15:36:19.633Z] #21 53.94 Unpacking libyajl2:amd64 (2.1.0-3) ...
15:36:19 [2022-08-31T15:36:19.633Z] #21 53.99 Selecting previously unselected package net-tools.
15:36:19 [2022-08-31T15:36:19.633Z] #21 54.00 Preparing to unpack .../38-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
15:36:19 [2022-08-31T15:36:19.633Z] #21 54.01 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
15:36:19 [2022-08-31T15:36:19.897Z] #21 54.30 Selecting previously unselected package patch.
15:36:19 [2022-08-31T15:36:19.897Z] #21 54.31 Preparing to unpack .../39-patch_2.7.6-7_amd64.deb ...
15:36:19 [2022-08-31T15:36:19.897Z] #21 54.32 Unpacking patch (2.7.6-7) ...
15:36:19 [2022-08-31T15:36:19.912Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:36:20 [2022-08-31T15:36:20.158Z] #21 54.47 Selecting previously unselected package python-pip-whl.
15:36:20 [2022-08-31T15:36:20.158Z] #21 54.49 Preparing to unpack .../40-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
15:36:20 [2022-08-31T15:36:20.158Z] #21 54.50 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
15:36:20 [2022-08-31T15:36:20.851Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:36:21 [2022-08-31T15:36:21.094Z] #21 55.36 Selecting previously unselected package python3-lib2to3.
15:36:21 [2022-08-31T15:36:21.094Z] #21 55.36 Preparing to unpack .../41-python3-lib2to3_3.9.2-1_all.deb ...
15:36:21 [2022-08-31T15:36:21.094Z] #21 55.37 Unpacking python3-lib2to3 (3.9.2-1) ...
15:36:21 [2022-08-31T15:36:21.094Z] #21 55.46 Selecting previously unselected package python3-distutils.
15:36:21 [2022-08-31T15:36:21.094Z] #21 55.47 Preparing to unpack .../42-python3-distutils_3.9.2-1_all.deb ...
15:36:21 [2022-08-31T15:36:21.094Z] #21 55.48 Unpacking python3-distutils (3.9.2-1) ...
15:36:21 [2022-08-31T15:36:21.353Z] #21 55.64 Selecting previously unselected package python3-pkg-resources.
15:36:21 [2022-08-31T15:36:21.353Z] #21 55.67 Preparing to unpack .../43-python3-pkg-resources_52.0.0-4_all.deb ...
15:36:21 [2022-08-31T15:36:21.353Z] #21 55.68 Unpacking python3-pkg-resources (52.0.0-4) ...
15:36:21 [2022-08-31T15:36:21.612Z] #21 55.86 Selecting previously unselected package python3-setuptools.
15:36:21 [2022-08-31T15:36:21.612Z] #21 55.88 Preparing to unpack .../44-python3-setuptools_52.0.0-4_all.deb ...
15:36:21 [2022-08-31T15:36:21.612Z] #21 55.89 Unpacking python3-setuptools (52.0.0-4) ...
15:36:21 [2022-08-31T15:36:21.790Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:36:21 [2022-08-31T15:36:21.872Z] #21 56.29 Selecting previously unselected package python3-wheel.
15:36:21 [2022-08-31T15:36:21.872Z] #21 56.31 Preparing to unpack .../45-python3-wheel_0.34.2-1_all.deb ...
15:36:21 [2022-08-31T15:36:21.872Z] #21 56.32 Unpacking python3-wheel (0.34.2-1) ...
15:36:22 [2022-08-31T15:36:22.130Z] #21 56.44 Selecting previously unselected package python3-pip.
15:36:22 [2022-08-31T15:36:22.130Z] #21 56.49 Preparing to unpack .../46-python3-pip_20.3.4-4+deb11u1_all.deb ...
15:36:22 [2022-08-31T15:36:22.130Z] #21 56.50 Unpacking python3-pip (20.3.4-4+deb11u1) ...
15:36:22 [2022-08-31T15:36:22.697Z] #21 56.84 Selecting previously unselected package sudo.
15:36:22 [2022-08-31T15:36:22.697Z] #21 56.85 Preparing to unpack .../47-sudo_1.9.5p2-3_amd64.deb ...
15:36:22 [2022-08-31T15:36:22.697Z] #21 56.85 Unpacking sudo (1.9.5p2-3) ...
15:36:23 [2022-08-31T15:36:23.172Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:36:23 [2022-08-31T15:36:23.262Z] #21 ...
15:36:23 [2022-08-31T15:36:23.262Z] 
15:36:23 [2022-08-31T15:36:23.262Z] #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
15:36:23 [2022-08-31T15:36:23.262Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:36:23 [2022-08-31T15:36:23.262Z] #77 196.1 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
15:36:23 [2022-08-31T15:36:23.262Z] #77 196.1 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
15:36:23 [2022-08-31T15:36:23.262Z] #77 196.6 checking for gcc... gcc
15:36:23 [2022-08-31T15:36:23.262Z] #77 196.8 checking whether the C compiler works... yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 197.0 checking for C compiler default output file name... a.out
15:36:23 [2022-08-31T15:36:23.262Z] #77 197.0 checking for suffix of executables... 
15:36:23 [2022-08-31T15:36:23.262Z] #77 197.2 checking whether we are cross compiling... no
15:36:23 [2022-08-31T15:36:23.262Z] #77 197.4 checking for suffix of object files... o
15:36:23 [2022-08-31T15:36:23.262Z] #77 197.5 checking whether we are using the GNU C compiler... yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 197.6 checking whether gcc accepts -g... yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 197.8 checking for gcc option to accept ISO C89... none needed
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.0 checking whether gcc understands -c and -o together... yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.2 checking for a BSD-compatible install... /usr/bin/install -c
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.2 checking whether build environment is sane... yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.2 checking for gawk... no
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.2 checking for mawk... mawk
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.2 checking whether make sets $(MAKE)... yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.3 checking whether make supports the include directive... yes (GNU style)
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.3 checking whether make supports nested variables... yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.4 checking whether UID '0' is supported by ustar format... yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.4 checking whether GID '0' is supported by ustar format... yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.4 checking how to create a ustar tar archive... gnutar
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.4 checking dependency style of gcc... gcc3
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.5 checking whether to enable maintainer-specific portions of Makefiles... yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.5 checking whether make supports nested variables... (cached) yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.6 checking build system type... x86_64-pc-linux-gnu
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.8 checking host system type... x86_64-pc-linux-gnu
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.8 checking how to print strings... printf
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.8 checking for a sed that does not truncate output... /bin/sed
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.9 checking for grep that handles long lines and -e... /bin/grep
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.9 checking for egrep... /bin/grep -E
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.9 checking for fgrep... /bin/grep -F
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.9 checking for ld used by gcc... /usr/bin/ld
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.9 checking if the linker (/usr/bin/ld) is GNU ld... yes
15:36:23 [2022-08-31T15:36:23.262Z] #77 198.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.0 checking the name lister (/usr/bin/nm -B) interface... BSD nm
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.0 checking whether ln -s works... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.0 checking the maximum length of command line arguments... 1572864
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.1 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.1 checking for /usr/bin/ld option to reload object files... -r
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.1 checking for objdump... objdump
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.1 checking how to recognize dependent libraries... pass_all
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.1 checking for dlltool... no
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.1 checking how to associate runtime and link libraries... printf %s\n
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.1 checking for ar... ar
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.1 checking for archiver @FILE support... @
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.3 checking for strip... strip
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.3 checking for ranlib... ranlib
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.3 checking command to parse /usr/bin/nm -B output from gcc object... ok
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.5 checking for sysroot... no
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.5 checking for a working dd... /bin/dd
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.5 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.6 checking for mt... no
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.6 checking if : is a manifest tool... no
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.6 checking how to run the C preprocessor... gcc -E
15:36:23 [2022-08-31T15:36:23.263Z] #77 199.9 checking for ANSI C header files... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 200.4 checking for sys/types.h... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 200.5 checking for sys/stat.h... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 200.6 checking for stdlib.h... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 200.8 checking for string.h... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 201.0 checking for memory.h... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 201.2 checking for strings.h... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 201.4 checking for inttypes.h... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 201.6 checking for stdint.h... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 201.8 checking for unistd.h... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 201.9 checking for dlfcn.h... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 202.1 checking for objdir... .libs
15:36:23 [2022-08-31T15:36:23.263Z] #77 202.6 checking if gcc supports -fno-rtti -fno-exceptions... no
15:36:23 [2022-08-31T15:36:23.263Z] #77 202.7 checking for gcc option to produce PIC... -fPIC -DPIC
15:36:23 [2022-08-31T15:36:23.263Z] #77 202.7 checking if gcc PIC flag -fPIC -DPIC works... yes
15:36:23 [2022-08-31T15:36:23.263Z] #77 202.8 checking if gcc static flag -static works... 
15:36:23 [2022-08-31T15:36:23.263Z] #77 ...
15:36:23 [2022-08-31T15:36:23.263Z] 
15:36:23 [2022-08-31T15:36:23.263Z] #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
15:36:23 [2022-08-31T15:36:23.263Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.26 Selecting previously unselected package libinih1:amd64.
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.26 Preparing to unpack .../32-libinih1_53-1+b2_amd64.deb ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.27 Unpacking libinih1:amd64 (53-1+b2) ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.33 Selecting previously unselected package libmicrohttpd12:amd64.
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.34 Preparing to unpack .../33-libmicrohttpd12_0.9.72-2_amd64.deb ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.34 Unpacking libmicrohttpd12:amd64 (0.9.72-2) ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.48 Selecting previously unselected package libnet1:amd64.
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.51 Preparing to unpack .../34-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.52 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.66 Selecting previously unselected package libnl-3-200:amd64.
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.66 Preparing to unpack .../35-libnl-3-200_3.4.0-1+b1_amd64.deb ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.67 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.77 Selecting previously unselected package libprotobuf-c1:amd64.
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.78 Preparing to unpack .../36-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.79 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.87 Selecting previously unselected package libyajl2:amd64.
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.88 Preparing to unpack .../37-libyajl2_2.1.0-3_amd64.deb ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.89 Unpacking libyajl2:amd64 (2.1.0-3) ...
15:36:23 [2022-08-31T15:36:23.263Z] #21 56.98 Selecting previously unselected package net-tools.
15:36:23 [2022-08-31T15:36:23.265Z] #21 57.59 Selecting previously unselected package systemd-journal-remote.
15:36:23 [2022-08-31T15:36:23.265Z] #21 57.61 Preparing to unpack .../48-systemd-journal-remote_247.3-7_amd64.deb ...
15:36:23 [2022-08-31T15:36:23.265Z] #21 57.62 Unpacking systemd-journal-remote (247.3-7) ...
15:36:23 [2022-08-31T15:36:23.521Z] #21 56.99 Preparing to unpack .../38-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
15:36:23 [2022-08-31T15:36:23.521Z] #21 57.01 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
15:36:23 [2022-08-31T15:36:23.521Z] #21 57.21 Selecting previously unselected package patch.
15:36:23 [2022-08-31T15:36:23.524Z] #21 57.77 Selecting previously unselected package thin-provisioning-tools.
15:36:23 [2022-08-31T15:36:23.524Z] #21 57.78 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-1_amd64.deb ...
15:36:23 [2022-08-31T15:36:23.524Z] #21 57.79 Unpacking thin-provisioning-tools (0.9.0-1) ...
15:36:23 [2022-08-31T15:36:23.779Z] #21 57.23 Preparing to unpack .../39-patch_2.7.6-7_amd64.deb ...
15:36:23 [2022-08-31T15:36:23.779Z] #21 57.24 Unpacking patch (2.7.6-7) ...
15:36:23 [2022-08-31T15:36:23.779Z] #21 57.40 Selecting previously unselected package python-pip-whl.
15:36:23 [2022-08-31T15:36:23.779Z] #21 57.43 Preparing to unpack .../40-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
15:36:23 [2022-08-31T15:36:23.779Z] #21 57.44 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
15:36:23 [2022-08-31T15:36:23.785Z] #21 58.14 Selecting previously unselected package uidmap.
15:36:23 [2022-08-31T15:36:23.785Z] #21 58.17 Preparing to unpack .../50-uidmap_1%3a4.8.1-1_amd64.deb ...
15:36:23 [2022-08-31T15:36:23.785Z] #21 58.17 Unpacking uidmap (1:4.8.1-1) ...
15:36:24 [2022-08-31T15:36:24.044Z] #21 58.41 Selecting previously unselected package vim-runtime.
15:36:24 [2022-08-31T15:36:24.044Z] #21 58.42 Preparing to unpack .../51-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
15:36:24 [2022-08-31T15:36:24.044Z] #21 58.46 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
15:36:24 [2022-08-31T15:36:24.044Z] #21 58.49 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
15:36:24 [2022-08-31T15:36:24.044Z] #21 58.50 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
15:36:24 [2022-08-31T15:36:24.111Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:36:24 [2022-08-31T15:36:24.726Z] #21 58.34 Selecting previously unselected package python3-lib2to3.
15:36:24 [2022-08-31T15:36:24.726Z] #21 58.36 Preparing to unpack .../41-python3-lib2to3_3.9.2-1_all.deb ...
15:36:24 [2022-08-31T15:36:24.726Z] #21 58.38 Unpacking python3-lib2to3 (3.9.2-1) ...
15:36:24 [2022-08-31T15:36:24.726Z] #21 58.52 Selecting previously unselected package python3-distutils.
15:36:24 [2022-08-31T15:36:24.983Z] #21 58.53 Preparing to unpack .../42-python3-distutils_3.9.2-1_all.deb ...
15:36:24 [2022-08-31T15:36:24.983Z] #21 58.54 Unpacking python3-distutils (3.9.2-1) ...
15:36:25 [2022-08-31T15:36:25.054Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:36:25 [2022-08-31T15:36:25.244Z] #21 58.73 Selecting previously unselected package python3-pkg-resources.
15:36:25 [2022-08-31T15:36:25.244Z] #21 58.74 Preparing to unpack .../43-python3-pkg-resources_52.0.0-4_all.deb ...
15:36:25 [2022-08-31T15:36:25.244Z] #21 58.74 Unpacking python3-pkg-resources (52.0.0-4) ...
15:36:25 [2022-08-31T15:36:25.501Z] #21 58.95 Selecting previously unselected package python3-setuptools.
15:36:25 [2022-08-31T15:36:25.501Z] #21 58.95 Preparing to unpack .../44-python3-setuptools_52.0.0-4_all.deb ...
15:36:25 [2022-08-31T15:36:25.501Z] #21 58.96 Unpacking python3-setuptools (52.0.0-4) ...
15:36:25 [2022-08-31T15:36:25.802Z] #21 59.34 Selecting previously unselected package python3-wheel.
15:36:25 [2022-08-31T15:36:25.802Z] #21 59.35 Preparing to unpack .../45-python3-wheel_0.34.2-1_all.deb ...
15:36:25 [2022-08-31T15:36:25.802Z] #21 59.35 Unpacking python3-wheel (0.34.2-1) ...
15:36:26 [2022-08-31T15:36:26.074Z] #21 59.45 Selecting previously unselected package python3-pip.
15:36:26 [2022-08-31T15:36:26.074Z] #21 59.47 Preparing to unpack .../46-python3-pip_20.3.4-4+deb11u1_all.deb ...
15:36:26 [2022-08-31T15:36:26.074Z] #21 59.49 Unpacking python3-pip (20.3.4-4+deb11u1) ...
15:36:26 [2022-08-31T15:36:26.332Z] #21 60.01 Selecting previously unselected package sudo.
15:36:26 [2022-08-31T15:36:26.592Z] #21 60.02 Preparing to unpack .../47-sudo_1.9.5p2-3_amd64.deb ...
15:36:26 [2022-08-31T15:36:26.592Z] #21 60.03 Unpacking sudo (1.9.5p2-3) ...
15:36:26 [2022-08-31T15:36:26.962Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.44s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.75s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.31s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.29s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.54s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.49s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.19s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.13s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.89s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.83s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.10s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.28s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.95s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.78s)
15:36:26 [2022-08-31T15:36:26.963Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.75s)
15:36:26 [2022-08-31T15:36:26.963Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
15:36:26 [2022-08-31T15:36:26.963Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
15:36:27 [2022-08-31T15:36:27.524Z] #21 61.23 Selecting previously unselected package systemd-journal-remote.
15:36:27 [2022-08-31T15:36:27.524Z] #21 61.23 Preparing to unpack .../48-systemd-journal-remote_247.3-7_amd64.deb ...
15:36:27 [2022-08-31T15:36:27.524Z] #21 61.23 Unpacking systemd-journal-remote (247.3-7) ...
15:36:27 [2022-08-31T15:36:27.782Z] #21 61.39 Selecting previously unselected package thin-provisioning-tools.
15:36:27 [2022-08-31T15:36:27.782Z] #21 61.40 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-1_amd64.deb ...
15:36:27 [2022-08-31T15:36:27.782Z] #21 61.40 Unpacking thin-provisioning-tools (0.9.0-1) ...
15:36:27 [2022-08-31T15:36:27.900Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
15:36:28 [2022-08-31T15:36:28.345Z] #21 61.76 Selecting previously unselected package uidmap.
15:36:28 [2022-08-31T15:36:28.345Z] #21 61.76 Preparing to unpack .../50-uidmap_1%3a4.8.1-1_amd64.deb ...
15:36:28 [2022-08-31T15:36:28.345Z] #21 61.77 Unpacking uidmap (1:4.8.1-1) ...
15:36:28 [2022-08-31T15:36:28.602Z] #21 62.19 Selecting previously unselected package vim-runtime.
15:36:28 [2022-08-31T15:36:28.602Z] #21 62.23 Preparing to unpack .../51-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
15:36:28 [2022-08-31T15:36:28.839Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (2.02s)
15:36:28 [2022-08-31T15:36:28.840Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.99s)
15:36:28 [2022-08-31T15:36:28.840Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.03s)
15:36:28 [2022-08-31T15:36:28.840Z] === RUN   TestCgroupNamespacesRun
15:36:28 [2022-08-31T15:36:28.859Z] #21 62.35 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
15:36:28 [2022-08-31T15:36:28.859Z] #21 62.37 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
15:36:28 [2022-08-31T15:36:28.859Z] #21 62.41 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
15:36:29 [2022-08-31T15:36:29.326Z] #21 63.63 Selecting previously unselected package vim.
15:36:29 [2022-08-31T15:36:29.326Z] #21 63.64 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:36:29 [2022-08-31T15:36:29.326Z] #21 63.67 Unpacking vim (2:8.2.2434-3+deb11u1) ...
15:36:29 [2022-08-31T15:36:29.326Z] #21 ...
15:36:29 [2022-08-31T15:36:29.326Z] 
15:36:29 [2022-08-31T15:36:29.326Z] #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
15:36:29 [2022-08-31T15:36:29.326Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:36:29 [2022-08-31T15:36:29.326Z] #77 200.3 checking if gcc supports -fno-rtti -fno-exceptions... no
15:36:29 [2022-08-31T15:36:29.326Z] #77 200.4 checking for gcc option to produce PIC... -fPIC -DPIC
15:36:29 [2022-08-31T15:36:29.326Z] #77 200.4 checking if gcc PIC flag -fPIC -DPIC works... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 200.5 checking if gcc static flag -static works... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 200.9 checking if gcc supports -c -o file.o... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.1 checking if gcc supports -c -o file.o... (cached) yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.1 checking dynamic linker characteristics... GNU/Linux ld.so
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.5 checking how to hardcode library paths into programs... immediate
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.5 checking whether stripping libraries is possible... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.5 checking if libtool supports shared libraries... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.5 checking whether to build shared libraries... no
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.5 checking whether to build static libraries... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.5 checking float.h usability... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.7 checking float.h presence... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.7 checking for float.h... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 201.8 checking limits.h usability... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.0 checking limits.h presence... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.0 checking for limits.h... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.0 checking stddef.h usability... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.2 checking stddef.h presence... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.3 checking for stddef.h... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.3 checking for stdlib.h... (cached) yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.3 checking for string.h... (cached) yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.3 checking sys/time.h usability... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.5 checking sys/time.h presence... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.5 checking for sys/time.h... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.5 checking for inline... inline
15:36:29 [2022-08-31T15:36:29.326Z] #77 202.7 checking for size_t... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 203.0 checking for stdlib.h... (cached) yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 203.0 checking for GNU libc compatible malloc... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 203.2 checking for stdlib.h... (cached) yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 203.2 checking for GNU libc compatible realloc... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 203.5 checking for working strtod... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 203.8 checking for gettimeofday... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 204.1 checking for memset... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 204.3 checking for strspn... yes
15:36:29 [2022-08-31T15:36:29.326Z] #77 204.8 checking that generated files are newer than configure... done
15:36:29 [2022-08-31T15:36:29.326Z] #77 204.8 configure: creating ./config.status
15:36:29 [2022-08-31T15:36:29.326Z] #77 207.2 config.status: creating Makefile
15:36:29 [2022-08-31T15:36:29.326Z] #77 207.3 config.status: creating config.h
15:36:29 [2022-08-31T15:36:29.326Z] #77 207.4 config.status: executing depfiles commands
15:36:29 [2022-08-31T15:36:29.326Z] #77 207.5 config.status: executing libtool commands
15:36:29 [2022-08-31T15:36:29.326Z] #77 209.6   GEN      .version
15:36:29 [2022-08-31T15:36:29.326Z] #77 209.7 make  install-recursive
15:36:29 [2022-08-31T15:36:29.326Z] #77 209.7 make[1]: Entering directory '/tmp/crun-build'
15:36:29 [2022-08-31T15:36:29.326Z] #77 210.0 Making install in libocispec
15:36:29 [2022-08-31T15:36:29.326Z] #77 210.1 make[2]: Entering directory '/tmp/crun-build/libocispec'
15:36:29 [2022-08-31T15:36:29.326Z] #77 210.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
15:36:29 [2022-08-31T15:36:29.326Z] #77 210.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
15:36:29 [2022-08-31T15:36:29.326Z] #77 210.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
15:36:29 [2022-08-31T15:36:29.326Z] #77 210.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
15:36:30 [2022-08-31T15:36:30.220Z] --- PASS: TestCgroupNamespacesRun (1.28s)
15:36:30 [2022-08-31T15:36:30.220Z] === RUN   TestCgroupNamespacesRunPrivileged
15:36:30 [2022-08-31T15:36:30.220Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
15:36:30 [2022-08-31T15:36:30.220Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
15:36:30 [2022-08-31T15:36:30.220Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
15:36:30 [2022-08-31T15:36:30.262Z] #77 ...
15:36:30 [2022-08-31T15:36:30.262Z] 
15:36:30 [2022-08-31T15:36:30.262Z] #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
15:36:30 [2022-08-31T15:36:30.262Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:36:30 [2022-08-31T15:36:30.262Z] #21 64.72 Selecting previously unselected package xfsprogs.
15:36:30 [2022-08-31T15:36:30.262Z] #21 64.73 Preparing to unpack .../53-xfsprogs_5.10.0-4_amd64.deb ...
15:36:30 [2022-08-31T15:36:30.520Z] #21 64.73 Unpacking xfsprogs (5.10.0-4) ...
15:36:31 [2022-08-31T15:36:31.162Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.27s)
15:36:31 [2022-08-31T15:36:31.162Z] === RUN   TestCgroupNamespacesRunHostMode
15:36:31 [2022-08-31T15:36:31.456Z] #21 65.70 Selecting previously unselected package zip.
15:36:31 [2022-08-31T15:36:31.456Z] #21 65.70 Preparing to unpack .../54-zip_3.0-12_amd64.deb ...
15:36:31 [2022-08-31T15:36:31.456Z] #21 65.70 Unpacking zip (3.0-12) ...
15:36:31 [2022-08-31T15:36:31.715Z] #21 66.02 Selecting previously unselected package zstd.
15:36:31 [2022-08-31T15:36:31.715Z] #21 66.03 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_amd64.deb ...
15:36:31 [2022-08-31T15:36:31.715Z] #21 66.03 Unpacking zstd (1.4.8+dfsg-2.1) ...
15:36:31 [2022-08-31T15:36:31.975Z] #21 66.50 Setting up python3-pkg-resources (52.0.0-4) ...
15:36:32 [2022-08-31T15:36:32.543Z] --- PASS: TestCgroupNamespacesRunHostMode (1.27s)
15:36:32 [2022-08-31T15:36:32.543Z] === RUN   TestCgroupNamespacesRunPrivateMode
15:36:33 [2022-08-31T15:36:33.033Z] #21 ...
15:36:33 [2022-08-31T15:36:33.033Z] 
15:36:33 [2022-08-31T15:36:33.033Z] #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
15:36:33 [2022-08-31T15:36:33.034Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:36:33 [2022-08-31T15:36:33.034Z] #77 202.8 checking if gcc static flag -static works... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 203.3 checking if gcc supports -c -o file.o... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 203.4 checking if gcc supports -c -o file.o... (cached) yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 203.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 203.5 checking dynamic linker characteristics... GNU/Linux ld.so
15:36:33 [2022-08-31T15:36:33.034Z] #77 203.7 checking how to hardcode library paths into programs... immediate
15:36:33 [2022-08-31T15:36:33.034Z] #77 203.7 checking whether stripping libraries is possible... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 203.7 checking if libtool supports shared libraries... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 203.7 checking whether to build shared libraries... no
15:36:33 [2022-08-31T15:36:33.034Z] #77 203.7 checking whether to build static libraries... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 203.7 checking float.h usability... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 204.0 checking float.h presence... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 204.0 checking for float.h... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 204.1 checking limits.h usability... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 204.3 checking limits.h presence... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 204.4 checking for limits.h... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 204.4 checking stddef.h usability... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 204.7 checking stddef.h presence... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 204.8 checking for stddef.h... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 204.8 checking for stdlib.h... (cached) yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 204.9 checking for string.h... (cached) yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 204.9 checking sys/time.h usability... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 205.1 checking sys/time.h presence... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 205.2 checking for sys/time.h... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 205.2 checking for inline... inline
15:36:33 [2022-08-31T15:36:33.034Z] #77 205.3 checking for size_t... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 205.8 checking for stdlib.h... (cached) yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 205.8 checking for GNU libc compatible malloc... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 206.1 checking for stdlib.h... (cached) yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 206.1 checking for GNU libc compatible realloc... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 206.3 checking for working strtod... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 206.8 checking for gettimeofday... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 207.2 checking for memset... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 207.5 checking for strspn... yes
15:36:33 [2022-08-31T15:36:33.034Z] #77 208.1 checking that generated files are newer than configure... done
15:36:33 [2022-08-31T15:36:33.034Z] #77 208.1 configure: creating ./config.status
15:36:33 [2022-08-31T15:36:33.034Z] #77 213.2 config.status: creating Makefile
15:36:33 [2022-08-31T15:36:33.034Z] #77 213.3 config.status: creating config.h
15:36:33 [2022-08-31T15:36:33.034Z] #77 213.4 config.status: executing depfiles commands
15:36:33 [2022-08-31T15:36:33.291Z] #77 213.6 config.status: executing libtool commands
15:36:33 [2022-08-31T15:36:33.879Z] #21 67.82 Setting up libip4tc2:amd64 (1.8.7-1) ...
15:36:33 [2022-08-31T15:36:33.879Z] #21 67.84 Setting up net-tools (1.60+git20181103.0eebece-1) ...
15:36:33 [2022-08-31T15:36:33.879Z] #21 67.89 Setting up libgpm2:amd64 (1.20.7-8) ...
15:36:33 [2022-08-31T15:36:33.879Z] #21 67.96 Setting up libicu67:amd64 (67.1-7) ...
15:36:33 [2022-08-31T15:36:33.879Z] #21 68.03 Setting up libip6tc2:amd64 (1.8.7-1) ...
15:36:33 [2022-08-31T15:36:33.879Z] #21 68.07 Setting up libinih1:amd64 (53-1+b2) ...
15:36:33 [2022-08-31T15:36:33.879Z] #21 68.10 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
15:36:33 [2022-08-31T15:36:33.879Z] #21 68.15 Setting up uidmap (1:4.8.1-1) ...
15:36:33 [2022-08-31T15:36:33.879Z] #21 68.20 Setting up libyajl2:amd64 (2.1.0-3) ...
15:36:33 [2022-08-31T15:36:33.879Z] #21 68.24 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:36:33 [2022-08-31T15:36:33.879Z] #21 68.27 Setting up bzip2 (1.0.8-4) ...
15:36:33 [2022-08-31T15:36:33.923Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.39s)
15:36:33 [2022-08-31T15:36:33.923Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
15:36:34 [2022-08-31T15:36:34.138Z] #21 68.30 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:36:34 [2022-08-31T15:36:34.138Z] #21 68.32 Setting up python3-wheel (0.34.2-1) ...
15:36:35 [2022-08-31T15:36:35.184Z] #77 215.3   GEN      .version
15:36:35 [2022-08-31T15:36:35.184Z] #77 215.3 make  install-recursive
15:36:35 [2022-08-31T15:36:35.184Z] #77 215.3 make[1]: Entering directory '/tmp/crun-build'
15:36:35 [2022-08-31T15:36:35.184Z] #77 ...
15:36:35 [2022-08-31T15:36:35.184Z] 
15:36:35 [2022-08-31T15:36:35.184Z] #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
15:36:35 [2022-08-31T15:36:35.184Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:36:35 [2022-08-31T15:36:35.184Z] #21 68.44 Selecting previously unselected package vim.
15:36:35 [2022-08-31T15:36:35.184Z] #21 68.45 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
15:36:35 [2022-08-31T15:36:35.184Z] #21 68.46 Unpacking vim (2:8.2.2434-3+deb11u1) ...
15:36:35 [2022-08-31T15:36:35.303Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.25s)
15:36:35 [2022-08-31T15:36:35.303Z] === RUN   TestCgroupNamespacesRunInvalidMode
15:36:35 [2022-08-31T15:36:35.515Z] #21 69.75 Setting up libmicrohttpd12:amd64 (0.9.72-2) ...
15:36:35 [2022-08-31T15:36:35.515Z] #21 69.76 Setting up xxd (2:8.2.2434-3+deb11u1) ...
15:36:35 [2022-08-31T15:36:35.515Z] #21 69.78 Setting up libcap2:amd64 (1:2.44-1) ...
15:36:35 [2022-08-31T15:36:35.515Z] #21 69.79 Setting up libcap2-bin (1:2.44-1) ...
15:36:35 [2022-08-31T15:36:35.515Z] #21 69.80 Setting up apparmor (2.13.6-10) ...
15:36:35 [2022-08-31T15:36:35.748Z] #21 69.33 Selecting previously unselected package xfsprogs.
15:36:35 [2022-08-31T15:36:35.748Z] #21 69.33 Preparing to unpack .../53-xfsprogs_5.10.0-4_amd64.deb ...
15:36:35 [2022-08-31T15:36:35.748Z] #21 69.34 Unpacking xfsprogs (5.10.0-4) ...
15:36:35 [2022-08-31T15:36:35.872Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
15:36:35 [2022-08-31T15:36:35.872Z] === RUN   TestCgroupNamespacesRunOlderClient
15:36:36 [2022-08-31T15:36:36.312Z] #21 69.94 Selecting previously unselected package zip.
15:36:36 [2022-08-31T15:36:36.312Z] #21 69.94 Preparing to unpack .../54-zip_3.0-12_amd64.deb ...
15:36:36 [2022-08-31T15:36:36.312Z] #21 69.94 Unpacking zip (3.0-12) ...
15:36:36 [2022-08-31T15:36:36.569Z] #21 70.18 Selecting previously unselected package zstd.
15:36:36 [2022-08-31T15:36:36.569Z] #21 70.19 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_amd64.deb ...
15:36:36 [2022-08-31T15:36:36.569Z] #21 70.20 Unpacking zstd (1.4.8+dfsg-2.1) ...
15:36:37 [2022-08-31T15:36:37.135Z] #21 70.68 Setting up python3-pkg-resources (52.0.0-4) ...
15:36:37 [2022-08-31T15:36:37.254Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.29s)
15:36:37 [2022-08-31T15:36:37.254Z] === RUN   TestNISDomainname
15:36:37 [2022-08-31T15:36:37.823Z] --- PASS: TestNISDomainname (0.60s)
15:36:37 [2022-08-31T15:36:37.823Z] === RUN   TestHostnameDnsResolution
15:36:38 [2022-08-31T15:36:38.048Z] #21 72.01 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service โ†’ /lib/systemd/system/apparmor.service.
15:36:38 [2022-08-31T15:36:38.048Z] #21 72.10 Setting up zip (3.0-12) ...
15:36:38 [2022-08-31T15:36:38.048Z] #21 72.11 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
15:36:38 [2022-08-31T15:36:38.048Z] #21 72.17 Setting up bash-completion (1:2.11-2) ...
15:36:38 [2022-08-31T15:36:38.393Z] --- PASS: TestHostnameDnsResolution (0.73s)
15:36:38 [2022-08-31T15:36:38.393Z] === RUN   TestUnprivilegedPortsAndPing
15:36:38 [2022-08-31T15:36:38.695Z] #89 exporting layers 24.8s done
15:36:38 [2022-08-31T15:36:38.695Z] #89 writing image sha256:2b22e6bc91ce19e35398c1e8b88bdcb39acf82d2a9e19eb544b50c59cb6dbb07 done
15:36:38 [2022-08-31T15:36:38.695Z] #89 naming to docker.io/library/docker:5591187178010bd407f0784bf83909ec395d7b97 done
15:36:38 [2022-08-31T15:36:38.695Z] #89 DONE 24.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
15:36:38 [2022-08-31T15:36:38.964Z] --- PASS: TestUnprivilegedPortsAndPing (0.61s)
15:36:38 [2022-08-31T15:36:38.964Z] === RUN   TestPrivilegedHostDevices
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.37 Setting up libip4tc2:amd64 (1.8.7-1) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.39 Setting up net-tools (1.60+git20181103.0eebece-1) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.41 Setting up libgpm2:amd64 (1.20.7-8) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.43 Setting up libicu67:amd64 (67.1-7) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.44 Setting up libip6tc2:amd64 (1.8.7-1) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.45 Setting up libinih1:amd64 (53-1+b2) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.47 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.48 Setting up uidmap (1:4.8.1-1) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.49 Setting up libyajl2:amd64 (2.1.0-3) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.51 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.52 Setting up bzip2 (1.0.8-4) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.53 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
15:36:39 [2022-08-31T15:36:39.029Z] #21 72.55 Setting up python3-wheel (0.34.2-1) ...
15:36:39 [2022-08-31T15:36:39.031Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44068/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5591187178010bd407f0784bf83909ec395d7b97 hack/validate/default
15:36:39 [2022-08-31T15:36:39.534Z] --- PASS: TestPrivilegedHostDevices (0.55s)
15:36:39 [2022-08-31T15:36:39.534Z] === RUN   TestRunConsoleSize
15:36:39 [2022-08-31T15:36:39.968Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:36:39 [2022-08-31T15:36:39.968Z] Congratulations! yamllint config file formatted correctly
15:36:39 [2022-08-31T15:36:39.968Z] Congratulations! YAML files are formatted correctly
15:36:39 [2022-08-31T15:36:39.968Z] No api/types/ or api/swagger.yaml changes in diff.
15:36:39 [2022-08-31T15:36:39.968Z] Congratulations!  All TOML source files changed here have valid syntax.
15:36:39 [2022-08-31T15:36:39.968Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:36:39 [2022-08-31T15:36:39.968Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:36:39 [2022-08-31T15:36:39.968Z] 
15:36:39 [2022-08-31T15:36:39.968Z] INFO Start validation with golang-ci-lint
15:36:40 [2022-08-31T15:36:40.111Z] --- PASS: TestRunConsoleSize (0.51s)
15:36:40 [2022-08-31T15:36:40.112Z] === RUN   TestRunWithAlternativeContainerdShim
15:36:40 [2022-08-31T15:36:40.399Z] #21 74.04 Setting up libmicrohttpd12:amd64 (0.9.72-2) ...
15:36:40 [2022-08-31T15:36:40.399Z] #21 74.05 Setting up xxd (2:8.2.2434-3+deb11u1) ...
15:36:40 [2022-08-31T15:36:40.399Z] #21 74.06 Setting up libcap2:amd64 (1:2.44-1) ...
15:36:40 [2022-08-31T15:36:40.399Z] #21 74.07 Setting up libcap2-bin (1:2.44-1) ...
15:36:40 [2022-08-31T15:36:40.399Z] #21 74.08 Setting up apparmor (2.13.6-10) ...
15:36:40 [2022-08-31T15:36:40.584Z] #21 ...
15:36:40 [2022-08-31T15:36:40.584Z] 
15:36:40 [2022-08-31T15:36:40.584Z] #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
15:36:40 [2022-08-31T15:36:40.584Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:36:40 [2022-08-31T15:36:40.584Z] #77 211.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 211.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 211.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 211.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 211.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 211.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 211.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 211.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 211.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 212.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 212.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 212.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 212.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 212.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 212.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 212.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.5 make  install-recursive
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.5 make[3]: Entering directory '/tmp/crun-build/libocispec'
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.7 Making install in yajl
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.7 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.8   CC       src/libyajl_la-yajl_alloc.lo
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.8   CC       verify/json_verify-json_verify.o
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.8   CC       src/libyajl_la-yajl.lo
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.8   CC       src/libyajl_la-yajl_gen.lo
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.9   CC       src/libyajl_la-yajl_parser.lo
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.9   CC       src/libyajl_la-yajl_buf.lo
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.9   CC       src/libyajl_la-yajl_encode.lo
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.9   CC       src/libyajl_la-yajl_lex.lo
15:36:40 [2022-08-31T15:36:40.584Z] #77 213.9   CC       src/libyajl_la-yajl_tree.lo
15:36:40 [2022-08-31T15:36:40.905Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:36:40 [2022-08-31T15:36:40.905Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
15:36:40 [2022-08-31T15:36:40.905Z] INFO [loader] Using build tags: [ journald]       
15:36:41 [2022-08-31T15:36:41.964Z] #77 222.9   CCLD     libyajl.la
15:36:42 [2022-08-31T15:36:42.532Z] #77 223.7   CCLD     verify/json_verify
15:36:42 [2022-08-31T15:36:42.532Z] #77 ...
15:36:42 [2022-08-31T15:36:42.532Z] 
15:36:42 [2022-08-31T15:36:42.533Z] #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
15:36:42 [2022-08-31T15:36:42.533Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:36:42 [2022-08-31T15:36:42.533Z] #21 76.96 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
15:36:42 [2022-08-31T15:36:42.533Z] #21 77.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:36:42 [2022-08-31T15:36:42.533Z] #21 77.04 Setting up libmnl0:amd64 (1.0.4-3) ...
15:36:42 [2022-08-31T15:36:42.649Z] --- PASS: TestRunWithAlternativeContainerdShim (2.16s)
15:36:42 [2022-08-31T15:36:42.649Z] === RUN   TestStats
15:36:42 [2022-08-31T15:36:42.791Z] #21 77.09 Setting up patch (2.7.6-7) ...
15:36:42 [2022-08-31T15:36:42.791Z] #21 77.15 Setting up sudo (1.9.5p2-3) ...
15:36:42 [2022-08-31T15:36:42.929Z] #21 76.18 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service โ†’ /lib/systemd/system/apparmor.service.
15:36:42 [2022-08-31T15:36:42.929Z] #21 76.35 Setting up zip (3.0-12) ...
15:36:42 [2022-08-31T15:36:42.929Z] #21 76.36 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
15:36:42 [2022-08-31T15:36:42.929Z] #21 76.40 Setting up bash-completion (1:2.11-2) ...
15:36:43 [2022-08-31T15:36:43.051Z] #21 77.32 invoke-rc.d: could not determine current runlevel
15:36:43 [2022-08-31T15:36:43.051Z] #21 77.34 invoke-rc.d: policy-rc.d denied execution of start.
15:36:43 [2022-08-31T15:36:43.051Z] #21 77.38 Setting up xfsprogs (5.10.0-4) ...
15:36:43 [2022-08-31T15:36:43.051Z] #21 77.41 System has not been booted with systemd as init system (PID 1). Can't operate.
15:36:43 [2022-08-31T15:36:43.051Z] #21 77.41 Failed to connect to bus: Host is down
15:36:43 [2022-08-31T15:36:43.051Z] #21 77.41 Setting up libxtables12:amd64 (1.8.7-1) ...
15:36:43 [2022-08-31T15:36:43.051Z] #21 77.45 Setting up inetutils-ping (2:2.0-1) ...
15:36:43 [2022-08-31T15:36:43.051Z] #21 77.47 Setting up pigz (2.6-1) ...
15:36:43 [2022-08-31T15:36:43.051Z] #21 77.50 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:36:43 [2022-08-31T15:36:43.051Z] #21 77.52 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:36:43 [2022-08-31T15:36:43.310Z] #21 77.57 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
15:36:43 [2022-08-31T15:36:43.310Z] #21 77.60 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
15:36:44 [2022-08-31T15:36:44.688Z] #21 78.79 Setting up libaio1:amd64 (0.3.112-9) ...
15:36:44 [2022-08-31T15:36:44.688Z] #21 78.82 Setting up python3-lib2to3 (3.9.2-1) ...
15:36:45 [2022-08-31T15:36:45.187Z] --- PASS: TestStats (2.56s)
15:36:45 [2022-08-31T15:36:45.187Z] === RUN   TestStopContainerWithTimeout
15:36:45 [2022-08-31T15:36:45.187Z] === RUN   TestStopContainerWithTimeout/0
15:36:45 [2022-08-31T15:36:45.187Z] === PAUSE TestStopContainerWithTimeout/0
15:36:45 [2022-08-31T15:36:45.187Z] === RUN   TestStopContainerWithTimeout/1
15:36:45 [2022-08-31T15:36:45.187Z] === PAUSE TestStopContainerWithTimeout/1
15:36:45 [2022-08-31T15:36:45.187Z] === RUN   TestStopContainerWithTimeout/3
15:36:45 [2022-08-31T15:36:45.187Z] === PAUSE TestStopContainerWithTimeout/3
15:36:45 [2022-08-31T15:36:45.187Z] === RUN   TestStopContainerWithTimeout/-1
15:36:45 [2022-08-31T15:36:45.187Z] === PAUSE TestStopContainerWithTimeout/-1
15:36:45 [2022-08-31T15:36:45.187Z] === CONT  TestStopContainerWithTimeout/0
15:36:45 [2022-08-31T15:36:45.187Z] === CONT  TestStopContainerWithTimeout/-1
15:36:45 [2022-08-31T15:36:45.259Z] #21 79.67 Setting up libelf1:amd64 (0.183-1) ...
15:36:45 [2022-08-31T15:36:45.259Z] #21 79.68 Setting up libjson-c5:amd64 (0.15-2) ...
15:36:45 [2022-08-31T15:36:45.259Z] #21 79.70 Setting up zstd (1.4.8+dfsg-2.1) ...
15:36:45 [2022-08-31T15:36:45.259Z] #21 79.71 Setting up libonig5:amd64 (6.9.6-1.1) ...
15:36:45 [2022-08-31T15:36:45.259Z] #21 79.72 Setting up libkmod2:amd64 (28-1) ...
15:36:45 [2022-08-31T15:36:45.259Z] #21 79.73 Setting up python3-distutils (3.9.2-1) ...
15:36:45 [2022-08-31T15:36:45.452Z] #21 ...
15:36:45 [2022-08-31T15:36:45.452Z] 
15:36:45 [2022-08-31T15:36:45.452Z] #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
15:36:45 [2022-08-31T15:36:45.452Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:36:45 [2022-08-31T15:36:45.452Z] #77 215.5 Making install in libocispec
15:36:45 [2022-08-31T15:36:45.452Z] #77 215.6 make[2]: Entering directory '/tmp/crun-build/libocispec'
15:36:45 [2022-08-31T15:36:45.452Z] #77 215.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
15:36:45 [2022-08-31T15:36:45.452Z] #77 215.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
15:36:45 [2022-08-31T15:36:45.452Z] #77 215.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
15:36:45 [2022-08-31T15:36:45.452Z] #77 215.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
15:36:45 [2022-08-31T15:36:45.452Z] #77 216.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 217.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.4 make  install-recursive
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.5 make[3]: Entering directory '/tmp/crun-build/libocispec'
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.6 Making install in yajl
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.7 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.7   CC       verify/json_verify-json_verify.o
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.7   CC       src/libyajl_la-yajl_alloc.lo
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.7   CC       src/libyajl_la-yajl.lo
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.7   CC       src/libyajl_la-yajl_gen.lo
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.8   CC       src/libyajl_la-yajl_parser.lo
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.8   CC       src/libyajl_la-yajl_buf.lo
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.8   CC       src/libyajl_la-yajl_encode.lo
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.9   CC       src/libyajl_la-yajl_lex.lo
15:36:45 [2022-08-31T15:36:45.452Z] #77 219.9   CC       src/libyajl_la-yajl_tree.lo
15:36:45 [2022-08-31T15:36:45.756Z] === CONT  TestStopContainerWithTimeout/3
15:36:45 [2022-08-31T15:36:45.827Z] #21 80.28 Setting up vim (2:8.2.2434-3+deb11u1) ...
15:36:45 [2022-08-31T15:36:45.827Z] #21 80.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
15:36:46 [2022-08-31T15:36:46.086Z] #21 80.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
15:36:46 [2022-08-31T15:36:46.086Z] #21 80.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
15:36:46 [2022-08-31T15:36:46.086Z] #21 80.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
15:36:46 [2022-08-31T15:36:46.086Z] #21 80.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
15:36:46 [2022-08-31T15:36:46.086Z] #21 80.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
15:36:46 [2022-08-31T15:36:46.086Z] #21 80.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
15:36:46 [2022-08-31T15:36:46.086Z] #21 80.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
15:36:46 [2022-08-31T15:36:46.086Z] #21 80.38 Setting up python3-setuptools (52.0.0-4) ...
15:36:47 [2022-08-31T15:36:47.354Z] #77 ...
15:36:47 [2022-08-31T15:36:47.354Z] 
15:36:47 [2022-08-31T15:36:47.354Z] #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
15:36:47 [2022-08-31T15:36:47.354Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:36:47 [2022-08-31T15:36:47.354Z] #21 80.84 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
15:36:47 [2022-08-31T15:36:47.354Z] #21 80.86 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
15:36:47 [2022-08-31T15:36:47.354Z] #21 80.88 Setting up libmnl0:amd64 (1.0.4-3) ...
15:36:47 [2022-08-31T15:36:47.354Z] #21 80.90 Setting up patch (2.7.6-7) ...
15:36:47 [2022-08-31T15:36:47.354Z] #21 80.92 Setting up sudo (1.9.5p2-3) ...
15:36:47 [2022-08-31T15:36:47.354Z] #21 81.00 invoke-rc.d: could not determine current runlevel
15:36:47 [2022-08-31T15:36:47.354Z] #21 81.02 invoke-rc.d: policy-rc.d denied execution of start.
15:36:47 [2022-08-31T15:36:47.354Z] #21 81.03 Setting up xfsprogs (5.10.0-4) ...
15:36:47 [2022-08-31T15:36:47.354Z] #21 81.05 System has not been booted with systemd as init system (PID 1). Can't operate.
15:36:47 [2022-08-31T15:36:47.354Z] #21 81.05 Failed to connect to bus: Host is down
15:36:47 [2022-08-31T15:36:47.354Z] #21 81.06 Setting up libxtables12:amd64 (1.8.7-1) ...
15:36:47 [2022-08-31T15:36:47.354Z] #21 81.08 Setting up inetutils-ping (2:2.0-1) ...
15:36:47 [2022-08-31T15:36:47.354Z] #21 81.10 Setting up pigz (2.6-1) ...
15:36:47 [2022-08-31T15:36:47.354Z] #21 81.12 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
15:36:47 [2022-08-31T15:36:47.613Z] #21 81.15 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
15:36:47 [2022-08-31T15:36:47.613Z] #21 81.19 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
15:36:47 [2022-08-31T15:36:47.613Z] #21 81.21 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
15:36:47 [2022-08-31T15:36:47.661Z] === CONT  TestStopContainerWithTimeout/1
15:36:48 [2022-08-31T15:36:48.253Z] #21 82.52 Setting up libjq1:amd64 (1.6-2.1) ...
15:36:48 [2022-08-31T15:36:48.253Z] #21 82.53 Setting up libnftnl11:amd64 (1.1.9-1) ...
15:36:48 [2022-08-31T15:36:48.253Z] #21 82.54 Setting up thin-provisioning-tools (0.9.0-1) ...
15:36:48 [2022-08-31T15:36:48.253Z] #21 82.55 Setting up python3-pip (20.3.4-4+deb11u1) ...
15:36:48 [2022-08-31T15:36:48.549Z] #21 82.16 Setting up libaio1:amd64 (0.3.112-9) ...
15:36:48 [2022-08-31T15:36:48.549Z] #21 82.20 Setting up python3-lib2to3 (3.9.2-1) ...
15:36:49 [2022-08-31T15:36:49.115Z] #21 82.72 Setting up libelf1:amd64 (0.183-1) ...
15:36:49 [2022-08-31T15:36:49.115Z] #21 82.73 Setting up libjson-c5:amd64 (0.15-2) ...
15:36:49 [2022-08-31T15:36:49.115Z] #21 82.75 Setting up zstd (1.4.8+dfsg-2.1) ...
15:36:49 [2022-08-31T15:36:49.115Z] #21 82.76 Setting up libonig5:amd64 (6.9.6-1.1) ...
15:36:49 [2022-08-31T15:36:49.115Z] #21 82.80 Setting up libkmod2:amd64 (28-1) ...
15:36:49 [2022-08-31T15:36:49.115Z] #21 82.83 Setting up python3-distutils (3.9.2-1) ...
15:36:49 [2022-08-31T15:36:49.566Z] --- PASS: TestStopContainerWithTimeout (0.01s)
15:36:49 [2022-08-31T15:36:49.566Z]     --- PASS: TestStopContainerWithTimeout/0 (0.78s)
15:36:49 [2022-08-31T15:36:49.566Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.78s)
15:36:49 [2022-08-31T15:36:49.566Z]     --- PASS: TestStopContainerWithTimeout/3 (2.47s)
15:36:49 [2022-08-31T15:36:49.566Z]     --- PASS: TestStopContainerWithTimeout/1 (1.55s)
15:36:49 [2022-08-31T15:36:49.566Z] === RUN   TestDeleteDevicemapper
15:36:49 [2022-08-31T15:36:49.566Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:36:49 [2022-08-31T15:36:49.566Z] --- SKIP: TestDeleteDevicemapper (0.00s)
15:36:49 [2022-08-31T15:36:49.566Z] === RUN   TestStopContainerWithRestartPolicyAlways
15:36:50 [2022-08-31T15:36:50.050Z] #21 83.66 Setting up vim (2:8.2.2434-3+deb11u1) ...
15:36:50 [2022-08-31T15:36:50.050Z] #21 83.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
15:36:50 [2022-08-31T15:36:50.050Z] #21 83.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
15:36:50 [2022-08-31T15:36:50.050Z] #21 83.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
15:36:50 [2022-08-31T15:36:50.050Z] #21 83.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
15:36:50 [2022-08-31T15:36:50.050Z] #21 83.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
15:36:50 [2022-08-31T15:36:50.050Z] #21 83.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
15:36:50 [2022-08-31T15:36:50.050Z] #21 83.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
15:36:50 [2022-08-31T15:36:50.050Z] #21 83.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.39 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.40 Setting up jq (1.6-2.1) ...
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.42 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.43 Setting up libbpf0:amd64 (1:0.3-2) ...
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.45 Setting up iptables (1.8.7-1) ...
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.46 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.47 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.47 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.48 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.49 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.49 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
15:36:50 [2022-08-31T15:36:50.158Z] #21 84.50 Setting up iproute2 (5.10.0-4) ...
15:36:50 [2022-08-31T15:36:50.308Z] #21 83.76 Setting up python3-setuptools (52.0.0-4) ...
15:36:50 [2022-08-31T15:36:50.726Z] #21 85.15 Setting up systemd (247.3-7) ...
15:36:50 [2022-08-31T15:36:50.946Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.62s)
15:36:50 [2022-08-31T15:36:50.946Z] === RUN   TestUpdateMemory
15:36:50 [2022-08-31T15:36:50.985Z] #21 85.20 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service โ†’ /lib/systemd/system/getty@.service.
15:36:50 [2022-08-31T15:36:50.985Z] #21 85.22 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target โ†’ /lib/systemd/system/remote-fs.target.
15:36:50 [2022-08-31T15:36:50.985Z] #21 85.22 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service โ†’ /lib/systemd/system/systemd-pstore.service.
15:36:50 [2022-08-31T15:36:50.985Z] #21 85.30 Initializing machine ID from KVM UUID.
15:36:51 [2022-08-31T15:36:51.516Z] --- PASS: TestUpdateMemory (0.62s)
15:36:51 [2022-08-31T15:36:51.516Z] === RUN   TestUpdateCPUQuota
15:36:52 [2022-08-31T15:36:52.456Z] --- PASS: TestUpdateCPUQuota (0.94s)
15:36:52 [2022-08-31T15:36:52.456Z] === RUN   TestUpdatePidsLimit
15:36:52 [2022-08-31T15:36:52.456Z] === RUN   TestUpdatePidsLimit/update_from_none
15:36:52 [2022-08-31T15:36:52.717Z] === RUN   TestUpdatePidsLimit/no_change
15:36:52 [2022-08-31T15:36:52.717Z] === RUN   TestUpdatePidsLimit/update_lower
15:36:52 [2022-08-31T15:36:52.835Z] #21 86.09 Setting up libjq1:amd64 (1.6-2.1) ...
15:36:52 [2022-08-31T15:36:52.835Z] #21 86.12 Setting up libnftnl11:amd64 (1.1.9-1) ...
15:36:52 [2022-08-31T15:36:52.835Z] #21 86.15 Setting up thin-provisioning-tools (0.9.0-1) ...
15:36:52 [2022-08-31T15:36:52.835Z] #21 86.16 Setting up python3-pip (20.3.4-4+deb11u1) ...
15:36:52 [2022-08-31T15:36:52.893Z] #21 87.27 Setting up systemd-journal-remote (247.3-7) ...
15:36:52 [2022-08-31T15:36:52.977Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
15:36:53 [2022-08-31T15:36:53.237Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
15:36:53 [2022-08-31T15:36:53.463Z] #21 ...
15:36:53 [2022-08-31T15:36:53.463Z] 
15:36:53 [2022-08-31T15:36:53.463Z] #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
15:36:53 [2022-08-31T15:36:53.463Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.4 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.4 make[5]: Nothing to be done for 'install-exec-am'.
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.4 make[5]: Nothing to be done for 'install-data-am'.
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.4 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.4 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.5 make[4]: Entering directory '/tmp/crun-build/libocispec'
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.5   CC       src/validate.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.5   CC       src/image_spec_schema_config_schema.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.6   CC       src/image_spec_schema_content_descriptor.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.6   CC       src/image_spec_schema_defs_descriptor.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.6   CC       src/image_spec_schema_defs.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.6   CC       src/image_spec_schema_image_index_schema.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.7   CC       src/image_spec_schema_image_layout_schema.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.8   CC       src/runtime_spec_schema_config_linux.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.8   CC       src/image_spec_schema_image_manifest_schema.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.8   CC       src/runtime_spec_schema_config_schema.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.9   CC       src/runtime_spec_schema_config_solaris.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.9   CC       src/runtime_spec_schema_config_vm.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.9   CC       src/runtime_spec_schema_config_zos.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 224.9   CC       src/runtime_spec_schema_defs.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.0   CC       src/runtime_spec_schema_defs_linux.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.0   CC       src/runtime_spec_schema_config_windows.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.1   CC       src/runtime_spec_schema_defs_zos.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.1   CC       src/runtime_spec_schema_defs_windows.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.2   CC       src/runtime_spec_schema_state_schema.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.2   CC       src/runtime_spec_schema_defs_vm.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.4   CC       src/image_manifest_items_image_manifest_items_schema.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.5   CC       src/basic_test_double_array_item.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.6   CC       src/basic_test_double_array.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.6   CC       src/basic_test_top_array_int.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.8   CC       src/basic_test_top_array_string.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.9   CC       src/basic_test_top_double_array_obj.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 225.9   CC       src/basic_test_top_double_array_int.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 226.0   CC       src/basic_test_top_double_array_refobj.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 226.2   CC       src/basic_test_top_double_array_string.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 226.2   CC       src/read-file.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 226.4   CC       src/json_common.lo
15:36:53 [2022-08-31T15:36:53.463Z] #77 226.5   CC       tests/test-1.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 226.5   CC       tests/test-3.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 226.5   CC       tests/test-2.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 226.8   CC       tests/test-5.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 226.9   CC       tests/test-4.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 227.1   CC       tests/test-7.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 227.1   CC       tests/test-8.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 227.1   CC       tests/test-6.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 227.2   CC       tests/test-11.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 227.3   CC       tests/test-9.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 227.6   CC       tests/test-10.o
15:36:53 [2022-08-31T15:36:53.463Z] #77 ...
15:36:53 [2022-08-31T15:36:53.463Z] 
15:36:53 [2022-08-31T15:36:53.463Z] #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
15:36:53 [2022-08-31T15:36:53.463Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:36:53 [2022-08-31T15:36:53.463Z] #21 87.76 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:36:53 [2022-08-31T15:36:53.496Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
15:36:53 [2022-08-31T15:36:53.756Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
15:36:54 [2022-08-31T15:36:54.032Z] #21 DONE 88.3s
15:36:54 [2022-08-31T15:36:54.033Z] 
15:36:54 [2022-08-31T15:36:54.033Z] #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
15:36:54 [2022-08-31T15:36:54.033Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:36:54 [2022-08-31T15:36:54.033Z] #47 ...
15:36:54 [2022-08-31T15:36:54.033Z] 
15:36:54 [2022-08-31T15:36:54.033Z] #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
15:36:54 [2022-08-31T15:36:54.033Z] #22 sha256:0f827cd1db67da85b24df6d7720fa24a28b8133c3b2c95141a1a93c9cdd56423
15:36:54 [2022-08-31T15:36:54.695Z] --- PASS: TestUpdatePidsLimit (2.21s)
15:36:54 [2022-08-31T15:36:54.695Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
15:36:54 [2022-08-31T15:36:54.695Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
15:36:54 [2022-08-31T15:36:54.695Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
15:36:54 [2022-08-31T15:36:54.695Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s)
15:36:54 [2022-08-31T15:36:54.695Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s)
15:36:54 [2022-08-31T15:36:54.695Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s)
15:36:54 [2022-08-31T15:36:54.695Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s)
15:36:54 [2022-08-31T15:36:54.695Z] === RUN   TestUpdateRestartPolicy
15:36:54 [2022-08-31T15:36:54.729Z] #21 88.28 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
15:36:54 [2022-08-31T15:36:54.729Z] #21 88.30 Setting up jq (1.6-2.1) ...
15:36:54 [2022-08-31T15:36:54.729Z] #21 88.31 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
15:36:54 [2022-08-31T15:36:54.729Z] #21 88.32 Setting up libbpf0:amd64 (1:0.3-2) ...
15:36:54 [2022-08-31T15:36:54.729Z] #21 88.33 Setting up iptables (1.8.7-1) ...
15:36:54 [2022-08-31T15:36:54.729Z] #21 88.36 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
15:36:54 [2022-08-31T15:36:54.729Z] #21 88.40 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:36:54 [2022-08-31T15:36:54.729Z] #21 88.42 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
15:36:54 [2022-08-31T15:36:54.986Z] #21 88.44 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
15:36:54 [2022-08-31T15:36:54.986Z] #21 88.47 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
15:36:54 [2022-08-31T15:36:54.986Z] #21 88.54 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
15:36:54 [2022-08-31T15:36:54.986Z] #21 88.55 Setting up iproute2 (5.10.0-4) ...
15:36:55 [2022-08-31T15:36:55.503Z] #22 1.262 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
15:36:55 [2022-08-31T15:36:55.503Z] #22 1.266 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
15:36:55 [2022-08-31T15:36:55.503Z] #22 1.269 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
15:36:55 [2022-08-31T15:36:55.503Z] #22 DONE 1.4s
15:36:55 [2022-08-31T15:36:55.503Z] 
15:36:55 [2022-08-31T15:36:55.503Z] #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
15:36:55 [2022-08-31T15:36:55.503Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:36:55 [2022-08-31T15:36:55.503Z] #47 ...
15:36:55 [2022-08-31T15:36:55.503Z] 
15:36:55 [2022-08-31T15:36:55.503Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
15:36:55 [2022-08-31T15:36:55.503Z] #23 sha256:507006b2976dcbbb427519747e56bbfcd52a1d942fb1030f4c3b0c51700d255d
15:36:55 [2022-08-31T15:36:55.916Z] #21 89.34 Setting up systemd (247.3-7) ...
15:36:56 [2022-08-31T15:36:56.175Z] #21 89.63 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service โ†’ /lib/systemd/system/getty@.service.
15:36:56 [2022-08-31T15:36:56.175Z] #21 89.66 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target โ†’ /lib/systemd/system/remote-fs.target.
15:36:56 [2022-08-31T15:36:56.175Z] #21 89.68 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service โ†’ /lib/systemd/system/systemd-pstore.service.
15:36:56 [2022-08-31T15:36:56.175Z] #21 89.76 Initializing machine ID from KVM UUID.
15:36:58 [2022-08-31T15:36:58.076Z] #21 ...
15:36:58 [2022-08-31T15:36:58.076Z] 
15:36:58 [2022-08-31T15:36:58.076Z] #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
15:36:58 [2022-08-31T15:36:58.076Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:36:58 [2022-08-31T15:36:58.076Z] #77 228.5   CCLD     libyajl.la
15:36:58 [2022-08-31T15:36:58.076Z] #77 229.0   CCLD     verify/json_verify
15:36:58 [2022-08-31T15:36:58.076Z] #77 229.5 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
15:36:58 [2022-08-31T15:36:58.076Z] #77 229.5 make[5]: Nothing to be done for 'install-exec-am'.
15:36:58 [2022-08-31T15:36:58.076Z] #77 229.5 make[5]: Nothing to be done for 'install-data-am'.
15:36:58 [2022-08-31T15:36:58.076Z] #77 229.5 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
15:36:58 [2022-08-31T15:36:58.076Z] #77 229.5 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
15:36:58 [2022-08-31T15:36:58.076Z] #77 229.5 make[4]: Entering directory '/tmp/crun-build/libocispec'
15:36:58 [2022-08-31T15:36:58.076Z] #77 229.7   CC       src/validate.o
15:36:58 [2022-08-31T15:36:58.076Z] #77 229.7   CC       src/image_spec_schema_config_schema.lo
15:36:58 [2022-08-31T15:36:58.076Z] #77 229.7   CC       src/image_spec_schema_defs.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 229.7   CC       src/image_spec_schema_content_descriptor.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 229.7   CC       src/image_spec_schema_defs_descriptor.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 229.7   CC       src/image_spec_schema_image_index_schema.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 229.7   CC       src/image_spec_schema_image_layout_schema.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 229.7   CC       src/image_spec_schema_image_manifest_schema.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 229.8   CC       src/runtime_spec_schema_config_linux.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 229.8   CC       src/runtime_spec_schema_config_zos.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 229.8   CC       src/runtime_spec_schema_config_schema.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 229.9   CC       src/runtime_spec_schema_config_solaris.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 229.9   CC       src/runtime_spec_schema_config_vm.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.0   CC       src/runtime_spec_schema_defs.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.0   CC       src/runtime_spec_schema_config_windows.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.0   CC       src/runtime_spec_schema_defs_linux.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.1   CC       src/runtime_spec_schema_defs_zos.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.1   CC       src/runtime_spec_schema_defs_vm.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.1   CC       src/runtime_spec_schema_defs_windows.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.2   CC       src/runtime_spec_schema_state_schema.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.3   CC       src/basic_test_double_array_item.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.3   CC       src/basic_test_double_array.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.4   CC       src/basic_test_top_array_int.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.5   CC       src/image_manifest_items_image_manifest_items_schema.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.6   CC       src/basic_test_top_double_array_obj.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.6   CC       src/basic_test_top_array_string.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.6   CC       src/basic_test_top_double_array_refobj.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.6   CC       src/basic_test_top_double_array_int.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 230.6   CC       src/basic_test_top_double_array_string.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.0   CC       tests/test-1.o
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.0   CC       src/json_common.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.1   CC       src/read-file.lo
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.2   CC       tests/test-2.o
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.4   CC       tests/test-3.o
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.4   CC       tests/test-5.o
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.4   CC       tests/test-4.o
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.7   CC       tests/test-7.o
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.7   CC       tests/test-6.o
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.7   CC       tests/test-9.o
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.7   CC       tests/test-10.o
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.8   CC       tests/test-11.o
15:36:58 [2022-08-31T15:36:58.077Z] #77 231.8   CC       tests/test-8.o
15:36:58 [2022-08-31T15:36:58.641Z] #77 ...
15:36:58 [2022-08-31T15:36:58.641Z] 
15:36:58 [2022-08-31T15:36:58.641Z] #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
15:36:58 [2022-08-31T15:36:58.641Z] #21 sha256:b110efec35397f4ede9aabf41c73fe44753538abfa3fad4ab1d0ec5a81c3a5db
15:36:58 [2022-08-31T15:36:58.641Z] #21 92.03 Setting up systemd-journal-remote (247.3-7) ...
15:36:58 [2022-08-31T15:36:58.898Z] #21 92.57 Processing triggers for libc-bin (2.31-13+deb11u3) ...
15:36:59 [2022-08-31T15:36:59.464Z] #21 DONE 92.9s
15:36:59 [2022-08-31T15:36:59.464Z] 
15:36:59 [2022-08-31T15:36:59.464Z] #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
15:36:59 [2022-08-31T15:36:59.464Z] #22 sha256:0f827cd1db67da85b24df6d7720fa24a28b8133c3b2c95141a1a93c9cdd56423
15:37:00 [2022-08-31T15:37:00.834Z] #22 1.364 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
15:37:00 [2022-08-31T15:37:00.834Z] #22 1.378 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
15:37:00 [2022-08-31T15:37:00.834Z] #22 1.415 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
15:37:00 [2022-08-31T15:37:00.834Z] #22 DONE 1.5s
15:37:00 [2022-08-31T15:37:00.834Z] 
15:37:00 [2022-08-31T15:37:00.834Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
15:37:00 [2022-08-31T15:37:00.834Z] #23 sha256:507006b2976dcbbb427519747e56bbfcd52a1d942fb1030f4c3b0c51700d255d
15:37:06 [2022-08-31T15:37:06.909Z] --- PASS: TestUpdateRestartPolicy (11.22s)
15:37:06 [2022-08-31T15:37:06.909Z] === RUN   TestUpdateRestartWithAutoRemove
15:37:06 [2022-08-31T15:37:06.909Z] --- PASS: TestUpdateRestartWithAutoRemove (0.54s)
15:37:06 [2022-08-31T15:37:06.909Z] === RUN   TestWaitNonBlocked
15:37:06 [2022-08-31T15:37:06.909Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
15:37:06 [2022-08-31T15:37:06.909Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
15:37:06 [2022-08-31T15:37:06.909Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
15:37:06 [2022-08-31T15:37:06.909Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
15:37:06 [2022-08-31T15:37:06.909Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
15:37:06 [2022-08-31T15:37:06.909Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
15:37:07 [2022-08-31T15:37:07.169Z] --- PASS: TestWaitNonBlocked (0.01s)
15:37:07 [2022-08-31T15:37:07.169Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.73s)
15:37:07 [2022-08-31T15:37:07.169Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.84s)
15:37:07 [2022-08-31T15:37:07.169Z] === RUN   TestWaitBlocked
15:37:07 [2022-08-31T15:37:07.169Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
15:37:07 [2022-08-31T15:37:07.169Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
15:37:07 [2022-08-31T15:37:07.169Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
15:37:07 [2022-08-31T15:37:07.169Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
15:37:07 [2022-08-31T15:37:07.169Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
15:37:07 [2022-08-31T15:37:07.169Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
15:37:08 [2022-08-31T15:37:08.108Z] --- PASS: TestWaitBlocked (0.01s)
15:37:08 [2022-08-31T15:37:08.108Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s)
15:37:08 [2022-08-31T15:37:08.108Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s)
15:37:08 [2022-08-31T15:37:08.108Z] === RUN   TestWaitConditions
15:37:08 [2022-08-31T15:37:08.108Z] === RUN   TestWaitConditions/default
15:37:08 [2022-08-31T15:37:08.108Z] === PAUSE TestWaitConditions/default
15:37:08 [2022-08-31T15:37:08.108Z] === RUN   TestWaitConditions/not-running
15:37:08 [2022-08-31T15:37:08.108Z] === PAUSE TestWaitConditions/not-running
15:37:08 [2022-08-31T15:37:08.108Z] === RUN   TestWaitConditions/next-exit
15:37:08 [2022-08-31T15:37:08.108Z] === PAUSE TestWaitConditions/next-exit
15:37:08 [2022-08-31T15:37:08.108Z] === RUN   TestWaitConditions/removed
15:37:08 [2022-08-31T15:37:08.108Z] === PAUSE TestWaitConditions/removed
15:37:08 [2022-08-31T15:37:08.108Z] === CONT  TestWaitConditions/default
15:37:08 [2022-08-31T15:37:08.108Z] === CONT  TestWaitConditions/removed
15:37:08 [2022-08-31T15:37:08.108Z]     wait_test.go:146: ContainerID = 60bbdffd00104683098adff7264e434f2edfc9f3a0163c9fb6d2ae1ede8b3045
15:37:08 [2022-08-31T15:37:08.108Z] === CONT  TestWaitConditions/default
15:37:08 [2022-08-31T15:37:08.108Z]     wait_test.go:146: ContainerID = f5c4184e575015ed64e0b2cbf878afb995bd5013d4f5b6da72977d6b91ede47e
15:37:08 [2022-08-31T15:37:08.677Z] === CONT  TestWaitConditions/next-exit
15:37:08 [2022-08-31T15:37:08.677Z] === CONT  TestWaitConditions/not-running
15:37:08 [2022-08-31T15:37:08.677Z] === CONT  TestWaitConditions/next-exit
15:37:08 [2022-08-31T15:37:08.677Z]     wait_test.go:146: ContainerID = 6ffc581d793125a660687742c1f7910383bc9030fe86c4d96bb25c6869bb1a06
15:37:08 [2022-08-31T15:37:08.938Z] === CONT  TestWaitConditions/not-running
15:37:08 [2022-08-31T15:37:08.938Z]     wait_test.go:146: ContainerID = 13d1d754a8aa3d681a223e5962bc529329733a0f33a375b228ed0877ca368b2b
15:37:09 [2022-08-31T15:37:09.508Z] --- PASS: TestWaitConditions (0.01s)
15:37:09 [2022-08-31T15:37:09.508Z]     --- PASS: TestWaitConditions/removed (0.71s)
15:37:09 [2022-08-31T15:37:09.508Z]     --- PASS: TestWaitConditions/default (0.74s)
15:37:09 [2022-08-31T15:37:09.508Z]     --- PASS: TestWaitConditions/next-exit (0.56s)
15:37:09 [2022-08-31T15:37:09.508Z]     --- PASS: TestWaitConditions/not-running (0.58s)
15:37:09 [2022-08-31T15:37:09.508Z] === RUN   TestWaitRestartedContainer
15:37:09 [2022-08-31T15:37:09.508Z] === RUN   TestWaitRestartedContainer/default
15:37:09 [2022-08-31T15:37:09.508Z] === PAUSE TestWaitRestartedContainer/default
15:37:09 [2022-08-31T15:37:09.508Z] === RUN   TestWaitRestartedContainer/not-running
15:37:09 [2022-08-31T15:37:09.508Z] === PAUSE TestWaitRestartedContainer/not-running
15:37:09 [2022-08-31T15:37:09.508Z] === RUN   TestWaitRestartedContainer/next-exit
15:37:09 [2022-08-31T15:37:09.508Z] === PAUSE TestWaitRestartedContainer/next-exit
15:37:09 [2022-08-31T15:37:09.508Z] === CONT  TestWaitRestartedContainer/default
15:37:09 [2022-08-31T15:37:09.508Z] === CONT  TestWaitRestartedContainer/next-exit
15:37:10 [2022-08-31T15:37:10.376Z] #23 14.71 Collecting yamllint==1.27.1
15:37:11 [2022-08-31T15:37:11.309Z] #23 15.78   Downloading yamllint-1.27.1.tar.gz (129 kB)
15:37:11 [2022-08-31T15:37:11.444Z] === CONT  TestWaitRestartedContainer/not-running
15:37:12 [2022-08-31T15:37:12.015Z] --- PASS: TestWaitRestartedContainer (0.02s)
15:37:12 [2022-08-31T15:37:12.015Z]     --- PASS: TestWaitRestartedContainer/default (1.78s)
15:37:12 [2022-08-31T15:37:12.015Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.78s)
15:37:12 [2022-08-31T15:37:12.015Z]     --- PASS: TestWaitRestartedContainer/not-running (0.96s)
15:37:12 [2022-08-31T15:37:12.015Z] === CONT  TestContainerStartOnDaemonRestart
15:37:12 [2022-08-31T15:37:12.015Z] === CONT  TestRestartDaemonWithRestartingContainer
15:37:13 [2022-08-31T15:37:13.837Z] #23 18.08 Collecting pathspec>=0.5.3
15:37:13 [2022-08-31T15:37:13.837Z] #23 18.10   Downloading pathspec-0.10.0-py3-none-any.whl (27 kB)
15:37:14 [2022-08-31T15:37:14.404Z] #23 18.99 Collecting pyyaml
15:37:14 [2022-08-31T15:37:14.404Z] #23 19.03   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)
15:37:14 [2022-08-31T15:37:14.404Z] #23 19.15 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
15:37:14 [2022-08-31T15:37:14.404Z] #23 19.17 Building wheels for collected packages: yamllint
15:37:14 [2022-08-31T15:37:14.404Z] #23 19.18   Building wheel for yamllint (setup.py): started
15:37:14 [2022-08-31T15:37:14.557Z] --- PASS: TestContainerStartOnDaemonRestart (2.48s)
15:37:14 [2022-08-31T15:37:14.557Z] === CONT  TestIpcModeOlderClient
15:37:14 [2022-08-31T15:37:14.557Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.48s)
15:37:14 [2022-08-31T15:37:14.557Z] === CONT  TestContainerKillOnDaemonStart
15:37:14 [2022-08-31T15:37:14.818Z] --- PASS: TestIpcModeOlderClient (0.24s)
15:37:14 [2022-08-31T15:37:14.818Z] === CONT  TestDaemonHostGatewayIP
15:37:15 [2022-08-31T15:37:15.691Z] #23 14.19 Collecting yamllint==1.27.1
15:37:16 [2022-08-31T15:37:16.255Z] #23 15.31   Downloading yamllint-1.27.1.tar.gz (129 kB)
15:37:16 [2022-08-31T15:37:16.934Z] #23 21.33   Building wheel for yamllint (setup.py): finished with status 'done'
15:37:16 [2022-08-31T15:37:16.935Z] #23 21.34   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=edd1ad8d97e6f802f0c2543f6c1a13b5d87b7aaca881a4ec19c8bb98b28368e7
15:37:16 [2022-08-31T15:37:16.935Z] #23 21.34   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
15:37:16 [2022-08-31T15:37:16.935Z] #23 21.35 Successfully built yamllint
15:37:16 [2022-08-31T15:37:16.935Z] #23 21.45 Installing collected packages: pyyaml, pathspec, yamllint
15:37:17 [2022-08-31T15:37:17.500Z] #23 22.06 Successfully installed pathspec-0.10.0 pyyaml-6.0 yamllint-1.27.1
15:37:18 [2022-08-31T15:37:18.113Z] --- PASS: TestDaemonHostGatewayIP (2.71s)
15:37:18 [2022-08-31T15:37:18.113Z] === CONT  TestDaemonRestartIpcMode
15:37:18 [2022-08-31T15:37:18.434Z] #23 DONE 23.0s
15:37:18 [2022-08-31T15:37:18.434Z] 
15:37:18 [2022-08-31T15:37:18.434Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
15:37:18 [2022-08-31T15:37:18.434Z] #27 sha256:1b4638346bdac8401d1f358d18b55f49c697cbaec23f5257b08de9c037b8d8ef
15:37:18 [2022-08-31T15:37:18.691Z] #27 DONE 0.3s
15:37:18 [2022-08-31T15:37:18.691Z] 
15:37:18 [2022-08-31T15:37:18.691Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
15:37:18 [2022-08-31T15:37:18.691Z] #32 sha256:e9bbc9c25d5809b88534922bffbdea17cf622b8598863f4ad2c1cdf665d70b07
15:37:18 [2022-08-31T15:37:18.778Z] #23 17.50 Collecting pathspec>=0.5.3
15:37:18 [2022-08-31T15:37:18.778Z] #23 17.52   Downloading pathspec-0.10.0-py3-none-any.whl (27 kB)
15:37:19 [2022-08-31T15:37:19.037Z] #23 18.14 Collecting pyyaml
15:37:19 [2022-08-31T15:37:19.037Z] #23 18.16   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)
15:37:19 [2022-08-31T15:37:19.037Z] #23 18.23 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
15:37:19 [2022-08-31T15:37:19.259Z] #32 DONE 0.6s
15:37:19 [2022-08-31T15:37:19.259Z] 
15:37:19 [2022-08-31T15:37:19.259Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
15:37:19 [2022-08-31T15:37:19.259Z] #35 sha256:7826c38ec0a80fcc5ee79f1c35f824e9889f67882de164f3e9d53ae7ec4b5c79
15:37:19 [2022-08-31T15:37:19.294Z] #23 18.24 Building wheels for collected packages: yamllint
15:37:19 [2022-08-31T15:37:19.294Z] #23 18.25   Building wheel for yamllint (setup.py): started
15:37:19 [2022-08-31T15:37:19.518Z] #35 DONE 0.3s
15:37:19 [2022-08-31T15:37:19.518Z] 
15:37:19 [2022-08-31T15:37:19.518Z] #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
15:37:19 [2022-08-31T15:37:19.518Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:37:19 [2022-08-31T15:37:19.777Z] #47 ...
15:37:19 [2022-08-31T15:37:19.777Z] 
15:37:19 [2022-08-31T15:37:19.777Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
15:37:19 [2022-08-31T15:37:19.777Z] #37 sha256:faec647ec4c16998efdb9af94dfaead0b16d25f9e88b56f9c5ad350de72364c7
15:37:19 [2022-08-31T15:37:19.777Z] #37 DONE 0.2s
15:37:19 [2022-08-31T15:37:19.777Z] 
15:37:19 [2022-08-31T15:37:19.777Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
15:37:19 [2022-08-31T15:37:19.777Z] #39 sha256:993ce13fc3fad51a57d7457dd00748f907fc761457d3abc04a8f9c3a0a71095a
15:37:19 [2022-08-31T15:37:19.777Z] #39 DONE 0.1s
15:37:19 [2022-08-31T15:37:19.777Z] 
15:37:19 [2022-08-31T15:37:19.777Z] #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
15:37:19 [2022-08-31T15:37:19.777Z] #60 sha256:fa217624ed338716b24a00dc1af1a6336a1774deb16df5b85379649bd022f4c5
15:37:19 [2022-08-31T15:37:19.777Z] #60 ...
15:37:19 [2022-08-31T15:37:19.777Z] 
15:37:19 [2022-08-31T15:37:19.777Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
15:37:19 [2022-08-31T15:37:19.777Z] #41 sha256:9050d3495f56da1346be14ea36c65050cf6f994ada4a88bc6ed876f81b685adc
15:37:19 [2022-08-31T15:37:19.777Z] #41 DONE 0.1s
15:37:20 [2022-08-31T15:37:20.020Z] --- PASS: TestDaemonRestartIpcMode (2.35s)
15:37:20 [2022-08-31T15:37:20.035Z] 
15:37:20 [2022-08-31T15:37:20.035Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
15:37:20 [2022-08-31T15:37:20.035Z] #45 sha256:9217b0066d0fd1c867fb0f1882253206d48bf4af610fff8cbcbb4315f135b414
15:37:20 [2022-08-31T15:37:20.035Z] #45 DONE 0.1s
15:37:20 [2022-08-31T15:37:20.035Z] 
15:37:20 [2022-08-31T15:37:20.035Z] #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
15:37:20 [2022-08-31T15:37:20.035Z] #60 sha256:fa217624ed338716b24a00dc1af1a6336a1774deb16df5b85379649bd022f4c5
15:37:20 [2022-08-31T15:37:20.665Z] #23 19.71   Building wheel for yamllint (setup.py): finished with status 'done'
15:37:20 [2022-08-31T15:37:20.665Z] #23 19.71   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=07b52a33ee75b27c6c88f4d5a814a3c36949587f4aa1cb5e0cbe07c20bcaee1d
15:37:20 [2022-08-31T15:37:20.665Z] #23 19.71   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
15:37:20 [2022-08-31T15:37:20.665Z] #23 19.72 Successfully built yamllint
15:37:20 [2022-08-31T15:37:20.665Z] #23 19.75 Installing collected packages: pyyaml, pathspec, yamllint
15:37:21 [2022-08-31T15:37:21.229Z] #23 20.36 Successfully installed pathspec-0.10.0 pyyaml-6.0 yamllint-1.27.1
15:37:22 [2022-08-31T15:37:22.638Z] #23 DONE 21.4s
15:37:22 [2022-08-31T15:37:22.638Z] 
15:37:22 [2022-08-31T15:37:22.638Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
15:37:22 [2022-08-31T15:37:22.638Z] #27 sha256:03d80c4fe1a2b7100b0c9a36122ada64afff16ea40a6fd98b5e37eede510ea91
15:37:22 [2022-08-31T15:37:22.902Z] #27 DONE 0.4s
15:37:22 [2022-08-31T15:37:22.902Z] 
15:37:22 [2022-08-31T15:37:22.902Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
15:37:22 [2022-08-31T15:37:22.902Z] #32 sha256:cae8789fb236dea6312b37d76a726934455fe73fd80d87065d6c30d20a0400e0
15:37:23 [2022-08-31T15:37:23.171Z] #32 DONE 0.6s
15:37:23 [2022-08-31T15:37:23.171Z] 
15:37:23 [2022-08-31T15:37:23.171Z] #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
15:37:23 [2022-08-31T15:37:23.171Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:37:23 [2022-08-31T15:37:23.438Z] #47 ...
15:37:23 [2022-08-31T15:37:23.438Z] 
15:37:23 [2022-08-31T15:37:23.438Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
15:37:23 [2022-08-31T15:37:23.438Z] #35 sha256:f2f5c181f37c8be956ca0d61c585537e04627907ace6fd5e8e50c5a126f1a0a3
15:37:23 [2022-08-31T15:37:23.696Z] #35 DONE 0.3s
15:37:23 [2022-08-31T15:37:23.696Z] 
15:37:23 [2022-08-31T15:37:23.696Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
15:37:23 [2022-08-31T15:37:23.696Z] #37 sha256:8ba0e9f23171aa3acae0d819da6d5fa34385202d6626f629d784d25fa1f8046b
15:37:24 [2022-08-31T15:37:24.034Z] #37 DONE 0.3s
15:37:24 [2022-08-31T15:37:24.034Z] 
15:37:24 [2022-08-31T15:37:24.034Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
15:37:24 [2022-08-31T15:37:24.034Z] #39 sha256:e47f32427321be09fa2f99513a79748999104b0d14a76f547e0831477884570d
15:37:24 [2022-08-31T15:37:24.034Z] #39 DONE 0.1s
15:37:24 [2022-08-31T15:37:24.034Z] 
15:37:24 [2022-08-31T15:37:24.034Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
15:37:24 [2022-08-31T15:37:24.034Z] #41 sha256:841b231f3a480c82ded456598dacc3ae1c56b181e268eff538342ce1a2b8259a
15:37:24 [2022-08-31T15:37:24.291Z] #41 DONE 0.1s
15:37:24 [2022-08-31T15:37:24.291Z] 
15:37:24 [2022-08-31T15:37:24.291Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
15:37:24 [2022-08-31T15:37:24.291Z] #45 sha256:6dd9e5848dbb5317f452f48b0410087e3d1ac37f832beffb9b269c4b7f2a64bb
15:37:24 [2022-08-31T15:37:24.291Z] #45 DONE 0.1s
15:37:24 [2022-08-31T15:37:24.291Z] 
15:37:24 [2022-08-31T15:37:24.291Z] #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
15:37:24 [2022-08-31T15:37:24.291Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:37:26 [2022-08-31T15:37:26.590Z] --- PASS: TestContainerKillOnDaemonStart (11.90s)
15:37:26 [2022-08-31T15:37:26.590Z] PASS
15:37:26 [2022-08-31T15:37:26.590Z] 
15:37:26 [2022-08-31T15:37:26.590Z] === Skipped
15:37:26 [2022-08-31T15:37:26.590Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
15:37:26 [2022-08-31T15:37:26.590Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:37:26 [2022-08-31T15:37:26.590Z] 
15:37:26 [2022-08-31T15:37:26.590Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
15:37:26 [2022-08-31T15:37:26.590Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
15:37:26 [2022-08-31T15:37:26.590Z] 
15:37:26 [2022-08-31T15:37:26.590Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
15:37:26 [2022-08-31T15:37:26.590Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:37:26 [2022-08-31T15:37:26.590Z] 
15:37:26 [2022-08-31T15:37:26.590Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
15:37:26 [2022-08-31T15:37:26.590Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
15:37:26 [2022-08-31T15:37:26.590Z] 
15:37:26 [2022-08-31T15:37:26.590Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
15:37:26 [2022-08-31T15:37:26.590Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:37:26 [2022-08-31T15:37:26.590Z] 
15:37:26 [2022-08-31T15:37:26.590Z] DONE 273 tests, 5 skipped in 142.023s
15:37:26 [2022-08-31T15:37:26.590Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
15:37:26 [2022-08-31T15:37:26.590Z] === RUN   TestConfigDaemonLibtrustID
15:37:27 [2022-08-31T15:37:27.159Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
15:37:27 [2022-08-31T15:37:27.159Z] === RUN   TestConfigDaemonID
15:37:28 [2022-08-31T15:37:28.097Z]     daemon_test.go:83: [daccbea0c92d8] daemon is not started
15:37:28 [2022-08-31T15:37:28.097Z] --- PASS: TestConfigDaemonID (1.04s)
15:37:28 [2022-08-31T15:37:28.097Z] === RUN   TestDaemonConfigValidation
15:37:28 [2022-08-31T15:37:28.097Z] === RUN   TestDaemonConfigValidation/config_with_no_content
15:37:28 [2022-08-31T15:37:28.097Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
15:37:28 [2022-08-31T15:37:28.097Z] === RUN   TestDaemonConfigValidation/config_with_{}
15:37:28 [2022-08-31T15:37:28.097Z] === PAUSE TestDaemonConfigValidation/config_with_{}
15:37:28 [2022-08-31T15:37:28.097Z] === RUN   TestDaemonConfigValidation/invalid_config
15:37:28 [2022-08-31T15:37:28.097Z] === PAUSE TestDaemonConfigValidation/invalid_config
15:37:28 [2022-08-31T15:37:28.097Z] === RUN   TestDaemonConfigValidation/malformed_config
15:37:28 [2022-08-31T15:37:28.097Z] === PAUSE TestDaemonConfigValidation/malformed_config
15:37:28 [2022-08-31T15:37:28.097Z] === RUN   TestDaemonConfigValidation/valid_config
15:37:28 [2022-08-31T15:37:28.097Z] === PAUSE TestDaemonConfigValidation/valid_config
15:37:28 [2022-08-31T15:37:28.097Z] === CONT  TestDaemonConfigValidation/config_with_no_content
15:37:28 [2022-08-31T15:37:28.097Z] === CONT  TestDaemonConfigValidation/malformed_config
15:37:28 [2022-08-31T15:37:28.097Z] === CONT  TestDaemonConfigValidation/invalid_config
15:37:28 [2022-08-31T15:37:28.097Z] === CONT  TestDaemonConfigValidation/config_with_{}
15:37:28 [2022-08-31T15:37:28.358Z] === CONT  TestDaemonConfigValidation/valid_config
15:37:28 [2022-08-31T15:37:28.358Z] --- PASS: TestDaemonConfigValidation (0.00s)
15:37:28 [2022-08-31T15:37:28.358Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
15:37:28 [2022-08-31T15:37:28.358Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.10s)
15:37:28 [2022-08-31T15:37:28.358Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
15:37:28 [2022-08-31T15:37:28.358Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.10s)
15:37:28 [2022-08-31T15:37:28.358Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
15:37:28 [2022-08-31T15:37:28.358Z] === RUN   TestConfigDaemonSeccompProfiles
15:37:28 [2022-08-31T15:37:28.358Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
15:37:29 [2022-08-31T15:37:29.296Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
15:37:30 [2022-08-31T15:37:30.676Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
15:37:31 [2022-08-31T15:37:31.615Z] === CONT  TestConfigDaemonSeccompProfiles
15:37:31 [2022-08-31T15:37:31.615Z]     daemon_test.go:197: [d4ac2477f5ca1] daemon is not started
15:37:31 [2022-08-31T15:37:31.615Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
15:37:31 [2022-08-31T15:37:31.615Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
15:37:31 [2022-08-31T15:37:31.615Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
15:37:31 [2022-08-31T15:37:31.615Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
15:37:31 [2022-08-31T15:37:31.615Z] === RUN   TestDaemonProxy
15:37:31 [2022-08-31T15:37:31.615Z] === RUN   TestDaemonProxy/environment_variables
15:37:33 [2022-08-31T15:37:33.521Z] === RUN   TestDaemonProxy/command-line_options
15:37:35 [2022-08-31T15:37:35.428Z] === RUN   TestDaemonProxy/configuration_file
15:37:36 [2022-08-31T15:37:36.807Z] === RUN   TestDaemonProxy/conflicting_options
15:37:37 [2022-08-31T15:37:37.376Z] === RUN   TestDaemonProxy/reload_sanitized
15:37:37 [2022-08-31T15:37:37.945Z] --- PASS: TestDaemonProxy (6.41s)
15:37:37 [2022-08-31T15:37:37.945Z]     --- PASS: TestDaemonProxy/environment_variables (1.86s)
15:37:37 [2022-08-31T15:37:37.945Z]     --- PASS: TestDaemonProxy/command-line_options (1.77s)
15:37:37 [2022-08-31T15:37:37.945Z]     --- PASS: TestDaemonProxy/configuration_file (1.76s)
15:37:37 [2022-08-31T15:37:37.945Z]     --- PASS: TestDaemonProxy/conflicting_options (0.51s)
15:37:37 [2022-08-31T15:37:37.945Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
15:37:37 [2022-08-31T15:37:37.945Z] PASS
15:37:37 [2022-08-31T15:37:37.945Z] 
15:37:37 [2022-08-31T15:37:37.945Z] DONE 18 tests in 11.358s
15:37:37 [2022-08-31T15:37:37.945Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
15:37:37 [2022-08-31T15:37:37.945Z] INFO: Testing against a local daemon
15:37:37 [2022-08-31T15:37:37.945Z] === RUN   TestCommitInheritsEnv
15:37:38 [2022-08-31T15:37:38.515Z] --- PASS: TestCommitInheritsEnv (0.38s)
15:37:38 [2022-08-31T15:37:38.515Z] === RUN   TestImportExtremelyLargeImageWorks
15:37:38 [2022-08-31T15:37:38.515Z] === PAUSE TestImportExtremelyLargeImageWorks
15:37:38 [2022-08-31T15:37:38.515Z] === RUN   TestImportWithCustomPlatform
15:37:38 [2022-08-31T15:37:38.515Z] === RUN   TestImportWithCustomPlatform/#00
15:37:38 [2022-08-31T15:37:38.515Z] === RUN   TestImportWithCustomPlatform/_______
15:37:38 [2022-08-31T15:37:38.515Z] === RUN   TestImportWithCustomPlatform//
15:37:38 [2022-08-31T15:37:38.515Z] === RUN   TestImportWithCustomPlatform/linux
15:37:38 [2022-08-31T15:37:38.515Z] === RUN   TestImportWithCustomPlatform/LINUX
15:37:38 [2022-08-31T15:37:38.515Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
15:37:38 [2022-08-31T15:37:38.777Z] === RUN   TestImportWithCustomPlatform/macos
15:37:38 [2022-08-31T15:37:38.777Z] === RUN   TestImportWithCustomPlatform/macos/arm64
15:37:38 [2022-08-31T15:37:38.777Z] === RUN   TestImportWithCustomPlatform/nintendo64
15:37:38 [2022-08-31T15:37:38.777Z] --- PASS: TestImportWithCustomPlatform (0.37s)
15:37:38 [2022-08-31T15:37:38.777Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.08s)
15:37:38 [2022-08-31T15:37:38.777Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
15:37:38 [2022-08-31T15:37:38.777Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
15:37:38 [2022-08-31T15:37:38.777Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
15:37:38 [2022-08-31T15:37:38.777Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
15:37:38 [2022-08-31T15:37:38.777Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
15:37:38 [2022-08-31T15:37:38.777Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
15:37:38 [2022-08-31T15:37:38.777Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
15:37:38 [2022-08-31T15:37:38.777Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
15:37:38 [2022-08-31T15:37:38.777Z] === RUN   TestImagesFilterMultiReference
15:37:38 [2022-08-31T15:37:38.777Z] --- PASS: TestImagesFilterMultiReference (0.07s)
15:37:38 [2022-08-31T15:37:38.777Z] === RUN   TestImagePullPlatformInvalid
15:37:38 [2022-08-31T15:37:38.777Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
15:37:38 [2022-08-31T15:37:38.777Z] === RUN   TestRemoveImageOrphaning
15:37:39 [2022-08-31T15:37:39.038Z] --- PASS: TestRemoveImageOrphaning (0.35s)
15:37:39 [2022-08-31T15:37:39.038Z] === RUN   TestRemoveImageGarbageCollector
15:37:39 [2022-08-31T15:37:39.576Z] Created binary: bundles/dynbinary-daemon/dockerd
15:37:39 [2022-08-31T15:37:39.576Z] Building: bundles/dynbinary-daemon/docker-proxy
15:37:39 [2022-08-31T15:37:39.576Z] GOOS="" GOARCH="" GOARM=""
15:37:39 [2022-08-31T15:37:39.576Z] Created binary: bundles/dynbinary-daemon/docker-proxy
15:37:39 [2022-08-31T15:37:39.576Z] 
15:37:39 [2022-08-31T15:37:39.576Z] ---> Making bundle: test-integration (in bundles/test-integration)
15:37:39 [2022-08-31T15:37:39.576Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
15:37:39 [2022-08-31T15:37:39.576Z] HOSTNAME=908e8cd21dcb
15:37:39 [2022-08-31T15:37:39.576Z] TESTDEBUG=0
15:37:39 [2022-08-31T15:37:39.576Z] DEST=bundles/test-integration
15:37:39 [2022-08-31T15:37:39.576Z] PWD=/go/src/github.com/docker/docker
15:37:39 [2022-08-31T15:37:39.576Z] DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97
15:37:39 [2022-08-31T15:37:39.576Z] container=docker
15:37:39 [2022-08-31T15:37:39.576Z] HOME=/root
15:37:39 [2022-08-31T15:37:39.576Z] GOLANG_VERSION=1.18.5
15:37:39 [2022-08-31T15:37:39.576Z] VALIDATE_REPO=https://github.com/moby/moby.git
15:37:39 [2022-08-31T15:37:39.576Z] VALIDATE_BRANCH=master
15:37:39 [2022-08-31T15:37:39.576Z] TERM=xterm
15:37:39 [2022-08-31T15:37:39.576Z] DOCKER_PKG=github.com/docker/docker
15:37:39 [2022-08-31T15:37:39.576Z] SHLVL=1
15:37:39 [2022-08-31T15:37:39.576Z] TIMEOUT=120m
15:37:39 [2022-08-31T15:37:39.576Z] DOCKER_BUILDTAGS= journald
15:37:39 [2022-08-31T15:37:39.576Z] DOCKER_GRAPHDRIVER=overlay2
15:37:39 [2022-08-31T15:37:39.576Z] GO111MODULE=off
15:37:39 [2022-08-31T15:37:39.576Z] DOCKER_EXPERIMENTAL=1
15:37:39 [2022-08-31T15:37:39.576Z] TEST_SKIP_INTEGRATION_CLI=1
15:37:39 [2022-08-31T15:37:39.576Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:37:39 [2022-08-31T15:37:39.576Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
15:37:39 [2022-08-31T15:37:39.576Z] GOPATH=/go
15:37:39 [2022-08-31T15:37:39.576Z] PKG_CONFIG=pkg-config
15:37:39 [2022-08-31T15:37:39.576Z] _=/usr/bin/env
15:37:39 [2022-08-31T15:37:39.576Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
15:37:39 [2022-08-31T15:37:39.607Z] time="2022-08-31T15:37:39Z" level=info msg="[graphdriver] trying configured driver: overlay2"
15:37:41 [2022-08-31T15:37:41.515Z] --- PASS: TestRemoveImageGarbageCollector (2.00s)
15:37:41 [2022-08-31T15:37:41.515Z] === RUN   TestTagUnprefixedRepoByNameOrName
15:37:41 [2022-08-31T15:37:41.515Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
15:37:41 [2022-08-31T15:37:41.515Z] === RUN   TestTagInvalidReference
15:37:41 [2022-08-31T15:37:41.515Z] --- PASS: TestTagInvalidReference (0.02s)
15:37:41 [2022-08-31T15:37:41.515Z] === RUN   TestTagValidPrefixedRepo
15:37:41 [2022-08-31T15:37:41.515Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
15:37:41 [2022-08-31T15:37:41.515Z] === RUN   TestTagExistedNameWithoutForce
15:37:41 [2022-08-31T15:37:41.515Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
15:37:41 [2022-08-31T15:37:41.515Z] === RUN   TestTagOfficialNames
15:37:41 [2022-08-31T15:37:41.515Z] --- PASS: TestTagOfficialNames (0.06s)
15:37:41 [2022-08-31T15:37:41.515Z] === RUN   TestTagMatchesDigest
15:37:41 [2022-08-31T15:37:41.515Z] --- PASS: TestTagMatchesDigest (0.01s)
15:37:41 [2022-08-31T15:37:41.515Z] === CONT  TestImportExtremelyLargeImageWorks
15:37:46 [2022-08-31T15:37:46.582Z] #60 ...
15:37:46 [2022-08-31T15:37:46.582Z] 
15:37:46 [2022-08-31T15:37:46.582Z] #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
15:37:46 [2022-08-31T15:37:46.582Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:37:46 [2022-08-31T15:37:46.582Z] #77 284.9   CCLD     libocispec.la
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.5   CCLD     src/validate
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.5   CCLD     tests/test-1
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.5   CCLD     tests/test-2
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.6   CCLD     tests/test-3
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.6   CCLD     tests/test-4
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.6   CCLD     tests/test-5
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.7   CCLD     tests/test-6
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.7   CCLD     tests/test-7
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.7   CCLD     tests/test-8
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.8 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.9   CCLD     tests/test-11
15:37:46 [2022-08-31T15:37:46.582Z] #77 285.9   CCLD     tests/test-9
15:37:46 [2022-08-31T15:37:46.582Z] #77 286.0   CCLD     tests/test-10
15:37:47 [2022-08-31T15:37:47.961Z] #77 289.0 libtool: link: ar cr libocispec.a 
15:37:47 [2022-08-31T15:37:47.961Z] #77 289.1 libtool: link: ranlib libocispec.a
15:37:50 [2022-08-31T15:37:50.801Z] #47 ...
15:37:50 [2022-08-31T15:37:50.801Z] 
15:37:50 [2022-08-31T15:37:50.801Z] #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
15:37:50 [2022-08-31T15:37:50.801Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:37:50 [2022-08-31T15:37:50.801Z] #77 288.8   CCLD     libocispec.la
15:37:50 [2022-08-31T15:37:50.801Z] #77 289.8   CCLD     src/validate
15:37:50 [2022-08-31T15:37:50.801Z] #77 289.9   CCLD     tests/test-1
15:37:50 [2022-08-31T15:37:50.801Z] #77 289.9   CCLD     tests/test-2
15:37:50 [2022-08-31T15:37:50.801Z] #77 289.9   CCLD     tests/test-4
15:37:50 [2022-08-31T15:37:50.801Z] #77 290.0   CCLD     tests/test-3
15:37:50 [2022-08-31T15:37:50.801Z] #77 290.0   CCLD     tests/test-5
15:37:50 [2022-08-31T15:37:50.801Z] #77 290.1   CCLD     tests/test-8
15:37:50 [2022-08-31T15:37:50.801Z] #77 290.1   CCLD     tests/test-9
15:37:50 [2022-08-31T15:37:50.801Z] #77 290.2   CCLD     tests/test-6
15:37:50 [2022-08-31T15:37:50.801Z] #77 290.2   CCLD     tests/test-10
15:37:50 [2022-08-31T15:37:50.801Z] #77 290.3 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
15:37:50 [2022-08-31T15:37:50.801Z] #77 290.4   CCLD     tests/test-7
15:37:50 [2022-08-31T15:37:50.801Z] #77 290.6   CCLD     tests/test-11
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.1 make[5]: Entering directory '/tmp/crun-build/libocispec'
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.1 make[5]: Nothing to be done for 'install-exec-am'.
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.1 make[5]: Nothing to be done for 'install-data-am'.
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.1 make[5]: Leaving directory '/tmp/crun-build/libocispec'
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.1 make[4]: Leaving directory '/tmp/crun-build/libocispec'
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.1 make[3]: Leaving directory '/tmp/crun-build/libocispec'
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.1 make[2]: Leaving directory '/tmp/crun-build/libocispec'
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.1 make[2]: Entering directory '/tmp/crun-build'
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.3   CC       src/libcrun/libcrun_testing_a-utils.o
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.3   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.3   CC       src/libcrun/libcrun_testing_a-container.o
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.3   CC       src/libcrun/libcrun_testing_a-cgroup.o
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.3   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.3   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.4   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.4   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.4   CC       src/libcrun/libcrun_testing_a-criu.o
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.4   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
15:37:51 [2022-08-31T15:37:51.257Z] #77 292.4   CC       src/libcrun/libcrun_testing_a-linux.o
15:37:51 [2022-08-31T15:37:51.515Z] #77 292.4   CC       src/libcrun/libcrun_testing_a-seccomp.o
15:37:51 [2022-08-31T15:37:51.515Z] #77 292.4   CC       src/libcrun/libcrun_testing_a-custom-handler.o
15:37:51 [2022-08-31T15:37:51.515Z] #77 292.5   CC       src/libcrun/libcrun_testing_a-ebpf.o
15:37:51 [2022-08-31T15:37:51.515Z] #77 292.6   CC       src/libcrun/libcrun_testing_a-error.o
15:37:51 [2022-08-31T15:37:51.515Z] #77 292.6   CC       src/libcrun/libcrun_testing_a-status.o
15:37:51 [2022-08-31T15:37:51.515Z] #77 292.6   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
15:37:51 [2022-08-31T15:37:51.515Z] #77 292.6   CC       src/libcrun/libcrun_testing_a-terminal.o
15:37:51 [2022-08-31T15:37:51.515Z] #77 292.6   CC       src/libcrun/libcrun_testing_a-signals.o
15:37:51 [2022-08-31T15:37:51.515Z] #77 292.7   CC       src/libcrun/libcrun_testing_a-mount_flags.o
15:37:51 [2022-08-31T15:37:51.774Z] #77 292.8   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
15:37:51 [2022-08-31T15:37:51.774Z] #77 292.9   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
15:37:51 [2022-08-31T15:37:51.774Z] #77 292.9   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
15:37:51 [2022-08-31T15:37:51.774Z] #77 293.0   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
15:37:52 [2022-08-31T15:37:52.032Z] #77 293.0   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
15:37:52 [2022-08-31T15:37:52.032Z] #77 293.0   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
15:37:52 [2022-08-31T15:37:52.032Z] #77 293.1   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
15:37:52 [2022-08-31T15:37:52.032Z] #77 293.2   CC       src/crun-crun.o
15:37:52 [2022-08-31T15:37:52.032Z] #77 293.2   CC       src/crun-run.o
15:37:52 [2022-08-31T15:37:52.291Z] #77 293.3   CC       src/crun-delete.o
15:37:52 [2022-08-31T15:37:52.291Z] #77 293.3   CC       src/crun-kill.o
15:37:52 [2022-08-31T15:37:52.291Z] #77 293.4   CC       src/crun-pause.o
15:37:52 [2022-08-31T15:37:52.291Z] #77 293.4   CC       src/crun-unpause.o
15:37:52 [2022-08-31T15:37:52.697Z] #77 293.1 libtool: link: ar cr libocispec.a 
15:37:52 [2022-08-31T15:37:52.859Z] #77 293.8   CC       src/crun-spec.o
15:37:52 [2022-08-31T15:37:52.860Z] #77 294.0   CC       src/crun-exec.o
15:37:52 [2022-08-31T15:37:52.860Z] #77 294.1   CC       src/crun-list.o
15:37:52 [2022-08-31T15:37:52.956Z] #77 293.3 libtool: link: ranlib libocispec.a
15:37:53 [2022-08-31T15:37:53.117Z] #77 294.2   CC       src/crun-start.o
15:37:53 [2022-08-31T15:37:53.118Z] #77 294.3   CC       src/crun-state.o
15:37:53 [2022-08-31T15:37:53.375Z] #77 294.4   CC       src/crun-create.o
15:37:53 [2022-08-31T15:37:53.376Z] #77 294.4   CC       src/crun-update.o
15:37:53 [2022-08-31T15:37:53.634Z] #77 294.6   CC       src/crun-ps.o
15:37:53 [2022-08-31T15:37:53.634Z] #77 294.6   CC       src/crun-checkpoint.o
15:37:53 [2022-08-31T15:37:53.634Z] #77 294.6   CC       src/libcrun/libcrun_la-utils.lo
15:37:53 [2022-08-31T15:37:53.634Z] #77 294.6   CC       src/crun-restore.o
15:37:53 [2022-08-31T15:37:53.893Z] #77 294.8   CC       src/libcrun/libcrun_la-cloned_binary.lo
15:37:53 [2022-08-31T15:37:53.893Z] #77 294.9   CC       src/libcrun/libcrun_la-container.lo
15:37:53 [2022-08-31T15:37:53.893Z] #77 294.9   CC       src/libcrun/libcrun_la-cgroup-resources.lo
15:37:53 [2022-08-31T15:37:53.893Z] #77 295.0   CC       src/libcrun/libcrun_la-cgroup.lo
15:37:53 [2022-08-31T15:37:53.893Z] #77 295.0   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
15:37:54 [2022-08-31T15:37:54.152Z] #77 295.0   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
15:37:54 [2022-08-31T15:37:54.152Z] #77 295.2   CC       src/libcrun/libcrun_la-cgroup-utils.lo
15:37:54 [2022-08-31T15:37:54.152Z] #77 295.2   CC       src/libcrun/libcrun_la-cgroup-setup.lo
15:37:54 [2022-08-31T15:37:54.152Z] #77 295.3   CC       src/libcrun/libcrun_la-criu.lo
15:37:54 [2022-08-31T15:37:54.409Z] #77 295.4   CC       src/libcrun/libcrun_la-custom-handler.lo
15:37:54 [2022-08-31T15:37:54.409Z] #77 295.5   CC       src/libcrun/libcrun_la-linux.lo
15:37:54 [2022-08-31T15:37:54.409Z] #77 ...
15:37:54 [2022-08-31T15:37:54.409Z] 
15:37:54 [2022-08-31T15:37:54.410Z] #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
15:37:54 [2022-08-31T15:37:54.410Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:37:54 [2022-08-31T15:37:54.410Z] #47 371.6 + dpkg --print-architecture
15:37:54 [2022-08-31T15:37:54.668Z] #47 371.7 + git checkout -q v2.1.0
15:37:54 [2022-08-31T15:37:54.668Z] #47 371.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
15:37:54 [2022-08-31T15:37:54.668Z] #47 371.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
15:37:56 [2022-08-31T15:37:56.247Z] #77 ...
15:37:56 [2022-08-31T15:37:56.247Z] 
15:37:56 [2022-08-31T15:37:56.247Z] #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
15:37:56 [2022-08-31T15:37:56.247Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:37:56 [2022-08-31T15:37:56.247Z] #47 366.8 + dpkg --print-architecture
15:37:56 [2022-08-31T15:37:56.247Z] #47 366.8 + git checkout -q v2.1.0
15:37:56 [2022-08-31T15:37:56.247Z] #47 367.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
15:37:56 [2022-08-31T15:37:56.247Z] #47 367.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
15:37:57 [2022-08-31T15:37:57.179Z] #47 ...
15:37:57 [2022-08-31T15:37:57.179Z] 
15:37:57 [2022-08-31T15:37:57.179Z] #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
15:37:57 [2022-08-31T15:37:57.179Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.4 make[5]: Entering directory '/tmp/crun-build/libocispec'
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.5 make[5]: Nothing to be done for 'install-exec-am'.
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.5 make[5]: Nothing to be done for 'install-data-am'.
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.5 make[5]: Leaving directory '/tmp/crun-build/libocispec'
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.5 make[4]: Leaving directory '/tmp/crun-build/libocispec'
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.5 make[3]: Leaving directory '/tmp/crun-build/libocispec'
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.5 make[2]: Leaving directory '/tmp/crun-build/libocispec'
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.5 make[2]: Entering directory '/tmp/crun-build'
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.7   CC       src/libcrun/libcrun_testing_a-utils.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.7   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.7   CC       src/libcrun/libcrun_testing_a-container.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.8   CC       src/libcrun/libcrun_testing_a-cgroup.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.8   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.8   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.9   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 296.9   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.0   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.0   CC       src/libcrun/libcrun_testing_a-criu.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.0   CC       src/libcrun/libcrun_testing_a-custom-handler.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.1   CC       src/libcrun/libcrun_testing_a-linux.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.1   CC       src/libcrun/libcrun_testing_a-seccomp.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.1   CC       src/libcrun/libcrun_testing_a-ebpf.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.2   CC       src/libcrun/libcrun_testing_a-error.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.3   CC       src/libcrun/libcrun_testing_a-terminal.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.3   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.3   CC       src/libcrun/libcrun_testing_a-status.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.3   CC       src/libcrun/libcrun_testing_a-signals.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.4   CC       src/libcrun/libcrun_testing_a-mount_flags.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.6   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.6   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.6   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.7   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.7   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
15:37:57 [2022-08-31T15:37:57.179Z] #77 297.8   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
15:37:57 [2022-08-31T15:37:57.437Z] #77 298.0   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
15:37:58 [2022-08-31T15:37:58.003Z] #77 298.4   CC       src/crun-crun.o
15:37:58 [2022-08-31T15:37:58.259Z] #77 298.6   CC       src/crun-run.o
15:37:58 [2022-08-31T15:37:58.516Z] #77 298.8   CC       src/crun-delete.o
15:37:58 [2022-08-31T15:37:58.516Z] #77 299.0   CC       src/crun-exec.o
15:37:58 [2022-08-31T15:37:58.516Z] #77 299.0   CC       src/crun-kill.o
15:37:58 [2022-08-31T15:37:58.516Z] #77 299.1   CC       src/crun-spec.o
15:37:58 [2022-08-31T15:37:58.776Z] #77 299.1   CC       src/crun-pause.o
15:37:58 [2022-08-31T15:37:58.776Z] #77 299.1   CC       src/crun-unpause.o
15:37:58 [2022-08-31T15:37:58.776Z] #77 299.2   CC       src/crun-list.o
15:37:58 [2022-08-31T15:37:58.776Z] #77 299.2   CC       src/crun-state.o
15:37:58 [2022-08-31T15:37:58.776Z] #77 299.2   CC       src/crun-create.o
15:37:58 [2022-08-31T15:37:58.776Z] #77 299.3   CC       src/crun-start.o
15:37:58 [2022-08-31T15:37:58.776Z] #77 299.3   CC       src/crun-update.o
15:37:59 [2022-08-31T15:37:59.033Z] #77 299.5   CC       src/crun-ps.o
15:37:59 [2022-08-31T15:37:59.291Z] #77 299.7   CC       src/crun-restore.o
15:37:59 [2022-08-31T15:37:59.291Z] #77 299.7   CC       src/libcrun/libcrun_la-cloned_binary.lo
15:37:59 [2022-08-31T15:37:59.291Z] #77 299.8   CC       src/libcrun/libcrun_la-utils.lo
15:37:59 [2022-08-31T15:37:59.291Z] #77 299.8   CC       src/crun-checkpoint.o
15:37:59 [2022-08-31T15:37:59.291Z] #77 299.8   CC       src/libcrun/libcrun_la-cgroup.lo
15:37:59 [2022-08-31T15:37:59.291Z] #77 299.9   CC       src/libcrun/libcrun_la-container.lo
15:37:59 [2022-08-31T15:37:59.550Z] #77 300.0   CC       src/libcrun/libcrun_la-cgroup-resources.lo
15:37:59 [2022-08-31T15:37:59.550Z] #77 300.0   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
15:37:59 [2022-08-31T15:37:59.550Z] #77 300.1   CC       src/libcrun/libcrun_la-cgroup-setup.lo
15:37:59 [2022-08-31T15:37:59.810Z] #77 300.2   CC       src/libcrun/libcrun_la-cgroup-utils.lo
15:38:00 [2022-08-31T15:38:00.067Z] #77 300.3   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
15:38:00 [2022-08-31T15:38:00.067Z] #77 300.5   CC       src/libcrun/libcrun_la-custom-handler.lo
15:38:00 [2022-08-31T15:38:00.067Z] #77 300.5   CC       src/libcrun/libcrun_la-criu.lo
15:38:00 [2022-08-31T15:38:00.067Z] #77 300.6   CC       src/libcrun/libcrun_la-linux.lo
15:38:00 [2022-08-31T15:38:00.067Z] #77 300.7   CC       src/libcrun/libcrun_la-ebpf.lo
15:38:00 [2022-08-31T15:38:00.324Z] #77 300.8   CC       src/libcrun/libcrun_la-error.lo
15:38:00 [2022-08-31T15:38:00.324Z] #77 300.9   CC       src/libcrun/libcrun_la-seccomp.lo
15:38:00 [2022-08-31T15:38:00.582Z] #77 301.0   CC       src/libcrun/libcrun_la-status.lo
15:38:00 [2022-08-31T15:38:00.582Z] #77 301.1   CC       src/libcrun/libcrun_la-signals.lo
15:38:00 [2022-08-31T15:38:00.582Z] #77 301.2   CC       src/libcrun/libcrun_la-terminal.lo
15:38:00 [2022-08-31T15:38:00.582Z] #77 301.2   CC       src/libcrun/libcrun_la-mount_flags.lo
15:38:00 [2022-08-31T15:38:00.582Z] #77 301.2   CC       src/libcrun/libcrun_la-seccomp_notify.lo
15:38:01 [2022-08-31T15:38:01.146Z] #77 301.4   CC       src/libcrun/libcrun_la-chroot_realpath.lo
15:38:01 [2022-08-31T15:38:01.146Z] #77 301.4   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
15:38:01 [2022-08-31T15:38:01.146Z] #77 301.4   CC       src/libcrun/handlers/libcrun_la-krun.lo
15:38:01 [2022-08-31T15:38:01.146Z] #77 301.5   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
15:38:01 [2022-08-31T15:38:01.230Z] #47 ...
15:38:01 [2022-08-31T15:38:01.230Z] 
15:38:01 [2022-08-31T15:38:01.230Z] #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
15:38:01 [2022-08-31T15:38:01.230Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:38:01 [2022-08-31T15:38:01.230Z] #77 295.7   CC       src/libcrun/libcrun_la-seccomp.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 296.1   CC       src/libcrun/libcrun_la-ebpf.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 296.3   CC       src/libcrun/libcrun_la-error.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 296.4   CC       src/libcrun/libcrun_la-status.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 296.6   CC       src/libcrun/libcrun_la-terminal.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 296.7   CC       src/libcrun/libcrun_la-signals.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 296.9   CC       src/libcrun/libcrun_la-chroot_realpath.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 297.0   CC       src/libcrun/libcrun_la-mount_flags.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 297.3   CC       src/libcrun/libcrun_la-seccomp_notify.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 297.6   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 297.6   CC       src/libcrun/handlers/libcrun_la-krun.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 297.8   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
15:38:01 [2022-08-31T15:38:01.230Z] #77 298.1   CC       tests/init.o
15:38:01 [2022-08-31T15:38:01.230Z] #77 298.2   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
15:38:01 [2022-08-31T15:38:01.230Z] #77 298.2   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
15:38:01 [2022-08-31T15:38:01.403Z] #77 301.7   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
15:38:01 [2022-08-31T15:38:01.403Z] #77 301.7   CC       tests/init.o
15:38:01 [2022-08-31T15:38:01.660Z] #77 302.1   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
15:38:06 [2022-08-31T15:38:06.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
15:38:06 [2022-08-31T15:38:06.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
15:38:27 [2022-08-31T15:38:27.782Z] #77 ...
15:38:27 [2022-08-31T15:38:27.782Z] 
15:38:27 [2022-08-31T15:38:27.782Z] #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
15:38:27 [2022-08-31T15:38:27.782Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:38:27 [2022-08-31T15:38:27.782Z] #47 DONE 404.7s
15:38:27 [2022-08-31T15:38:27.782Z] 
15:38:27 [2022-08-31T15:38:27.782Z] #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
15:38:27 [2022-08-31T15:38:27.782Z] #64 sha256:e680cc345ec1f5e900fbfbbd381a0c989095cb4e3839f83b25f56751e0c1ff11
15:38:27 [2022-08-31T15:38:27.782Z] #64 ...
15:38:27 [2022-08-31T15:38:27.782Z] 
15:38:27 [2022-08-31T15:38:27.782Z] #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
15:38:27 [2022-08-31T15:38:27.782Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:38:27 [2022-08-31T15:38:27.782Z] #77 328.9   CCLD     tests/init
15:38:28 [2022-08-31T15:38:28.177Z] #77 ...
15:38:28 [2022-08-31T15:38:28.177Z] 
15:38:28 [2022-08-31T15:38:28.177Z] #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
15:38:28 [2022-08-31T15:38:28.177Z] #47 sha256:71832906a8764a4b134fb595af28bdb285f230def80357dbfa0d4f53ef20dc68
15:38:28 [2022-08-31T15:38:28.177Z] #47 DONE 401.7s
15:38:28 [2022-08-31T15:38:28.177Z] 
15:38:28 [2022-08-31T15:38:28.177Z] #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
15:38:28 [2022-08-31T15:38:28.177Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:38:28 [2022-08-31T15:38:28.741Z] #77 ...
15:38:28 [2022-08-31T15:38:28.741Z] 
15:38:28 [2022-08-31T15:38:28.741Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
15:38:28 [2022-08-31T15:38:28.741Z] #48 sha256:5c1f939a77045ca7e974d0f75ae41f566a297bab599ceb28336d3806b1ffed8d
15:38:29 [2022-08-31T15:38:29.307Z] #48 DONE 0.7s
15:38:29 [2022-08-31T15:38:29.307Z] 
15:38:29 [2022-08-31T15:38:29.307Z] #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
15:38:29 [2022-08-31T15:38:29.307Z] #60 sha256:bfa60780542eb462c19e89504fb24b8b7df7c92deb0c6c1c59085e914ae17d10
15:38:29 [2022-08-31T15:38:29.568Z] #60 ...
15:38:29 [2022-08-31T15:38:29.568Z] 
15:38:29 [2022-08-31T15:38:29.568Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
15:38:29 [2022-08-31T15:38:29.568Z] #52 sha256:a0759f0d49b6539b8daf09ff059d74725064edc83618b4179d0c900e5b9d2590
15:38:29 [2022-08-31T15:38:29.568Z] #52 DONE 0.1s
15:38:29 [2022-08-31T15:38:29.568Z] 
15:38:29 [2022-08-31T15:38:29.568Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
15:38:29 [2022-08-31T15:38:29.568Z] #54 sha256:f7b2e4dfc9519702e771f2480246b8188998a18c5d51abe41a2cb75894cda391
15:38:29 [2022-08-31T15:38:29.568Z] #54 DONE 0.1s
15:38:29 [2022-08-31T15:38:29.568Z] 
15:38:29 [2022-08-31T15:38:29.568Z] #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
15:38:29 [2022-08-31T15:38:29.568Z] #60 sha256:bfa60780542eb462c19e89504fb24b8b7df7c92deb0c6c1c59085e914ae17d10
15:38:30 [2022-08-31T15:38:30.499Z] #60 ...
15:38:30 [2022-08-31T15:38:30.499Z] 
15:38:30 [2022-08-31T15:38:30.499Z] #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
15:38:30 [2022-08-31T15:38:30.499Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:38:30 [2022-08-31T15:38:30.499Z] #77 330.8   CCLD     tests/init
15:38:31 [2022-08-31T15:38:31.974Z] #77 ...
15:38:31 [2022-08-31T15:38:31.975Z] 
15:38:31 [2022-08-31T15:38:31.975Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
15:38:31 [2022-08-31T15:38:31.975Z] #48 sha256:98f24ef3130743fb142651aa2228953f06b07ad8a1e4581d624da4abcbc5e65e
15:38:31 [2022-08-31T15:38:31.975Z] #48 DONE 0.8s
15:38:31 [2022-08-31T15:38:31.975Z] 
15:38:31 [2022-08-31T15:38:31.975Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
15:38:31 [2022-08-31T15:38:31.975Z] #52 sha256:96bb53f45a99fa06a383ceeaa3d50d4fa6319af20f20f7517a8186b30641c499
15:38:31 [2022-08-31T15:38:31.975Z] #52 DONE 0.1s
15:38:31 [2022-08-31T15:38:31.975Z] 
15:38:31 [2022-08-31T15:38:31.975Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
15:38:31 [2022-08-31T15:38:31.975Z] #54 sha256:cca912553cf246dab8be12ab1a80d7bb2ab7a2cdfb8d39ba301fe6d84008f768
15:38:31 [2022-08-31T15:38:31.975Z] #54 DONE 0.1s
15:38:31 [2022-08-31T15:38:31.975Z] 
15:38:31 [2022-08-31T15:38:31.975Z] #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
15:38:31 [2022-08-31T15:38:31.975Z] #64 sha256:e680cc345ec1f5e900fbfbbd381a0c989095cb4e3839f83b25f56751e0c1ff11
15:38:32 [2022-08-31T15:38:32.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
15:38:36 [2022-08-31T15:38:36.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
15:38:43 [2022-08-31T15:38:43.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
15:38:43 [2022-08-31T15:38:43.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
15:38:44 [2022-08-31T15:38:44.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
15:38:44 [2022-08-31T15:38:44.798Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
15:38:45 [2022-08-31T15:38:45.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
15:38:45 [2022-08-31T15:38:45.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
15:38:46 [2022-08-31T15:38:46.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
15:38:48 [2022-08-31T15:38:48.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
15:38:48 [2022-08-31T15:38:48.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
15:38:49 [2022-08-31T15:38:49.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
15:38:50 [2022-08-31T15:38:50.078Z] #64 ...
15:38:50 [2022-08-31T15:38:50.078Z] 
15:38:50 [2022-08-31T15:38:50.078Z] #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
15:38:50 [2022-08-31T15:38:50.078Z] #77 sha256:21b000730df3de205825a98ad37bec69259b2cb42fb57daa3dee792accfbcf8c
15:38:50 [2022-08-31T15:38:50.078Z] #77 349.4   AR       libcrun_testing.a
15:38:50 [2022-08-31T15:38:50.078Z] #77 349.4 ar: `u' modifier ignored since `D' is the default (see `U')
15:38:50 [2022-08-31T15:38:50.078Z] #77 349.5   CCLD     tests/tests_libcrun_utils
15:38:50 [2022-08-31T15:38:50.078Z] #77 349.5   CCLD     tests/tests_libcrun_errors
15:38:50 [2022-08-31T15:38:50.078Z] #77 349.6   CCLD     tests/tests_libcrun_fuzzer
15:38:50 [2022-08-31T15:38:50.078Z] #77 349.8   CCLD     libcrun.la
15:38:50 [2022-08-31T15:38:50.078Z] #77 350.9   CCLD     crun
15:38:50 [2022-08-31T15:38:50.336Z] #77 351.4 make[3]: Entering directory '/tmp/crun-build'
15:38:50 [2022-08-31T15:38:50.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
15:38:50 [2022-08-31T15:38:50.611Z] #77 351.7  /bin/mkdir -p '/usr/local/lib'
15:38:50 [2022-08-31T15:38:50.611Z] #77 351.7  /bin/mkdir -p '/usr/local/share/man/man1'
15:38:50 [2022-08-31T15:38:50.611Z] #77 351.7  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
15:38:50 [2022-08-31T15:38:50.611Z] #77 351.7  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
15:38:50 [2022-08-31T15:38:50.893Z] #77 351.8 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
15:38:50 [2022-08-31T15:38:50.893Z] #77 351.8 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
15:38:50 [2022-08-31T15:38:50.893Z] #77 351.8 libtool: install: chmod 644 /usr/local/lib/libcrun.a
15:38:50 [2022-08-31T15:38:50.893Z] #77 351.8 libtool: install: ranlib /usr/local/lib/libcrun.a
15:38:51 [2022-08-31T15:38:51.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 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
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 ----------------------------------------------------------------------
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 Libraries have been installed in:
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1    /usr/local/lib
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 If you ever happen to want to link against installed libraries
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 in a given directory, LIBDIR, you must either use libtool, and
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 specify the full pathname of the library, or use the '-LLIBDIR'
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 flag during linking and do at least one of the following:
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1      during execution
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1    - add LIBDIR to the 'LD_RUN_PATH' environment variable
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1      during linking
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 See any operating system documentation about shared libraries for
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 more information, such as the ld(1) and ld.so(8) manual pages.
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1 ----------------------------------------------------------------------
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1  /bin/mkdir -p '/build'
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.1   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.2 libtool: install: /usr/bin/install -c crun /build/crun
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.2 make[3]: Leaving directory '/tmp/crun-build'
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.2 make[2]: Leaving directory '/tmp/crun-build'
15:38:51 [2022-08-31T15:38:51.152Z] #77 352.2 make[1]: Leaving directory '/tmp/crun-build'
15:38:51 [2022-08-31T15:38:51.410Z] #77 DONE 352.5s
15:38:51 [2022-08-31T15:38:51.410Z] 
15:38:51 [2022-08-31T15:38:51.410Z] #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
15:38:51 [2022-08-31T15:38:51.410Z] #64 sha256:e680cc345ec1f5e900fbfbbd381a0c989095cb4e3839f83b25f56751e0c1ff11
15:38:51 [2022-08-31T15:38:51.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
15:38:52 [2022-08-31T15:38:52.401Z] #77 351.3   AR       libcrun_testing.a
15:38:52 [2022-08-31T15:38:52.401Z] #77 351.4 ar: `u' modifier ignored since `D' is the default (see `U')
15:38:52 [2022-08-31T15:38:52.401Z] #77 351.5   CCLD     tests/tests_libcrun_utils
15:38:52 [2022-08-31T15:38:52.401Z] #77 351.5   CCLD     tests/tests_libcrun_errors
15:38:52 [2022-08-31T15:38:52.401Z] #77 351.5   CCLD     tests/tests_libcrun_fuzzer
15:38:52 [2022-08-31T15:38:52.401Z] #77 352.0   CCLD     libcrun.la
15:38:52 [2022-08-31T15:38:52.659Z] #77 353.0   CCLD     crun
15:38:52 [2022-08-31T15:38:52.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
15:38:52 [2022-08-31T15:38:52.916Z] #77 353.5 make[3]: Entering directory '/tmp/crun-build'
15:38:53 [2022-08-31T15:38:53.429Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
15:38:53 [2022-08-31T15:38:53.480Z] #77 353.8  /bin/mkdir -p '/usr/local/lib'
15:38:53 [2022-08-31T15:38:53.480Z] #77 353.8  /bin/mkdir -p '/usr/local/share/man/man1'
15:38:53 [2022-08-31T15:38:53.480Z] #77 353.8  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
15:38:53 [2022-08-31T15:38:53.480Z] #77 353.8  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
15:38:53 [2022-08-31T15:38:53.480Z] #77 353.9 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
15:38:53 [2022-08-31T15:38:53.480Z] #77 353.9 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
15:38:53 [2022-08-31T15:38:53.480Z] #77 353.9 libtool: install: chmod 644 /usr/local/lib/libcrun.a
15:38:53 [2022-08-31T15:38:53.480Z] #77 353.9 libtool: install: ranlib /usr/local/lib/libcrun.a
15:38:53 [2022-08-31T15:38:53.480Z] #77 354.1 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
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1 ----------------------------------------------------------------------
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1 Libraries have been installed in:
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1    /usr/local/lib
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1 
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1 If you ever happen to want to link against installed libraries
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1 in a given directory, LIBDIR, you must either use libtool, and
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1 specify the full pathname of the library, or use the '-LLIBDIR'
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1 flag during linking and do at least one of the following:
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1      during execution
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1    - add LIBDIR to the 'LD_RUN_PATH' environment variable
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1      during linking
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1 
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1 See any operating system documentation about shared libraries for
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1 more information, such as the ld(1) and ld.so(8) manual pages.
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1 ----------------------------------------------------------------------
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1  /bin/mkdir -p '/build'
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.1   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.2 libtool: install: /usr/bin/install -c crun /build/crun
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.2 make[3]: Leaving directory '/tmp/crun-build'
15:38:53 [2022-08-31T15:38:53.737Z] #77 354.2 make[2]: Leaving directory '/tmp/crun-build'
15:38:53 [2022-08-31T15:38:53.738Z] #77 354.2 make[1]: Leaving directory '/tmp/crun-build'
15:38:53 [2022-08-31T15:38:53.995Z] #77 DONE 354.5s
15:38:53 [2022-08-31T15:38:53.995Z] 
15:38:53 [2022-08-31T15:38:53.995Z] #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
15:38:53 [2022-08-31T15:38:53.995Z] #64 sha256:ae9968aef2436c132b6bf1013f85eeafc857debc7dd9e792ad55a475647d8867
15:38:54 [2022-08-31T15:38:54.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
15:38:54 [2022-08-31T15:38:54.932Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
15:38:54 [2022-08-31T15:38:54.932Z] Using test binary docker
15:38:55 [2022-08-31T15:38:55.188Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
15:38:55 [2022-08-31T15:38:55.188Z] +++ /etc/init.d/apparmor start
15:38:55 [2022-08-31T15:38:55.188Z] Not: starting.
15:38:55 [2022-08-31T15:38:55.188Z] INFO: Waiting for daemon to start...
15:38:55 [2022-08-31T15:38:55.188Z] Starting dockerd
15:38:55 [2022-08-31T15:38:55.188Z] +++ 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
15:38:57 [2022-08-31T15:38:57.078Z] .
15:38:57 [2022-08-31T15:38:57.078Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
15:38:57 [2022-08-31T15:38:57.078Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
15:38:57 [2022-08-31T15:38:57.078Z] Error: No such image: emptyfs
15:38:57 [2022-08-31T15:38:57.078Z] ++++ tar -cC bundles/test-integration/emptyfs .
15:38:57 [2022-08-31T15:38:57.078Z] ++++ docker load
15:38:57 [2022-08-31T15:38:57.334Z] Loaded image: emptyfs:latest
15:38:57 [2022-08-31T15:38:57.334Z] Running integration-test (iteration 1)
15:38:57 [2022-08-31T15:38:57.334Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
15:38:57 [2022-08-31T15:38:57.334Z] ++ 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
15:38:57 [2022-08-31T15:38:57.334Z] ++ set -e
15:38:57 [2022-08-31T15:38:57.334Z] ++ '[' -n 0 ']'
15:38:57 [2022-08-31T15:38:57.334Z] ++ set -x
15:38:57 [2022-08-31T15:38:57.334Z] ++ env -i DEST=/go/src/github.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
15:38:57 [2022-08-31T15:38:57.590Z] Loaded image: busybox:latest
15:38:57 [2022-08-31T15:38:57.590Z] Loaded image: busybox:glibc
15:38:58 [2022-08-31T15:38:58.519Z] Loaded image: debian:bullseye-slim
15:38:58 [2022-08-31T15:38:58.776Z] Loaded image: hello-world:latest
15:38:58 [2022-08-31T15:38:58.776Z] Loaded image: arm32v7/hello-world:latest
15:38:58 [2022-08-31T15:38:58.776Z] INFO: Testing against a local daemon
15:38:58 [2022-08-31T15:38:58.776Z] === RUN   TestCgroupNamespacesBuild
15:39:00 [2022-08-31T15:39:00.143Z] --- PASS: TestCgroupNamespacesBuild (1.14s)
15:39:00 [2022-08-31T15:39:00.143Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
15:39:01 [2022-08-31T15:39:01.071Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s)
15:39:01 [2022-08-31T15:39:01.071Z] === RUN   TestBuildWithSession
15:39:01 [2022-08-31T15:39:01.071Z]     build_session_test.go:25: TODO: BuildKit
15:39:01 [2022-08-31T15:39:01.071Z] --- SKIP: TestBuildWithSession (0.00s)
15:39:01 [2022-08-31T15:39:01.071Z] === RUN   TestBuildSquashParent
15:39:05 [2022-08-31T15:39:05.241Z] --- PASS: TestBuildSquashParent (4.13s)
15:39:05 [2022-08-31T15:39:05.241Z] === RUN   TestBuildWithRemoveAndForceRemove
15:39:05 [2022-08-31T15:39:05.241Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:39:05 [2022-08-31T15:39:05.241Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:39:05 [2022-08-31T15:39:05.241Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:39:05 [2022-08-31T15:39:05.241Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:39:05 [2022-08-31T15:39:05.241Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:39:05 [2022-08-31T15:39:05.241Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:39:05 [2022-08-31T15:39:05.241Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:39:05 [2022-08-31T15:39:05.241Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:39:05 [2022-08-31T15:39:05.241Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:39:05 [2022-08-31T15:39:05.241Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:39:05 [2022-08-31T15:39:05.241Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:39:05 [2022-08-31T15:39:05.241Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:39:05 [2022-08-31T15:39:05.241Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:39:05 [2022-08-31T15:39:05.241Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:39:06 [2022-08-31T15:39:06.608Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:39:06 [2022-08-31T15:39:06.608Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:39:07 [2022-08-31T15:39:07.975Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:39:07 [2022-08-31T15:39:07.975Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:39:09 [2022-08-31T15:39:09.342Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
15:39:09 [2022-08-31T15:39:09.342Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.45s)
15:39:09 [2022-08-31T15:39:09.342Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.49s)
15:39:09 [2022-08-31T15:39:09.342Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.05s)
15:39:09 [2022-08-31T15:39:09.342Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.27s)
15:39:09 [2022-08-31T15:39:09.342Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.24s)
15:39:09 [2022-08-31T15:39:09.342Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.06s)
15:39:09 [2022-08-31T15:39:09.342Z] === RUN   TestBuildMultiStageCopy
15:39:09 [2022-08-31T15:39:09.342Z] === RUN   TestBuildMultiStageCopy/copy_to_root
15:39:09 [2022-08-31T15:39:09.485Z] #64 ...
15:39:09 [2022-08-31T15:39:09.485Z] 
15:39:09 [2022-08-31T15:39:09.485Z] #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
15:39:09 [2022-08-31T15:39:09.485Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:39:09 [2022-08-31T15:39:09.485Z] #55 445.6 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
15:39:09 [2022-08-31T15:39:09.485Z] #55 DONE 446.8s
15:39:09 [2022-08-31T15:39:09.485Z] 
15:39:09 [2022-08-31T15:39:09.485Z] #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
15:39:09 [2022-08-31T15:39:09.485Z] #60 sha256:fa217624ed338716b24a00dc1af1a6336a1774deb16df5b85379649bd022f4c5
15:39:10 [2022-08-31T15:39:10.272Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
15:39:10 [2022-08-31T15:39:10.420Z] #60 235.1 + mkdir -p /build
15:39:10 [2022-08-31T15:39:10.529Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
15:39:10 [2022-08-31T15:39:10.529Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
15:39:10 [2022-08-31T15:39:10.680Z] #60 235.1 + cp runc /build/runc
15:39:10 [2022-08-31T15:39:10.785Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
15:39:10 [2022-08-31T15:39:10.939Z] #60 DONE 235.4s
15:39:10 [2022-08-31T15:39:10.939Z] 
15:39:10 [2022-08-31T15:39:10.939Z] #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
15:39:10 [2022-08-31T15:39:10.939Z] #64 sha256:e680cc345ec1f5e900fbfbbd381a0c989095cb4e3839f83b25f56751e0c1ff11
15:39:11 [2022-08-31T15:39:11.041Z] --- PASS: TestBuildMultiStageCopy (2.02s)
15:39:11 [2022-08-31T15:39:11.041Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.16s)
15:39:11 [2022-08-31T15:39:11.041Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
15:39:11 [2022-08-31T15:39:11.041Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
15:39:11 [2022-08-31T15:39:11.041Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
15:39:11 [2022-08-31T15:39:11.041Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s)
15:39:11 [2022-08-31T15:39:11.041Z] === RUN   TestBuildMultiStageParentConfig
15:39:11 [2022-08-31T15:39:11.506Z] #64 ...
15:39:11 [2022-08-31T15:39:11.506Z] 
15:39:11 [2022-08-31T15:39:11.506Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
15:39:11 [2022-08-31T15:39:11.506Z] #56 sha256:78bcbd7498e18be15ec24fda9bea3db515f79e0aba5cc09dd4addf5089966ebd
15:39:11 [2022-08-31T15:39:11.970Z] --- PASS: TestBuildMultiStageParentConfig (0.68s)
15:39:11 [2022-08-31T15:39:11.970Z] === RUN   TestBuildLabelWithTargets
15:39:12 [2022-08-31T15:39:12.067Z] #64 ...
15:39:12 [2022-08-31T15:39:12.067Z] 
15:39:12 [2022-08-31T15:39:12.067Z] #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
15:39:12 [2022-08-31T15:39:12.067Z] #55 sha256:b315029167a0218f5d71ae8e9d516d861e82e5e709ff0adc42b4fb1ff526d163
15:39:12 [2022-08-31T15:39:12.068Z] #55 446.0 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
15:39:12 [2022-08-31T15:39:12.068Z] #55 DONE 447.0s
15:39:12 [2022-08-31T15:39:12.068Z] 
15:39:12 [2022-08-31T15:39:12.068Z] #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
15:39:12 [2022-08-31T15:39:12.068Z] #60 sha256:bfa60780542eb462c19e89504fb24b8b7df7c92deb0c6c1c59085e914ae17d10
15:39:12 [2022-08-31T15:39:12.068Z] #60 234.1 + mkdir -p /build
15:39:12 [2022-08-31T15:39:12.068Z] #60 234.2 + cp runc /build/runc
15:39:12 [2022-08-31T15:39:12.068Z] #60 DONE 234.4s
15:39:12 [2022-08-31T15:39:12.068Z] 
15:39:12 [2022-08-31T15:39:12.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
15:39:12 [2022-08-31T15:39:12.068Z] #64 sha256:ae9968aef2436c132b6bf1013f85eeafc857debc7dd9e792ad55a475647d8867
15:39:12 [2022-08-31T15:39:12.077Z] #56 DONE 0.6s
15:39:12 [2022-08-31T15:39:12.077Z] 
15:39:12 [2022-08-31T15:39:12.077Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
15:39:12 [2022-08-31T15:39:12.077Z] #58 sha256:55f94a91c2725dcbcc99d05fd5ee5a36a46620562475ce7c54b67a5383fb7436
15:39:12 [2022-08-31T15:39:12.336Z] #58 DONE 0.2s
15:39:12 [2022-08-31T15:39:12.336Z] 
15:39:12 [2022-08-31T15:39:12.336Z] #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
15:39:12 [2022-08-31T15:39:12.336Z] #64 sha256:e680cc345ec1f5e900fbfbbd381a0c989095cb4e3839f83b25f56751e0c1ff11
15:39:12 [2022-08-31T15:39:12.596Z] #64 ...
15:39:12 [2022-08-31T15:39:12.596Z] 
15:39:12 [2022-08-31T15:39:12.596Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
15:39:12 [2022-08-31T15:39:12.596Z] #61 sha256:593d6179d8d866f561930b798c3468fbe663f92c6e6a1a498176a08cead0e0d5
15:39:12 [2022-08-31T15:39:12.855Z] #61 DONE 0.3s
15:39:12 [2022-08-31T15:39:12.855Z] 
15:39:12 [2022-08-31T15:39:12.855Z] #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
15:39:12 [2022-08-31T15:39:12.855Z] #64 sha256:e680cc345ec1f5e900fbfbbd381a0c989095cb4e3839f83b25f56751e0c1ff11
15:39:12 [2022-08-31T15:39:12.899Z] --- PASS: TestBuildLabelWithTargets (1.02s)
15:39:12 [2022-08-31T15:39:12.899Z] === RUN   TestBuildWithEmptyLayers
15:39:13 [2022-08-31T15:39:13.155Z] --- PASS: TestBuildWithEmptyLayers (0.43s)
15:39:13 [2022-08-31T15:39:13.155Z] === RUN   TestBuildMultiStageOnBuild
15:39:13 [2022-08-31T15:39:13.971Z] #64 ...
15:39:13 [2022-08-31T15:39:13.971Z] 
15:39:13 [2022-08-31T15:39:13.971Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
15:39:13 [2022-08-31T15:39:13.971Z] #56 sha256:f9cd92bb5201834ec6c1e8f8ed58c90c97499d8750413accf9e2e8fb7460477a
15:39:14 [2022-08-31T15:39:14.521Z] --- PASS: TestBuildMultiStageOnBuild (1.33s)
15:39:14 [2022-08-31T15:39:14.521Z] === RUN   TestBuildUncleanTarFilenames
15:39:14 [2022-08-31T15:39:14.536Z] #56 DONE 0.6s
15:39:14 [2022-08-31T15:39:14.536Z] 
15:39:14 [2022-08-31T15:39:14.536Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
15:39:14 [2022-08-31T15:39:14.536Z] #58 sha256:fb50a2bbe55059d0b6c4142be898a97c3d878dc9274e3a1e432f4d4957ec9d19
15:39:14 [2022-08-31T15:39:14.536Z] #58 DONE 0.1s
15:39:14 [2022-08-31T15:39:14.536Z] 
15:39:14 [2022-08-31T15:39:14.536Z] #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
15:39:14 [2022-08-31T15:39:14.536Z] #64 sha256:ae9968aef2436c132b6bf1013f85eeafc857debc7dd9e792ad55a475647d8867
15:39:14 [2022-08-31T15:39:14.794Z] #64 ...
15:39:14 [2022-08-31T15:39:14.794Z] 
15:39:14 [2022-08-31T15:39:14.794Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
15:39:14 [2022-08-31T15:39:14.794Z] #61 sha256:1765925cf1c9c1333b9eadd6bfc2e64894771f3df27c121f12b58948019ac889
15:39:14 [2022-08-31T15:39:14.794Z] #61 DONE 0.3s
15:39:14 [2022-08-31T15:39:14.794Z] 
15:39:14 [2022-08-31T15:39:14.794Z] #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
15:39:14 [2022-08-31T15:39:14.794Z] #64 sha256:ae9968aef2436c132b6bf1013f85eeafc857debc7dd9e792ad55a475647d8867
15:39:15 [2022-08-31T15:39:15.106Z] --- PASS: TestBuildUncleanTarFilenames (0.63s)
15:39:15 [2022-08-31T15:39:15.106Z] === RUN   TestBuildMultiStageLayerLeak
15:39:16 [2022-08-31T15:39:16.139Z] #64 390.0 + bin/containerd
15:39:16 [2022-08-31T15:39:16.477Z] --- PASS: TestBuildMultiStageLayerLeak (1.37s)
15:39:16 [2022-08-31T15:39:16.477Z] === RUN   TestBuildWithHugeFile
15:39:17 [2022-08-31T15:39:17.344Z] #64 389.8 + bin/containerd
15:39:17 [2022-08-31T15:39:17.994Z] --- PASS: TestImportExtremelyLargeImageWorks (92.68s)
15:39:17 [2022-08-31T15:39:17.994Z] PASS
15:39:17 [2022-08-31T15:39:17.994Z] 
15:39:17 [2022-08-31T15:39:17.994Z] DONE 22 tests in 96.171s
15:39:17 [2022-08-31T15:39:17.994Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
15:39:17 [2022-08-31T15:39:17.994Z] === RUN   TestStripANSICommands
15:39:17 [2022-08-31T15:39:17.994Z] === RUN   TestStripANSICommands/#00
15:39:17 [2022-08-31T15:39:17.994Z] === RUN   TestStripANSICommands/#01
15:39:17 [2022-08-31T15:39:17.994Z] --- PASS: TestStripANSICommands (0.00s)
15:39:17 [2022-08-31T15:39:17.994Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
15:39:17 [2022-08-31T15:39:17.994Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
15:39:17 [2022-08-31T15:39:17.994Z] PASS
15:39:17 [2022-08-31T15:39:17.994Z] 
15:39:17 [2022-08-31T15:39:17.994Z] DONE 3 tests in 0.010s
15:39:17 [2022-08-31T15:39:17.994Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
15:39:17 [2022-08-31T15:39:17.994Z] INFO: Testing against a local daemon
15:39:17 [2022-08-31T15:39:17.994Z] === RUN   TestNetworkCreateDelete
15:39:17 [2022-08-31T15:39:17.994Z] --- PASS: TestNetworkCreateDelete (0.13s)
15:39:17 [2022-08-31T15:39:17.994Z] === RUN   TestDockerNetworkDeletePreferID
15:39:17 [2022-08-31T15:39:17.994Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
15:39:17 [2022-08-31T15:39:17.994Z] === RUN   TestDaemonDNSFallback
15:39:21 [2022-08-31T15:39:21.286Z] --- PASS: TestDaemonDNSFallback (6.44s)
15:39:21 [2022-08-31T15:39:21.286Z] === RUN   TestInspectNetwork
15:39:24 [2022-08-31T15:39:24.582Z] === RUN   TestInspectNetwork/full_network_id
15:39:24 [2022-08-31T15:39:24.582Z] === RUN   TestInspectNetwork/partial_network_id
15:39:24 [2022-08-31T15:39:24.582Z] === RUN   TestInspectNetwork/network_name
15:39:24 [2022-08-31T15:39:24.582Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
15:39:28 [2022-08-31T15:39:28.775Z] --- PASS: TestInspectNetwork (7.65s)
15:39:28 [2022-08-31T15:39:28.775Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
15:39:28 [2022-08-31T15:39:28.775Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
15:39:28 [2022-08-31T15:39:28.775Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
15:39:28 [2022-08-31T15:39:28.775Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
15:39:28 [2022-08-31T15:39:28.775Z] === RUN   TestRunContainerWithBridgeNone
15:39:30 [2022-08-31T15:39:30.687Z] --- PASS: TestRunContainerWithBridgeNone (1.75s)
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/create
15:39:30 [2022-08-31T15:39:30.687Z] === PAUSE TestNetworkInvalidJSON/networks/create
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
15:39:30 [2022-08-31T15:39:30.687Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
15:39:30 [2022-08-31T15:39:30.687Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
15:39:30 [2022-08-31T15:39:30.687Z] === CONT  TestNetworkInvalidJSON/networks/create
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
15:39:30 [2022-08-31T15:39:30.687Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
15:39:30 [2022-08-31T15:39:30.687Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
15:39:30 [2022-08-31T15:39:30.687Z] --- PASS: TestNetworkInvalidJSON (0.01s)
15:39:30 [2022-08-31T15:39:30.687Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkList
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkList//networks
15:39:30 [2022-08-31T15:39:30.687Z] === PAUSE TestNetworkList//networks
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestNetworkList//networks/
15:39:30 [2022-08-31T15:39:30.687Z] === PAUSE TestNetworkList//networks/
15:39:30 [2022-08-31T15:39:30.687Z] === CONT  TestNetworkList//networks
15:39:30 [2022-08-31T15:39:30.687Z] === CONT  TestNetworkList//networks/
15:39:30 [2022-08-31T15:39:30.687Z] --- PASS: TestNetworkList (0.02s)
15:39:30 [2022-08-31T15:39:30.687Z]     --- PASS: TestNetworkList//networks/ (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z]     --- PASS: TestNetworkList//networks (0.00s)
15:39:30 [2022-08-31T15:39:30.687Z] === RUN   TestHostIPv4BridgeLabel
15:39:31 [2022-08-31T15:39:31.256Z] --- PASS: TestHostIPv4BridgeLabel (0.64s)
15:39:31 [2022-08-31T15:39:31.256Z] === RUN   TestDaemonRestartWithLiveRestore
15:39:32 [2022-08-31T15:39:32.196Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
15:39:32 [2022-08-31T15:39:32.196Z] === RUN   TestDaemonDefaultNetworkPools
15:39:33 [2022-08-31T15:39:33.134Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
15:39:33 [2022-08-31T15:39:33.134Z] === RUN   TestDaemonRestartWithExistingNetwork
15:39:34 [2022-08-31T15:39:34.087Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
15:39:34 [2022-08-31T15:39:34.087Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
15:39:35 [2022-08-31T15:39:35.469Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s)
15:39:35 [2022-08-31T15:39:35.469Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
15:39:36 [2022-08-31T15:39:36.037Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
15:39:36 [2022-08-31T15:39:36.037Z] === RUN   TestServiceWithPredefinedNetwork
15:39:38 [2022-08-31T15:39:38.575Z] --- PASS: TestServiceWithPredefinedNetwork (2.47s)
15:39:38 [2022-08-31T15:39:38.575Z] === RUN   TestServiceRemoveKeepsIngressNetwork
15:39:38 [2022-08-31T15:39:38.575Z]     service_test.go:243: FLAKY_TEST
15:39:38 [2022-08-31T15:39:38.575Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
15:39:38 [2022-08-31T15:39:38.575Z] === RUN   TestServiceWithDataPathPortInit
15:39:47 [2022-08-31T15:39:47.437Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 2m53.820484164s 
15:39:47 [2022-08-31T15:39:47.437Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 504.848885ms 
15:39:53 [2022-08-31T15:39:53.467Z] --- PASS: TestServiceWithDataPathPortInit (14.27s)
15:39:53 [2022-08-31T15:39:53.467Z] === RUN   TestServiceWithDefaultAddressPoolInit
15:39:55 [2022-08-31T15:39:55.142Z] --- PASS: TestBuildWithHugeFile (34.61s)
15:39:55 [2022-08-31T15:39:55.142Z] === RUN   TestBuildWCOWSandboxSize
15:39:55 [2022-08-31T15:39:55.142Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:39:55 [2022-08-31T15:39:55.142Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
15:39:55 [2022-08-31T15:39:55.142Z] === RUN   TestBuildWithEmptyDockerfile
15:39:55 [2022-08-31T15:39:55.142Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
15:39:55 [2022-08-31T15:39:55.142Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
15:39:55 [2022-08-31T15:39:55.142Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:39:55 [2022-08-31T15:39:55.142Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:39:55 [2022-08-31T15:39:55.142Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:39:55 [2022-08-31T15:39:55.142Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:39:55 [2022-08-31T15:39:55.142Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
15:39:55 [2022-08-31T15:39:55.142Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:39:55 [2022-08-31T15:39:55.142Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:39:55 [2022-08-31T15:39:55.142Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
15:39:55 [2022-08-31T15:39:55.142Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s)
15:39:55 [2022-08-31T15:39:55.142Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
15:39:55 [2022-08-31T15:39:55.142Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
15:39:55 [2022-08-31T15:39:55.142Z] === RUN   TestBuildPreserveOwnership
15:39:55 [2022-08-31T15:39:55.142Z] === RUN   TestBuildPreserveOwnership/copy_from
15:39:55 [2022-08-31T15:39:55.142Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
15:39:55 [2022-08-31T15:39:55.142Z] --- PASS: TestBuildPreserveOwnership (2.81s)
15:39:55 [2022-08-31T15:39:55.142Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.88s)
15:39:55 [2022-08-31T15:39:55.142Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.93s)
15:39:55 [2022-08-31T15:39:55.142Z] === RUN   TestBuildPlatformInvalid
15:39:55 [2022-08-31T15:39:55.142Z] --- PASS: TestBuildPlatformInvalid (0.07s)
15:39:55 [2022-08-31T15:39:55.142Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
15:39:55 [2022-08-31T15:39:55.142Z] Loaded image: busybox:latest
15:39:55 [2022-08-31T15:39:55.142Z] Loaded image: busybox:glibc
15:39:55 [2022-08-31T15:39:55.377Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l2hatnsj1asol21li04312bhy Created:2022-08-31 15:39:53.936481359 +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[2734b23ff245d96b9031274c69c1c2f2f4ad9fb0507ae111ea7d9706e07b88a7:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8lyzqaoo5fi4j42vwtydi53ic EndpointID:f6e9cacc9cc6e4bd1263e99c79a6620b8d3338f98842bd424af787c0cdcf9ea6 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b9b59ca0bdf99fbc9016a1eedfdcb1437b7a6e792a5691d16f0d0ee76396630c 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:7e4d745c7be7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8lyzqaoo5fi4j42vwtydi53ic EndpointID:f6e9cacc9cc6e4bd1263e99c79a6620b8d3338f98842bd424af787c0cdcf9ea6 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
15:39:56 [2022-08-31T15:39:56.070Z] Loaded image: debian:bullseye-slim
15:39:56 [2022-08-31T15:39:56.326Z] Loaded image: hello-world:latest
15:39:56 [2022-08-31T15:39:56.583Z] Loaded image: arm32v7/hello-world:latest
15:40:00 [2022-08-31T15:40:00.654Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.24s)
15:40:00 [2022-08-31T15:40:00.654Z] PASS
15:40:00 [2022-08-31T15:40:00.654Z] 
15:40:00 [2022-08-31T15:40:00.654Z] === Skipped
15:40:00 [2022-08-31T15:40:00.654Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
15:40:00 [2022-08-31T15:40:00.654Z]     service_test.go:243: FLAKY_TEST
15:40:00 [2022-08-31T15:40:00.654Z] 
15:40:00 [2022-08-31T15:40:00.654Z] DONE 38 tests, 1 skipped in 45.788s
15:40:00 [2022-08-31T15:40:00.654Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
15:40:00 [2022-08-31T15:40:00.654Z] INFO: Testing against a local daemon
15:40:00 [2022-08-31T15:40:00.654Z] === RUN   TestDockerNetworkIpvlanPersistance
15:40:00 [2022-08-31T15:40:00.654Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:40:00 [2022-08-31T15:40:00.654Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
15:40:00 [2022-08-31T15:40:00.654Z] === RUN   TestDockerNetworkIpvlan
15:40:00 [2022-08-31T15:40:00.654Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:40:00 [2022-08-31T15:40:00.654Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
15:40:00 [2022-08-31T15:40:00.654Z] PASS
15:40:00 [2022-08-31T15:40:00.654Z] 
15:40:00 [2022-08-31T15:40:00.654Z] === Skipped
15:40:00 [2022-08-31T15:40:00.654Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
15:40:00 [2022-08-31T15:40:00.654Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:40:00 [2022-08-31T15:40:00.654Z] 
15:40:00 [2022-08-31T15:40:00.654Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
15:40:00 [2022-08-31T15:40:00.654Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:40:00 [2022-08-31T15:40:00.654Z] 
15:40:00 [2022-08-31T15:40:00.654Z] DONE 2 tests, 2 skipped in 0.025s
15:40:00 [2022-08-31T15:40:00.654Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
15:40:00 [2022-08-31T15:40:00.654Z] INFO: Testing against a local daemon
15:40:00 [2022-08-31T15:40:00.654Z] === RUN   TestDockerNetworkMacvlanPersistance
15:40:01 [2022-08-31T15:40:01.223Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s)
15:40:01 [2022-08-31T15:40:01.224Z] === RUN   TestDockerNetworkMacvlan
15:40:01 [2022-08-31T15:40:01.793Z] === RUN   TestDockerNetworkMacvlan/Subinterface
15:40:02 [2022-08-31T15:40:02.733Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
15:40:03 [2022-08-31T15:40:03.303Z] === RUN   TestDockerNetworkMacvlan/NilParent
15:40:05 [2022-08-31T15:40:05.213Z] === RUN   TestDockerNetworkMacvlan/InternalMode
15:40:07 [2022-08-31T15:40:07.755Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
15:40:11 [2022-08-31T15:40:11.052Z] === RUN   TestDockerNetworkMacvlan/Addressing
15:40:12 [2022-08-31T15:40:12.004Z] --- PASS: TestDockerNetworkMacvlan (10.61s)
15:40:12 [2022-08-31T15:40:12.004Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
15:40:12 [2022-08-31T15:40:12.004Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
15:40:12 [2022-08-31T15:40:12.004Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.94s)
15:40:12 [2022-08-31T15:40:12.004Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.03s)
15:40:12 [2022-08-31T15:40:12.004Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.34s)
15:40:12 [2022-08-31T15:40:12.004Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.72s)
15:40:12 [2022-08-31T15:40:12.004Z] PASS
15:40:12 [2022-08-31T15:40:12.004Z] 
15:40:12 [2022-08-31T15:40:12.004Z] DONE 8 tests in 11.883s
15:40:12 [2022-08-31T15:40:12.004Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
15:40:12 [2022-08-31T15:40:12.004Z] testing: warning: no tests to run
15:40:12 [2022-08-31T15:40:12.004Z] PASS
15:40:12 [2022-08-31T15:40:12.004Z] 
15:40:12 [2022-08-31T15:40:12.004Z] DONE 0 tests in 0.008s
15:40:12 [2022-08-31T15:40:12.004Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
15:40:12 [2022-08-31T15:40:12.004Z] INFO: Testing against a local daemon
15:40:12 [2022-08-31T15:40:12.004Z] === RUN   TestAuthZPluginAllowRequest
15:40:12 [2022-08-31T15:40:12.362Z] #64 440.6 # github.com/containerd/containerd/cmd/containerd
15:40:12 [2022-08-31T15:40:12.362Z] #64 440.6 /usr/bin/ld: /tmp/go-link-3049876766/000019.o: in function `New':
15:40:12 [2022-08-31T15:40:12.362Z] #64 440.6 /tmp/tmp.AkHi1dW29A/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
15:40:12 [2022-08-31T15:40:12.362Z] #64 440.7 + bin/containerd-stress
15:40:12 [2022-08-31T15:40:12.362Z] #64 441.7 + bin/containerd-shim
15:40:13 [2022-08-31T15:40:13.384Z] --- PASS: TestAuthZPluginAllowRequest (1.23s)
15:40:13 [2022-08-31T15:40:13.384Z] === RUN   TestAuthZPluginTLS
15:40:13 [2022-08-31T15:40:13.524Z] #64 440.4 # github.com/containerd/containerd/cmd/containerd
15:40:13 [2022-08-31T15:40:13.524Z] #64 440.4 /usr/bin/ld: /tmp/go-link-839427251/000019.o: in function `New':
15:40:13 [2022-08-31T15:40:13.524Z] #64 440.4 /tmp/tmp.Zsn87x6ZH8/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
15:40:13 [2022-08-31T15:40:13.524Z] #64 440.5 + bin/containerd-stress
15:40:13 [2022-08-31T15:40:13.524Z] #64 441.6 + bin/containerd-shim
15:40:13 [2022-08-31T15:40:13.644Z] --- PASS: TestAuthZPluginTLS (0.55s)
15:40:13 [2022-08-31T15:40:13.644Z] === RUN   TestAuthZPluginDenyRequest
15:40:14 [2022-08-31T15:40:14.213Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
15:40:14 [2022-08-31T15:40:14.213Z] === RUN   TestAuthZPluginAPIDenyResponse
15:40:14 [2022-08-31T15:40:14.630Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (18.02s)
15:40:14 [2022-08-31T15:40:14.630Z] PASS
15:40:14 [2022-08-31T15:40:14.630Z] 
15:40:14 [2022-08-31T15:40:14.630Z] === Skipped
15:40:14 [2022-08-31T15:40:14.630Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
15:40:14 [2022-08-31T15:40:14.630Z]     build_session_test.go:25: TODO: BuildKit
15:40:14 [2022-08-31T15:40:14.630Z] 
15:40:14 [2022-08-31T15:40:14.630Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
15:40:14 [2022-08-31T15:40:14.630Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:40:14 [2022-08-31T15:40:14.630Z] 
15:40:14 [2022-08-31T15:40:14.630Z] DONE 34 tests, 2 skipped in 74.937s
15:40:14 [2022-08-31T15:40:14.630Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
15:40:14 [2022-08-31T15:40:14.630Z] ++ 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
15:40:14 [2022-08-31T15:40:14.630Z] ++ set -e
15:40:14 [2022-08-31T15:40:14.630Z] ++ '[' -n 0 ']'
15:40:14 [2022-08-31T15:40:14.630Z] ++ set -x
15:40:14 [2022-08-31T15:40:14.630Z] ++ env -i DEST=/go/src/github.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
15:40:14 [2022-08-31T15:40:14.630Z] INFO: Testing against a local daemon
15:40:14 [2022-08-31T15:40:14.630Z] === RUN   TestConfigInspect
15:40:14 [2022-08-31T15:40:14.630Z] --- PASS: TestConfigInspect (1.84s)
15:40:14 [2022-08-31T15:40:14.630Z] === RUN   TestConfigList
15:40:14 [2022-08-31T15:40:14.782Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
15:40:14 [2022-08-31T15:40:14.782Z] === RUN   TestAuthZPluginDenyResponse
15:40:15 [2022-08-31T15:40:15.352Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
15:40:15 [2022-08-31T15:40:15.352Z] === RUN   TestAuthZPluginAllowEventStream
15:40:16 [2022-08-31T15:40:16.520Z] --- PASS: TestConfigList (2.17s)
15:40:16 [2022-08-31T15:40:16.520Z] === RUN   TestConfigsCreateAndDelete
15:40:16 [2022-08-31T15:40:16.731Z] --- PASS: TestAuthZPluginAllowEventStream (1.26s)
15:40:16 [2022-08-31T15:40:16.731Z] === RUN   TestAuthZPluginErrorResponse
15:40:16 [2022-08-31T15:40:16.990Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
15:40:16 [2022-08-31T15:40:16.990Z] === RUN   TestAuthZPluginErrorRequest
15:40:17 [2022-08-31T15:40:17.560Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
15:40:17 [2022-08-31T15:40:17.560Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
15:40:18 [2022-08-31T15:40:18.129Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
15:40:18 [2022-08-31T15:40:18.129Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
15:40:18 [2022-08-31T15:40:18.924Z] #64 452.9 + bin/containerd-shim-runc-v1
15:40:19 [2022-08-31T15:40:19.036Z] --- PASS: TestConfigsCreateAndDelete (2.20s)
15:40:19 [2022-08-31T15:40:19.036Z] === RUN   TestConfigsUpdate
15:40:19 [2022-08-31T15:40:19.510Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.45s)
15:40:19 [2022-08-31T15:40:19.510Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
15:40:20 [2022-08-31T15:40:20.063Z] #64 452.8 + bin/containerd-shim-runc-v1
15:40:20 [2022-08-31T15:40:20.937Z] --- PASS: TestConfigsUpdate (2.30s)
15:40:20 [2022-08-31T15:40:20.937Z] === RUN   TestTemplatedConfig
15:40:21 [2022-08-31T15:40:21.417Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.58s)
15:40:21 [2022-08-31T15:40:21.417Z] === RUN   TestAuthZPluginHeader
15:40:21 [2022-08-31T15:40:21.985Z] --- PASS: TestAuthZPluginHeader (0.72s)
15:40:21 [2022-08-31T15:40:21.985Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
15:40:22 [2022-08-31T15:40:22.828Z] --- PASS: TestTemplatedConfig (2.06s)
15:40:22 [2022-08-31T15:40:22.828Z] === RUN   TestConfigCreateResolve
15:40:25 [2022-08-31T15:40:25.344Z] --- PASS: TestConfigCreateResolve (2.15s)
15:40:25 [2022-08-31T15:40:25.344Z] PASS
15:40:25 [2022-08-31T15:40:25.344Z] 
15:40:25 [2022-08-31T15:40:25.344Z] DONE 6 tests in 12.813s
15:40:25 [2022-08-31T15:40:25.344Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
15:40:25 [2022-08-31T15:40:25.344Z] ++ 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
15:40:25 [2022-08-31T15:40:25.344Z] ++ set -e
15:40:25 [2022-08-31T15:40:25.344Z] ++ '[' -n 0 ']'
15:40:25 [2022-08-31T15:40:25.344Z] ++ set -x
15:40:25 [2022-08-31T15:40:25.344Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
15:40:25 [2022-08-31T15:40:25.344Z] INFO: Testing against a local daemon
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestAttachWithTTY
15:40:25 [2022-08-31T15:40:25.344Z] --- PASS: TestAttachWithTTY (0.06s)
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestAttachWithoutTTy
15:40:25 [2022-08-31T15:40:25.344Z] --- PASS: TestAttachWithoutTTy (0.04s)
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestCheckpoint
15:40:25 [2022-08-31T15:40:25.344Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:40:25 [2022-08-31T15:40:25.344Z] --- SKIP: TestCheckpoint (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/commit
15:40:25 [2022-08-31T15:40:25.344Z] === PAUSE TestContainerInvalidJSON/commit
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/create
15:40:25 [2022-08-31T15:40:25.344Z] === PAUSE TestContainerInvalidJSON/containers/create
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
15:40:25 [2022-08-31T15:40:25.344Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
15:40:25 [2022-08-31T15:40:25.344Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
15:40:25 [2022-08-31T15:40:25.344Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:40:25 [2022-08-31T15:40:25.344Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
15:40:25 [2022-08-31T15:40:25.344Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
15:40:25 [2022-08-31T15:40:25.344Z] === CONT  TestContainerInvalidJSON/commit
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
15:40:25 [2022-08-31T15:40:25.344Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/commit/empty_body
15:40:25 [2022-08-31T15:40:25.344Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
15:40:25 [2022-08-31T15:40:25.344Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
15:40:25 [2022-08-31T15:40:25.344Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
15:40:25 [2022-08-31T15:40:25.344Z] === CONT  TestContainerInvalidJSON/containers/create
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
15:40:25 [2022-08-31T15:40:25.344Z] --- PASS: TestContainerInvalidJSON (0.01s)
15:40:25 [2022-08-31T15:40:25.344Z]     --- PASS: TestContainerInvalidJSON/commit (0.01s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
15:40:25 [2022-08-31T15:40:25.344Z] === RUN   TestCopyFromContainerPathDoesNotExist
15:40:25 [2022-08-31T15:40:25.484Z] #64 459.2 + bin/containerd-shim-runc-v2
15:40:25 [2022-08-31T15:40:25.600Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
15:40:25 [2022-08-31T15:40:25.600Z] === RUN   TestCopyFromContainerPathIsNotDir
15:40:25 [2022-08-31T15:40:25.600Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
15:40:25 [2022-08-31T15:40:25.600Z] === RUN   TestCopyToContainerPathDoesNotExist
15:40:25 [2022-08-31T15:40:25.600Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
15:40:25 [2022-08-31T15:40:25.600Z] === RUN   TestCopyEmptyFile
15:40:25 [2022-08-31T15:40:25.856Z] --- PASS: TestCopyEmptyFile (0.20s)
15:40:25 [2022-08-31T15:40:25.856Z] === RUN   TestCopyToContainerPathIsNotDir
15:40:25 [2022-08-31T15:40:25.856Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
15:40:25 [2022-08-31T15:40:25.856Z] === RUN   TestCopyFromContainer
15:40:26 [2022-08-31T15:40:26.050Z] #64 460.0 + binaries
15:40:26 [2022-08-31T15:40:26.050Z] #64 460.0 + install -D bin/containerd /build/containerd
15:40:26 [2022-08-31T15:40:26.050Z] #64 460.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
15:40:26 [2022-08-31T15:40:26.050Z] #64 460.1 + install -D bin/ctr /build/ctr
15:40:26 [2022-08-31T15:40:26.181Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.44s)
15:40:26 [2022-08-31T15:40:26.181Z] === RUN   TestAuthZPluginV2Disable
15:40:26 [2022-08-31T15:40:26.605Z] #64 459.0 + bin/containerd-shim-runc-v2
15:40:26 [2022-08-31T15:40:26.784Z] === RUN   TestCopyFromContainer//
15:40:26 [2022-08-31T15:40:26.784Z] === RUN   TestCopyFromContainer//bar/root
15:40:26 [2022-08-31T15:40:26.784Z] === RUN   TestCopyFromContainer//bar/root/
15:40:26 [2022-08-31T15:40:26.784Z] === RUN   TestCopyFromContainer/bar/quux
15:40:27 [2022-08-31T15:40:27.040Z] === RUN   TestCopyFromContainer/bar/quux/
15:40:27 [2022-08-31T15:40:27.040Z] === RUN   TestCopyFromContainer/bar/quux/baz
15:40:27 [2022-08-31T15:40:27.040Z] === RUN   TestCopyFromContainer/bar/filesymlink
15:40:27 [2022-08-31T15:40:27.040Z] === RUN   TestCopyFromContainer/bar/dirsymlink
15:40:27 [2022-08-31T15:40:27.167Z] #64 459.8 + binaries
15:40:27 [2022-08-31T15:40:27.167Z] #64 459.8 + install -D bin/containerd /build/containerd
15:40:27 [2022-08-31T15:40:27.167Z] #64 459.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
15:40:27 [2022-08-31T15:40:27.167Z] #64 459.9 + install -D bin/ctr /build/ctr
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCopyFromContainer/bar/notarget
15:40:27 [2022-08-31T15:40:27.296Z] --- PASS: TestCopyFromContainer (1.48s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCopyFromContainer// (0.06s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:40:27 [2022-08-31T15:40:27.296Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:40:27 [2022-08-31T15:40:27.296Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
15:40:27 [2022-08-31T15:40:27.296Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
15:40:27 [2022-08-31T15:40:27.296Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:40:27 [2022-08-31T15:40:27.296Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
15:40:27 [2022-08-31T15:40:27.296Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:40:27 [2022-08-31T15:40:27.296Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCreateLinkToNonExistingContainer
15:40:27 [2022-08-31T15:40:27.296Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s)
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCreateWithInvalidEnv
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCreateWithInvalidEnv/0
15:40:27 [2022-08-31T15:40:27.296Z] === PAUSE TestCreateWithInvalidEnv/0
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCreateWithInvalidEnv/1
15:40:27 [2022-08-31T15:40:27.296Z] === PAUSE TestCreateWithInvalidEnv/1
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCreateWithInvalidEnv/2
15:40:27 [2022-08-31T15:40:27.296Z] === PAUSE TestCreateWithInvalidEnv/2
15:40:27 [2022-08-31T15:40:27.296Z] === CONT  TestCreateWithInvalidEnv/0
15:40:27 [2022-08-31T15:40:27.296Z] === CONT  TestCreateWithInvalidEnv/2
15:40:27 [2022-08-31T15:40:27.296Z] === CONT  TestCreateWithInvalidEnv/1
15:40:27 [2022-08-31T15:40:27.296Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
15:40:27 [2022-08-31T15:40:27.296Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCreateTmpfsMountsTarget
15:40:27 [2022-08-31T15:40:27.296Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
15:40:27 [2022-08-31T15:40:27.296Z] === RUN   TestCreateWithCustomMaskedPaths
15:40:27 [2022-08-31T15:40:27.948Z] #64 DONE 461.9s
15:40:28 [2022-08-31T15:40:28.662Z] --- PASS: TestCreateWithCustomMaskedPaths (1.40s)
15:40:28 [2022-08-31T15:40:28.662Z] === RUN   TestCreateWithCustomReadonlyPaths
15:40:28 [2022-08-31T15:40:28.882Z] 
15:40:28 [2022-08-31T15:40:28.882Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
15:40:28 [2022-08-31T15:40:28.882Z] #65 sha256:156478cce0dfc9bf848dd1fb6d82298b203037be36fad5c473118597ba3fc25f
15:40:29 [2022-08-31T15:40:29.681Z] #64 DONE 462.2s
15:40:29 [2022-08-31T15:40:29.814Z] #65 DONE 0.8s
15:40:29 [2022-08-31T15:40:29.814Z] 
15:40:29 [2022-08-31T15:40:29.814Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
15:40:29 [2022-08-31T15:40:29.814Z] #70 sha256:b0ddb984bfe1a55e818156251ea9c31e16d5d583b8eebceabe624af84e5de0ce
15:40:29 [2022-08-31T15:40:29.814Z] #70 DONE 0.2s
15:40:30 [2022-08-31T15:40:30.072Z] 
15:40:30 [2022-08-31T15:40:30.072Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
15:40:30 [2022-08-31T15:40:30.072Z] #75 sha256:e25982a330865b02001242d1ea898d015948ec89041f3add2bba7aefa8b6b0d8
15:40:30 [2022-08-31T15:40:30.380Z] --- PASS: TestAuthZPluginV2Disable (3.76s)
15:40:30 [2022-08-31T15:40:30.380Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
15:40:30 [2022-08-31T15:40:30.552Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.54s)
15:40:30 [2022-08-31T15:40:30.552Z] === RUN   TestCreateWithInvalidHealthcheckParams
15:40:30 [2022-08-31T15:40:30.552Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:40:30 [2022-08-31T15:40:30.552Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:40:30 [2022-08-31T15:40:30.552Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:40:30 [2022-08-31T15:40:30.552Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:40:30 [2022-08-31T15:40:30.552Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:40:30 [2022-08-31T15:40:30.552Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:40:30 [2022-08-31T15:40:30.552Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:40:30 [2022-08-31T15:40:30.552Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:40:30 [2022-08-31T15:40:30.552Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:40:30 [2022-08-31T15:40:30.552Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:40:30 [2022-08-31T15:40:30.552Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:40:30 [2022-08-31T15:40:30.552Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:40:30 [2022-08-31T15:40:30.553Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:40:30 [2022-08-31T15:40:30.553Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:40:30 [2022-08-31T15:40:30.553Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:40:30 [2022-08-31T15:40:30.553Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
15:40:30 [2022-08-31T15:40:30.553Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
15:40:30 [2022-08-31T15:40:30.553Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
15:40:30 [2022-08-31T15:40:30.553Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
15:40:30 [2022-08-31T15:40:30.553Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
15:40:30 [2022-08-31T15:40:30.553Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
15:40:30 [2022-08-31T15:40:30.553Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
15:40:30 [2022-08-31T15:40:30.610Z] 
15:40:30 [2022-08-31T15:40:30.610Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
15:40:30 [2022-08-31T15:40:30.611Z] #65 sha256:98efa6a454b1002b90f17af57565a86b8b02ae8c0ea22e963d7be5f09471223c
15:40:30 [2022-08-31T15:40:30.640Z] #75 DONE 0.9s
15:40:30 [2022-08-31T15:40:30.809Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestCreateDifferentPlatform
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestCreateDifferentPlatform/different_os
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
15:40:30 [2022-08-31T15:40:30.809Z] --- PASS: TestCreateDifferentPlatform (0.02s)
15:40:30 [2022-08-31T15:40:30.809Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
15:40:30 [2022-08-31T15:40:30.809Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestCreateVolumesFromNonExistingContainer
15:40:30 [2022-08-31T15:40:30.809Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
15:40:30 [2022-08-31T15:40:30.809Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestCreateInvalidHostConfig
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
15:40:30 [2022-08-31T15:40:30.809Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
15:40:30 [2022-08-31T15:40:30.809Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:40:30 [2022-08-31T15:40:30.809Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
15:40:30 [2022-08-31T15:40:30.809Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
15:40:30 [2022-08-31T15:40:30.809Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
15:40:30 [2022-08-31T15:40:30.809Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:40:30 [2022-08-31T15:40:30.809Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
15:40:30 [2022-08-31T15:40:30.809Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
15:40:30 [2022-08-31T15:40:30.809Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
15:40:30 [2022-08-31T15:40:30.809Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
15:40:30 [2022-08-31T15:40:30.809Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
15:40:30 [2022-08-31T15:40:30.809Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
15:40:30 [2022-08-31T15:40:30.809Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestContainerStartOnDaemonRestart
15:40:30 [2022-08-31T15:40:30.809Z] === PAUSE TestContainerStartOnDaemonRestart
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestDaemonRestartIpcMode
15:40:30 [2022-08-31T15:40:30.809Z] === PAUSE TestDaemonRestartIpcMode
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestDaemonHostGatewayIP
15:40:30 [2022-08-31T15:40:30.809Z] === PAUSE TestDaemonHostGatewayIP
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestRestartDaemonWithRestartingContainer
15:40:30 [2022-08-31T15:40:30.809Z] === PAUSE TestRestartDaemonWithRestartingContainer
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestContainerKillOnDaemonStart
15:40:30 [2022-08-31T15:40:30.809Z] === PAUSE TestContainerKillOnDaemonStart
15:40:30 [2022-08-31T15:40:30.809Z] === RUN   TestDiff
15:40:30 [2022-08-31T15:40:30.897Z] 
15:40:30 [2022-08-31T15:40:30.897Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
15:40:30 [2022-08-31T15:40:30.897Z] #78 sha256:c4560417ba59ca5e4de55fdd8e4d2c63eeae605fb462c00dfedbe345414a245d
15:40:30 [2022-08-31T15:40:30.897Z] #78 DONE 0.0s
15:40:30 [2022-08-31T15:40:30.897Z] 
15:40:30 [2022-08-31T15:40:30.897Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
15:40:30 [2022-08-31T15:40:30.897Z] #79 sha256:ebea44ab06ab539dcb1c37129ae74dd86ba0ea5b12b1a6fa599869282434586d
15:40:30 [2022-08-31T15:40:30.897Z] #79 DONE 0.0s
15:40:30 [2022-08-31T15:40:30.897Z] 
15:40:30 [2022-08-31T15:40:30.897Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
15:40:30 [2022-08-31T15:40:30.897Z] #80 sha256:659459b6fb3506a34f6deff0f762139b7d6c40d1116b3c751568689e537d290f
15:40:30 [2022-08-31T15:40:30.897Z] #80 DONE 0.0s
15:40:30 [2022-08-31T15:40:30.897Z] 
15:40:30 [2022-08-31T15:40:30.897Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
15:40:30 [2022-08-31T15:40:30.897Z] #81 sha256:715a00d8c47180cc0430f7a457defedc4c43aab5622d224d446ffbf9d9aea144
15:40:31 [2022-08-31T15:40:31.372Z] --- PASS: TestDiff (0.48s)
15:40:31 [2022-08-31T15:40:31.372Z] === RUN   TestExecConsoleSize
15:40:31 [2022-08-31T15:40:31.537Z] #65 DONE 0.9s
15:40:31 [2022-08-31T15:40:31.537Z] 
15:40:31 [2022-08-31T15:40:31.537Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
15:40:31 [2022-08-31T15:40:31.537Z] #70 sha256:d94e4b2e9aee5413c0dbfa70a0bab6375a205b47cdfac98b6bbb92951fffa974
15:40:31 [2022-08-31T15:40:31.537Z] #70 DONE 0.2s
15:40:31 [2022-08-31T15:40:31.537Z] 
15:40:31 [2022-08-31T15:40:31.537Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
15:40:31 [2022-08-31T15:40:31.538Z] #75 sha256:ea87bcc00e25c7fe0d7cd36df6c4710bbce43848b679800e43c2f0eee048148f
15:40:31 [2022-08-31T15:40:31.934Z] --- PASS: TestExecConsoleSize (0.50s)
15:40:31 [2022-08-31T15:40:31.934Z] === RUN   TestExecWithCloseStdin
15:40:32 [2022-08-31T15:40:32.465Z] #75 DONE 0.9s
15:40:32 [2022-08-31T15:40:32.465Z] 
15:40:32 [2022-08-31T15:40:32.465Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
15:40:32 [2022-08-31T15:40:32.465Z] #78 sha256:1a7a77eefa2c20572f668b157d964c3fdc630deea7f37408ccbc5663ffaf4b93
15:40:32 [2022-08-31T15:40:32.465Z] #78 DONE 0.1s
15:40:32 [2022-08-31T15:40:32.496Z] --- PASS: TestExecWithCloseStdin (0.48s)
15:40:32 [2022-08-31T15:40:32.496Z] === RUN   TestExec
15:40:32 [2022-08-31T15:40:32.721Z] 
15:40:32 [2022-08-31T15:40:32.721Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
15:40:32 [2022-08-31T15:40:32.721Z] #79 sha256:268cf6fa047b18e0d726b2f2bdfd7e11ff73355038b604fc29db286dbd1c88e3
15:40:32 [2022-08-31T15:40:32.721Z] #79 DONE 0.0s
15:40:32 [2022-08-31T15:40:32.721Z] 
15:40:32 [2022-08-31T15:40:32.721Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
15:40:32 [2022-08-31T15:40:32.721Z] #80 sha256:f62631063b399dbc2179fbaa61f3cb270921469ef742cbb0d8517a0db2213e2b
15:40:32 [2022-08-31T15:40:32.721Z] #80 DONE 0.0s
15:40:32 [2022-08-31T15:40:32.721Z] 
15:40:32 [2022-08-31T15:40:32.721Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
15:40:32 [2022-08-31T15:40:32.721Z] #81 sha256:fcab9ef87d67673ebd533540edfb0ff44bdf978fd39162df45dafd5a0558e2e9
15:40:32 [2022-08-31T15:40:32.752Z] --- PASS: TestExec (0.49s)
15:40:32 [2022-08-31T15:40:32.752Z] === RUN   TestExecUser
15:40:33 [2022-08-31T15:40:33.315Z] --- PASS: TestExecUser (0.50s)
15:40:33 [2022-08-31T15:40:33.315Z] === RUN   TestExportContainerAndImportImage
15:40:33 [2022-08-31T15:40:33.670Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.73s)
15:40:33 [2022-08-31T15:40:33.671Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
15:40:33 [2022-08-31T15:40:33.878Z] --- PASS: TestExportContainerAndImportImage (0.54s)
15:40:33 [2022-08-31T15:40:33.878Z] === RUN   TestExportContainerAfterDaemonRestart
15:40:35 [2022-08-31T15:40:35.243Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s)
15:40:35 [2022-08-31T15:40:35.243Z] === RUN   TestHealthCheckWorkdir
15:40:35 [2022-08-31T15:40:35.805Z] --- PASS: TestHealthCheckWorkdir (0.55s)
15:40:35 [2022-08-31T15:40:35.805Z] === RUN   TestHealthKillContainer
15:40:36 [2022-08-31T15:40:36.889Z] #81 DONE 3.8s
15:40:36 [2022-08-31T15:40:36.889Z] 
15:40:36 [2022-08-31T15:40:36.889Z] #82 exporting to image
15:40:36 [2022-08-31T15:40:36.889Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
15:40:36 [2022-08-31T15:40:36.889Z] #82 exporting layers
15:40:37 [2022-08-31T15:40:37.451Z] #81 DONE 5.9s
15:40:37 [2022-08-31T15:40:37.451Z] 
15:40:37 [2022-08-31T15:40:37.451Z] #82 exporting to image
15:40:37 [2022-08-31T15:40:37.451Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
15:40:37 [2022-08-31T15:40:37.451Z] #82 exporting layers
15:40:43 [2022-08-31T15:40:43.432Z] #82 exporting layers 7.2s done
15:40:43 [2022-08-31T15:40:43.432Z] #82 writing image sha256:250c205d3e9c88d600ed89c00df6d0d92f0d736b9e2d16af4baeee17fcf1f824
15:40:43 [2022-08-31T15:40:43.432Z] #82 writing image sha256:250c205d3e9c88d600ed89c00df6d0d92f0d736b9e2d16af4baeee17fcf1f824 done
15:40:43 [2022-08-31T15:40:43.432Z] #82 naming to docker.io/library/docker:5591187178010bd407f0784bf83909ec395d7b97 done
15:40:43 [2022-08-31T15:40:43.432Z] #82 DONE 7.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
15:40:43 [2022-08-31T15:40:43.761Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -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:5591187178010bd407f0784bf83909ec395d7b97 hack/make.sh dynbinary test-integration
15:40:43 [2022-08-31T15:40:43.890Z] --- PASS: TestHealthKillContainer (7.81s)
15:40:43 [2022-08-31T15:40:43.890Z] === RUN   TestHealthCheckProcessKilled
15:40:44 [2022-08-31T15:40:44.295Z] --- PASS: TestHealthCheckProcessKilled (0.63s)
15:40:44 [2022-08-31T15:40:44.295Z] === RUN   TestInspectCpusetInConfigPre120
15:40:44 [2022-08-31T15:40:44.561Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s)
15:40:44 [2022-08-31T15:40:44.561Z] === RUN   TestIpcModeNone
15:40:45 [2022-08-31T15:40:45.130Z] --- PASS: TestIpcModeNone (0.46s)
15:40:45 [2022-08-31T15:40:45.130Z] === RUN   TestIpcModePrivate
15:40:45 [2022-08-31T15:40:45.387Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
15:40:45 [2022-08-31T15:40:45.387Z] --- PASS: TestIpcModePrivate (0.49s)
15:40:45 [2022-08-31T15:40:45.387Z] === RUN   TestIpcModeShareable
15:40:45 [2022-08-31T15:40:45.559Z] #82 exporting layers 7.9s done
15:40:45 [2022-08-31T15:40:45.559Z] #82 writing image sha256:8024d50d3b647cc0332931206a7e042ddb6ba86475e53819d7246d735e4b4c8d 0.0s done
15:40:45 [2022-08-31T15:40:45.559Z] #82 naming to docker.io/library/docker:5591187178010bd407f0784bf83909ec395d7b97 done
15:40:45 [2022-08-31T15:40:45.559Z] #82 DONE 7.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
15:40:45 [2022-08-31T15:40:45.650Z] 
15:40:45 [2022-08-31T15:40:45.650Z] Removing bundles/
15:40:45 [2022-08-31T15:40:45.650Z] 
15:40:45 [2022-08-31T15:40:45.650Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
15:40:45 [2022-08-31T15:40:45.650Z] Building: bundles/dynbinary-daemon/dockerd
15:40:45 [2022-08-31T15:40:45.650Z] GOOS="" GOARCH="" GOARM=""
15:40:45 [2022-08-31T15:40:45.887Z] + trap exit INT TERM
15:40:45 [2022-08-31T15:40:45.887Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
15:40:45 [2022-08-31T15:40:45.887Z] + CONTAINER_NAME=docker-pr1
15:40:45 [2022-08-31T15:40:45.887Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44068/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -e DOCKER_GRAPHDRIVER docker:5591187178010bd407f0784bf83909ec395d7b97 hack/make.sh dynbinary
15:40:45 [2022-08-31T15:40:45.894Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.55s)
15:40:45 [2022-08-31T15:40:45.894Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
15:40:45 [2022-08-31T15:40:45.948Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
15:40:45 [2022-08-31T15:40:45.948Z] --- PASS: TestIpcModeShareable (0.50s)
15:40:45 [2022-08-31T15:40:45.948Z] === RUN   TestAPIIpcModeShareableAndContainer
15:40:46 [2022-08-31T15:40:46.820Z] 
15:40:46 [2022-08-31T15:40:46.820Z] Removing bundles/
15:40:46 [2022-08-31T15:40:46.820Z] 
15:40:46 [2022-08-31T15:40:46.820Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
15:40:46 [2022-08-31T15:40:46.820Z] Building: bundles/dynbinary-daemon/dockerd
15:40:46 [2022-08-31T15:40:46.820Z] GOOS="" GOARCH="" GOARM=""
15:40:47 [2022-08-31T15:40:47.837Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.46s)
15:40:47 [2022-08-31T15:40:47.837Z] === RUN   TestAPIIpcModeHost
15:40:47 [2022-08-31T15:40:47.837Z] --- PASS: TestAPIIpcModeHost (0.36s)
15:40:47 [2022-08-31T15:40:47.837Z] === RUN   TestDaemonIpcModeShareable
15:40:48 [2022-08-31T15:40:48.765Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
15:40:49 [2022-08-31T15:40:49.021Z] --- PASS: TestDaemonIpcModeShareable (1.16s)
15:40:49 [2022-08-31T15:40:49.021Z] === RUN   TestDaemonIpcModePrivate
15:40:49 [2022-08-31T15:40:49.949Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
15:40:50 [2022-08-31T15:40:50.204Z] --- PASS: TestDaemonIpcModePrivate (1.17s)
15:40:50 [2022-08-31T15:40:50.205Z] === RUN   TestDaemonIpcModePrivateFromConfig
15:40:51 [2022-08-31T15:40:51.132Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
15:40:51 [2022-08-31T15:40:51.388Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.15s)
15:40:51 [2022-08-31T15:40:51.388Z] === RUN   TestDaemonIpcModeShareableFromConfig
15:40:52 [2022-08-31T15:40:52.317Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
15:40:52 [2022-08-31T15:40:52.573Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.15s)
15:40:52 [2022-08-31T15:40:52.573Z] === RUN   TestIpcModeOlderClient
15:40:52 [2022-08-31T15:40:52.573Z] === PAUSE TestIpcModeOlderClient
15:40:52 [2022-08-31T15:40:52.573Z] === RUN   TestKillContainerInvalidSignal
15:40:52 [2022-08-31T15:40:52.829Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
15:40:52 [2022-08-31T15:40:52.829Z] === RUN   TestKillContainer
15:40:52 [2022-08-31T15:40:52.829Z] === RUN   TestKillContainer/no_signal
15:40:53 [2022-08-31T15:40:53.392Z] === RUN   TestKillContainer/non_killing_signal
15:40:53 [2022-08-31T15:40:53.648Z] === RUN   TestKillContainer/killing_signal
15:40:54 [2022-08-31T15:40:54.211Z] --- PASS: TestKillContainer (1.30s)
15:40:54 [2022-08-31T15:40:54.211Z]     --- PASS: TestKillContainer/no_signal (0.39s)
15:40:54 [2022-08-31T15:40:54.211Z]     --- PASS: TestKillContainer/non_killing_signal (0.32s)
15:40:54 [2022-08-31T15:40:54.211Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
15:40:54 [2022-08-31T15:40:54.211Z] === RUN   TestKillWithStopSignalAndRestartPolicies
15:40:54 [2022-08-31T15:40:54.211Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
15:40:54 [2022-08-31T15:40:54.774Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
15:40:55 [2022-08-31T15:40:55.031Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.84s)
15:40:55 [2022-08-31T15:40:55.031Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s)
15:40:55 [2022-08-31T15:40:55.031Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s)
15:40:55 [2022-08-31T15:40:55.031Z] === RUN   TestKillStoppedContainer
15:40:55 [2022-08-31T15:40:55.031Z] --- PASS: TestKillStoppedContainer (0.04s)
15:40:55 [2022-08-31T15:40:55.031Z] === RUN   TestKillStoppedContainerAPIPre120
15:40:55 [2022-08-31T15:40:55.031Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
15:40:55 [2022-08-31T15:40:55.031Z] === RUN   TestKillDifferentUserContainer
15:40:55 [2022-08-31T15:40:55.593Z] --- PASS: TestKillDifferentUserContainer (0.43s)
15:40:55 [2022-08-31T15:40:55.593Z] === RUN   TestInspectOomKilledTrue
15:40:56 [2022-08-31T15:40:56.156Z] --- PASS: TestInspectOomKilledTrue (0.46s)
15:40:56 [2022-08-31T15:40:56.156Z] === RUN   TestInspectOomKilledFalse
15:40:56 [2022-08-31T15:40:56.412Z] --- PASS: TestInspectOomKilledFalse (0.41s)
15:40:56 [2022-08-31T15:40:56.412Z] === RUN   TestLinksEtcHostsContentMatch
15:40:56 [2022-08-31T15:40:56.669Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s)
15:40:56 [2022-08-31T15:40:56.669Z] === RUN   TestLinksContainerNames
15:40:57 [2022-08-31T15:40:57.664Z] --- PASS: TestLinksContainerNames (0.89s)
15:40:57 [2022-08-31T15:40:57.664Z] === RUN   TestLogsFollowTailEmpty
15:40:57 [2022-08-31T15:40:57.920Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
15:40:57 [2022-08-31T15:40:57.920Z] === RUN   TestLogs
15:40:57 [2022-08-31T15:40:57.920Z] === RUN   TestLogs/driver_local
15:40:57 [2022-08-31T15:40:57.920Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
15:40:57 [2022-08-31T15:40:57.920Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
15:40:57 [2022-08-31T15:40:57.920Z] === RUN   TestLogs/driver_local/tty/only_stdout
15:40:57 [2022-08-31T15:40:57.920Z] === PAUSE TestLogs/driver_local/tty/only_stdout
15:40:57 [2022-08-31T15:40:57.920Z] === RUN   TestLogs/driver_local/tty/only_stderr
15:40:57 [2022-08-31T15:40:57.920Z] === PAUSE TestLogs/driver_local/tty/only_stderr
15:40:57 [2022-08-31T15:40:57.920Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
15:40:57 [2022-08-31T15:40:57.920Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
15:40:57 [2022-08-31T15:40:57.920Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
15:40:57 [2022-08-31T15:40:57.920Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
15:40:57 [2022-08-31T15:40:57.920Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
15:40:57 [2022-08-31T15:40:57.920Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
15:40:58 [2022-08-31T15:40:58.177Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
15:40:58 [2022-08-31T15:40:58.177Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
15:40:58 [2022-08-31T15:40:58.739Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
15:40:58 [2022-08-31T15:40:58.739Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
15:40:59 [2022-08-31T15:40:59.303Z] === CONT  TestLogs/driver_local/tty/only_stderr
15:40:59 [2022-08-31T15:40:59.559Z] === CONT  TestLogs/driver_local/tty/only_stdout
15:41:00 [2022-08-31T15:41:00.122Z] === RUN   TestLogs/driver_json-file
15:41:00 [2022-08-31T15:41:00.122Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
15:41:00 [2022-08-31T15:41:00.122Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
15:41:00 [2022-08-31T15:41:00.122Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
15:41:00 [2022-08-31T15:41:00.122Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
15:41:00 [2022-08-31T15:41:00.122Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
15:41:00 [2022-08-31T15:41:00.122Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
15:41:00 [2022-08-31T15:41:00.122Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:41:00 [2022-08-31T15:41:00.122Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:41:00 [2022-08-31T15:41:00.122Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
15:41:00 [2022-08-31T15:41:00.122Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
15:41:00 [2022-08-31T15:41:00.122Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
15:41:00 [2022-08-31T15:41:00.122Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
15:41:00 [2022-08-31T15:41:00.122Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
15:41:00 [2022-08-31T15:41:00.122Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:41:01 [2022-08-31T15:41:01.052Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
15:41:01 [2022-08-31T15:41:01.052Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
15:41:01 [2022-08-31T15:41:01.308Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
15:41:01 [2022-08-31T15:41:01.308Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
15:41:01 [2022-08-31T15:41:01.871Z] --- PASS: TestLogs (3.83s)
15:41:01 [2022-08-31T15:41:01.871Z]     --- PASS: TestLogs/driver_local (0.01s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.65s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.71s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.71s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.73s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.76s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.72s)
15:41:01 [2022-08-31T15:41:01.871Z]     --- PASS: TestLogs/driver_json-file (0.01s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.65s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.69s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.45s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.46s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.49s)
15:41:01 [2022-08-31T15:41:01.871Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.50s)
15:41:01 [2022-08-31T15:41:01.871Z] === RUN   TestContainerNetworkMountsNoChown
15:41:02 [2022-08-31T15:41:02.434Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s)
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/default
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/default
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/private
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/private
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rprivate
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rprivate
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/slave
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/slave
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rslave
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rslave
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/shared
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/shared
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rshared
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rshared
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/default
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/default/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/default/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/default/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/rslave
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rslave/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rslave/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/default/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/default/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/default/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/rshared
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rshared/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rshared/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/shared
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/shared/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/shared/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/shared/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/shared/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/rprivate
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/slave
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/slave/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/slave/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/slave/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/slave/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/private
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/private/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/private/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/private/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/private/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/private/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === RUN   TestMountDaemonRoot/private/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/default/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/rshared/bind_root
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/rslave/mount_root
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
15:41:02 [2022-08-31T15:41:02.434Z] === CONT  TestMountDaemonRoot/rslave/bind_root
15:41:02 [2022-08-31T15:41:02.435Z] === CONT  TestMountDaemonRoot/shared/bind_root
15:41:02 [2022-08-31T15:41:02.435Z] === CONT  TestMountDaemonRoot/default/mount_subpath
15:41:02 [2022-08-31T15:41:02.435Z] === CONT  TestMountDaemonRoot/default/mount_root
15:41:02 [2022-08-31T15:41:02.435Z] === CONT  TestMountDaemonRoot/default/bind_subpath
15:41:02 [2022-08-31T15:41:02.435Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
15:41:02 [2022-08-31T15:41:02.435Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/rshared/mount_root
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/slave/bind_root
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/shared/mount_root
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/private/bind_root
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/slave/mount_root
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/private/mount_subpath
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/private/mount_root
15:41:02 [2022-08-31T15:41:02.691Z] === CONT  TestMountDaemonRoot/private/bind_subpath
15:41:02 [2022-08-31T15:41:02.691Z] --- PASS: TestMountDaemonRoot (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
15:41:02 [2022-08-31T15:41:02.691Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
15:41:02 [2022-08-31T15:41:02.691Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
15:41:02 [2022-08-31T15:41:02.691Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
15:41:02 [2022-08-31T15:41:02.691Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
15:41:02 [2022-08-31T15:41:02.691Z] === RUN   TestContainerBindMountNonRecursive
15:41:03 [2022-08-31T15:41:03.991Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
15:41:03 [2022-08-31T15:41:03.991Z] PASS
15:41:03 [2022-08-31T15:41:03.991Z] 
15:41:03 [2022-08-31T15:41:03.991Z] DONE 17 tests in 49.375s
15:41:03 [2022-08-31T15:41:03.991Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
15:41:03 [2022-08-31T15:41:03.991Z] INFO: Testing against a local daemon
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
15:41:03 [2022-08-31T15:41:03.991Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
15:41:03 [2022-08-31T15:41:03.991Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/pull
15:41:03 [2022-08-31T15:41:03.991Z] === PAUSE TestPluginInvalidJSON/plugins/pull
15:41:03 [2022-08-31T15:41:03.991Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
15:41:03 [2022-08-31T15:41:03.991Z] === CONT  TestPluginInvalidJSON/plugins/pull
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
15:41:03 [2022-08-31T15:41:03.991Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
15:41:03 [2022-08-31T15:41:03.991Z] --- PASS: TestPluginInvalidJSON (0.02s)
15:41:03 [2022-08-31T15:41:03.991Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInstall
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInstall/no_auth
15:41:03 [2022-08-31T15:41:03.991Z] time="2022-08-31T15:41:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:41:03 [2022-08-31T15:41:03.991Z] time="2022-08-31T15:41:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ca26521e8ee6dc852ff02c7cb833cb9f4562424d556b4e1fd4293abf8ac1080c" mediatype=application/vnd.docker.plugin.v1+json size=522
15:41:03 [2022-08-31T15:41:03.991Z] time="2022-08-31T15:41:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:41:03 [2022-08-31T15:41:03.991Z] time="2022-08-31T15:41:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ca26521e8ee6dc852ff02c7cb833cb9f4562424d556b4e1fd4293abf8ac1080c" mediatype=application/vnd.docker.plugin.v1+json size=522
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInstall/with_htpasswd
15:41:03 [2022-08-31T15:41:03.991Z] time="2022-08-31T15:41:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:41:03 [2022-08-31T15:41:03.991Z] time="2022-08-31T15:41:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ca26521e8ee6dc852ff02c7cb833cb9f4562424d556b4e1fd4293abf8ac1080c" mediatype=application/vnd.docker.plugin.v1+json size=522
15:41:03 [2022-08-31T15:41:03.991Z] time="2022-08-31T15:41:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:41:03 [2022-08-31T15:41:03.991Z] time="2022-08-31T15:41:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ca26521e8ee6dc852ff02c7cb833cb9f4562424d556b4e1fd4293abf8ac1080c" mediatype=application/vnd.docker.plugin.v1+json size=522
15:41:03 [2022-08-31T15:41:03.991Z] === RUN   TestPluginInstall/with_insecure
15:41:04 [2022-08-31T15:41:04.059Z] --- PASS: TestContainerBindMountNonRecursive (1.33s)
15:41:04 [2022-08-31T15:41:04.059Z] === RUN   TestContainerVolumesMountedAsShared
15:41:04 [2022-08-31T15:41:04.621Z] --- PASS: TestContainerVolumesMountedAsShared (0.38s)
15:41:04 [2022-08-31T15:41:04.621Z] === RUN   TestContainerVolumesMountedAsSlave
15:41:04 [2022-08-31T15:41:04.878Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s)
15:41:04 [2022-08-31T15:41:04.878Z] === RUN   TestNetworkNat
15:41:04 [2022-08-31T15:41:04.931Z] time="2022-08-31T15:41:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:41:04 [2022-08-31T15:41:04.931Z] time="2022-08-31T15:41:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f00c663aac64e2abdca7ad97f45ba89f9ebfe779be9fcbc33c6dbb9854ef4b25" mediatype=application/vnd.docker.plugin.v1+json size=522
15:41:04 [2022-08-31T15:41:04.931Z] time="2022-08-31T15:41:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:41:04 [2022-08-31T15:41:04.931Z] time="2022-08-31T15:41:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f00c663aac64e2abdca7ad97f45ba89f9ebfe779be9fcbc33c6dbb9854ef4b25" mediatype=application/vnd.docker.plugin.v1+json size=522
15:41:05 [2022-08-31T15:41:05.134Z] --- PASS: TestNetworkNat (0.46s)
15:41:05 [2022-08-31T15:41:05.134Z] === RUN   TestNetworkLocalhostTCPNat
15:41:05 [2022-08-31T15:41:05.191Z]     plugin_test.go:196: [d22b8f875395a] daemon is not started
15:41:05 [2022-08-31T15:41:05.191Z] --- PASS: TestPluginInstall (3.85s)
15:41:05 [2022-08-31T15:41:05.191Z]     --- PASS: TestPluginInstall/no_auth (1.77s)
15:41:05 [2022-08-31T15:41:05.191Z]     --- PASS: TestPluginInstall/with_htpasswd (0.73s)
15:41:05 [2022-08-31T15:41:05.191Z]     --- PASS: TestPluginInstall/with_insecure (1.35s)
15:41:05 [2022-08-31T15:41:05.191Z] === RUN   TestPluginsWithRuntimes
15:41:05 [2022-08-31T15:41:05.697Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s)
15:41:05 [2022-08-31T15:41:05.697Z] === RUN   TestNetworkLoopbackNat
15:41:06 [2022-08-31T15:41:06.572Z] === RUN   TestPluginsWithRuntimes/No_Args
15:41:07 [2022-08-31T15:41:07.953Z] === RUN   TestPluginsWithRuntimes/With_Args
15:41:08 [2022-08-31T15:41:08.214Z] --- PASS: TestNetworkLoopbackNat (2.52s)
15:41:08 [2022-08-31T15:41:08.214Z] === RUN   TestPause
15:41:08 [2022-08-31T15:41:08.522Z] --- PASS: TestPluginsWithRuntimes (3.50s)
15:41:08 [2022-08-31T15:41:08.522Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.01s)
15:41:08 [2022-08-31T15:41:08.522Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.91s)
15:41:08 [2022-08-31T15:41:08.522Z] === RUN   TestPluginBackCompatMediaTypes
15:41:08 [2022-08-31T15:41:08.776Z] --- PASS: TestPause (0.43s)
15:41:08 [2022-08-31T15:41:08.777Z] === RUN   TestPauseFailsOnWindowsServerContainers
15:41:08 [2022-08-31T15:41:08.777Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:41:08 [2022-08-31T15:41:08.777Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
15:41:08 [2022-08-31T15:41:08.777Z] === RUN   TestPauseStopPausedContainer
15:41:09 [2022-08-31T15:41:09.033Z] --- PASS: TestPauseStopPausedContainer (0.44s)
15:41:09 [2022-08-31T15:41:09.033Z] === RUN   TestPidHost
15:41:09 [2022-08-31T15:41:09.462Z] --- PASS: TestPluginBackCompatMediaTypes (0.60s)
15:41:09 [2022-08-31T15:41:09.462Z] PASS
15:41:09 [2022-08-31T15:41:09.462Z] 
15:41:09 [2022-08-31T15:41:09.462Z] DONE 24 tests in 7.997s
15:41:09 [2022-08-31T15:41:09.462Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
15:41:09 [2022-08-31T15:41:09.462Z] INFO: Testing against a local daemon
15:41:09 [2022-08-31T15:41:09.462Z] === RUN   TestExternalGraphDriver
15:41:09 [2022-08-31T15:41:09.721Z] === RUN   TestExternalGraphDriver/json
15:41:09 [2022-08-31T15:41:09.961Z] --- PASS: TestPidHost (0.94s)
15:41:09 [2022-08-31T15:41:09.961Z] === RUN   TestPsFilter
15:41:10 [2022-08-31T15:41:10.218Z] --- PASS: TestPsFilter (0.11s)
15:41:10 [2022-08-31T15:41:10.218Z] === RUN   TestRemoveContainerWithRemovedVolume
15:41:10 [2022-08-31T15:41:10.474Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
15:41:10 [2022-08-31T15:41:10.474Z] === RUN   TestRemoveContainerWithVolume
15:41:11 [2022-08-31T15:41:11.037Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
15:41:11 [2022-08-31T15:41:11.037Z] === RUN   TestRemoveContainerRunning
15:41:11 [2022-08-31T15:41:11.293Z] --- PASS: TestRemoveContainerRunning (0.41s)
15:41:11 [2022-08-31T15:41:11.293Z] === RUN   TestRemoveContainerForceRemoveRunning
15:41:11 [2022-08-31T15:41:11.631Z] === RUN   TestExternalGraphDriver/spec
15:41:11 [2022-08-31T15:41:11.856Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s)
15:41:11 [2022-08-31T15:41:11.856Z] === RUN   TestRemoveInvalidContainer
15:41:11 [2022-08-31T15:41:11.856Z] --- PASS: TestRemoveInvalidContainer (0.01s)
15:41:11 [2022-08-31T15:41:11.856Z] === RUN   TestRenameLinkedContainer
15:41:13 [2022-08-31T15:41:13.011Z] === RUN   TestExternalGraphDriver/pull
15:41:13 [2022-08-31T15:41:13.749Z] --- PASS: TestRenameLinkedContainer (1.65s)
15:41:13 [2022-08-31T15:41:13.749Z] === RUN   TestRenameStoppedContainer
15:41:14 [2022-08-31T15:41:14.005Z] --- PASS: TestRenameStoppedContainer (0.39s)
15:41:14 [2022-08-31T15:41:14.005Z] === RUN   TestRenameRunningContainerAndReuse
15:41:14 [2022-08-31T15:41:14.918Z] --- PASS: TestExternalGraphDriver (5.53s)
15:41:14 [2022-08-31T15:41:14.918Z]     --- PASS: TestExternalGraphDriver/json (1.73s)
15:41:14 [2022-08-31T15:41:14.918Z]     --- PASS: TestExternalGraphDriver/spec (1.73s)
15:41:14 [2022-08-31T15:41:14.918Z]     --- PASS: TestExternalGraphDriver/pull (1.72s)
15:41:14 [2022-08-31T15:41:14.918Z] === RUN   TestGraphdriverPluginV2
15:41:14 [2022-08-31T15:41:14.932Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s)
15:41:14 [2022-08-31T15:41:14.932Z] === RUN   TestRenameInvalidName
15:41:15 [2022-08-31T15:41:15.188Z] --- PASS: TestRenameInvalidName (0.39s)
15:41:15 [2022-08-31T15:41:15.188Z] === RUN   TestRenameAnonymousContainer
15:41:16 [2022-08-31T15:41:16.554Z] --- PASS: TestRenameAnonymousContainer (1.54s)
15:41:16 [2022-08-31T15:41:16.554Z] === RUN   TestRenameContainerWithSameName
15:41:17 [2022-08-31T15:41:17.117Z] --- PASS: TestRenameContainerWithSameName (0.43s)
15:41:17 [2022-08-31T15:41:17.117Z] === RUN   TestRenameContainerWithLinkedContainer
15:41:18 [2022-08-31T15:41:18.046Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s)
15:41:18 [2022-08-31T15:41:18.046Z] === RUN   TestResize
15:41:18 [2022-08-31T15:41:18.303Z] --- PASS: TestResize (0.44s)
15:41:18 [2022-08-31T15:41:18.303Z] === RUN   TestResizeWithInvalidSize
15:41:18 [2022-08-31T15:41:18.902Z] --- PASS: TestResizeWithInvalidSize (0.43s)
15:41:18 [2022-08-31T15:41:18.902Z] === RUN   TestResizeWhenContainerNotStarted
15:41:19 [2022-08-31T15:41:19.116Z] --- PASS: TestGraphdriverPluginV2 (4.37s)
15:41:19 [2022-08-31T15:41:19.116Z] PASS
15:41:19 [2022-08-31T15:41:19.116Z] 
15:41:19 [2022-08-31T15:41:19.116Z] DONE 5 tests in 9.967s
15:41:19 [2022-08-31T15:41:19.116Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
15:41:19 [2022-08-31T15:41:19.159Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s)
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:41:19 [2022-08-31T15:41:19.159Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:41:19 [2022-08-31T15:41:19.377Z] INFO: Testing against a local daemon
15:41:19 [2022-08-31T15:41:19.377Z] === RUN   TestContinueAfterPluginCrash
15:41:19 [2022-08-31T15:41:19.377Z] === PAUSE TestContinueAfterPluginCrash
15:41:19 [2022-08-31T15:41:19.377Z] === RUN   TestReadPluginNoRead
15:41:19 [2022-08-31T15:41:19.377Z] === PAUSE TestReadPluginNoRead
15:41:19 [2022-08-31T15:41:19.377Z] === RUN   TestDaemonStartWithLogOpt
15:41:19 [2022-08-31T15:41:19.377Z] === PAUSE TestDaemonStartWithLogOpt
15:41:19 [2022-08-31T15:41:19.377Z] === CONT  TestContinueAfterPluginCrash
15:41:19 [2022-08-31T15:41:19.377Z] === CONT  TestDaemonStartWithLogOpt
15:41:20 [2022-08-31T15:41:20.526Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:41:20 [2022-08-31T15:41:20.782Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:41:22 [2022-08-31T15:41:22.148Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:41:22 [2022-08-31T15:41:22.148Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:41:23 [2022-08-31T15:41:23.515Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:41:23 [2022-08-31T15:41:23.515Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:41:23 [2022-08-31T15:41:23.581Z] --- PASS: TestDaemonStartWithLogOpt (3.52s)
15:41:23 [2022-08-31T15:41:23.581Z] === CONT  TestReadPluginNoRead
15:41:23 [2022-08-31T15:41:23.894Z] INFO [linters context/goanalysis] analyzers took 6m49.983911139s with top 10 stages: buildir: 2m24.364013876s, the_only_name: 42.094001066s, goimports: 29.431096257s, unconvert: 22.76178593s, S1038: 20.411157731s, gosec: 18.385604597s, misspell: 6.907586967s, S1039: 5.32499019s, unused: 5.148449979s, inspect: 4.789802568s 
15:41:23 [2022-08-31T15:41:23.894Z] INFO [runner] Issues before processing: 2438, after processing: 0 
15:41:23 [2022-08-31T15:41:23.895Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 79/2014, cgo: 2117/2438, filename_unadjuster: 2117/2117, path_prettifier: 2117/2117, exclude: 2014/2014, nolint: 0/79, skip_files: 2117/2117, skip_dirs: 2117/2117, autogenerated_exclude: 2014/2117, identifier_marker: 2014/2014 
15:41:23 [2022-08-31T15:41:23.895Z] INFO [runner] processing took 83.859824ms with stages: nolint: 34.621784ms, identifier_marker: 21.404824ms, path_prettifier: 9.442072ms, autogenerated_exclude: 8.435465ms, exclude-rules: 7.767222ms, skip_dirs: 1.83863ms, cgo: 229.284ยตs, filename_unadjuster: 115.92ยตs, max_same_issues: 1.243ยตs, uniq_by_line: 547ns, skip_files: 411ns, max_from_linter: 318ns, severity-rules: 315ns, source_code: 299ns, diff: 293ns, exclude: 289ns, max_per_file_from_linter: 274ns, sort_results: 268ns, path_shortener: 248ns, path_prefixer: 118ns 
15:41:23 [2022-08-31T15:41:23.895Z] INFO [runner] linters took 1m45.562453009s with stages: goanalysis_metalinter: 1m45.478450882s 
15:41:23 [2022-08-31T15:41:23.895Z] INFO File cache stats: 1706 entries of total size 8.7MiB 
15:41:23 [2022-08-31T15:41:23.895Z] INFO Memory: 2800 samples, avg is 330.1MB, max is 1279.0MB 
15:41:23 [2022-08-31T15:41:23.895Z] INFO Execution took 4m39.895736464s               
15:41:23 [2022-08-31T15:41:23.895Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
15:41:24 [2022-08-31T15:41:24.220Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5591187178010bd407f0784bf83909ec395d7b97 hack/make.sh dynbinary test-docker-py
15:41:24 [2022-08-31T15:41:24.794Z] 
15:41:24 [2022-08-31T15:41:24.794Z] Removing bundles/
15:41:24 [2022-08-31T15:41:24.794Z] 
15:41:24 [2022-08-31T15:41:24.794Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
15:41:24 [2022-08-31T15:41:24.794Z] Building: bundles/dynbinary-daemon/dockerd
15:41:24 [2022-08-31T15:41:24.794Z] GOOS="" GOARCH="" GOARM=""
15:41:25 [2022-08-31T15:41:25.514Z] === RUN   TestReadPluginNoRead/default
15:41:26 [2022-08-31T15:41:26.454Z] === RUN   TestReadPluginNoRead/disabled_caching
15:41:26 [2022-08-31T15:41:26.783Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:41:26 [2022-08-31T15:41:26.783Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:41:27 [2022-08-31T15:41:27.921Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
15:41:27 [2022-08-31T15:41:27.921Z] --- PASS: TestContinueAfterPluginCrash (8.63s)
15:41:29 [2022-08-31T15:41:29.301Z] === CONT  TestReadPluginNoRead
15:41:29 [2022-08-31T15:41:29.301Z]     read_test.go:92: [d91746fefa146] daemon is not started
15:41:29 [2022-08-31T15:41:29.301Z] --- PASS: TestReadPluginNoRead (6.40s)
15:41:29 [2022-08-31T15:41:29.301Z]     --- PASS: TestReadPluginNoRead/default (1.36s)
15:41:29 [2022-08-31T15:41:29.301Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.33s)
15:41:29 [2022-08-31T15:41:29.301Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.39s)
15:41:29 [2022-08-31T15:41:29.301Z] PASS
15:41:29 [2022-08-31T15:41:29.301Z] 
15:41:29 [2022-08-31T15:41:29.301Z] DONE 6 tests in 9.975s
15:41:29 [2022-08-31T15:41:29.301Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
15:41:29 [2022-08-31T15:41:29.301Z] testing: warning: no tests to run
15:41:29 [2022-08-31T15:41:29.301Z] PASS
15:41:29 [2022-08-31T15:41:29.301Z] 
15:41:29 [2022-08-31T15:41:29.301Z] DONE 0 tests in 0.008s
15:41:29 [2022-08-31T15:41:29.301Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
15:41:29 [2022-08-31T15:41:29.301Z] INFO: Testing against a local daemon
15:41:29 [2022-08-31T15:41:29.301Z] === RUN   TestPluginWithDevMounts
15:41:29 [2022-08-31T15:41:29.301Z] === PAUSE TestPluginWithDevMounts
15:41:29 [2022-08-31T15:41:29.301Z] === CONT  TestPluginWithDevMounts
15:41:30 [2022-08-31T15:41:30.950Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:41:30 [2022-08-31T15:41:30.950Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:41:31 [2022-08-31T15:41:31.209Z] --- PASS: TestPluginWithDevMounts (1.59s)
15:41:31 [2022-08-31T15:41:31.209Z] PASS
15:41:31 [2022-08-31T15:41:31.209Z] 
15:41:31 [2022-08-31T15:41:31.209Z] DONE 1 tests in 1.615s
15:41:31 [2022-08-31T15:41:31.209Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
15:41:31 [2022-08-31T15:41:31.209Z] INFO: Testing against a local daemon
15:41:31 [2022-08-31T15:41:31.209Z] === RUN   TestSecretInspect
15:41:32 [2022-08-31T15:41:32.316Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:41:32 [2022-08-31T15:41:32.572Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:41:33 [2022-08-31T15:41:33.116Z] --- PASS: TestSecretInspect (1.86s)
15:41:33 [2022-08-31T15:41:33.116Z] === RUN   TestSecretList
15:41:34 [2022-08-31T15:41:34.462Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:41:34 [2022-08-31T15:41:34.462Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:41:35 [2022-08-31T15:41:35.025Z] --- PASS: TestSecretList (2.31s)
15:41:35 [2022-08-31T15:41:35.025Z] === RUN   TestSecretsCreateAndDelete
15:41:36 [2022-08-31T15:41:36.354Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.31s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.57s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.30s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.29s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.43s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.94s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.89s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.75s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.76s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.85s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.84s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.75s)
15:41:36 [2022-08-31T15:41:36.354Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.77s)
15:41:36 [2022-08-31T15:41:36.354Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
15:41:36 [2022-08-31T15:41:36.354Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
15:41:36 [2022-08-31T15:41:36.916Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
15:41:37 [2022-08-31T15:41:37.564Z] --- PASS: TestSecretsCreateAndDelete (2.29s)
15:41:37 [2022-08-31T15:41:37.564Z] === RUN   TestSecretsUpdate
15:41:37 [2022-08-31T15:41:37.844Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.79s)
15:41:37 [2022-08-31T15:41:37.844Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.87s)
15:41:37 [2022-08-31T15:41:37.844Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.90s)
15:41:37 [2022-08-31T15:41:37.844Z] === RUN   TestCgroupNamespacesRun
15:41:39 [2022-08-31T15:41:39.209Z] --- PASS: TestCgroupNamespacesRun (1.11s)
15:41:39 [2022-08-31T15:41:39.209Z] === RUN   TestCgroupNamespacesRunPrivileged
15:41:40 [2022-08-31T15:41:40.104Z] --- PASS: TestSecretsUpdate (2.29s)
15:41:40 [2022-08-31T15:41:40.104Z] === RUN   TestTemplatedSecret
15:41:40 [2022-08-31T15:41:40.150Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.11s)
15:41:40 [2022-08-31T15:41:40.150Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
15:41:41 [2022-08-31T15:41:41.077Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.10s)
15:41:41 [2022-08-31T15:41:41.077Z] === RUN   TestCgroupNamespacesRunHostMode
15:41:42 [2022-08-31T15:41:42.445Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s)
15:41:42 [2022-08-31T15:41:42.445Z] === RUN   TestCgroupNamespacesRunPrivateMode
15:41:42 [2022-08-31T15:41:42.644Z] --- PASS: TestTemplatedSecret (2.66s)
15:41:42 [2022-08-31T15:41:42.644Z] === RUN   TestSecretCreateResolve
15:41:43 [2022-08-31T15:41:43.373Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s)
15:41:43 [2022-08-31T15:41:43.373Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
15:41:44 [2022-08-31T15:41:44.551Z] --- PASS: TestSecretCreateResolve (2.25s)
15:41:44 [2022-08-31T15:41:44.551Z] PASS
15:41:44 [2022-08-31T15:41:44.551Z] 
15:41:44 [2022-08-31T15:41:44.551Z] DONE 6 tests in 13.684s
15:41:44 [2022-08-31T15:41:44.552Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
15:41:44 [2022-08-31T15:41:44.552Z] INFO: Testing against a local daemon
15:41:44 [2022-08-31T15:41:44.552Z] === RUN   TestServiceCreateInit
15:41:44 [2022-08-31T15:41:44.552Z] === RUN   TestServiceCreateInit/daemonInitDisabled
15:41:44 [2022-08-31T15:41:44.740Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s)
15:41:44 [2022-08-31T15:41:44.740Z] === RUN   TestCgroupNamespacesRunInvalidMode
15:41:45 [2022-08-31T15:41:45.302Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
15:41:45 [2022-08-31T15:41:45.302Z] === RUN   TestCgroupNamespacesRunOlderClient
15:41:46 [2022-08-31T15:41:46.668Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s)
15:41:46 [2022-08-31T15:41:46.668Z] === RUN   TestNISDomainname
15:41:46 [2022-08-31T15:41:46.924Z] --- PASS: TestNISDomainname (0.51s)
15:41:46 [2022-08-31T15:41:46.924Z] === RUN   TestHostnameDnsResolution
15:41:47 [2022-08-31T15:41:47.486Z] --- PASS: TestHostnameDnsResolution (0.65s)
15:41:47 [2022-08-31T15:41:47.486Z] === RUN   TestUnprivilegedPortsAndPing
15:41:48 [2022-08-31T15:41:48.049Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s)
15:41:48 [2022-08-31T15:41:48.049Z] === RUN   TestPrivilegedHostDevices
15:41:48 [2022-08-31T15:41:48.611Z] --- PASS: TestPrivilegedHostDevices (0.48s)
15:41:48 [2022-08-31T15:41:48.611Z] === RUN   TestRunConsoleSize
15:41:48 [2022-08-31T15:41:48.753Z] === RUN   TestServiceCreateInit/daemonInitEnabled
15:41:48 [2022-08-31T15:41:48.868Z] --- PASS: TestRunConsoleSize (0.41s)
15:41:48 [2022-08-31T15:41:48.868Z] === RUN   TestRunWithAlternativeContainerdShim
15:41:51 [2022-08-31T15:41:51.384Z] --- PASS: TestRunWithAlternativeContainerdShim (1.96s)
15:41:51 [2022-08-31T15:41:51.384Z] === RUN   TestStats
15:41:52 [2022-08-31T15:41:52.952Z] --- PASS: TestServiceCreateInit (8.02s)
15:41:52 [2022-08-31T15:41:52.952Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.01s)
15:41:52 [2022-08-31T15:41:52.952Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.99s)
15:41:52 [2022-08-31T15:41:52.952Z] === RUN   TestCreateServiceMultipleTimes
15:41:53 [2022-08-31T15:41:53.274Z] --- PASS: TestStats (2.41s)
15:41:53 [2022-08-31T15:41:53.274Z] === RUN   TestStopContainerWithTimeout
15:41:53 [2022-08-31T15:41:53.274Z] === RUN   TestStopContainerWithTimeout/0
15:41:53 [2022-08-31T15:41:53.274Z] === PAUSE TestStopContainerWithTimeout/0
15:41:53 [2022-08-31T15:41:53.274Z] === RUN   TestStopContainerWithTimeout/1
15:41:53 [2022-08-31T15:41:53.274Z] === PAUSE TestStopContainerWithTimeout/1
15:41:53 [2022-08-31T15:41:53.274Z] === RUN   TestStopContainerWithTimeout/3
15:41:53 [2022-08-31T15:41:53.274Z] === PAUSE TestStopContainerWithTimeout/3
15:41:53 [2022-08-31T15:41:53.274Z] === RUN   TestStopContainerWithTimeout/-1
15:41:53 [2022-08-31T15:41:53.274Z] === PAUSE TestStopContainerWithTimeout/-1
15:41:53 [2022-08-31T15:41:53.274Z] === CONT  TestStopContainerWithTimeout/0
15:41:53 [2022-08-31T15:41:53.274Z] === CONT  TestStopContainerWithTimeout/-1
15:41:53 [2022-08-31T15:41:53.837Z] === CONT  TestStopContainerWithTimeout/3
15:41:56 [2022-08-31T15:41:56.353Z] === CONT  TestStopContainerWithTimeout/1
15:41:57 [2022-08-31T15:41:57.280Z] --- PASS: TestStopContainerWithTimeout (0.01s)
15:41:57 [2022-08-31T15:41:57.280Z]     --- PASS: TestStopContainerWithTimeout/0 (0.58s)
15:41:57 [2022-08-31T15:41:57.280Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.56s)
15:41:57 [2022-08-31T15:41:57.280Z]     --- PASS: TestStopContainerWithTimeout/3 (2.38s)
15:41:57 [2022-08-31T15:41:57.280Z]     --- PASS: TestStopContainerWithTimeout/1 (1.40s)
15:41:57 [2022-08-31T15:41:57.280Z] === RUN   TestDeleteDevicemapper
15:41:57 [2022-08-31T15:41:57.280Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:41:57 [2022-08-31T15:41:57.280Z] --- SKIP: TestDeleteDevicemapper (0.00s)
15:41:57 [2022-08-31T15:41:57.280Z] === RUN   TestStopContainerWithRestartPolicyAlways
15:41:58 [2022-08-31T15:41:58.648Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.39s)
15:41:58 [2022-08-31T15:41:58.648Z] === RUN   TestUpdateMemory
15:41:59 [2022-08-31T15:41:59.210Z] --- PASS: TestUpdateMemory (0.50s)
15:41:59 [2022-08-31T15:41:59.210Z] === RUN   TestUpdateCPUQuota
15:41:59 [2022-08-31T15:41:59.772Z] --- PASS: TestUpdateCPUQuota (0.65s)
15:41:59 [2022-08-31T15:41:59.773Z] === RUN   TestUpdatePidsLimit
15:41:59 [2022-08-31T15:41:59.773Z] === RUN   TestUpdatePidsLimit/update_from_none
15:42:00 [2022-08-31T15:42:00.029Z] === RUN   TestUpdatePidsLimit/no_change
15:42:00 [2022-08-31T15:42:00.285Z] === RUN   TestUpdatePidsLimit/update_lower
15:42:00 [2022-08-31T15:42:00.285Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
15:42:00 [2022-08-31T15:42:00.541Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
15:42:00 [2022-08-31T15:42:00.798Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
15:42:01 [2022-08-31T15:42:01.054Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
15:42:01 [2022-08-31T15:42:01.617Z] --- PASS: TestUpdatePidsLimit (1.78s)
15:42:01 [2022-08-31T15:42:01.617Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.17s)
15:42:01 [2022-08-31T15:42:01.617Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
15:42:01 [2022-08-31T15:42:01.617Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.19s)
15:42:01 [2022-08-31T15:42:01.617Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s)
15:42:01 [2022-08-31T15:42:01.617Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
15:42:01 [2022-08-31T15:42:01.617Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
15:42:01 [2022-08-31T15:42:01.617Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s)
15:42:01 [2022-08-31T15:42:01.617Z] === RUN   TestUpdateRestartPolicy
15:42:11 [2022-08-31T15:42:11.054Z] --- PASS: TestCreateServiceMultipleTimes (16.18s)
15:42:11 [2022-08-31T15:42:11.054Z] === RUN   TestCreateServiceConflict
15:42:11 [2022-08-31T15:42:11.054Z] --- PASS: TestCreateServiceConflict (2.26s)
15:42:11 [2022-08-31T15:42:11.054Z] === RUN   TestCreateServiceMaxReplicas
15:42:13 [2022-08-31T15:42:13.800Z] --- PASS: TestUpdateRestartPolicy (10.91s)
15:42:13 [2022-08-31T15:42:13.800Z] === RUN   TestUpdateRestartWithAutoRemove
15:42:13 [2022-08-31T15:42:13.800Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s)
15:42:13 [2022-08-31T15:42:13.800Z] === RUN   TestWaitNonBlocked
15:42:13 [2022-08-31T15:42:13.800Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
15:42:13 [2022-08-31T15:42:13.800Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
15:42:13 [2022-08-31T15:42:13.800Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
15:42:13 [2022-08-31T15:42:13.800Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
15:42:13 [2022-08-31T15:42:13.800Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
15:42:13 [2022-08-31T15:42:13.800Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
15:42:13 [2022-08-31T15:42:13.800Z] --- PASS: TestWaitNonBlocked (0.01s)
15:42:13 [2022-08-31T15:42:13.800Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.62s)
15:42:13 [2022-08-31T15:42:13.800Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s)
15:42:13 [2022-08-31T15:42:13.800Z] === RUN   TestWaitBlocked
15:42:13 [2022-08-31T15:42:13.800Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
15:42:13 [2022-08-31T15:42:13.800Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
15:42:13 [2022-08-31T15:42:13.800Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
15:42:13 [2022-08-31T15:42:13.800Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
15:42:13 [2022-08-31T15:42:13.801Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
15:42:13 [2022-08-31T15:42:13.801Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
15:42:14 [2022-08-31T15:42:14.351Z] --- PASS: TestCreateServiceMaxReplicas (2.80s)
15:42:14 [2022-08-31T15:42:14.351Z] === RUN   TestCreateWithDuplicateNetworkNames
15:42:14 [2022-08-31T15:42:14.363Z] --- PASS: TestWaitBlocked (0.01s)
15:42:14 [2022-08-31T15:42:14.363Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.69s)
15:42:14 [2022-08-31T15:42:14.363Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.76s)
15:42:14 [2022-08-31T15:42:14.363Z] === RUN   TestWaitConditions
15:42:14 [2022-08-31T15:42:14.363Z] === RUN   TestWaitConditions/default
15:42:14 [2022-08-31T15:42:14.363Z] === PAUSE TestWaitConditions/default
15:42:14 [2022-08-31T15:42:14.363Z] === RUN   TestWaitConditions/not-running
15:42:14 [2022-08-31T15:42:14.363Z] === PAUSE TestWaitConditions/not-running
15:42:14 [2022-08-31T15:42:14.363Z] === RUN   TestWaitConditions/next-exit
15:42:14 [2022-08-31T15:42:14.363Z] === PAUSE TestWaitConditions/next-exit
15:42:14 [2022-08-31T15:42:14.363Z] === RUN   TestWaitConditions/removed
15:42:14 [2022-08-31T15:42:14.363Z] === PAUSE TestWaitConditions/removed
15:42:14 [2022-08-31T15:42:14.363Z] === CONT  TestWaitConditions/default
15:42:14 [2022-08-31T15:42:14.363Z] === CONT  TestWaitConditions/next-exit
15:42:14 [2022-08-31T15:42:14.363Z]     wait_test.go:146: ContainerID = cf856de04b8606ae74126663412acc363cf0c5d66d5db9e61fd112d94bb8f94d
15:42:14 [2022-08-31T15:42:14.363Z] === CONT  TestWaitConditions/default
15:42:14 [2022-08-31T15:42:14.363Z]     wait_test.go:146: ContainerID = 420c61451fad78e7c8215d44bd530f61620936f36df8179928b56def1cad98d6
15:42:15 [2022-08-31T15:42:15.290Z] === CONT  TestWaitConditions/removed
15:42:15 [2022-08-31T15:42:15.290Z] === CONT  TestWaitConditions/not-running
15:42:15 [2022-08-31T15:42:15.290Z] === CONT  TestWaitConditions/removed
15:42:15 [2022-08-31T15:42:15.290Z]     wait_test.go:146: ContainerID = c6042430ea0111594b7575ec1593eb40532d95f81dd3ad1b0c9143d4370e99b6
15:42:15 [2022-08-31T15:42:15.290Z] === CONT  TestWaitConditions/not-running
15:42:15 [2022-08-31T15:42:15.290Z]     wait_test.go:146: ContainerID = 22a9b869ffd72ecac9acef64df1d23da3761c472a5468f94da87233d8156d9fd
15:42:15 [2022-08-31T15:42:15.546Z] --- PASS: TestWaitConditions (0.02s)
15:42:15 [2022-08-31T15:42:15.546Z]     --- PASS: TestWaitConditions/default (0.68s)
15:42:15 [2022-08-31T15:42:15.546Z]     --- PASS: TestWaitConditions/next-exit (0.70s)
15:42:15 [2022-08-31T15:42:15.546Z]     --- PASS: TestWaitConditions/removed (0.48s)
15:42:15 [2022-08-31T15:42:15.546Z]     --- PASS: TestWaitConditions/not-running (0.49s)
15:42:15 [2022-08-31T15:42:15.546Z] === RUN   TestWaitRestartedContainer
15:42:15 [2022-08-31T15:42:15.546Z] === RUN   TestWaitRestartedContainer/default
15:42:15 [2022-08-31T15:42:15.546Z] === PAUSE TestWaitRestartedContainer/default
15:42:15 [2022-08-31T15:42:15.546Z] === RUN   TestWaitRestartedContainer/not-running
15:42:15 [2022-08-31T15:42:15.546Z] === PAUSE TestWaitRestartedContainer/not-running
15:42:15 [2022-08-31T15:42:15.546Z] === RUN   TestWaitRestartedContainer/next-exit
15:42:15 [2022-08-31T15:42:15.546Z] === PAUSE TestWaitRestartedContainer/next-exit
15:42:15 [2022-08-31T15:42:15.546Z] === CONT  TestWaitRestartedContainer/default
15:42:15 [2022-08-31T15:42:15.546Z] === CONT  TestWaitRestartedContainer/next-exit
15:42:16 [2022-08-31T15:42:16.915Z] === CONT  TestWaitRestartedContainer/not-running
15:42:17 [2022-08-31T15:42:17.844Z] --- PASS: TestWaitRestartedContainer (0.01s)
15:42:17 [2022-08-31T15:42:17.844Z]     --- PASS: TestWaitRestartedContainer/default (1.27s)
15:42:17 [2022-08-31T15:42:17.844Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.45s)
15:42:17 [2022-08-31T15:42:17.844Z]     --- PASS: TestWaitRestartedContainer/not-running (0.95s)
15:42:17 [2022-08-31T15:42:17.844Z] === CONT  TestContainerStartOnDaemonRestart
15:42:17 [2022-08-31T15:42:17.844Z] === CONT  TestRestartDaemonWithRestartingContainer
15:42:19 [2022-08-31T15:42:19.736Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.94s)
15:42:19 [2022-08-31T15:42:19.736Z] === CONT  TestIpcModeOlderClient
15:42:19 [2022-08-31T15:42:19.736Z] --- PASS: TestIpcModeOlderClient (0.06s)
15:42:19 [2022-08-31T15:42:19.736Z] === CONT  TestContainerKillOnDaemonStart
15:42:19 [2022-08-31T15:42:19.736Z] --- PASS: TestContainerStartOnDaemonRestart (2.03s)
15:42:19 [2022-08-31T15:42:19.736Z] === CONT  TestDaemonHostGatewayIP
15:42:22 [2022-08-31T15:42:22.254Z] --- PASS: TestDaemonHostGatewayIP (2.38s)
15:42:22 [2022-08-31T15:42:22.254Z] === CONT  TestDaemonRestartIpcMode
15:42:24 [2022-08-31T15:42:24.771Z] --- PASS: TestDaemonRestartIpcMode (2.12s)
15:42:29 [2022-08-31T15:42:29.241Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.46s)
15:42:29 [2022-08-31T15:42:29.241Z] === RUN   TestCreateServiceSecretFileMode
15:42:29 [2022-08-31T15:42:29.819Z] --- PASS: TestCreateServiceSecretFileMode (2.58s)
15:42:29 [2022-08-31T15:42:29.819Z] === RUN   TestCreateServiceConfigFileMode
15:42:32 [2022-08-31T15:42:32.858Z] --- PASS: TestContainerKillOnDaemonStart (11.71s)
15:42:32 [2022-08-31T15:42:32.858Z] PASS
15:42:32 [2022-08-31T15:42:32.858Z] 
15:42:32 [2022-08-31T15:42:32.858Z] === Skipped
15:42:32 [2022-08-31T15:42:32.858Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
15:42:32 [2022-08-31T15:42:32.858Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:42:32 [2022-08-31T15:42:32.858Z] 
15:42:32 [2022-08-31T15:42:32.858Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
15:42:32 [2022-08-31T15:42:32.858Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:42:32 [2022-08-31T15:42:32.858Z] 
15:42:32 [2022-08-31T15:42:32.858Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
15:42:32 [2022-08-31T15:42:32.858Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:42:32 [2022-08-31T15:42:32.858Z] 
15:42:32 [2022-08-31T15:42:32.858Z] DONE 273 tests, 3 skipped in 126.412s
15:42:32 [2022-08-31T15:42:32.858Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
15:42:32 [2022-08-31T15:42:32.858Z] ++ 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
15:42:32 [2022-08-31T15:42:32.858Z] ++ set -e
15:42:32 [2022-08-31T15:42:32.858Z] ++ '[' -n 0 ']'
15:42:32 [2022-08-31T15:42:32.858Z] ++ set -x
15:42:32 [2022-08-31T15:42:32.858Z] ++ env -i DEST=/go/src/github.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
15:42:32 [2022-08-31T15:42:32.858Z] === RUN   TestConfigDaemonLibtrustID
15:42:32 [2022-08-31T15:42:32.858Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
15:42:32 [2022-08-31T15:42:32.858Z] === RUN   TestConfigDaemonID
15:42:33 [2022-08-31T15:42:33.140Z] --- PASS: TestCreateServiceConfigFileMode (2.76s)
15:42:33 [2022-08-31T15:42:33.140Z] === RUN   TestCreateServiceSysctls
15:42:33 [2022-08-31T15:42:33.420Z]     daemon_test.go:83: [d0d474e0010b8] daemon is not started
15:42:33 [2022-08-31T15:42:33.420Z] --- PASS: TestConfigDaemonID (1.04s)
15:42:33 [2022-08-31T15:42:33.420Z] === RUN   TestDaemonConfigValidation
15:42:33 [2022-08-31T15:42:33.420Z] === RUN   TestDaemonConfigValidation/config_with_no_content
15:42:33 [2022-08-31T15:42:33.420Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
15:42:33 [2022-08-31T15:42:33.420Z] === RUN   TestDaemonConfigValidation/config_with_{}
15:42:33 [2022-08-31T15:42:33.420Z] === PAUSE TestDaemonConfigValidation/config_with_{}
15:42:33 [2022-08-31T15:42:33.420Z] === RUN   TestDaemonConfigValidation/invalid_config
15:42:33 [2022-08-31T15:42:33.420Z] === PAUSE TestDaemonConfigValidation/invalid_config
15:42:33 [2022-08-31T15:42:33.420Z] === RUN   TestDaemonConfigValidation/malformed_config
15:42:33 [2022-08-31T15:42:33.420Z] === PAUSE TestDaemonConfigValidation/malformed_config
15:42:33 [2022-08-31T15:42:33.420Z] === RUN   TestDaemonConfigValidation/valid_config
15:42:33 [2022-08-31T15:42:33.420Z] === PAUSE TestDaemonConfigValidation/valid_config
15:42:33 [2022-08-31T15:42:33.420Z] === CONT  TestDaemonConfigValidation/config_with_no_content
15:42:33 [2022-08-31T15:42:33.420Z] === CONT  TestDaemonConfigValidation/malformed_config
15:42:33 [2022-08-31T15:42:33.420Z] === CONT  TestDaemonConfigValidation/valid_config
15:42:33 [2022-08-31T15:42:33.420Z] === CONT  TestDaemonConfigValidation/invalid_config
15:42:33 [2022-08-31T15:42:33.420Z] === CONT  TestDaemonConfigValidation/config_with_{}
15:42:33 [2022-08-31T15:42:33.420Z] --- PASS: TestDaemonConfigValidation (0.00s)
15:42:33 [2022-08-31T15:42:33.420Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
15:42:33 [2022-08-31T15:42:33.420Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
15:42:33 [2022-08-31T15:42:33.420Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
15:42:33 [2022-08-31T15:42:33.420Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
15:42:33 [2022-08-31T15:42:33.420Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
15:42:33 [2022-08-31T15:42:33.420Z] === RUN   TestConfigDaemonSeccompProfiles
15:42:33 [2022-08-31T15:42:33.420Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
15:42:34 [2022-08-31T15:42:34.350Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
15:42:35 [2022-08-31T15:42:35.727Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
15:42:36 [2022-08-31T15:42:36.433Z] --- PASS: TestCreateServiceSysctls (3.43s)
15:42:36 [2022-08-31T15:42:36.433Z] === RUN   TestCreateServiceCapabilities
15:42:36 [2022-08-31T15:42:36.664Z] === CONT  TestConfigDaemonSeccompProfiles
15:42:36 [2022-08-31T15:42:36.664Z]     daemon_test.go:197: [d612cbd668a5d] daemon is not started
15:42:36 [2022-08-31T15:42:36.664Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
15:42:36 [2022-08-31T15:42:36.664Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
15:42:36 [2022-08-31T15:42:36.664Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
15:42:36 [2022-08-31T15:42:36.664Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
15:42:36 [2022-08-31T15:42:36.664Z] === RUN   TestDaemonProxy
15:42:36 [2022-08-31T15:42:36.664Z] === RUN   TestDaemonProxy/environment_variables
15:42:38 [2022-08-31T15:42:38.554Z] === RUN   TestDaemonProxy/command-line_options
15:42:38 [2022-08-31T15:42:38.972Z] --- PASS: TestCreateServiceCapabilities (2.62s)
15:42:38 [2022-08-31T15:42:38.972Z] === RUN   TestInspect
15:42:39 [2022-08-31T15:42:39.920Z] === RUN   TestDaemonProxy/configuration_file
15:42:42 [2022-08-31T15:42:42.267Z] --- PASS: TestInspect (3.06s)
15:42:42 [2022-08-31T15:42:42.267Z] === RUN   TestCreateJob
15:42:42 [2022-08-31T15:42:42.469Z] === RUN   TestDaemonProxy/conflicting_options
15:42:43 [2022-08-31T15:42:43.031Z] === RUN   TestDaemonProxy/reload_sanitized
15:42:44 [2022-08-31T15:42:44.923Z] --- PASS: TestDaemonProxy (8.07s)
15:42:44 [2022-08-31T15:42:44.923Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
15:42:44 [2022-08-31T15:42:44.923Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
15:42:44 [2022-08-31T15:42:44.923Z]     --- PASS: TestDaemonProxy/configuration_file (2.54s)
15:42:44 [2022-08-31T15:42:44.923Z]     --- PASS: TestDaemonProxy/conflicting_options (0.51s)
15:42:44 [2022-08-31T15:42:44.923Z]     --- PASS: TestDaemonProxy/reload_sanitized (1.54s)
15:42:44 [2022-08-31T15:42:44.923Z] PASS
15:42:44 [2022-08-31T15:42:44.923Z] 
15:42:44 [2022-08-31T15:42:44.923Z] DONE 18 tests in 13.085s
15:42:44 [2022-08-31T15:42:44.923Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
15:42:44 [2022-08-31T15:42:44.923Z] ++ 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
15:42:44 [2022-08-31T15:42:44.923Z] ++ set -e
15:42:44 [2022-08-31T15:42:44.923Z] ++ '[' -n 0 ']'
15:42:44 [2022-08-31T15:42:44.923Z] ++ set -x
15:42:44 [2022-08-31T15:42:44.923Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
15:42:45 [2022-08-31T15:42:45.179Z] INFO: Testing against a local daemon
15:42:45 [2022-08-31T15:42:45.179Z] === RUN   TestCommitInheritsEnv
15:42:45 [2022-08-31T15:42:45.561Z] --- PASS: TestCreateJob (3.24s)
15:42:45 [2022-08-31T15:42:45.561Z] === RUN   TestReplicatedJob
15:42:47 [2022-08-31T15:42:47.696Z] --- PASS: TestCommitInheritsEnv (2.51s)
15:42:47 [2022-08-31T15:42:47.696Z] === RUN   TestImportExtremelyLargeImageWorks
15:42:47 [2022-08-31T15:42:47.696Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
15:42:47 [2022-08-31T15:42:47.696Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
15:42:47 [2022-08-31T15:42:47.696Z] === RUN   TestImportWithCustomPlatform
15:42:47 [2022-08-31T15:42:47.696Z] === RUN   TestImportWithCustomPlatform/#00
15:42:48 [2022-08-31T15:42:48.258Z] === RUN   TestImportWithCustomPlatform/_______
15:42:48 [2022-08-31T15:42:48.258Z] === RUN   TestImportWithCustomPlatform//
15:42:48 [2022-08-31T15:42:48.258Z] === RUN   TestImportWithCustomPlatform/linux
15:42:48 [2022-08-31T15:42:48.820Z] === RUN   TestImportWithCustomPlatform/LINUX
15:42:49 [2022-08-31T15:42:49.077Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
15:42:49 [2022-08-31T15:42:49.638Z] === RUN   TestImportWithCustomPlatform/macos
15:42:49 [2022-08-31T15:42:49.638Z] === RUN   TestImportWithCustomPlatform/macos/arm64
15:42:49 [2022-08-31T15:42:49.638Z] === RUN   TestImportWithCustomPlatform/nintendo64
15:42:49 [2022-08-31T15:42:49.895Z] --- PASS: TestImportWithCustomPlatform (2.11s)
15:42:49 [2022-08-31T15:42:49.895Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.39s)
15:42:49 [2022-08-31T15:42:49.895Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
15:42:49 [2022-08-31T15:42:49.895Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
15:42:49 [2022-08-31T15:42:49.895Z]     --- PASS: TestImportWithCustomPlatform/linux (0.56s)
15:42:49 [2022-08-31T15:42:49.895Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.27s)
15:42:49 [2022-08-31T15:42:49.895Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.60s)
15:42:49 [2022-08-31T15:42:49.895Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
15:42:49 [2022-08-31T15:42:49.895Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
15:42:49 [2022-08-31T15:42:49.895Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
15:42:49 [2022-08-31T15:42:49.895Z] === RUN   TestImagesFilterMultiReference
15:42:50 [2022-08-31T15:42:50.823Z] --- PASS: TestImagesFilterMultiReference (0.73s)
15:42:50 [2022-08-31T15:42:50.823Z] === RUN   TestImagePullPlatformInvalid
15:42:50 [2022-08-31T15:42:50.823Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
15:42:50 [2022-08-31T15:42:50.823Z] === RUN   TestRemoveImageOrphaning
15:42:50 [2022-08-31T15:42:50.843Z] --- PASS: TestReplicatedJob (5.85s)
15:42:50 [2022-08-31T15:42:50.843Z] === RUN   TestUpdateReplicatedJob
15:42:52 [2022-08-31T15:42:52.063Z] Created binary: bundles/dynbinary-daemon/dockerd
15:42:52 [2022-08-31T15:42:52.063Z] Building: bundles/dynbinary-daemon/docker-proxy
15:42:52 [2022-08-31T15:42:52.063Z] GOOS="" GOARCH="" GOARM=""
15:42:52 [2022-08-31T15:42:52.063Z] Created binary: bundles/dynbinary-daemon/docker-proxy
15:42:52 [2022-08-31T15:42:52.063Z] 
15:42:52 [2022-08-31T15:42:52.063Z] ---> Making bundle: test-integration (in bundles/test-integration)
15:42:52 [2022-08-31T15:42:52.063Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
15:42:52 [2022-08-31T15:42:52.063Z] HOSTNAME=5e4d129f4d1c
15:42:52 [2022-08-31T15:42:52.063Z] DEST=bundles/test-integration
15:42:52 [2022-08-31T15:42:52.063Z] PWD=/go/src/github.com/docker/docker
15:42:52 [2022-08-31T15:42:52.063Z] DOCKER_ROOTLESS=1
15:42:52 [2022-08-31T15:42:52.063Z] DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97
15:42:52 [2022-08-31T15:42:52.063Z] container=docker
15:42:52 [2022-08-31T15:42:52.063Z] HOME=/root
15:42:52 [2022-08-31T15:42:52.063Z] GOLANG_VERSION=1.18.5
15:42:52 [2022-08-31T15:42:52.063Z] VALIDATE_REPO=https://github.com/moby/moby.git
15:42:52 [2022-08-31T15:42:52.063Z] VALIDATE_BRANCH=master
15:42:52 [2022-08-31T15:42:52.063Z] TERM=xterm
15:42:52 [2022-08-31T15:42:52.063Z] DOCKER_PKG=github.com/docker/docker
15:42:52 [2022-08-31T15:42:52.063Z] SHLVL=1
15:42:52 [2022-08-31T15:42:52.063Z] TIMEOUT=120m
15:42:52 [2022-08-31T15:42:52.063Z] DOCKER_BUILDTAGS= journald
15:42:52 [2022-08-31T15:42:52.063Z] DOCKER_GRAPHDRIVER=overlay2
15:42:52 [2022-08-31T15:42:52.063Z] GO111MODULE=off
15:42:52 [2022-08-31T15:42:52.063Z] DOCKER_EXPERIMENTAL=1
15:42:52 [2022-08-31T15:42:52.063Z] TEST_SKIP_INTEGRATION_CLI=1
15:42:52 [2022-08-31T15:42:52.063Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:42:52 [2022-08-31T15:42:52.063Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
15:42:52 [2022-08-31T15:42:52.063Z] GOPATH=/go
15:42:52 [2022-08-31T15:42:52.063Z] PKG_CONFIG=pkg-config
15:42:52 [2022-08-31T15:42:52.063Z] _=/usr/bin/env
15:42:52 [2022-08-31T15:42:52.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
15:42:52 [2022-08-31T15:42:52.714Z] --- PASS: TestRemoveImageOrphaning (2.15s)
15:42:52 [2022-08-31T15:42:52.714Z] === RUN   TestRemoveImageGarbageCollector
15:42:52 [2022-08-31T15:42:52.714Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:42:52 [2022-08-31T15:42:52.714Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
15:42:52 [2022-08-31T15:42:52.714Z] === RUN   TestTagUnprefixedRepoByNameOrName
15:42:52 [2022-08-31T15:42:52.970Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.31s)
15:42:52 [2022-08-31T15:42:52.970Z] === RUN   TestTagInvalidReference
15:42:52 [2022-08-31T15:42:52.970Z] --- PASS: TestTagInvalidReference (0.01s)
15:42:52 [2022-08-31T15:42:52.970Z] === RUN   TestTagValidPrefixedRepo
15:42:53 [2022-08-31T15:42:53.399Z] Created binary: bundles/dynbinary-daemon/dockerd
15:42:53 [2022-08-31T15:42:53.399Z] Building: bundles/dynbinary-daemon/docker-proxy
15:42:53 [2022-08-31T15:42:53.399Z] GOOS="" GOARCH="" GOARM=""
15:42:53 [2022-08-31T15:42:53.399Z] Created binary: bundles/dynbinary-daemon/docker-proxy
15:42:53 [2022-08-31T15:42:53.399Z] 
15:42:53 [2022-08-31T15:42:53.399Z] + TEST_INTEGRATION_DEST=2
15:42:53 [2022-08-31T15:42:53.399Z] + CONTAINER_NAME=docker-pr1-2
15:42:53 [2022-08-31T15:42:53.399Z] + TEST_SKIP_INTEGRATION=1
15:42:53 [2022-08-31T15:42:53.399Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
15:42:53 [2022-08-31T15:42:53.399Z] + run_tests
15:42:53 [2022-08-31T15:42:53.399Z] + c=0
15:42:53 [2022-08-31T15:42:53.399Z] + '[' -n 0 ']'
15:42:53 [2022-08-31T15:42:53.399Z] + rm=
15:42:53 [2022-08-31T15:42:53.399Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44068/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44068/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5591187178010bd407f0784bf83909ec395d7b97 hack/make.sh '' test-integration
15:42:53 [2022-08-31T15:42:53.399Z] + TEST_INTEGRATION_DEST=1
15:42:53 [2022-08-31T15:42:53.399Z] + CONTAINER_NAME=docker-pr1-1
15:42:53 [2022-08-31T15:42:53.399Z] + TEST_SKIP_INTEGRATION_CLI=1
15:42:53 [2022-08-31T15:42:53.399Z] + run_tests test-integration-flaky
15:42:53 [2022-08-31T15:42:53.399Z] + '[' -n 0 ']'
15:42:53 [2022-08-31T15:42:53.399Z] + rm=
15:42:53 [2022-08-31T15:42:53.399Z] + TEST_INTEGRATION_DEST=3
15:42:53 [2022-08-31T15:42:53.399Z] + CONTAINER_NAME=docker-pr1-3
15:42:53 [2022-08-31T15:42:53.399Z] + TEST_SKIP_INTEGRATION=1
15:42:53 [2022-08-31T15:42:53.399Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
15:42:53 [2022-08-31T15:42:53.399Z] + run_tests
15:42:53 [2022-08-31T15:42:53.399Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44068/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44068/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5591187178010bd407f0784bf83909ec395d7b97 hack/make.sh test-integration-flaky test-integration
15:42:53 [2022-08-31T15:42:53.399Z] + '[' -n 0 ']'
15:42:53 [2022-08-31T15:42:53.399Z] + rm=
15:42:53 [2022-08-31T15:42:53.399Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44068/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44068/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5591187178010bd407f0784bf83909ec395d7b97 hack/make.sh '' test-integration
15:42:53 [2022-08-31T15:42:53.399Z] ++ jobs -p
15:42:53 [2022-08-31T15:42:53.399Z] + for job in $(jobs -p)
15:42:53 [2022-08-31T15:42:53.399Z] + wait 9370
15:42:53 [2022-08-31T15:42:53.399Z] 
15:42:53 [2022-08-31T15:42:53.399Z] 
15:42:53 [2022-08-31T15:42:53.399Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
15:42:53 [2022-08-31T15:42:53.399Z] 
15:42:53 [2022-08-31T15:42:53.399Z] ---> Making bundle: test-integration (in bundles/test-integration)
15:42:53 [2022-08-31T15:42:53.399Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
15:42:53 [2022-08-31T15:42:53.399Z] HOSTNAME=c4866ff8426c
15:42:53 [2022-08-31T15:42:53.399Z] TEST_SKIP_INTEGRATION=1
15:42:53 [2022-08-31T15:42:53.399Z] TESTDEBUG=0
15:42:53 [2022-08-31T15:42:53.399Z] DEST=bundles/test-integration
15:42:53 [2022-08-31T15:42:53.399Z] PWD=/go/src/github.com/docker/docker
15:42:53 [2022-08-31T15:42:53.399Z] KEEPBUNDLE=1
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97
15:42:53 [2022-08-31T15:42:53.399Z] container=docker
15:42:53 [2022-08-31T15:42:53.399Z] HOME=/root
15:42:53 [2022-08-31T15:42:53.399Z] GOLANG_VERSION=1.18.5
15:42:53 [2022-08-31T15:42:53.399Z] VALIDATE_REPO=https://github.com/moby/moby.git
15:42:53 [2022-08-31T15:42:53.399Z] VALIDATE_BRANCH=master
15:42:53 [2022-08-31T15:42:53.399Z] TERM=xterm
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_PKG=github.com/docker/docker
15:42:53 [2022-08-31T15:42:53.399Z] SHLVL=1
15:42:53 [2022-08-31T15:42:53.399Z] TIMEOUT=120m
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_BUILDTAGS= journald
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_GRAPHDRIVER=overlay2
15:42:53 [2022-08-31T15:42:53.399Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
15:42:53 [2022-08-31T15:42:53.399Z] GO111MODULE=off
15:42:53 [2022-08-31T15:42:53.399Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:42:53 [2022-08-31T15:42:53.399Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
15:42:53 [2022-08-31T15:42:53.399Z] GOPATH=/go
15:42:53 [2022-08-31T15:42:53.399Z] PKG_CONFIG=pkg-config
15:42:53 [2022-08-31T15:42:53.399Z] _=/usr/bin/env
15:42:53 [2022-08-31T15:42:53.399Z] Building test suite binary ./integration-cli/test.main
15:42:53 [2022-08-31T15:42:53.399Z] ---> Making bundle: test-integration (in bundles/test-integration)
15:42:53 [2022-08-31T15:42:53.399Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
15:42:53 [2022-08-31T15:42:53.399Z] HOSTNAME=cb2548ad93d7
15:42:53 [2022-08-31T15:42:53.399Z] TEST_SKIP_INTEGRATION=1
15:42:53 [2022-08-31T15:42:53.399Z] TESTDEBUG=0
15:42:53 [2022-08-31T15:42:53.399Z] DEST=bundles/test-integration
15:42:53 [2022-08-31T15:42:53.399Z] PWD=/go/src/github.com/docker/docker
15:42:53 [2022-08-31T15:42:53.399Z] KEEPBUNDLE=1
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97
15:42:53 [2022-08-31T15:42:53.399Z] container=docker
15:42:53 [2022-08-31T15:42:53.399Z] HOME=/root
15:42:53 [2022-08-31T15:42:53.399Z] GOLANG_VERSION=1.18.5
15:42:53 [2022-08-31T15:42:53.399Z] VALIDATE_REPO=https://github.com/moby/moby.git
15:42:53 [2022-08-31T15:42:53.399Z] VALIDATE_BRANCH=master
15:42:53 [2022-08-31T15:42:53.399Z] TERM=xterm
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_PKG=github.com/docker/docker
15:42:53 [2022-08-31T15:42:53.399Z] SHLVL=1
15:42:53 [2022-08-31T15:42:53.399Z] TIMEOUT=120m
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_BUILDTAGS= journald
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_GRAPHDRIVER=overlay2
15:42:53 [2022-08-31T15:42:53.399Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
15:42:53 [2022-08-31T15:42:53.399Z] GO111MODULE=off
15:42:53 [2022-08-31T15:42:53.399Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:42:53 [2022-08-31T15:42:53.399Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
15:42:53 [2022-08-31T15:42:53.399Z] GOPATH=/go
15:42:53 [2022-08-31T15:42:53.399Z] PKG_CONFIG=pkg-config
15:42:53 [2022-08-31T15:42:53.399Z] _=/usr/bin/env
15:42:53 [2022-08-31T15:42:53.399Z] Building test suite binary ./integration-cli/test.main
15:42:53 [2022-08-31T15:42:53.399Z] No new tests added to integration.
15:42:53 [2022-08-31T15:42:53.399Z] 
15:42:53 [2022-08-31T15:42:53.399Z] ---> Making bundle: test-integration (in bundles/test-integration)
15:42:53 [2022-08-31T15:42:53.399Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
15:42:53 [2022-08-31T15:42:53.399Z] HOSTNAME=4216f806ad6e
15:42:53 [2022-08-31T15:42:53.399Z] TESTDEBUG=0
15:42:53 [2022-08-31T15:42:53.399Z] DEST=bundles/test-integration
15:42:53 [2022-08-31T15:42:53.399Z] PWD=/go/src/github.com/docker/docker
15:42:53 [2022-08-31T15:42:53.399Z] KEEPBUNDLE=1
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97
15:42:53 [2022-08-31T15:42:53.399Z] container=docker
15:42:53 [2022-08-31T15:42:53.399Z] HOME=/root
15:42:53 [2022-08-31T15:42:53.399Z] GOLANG_VERSION=1.18.5
15:42:53 [2022-08-31T15:42:53.399Z] VALIDATE_REPO=https://github.com/moby/moby.git
15:42:53 [2022-08-31T15:42:53.399Z] VALIDATE_BRANCH=master
15:42:53 [2022-08-31T15:42:53.399Z] TERM=xterm
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_PKG=github.com/docker/docker
15:42:53 [2022-08-31T15:42:53.399Z] SHLVL=1
15:42:53 [2022-08-31T15:42:53.399Z] TIMEOUT=120m
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_BUILDTAGS= journald
15:42:53 [2022-08-31T15:42:53.399Z] DOCKER_GRAPHDRIVER=overlay2
15:42:53 [2022-08-31T15:42:53.399Z] GO111MODULE=off
15:42:53 [2022-08-31T15:42:53.399Z] TEST_SKIP_INTEGRATION_CLI=1
15:42:53 [2022-08-31T15:42:53.399Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
15:42:53 [2022-08-31T15:42:53.399Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
15:42:53 [2022-08-31T15:42:53.399Z] GOPATH=/go
15:42:53 [2022-08-31T15:42:53.399Z] PKG_CONFIG=pkg-config
15:42:53 [2022-08-31T15:42:53.399Z] _=/usr/bin/env
15:42:53 [2022-08-31T15:42:53.399Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
15:42:53 [2022-08-31T15:42:53.533Z] --- PASS: TestTagValidPrefixedRepo (0.56s)
15:42:53 [2022-08-31T15:42:53.533Z] === RUN   TestTagExistedNameWithoutForce
15:42:53 [2022-08-31T15:42:53.812Z] --- PASS: TestTagExistedNameWithoutForce (0.14s)
15:42:53 [2022-08-31T15:42:53.812Z] === RUN   TestTagOfficialNames
15:42:54 [2022-08-31T15:42:54.740Z] --- PASS: TestTagOfficialNames (0.81s)
15:42:54 [2022-08-31T15:42:54.740Z] === RUN   TestTagMatchesDigest
15:42:54 [2022-08-31T15:42:54.740Z] --- PASS: TestTagMatchesDigest (0.02s)
15:42:54 [2022-08-31T15:42:54.740Z] PASS
15:42:54 [2022-08-31T15:42:54.740Z] 
15:42:54 [2022-08-31T15:42:54.740Z] === Skipped
15:42:54 [2022-08-31T15:42:54.740Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
15:42:54 [2022-08-31T15:42:54.740Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
15:42:54 [2022-08-31T15:42:54.740Z] 
15:42:54 [2022-08-31T15:42:54.740Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
15:42:54 [2022-08-31T15:42:54.740Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:42:54 [2022-08-31T15:42:54.740Z] 
15:42:54 [2022-08-31T15:42:54.740Z] DONE 22 tests, 2 skipped in 9.973s
15:42:54 [2022-08-31T15:42:54.740Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
15:42:54 [2022-08-31T15:42:54.740Z] ++ 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
15:42:54 [2022-08-31T15:42:54.740Z] ++ set -e
15:42:54 [2022-08-31T15:42:54.740Z] ++ '[' -n 0 ']'
15:42:54 [2022-08-31T15:42:54.740Z] ++ set -x
15:42:54 [2022-08-31T15:42:54.740Z] ++ env -i DEST=/go/src/github.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
15:42:54 [2022-08-31T15:42:54.740Z] === RUN   TestStripANSICommands
15:42:54 [2022-08-31T15:42:54.740Z] === RUN   TestStripANSICommands/#00
15:42:54 [2022-08-31T15:42:54.740Z] === RUN   TestStripANSICommands/#01
15:42:54 [2022-08-31T15:42:54.740Z] --- PASS: TestStripANSICommands (0.00s)
15:42:54 [2022-08-31T15:42:54.740Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
15:42:54 [2022-08-31T15:42:54.740Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
15:42:54 [2022-08-31T15:42:54.740Z] PASS
15:42:54 [2022-08-31T15:42:54.740Z] 
15:42:54 [2022-08-31T15:42:54.740Z] DONE 3 tests in 0.045s
15:42:54 [2022-08-31T15:42:54.740Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
15:42:54 [2022-08-31T15:42:54.740Z] ++ 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
15:42:54 [2022-08-31T15:42:54.740Z] ++ set -e
15:42:54 [2022-08-31T15:42:54.740Z] ++ '[' -n 0 ']'
15:42:54 [2022-08-31T15:42:54.740Z] ++ set -x
15:42:54 [2022-08-31T15:42:54.740Z] ++ env -i DEST=/go/src/github.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
15:42:54 [2022-08-31T15:42:54.740Z] INFO: Testing against a local daemon
15:42:54 [2022-08-31T15:42:54.996Z] === RUN   TestNetworkCreateDelete
15:42:55 [2022-08-31T15:42:55.040Z] --- PASS: TestUpdateReplicatedJob (3.45s)
15:42:55 [2022-08-31T15:42:55.040Z] === RUN   TestServiceListWithStatuses
15:42:55 [2022-08-31T15:42:55.040Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:42:55 [2022-08-31T15:42:55.040Z] --- SKIP: TestServiceListWithStatuses (0.00s)
15:42:55 [2022-08-31T15:42:55.040Z] === RUN   TestDockerNetworkConnectAlias
15:42:55 [2022-08-31T15:42:55.252Z] --- PASS: TestNetworkCreateDelete (0.27s)
15:42:55 [2022-08-31T15:42:55.252Z] === RUN   TestDockerNetworkDeletePreferID
15:42:55 [2022-08-31T15:42:55.815Z] --- PASS: TestDockerNetworkDeletePreferID (0.65s)
15:42:55 [2022-08-31T15:42:55.815Z] === RUN   TestDaemonDNSFallback
15:42:59 [2022-08-31T15:42:59.265Z] --- PASS: TestDockerNetworkConnectAlias (4.39s)
15:42:59 [2022-08-31T15:42:59.265Z] === RUN   TestDockerNetworkReConnect
15:43:02 [2022-08-31T15:43:02.560Z] --- PASS: TestDockerNetworkReConnect (3.24s)
15:43:02 [2022-08-31T15:43:02.560Z] === RUN   TestServicePlugin
15:43:05 [2022-08-31T15:43:05.779Z] --- PASS: TestDaemonDNSFallback (9.25s)
15:43:05 [2022-08-31T15:43:05.779Z] === RUN   TestInspectNetwork
15:43:05 [2022-08-31T15:43:05.855Z]     plugin_test.go:61: [d144ed4154431] joining swarm manager [dd758088653a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:43:07 [2022-08-31T15:43:07.235Z]     plugin_test.go:64: [d746420c456ec] joining swarm manager [dd758088653a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:43:08 [2022-08-31T15:43:08.298Z] === RUN   TestInspectNetwork/full_network_id
15:43:08 [2022-08-31T15:43:08.298Z] === RUN   TestInspectNetwork/partial_network_id
15:43:08 [2022-08-31T15:43:08.298Z] === RUN   TestInspectNetwork/network_name
15:43:08 [2022-08-31T15:43:08.298Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
15:43:12 [2022-08-31T15:43:12.466Z] --- PASS: TestInspectNetwork (7.16s)
15:43:12 [2022-08-31T15:43:12.466Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
15:43:12 [2022-08-31T15:43:12.466Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
15:43:12 [2022-08-31T15:43:12.466Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
15:43:12 [2022-08-31T15:43:12.466Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
15:43:12 [2022-08-31T15:43:12.466Z] === RUN   TestRunContainerWithBridgeNone
15:43:13 [2022-08-31T15:43:13.832Z] --- PASS: TestRunContainerWithBridgeNone (1.40s)
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/create
15:43:13 [2022-08-31T15:43:13.832Z] === PAUSE TestNetworkInvalidJSON/networks/create
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
15:43:13 [2022-08-31T15:43:13.832Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
15:43:13 [2022-08-31T15:43:13.832Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
15:43:13 [2022-08-31T15:43:13.832Z] === CONT  TestNetworkInvalidJSON/networks/create
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
15:43:13 [2022-08-31T15:43:13.832Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
15:43:13 [2022-08-31T15:43:13.832Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
15:43:13 [2022-08-31T15:43:13.832Z] --- PASS: TestNetworkInvalidJSON (0.01s)
15:43:13 [2022-08-31T15:43:13.832Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkList
15:43:13 [2022-08-31T15:43:13.832Z] === RUN   TestNetworkList//networks
15:43:13 [2022-08-31T15:43:13.833Z] === PAUSE TestNetworkList//networks
15:43:13 [2022-08-31T15:43:13.833Z] === RUN   TestNetworkList//networks/
15:43:13 [2022-08-31T15:43:13.833Z] === PAUSE TestNetworkList//networks/
15:43:13 [2022-08-31T15:43:13.833Z] === CONT  TestNetworkList//networks
15:43:13 [2022-08-31T15:43:13.833Z] === CONT  TestNetworkList//networks/
15:43:13 [2022-08-31T15:43:13.833Z] --- PASS: TestNetworkList (0.02s)
15:43:13 [2022-08-31T15:43:13.833Z]     --- PASS: TestNetworkList//networks (0.00s)
15:43:13 [2022-08-31T15:43:13.833Z]     --- PASS: TestNetworkList//networks/ (0.00s)
15:43:13 [2022-08-31T15:43:13.833Z] === RUN   TestHostIPv4BridgeLabel
15:43:14 [2022-08-31T15:43:14.089Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
15:43:14 [2022-08-31T15:43:14.089Z] === RUN   TestDaemonRestartWithLiveRestore
15:43:15 [2022-08-31T15:43:15.454Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
15:43:15 [2022-08-31T15:43:15.454Z] === RUN   TestDaemonDefaultNetworkPools
15:43:16 [2022-08-31T15:43:16.016Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
15:43:16 [2022-08-31T15:43:16.016Z] === RUN   TestDaemonRestartWithExistingNetwork
15:43:17 [2022-08-31T15:43:17.382Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
15:43:17 [2022-08-31T15:43:17.382Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
15:43:18 [2022-08-31T15:43:18.310Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
15:43:18 [2022-08-31T15:43:18.310Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
15:43:18 [2022-08-31T15:43:18.872Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
15:43:18 [2022-08-31T15:43:18.872Z] === RUN   TestServiceWithPredefinedNetwork
15:43:21 [2022-08-31T15:43:21.389Z] --- PASS: TestServiceWithPredefinedNetwork (2.26s)
15:43:21 [2022-08-31T15:43:21.389Z] === RUN   TestServiceRemoveKeepsIngressNetwork
15:43:21 [2022-08-31T15:43:21.389Z]     service_test.go:243: FLAKY_TEST
15:43:21 [2022-08-31T15:43:21.389Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
15:43:21 [2022-08-31T15:43:21.389Z] === RUN   TestServiceWithDataPathPortInit
15:43:29 [2022-08-31T15:43:29.183Z] --- PASS: TestServicePlugin (25.88s)
15:43:29 [2022-08-31T15:43:29.183Z] === RUN   TestServiceUpdateLabel
15:43:30 [2022-08-31T15:43:30.123Z] --- PASS: TestServiceUpdateLabel (2.24s)
15:43:30 [2022-08-31T15:43:30.123Z] === RUN   TestServiceUpdateSecrets
15:43:31 [2022-08-31T15:43:31.288Z] Created binary: bundles/dynbinary-daemon/dockerd
15:43:31 [2022-08-31T15:43:31.288Z] Building: bundles/dynbinary-daemon/docker-proxy
15:43:31 [2022-08-31T15:43:31.288Z] GOOS="" GOARCH="" GOARM=""
15:43:31 [2022-08-31T15:43:31.288Z] Created binary: bundles/dynbinary-daemon/docker-proxy
15:43:31 [2022-08-31T15:43:31.288Z] 
15:43:31 [2022-08-31T15:43:31.288Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
15:43:31 [2022-08-31T15:43:31.288Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
15:43:31 [2022-08-31T15:43:31.288Z] Using test binary docker
15:43:31 [2022-08-31T15:43:31.288Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
15:43:31 [2022-08-31T15:43:31.288Z] Not: starting.
15:43:31 [2022-08-31T15:43:31.288Z] INFO: Waiting for daemon to start...
15:43:31 [2022-08-31T15:43:31.288Z] Starting dockerd
15:43:31 [2022-08-31T15:43:31.288Z] .
15:43:31 [2022-08-31T15:43:31.288Z] INFO: Building docker-sdk-python3:5.0.3...
15:43:36 [2022-08-31T15:43:36.233Z] --- PASS: TestServiceWithDataPathPortInit (13.50s)
15:43:36 [2022-08-31T15:43:36.233Z] === RUN   TestServiceWithDefaultAddressPoolInit
15:43:37 [2022-08-31T15:43:37.179Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ebgyk8kddm023gobfsrn97j6n Created:2022-08-31 15:43:35.945403873 +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[95899fdd96f93067de489cb156556961e9f22e440c064394b57b60f7c695feb3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wiezjvznmafbner7n3beytevj EndpointID:7ba41a5169dfcac9337e99646aed906db2f7def92d21711b6d8e0c2e6b4c1019 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:231e973f7619973961999404a43a7218b216faa1322158b87d3dd51dc0da320e 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:6043e80b0315 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wiezjvznmafbner7n3beytevj EndpointID:7ba41a5169dfcac9337e99646aed906db2f7def92d21711b6d8e0c2e6b4c1019 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
15:43:38 [2022-08-31T15:43:38.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
15:43:38 [2022-08-31T15:43:38.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
15:43:41 [2022-08-31T15:43:41.346Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.78s)
15:43:41 [2022-08-31T15:43:41.346Z] PASS
15:43:41 [2022-08-31T15:43:41.346Z] 
15:43:41 [2022-08-31T15:43:41.346Z] === Skipped
15:43:41 [2022-08-31T15:43:41.346Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
15:43:41 [2022-08-31T15:43:41.346Z]     service_test.go:243: FLAKY_TEST
15:43:41 [2022-08-31T15:43:41.346Z] 
15:43:41 [2022-08-31T15:43:41.346Z] DONE 38 tests, 1 skipped in 46.735s
15:43:41 [2022-08-31T15:43:41.346Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
15:43:41 [2022-08-31T15:43:41.346Z] ++ 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
15:43:41 [2022-08-31T15:43:41.346Z] ++ set -e
15:43:41 [2022-08-31T15:43:41.346Z] ++ '[' -n 0 ']'
15:43:41 [2022-08-31T15:43:41.346Z] ++ set -x
15:43:41 [2022-08-31T15:43:41.346Z] ++ env -i DEST=/go/src/github.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
15:43:41 [2022-08-31T15:43:41.603Z] INFO: Testing against a local daemon
15:43:41 [2022-08-31T15:43:41.603Z] === RUN   TestDockerNetworkIpvlanPersistance
15:43:41 [2022-08-31T15:43:41.603Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:43:41 [2022-08-31T15:43:41.603Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
15:43:41 [2022-08-31T15:43:41.603Z] === RUN   TestDockerNetworkIpvlan
15:43:41 [2022-08-31T15:43:41.603Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:43:41 [2022-08-31T15:43:41.603Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
15:43:41 [2022-08-31T15:43:41.603Z] PASS
15:43:41 [2022-08-31T15:43:41.603Z] 
15:43:41 [2022-08-31T15:43:41.603Z] === Skipped
15:43:41 [2022-08-31T15:43:41.603Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
15:43:41 [2022-08-31T15:43:41.603Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:43:41 [2022-08-31T15:43:41.603Z] 
15:43:41 [2022-08-31T15:43:41.603Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
15:43:41 [2022-08-31T15:43:41.603Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:43:41 [2022-08-31T15:43:41.603Z] 
15:43:41 [2022-08-31T15:43:41.603Z] DONE 2 tests, 2 skipped in 0.083s
15:43:41 [2022-08-31T15:43:41.603Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
15:43:41 [2022-08-31T15:43:41.603Z] ++ 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
15:43:41 [2022-08-31T15:43:41.603Z] ++ set -e
15:43:41 [2022-08-31T15:43:41.603Z] ++ '[' -n 0 ']'
15:43:41 [2022-08-31T15:43:41.603Z] ++ set -x
15:43:41 [2022-08-31T15:43:41.603Z] ++ env -i DEST=/go/src/github.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
15:43:41 [2022-08-31T15:43:41.603Z] INFO: Testing against a local daemon
15:43:41 [2022-08-31T15:43:41.603Z] === RUN   TestDockerNetworkMacvlanPersistance
15:43:42 [2022-08-31T15:43:42.969Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s)
15:43:42 [2022-08-31T15:43:42.969Z] === RUN   TestDockerNetworkMacvlan
15:43:43 [2022-08-31T15:43:43.531Z] === RUN   TestDockerNetworkMacvlan/Subinterface
15:43:44 [2022-08-31T15:43:44.459Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
15:43:45 [2022-08-31T15:43:45.015Z] --- PASS: TestServiceUpdateSecrets (14.74s)
15:43:45 [2022-08-31T15:43:45.015Z] === RUN   TestServiceUpdateConfigs
15:43:45 [2022-08-31T15:43:45.021Z] === RUN   TestDockerNetworkMacvlan/NilParent
15:43:46 [2022-08-31T15:43:46.913Z] === RUN   TestDockerNetworkMacvlan/InternalMode
15:43:48 [2022-08-31T15:43:48.280Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
15:43:51 [2022-08-31T15:43:51.549Z] === RUN   TestDockerNetworkMacvlan/Addressing
15:43:52 [2022-08-31T15:43:52.112Z] --- PASS: TestDockerNetworkMacvlan (9.09s)
15:43:52 [2022-08-31T15:43:52.112Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
15:43:52 [2022-08-31T15:43:52.112Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
15:43:52 [2022-08-31T15:43:52.112Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.73s)
15:43:52 [2022-08-31T15:43:52.112Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.76s)
15:43:52 [2022-08-31T15:43:52.112Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.98s)
15:43:52 [2022-08-31T15:43:52.112Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.52s)
15:43:52 [2022-08-31T15:43:52.112Z] PASS
15:43:52 [2022-08-31T15:43:52.112Z] 
15:43:52 [2022-08-31T15:43:52.112Z] DONE 8 tests in 10.397s
15:43:52 [2022-08-31T15:43:52.112Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
15:43:52 [2022-08-31T15:43:52.112Z] ++ 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
15:43:52 [2022-08-31T15:43:52.112Z] ++ set -e
15:43:52 [2022-08-31T15:43:52.112Z] ++ '[' -n 0 ']'
15:43:52 [2022-08-31T15:43:52.112Z] ++ set -x
15:43:52 [2022-08-31T15:43:52.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-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
15:43:52 [2022-08-31T15:43:52.112Z] testing: warning: no tests to run
15:43:52 [2022-08-31T15:43:52.112Z] PASS
15:43:52 [2022-08-31T15:43:52.112Z] 
15:43:52 [2022-08-31T15:43:52.112Z] DONE 0 tests in 0.023s
15:43:52 [2022-08-31T15:43:52.112Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
15:43:52 [2022-08-31T15:43:52.112Z] ++ 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
15:43:52 [2022-08-31T15:43:52.112Z] ++ set -e
15:43:52 [2022-08-31T15:43:52.112Z] ++ '[' -n 0 ']'
15:43:52 [2022-08-31T15:43:52.112Z] ++ set -x
15:43:52 [2022-08-31T15:43:52.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-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
15:43:52 [2022-08-31T15:43:52.112Z] INFO: Testing against a local daemon
15:43:52 [2022-08-31T15:43:52.112Z] === RUN   TestAuthZPluginAllowRequest
15:43:53 [2022-08-31T15:43:53.478Z] --- PASS: TestAuthZPluginAllowRequest (1.10s)
15:43:53 [2022-08-31T15:43:53.478Z] === RUN   TestAuthZPluginTLS
15:43:53 [2022-08-31T15:43:53.734Z] --- PASS: TestAuthZPluginTLS (0.55s)
15:43:53 [2022-08-31T15:43:53.734Z] === RUN   TestAuthZPluginDenyRequest
15:43:54 [2022-08-31T15:43:54.296Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
15:43:54 [2022-08-31T15:43:54.296Z] === RUN   TestAuthZPluginAPIDenyResponse
15:43:54 [2022-08-31T15:43:54.859Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
15:43:54 [2022-08-31T15:43:54.859Z] === RUN   TestAuthZPluginDenyResponse
15:43:55 [2022-08-31T15:43:55.421Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
15:43:55 [2022-08-31T15:43:55.421Z] === RUN   TestAuthZPluginAllowEventStream
15:43:56 [2022-08-31T15:43:56.351Z] --- PASS: TestAuthZPluginAllowEventStream (1.11s)
15:43:56 [2022-08-31T15:43:56.351Z] === RUN   TestAuthZPluginErrorResponse
15:43:56 [2022-08-31T15:43:56.913Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
15:43:56 [2022-08-31T15:43:56.913Z] === RUN   TestAuthZPluginErrorRequest
15:43:57 [2022-08-31T15:43:57.475Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
15:43:57 [2022-08-31T15:43:57.475Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
15:43:58 [2022-08-31T15:43:58.038Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
15:43:58 [2022-08-31T15:43:58.038Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
15:43:59 [2022-08-31T15:43:59.405Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.32s)
15:43:59 [2022-08-31T15:43:59.405Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
15:43:59 [2022-08-31T15:43:59.905Z] --- PASS: TestServiceUpdateConfigs (14.85s)
15:43:59 [2022-08-31T15:43:59.905Z] === RUN   TestServiceUpdateNetwork
15:44:00 [2022-08-31T15:44:00.774Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.34s)
15:44:00 [2022-08-31T15:44:00.774Z] === RUN   TestAuthZPluginHeader
15:44:01 [2022-08-31T15:44:01.336Z] --- PASS: TestAuthZPluginHeader (0.70s)
15:44:01 [2022-08-31T15:44:01.336Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
15:44:01 [2022-08-31T15:44:01.336Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:44:01 [2022-08-31T15:44:01.336Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
15:44:01 [2022-08-31T15:44:01.336Z] === RUN   TestAuthZPluginV2Disable
15:44:01 [2022-08-31T15:44:01.336Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:44:01 [2022-08-31T15:44:01.336Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
15:44:01 [2022-08-31T15:44:01.336Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
15:44:01 [2022-08-31T15:44:01.336Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:44:01 [2022-08-31T15:44:01.336Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
15:44:01 [2022-08-31T15:44:01.336Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
15:44:01 [2022-08-31T15:44:01.336Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:44:01 [2022-08-31T15:44:01.336Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
15:44:01 [2022-08-31T15:44:01.336Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
15:44:10 [2022-08-31T15:44:10.014Z] sha256:677edd492936f8155eddd1f243022002ddcb63da60d0599fabd59ed85b1eae73
15:44:10 [2022-08-31T15:44:10.014Z] INFO: Starting docker-py tests...
15:44:10 [2022-08-31T15:44:10.014Z] ============================= test session starts ==============================
15:44:10 [2022-08-31T15:44:10.014Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
15:44:10 [2022-08-31T15:44:10.014Z] rootdir: /src, inifile: pytest.ini
15:44:10 [2022-08-31T15:44:10.014Z] plugins: cov-2.6.1, timeout-1.3.3
15:44:10 [2022-08-31T15:44:10.014Z] collected 395 items / 2 deselected / 393 selected
15:44:10 [2022-08-31T15:44:10.014Z] 
15:44:10 [2022-08-31T15:44:10.813Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
15:44:14 [2022-08-31T15:44:14.853Z] --- PASS: TestServiceUpdateNetwork (12.78s)
15:44:14 [2022-08-31T15:44:14.853Z] === RUN   TestServiceUpdatePidsLimit
15:44:14 [2022-08-31T15:44:14.853Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
15:44:14 [2022-08-31T15:44:14.853Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
15:44:16 [2022-08-31T15:44:16.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
15:44:19 [2022-08-31T15:44:19.381Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.92s)
15:44:19 [2022-08-31T15:44:19.381Z] PASS
15:44:19 [2022-08-31T15:44:19.381Z] 
15:44:19 [2022-08-31T15:44:19.381Z] === Skipped
15:44:19 [2022-08-31T15:44:19.381Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:44:19 [2022-08-31T15:44:19.381Z] 
15:44:19 [2022-08-31T15:44:19.381Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:44:19 [2022-08-31T15:44:19.381Z] 
15:44:19 [2022-08-31T15:44:19.381Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:44:19 [2022-08-31T15:44:19.381Z] 
15:44:19 [2022-08-31T15:44:19.381Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:44:19 [2022-08-31T15:44:19.381Z] 
15:44:19 [2022-08-31T15:44:19.381Z] DONE 17 tests, 4 skipped in 26.359s
15:44:19 [2022-08-31T15:44:19.381Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
15:44:19 [2022-08-31T15:44:19.381Z] ++ 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
15:44:19 [2022-08-31T15:44:19.381Z] ++ set -e
15:44:19 [2022-08-31T15:44:19.381Z] ++ '[' -n 0 ']'
15:44:19 [2022-08-31T15:44:19.381Z] ++ set -x
15:44:19 [2022-08-31T15:44:19.381Z] ++ env -i DEST=/go/src/github.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
15:44:19 [2022-08-31T15:44:19.381Z] INFO: Testing against a local daemon
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
15:44:19 [2022-08-31T15:44:19.381Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
15:44:19 [2022-08-31T15:44:19.381Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/pull
15:44:19 [2022-08-31T15:44:19.381Z] === PAUSE TestPluginInvalidJSON/plugins/pull
15:44:19 [2022-08-31T15:44:19.381Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
15:44:19 [2022-08-31T15:44:19.381Z] === CONT  TestPluginInvalidJSON/plugins/pull
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
15:44:19 [2022-08-31T15:44:19.381Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
15:44:19 [2022-08-31T15:44:19.381Z] --- PASS: TestPluginInvalidJSON (0.01s)
15:44:19 [2022-08-31T15:44:19.381Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.04s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.04s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.04s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.04s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInstall
15:44:19 [2022-08-31T15:44:19.381Z] === RUN   TestPluginInstall/no_auth
15:44:19 [2022-08-31T15:44:19.638Z] time="2022-08-31T15:44:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:44:19 [2022-08-31T15:44:19.638Z] time="2022-08-31T15:44:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ca772f6c12417cc76d3f7791f1f8b63064d185cee3ea9cdb6fe021fc0fb18c7b" mediatype=application/vnd.docker.plugin.v1+json size=522
15:44:19 [2022-08-31T15:44:19.638Z] time="2022-08-31T15:44:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:44:19 [2022-08-31T15:44:19.638Z] time="2022-08-31T15:44:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ca772f6c12417cc76d3f7791f1f8b63064d185cee3ea9cdb6fe021fc0fb18c7b" mediatype=application/vnd.docker.plugin.v1+json size=522
15:44:19 [2022-08-31T15:44:19.894Z] === RUN   TestPluginInstall/with_htpasswd
15:44:20 [2022-08-31T15:44:20.150Z] time="2022-08-31T15:44:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:44:20 [2022-08-31T15:44:20.150Z] time="2022-08-31T15:44:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ca772f6c12417cc76d3f7791f1f8b63064d185cee3ea9cdb6fe021fc0fb18c7b" mediatype=application/vnd.docker.plugin.v1+json size=522
15:44:20 [2022-08-31T15:44:20.150Z] time="2022-08-31T15:44:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:44:20 [2022-08-31T15:44:20.150Z] time="2022-08-31T15:44:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ca772f6c12417cc76d3f7791f1f8b63064d185cee3ea9cdb6fe021fc0fb18c7b" mediatype=application/vnd.docker.plugin.v1+json size=522
15:44:21 [2022-08-31T15:44:21.425Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
15:44:21 [2022-08-31T15:44:21.515Z] === RUN   TestPluginInstall/with_insecure
15:44:22 [2022-08-31T15:44:22.881Z] time="2022-08-31T15:44:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:44:22 [2022-08-31T15:44:22.881Z] time="2022-08-31T15:44:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3bfc0e5e1fc4b0bdc2cb9a7803cef436f4e37edafd5f09a9008ea8bfdece1c89" mediatype=application/vnd.docker.plugin.v1+json size=522
15:44:22 [2022-08-31T15:44:22.881Z] time="2022-08-31T15:44:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
15:44:22 [2022-08-31T15:44:22.881Z] time="2022-08-31T15:44:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3bfc0e5e1fc4b0bdc2cb9a7803cef436f4e37edafd5f09a9008ea8bfdece1c89" mediatype=application/vnd.docker.plugin.v1+json size=522
15:44:23 [2022-08-31T15:44:23.443Z]     plugin_test.go:196: [d4a02e2933cc6] daemon is not started
15:44:23 [2022-08-31T15:44:23.443Z] --- PASS: TestPluginInstall (4.60s)
15:44:23 [2022-08-31T15:44:23.443Z]     --- PASS: TestPluginInstall/no_auth (1.20s)
15:44:23 [2022-08-31T15:44:23.443Z]     --- PASS: TestPluginInstall/with_htpasswd (1.29s)
15:44:23 [2022-08-31T15:44:23.443Z]     --- PASS: TestPluginInstall/with_insecure (2.12s)
15:44:23 [2022-08-31T15:44:23.443Z] === RUN   TestPluginsWithRuntimes
15:44:23 [2022-08-31T15:44:23.715Z] tests/integration/api_build_test.py .......................X             [  6%]
15:44:24 [2022-08-31T15:44:24.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
15:44:24 [2022-08-31T15:44:24.301Z] tests/integration/api_client_test.py .....                               [  7%]
15:44:24 [2022-08-31T15:44:24.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
15:44:25 [2022-08-31T15:44:25.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
15:44:25 [2022-08-31T15:44:25.910Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
15:44:26 [2022-08-31T15:44:26.065Z] tests/integration/api_config_test.py ......                              [  8%]
15:44:26 [2022-08-31T15:44:26.709Z] === RUN   TestPluginsWithRuntimes/No_Args
15:44:26 [2022-08-31T15:44:26.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
15:44:26 [2022-08-31T15:44:26.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
15:44:27 [2022-08-31T15:44:27.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
15:44:28 [2022-08-31T15:44:28.598Z] === RUN   TestPluginsWithRuntimes/With_Args
15:44:29 [2022-08-31T15:44:29.548Z] --- PASS: TestServiceUpdatePidsLimit (16.52s)
15:44:29 [2022-08-31T15:44:29.548Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s)
15:44:29 [2022-08-31T15:44:29.548Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.02s)
15:44:29 [2022-08-31T15:44:29.548Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s)
15:44:29 [2022-08-31T15:44:29.548Z] PASS
15:44:29 [2022-08-31T15:44:29.548Z] 
15:44:29 [2022-08-31T15:44:29.548Z] === Skipped
15:44:29 [2022-08-31T15:44:29.548Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
15:44:29 [2022-08-31T15:44:29.548Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:44:29 [2022-08-31T15:44:29.548Z] 
15:44:29 [2022-08-31T15:44:29.548Z] DONE 27 tests, 1 skipped in 164.390s
15:44:29 [2022-08-31T15:44:29.548Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
15:44:29 [2022-08-31T15:44:29.548Z] INFO: Testing against a local daemon
15:44:29 [2022-08-31T15:44:29.548Z] === RUN   TestSessionCreate
15:44:29 [2022-08-31T15:44:29.548Z] --- PASS: TestSessionCreate (0.02s)
15:44:29 [2022-08-31T15:44:29.548Z] === RUN   TestSessionCreateWithBadUpgrade
15:44:29 [2022-08-31T15:44:29.548Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
15:44:29 [2022-08-31T15:44:29.548Z] PASS
15:44:29 [2022-08-31T15:44:29.548Z] 
15:44:29 [2022-08-31T15:44:29.548Z] DONE 2 tests in 0.068s
15:44:29 [2022-08-31T15:44:29.548Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
15:44:29 [2022-08-31T15:44:29.548Z] INFO: Testing against a local daemon
15:44:29 [2022-08-31T15:44:29.548Z] === RUN   TestCgroupDriverSystemdMemoryLimit
15:44:29 [2022-08-31T15:44:29.548Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
15:44:29 [2022-08-31T15:44:29.548Z] === RUN   TestDiskUsage
15:44:29 [2022-08-31T15:44:29.548Z] === PAUSE TestDiskUsage
15:44:29 [2022-08-31T15:44:29.548Z] === RUN   TestEventsExecDie
15:44:29 [2022-08-31T15:44:29.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
15:44:29 [2022-08-31T15:44:29.808Z] --- PASS: TestEventsExecDie (0.61s)
15:44:29 [2022-08-31T15:44:29.808Z] === RUN   TestEventsBackwardsCompatible
15:44:29 [2022-08-31T15:44:29.808Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
15:44:29 [2022-08-31T15:44:29.808Z] === RUN   TestEventsVolumeCreate
15:44:29 [2022-08-31T15:44:29.808Z] --- PASS: TestEventsVolumeCreate (0.08s)
15:44:29 [2022-08-31T15:44:29.808Z] === RUN   TestInfoBinaryCommits
15:44:29 [2022-08-31T15:44:29.808Z] --- PASS: TestInfoBinaryCommits (0.02s)
15:44:29 [2022-08-31T15:44:29.808Z] === RUN   TestInfoAPIVersioned
15:44:29 [2022-08-31T15:44:29.808Z] --- PASS: TestInfoAPIVersioned (0.01s)
15:44:29 [2022-08-31T15:44:29.808Z] === RUN   TestInfoAPI
15:44:29 [2022-08-31T15:44:29.808Z] --- PASS: TestInfoAPI (0.03s)
15:44:29 [2022-08-31T15:44:29.808Z] === RUN   TestInfoAPIWarnings
15:44:30 [2022-08-31T15:44:30.487Z] --- PASS: TestPluginsWithRuntimes (7.05s)
15:44:30 [2022-08-31T15:44:30.487Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.84s)
15:44:30 [2022-08-31T15:44:30.487Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.88s)
15:44:30 [2022-08-31T15:44:30.487Z] === RUN   TestPluginBackCompatMediaTypes
15:44:30 [2022-08-31T15:44:30.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
15:44:31 [2022-08-31T15:44:31.414Z] --- PASS: TestPluginBackCompatMediaTypes (0.89s)
15:44:31 [2022-08-31T15:44:31.414Z] PASS
15:44:31 [2022-08-31T15:44:31.414Z] 
15:44:31 [2022-08-31T15:44:31.414Z] DONE 24 tests in 12.939s
15:44:31 [2022-08-31T15:44:31.414Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
15:44:31 [2022-08-31T15:44:31.414Z] ++ 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
15:44:31 [2022-08-31T15:44:31.414Z] ++ set -e
15:44:31 [2022-08-31T15:44:31.414Z] ++ '[' -n 0 ']'
15:44:31 [2022-08-31T15:44:31.414Z] ++ set -x
15:44:31 [2022-08-31T15:44:31.414Z] ++ env -i DEST=/go/src/github.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
15:44:31 [2022-08-31T15:44:31.414Z] INFO: Testing against a local daemon
15:44:31 [2022-08-31T15:44:31.414Z] === RUN   TestExternalGraphDriver
15:44:31 [2022-08-31T15:44:31.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
15:44:31 [2022-08-31T15:44:31.775Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
15:44:31 [2022-08-31T15:44:31.976Z] === RUN   TestExternalGraphDriver/json
15:44:32 [2022-08-31T15:44:32.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
15:44:33 [2022-08-31T15:44:33.341Z] === RUN   TestExternalGraphDriver/spec
15:44:33 [2022-08-31T15:44:33.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
15:44:34 [2022-08-31T15:44:34.576Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
15:44:35 [2022-08-31T15:44:35.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
15:44:35 [2022-08-31T15:44:35.239Z] === RUN   TestExternalGraphDriver/pull
15:44:36 [2022-08-31T15:44:36.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
15:44:36 [2022-08-31T15:44:36.617Z] --- PASS: TestExternalGraphDriver (5.08s)
15:44:36 [2022-08-31T15:44:36.617Z]     --- PASS: TestExternalGraphDriver/json (1.58s)
15:44:36 [2022-08-31T15:44:36.617Z]     --- PASS: TestExternalGraphDriver/spec (1.54s)
15:44:36 [2022-08-31T15:44:36.617Z]     --- PASS: TestExternalGraphDriver/pull (1.62s)
15:44:36 [2022-08-31T15:44:36.617Z] === RUN   TestGraphdriverPluginV2
15:44:36 [2022-08-31T15:44:36.873Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:44:36 [2022-08-31T15:44:36.873Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
15:44:36 [2022-08-31T15:44:36.873Z] PASS
15:44:36 [2022-08-31T15:44:36.873Z] 
15:44:36 [2022-08-31T15:44:36.873Z] === Skipped
15:44:36 [2022-08-31T15:44:36.873Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
15:44:36 [2022-08-31T15:44:36.873Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:44:36 [2022-08-31T15:44:36.873Z] 
15:44:36 [2022-08-31T15:44:36.873Z] DONE 5 tests, 1 skipped in 5.610s
15:44:36 [2022-08-31T15:44:36.873Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
15:44:36 [2022-08-31T15:44:36.873Z] ++ 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
15:44:36 [2022-08-31T15:44:36.873Z] ++ set -e
15:44:36 [2022-08-31T15:44:36.873Z] ++ '[' -n 0 ']'
15:44:36 [2022-08-31T15:44:36.873Z] ++ set -x
15:44:36 [2022-08-31T15:44:36.873Z] ++ env -i DEST=/go/src/github.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
15:44:36 [2022-08-31T15:44:36.998Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
15:44:36 [2022-08-31T15:44:36.998Z] Using test binary docker
15:44:36 [2022-08-31T15:44:36.998Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
15:44:36 [2022-08-31T15:44:36.998Z] Not: starting.
15:44:36 [2022-08-31T15:44:36.998Z] INFO: Waiting for daemon to start...
15:44:36 [2022-08-31T15:44:36.998Z] Starting dockerd
15:44:37 [2022-08-31T15:44:37.131Z] INFO: Testing against a local daemon
15:44:37 [2022-08-31T15:44:37.131Z] === RUN   TestContinueAfterPluginCrash
15:44:37 [2022-08-31T15:44:37.131Z] === PAUSE TestContinueAfterPluginCrash
15:44:37 [2022-08-31T15:44:37.131Z] === RUN   TestReadPluginNoRead
15:44:37 [2022-08-31T15:44:37.131Z] === PAUSE TestReadPluginNoRead
15:44:37 [2022-08-31T15:44:37.131Z] === RUN   TestDaemonStartWithLogOpt
15:44:37 [2022-08-31T15:44:37.131Z] === PAUSE TestDaemonStartWithLogOpt
15:44:37 [2022-08-31T15:44:37.131Z] === CONT  TestContinueAfterPluginCrash
15:44:37 [2022-08-31T15:44:37.131Z] === CONT  TestDaemonStartWithLogOpt
15:44:40 [2022-08-31T15:44:40.270Z] .
15:44:40 [2022-08-31T15:44:40.270Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
15:44:40 [2022-08-31T15:44:40.270Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
15:44:40 [2022-08-31T15:44:40.270Z] Error: No such image: emptyfs
15:44:40 [2022-08-31T15:44:40.399Z] --- PASS: TestDaemonStartWithLogOpt (3.03s)
15:44:40 [2022-08-31T15:44:40.399Z] === CONT  TestReadPluginNoRead
15:44:40 [2022-08-31T15:44:40.526Z] Loaded image: emptyfs:latest
15:44:40 [2022-08-31T15:44:40.526Z] Running integration-test (iteration 1)
15:44:40 [2022-08-31T15:44:40.526Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
15:44:40 [2022-08-31T15:44:40.782Z] Loaded image: busybox:latest
15:44:40 [2022-08-31T15:44:40.782Z] Loaded image: busybox:glibc
15:44:42 [2022-08-31T15:44:42.154Z] Loaded image: debian:bullseye-slim
15:44:42 [2022-08-31T15:44:42.290Z] === RUN   TestReadPluginNoRead/default
15:44:42 [2022-08-31T15:44:42.411Z] Loaded image: hello-world:latest
15:44:42 [2022-08-31T15:44:42.411Z] Loaded image: arm32v7/hello-world:latest
15:44:42 [2022-08-31T15:44:42.411Z] INFO: Testing against a local daemon
15:44:42 [2022-08-31T15:44:42.411Z] === RUN   TestCgroupNamespacesBuild
15:44:43 [2022-08-31T15:44:43.657Z] === RUN   TestReadPluginNoRead/disabled_caching
15:44:43 [2022-08-31T15:44:43.778Z] --- PASS: TestCgroupNamespacesBuild (1.23s)
15:44:43 [2022-08-31T15:44:43.778Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
15:44:44 [2022-08-31T15:44:44.585Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
15:44:44 [2022-08-31T15:44:44.841Z] --- PASS: TestContinueAfterPluginCrash (7.87s)
15:44:45 [2022-08-31T15:44:45.142Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s)
15:44:45 [2022-08-31T15:44:45.142Z] === RUN   TestBuildWithSession
15:44:45 [2022-08-31T15:44:45.142Z]     build_session_test.go:25: TODO: BuildKit
15:44:45 [2022-08-31T15:44:45.142Z] --- SKIP: TestBuildWithSession (0.00s)
15:44:45 [2022-08-31T15:44:45.142Z] === RUN   TestBuildSquashParent
15:44:45 [2022-08-31T15:44:45.770Z] === CONT  TestReadPluginNoRead
15:44:45 [2022-08-31T15:44:45.770Z]     read_test.go:92: [d40fd2ab41646] daemon is not started
15:44:45 [2022-08-31T15:44:45.770Z] --- PASS: TestReadPluginNoRead (5.59s)
15:44:45 [2022-08-31T15:44:45.770Z]     --- PASS: TestReadPluginNoRead/default (1.17s)
15:44:45 [2022-08-31T15:44:45.770Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.16s)
15:44:45 [2022-08-31T15:44:45.770Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.16s)
15:44:45 [2022-08-31T15:44:45.770Z] PASS
15:44:45 [2022-08-31T15:44:45.770Z] 
15:44:45 [2022-08-31T15:44:45.770Z] DONE 6 tests in 8.742s
15:44:45 [2022-08-31T15:44:45.770Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
15:44:45 [2022-08-31T15:44:45.770Z] ++ 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
15:44:45 [2022-08-31T15:44:45.770Z] ++ set -e
15:44:45 [2022-08-31T15:44:45.770Z] ++ '[' -n 0 ']'
15:44:45 [2022-08-31T15:44:45.770Z] ++ set -x
15:44:45 [2022-08-31T15:44:45.770Z] ++ env -i DEST=/go/src/github.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
15:44:45 [2022-08-31T15:44:45.770Z] testing: warning: no tests to run
15:44:45 [2022-08-31T15:44:45.770Z] PASS
15:44:45 [2022-08-31T15:44:45.770Z] 
15:44:45 [2022-08-31T15:44:45.770Z] DONE 0 tests in 0.035s
15:44:45 [2022-08-31T15:44:45.770Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
15:44:45 [2022-08-31T15:44:45.770Z] ++ 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
15:44:45 [2022-08-31T15:44:45.770Z] ++ set -e
15:44:45 [2022-08-31T15:44:45.770Z] ++ '[' -n 0 ']'
15:44:45 [2022-08-31T15:44:45.770Z] ++ set -x
15:44:45 [2022-08-31T15:44:45.770Z] ++ env -i DEST=/go/src/github.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
15:44:45 [2022-08-31T15:44:45.770Z] INFO: Testing against a local daemon
15:44:45 [2022-08-31T15:44:45.770Z] === RUN   TestPluginWithDevMounts
15:44:45 [2022-08-31T15:44:45.770Z] === PAUSE TestPluginWithDevMounts
15:44:45 [2022-08-31T15:44:45.770Z] === CONT  TestPluginWithDevMounts
15:44:47 [2022-08-31T15:44:47.659Z] --- PASS: TestPluginWithDevMounts (1.53s)
15:44:47 [2022-08-31T15:44:47.659Z] PASS
15:44:47 [2022-08-31T15:44:47.659Z] 
15:44:47 [2022-08-31T15:44:47.659Z] DONE 1 tests in 1.635s
15:44:47 [2022-08-31T15:44:47.659Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
15:44:47 [2022-08-31T15:44:47.659Z] ++ 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
15:44:47 [2022-08-31T15:44:47.659Z] ++ set -e
15:44:47 [2022-08-31T15:44:47.659Z] ++ '[' -n 0 ']'
15:44:47 [2022-08-31T15:44:47.659Z] ++ set -x
15:44:47 [2022-08-31T15:44:47.660Z] ++ env -i DEST=/go/src/github.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
15:44:47 [2022-08-31T15:44:47.660Z] INFO: Testing against a local daemon
15:44:47 [2022-08-31T15:44:47.660Z] === RUN   TestSecretInspect
15:44:47 [2022-08-31T15:44:47.903Z] --- PASS: TestInfoAPIWarnings (16.54s)
15:44:47 [2022-08-31T15:44:47.903Z] === RUN   TestInfoDebug
15:44:47 [2022-08-31T15:44:47.903Z] --- PASS: TestInfoDebug (0.52s)
15:44:47 [2022-08-31T15:44:47.903Z] === RUN   TestInfoInsecureRegistries
15:44:47 [2022-08-31T15:44:47.903Z] --- PASS: TestInfoInsecureRegistries (0.53s)
15:44:47 [2022-08-31T15:44:47.903Z] === RUN   TestInfoRegistryMirrors
15:44:47 [2022-08-31T15:44:47.903Z] --- PASS: TestInfoRegistryMirrors (0.52s)
15:44:47 [2022-08-31T15:44:47.903Z] === RUN   TestLoginFailsWithBadCredentials
15:44:48 [2022-08-31T15:44:48.473Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
15:44:48 [2022-08-31T15:44:48.473Z] === RUN   TestPingCacheHeaders
15:44:48 [2022-08-31T15:44:48.473Z] --- PASS: TestPingCacheHeaders (0.02s)
15:44:48 [2022-08-31T15:44:48.473Z] === RUN   TestPingGet
15:44:48 [2022-08-31T15:44:48.473Z] --- PASS: TestPingGet (0.01s)
15:44:48 [2022-08-31T15:44:48.473Z] === RUN   TestPingHead
15:44:48 [2022-08-31T15:44:48.473Z] --- PASS: TestPingHead (0.02s)
15:44:48 [2022-08-31T15:44:48.473Z] === RUN   TestPingSwarmHeader
15:44:49 [2022-08-31T15:44:49.042Z] === RUN   TestPingSwarmHeader/before_swarm_init
15:44:49 [2022-08-31T15:44:49.550Z] --- PASS: TestSecretInspect (2.16s)
15:44:49 [2022-08-31T15:44:49.550Z] === RUN   TestSecretList
15:44:49 [2022-08-31T15:44:49.611Z] === RUN   TestPingSwarmHeader/after_swarm_init
15:44:50 [2022-08-31T15:44:50.549Z] === RUN   TestPingSwarmHeader/after_swarm_leave
15:44:50 [2022-08-31T15:44:50.549Z] --- PASS: TestPingSwarmHeader (2.11s)
15:44:50 [2022-08-31T15:44:50.549Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
15:44:50 [2022-08-31T15:44:50.549Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
15:44:50 [2022-08-31T15:44:50.549Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
15:44:50 [2022-08-31T15:44:50.549Z] === RUN   TestPingBuilderHeader
15:44:50 [2022-08-31T15:44:50.549Z] === RUN   TestPingBuilderHeader/default_config
15:44:51 [2022-08-31T15:44:51.119Z] === RUN   TestPingBuilderHeader/buildkit_disabled
15:44:51 [2022-08-31T15:44:51.688Z] --- PASS: TestPingBuilderHeader (1.05s)
15:44:51 [2022-08-31T15:44:51.688Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
15:44:51 [2022-08-31T15:44:51.688Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
15:44:51 [2022-08-31T15:44:51.688Z] === RUN   TestVersion
15:44:51 [2022-08-31T15:44:51.688Z] --- PASS: TestVersion (0.02s)
15:44:51 [2022-08-31T15:44:51.688Z] === CONT  TestCgroupDriverSystemdMemoryLimit
15:44:51 [2022-08-31T15:44:51.688Z] === CONT  TestDiskUsage
15:44:52 [2022-08-31T15:44:52.067Z] --- PASS: TestSecretList (2.18s)
15:44:52 [2022-08-31T15:44:52.067Z] === RUN   TestSecretsCreateAndDelete
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/empty
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/empty/container_types
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/empty/image_types
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/empty/volume_types
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/empty/build-cache_types
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/empty/container,_volume_types
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
15:44:52 [2022-08-31T15:44:52.258Z] === RUN   TestDiskUsage/after_LoadBusybox
15:44:52 [2022-08-31T15:44:52.519Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
15:44:52 [2022-08-31T15:44:52.519Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
15:44:52 [2022-08-31T15:44:52.519Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
15:44:52 [2022-08-31T15:44:52.519Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
15:44:52 [2022-08-31T15:44:52.519Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
15:44:52 [2022-08-31T15:44:52.519Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
15:44:52 [2022-08-31T15:44:52.519Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
15:44:52 [2022-08-31T15:44:52.519Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
15:44:52 [2022-08-31T15:44:52.519Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
15:44:52 [2022-08-31T15:44:52.519Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
15:44:52 [2022-08-31T15:44:52.519Z] === RUN   TestDiskUsage/after_container.Run
15:44:53 [2022-08-31T15:44:53.088Z] === RUN   TestDiskUsage/after_container.Run/container_types
15:44:53 [2022-08-31T15:44:53.088Z] === RUN   TestDiskUsage/after_container.Run/image_types
15:44:53 [2022-08-31T15:44:53.088Z] === RUN   TestDiskUsage/after_container.Run/volume_types
15:44:53 [2022-08-31T15:44:53.088Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
15:44:53 [2022-08-31T15:44:53.088Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
15:44:53 [2022-08-31T15:44:53.088Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
15:44:53 [2022-08-31T15:44:53.088Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
15:44:53 [2022-08-31T15:44:53.088Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
15:44:53 [2022-08-31T15:44:53.088Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
15:44:53 [2022-08-31T15:44:53.088Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
15:44:53 [2022-08-31T15:44:53.233Z] --- PASS: TestBuildSquashParent (7.32s)
15:44:53 [2022-08-31T15:44:53.233Z] === RUN   TestBuildWithRemoveAndForceRemove
15:44:53 [2022-08-31T15:44:53.233Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:44:53 [2022-08-31T15:44:53.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:44:53 [2022-08-31T15:44:53.233Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:44:53 [2022-08-31T15:44:53.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:44:53 [2022-08-31T15:44:53.233Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:44:53 [2022-08-31T15:44:53.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:44:53 [2022-08-31T15:44:53.233Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:44:53 [2022-08-31T15:44:53.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:44:53 [2022-08-31T15:44:53.233Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:44:53 [2022-08-31T15:44:53.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:44:53 [2022-08-31T15:44:53.233Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:44:53 [2022-08-31T15:44:53.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:44:53 [2022-08-31T15:44:53.233Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:44:53 [2022-08-31T15:44:53.233Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:44:53 [2022-08-31T15:44:53.362Z] --- PASS: TestDiskUsage (1.70s)
15:44:53 [2022-08-31T15:44:53.362Z]     --- PASS: TestDiskUsage/empty (0.01s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.35s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]     --- PASS: TestDiskUsage/after_container.Run (0.60s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
15:44:53 [2022-08-31T15:44:53.362Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.71s)
15:44:53 [2022-08-31T15:44:53.362Z] PASS
15:44:53 [2022-08-31T15:44:53.362Z] 
15:44:53 [2022-08-31T15:44:53.362Z] DONE 57 tests in 24.271s
15:44:53 [2022-08-31T15:44:53.362Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
15:44:53 [2022-08-31T15:44:53.362Z] INFO: Testing against a local daemon
15:44:53 [2022-08-31T15:44:53.362Z] === RUN   TestVolumesCreateAndList
15:44:53 [2022-08-31T15:44:53.362Z] --- PASS: TestVolumesCreateAndList (0.02s)
15:44:53 [2022-08-31T15:44:53.362Z] === RUN   TestVolumesRemove
15:44:53 [2022-08-31T15:44:53.626Z] --- PASS: TestVolumesRemove (0.11s)
15:44:53 [2022-08-31T15:44:53.626Z] === RUN   TestVolumesInspect
15:44:53 [2022-08-31T15:44:53.626Z] --- PASS: TestVolumesInspect (0.03s)
15:44:53 [2022-08-31T15:44:53.626Z] === RUN   TestVolumesInvalidJSON
15:44:53 [2022-08-31T15:44:53.626Z] === RUN   TestVolumesInvalidJSON/volumes/create
15:44:53 [2022-08-31T15:44:53.626Z] === PAUSE TestVolumesInvalidJSON/volumes/create
15:44:53 [2022-08-31T15:44:53.626Z] === CONT  TestVolumesInvalidJSON/volumes/create
15:44:53 [2022-08-31T15:44:53.626Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
15:44:53 [2022-08-31T15:44:53.626Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
15:44:53 [2022-08-31T15:44:53.626Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
15:44:53 [2022-08-31T15:44:53.626Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
15:44:53 [2022-08-31T15:44:53.626Z] --- PASS: TestVolumesInvalidJSON (0.01s)
15:44:53 [2022-08-31T15:44:53.626Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
15:44:53 [2022-08-31T15:44:53.626Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
15:44:53 [2022-08-31T15:44:53.626Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
15:44:53 [2022-08-31T15:44:53.626Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
15:44:53 [2022-08-31T15:44:53.626Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
15:44:53 [2022-08-31T15:44:53.626Z] PASS
15:44:53 [2022-08-31T15:44:53.626Z] 
15:44:53 [2022-08-31T15:44:53.626Z] DONE 9 tests in 0.196s
15:44:53 [2022-08-31T15:44:53.626Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
15:44:53 [2022-08-31T15:44:53.794Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:44:53 [2022-08-31T15:44:53.794Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:44:53 [2022-08-31T15:44:53.958Z] --- PASS: TestSecretsCreateAndDelete (2.13s)
15:44:53 [2022-08-31T15:44:53.958Z] === RUN   TestSecretsUpdate
15:44:54 [2022-08-31T15:44:54.209Z] Stopping apparmor (via systemctl): apparmor.service.
15:44:54 [2022-08-31T15:44:54.209Z] Removing test suite binaries
15:44:54 [2022-08-31T15:44:54.209Z] exiting test-integration
15:44:54 [2022-08-31T15:44:54.209Z] ++ exit 0
15:44:54 [2022-08-31T15:44:54.209Z] 
15:44:55 [2022-08-31T15:44:55.591Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
Post stage
[Pipeline] junit
15:44:55 [2022-08-31T15:44:55.603Z] Recording test results
15:44:55 [2022-08-31T15:44:55.685Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:44:55 [2022-08-31T15:44:55.766Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
15:44:55 [2022-08-31T15:44:55.941Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:44:56 [2022-08-31T15:44:56.093Z] + echo Ensuring container killed.
15:44:56 [2022-08-31T15:44:56.093Z] Ensuring container killed.
15:44:56 [2022-08-31T15:44:56.093Z] + docker rm -vf docker-pr1
15:44:56 [2022-08-31T15:44:56.093Z] Error: No such container: docker-pr1
[Pipeline] sh
15:44:56 [2022-08-31T15:44:56.377Z] + echo Chowning /workspace to jenkins user
15:44:56 [2022-08-31T15:44:56.377Z] Chowning /workspace to jenkins user
15:44:56 [2022-08-31T15:44:56.378Z] + id -u
15:44:56 [2022-08-31T15:44:56.378Z] + id -g
15:44:56 [2022-08-31T15:44:56.378Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44068:/workspace busybox chown -R 1000:1000 /workspace
15:44:56 [2022-08-31T15:44:56.474Z] --- PASS: TestSecretsUpdate (2.19s)
15:44:56 [2022-08-31T15:44:56.474Z] === RUN   TestTemplatedSecret
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
15:44:57 [2022-08-31T15:44:57.877Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
15:44:57 [2022-08-31T15:44:57.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.63s)
15:44:57 [2022-08-31T15:44:57.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.67s)
15:44:57 [2022-08-31T15:44:57.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.91s)
15:44:57 [2022-08-31T15:44:57.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.96s)
15:44:57 [2022-08-31T15:44:57.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.04s)
15:44:57 [2022-08-31T15:44:57.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s)
15:44:57 [2022-08-31T15:44:57.877Z] === RUN   TestBuildMultiStageCopy
15:44:57 [2022-08-31T15:44:57.877Z] === RUN   TestBuildMultiStageCopy/copy_to_root
15:44:58 [2022-08-31T15:44:58.055Z] + bundleName=amd64-cgroup2
15:44:58 [2022-08-31T15:44:58.055Z] + echo Creating amd64-cgroup2-bundles.tar.gz
15:44:58 [2022-08-31T15:44:58.055Z] Creating amd64-cgroup2-bundles.tar.gz
15:44:58 [2022-08-31T15:44:58.055Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
15:44:58 [2022-08-31T15:44:58.055Z] + 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
15:44:58 [2022-08-31T15:44:58.329Z] Archiving artifacts
15:44:58 [2022-08-31T15:44:58.547Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44068/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:44:58 [2022-08-31T15:44:58.852Z] + make clean
15:44:58 [2022-08-31T15:44:58.852Z] docker volume rm -f docker-dev-cache docker-mod-cache
15:44:58 [2022-08-31T15:44:58.852Z] docker-dev-cache
15:44:58 [2022-08-31T15:44:58.852Z] docker-mod-cache
[Pipeline] deleteDir
15:44:58 [2022-08-31T15:44:58.990Z] --- PASS: TestTemplatedSecret (2.90s)
15:44:58 [2022-08-31T15:44:58.990Z] === RUN   TestSecretCreateResolve
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
15:45:01 [2022-08-31T15:45:01.147Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
15:45:02 [2022-08-31T15:45:02.078Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
15:45:03 [2022-08-31T15:45:03.444Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
15:45:04 [2022-08-31T15:45:04.266Z] --- PASS: TestSecretCreateResolve (4.83s)
15:45:04 [2022-08-31T15:45:04.266Z] PASS
15:45:04 [2022-08-31T15:45:04.266Z] 
15:45:04 [2022-08-31T15:45:04.266Z] DONE 6 tests in 16.485s
15:45:04 [2022-08-31T15:45:04.266Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
15:45:04 [2022-08-31T15:45:04.266Z] ++ 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
15:45:04 [2022-08-31T15:45:04.266Z] ++ set -e
15:45:04 [2022-08-31T15:45:04.266Z] ++ '[' -n 0 ']'
15:45:04 [2022-08-31T15:45:04.266Z] ++ set -x
15:45:04 [2022-08-31T15:45:04.266Z] ++ env -i DEST=/go/src/github.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
15:45:04 [2022-08-31T15:45:04.266Z] INFO: Testing against a local daemon
15:45:04 [2022-08-31T15:45:04.266Z] === RUN   TestServiceCreateInit
15:45:04 [2022-08-31T15:45:04.266Z] === RUN   TestServiceCreateInit/daemonInitDisabled
15:45:04 [2022-08-31T15:45:04.371Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
15:45:05 [2022-08-31T15:45:05.298Z] --- PASS: TestBuildMultiStageCopy (7.25s)
15:45:05 [2022-08-31T15:45:05.298Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.25s)
15:45:05 [2022-08-31T15:45:05.298Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
15:45:05 [2022-08-31T15:45:05.298Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
15:45:05 [2022-08-31T15:45:05.298Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
15:45:05 [2022-08-31T15:45:05.298Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
15:45:05 [2022-08-31T15:45:05.298Z] === RUN   TestBuildMultiStageParentConfig
15:45:10 [2022-08-31T15:45:10.541Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
15:45:10 [2022-08-31T15:45:10.541Z] === RUN   TestBuildLabelWithTargets
15:45:10 [2022-08-31T15:45:10.803Z] === RUN   TestServiceCreateInit/daemonInitEnabled
15:45:14 [2022-08-31T15:45:14.973Z] --- PASS: TestServiceCreateInit (10.44s)
15:45:14 [2022-08-31T15:45:14.973Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (6.61s)
15:45:14 [2022-08-31T15:45:14.973Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.81s)
15:45:14 [2022-08-31T15:45:14.973Z] === RUN   TestCreateServiceMultipleTimes
15:45:18 [2022-08-31T15:45:18.627Z] --- PASS: TestBuildLabelWithTargets (8.02s)
15:45:18 [2022-08-31T15:45:18.627Z] === RUN   TestBuildWithEmptyLayers
15:45:21 [2022-08-31T15:45:21.142Z] --- PASS: TestBuildWithEmptyLayers (2.96s)
15:45:21 [2022-08-31T15:45:21.142Z] === RUN   TestBuildMultiStageOnBuild
15:45:26 [2022-08-31T15:45:26.387Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
15:45:26 [2022-08-31T15:45:26.387Z] === RUN   TestBuildUncleanTarFilenames
15:45:26 [2022-08-31T15:45:26.643Z] --- PASS: TestBuildUncleanTarFilenames (0.60s)
15:45:26 [2022-08-31T15:45:26.643Z] === RUN   TestBuildMultiStageLayerLeak
15:45:29 [2022-08-31T15:45:29.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
15:45:29 [2022-08-31T15:45:29.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
15:45:31 [2022-08-31T15:45:31.890Z] --- PASS: TestBuildMultiStageLayerLeak (4.39s)
15:45:31 [2022-08-31T15:45:31.890Z] === RUN   TestBuildWithHugeFile
15:45:33 [2022-08-31T15:45:33.021Z] --- PASS: TestCreateServiceMultipleTimes (15.85s)
15:45:33 [2022-08-31T15:45:33.021Z] === RUN   TestCreateServiceConflict
15:45:33 [2022-08-31T15:45:33.021Z] --- PASS: TestCreateServiceConflict (2.25s)
15:45:33 [2022-08-31T15:45:33.021Z] === RUN   TestCreateServiceMaxReplicas
15:45:35 [2022-08-31T15:45:35.539Z] --- PASS: TestCreateServiceMaxReplicas (2.54s)
15:45:35 [2022-08-31T15:45:35.539Z] === RUN   TestCreateWithDuplicateNetworkNames
15:45:49 [2022-08-31T15:45:49.388Z] .........................xx....................                          [ 29%]
15:45:50 [2022-08-31T15:45:50.381Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.97s)
15:45:50 [2022-08-31T15:45:50.381Z] === RUN   TestCreateServiceSecretFileMode
15:45:50 [2022-08-31T15:45:50.637Z] --- PASS: TestCreateServiceSecretFileMode (2.44s)
15:45:50 [2022-08-31T15:45:50.637Z] === RUN   TestCreateServiceConfigFileMode
15:45:53 [2022-08-31T15:45:53.170Z] --- PASS: TestCreateServiceConfigFileMode (2.37s)
15:45:53 [2022-08-31T15:45:53.170Z] === RUN   TestCreateServiceSysctls
15:45:56 [2022-08-31T15:45:56.437Z] --- PASS: TestCreateServiceSysctls (3.13s)
15:45:56 [2022-08-31T15:45:56.437Z] === RUN   TestCreateServiceCapabilities
15:45:58 [2022-08-31T15:45:58.329Z] --- PASS: TestCreateServiceCapabilities (2.39s)
15:45:58 [2022-08-31T15:45:58.329Z] === RUN   TestInspect
15:46:01 [2022-08-31T15:46:01.596Z] --- PASS: TestInspect (2.56s)
15:46:01 [2022-08-31T15:46:01.596Z] === RUN   TestCreateJob
15:46:04 [2022-08-31T15:46:04.113Z] --- PASS: TestCreateJob (2.92s)
15:46:04 [2022-08-31T15:46:04.113Z] === RUN   TestReplicatedJob
15:46:05 [2022-08-31T15:46:05.711Z] tests/integration/api_exec_test.py .....................                 [ 34%]
15:46:08 [2022-08-31T15:46:08.282Z] --- PASS: TestReplicatedJob (4.46s)
15:46:08 [2022-08-31T15:46:08.282Z] === RUN   TestUpdateReplicatedJob
15:46:11 [2022-08-31T15:46:11.549Z] --- PASS: TestUpdateReplicatedJob (3.13s)
15:46:11 [2022-08-31T15:46:11.549Z] === RUN   TestServiceListWithStatuses
15:46:11 [2022-08-31T15:46:11.549Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:46:11 [2022-08-31T15:46:11.549Z] --- SKIP: TestServiceListWithStatuses (0.00s)
15:46:11 [2022-08-31T15:46:11.549Z] === RUN   TestDockerNetworkConnectAlias
15:46:13 [2022-08-31T15:46:13.206Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
15:46:15 [2022-08-31T15:46:15.718Z] --- PASS: TestDockerNetworkConnectAlias (3.93s)
15:46:15 [2022-08-31T15:46:15.718Z] === RUN   TestDockerNetworkReConnect
15:46:17 [2022-08-31T15:46:17.820Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
15:46:18 [2022-08-31T15:46:18.985Z] --- PASS: TestDockerNetworkReConnect (3.25s)
15:46:18 [2022-08-31T15:46:18.985Z] === RUN   TestServicePlugin
15:46:18 [2022-08-31T15:46:18.985Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:46:18 [2022-08-31T15:46:18.985Z] --- SKIP: TestServicePlugin (0.00s)
15:46:18 [2022-08-31T15:46:18.985Z] === RUN   TestServiceUpdateLabel
15:46:20 [2022-08-31T15:46:20.875Z] --- PASS: TestServiceUpdateLabel (2.19s)
15:46:20 [2022-08-31T15:46:20.875Z] === RUN   TestServiceUpdateSecrets
15:46:28 [2022-08-31T15:46:28.121Z] --- PASS: TestBuildWithHugeFile (50.74s)
15:46:28 [2022-08-31T15:46:28.121Z] === RUN   TestBuildWCOWSandboxSize
15:46:28 [2022-08-31T15:46:28.121Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:46:28 [2022-08-31T15:46:28.121Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
15:46:28 [2022-08-31T15:46:28.121Z] === RUN   TestBuildWithEmptyDockerfile
15:46:28 [2022-08-31T15:46:28.121Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
15:46:28 [2022-08-31T15:46:28.121Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
15:46:28 [2022-08-31T15:46:28.121Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:46:28 [2022-08-31T15:46:28.121Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:46:28 [2022-08-31T15:46:28.121Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:46:28 [2022-08-31T15:46:28.121Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:46:28 [2022-08-31T15:46:28.121Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
15:46:28 [2022-08-31T15:46:28.121Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:46:28 [2022-08-31T15:46:28.121Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:46:28 [2022-08-31T15:46:28.121Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
15:46:28 [2022-08-31T15:46:28.121Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s)
15:46:28 [2022-08-31T15:46:28.121Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s)
15:46:28 [2022-08-31T15:46:28.121Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
15:46:28 [2022-08-31T15:46:28.121Z] === RUN   TestBuildPreserveOwnership
15:46:28 [2022-08-31T15:46:28.121Z] === RUN   TestBuildPreserveOwnership/copy_from
15:46:28 [2022-08-31T15:46:28.121Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
15:46:32 [2022-08-31T15:46:32.288Z] --- PASS: TestBuildPreserveOwnership (9.96s)
15:46:32 [2022-08-31T15:46:32.288Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.93s)
15:46:32 [2022-08-31T15:46:32.288Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
15:46:32 [2022-08-31T15:46:32.288Z] === RUN   TestBuildPlatformInvalid
15:46:32 [2022-08-31T15:46:32.288Z] --- PASS: TestBuildPlatformInvalid (0.09s)
15:46:32 [2022-08-31T15:46:32.288Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
15:46:32 [2022-08-31T15:46:32.288Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
15:46:32 [2022-08-31T15:46:32.288Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
15:46:32 [2022-08-31T15:46:32.288Z] PASS
15:46:32 [2022-08-31T15:46:32.288Z] 
15:46:32 [2022-08-31T15:46:32.288Z] === Skipped
15:46:32 [2022-08-31T15:46:32.288Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
15:46:32 [2022-08-31T15:46:32.288Z]     build_session_test.go:25: TODO: BuildKit
15:46:32 [2022-08-31T15:46:32.288Z] 
15:46:32 [2022-08-31T15:46:32.288Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
15:46:32 [2022-08-31T15:46:32.288Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:46:32 [2022-08-31T15:46:32.288Z] 
15:46:32 [2022-08-31T15:46:32.289Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
15:46:32 [2022-08-31T15:46:32.289Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
15:46:32 [2022-08-31T15:46:32.289Z] 
15:46:32 [2022-08-31T15:46:32.289Z] DONE 34 tests, 3 skipped in 111.763s
15:46:32 [2022-08-31T15:46:32.289Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
15:46:32 [2022-08-31T15:46:32.289Z] INFO: Testing against a local daemon
15:46:32 [2022-08-31T15:46:32.289Z] === RUN   TestConfigInspect
15:46:32 [2022-08-31T15:46:32.289Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.289Z] --- SKIP: TestConfigInspect (0.02s)
15:46:32 [2022-08-31T15:46:32.289Z] === RUN   TestConfigList
15:46:32 [2022-08-31T15:46:32.289Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.289Z] --- SKIP: TestConfigList (0.01s)
15:46:32 [2022-08-31T15:46:32.289Z] === RUN   TestConfigsCreateAndDelete
15:46:32 [2022-08-31T15:46:32.289Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.289Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
15:46:32 [2022-08-31T15:46:32.289Z] === RUN   TestConfigsUpdate
15:46:32 [2022-08-31T15:46:32.545Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.545Z] --- SKIP: TestConfigsUpdate (0.01s)
15:46:32 [2022-08-31T15:46:32.545Z] === RUN   TestTemplatedConfig
15:46:32 [2022-08-31T15:46:32.545Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.545Z] --- SKIP: TestTemplatedConfig (0.00s)
15:46:32 [2022-08-31T15:46:32.545Z] === RUN   TestConfigCreateResolve
15:46:32 [2022-08-31T15:46:32.545Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.545Z] --- SKIP: TestConfigCreateResolve (0.01s)
15:46:32 [2022-08-31T15:46:32.545Z] PASS
15:46:32 [2022-08-31T15:46:32.545Z] 
15:46:32 [2022-08-31T15:46:32.545Z] === Skipped
15:46:32 [2022-08-31T15:46:32.545Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
15:46:32 [2022-08-31T15:46:32.545Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.545Z] 
15:46:32 [2022-08-31T15:46:32.545Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
15:46:32 [2022-08-31T15:46:32.545Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.545Z] 
15:46:32 [2022-08-31T15:46:32.545Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
15:46:32 [2022-08-31T15:46:32.545Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.545Z] 
15:46:32 [2022-08-31T15:46:32.545Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
15:46:32 [2022-08-31T15:46:32.545Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.545Z] 
15:46:32 [2022-08-31T15:46:32.545Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
15:46:32 [2022-08-31T15:46:32.545Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.545Z] 
15:46:32 [2022-08-31T15:46:32.545Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
15:46:32 [2022-08-31T15:46:32.545Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:46:32 [2022-08-31T15:46:32.545Z] 
15:46:32 [2022-08-31T15:46:32.545Z] DONE 6 tests, 6 skipped in 0.147s
15:46:32 [2022-08-31T15:46:32.545Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
15:46:32 [2022-08-31T15:46:32.545Z] INFO: Testing against a local daemon
15:46:32 [2022-08-31T15:46:32.545Z] === RUN   TestAttachWithTTY
15:46:32 [2022-08-31T15:46:32.545Z] --- PASS: TestAttachWithTTY (0.05s)
15:46:32 [2022-08-31T15:46:32.545Z] === RUN   TestAttachWithoutTTy
15:46:32 [2022-08-31T15:46:32.801Z] --- PASS: TestAttachWithoutTTy (0.04s)
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestCheckpoint
15:46:32 [2022-08-31T15:46:32.801Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:46:32 [2022-08-31T15:46:32.801Z] --- SKIP: TestCheckpoint (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/commit
15:46:32 [2022-08-31T15:46:32.801Z] === PAUSE TestContainerInvalidJSON/commit
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/create
15:46:32 [2022-08-31T15:46:32.801Z] === PAUSE TestContainerInvalidJSON/containers/create
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
15:46:32 [2022-08-31T15:46:32.801Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
15:46:32 [2022-08-31T15:46:32.801Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
15:46:32 [2022-08-31T15:46:32.801Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:46:32 [2022-08-31T15:46:32.801Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
15:46:32 [2022-08-31T15:46:32.801Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
15:46:32 [2022-08-31T15:46:32.801Z] === CONT  TestContainerInvalidJSON/commit
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
15:46:32 [2022-08-31T15:46:32.801Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/commit/empty_body
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
15:46:32 [2022-08-31T15:46:32.801Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
15:46:32 [2022-08-31T15:46:32.801Z] === CONT  TestContainerInvalidJSON/containers/create
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
15:46:32 [2022-08-31T15:46:32.801Z] --- PASS: TestContainerInvalidJSON (0.01s)
15:46:32 [2022-08-31T15:46:32.801Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestCopyFromContainerPathDoesNotExist
15:46:32 [2022-08-31T15:46:32.801Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestCopyFromContainerPathIsNotDir
15:46:32 [2022-08-31T15:46:32.801Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestCopyToContainerPathDoesNotExist
15:46:32 [2022-08-31T15:46:32.801Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
15:46:32 [2022-08-31T15:46:32.801Z] === RUN   TestCopyEmptyFile
15:46:33 [2022-08-31T15:46:33.057Z] --- PASS: TestCopyEmptyFile (0.20s)
15:46:33 [2022-08-31T15:46:33.057Z] === RUN   TestCopyToContainerPathIsNotDir
15:46:33 [2022-08-31T15:46:33.057Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
15:46:33 [2022-08-31T15:46:33.057Z] === RUN   TestCopyFromContainer
15:46:34 [2022-08-31T15:46:34.073Z] tests/integration/api_network_test.py ............................       [ 47%]
15:46:35 [2022-08-31T15:46:35.730Z] --- PASS: TestServiceUpdateSecrets (14.00s)
15:46:35 [2022-08-31T15:46:35.730Z] === RUN   TestServiceUpdateConfigs
15:46:37 [2022-08-31T15:46:37.223Z] === RUN   TestCopyFromContainer//
15:46:37 [2022-08-31T15:46:37.223Z] === RUN   TestCopyFromContainer//bar/root
15:46:37 [2022-08-31T15:46:37.223Z] === RUN   TestCopyFromContainer//bar/root/
15:46:37 [2022-08-31T15:46:37.223Z] === RUN   TestCopyFromContainer/bar/quux
15:46:37 [2022-08-31T15:46:37.480Z] === RUN   TestCopyFromContainer/bar/quux/
15:46:37 [2022-08-31T15:46:37.480Z] === RUN   TestCopyFromContainer/bar/quux/baz
15:46:37 [2022-08-31T15:46:37.480Z] === RUN   TestCopyFromContainer/bar/filesymlink
15:46:37 [2022-08-31T15:46:37.480Z] === RUN   TestCopyFromContainer/bar/dirsymlink
15:46:37 [2022-08-31T15:46:37.480Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCopyFromContainer/bar/notarget
15:46:37 [2022-08-31T15:46:37.737Z] --- PASS: TestCopyFromContainer (4.61s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCopyFromContainer// (0.06s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:46:37 [2022-08-31T15:46:37.737Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:46:37 [2022-08-31T15:46:37.737Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
15:46:37 [2022-08-31T15:46:37.737Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
15:46:37 [2022-08-31T15:46:37.737Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:46:37 [2022-08-31T15:46:37.737Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
15:46:37 [2022-08-31T15:46:37.737Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:46:37 [2022-08-31T15:46:37.737Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCreateLinkToNonExistingContainer
15:46:37 [2022-08-31T15:46:37.737Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCreateWithInvalidEnv
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCreateWithInvalidEnv/0
15:46:37 [2022-08-31T15:46:37.737Z] === PAUSE TestCreateWithInvalidEnv/0
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCreateWithInvalidEnv/1
15:46:37 [2022-08-31T15:46:37.737Z] === PAUSE TestCreateWithInvalidEnv/1
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCreateWithInvalidEnv/2
15:46:37 [2022-08-31T15:46:37.737Z] === PAUSE TestCreateWithInvalidEnv/2
15:46:37 [2022-08-31T15:46:37.737Z] === CONT  TestCreateWithInvalidEnv/0
15:46:37 [2022-08-31T15:46:37.737Z] === CONT  TestCreateWithInvalidEnv/2
15:46:37 [2022-08-31T15:46:37.737Z] === CONT  TestCreateWithInvalidEnv/1
15:46:37 [2022-08-31T15:46:37.737Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
15:46:37 [2022-08-31T15:46:37.737Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCreateTmpfsMountsTarget
15:46:37 [2022-08-31T15:46:37.737Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
15:46:37 [2022-08-31T15:46:37.737Z] === RUN   TestCreateWithCustomMaskedPaths
15:46:39 [2022-08-31T15:46:39.103Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s)
15:46:39 [2022-08-31T15:46:39.103Z] === RUN   TestCreateWithCustomReadonlyPaths
15:46:40 [2022-08-31T15:46:40.470Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.22s)
15:46:40 [2022-08-31T15:46:40.470Z] === RUN   TestCreateWithInvalidHealthcheckParams
15:46:40 [2022-08-31T15:46:40.470Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:46:40 [2022-08-31T15:46:40.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:46:40 [2022-08-31T15:46:40.470Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:46:40 [2022-08-31T15:46:40.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:46:40 [2022-08-31T15:46:40.470Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:46:40 [2022-08-31T15:46:40.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:46:40 [2022-08-31T15:46:40.470Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:46:40 [2022-08-31T15:46:40.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:46:40 [2022-08-31T15:46:40.470Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:46:40 [2022-08-31T15:46:40.470Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:46:40 [2022-08-31T15:46:40.470Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:46:40 [2022-08-31T15:46:40.470Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:46:40 [2022-08-31T15:46:40.470Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:46:40 [2022-08-31T15:46:40.470Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:46:40 [2022-08-31T15:46:40.470Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:46:40 [2022-08-31T15:46:40.470Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
15:46:40 [2022-08-31T15:46:40.470Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
15:46:40 [2022-08-31T15:46:40.470Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
15:46:40 [2022-08-31T15:46:40.470Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
15:46:40 [2022-08-31T15:46:40.470Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s)
15:46:40 [2022-08-31T15:46:40.470Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
15:46:40 [2022-08-31T15:46:40.470Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
15:46:40 [2022-08-31T15:46:40.726Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.36s)
15:46:40 [2022-08-31T15:46:40.726Z] === RUN   TestCreateDifferentPlatform
15:46:40 [2022-08-31T15:46:40.726Z] === RUN   TestCreateDifferentPlatform/different_os
15:46:40 [2022-08-31T15:46:40.726Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
15:46:40 [2022-08-31T15:46:40.726Z] --- PASS: TestCreateDifferentPlatform (0.01s)
15:46:40 [2022-08-31T15:46:40.726Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
15:46:40 [2022-08-31T15:46:40.726Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
15:46:40 [2022-08-31T15:46:40.726Z] === RUN   TestCreateVolumesFromNonExistingContainer
15:46:40 [2022-08-31T15:46:40.726Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
15:46:40 [2022-08-31T15:46:40.726Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
15:46:40 [2022-08-31T15:46:40.726Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
15:46:40 [2022-08-31T15:46:40.726Z] === RUN   TestCreateInvalidHostConfig
15:46:40 [2022-08-31T15:46:40.726Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
15:46:40 [2022-08-31T15:46:40.726Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
15:46:40 [2022-08-31T15:46:40.726Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
15:46:40 [2022-08-31T15:46:40.727Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
15:46:40 [2022-08-31T15:46:40.727Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:46:40 [2022-08-31T15:46:40.727Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:46:40 [2022-08-31T15:46:40.727Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
15:46:40 [2022-08-31T15:46:40.727Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
15:46:40 [2022-08-31T15:46:40.727Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
15:46:40 [2022-08-31T15:46:40.727Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
15:46:40 [2022-08-31T15:46:40.727Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:46:40 [2022-08-31T15:46:40.727Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
15:46:40 [2022-08-31T15:46:40.727Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
15:46:40 [2022-08-31T15:46:40.727Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
15:46:40 [2022-08-31T15:46:40.727Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
15:46:40 [2022-08-31T15:46:40.727Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
15:46:40 [2022-08-31T15:46:40.727Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
15:46:40 [2022-08-31T15:46:40.727Z] === RUN   TestContainerStartOnDaemonRestart
15:46:40 [2022-08-31T15:46:40.727Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
15:46:40 [2022-08-31T15:46:40.727Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
15:46:40 [2022-08-31T15:46:40.727Z] === RUN   TestDaemonRestartIpcMode
15:46:40 [2022-08-31T15:46:40.727Z] === PAUSE TestDaemonRestartIpcMode
15:46:40 [2022-08-31T15:46:40.727Z] === RUN   TestDaemonHostGatewayIP
15:46:40 [2022-08-31T15:46:40.727Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
15:46:40 [2022-08-31T15:46:40.727Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
15:46:40 [2022-08-31T15:46:40.727Z] === RUN   TestRestartDaemonWithRestartingContainer
15:46:40 [2022-08-31T15:46:40.727Z] === PAUSE TestRestartDaemonWithRestartingContainer
15:46:40 [2022-08-31T15:46:40.727Z] === RUN   TestContainerKillOnDaemonStart
15:46:40 [2022-08-31T15:46:40.727Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
15:46:40 [2022-08-31T15:46:40.727Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
15:46:40 [2022-08-31T15:46:40.727Z] === RUN   TestDiff
15:46:41 [2022-08-31T15:46:41.288Z] --- PASS: TestDiff (0.39s)
15:46:41 [2022-08-31T15:46:41.288Z] === RUN   TestExecConsoleSize
15:46:41 [2022-08-31T15:46:41.544Z] --- PASS: TestExecConsoleSize (0.46s)
15:46:41 [2022-08-31T15:46:41.545Z] === RUN   TestExecWithCloseStdin
15:46:42 [2022-08-31T15:46:42.107Z] --- PASS: TestExecWithCloseStdin (0.49s)
15:46:42 [2022-08-31T15:46:42.107Z] === RUN   TestExec
15:46:42 [2022-08-31T15:46:42.669Z] --- PASS: TestExec (0.48s)
15:46:42 [2022-08-31T15:46:42.669Z] === RUN   TestExecUser
15:46:43 [2022-08-31T15:46:43.231Z] --- PASS: TestExecUser (0.67s)
15:46:43 [2022-08-31T15:46:43.231Z] === RUN   TestExportContainerAndImportImage
15:46:43 [2022-08-31T15:46:43.807Z] --- PASS: TestExportContainerAndImportImage (0.60s)
15:46:43 [2022-08-31T15:46:43.807Z] === RUN   TestExportContainerAfterDaemonRestart
15:46:43 [2022-08-31T15:46:43.849Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
15:46:45 [2022-08-31T15:46:45.195Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s)
15:46:45 [2022-08-31T15:46:45.195Z] === RUN   TestHealthCheckWorkdir
15:46:45 [2022-08-31T15:46:45.353Z] tests/integration/api_secret_test.py .....                               [ 51%]
15:46:45 [2022-08-31T15:46:45.757Z] --- PASS: TestHealthCheckWorkdir (0.56s)
15:46:45 [2022-08-31T15:46:45.757Z] === RUN   TestHealthKillContainer
15:46:49 [2022-08-31T15:46:49.721Z] tests/integration/api_service_test.py .................................. [ 59%]
15:46:50 [2022-08-31T15:46:50.572Z] --- PASS: TestServiceUpdateConfigs (14.41s)
15:46:50 [2022-08-31T15:46:50.572Z] === RUN   TestServiceUpdateNetwork
15:46:53 [2022-08-31T15:46:53.841Z] --- PASS: TestHealthKillContainer (7.80s)
15:46:53 [2022-08-31T15:46:53.841Z] === RUN   TestHealthCheckProcessKilled
15:46:54 [2022-08-31T15:46:54.097Z] --- PASS: TestHealthCheckProcessKilled (0.63s)
15:46:54 [2022-08-31T15:46:54.097Z] === RUN   TestInspectCpusetInConfigPre120
15:46:54 [2022-08-31T15:46:54.097Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
15:46:54 [2022-08-31T15:46:54.097Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
15:46:54 [2022-08-31T15:46:54.097Z] === RUN   TestIpcModeNone
15:46:54 [2022-08-31T15:46:54.181Z] ............................                                             [ 66%]
15:46:54 [2022-08-31T15:46:54.659Z] --- PASS: TestIpcModeNone (0.43s)
15:46:54 [2022-08-31T15:46:54.659Z] === RUN   TestIpcModePrivate
15:46:54 [2022-08-31T15:46:54.916Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
15:46:54 [2022-08-31T15:46:54.916Z] --- PASS: TestIpcModePrivate (0.43s)
15:46:54 [2022-08-31T15:46:54.916Z] === RUN   TestIpcModeShareable
15:46:54 [2022-08-31T15:46:54.916Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
15:46:54 [2022-08-31T15:46:54.916Z] --- SKIP: TestIpcModeShareable (0.00s)
15:46:54 [2022-08-31T15:46:54.916Z] === RUN   TestAPIIpcModeShareableAndContainer
15:46:56 [2022-08-31T15:46:56.281Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s)
15:46:56 [2022-08-31T15:46:56.281Z] === RUN   TestAPIIpcModeHost
15:46:56 [2022-08-31T15:46:56.281Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
15:46:56 [2022-08-31T15:46:56.281Z] --- SKIP: TestAPIIpcModeHost (0.00s)
15:46:56 [2022-08-31T15:46:56.281Z] === RUN   TestDaemonIpcModeShareable
15:46:56 [2022-08-31T15:46:56.281Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
15:46:56 [2022-08-31T15:46:56.281Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
15:46:56 [2022-08-31T15:46:56.281Z] === RUN   TestDaemonIpcModePrivate
15:46:57 [2022-08-31T15:46:57.209Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
15:46:57 [2022-08-31T15:46:57.466Z] --- PASS: TestDaemonIpcModePrivate (1.15s)
15:46:57 [2022-08-31T15:46:57.466Z] === RUN   TestDaemonIpcModePrivateFromConfig
15:46:57 [2022-08-31T15:46:57.466Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
15:46:57 [2022-08-31T15:46:57.466Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
15:46:57 [2022-08-31T15:46:57.466Z] === RUN   TestDaemonIpcModeShareableFromConfig
15:46:57 [2022-08-31T15:46:57.466Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
15:46:57 [2022-08-31T15:46:57.466Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
15:46:57 [2022-08-31T15:46:57.466Z] === RUN   TestIpcModeOlderClient
15:46:57 [2022-08-31T15:46:57.466Z] === PAUSE TestIpcModeOlderClient
15:46:57 [2022-08-31T15:46:57.466Z] === RUN   TestKillContainerInvalidSignal
15:46:58 [2022-08-31T15:46:58.028Z] --- PASS: TestKillContainerInvalidSignal (0.45s)
15:46:58 [2022-08-31T15:46:58.028Z] === RUN   TestKillContainer
15:46:58 [2022-08-31T15:46:58.028Z] === RUN   TestKillContainer/no_signal
15:46:58 [2022-08-31T15:46:58.285Z] === RUN   TestKillContainer/non_killing_signal
15:46:58 [2022-08-31T15:46:58.542Z] === RUN   TestKillContainer/killing_signal
15:46:59 [2022-08-31T15:46:59.104Z] --- PASS: TestKillContainer (1.23s)
15:46:59 [2022-08-31T15:46:59.104Z]     --- PASS: TestKillContainer/no_signal (0.39s)
15:46:59 [2022-08-31T15:46:59.104Z]     --- PASS: TestKillContainer/non_killing_signal (0.26s)
15:46:59 [2022-08-31T15:46:59.104Z]     --- PASS: TestKillContainer/killing_signal (0.41s)
15:46:59 [2022-08-31T15:46:59.104Z] === RUN   TestKillWithStopSignalAndRestartPolicies
15:46:59 [2022-08-31T15:46:59.104Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
15:46:59 [2022-08-31T15:46:59.667Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
15:47:00 [2022-08-31T15:47:00.228Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.85s)
15:47:00 [2022-08-31T15:47:00.228Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s)
15:47:00 [2022-08-31T15:47:00.228Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s)
15:47:00 [2022-08-31T15:47:00.228Z] === RUN   TestKillStoppedContainer
15:47:00 [2022-08-31T15:47:00.228Z] --- PASS: TestKillStoppedContainer (0.04s)
15:47:00 [2022-08-31T15:47:00.228Z] === RUN   TestKillStoppedContainerAPIPre120
15:47:00 [2022-08-31T15:47:00.228Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
15:47:00 [2022-08-31T15:47:00.228Z] === RUN   TestKillDifferentUserContainer
15:47:00 [2022-08-31T15:47:00.484Z] --- PASS: TestKillDifferentUserContainer (0.42s)
15:47:00 [2022-08-31T15:47:00.484Z] === RUN   TestInspectOomKilledTrue
15:47:00 [2022-08-31T15:47:00.484Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:00 [2022-08-31T15:47:00.484Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
15:47:00 [2022-08-31T15:47:00.484Z] === RUN   TestInspectOomKilledFalse
15:47:00 [2022-08-31T15:47:00.484Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
15:47:00 [2022-08-31T15:47:00.484Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
15:47:00 [2022-08-31T15:47:00.484Z] === RUN   TestLinksEtcHostsContentMatch
15:47:00 [2022-08-31T15:47:00.484Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
15:47:00 [2022-08-31T15:47:00.484Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
15:47:00 [2022-08-31T15:47:00.484Z] === RUN   TestLinksContainerNames
15:47:01 [2022-08-31T15:47:01.412Z] --- PASS: TestLinksContainerNames (0.80s)
15:47:01 [2022-08-31T15:47:01.412Z] === RUN   TestLogsFollowTailEmpty
15:47:01 [2022-08-31T15:47:01.974Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
15:47:01 [2022-08-31T15:47:01.974Z] === RUN   TestLogs
15:47:01 [2022-08-31T15:47:01.974Z] === RUN   TestLogs/driver_local
15:47:01 [2022-08-31T15:47:01.974Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
15:47:01 [2022-08-31T15:47:01.974Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
15:47:01 [2022-08-31T15:47:01.974Z] === RUN   TestLogs/driver_local/tty/only_stdout
15:47:01 [2022-08-31T15:47:01.974Z] === PAUSE TestLogs/driver_local/tty/only_stdout
15:47:01 [2022-08-31T15:47:01.974Z] === RUN   TestLogs/driver_local/tty/only_stderr
15:47:01 [2022-08-31T15:47:01.974Z] === PAUSE TestLogs/driver_local/tty/only_stderr
15:47:01 [2022-08-31T15:47:01.974Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
15:47:01 [2022-08-31T15:47:01.974Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
15:47:01 [2022-08-31T15:47:01.974Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
15:47:01 [2022-08-31T15:47:01.974Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
15:47:01 [2022-08-31T15:47:01.974Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
15:47:01 [2022-08-31T15:47:01.974Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
15:47:01 [2022-08-31T15:47:01.974Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
15:47:01 [2022-08-31T15:47:01.974Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
15:47:02 [2022-08-31T15:47:02.536Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
15:47:02 [2022-08-31T15:47:02.536Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
15:47:02 [2022-08-31T15:47:02.742Z] --- PASS: TestServiceUpdateNetwork (12.22s)
15:47:02 [2022-08-31T15:47:02.742Z] === RUN   TestServiceUpdatePidsLimit
15:47:02 [2022-08-31T15:47:02.742Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
15:47:03 [2022-08-31T15:47:03.097Z] === CONT  TestLogs/driver_local/tty/only_stderr
15:47:03 [2022-08-31T15:47:03.098Z] === CONT  TestLogs/driver_local/tty/only_stdout
15:47:03 [2022-08-31T15:47:03.304Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
15:47:03 [2022-08-31T15:47:03.660Z] === RUN   TestLogs/driver_json-file
15:47:03 [2022-08-31T15:47:03.660Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
15:47:03 [2022-08-31T15:47:03.660Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
15:47:03 [2022-08-31T15:47:03.660Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
15:47:03 [2022-08-31T15:47:03.660Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
15:47:03 [2022-08-31T15:47:03.660Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
15:47:03 [2022-08-31T15:47:03.660Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
15:47:03 [2022-08-31T15:47:03.660Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:47:03 [2022-08-31T15:47:03.660Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:47:03 [2022-08-31T15:47:03.660Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
15:47:03 [2022-08-31T15:47:03.660Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
15:47:03 [2022-08-31T15:47:03.660Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
15:47:03 [2022-08-31T15:47:03.660Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
15:47:03 [2022-08-31T15:47:03.660Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
15:47:03 [2022-08-31T15:47:03.660Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
15:47:04 [2022-08-31T15:47:04.588Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
15:47:04 [2022-08-31T15:47:04.588Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:47:05 [2022-08-31T15:47:05.154Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
15:47:05 [2022-08-31T15:47:05.154Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
15:47:05 [2022-08-31T15:47:05.717Z] --- PASS: TestLogs (3.96s)
15:47:05 [2022-08-31T15:47:05.717Z]     --- PASS: TestLogs/driver_local (0.01s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.58s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.74s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.60s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.51s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.67s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.66s)
15:47:05 [2022-08-31T15:47:05.717Z]     --- PASS: TestLogs/driver_json-file (0.01s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.63s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.80s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.65s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.57s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.63s)
15:47:05 [2022-08-31T15:47:05.717Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.74s)
15:47:05 [2022-08-31T15:47:05.717Z] === RUN   TestContainerNetworkMountsNoChown
15:47:06 [2022-08-31T15:47:06.280Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s)
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/default
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/default
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/private
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/private
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rprivate
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rprivate
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/slave
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/slave
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rslave
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rslave
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/shared
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/shared
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rshared
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rshared
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/default
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/default/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/default/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/default/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/default/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/default/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/default/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/default/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/rshared
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rshared/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rshared/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/rshared/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/shared
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/shared/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/shared/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/shared/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/shared/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/rslave
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rslave/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rslave/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/slave
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/slave/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/slave/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/slave/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/slave/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/rprivate
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/private
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/private/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/private/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/private/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/private/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === RUN   TestMountDaemonRoot/private/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === PAUSE TestMountDaemonRoot/private/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/default/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/default/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/default/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/rshared/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/rslave/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/shared/bind_root
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/shared/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/slave/mount_root
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
15:47:06 [2022-08-31T15:47:06.280Z] === CONT  TestMountDaemonRoot/rslave/bind_root
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/slave/bind_root
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/private/mount_subpath
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/private/mount_root
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/private/bind_subpath
15:47:06 [2022-08-31T15:47:06.536Z] === CONT  TestMountDaemonRoot/private/bind_root
15:47:06 [2022-08-31T15:47:06.536Z] --- PASS: TestMountDaemonRoot (0.01s)
15:47:06 [2022-08-31T15:47:06.536Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
15:47:06 [2022-08-31T15:47:06.536Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
15:47:06 [2022-08-31T15:47:06.537Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
15:47:06 [2022-08-31T15:47:06.537Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.01s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.01s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
15:47:06 [2022-08-31T15:47:06.537Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.01s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
15:47:06 [2022-08-31T15:47:06.537Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.01s)
15:47:06 [2022-08-31T15:47:06.537Z] === RUN   TestContainerBindMountNonRecursive
15:47:06 [2022-08-31T15:47:06.537Z]     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)
15:47:06 [2022-08-31T15:47:06.537Z] --- SKIP: TestContainerBindMountNonRecursive (0.03s)
15:47:06 [2022-08-31T15:47:06.537Z] === RUN   TestContainerVolumesMountedAsShared
15:47:06 [2022-08-31T15:47:06.537Z]     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)
15:47:06 [2022-08-31T15:47:06.537Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
15:47:06 [2022-08-31T15:47:06.537Z] === RUN   TestContainerVolumesMountedAsSlave
15:47:06 [2022-08-31T15:47:06.537Z]     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)
15:47:06 [2022-08-31T15:47:06.537Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
15:47:06 [2022-08-31T15:47:06.537Z] === RUN   TestNetworkNat
15:47:07 [2022-08-31T15:47:07.100Z] --- PASS: TestNetworkNat (0.48s)
15:47:07 [2022-08-31T15:47:07.100Z] === RUN   TestNetworkLocalhostTCPNat
15:47:07 [2022-08-31T15:47:07.364Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s)
15:47:07 [2022-08-31T15:47:07.364Z] === RUN   TestNetworkLoopbackNat
15:47:10 [2022-08-31T15:47:10.637Z] --- PASS: TestNetworkLoopbackNat (2.55s)
15:47:10 [2022-08-31T15:47:10.637Z] === RUN   TestPause
15:47:10 [2022-08-31T15:47:10.637Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:10 [2022-08-31T15:47:10.637Z] --- SKIP: TestPause (0.00s)
15:47:10 [2022-08-31T15:47:10.637Z] === RUN   TestPauseFailsOnWindowsServerContainers
15:47:10 [2022-08-31T15:47:10.637Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:47:10 [2022-08-31T15:47:10.637Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
15:47:10 [2022-08-31T15:47:10.637Z] === RUN   TestPauseStopPausedContainer
15:47:10 [2022-08-31T15:47:10.637Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:10 [2022-08-31T15:47:10.637Z] --- SKIP: TestPauseStopPausedContainer (0.02s)
15:47:10 [2022-08-31T15:47:10.637Z] === RUN   TestPidHost
15:47:10 [2022-08-31T15:47:10.893Z] --- PASS: TestPidHost (0.86s)
15:47:10 [2022-08-31T15:47:10.893Z] === RUN   TestPsFilter
15:47:10 [2022-08-31T15:47:10.893Z] --- PASS: TestPsFilter (0.09s)
15:47:10 [2022-08-31T15:47:10.893Z] === RUN   TestRemoveContainerWithRemovedVolume
15:47:11 [2022-08-31T15:47:11.389Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
15:47:11 [2022-08-31T15:47:11.454Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s)
15:47:11 [2022-08-31T15:47:11.454Z] === RUN   TestRemoveContainerWithVolume
15:47:11 [2022-08-31T15:47:11.710Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
15:47:11 [2022-08-31T15:47:11.710Z] === RUN   TestRemoveContainerRunning
15:47:12 [2022-08-31T15:47:12.272Z] --- PASS: TestRemoveContainerRunning (0.40s)
15:47:12 [2022-08-31T15:47:12.272Z] === RUN   TestRemoveContainerForceRemoveRunning
15:47:12 [2022-08-31T15:47:12.528Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s)
15:47:12 [2022-08-31T15:47:12.528Z] === RUN   TestRemoveInvalidContainer
15:47:12 [2022-08-31T15:47:12.528Z] --- PASS: TestRemoveInvalidContainer (0.01s)
15:47:12 [2022-08-31T15:47:12.528Z] === RUN   TestRenameLinkedContainer
15:47:14 [2022-08-31T15:47:14.417Z] --- PASS: TestRenameLinkedContainer (1.66s)
15:47:14 [2022-08-31T15:47:14.417Z] === RUN   TestRenameStoppedContainer
15:47:14 [2022-08-31T15:47:14.673Z] --- PASS: TestRenameStoppedContainer (0.40s)
15:47:14 [2022-08-31T15:47:14.673Z] === RUN   TestRenameRunningContainerAndReuse
15:47:15 [2022-08-31T15:47:15.601Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s)
15:47:15 [2022-08-31T15:47:15.601Z] === RUN   TestRenameInvalidName
15:47:15 [2022-08-31T15:47:15.858Z] --- PASS: TestRenameInvalidName (0.42s)
15:47:15 [2022-08-31T15:47:15.858Z] === RUN   TestRenameAnonymousContainer
15:47:17 [2022-08-31T15:47:17.750Z] --- PASS: TestRenameAnonymousContainer (1.50s)
15:47:17 [2022-08-31T15:47:17.750Z] === RUN   TestRenameContainerWithSameName
15:47:17 [2022-08-31T15:47:17.750Z] --- PASS: TestRenameContainerWithSameName (0.41s)
15:47:17 [2022-08-31T15:47:17.750Z] === RUN   TestRenameContainerWithLinkedContainer
15:47:17 [2022-08-31T15:47:17.928Z] --- PASS: TestServiceUpdatePidsLimit (16.04s)
15:47:17 [2022-08-31T15:47:17.928Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
15:47:17 [2022-08-31T15:47:17.928Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
15:47:17 [2022-08-31T15:47:17.928Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
15:47:17 [2022-08-31T15:47:17.928Z] PASS
15:47:17 [2022-08-31T15:47:17.928Z] 
15:47:17 [2022-08-31T15:47:17.928Z] === Skipped
15:47:17 [2022-08-31T15:47:17.928Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
15:47:17 [2022-08-31T15:47:17.928Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:47:17 [2022-08-31T15:47:17.928Z] 
15:47:17 [2022-08-31T15:47:17.928Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
15:47:17 [2022-08-31T15:47:17.928Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
15:47:17 [2022-08-31T15:47:17.928Z] 
15:47:17 [2022-08-31T15:47:17.928Z] DONE 27 tests, 2 skipped in 133.624s
15:47:17 [2022-08-31T15:47:17.928Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
15:47:17 [2022-08-31T15:47:17.928Z] ++ 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
15:47:17 [2022-08-31T15:47:17.928Z] ++ set -e
15:47:17 [2022-08-31T15:47:17.928Z] ++ '[' -n 0 ']'
15:47:17 [2022-08-31T15:47:17.928Z] ++ set -x
15:47:17 [2022-08-31T15:47:17.928Z] ++ env -i DEST=/go/src/github.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
15:47:17 [2022-08-31T15:47:17.928Z] INFO: Testing against a local daemon
15:47:17 [2022-08-31T15:47:17.928Z] === RUN   TestSessionCreate
15:47:17 [2022-08-31T15:47:17.928Z] --- PASS: TestSessionCreate (0.02s)
15:47:17 [2022-08-31T15:47:17.928Z] === RUN   TestSessionCreateWithBadUpgrade
15:47:17 [2022-08-31T15:47:17.928Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
15:47:17 [2022-08-31T15:47:17.928Z] PASS
15:47:17 [2022-08-31T15:47:17.928Z] 
15:47:17 [2022-08-31T15:47:17.928Z] DONE 2 tests in 0.140s
15:47:17 [2022-08-31T15:47:17.928Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
15:47:17 [2022-08-31T15:47:17.928Z] ++ 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
15:47:17 [2022-08-31T15:47:17.928Z] ++ set -e
15:47:17 [2022-08-31T15:47:17.928Z] ++ '[' -n 0 ']'
15:47:17 [2022-08-31T15:47:17.928Z] ++ set -x
15:47:17 [2022-08-31T15:47:17.928Z] ++ env -i DEST=/go/src/github.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
15:47:17 [2022-08-31T15:47:17.928Z] INFO: Testing against a local daemon
15:47:17 [2022-08-31T15:47:17.928Z] === RUN   TestCgroupDriverSystemdMemoryLimit
15:47:17 [2022-08-31T15:47:17.928Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:47:17 [2022-08-31T15:47:17.928Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
15:47:17 [2022-08-31T15:47:17.928Z] === RUN   TestDiskUsage
15:47:17 [2022-08-31T15:47:17.928Z] === PAUSE TestDiskUsage
15:47:17 [2022-08-31T15:47:17.928Z] === RUN   TestEventsExecDie
15:47:18 [2022-08-31T15:47:18.491Z] --- PASS: TestEventsExecDie (0.49s)
15:47:18 [2022-08-31T15:47:18.491Z] === RUN   TestEventsBackwardsCompatible
15:47:18 [2022-08-31T15:47:18.491Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
15:47:18 [2022-08-31T15:47:18.491Z] === RUN   TestEventsVolumeCreate
15:47:18 [2022-08-31T15:47:18.491Z] --- PASS: TestEventsVolumeCreate (0.05s)
15:47:18 [2022-08-31T15:47:18.491Z] === RUN   TestInfoBinaryCommits
15:47:18 [2022-08-31T15:47:18.491Z] --- PASS: TestInfoBinaryCommits (0.02s)
15:47:18 [2022-08-31T15:47:18.491Z] === RUN   TestInfoAPIVersioned
15:47:18 [2022-08-31T15:47:18.491Z] --- PASS: TestInfoAPIVersioned (0.01s)
15:47:18 [2022-08-31T15:47:18.491Z] === RUN   TestInfoAPI
15:47:18 [2022-08-31T15:47:18.491Z] --- PASS: TestInfoAPI (0.02s)
15:47:18 [2022-08-31T15:47:18.491Z] === RUN   TestInfoAPIWarnings
15:47:18 [2022-08-31T15:47:18.679Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s)
15:47:18 [2022-08-31T15:47:18.679Z] === RUN   TestResize
15:47:19 [2022-08-31T15:47:19.242Z] --- PASS: TestResize (0.42s)
15:47:19 [2022-08-31T15:47:19.242Z] === RUN   TestResizeWithInvalidSize
15:47:19 [2022-08-31T15:47:19.499Z] --- PASS: TestResizeWithInvalidSize (0.43s)
15:47:19 [2022-08-31T15:47:19.499Z] === RUN   TestResizeWhenContainerNotStarted
15:47:20 [2022-08-31T15:47:20.062Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s)
15:47:20 [2022-08-31T15:47:20.062Z] === RUN   TestDaemonRestartKillContainers
15:47:20 [2022-08-31T15:47:20.062Z]     restart_test.go:22: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
15:47:20 [2022-08-31T15:47:20.062Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
15:47:20 [2022-08-31T15:47:20.062Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
15:47:20 [2022-08-31T15:47:20.062Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
15:47:20 [2022-08-31T15:47:20.992Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
15:47:21 [2022-08-31T15:47:21.349Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
15:47:21 [2022-08-31T15:47:21.556Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.74s)
15:47:21 [2022-08-31T15:47:21.556Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.86s)
15:47:21 [2022-08-31T15:47:21.556Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.88s)
15:47:21 [2022-08-31T15:47:21.556Z] === RUN   TestCgroupNamespacesRun
15:47:22 [2022-08-31T15:47:22.924Z] --- PASS: TestCgroupNamespacesRun (1.13s)
15:47:22 [2022-08-31T15:47:22.924Z] === RUN   TestCgroupNamespacesRunPrivileged
15:47:23 [2022-08-31T15:47:23.853Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.18s)
15:47:23 [2022-08-31T15:47:23.853Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
15:47:25 [2022-08-31T15:47:25.223Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s)
15:47:25 [2022-08-31T15:47:25.223Z] === RUN   TestCgroupNamespacesRunHostMode
15:47:26 [2022-08-31T15:47:26.152Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s)
15:47:26 [2022-08-31T15:47:26.152Z] === RUN   TestCgroupNamespacesRunPrivateMode
15:47:27 [2022-08-31T15:47:27.518Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s)
15:47:27 [2022-08-31T15:47:27.518Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
15:47:28 [2022-08-31T15:47:28.450Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s)
15:47:28 [2022-08-31T15:47:28.450Z] === RUN   TestCgroupNamespacesRunInvalidMode
15:47:29 [2022-08-31T15:47:29.403Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s)
15:47:29 [2022-08-31T15:47:29.403Z] === RUN   TestCgroupNamespacesRunOlderClient
15:47:30 [2022-08-31T15:47:30.343Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.20s)
15:47:30 [2022-08-31T15:47:30.343Z] === RUN   TestNISDomainname
15:47:30 [2022-08-31T15:47:30.343Z]     run_linux_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
15:47:30 [2022-08-31T15:47:30.343Z] --- SKIP: TestNISDomainname (0.02s)
15:47:30 [2022-08-31T15:47:30.343Z] === RUN   TestHostnameDnsResolution
15:47:31 [2022-08-31T15:47:31.278Z] --- PASS: TestHostnameDnsResolution (0.69s)
15:47:31 [2022-08-31T15:47:31.278Z] === RUN   TestUnprivilegedPortsAndPing
15:47:31 [2022-08-31T15:47:31.278Z]     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
15:47:31 [2022-08-31T15:47:31.278Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s)
15:47:31 [2022-08-31T15:47:31.278Z] === RUN   TestPrivilegedHostDevices
15:47:31 [2022-08-31T15:47:31.534Z] --- PASS: TestPrivilegedHostDevices (0.45s)
15:47:31 [2022-08-31T15:47:31.534Z] === RUN   TestRunConsoleSize
15:47:32 [2022-08-31T15:47:32.096Z] --- PASS: TestRunConsoleSize (0.42s)
15:47:32 [2022-08-31T15:47:32.096Z] === RUN   TestRunWithAlternativeContainerdShim
15:47:33 [2022-08-31T15:47:33.987Z] --- PASS: TestRunWithAlternativeContainerdShim (2.02s)
15:47:33 [2022-08-31T15:47:33.987Z] === RUN   TestStats
15:47:33 [2022-08-31T15:47:33.987Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:33 [2022-08-31T15:47:33.987Z] --- SKIP: TestStats (0.00s)
15:47:33 [2022-08-31T15:47:33.987Z] === RUN   TestStopContainerWithTimeout
15:47:33 [2022-08-31T15:47:33.987Z] === RUN   TestStopContainerWithTimeout/0
15:47:33 [2022-08-31T15:47:33.987Z] === PAUSE TestStopContainerWithTimeout/0
15:47:33 [2022-08-31T15:47:33.987Z] === RUN   TestStopContainerWithTimeout/1
15:47:33 [2022-08-31T15:47:33.987Z] === PAUSE TestStopContainerWithTimeout/1
15:47:33 [2022-08-31T15:47:33.987Z] === RUN   TestStopContainerWithTimeout/3
15:47:33 [2022-08-31T15:47:33.987Z] === PAUSE TestStopContainerWithTimeout/3
15:47:33 [2022-08-31T15:47:33.987Z] === RUN   TestStopContainerWithTimeout/-1
15:47:33 [2022-08-31T15:47:33.987Z] === PAUSE TestStopContainerWithTimeout/-1
15:47:33 [2022-08-31T15:47:33.987Z] === CONT  TestStopContainerWithTimeout/0
15:47:33 [2022-08-31T15:47:33.987Z] === CONT  TestStopContainerWithTimeout/3
15:47:34 [2022-08-31T15:47:34.549Z] === CONT  TestStopContainerWithTimeout/-1
15:47:35 [2022-08-31T15:47:35.577Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
15:47:36 [2022-08-31T15:47:36.557Z] --- PASS: TestInfoAPIWarnings (16.54s)
15:47:36 [2022-08-31T15:47:36.557Z] === RUN   TestInfoDebug
15:47:36 [2022-08-31T15:47:36.557Z] --- PASS: TestInfoDebug (0.52s)
15:47:36 [2022-08-31T15:47:36.557Z] === RUN   TestInfoInsecureRegistries
15:47:36 [2022-08-31T15:47:36.557Z] --- PASS: TestInfoInsecureRegistries (0.52s)
15:47:36 [2022-08-31T15:47:36.557Z] === RUN   TestInfoRegistryMirrors
15:47:36 [2022-08-31T15:47:36.557Z] --- PASS: TestInfoRegistryMirrors (0.52s)
15:47:36 [2022-08-31T15:47:36.557Z] === RUN   TestLoginFailsWithBadCredentials
15:47:37 [2022-08-31T15:47:37.064Z] === CONT  TestStopContainerWithTimeout/1
15:47:37 [2022-08-31T15:47:37.119Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
15:47:37 [2022-08-31T15:47:37.119Z] === RUN   TestPingCacheHeaders
15:47:37 [2022-08-31T15:47:37.119Z] --- PASS: TestPingCacheHeaders (0.02s)
15:47:37 [2022-08-31T15:47:37.119Z] === RUN   TestPingGet
15:47:37 [2022-08-31T15:47:37.119Z] --- PASS: TestPingGet (0.01s)
15:47:37 [2022-08-31T15:47:37.119Z] === RUN   TestPingHead
15:47:37 [2022-08-31T15:47:37.119Z] --- PASS: TestPingHead (0.02s)
15:47:37 [2022-08-31T15:47:37.119Z] === RUN   TestPingSwarmHeader
15:47:37 [2022-08-31T15:47:37.680Z] === RUN   TestPingSwarmHeader/before_swarm_init
15:47:38 [2022-08-31T15:47:38.242Z] === RUN   TestPingSwarmHeader/after_swarm_init
15:47:38 [2022-08-31T15:47:38.429Z] --- PASS: TestStopContainerWithTimeout (0.01s)
15:47:38 [2022-08-31T15:47:38.429Z]     --- PASS: TestStopContainerWithTimeout/0 (0.64s)
15:47:38 [2022-08-31T15:47:38.429Z]     --- PASS: TestStopContainerWithTimeout/3 (2.71s)
15:47:38 [2022-08-31T15:47:38.429Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.37s)
15:47:38 [2022-08-31T15:47:38.429Z]     --- PASS: TestStopContainerWithTimeout/1 (1.45s)
15:47:38 [2022-08-31T15:47:38.429Z] === RUN   TestDeleteDevicemapper
15:47:38 [2022-08-31T15:47:38.429Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:47:38 [2022-08-31T15:47:38.429Z] --- SKIP: TestDeleteDevicemapper (0.00s)
15:47:38 [2022-08-31T15:47:38.429Z] === RUN   TestStopContainerWithRestartPolicyAlways
15:47:39 [2022-08-31T15:47:39.171Z] === RUN   TestPingSwarmHeader/after_swarm_leave
15:47:39 [2022-08-31T15:47:39.171Z] --- PASS: TestPingSwarmHeader (2.06s)
15:47:39 [2022-08-31T15:47:39.171Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
15:47:39 [2022-08-31T15:47:39.171Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
15:47:39 [2022-08-31T15:47:39.171Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
15:47:39 [2022-08-31T15:47:39.171Z] === RUN   TestPingBuilderHeader
15:47:39 [2022-08-31T15:47:39.171Z] === RUN   TestPingBuilderHeader/default_config
15:47:39 [2022-08-31T15:47:39.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
15:47:39 [2022-08-31T15:47:39.738Z] === RUN   TestPingBuilderHeader/buildkit_disabled
15:47:39 [2022-08-31T15:47:39.795Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.45s)
15:47:39 [2022-08-31T15:47:39.795Z] === RUN   TestUpdateMemory
15:47:39 [2022-08-31T15:47:39.795Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:39 [2022-08-31T15:47:39.795Z] --- SKIP: TestUpdateMemory (0.00s)
15:47:39 [2022-08-31T15:47:39.795Z] === RUN   TestUpdateCPUQuota
15:47:39 [2022-08-31T15:47:39.795Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:39 [2022-08-31T15:47:39.795Z] --- SKIP: TestUpdateCPUQuota (0.00s)
15:47:39 [2022-08-31T15:47:39.795Z] === RUN   TestUpdatePidsLimit
15:47:39 [2022-08-31T15:47:39.795Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:39 [2022-08-31T15:47:39.795Z] --- SKIP: TestUpdatePidsLimit (0.00s)
15:47:39 [2022-08-31T15:47:39.795Z] === RUN   TestUpdateRestartPolicy
15:47:39 [2022-08-31T15:47:39.995Z] --- PASS: TestPingBuilderHeader (1.05s)
15:47:39 [2022-08-31T15:47:39.995Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
15:47:39 [2022-08-31T15:47:39.995Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
15:47:39 [2022-08-31T15:47:39.995Z] === RUN   TestVersion
15:47:40 [2022-08-31T15:47:40.251Z] --- PASS: TestVersion (0.02s)
15:47:40 [2022-08-31T15:47:40.251Z] === CONT  TestDiskUsage
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/empty
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/empty/container_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/empty/image_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/empty/volume_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/empty/build-cache_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/empty/container,_volume_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_LoadBusybox
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
15:47:40 [2022-08-31T15:47:40.814Z] === RUN   TestDiskUsage/after_container.Run
15:47:41 [2022-08-31T15:47:41.070Z] === RUN   TestDiskUsage/after_container.Run/container_types
15:47:41 [2022-08-31T15:47:41.070Z] === RUN   TestDiskUsage/after_container.Run/image_types
15:47:41 [2022-08-31T15:47:41.070Z] === RUN   TestDiskUsage/after_container.Run/volume_types
15:47:41 [2022-08-31T15:47:41.070Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
15:47:41 [2022-08-31T15:47:41.070Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
15:47:41 [2022-08-31T15:47:41.070Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
15:47:41 [2022-08-31T15:47:41.070Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
15:47:41 [2022-08-31T15:47:41.070Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
15:47:41 [2022-08-31T15:47:41.070Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
15:47:41 [2022-08-31T15:47:41.070Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
15:47:41 [2022-08-31T15:47:41.326Z] --- PASS: TestDiskUsage (1.15s)
15:47:41 [2022-08-31T15:47:41.326Z]     --- PASS: TestDiskUsage/empty (0.01s)
15:47:41 [2022-08-31T15:47:41.326Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]     --- PASS: TestDiskUsage/after_container.Run (0.31s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z] PASS
15:47:41 [2022-08-31T15:47:41.327Z] 
15:47:41 [2022-08-31T15:47:41.327Z] === Skipped
15:47:41 [2022-08-31T15:47:41.327Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
15:47:41 [2022-08-31T15:47:41.327Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:47:41 [2022-08-31T15:47:41.327Z] 
15:47:41 [2022-08-31T15:47:41.327Z] DONE 57 tests, 1 skipped in 23.583s
15:47:41 [2022-08-31T15:47:41.327Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
15:47:41 [2022-08-31T15:47:41.327Z] ++ 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
15:47:41 [2022-08-31T15:47:41.327Z] ++ set -e
15:47:41 [2022-08-31T15:47:41.327Z] ++ '[' -n 0 ']'
15:47:41 [2022-08-31T15:47:41.327Z] ++ set -x
15:47:41 [2022-08-31T15:47:41.327Z] ++ env -i DEST=/go/src/github.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
15:47:41 [2022-08-31T15:47:41.327Z] INFO: Testing against a local daemon
15:47:41 [2022-08-31T15:47:41.327Z] === RUN   TestVolumesCreateAndList
15:47:41 [2022-08-31T15:47:41.327Z] --- PASS: TestVolumesCreateAndList (0.02s)
15:47:41 [2022-08-31T15:47:41.327Z] === RUN   TestVolumesRemove
15:47:41 [2022-08-31T15:47:41.583Z] --- PASS: TestVolumesRemove (0.07s)
15:47:41 [2022-08-31T15:47:41.583Z] === RUN   TestVolumesInspect
15:47:41 [2022-08-31T15:47:41.583Z] --- PASS: TestVolumesInspect (0.02s)
15:47:41 [2022-08-31T15:47:41.583Z] === RUN   TestVolumesInvalidJSON
15:47:41 [2022-08-31T15:47:41.583Z] === RUN   TestVolumesInvalidJSON/volumes/create
15:47:41 [2022-08-31T15:47:41.583Z] === PAUSE TestVolumesInvalidJSON/volumes/create
15:47:41 [2022-08-31T15:47:41.583Z] === CONT  TestVolumesInvalidJSON/volumes/create
15:47:41 [2022-08-31T15:47:41.583Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
15:47:41 [2022-08-31T15:47:41.583Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
15:47:41 [2022-08-31T15:47:41.583Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
15:47:41 [2022-08-31T15:47:41.583Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
15:47:41 [2022-08-31T15:47:41.583Z] --- PASS: TestVolumesInvalidJSON (0.01s)
15:47:41 [2022-08-31T15:47:41.583Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
15:47:41 [2022-08-31T15:47:41.583Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
15:47:41 [2022-08-31T15:47:41.583Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
15:47:41 [2022-08-31T15:47:41.583Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
15:47:41 [2022-08-31T15:47:41.583Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
15:47:41 [2022-08-31T15:47:41.583Z] PASS
15:47:41 [2022-08-31T15:47:41.583Z] 
15:47:41 [2022-08-31T15:47:41.583Z] DONE 9 tests in 0.212s
15:47:41 [2022-08-31T15:47:41.583Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
15:47:41 [2022-08-31T15:47:41.583Z] ++++ cat bundles/test-integration/docker.pid
15:47:41 [2022-08-31T15:47:41.583Z] +++ kill 14786
15:47:41 [2022-08-31T15:47:41.839Z] +++ /etc/init.d/apparmor stop
15:47:41 [2022-08-31T15:47:41.839Z] Leaving: AppArmorNo profiles have been unloaded.
15:47:41 [2022-08-31T15:47:41.839Z] 
15:47:41 [2022-08-31T15:47:41.839Z] Unloading profiles will leave already running processes permanently
15:47:41 [2022-08-31T15:47:41.839Z] unconfined, which can lead to unexpected situations.
15:47:41 [2022-08-31T15:47:41.839Z] 
15:47:41 [2022-08-31T15:47:41.839Z] To set a process to complain mode, use the command line tool
15:47:41 [2022-08-31T15:47:41.839Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
15:47:41 [2022-08-31T15:47:41.839Z] +++ true
15:47:41 [2022-08-31T15:47:41.839Z] exiting test-integration
15:47:41 [2022-08-31T15:47:41.839Z] ++ exit 0
15:47:41 [2022-08-31T15:47:41.839Z] 
Post stage
[Pipeline] junit
15:47:42 [2022-08-31T15:47:42.778Z] Recording test results
15:47:42 [2022-08-31T15:47:42.957Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
15:47:43 [2022-08-31T15:47:43.281Z] + echo Ensuring container killed.
15:47:43 [2022-08-31T15:47:43.281Z] Ensuring container killed.
15:47:43 [2022-08-31T15:47:43.281Z] + docker rm -vf docker-pr1
15:47:43 [2022-08-31T15:47:43.281Z] Error: No such container: docker-pr1
[Pipeline] sh
15:47:43 [2022-08-31T15:47:43.556Z] + echo Chowning /workspace to jenkins user
15:47:43 [2022-08-31T15:47:43.556Z] Chowning /workspace to jenkins user
15:47:43 [2022-08-31T15:47:43.556Z] + id -u
15:47:43 [2022-08-31T15:47:43.556Z] + id -g
15:47:43 [2022-08-31T15:47:43.556Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44068:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
15:47:45 [2022-08-31T15:47:45.225Z] + bundleName=arm64-integration
15:47:45 [2022-08-31T15:47:45.225Z] + echo Creating arm64-integration-bundles.tar.gz
15:47:45 [2022-08-31T15:47:45.225Z] Creating arm64-integration-bundles.tar.gz
15:47:45 [2022-08-31T15:47:45.225Z] + xargs tar -czf arm64-integration-bundles.tar.gz
15:47:45 [2022-08-31T15:47:45.225Z] + 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
15:47:45 [2022-08-31T15:47:45.491Z] Archiving artifacts
15:47:45 [2022-08-31T15:47:45.732Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44068/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:47:46 [2022-08-31T15:47:46.029Z] + make clean
15:47:46 [2022-08-31T15:47:46.029Z] docker volume rm -f docker-dev-cache docker-mod-cache
15:47:46 [2022-08-31T15:47:46.029Z] docker-dev-cache
15:47:46 [2022-08-31T15:47:46.029Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
15:47:51 [2022-08-31T15:47:51.965Z] --- PASS: TestUpdateRestartPolicy (10.89s)
15:47:51 [2022-08-31T15:47:51.965Z] === RUN   TestUpdateRestartWithAutoRemove
15:47:51 [2022-08-31T15:47:51.965Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
15:47:51 [2022-08-31T15:47:51.965Z] === RUN   TestWaitNonBlocked
15:47:51 [2022-08-31T15:47:51.965Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
15:47:51 [2022-08-31T15:47:51.965Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
15:47:51 [2022-08-31T15:47:51.965Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
15:47:51 [2022-08-31T15:47:51.965Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
15:47:51 [2022-08-31T15:47:51.965Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
15:47:51 [2022-08-31T15:47:51.965Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
15:47:51 [2022-08-31T15:47:51.965Z] --- PASS: TestWaitNonBlocked (0.01s)
15:47:51 [2022-08-31T15:47:51.965Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.55s)
15:47:51 [2022-08-31T15:47:51.965Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s)
15:47:51 [2022-08-31T15:47:51.965Z] === RUN   TestWaitBlocked
15:47:51 [2022-08-31T15:47:51.965Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
15:47:51 [2022-08-31T15:47:51.965Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
15:47:51 [2022-08-31T15:47:51.965Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
15:47:51 [2022-08-31T15:47:51.965Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
15:47:51 [2022-08-31T15:47:51.965Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
15:47:51 [2022-08-31T15:47:51.965Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
15:47:52 [2022-08-31T15:47:52.221Z] --- PASS: TestWaitBlocked (0.01s)
15:47:52 [2022-08-31T15:47:52.221Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.60s)
15:47:52 [2022-08-31T15:47:52.221Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.73s)
15:47:52 [2022-08-31T15:47:52.221Z] === RUN   TestWaitConditions
15:47:52 [2022-08-31T15:47:52.221Z] === RUN   TestWaitConditions/default
15:47:52 [2022-08-31T15:47:52.221Z] === PAUSE TestWaitConditions/default
15:47:52 [2022-08-31T15:47:52.221Z] === RUN   TestWaitConditions/not-running
15:47:52 [2022-08-31T15:47:52.221Z] === PAUSE TestWaitConditions/not-running
15:47:52 [2022-08-31T15:47:52.221Z] === RUN   TestWaitConditions/next-exit
15:47:52 [2022-08-31T15:47:52.221Z] === PAUSE TestWaitConditions/next-exit
15:47:52 [2022-08-31T15:47:52.221Z] === RUN   TestWaitConditions/removed
15:47:52 [2022-08-31T15:47:52.221Z] === PAUSE TestWaitConditions/removed
15:47:52 [2022-08-31T15:47:52.221Z] === CONT  TestWaitConditions/default
15:47:52 [2022-08-31T15:47:52.221Z] === CONT  TestWaitConditions/next-exit
15:47:52 [2022-08-31T15:47:52.478Z]     wait_test.go:146: ContainerID = 79ab9710cc1b079e169257ba163b9f2a4c85b3994972c3b3dc413166aa322ffd
15:47:52 [2022-08-31T15:47:52.478Z] === CONT  TestWaitConditions/default
15:47:52 [2022-08-31T15:47:52.478Z]     wait_test.go:146: ContainerID = 9bf7499938d87afd650df3f0c076e12a328af0cccd5027738c03d61dece1b973
15:47:53 [2022-08-31T15:47:53.041Z] === CONT  TestWaitConditions/removed
15:47:53 [2022-08-31T15:47:53.041Z]     wait_test.go:146: ContainerID = 709900ab2b2d3676c5862be90add5b1e42ba031636e059456061999d484042f6
15:47:53 [2022-08-31T15:47:53.041Z] === CONT  TestWaitConditions/not-running
15:47:53 [2022-08-31T15:47:53.041Z]     wait_test.go:146: ContainerID = 3320de8fc52a5ff345c0db43efd0f86e5a06db2dfa5d1cf755c7faafa426f915
15:47:53 [2022-08-31T15:47:53.605Z] --- PASS: TestWaitConditions (0.01s)
15:47:53 [2022-08-31T15:47:53.605Z]     --- PASS: TestWaitConditions/next-exit (0.53s)
15:47:53 [2022-08-31T15:47:53.605Z]     --- PASS: TestWaitConditions/default (0.67s)
15:47:53 [2022-08-31T15:47:53.605Z]     --- PASS: TestWaitConditions/removed (0.62s)
15:47:53 [2022-08-31T15:47:53.605Z]     --- PASS: TestWaitConditions/not-running (0.53s)
15:47:53 [2022-08-31T15:47:53.605Z] === RUN   TestWaitRestartedContainer
15:47:53 [2022-08-31T15:47:53.605Z] === RUN   TestWaitRestartedContainer/default
15:47:53 [2022-08-31T15:47:53.605Z] === PAUSE TestWaitRestartedContainer/default
15:47:53 [2022-08-31T15:47:53.605Z] === RUN   TestWaitRestartedContainer/not-running
15:47:53 [2022-08-31T15:47:53.605Z] === PAUSE TestWaitRestartedContainer/not-running
15:47:53 [2022-08-31T15:47:53.605Z] === RUN   TestWaitRestartedContainer/next-exit
15:47:53 [2022-08-31T15:47:53.605Z] === PAUSE TestWaitRestartedContainer/next-exit
15:47:53 [2022-08-31T15:47:53.605Z] === CONT  TestWaitRestartedContainer/default
15:47:53 [2022-08-31T15:47:53.605Z] === CONT  TestWaitRestartedContainer/next-exit
15:47:53 [2022-08-31T15:47:53.659Z] tests/integration/api_volume_test.py .........                           [ 74%]
15:47:53 [2022-08-31T15:47:53.659Z] tests/integration/client_test.py .....                                   [ 75%]
15:47:53 [2022-08-31T15:47:53.659Z] tests/integration/context_api_test.py ...                                [ 76%]
15:47:53 [2022-08-31T15:47:53.659Z] tests/integration/errors_test.py .                                       [ 76%]
15:47:54 [2022-08-31T15:47:54.971Z] === CONT  TestWaitRestartedContainer/not-running
15:47:55 [2022-08-31T15:47:55.899Z] --- PASS: TestWaitRestartedContainer (0.02s)
15:47:55 [2022-08-31T15:47:55.899Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.37s)
15:47:55 [2022-08-31T15:47:55.899Z]     --- PASS: TestWaitRestartedContainer/default (1.40s)
15:47:55 [2022-08-31T15:47:55.899Z]     --- PASS: TestWaitRestartedContainer/not-running (0.90s)
15:47:55 [2022-08-31T15:47:55.899Z] === CONT  TestDaemonRestartIpcMode
15:47:55 [2022-08-31T15:47:55.899Z] === CONT  TestIpcModeOlderClient
15:47:55 [2022-08-31T15:47:55.899Z] --- PASS: TestIpcModeOlderClient (0.07s)
15:47:55 [2022-08-31T15:47:55.899Z] === CONT  TestRestartDaemonWithRestartingContainer
15:47:58 [2022-08-31T15:47:58.420Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.56s)
15:47:58 [2022-08-31T15:47:58.676Z] --- PASS: TestDaemonRestartIpcMode (2.81s)
15:47:58 [2022-08-31T15:47:58.676Z] PASS
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === Skipped
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.03s)
15:47:58 [2022-08-31T15:47:58.676Z]     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)
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     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)
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     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)
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestPause (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s)
15:47:58 [2022-08-31T15:47:58.676Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     restart_test.go:22: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s)
15:47:58 [2022-08-31T15:47:58.676Z]     run_linux_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     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
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestStats (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
15:47:58 [2022-08-31T15:47:58.676Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
15:47:58 [2022-08-31T15:47:58.676Z] 
15:47:58 [2022-08-31T15:47:58.676Z] DONE 250 tests, 27 skipped in 86.197s
15:47:58 [2022-08-31T15:47:58.676Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
15:47:58 [2022-08-31T15:47:58.676Z] === RUN   TestConfigDaemonLibtrustID
15:47:59 [2022-08-31T15:47:59.238Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
15:47:59 [2022-08-31T15:47:59.238Z] === RUN   TestConfigDaemonID
15:48:00 [2022-08-31T15:48:00.608Z]     daemon_test.go:83: [d683b1bb6cce0] daemon is not started
15:48:00 [2022-08-31T15:48:00.608Z] --- PASS: TestConfigDaemonID (1.08s)
15:48:00 [2022-08-31T15:48:00.608Z] === RUN   TestDaemonConfigValidation
15:48:00 [2022-08-31T15:48:00.608Z] === RUN   TestDaemonConfigValidation/config_with_no_content
15:48:00 [2022-08-31T15:48:00.608Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
15:48:00 [2022-08-31T15:48:00.608Z] === RUN   TestDaemonConfigValidation/config_with_{}
15:48:00 [2022-08-31T15:48:00.608Z] === PAUSE TestDaemonConfigValidation/config_with_{}
15:48:00 [2022-08-31T15:48:00.608Z] === RUN   TestDaemonConfigValidation/invalid_config
15:48:00 [2022-08-31T15:48:00.608Z] === PAUSE TestDaemonConfigValidation/invalid_config
15:48:00 [2022-08-31T15:48:00.608Z] === RUN   TestDaemonConfigValidation/malformed_config
15:48:00 [2022-08-31T15:48:00.608Z] === PAUSE TestDaemonConfigValidation/malformed_config
15:48:00 [2022-08-31T15:48:00.608Z] === RUN   TestDaemonConfigValidation/valid_config
15:48:00 [2022-08-31T15:48:00.608Z] === PAUSE TestDaemonConfigValidation/valid_config
15:48:00 [2022-08-31T15:48:00.608Z] === CONT  TestDaemonConfigValidation/config_with_no_content
15:48:00 [2022-08-31T15:48:00.608Z] === CONT  TestDaemonConfigValidation/malformed_config
15:48:00 [2022-08-31T15:48:00.608Z] === CONT  TestDaemonConfigValidation/invalid_config
15:48:00 [2022-08-31T15:48:00.608Z] === CONT  TestDaemonConfigValidation/config_with_{}
15:48:00 [2022-08-31T15:48:00.608Z] === CONT  TestDaemonConfigValidation/valid_config
15:48:00 [2022-08-31T15:48:00.608Z] --- PASS: TestDaemonConfigValidation (0.00s)
15:48:00 [2022-08-31T15:48:00.608Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
15:48:00 [2022-08-31T15:48:00.608Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
15:48:00 [2022-08-31T15:48:00.608Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s)
15:48:00 [2022-08-31T15:48:00.608Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.10s)
15:48:00 [2022-08-31T15:48:00.608Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
15:48:00 [2022-08-31T15:48:00.608Z] === RUN   TestConfigDaemonSeccompProfiles
15:48:00 [2022-08-31T15:48:00.608Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
15:48:01 [2022-08-31T15:48:01.979Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
15:48:02 [2022-08-31T15:48:02.907Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
15:48:03 [2022-08-31T15:48:03.835Z] === CONT  TestConfigDaemonSeccompProfiles
15:48:03 [2022-08-31T15:48:03.835Z]     daemon_test.go:197: [d1c656503c6b0] daemon is not started
15:48:03 [2022-08-31T15:48:03.835Z] --- PASS: TestConfigDaemonSeccompProfiles (3.27s)
15:48:03 [2022-08-31T15:48:03.835Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s)
15:48:03 [2022-08-31T15:48:03.835Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s)
15:48:03 [2022-08-31T15:48:03.835Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s)
15:48:03 [2022-08-31T15:48:03.835Z] === RUN   TestDaemonProxy
15:48:03 [2022-08-31T15:48:03.835Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
15:48:03 [2022-08-31T15:48:03.835Z] --- SKIP: TestDaemonProxy (0.00s)
15:48:03 [2022-08-31T15:48:03.835Z] PASS
15:48:03 [2022-08-31T15:48:03.835Z] 
15:48:03 [2022-08-31T15:48:03.835Z] === Skipped
15:48:03 [2022-08-31T15:48:03.835Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s)
15:48:03 [2022-08-31T15:48:03.835Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
15:48:03 [2022-08-31T15:48:03.835Z] 
15:48:03 [2022-08-31T15:48:03.835Z] DONE 13 tests, 1 skipped in 5.268s
15:48:03 [2022-08-31T15:48:03.835Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
15:48:04 [2022-08-31T15:48:04.091Z] INFO: Testing against a local daemon
15:48:04 [2022-08-31T15:48:04.091Z] === RUN   TestCommitInheritsEnv
15:48:05 [2022-08-31T15:48:05.998Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
15:48:05 [2022-08-31T15:48:05.998Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
15:48:06 [2022-08-31T15:48:06.606Z] --- PASS: TestCommitInheritsEnv (2.02s)
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImportExtremelyLargeImageWorks
15:48:06 [2022-08-31T15:48:06.606Z] === PAUSE TestImportExtremelyLargeImageWorks
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImportWithCustomPlatform
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImportWithCustomPlatform/#00
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImportWithCustomPlatform/_______
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImportWithCustomPlatform//
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImportWithCustomPlatform/linux
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImportWithCustomPlatform/LINUX
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImportWithCustomPlatform/macos
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImportWithCustomPlatform/macos/arm64
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImportWithCustomPlatform/nintendo64
15:48:06 [2022-08-31T15:48:06.606Z] --- PASS: TestImportWithCustomPlatform (0.31s)
15:48:06 [2022-08-31T15:48:06.606Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
15:48:06 [2022-08-31T15:48:06.606Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
15:48:06 [2022-08-31T15:48:06.606Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
15:48:06 [2022-08-31T15:48:06.606Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
15:48:06 [2022-08-31T15:48:06.606Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
15:48:06 [2022-08-31T15:48:06.606Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
15:48:06 [2022-08-31T15:48:06.606Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
15:48:06 [2022-08-31T15:48:06.606Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
15:48:06 [2022-08-31T15:48:06.606Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImagesFilterMultiReference
15:48:06 [2022-08-31T15:48:06.606Z] --- PASS: TestImagesFilterMultiReference (0.07s)
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestImagePullPlatformInvalid
15:48:06 [2022-08-31T15:48:06.606Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
15:48:06 [2022-08-31T15:48:06.606Z] === RUN   TestRemoveImageOrphaning
15:48:07 [2022-08-31T15:48:07.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
15:48:08 [2022-08-31T15:48:08.494Z] --- PASS: TestRemoveImageOrphaning (1.60s)
15:48:08 [2022-08-31T15:48:08.494Z] === RUN   TestRemoveImageGarbageCollector
15:48:08 [2022-08-31T15:48:08.494Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
15:48:08 [2022-08-31T15:48:08.494Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
15:48:08 [2022-08-31T15:48:08.494Z] === RUN   TestTagUnprefixedRepoByNameOrName
15:48:08 [2022-08-31T15:48:08.494Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
15:48:08 [2022-08-31T15:48:08.494Z] === RUN   TestTagInvalidReference
15:48:08 [2022-08-31T15:48:08.494Z] --- PASS: TestTagInvalidReference (0.02s)
15:48:08 [2022-08-31T15:48:08.494Z] === RUN   TestTagValidPrefixedRepo
15:48:08 [2022-08-31T15:48:08.494Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
15:48:08 [2022-08-31T15:48:08.494Z] === RUN   TestTagExistedNameWithoutForce
15:48:08 [2022-08-31T15:48:08.494Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
15:48:08 [2022-08-31T15:48:08.494Z] === RUN   TestTagOfficialNames
15:48:08 [2022-08-31T15:48:08.494Z] --- PASS: TestTagOfficialNames (0.05s)
15:48:08 [2022-08-31T15:48:08.494Z] === RUN   TestTagMatchesDigest
15:48:08 [2022-08-31T15:48:08.494Z] --- PASS: TestTagMatchesDigest (0.01s)
15:48:08 [2022-08-31T15:48:08.494Z] === CONT  TestImportExtremelyLargeImageWorks
15:48:09 [2022-08-31T15:48:09.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
15:48:11 [2022-08-31T15:48:11.818Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
15:48:12 [2022-08-31T15:48:12.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
15:48:12 [2022-08-31T15:48:12.614Z] tests/integration/models_containers_test.py ............................ [ 83%]
15:48:14 [2022-08-31T15:48:14.928Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
15:48:21 [2022-08-31T15:48:21.542Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
15:48:24 [2022-08-31T15:48:24.074Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
15:48:26 [2022-08-31T15:48:26.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
15:48:27 [2022-08-31T15:48:27.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
15:48:28 [2022-08-31T15:48:28.860Z] .........                                                                [ 85%]
15:48:30 [2022-08-31T15:48:30.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
15:48:33 [2022-08-31T15:48:33.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
15:48:33 [2022-08-31T15:48:33.751Z] tests/integration/models_images_test.py ...............                  [ 89%]
15:48:35 [2022-08-31T15:48:35.206Z] tests/integration/models_networks_test.py ....                           [ 90%]
15:48:36 [2022-08-31T15:48:36.341Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
15:48:38 [2022-08-31T15:48:38.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
15:48:41 [2022-08-31T15:48:41.532Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
15:48:41 [2022-08-31T15:48:41.770Z] tests/integration/models_nodes_test.py .                                 [ 90%]
15:48:41 [2022-08-31T15:48:41.770Z] tests/integration/models_resources_test.py .                             [ 91%]
15:48:43 [2022-08-31T15:48:43.435Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
15:48:43 [2022-08-31T15:48:43.436Z] Using test binary docker
15:48:43 [2022-08-31T15:48:43.436Z] +++ /etc/init.d/apparmor start
15:48:43 [2022-08-31T15:48:43.695Z] Not: starting.
15:48:43 [2022-08-31T15:48:43.695Z] INFO: Waiting for daemon to start...
15:48:43 [2022-08-31T15:48:43.695Z] Starting dockerd
15:48:43 [2022-08-31T15:48:43.695Z] +++ 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
15:48:46 [2022-08-31T15:48:46.229Z] .
15:48:46 [2022-08-31T15:48:46.229Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
15:48:46 [2022-08-31T15:48:46.229Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
15:48:46 [2022-08-31T15:48:46.229Z] Error: No such image: emptyfs
15:48:46 [2022-08-31T15:48:46.229Z] ++++ tar -cC bundles/test-integration/emptyfs .
15:48:46 [2022-08-31T15:48:46.229Z] ++++ docker load
15:48:46 [2022-08-31T15:48:46.488Z] Loaded image: emptyfs:latest
15:48:46 [2022-08-31T15:48:46.488Z] Running integration-test (iteration 1)
15:48:46 [2022-08-31T15:48:46.488Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
15:48:46 [2022-08-31T15:48:46.488Z] ++ 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
15:48:46 [2022-08-31T15:48:46.488Z] ++ set -e
15:48:46 [2022-08-31T15:48:46.488Z] ++ '[' -n 0 ']'
15:48:46 [2022-08-31T15:48:46.488Z] ++ set -x
15:48:46 [2022-08-31T15:48:46.488Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
15:48:47 [2022-08-31T15:48:47.424Z] Loaded image: busybox:latest
15:48:47 [2022-08-31T15:48:47.867Z] tests/integration/models_services_test.py ................X.             [ 95%]
15:48:47 [2022-08-31T15:48:47.993Z] Loaded image: busybox:glibc
15:48:52 [2022-08-31T15:48:52.183Z] Loaded image: debian:bullseye-slim
15:48:52 [2022-08-31T15:48:52.441Z] Loaded image: hello-world:latest
15:48:52 [2022-08-31T15:48:52.700Z] Loaded image: arm32v7/hello-world:latest
15:48:52 [2022-08-31T15:48:52.701Z] INFO: Testing against a local daemon
15:48:52 [2022-08-31T15:48:52.701Z] === RUN   TestCgroupNamespacesBuild
15:48:55 [2022-08-31T15:48:55.041Z] tests/integration/models_swarm_test.py ..                                [ 96%]
15:48:55 [2022-08-31T15:48:55.041Z] tests/integration/models_volumes_test.py ..                              [ 96%]
15:48:55 [2022-08-31T15:48:55.233Z] --- PASS: TestCgroupNamespacesBuild (2.41s)
15:48:55 [2022-08-31T15:48:55.233Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
15:48:57 [2022-08-31T15:48:57.136Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.04s)
15:48:57 [2022-08-31T15:48:57.136Z] === RUN   TestBuildWithSession
15:48:57 [2022-08-31T15:48:57.136Z]     build_session_test.go:25: TODO: BuildKit
15:48:57 [2022-08-31T15:48:57.136Z] --- SKIP: TestBuildWithSession (0.00s)
15:48:57 [2022-08-31T15:48:57.136Z] === RUN   TestBuildSquashParent
15:48:58 [2022-08-31T15:48:58.661Z] tests/integration/regression_test.py ......                              [ 98%]
15:48:59 [2022-08-31T15:48:59.179Z] tests/integration/credentials/store_test.py ......                       [ 99%]
15:48:59 [2022-08-31T15:48:59.180Z] tests/integration/credentials/utils_test.py .                            [100%]
15:48:59 [2022-08-31T15:48:59.180Z] 
15:48:59 [2022-08-31T15:48:59.180Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
15:48:59 [2022-08-31T15:48:59.180Z] =========================== short test summary info ============================
15:48:59 [2022-08-31T15:48:59.180Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
15:48:59 [2022-08-31T15:48:59.180Z]   CONFIG_RT_GROUP_SCHED isn't enabled
15:48:59 [2022-08-31T15:48:59.180Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
15:48:59 [2022-08-31T15:48:59.180Z]   Not supported on most drivers
15:48:59 [2022-08-31T15:48:59.180Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
15:48:59 [2022-08-31T15:48:59.180Z]   Output of docker top depends on host distro, and is not formalized.
15:48:59 [2022-08-31T15:48:59.180Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
15:48:59 [2022-08-31T15:48:59.180Z]   Output of docker top depends on host distro, and is not formalized.
15:48:59 [2022-08-31T15:48:59.180Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
15:48:59 [2022-08-31T15:48:59.180Z]   Can fail if eth0 has multiple IP addresses
15:48:59 [2022-08-31T15:48:59.180Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
15:48:59 [2022-08-31T15:48:59.180Z]   This doesn't seem to be taken into account by the engine
15:48:59 [2022-08-31T15:48:59.180Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
15:48:59 [2022-08-31T15:48:59.180Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
15:48:59 [2022-08-31T15:48:59.180Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 293.52 seconds ==
15:48:59 [2022-08-31T15:48:59.438Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
15:49:07 [2022-08-31T15:49:07.115Z] --- PASS: TestBuildSquashParent (9.62s)
15:49:07 [2022-08-31T15:49:07.115Z] === RUN   TestBuildWithRemoveAndForceRemove
15:49:07 [2022-08-31T15:49:07.115Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:49:07 [2022-08-31T15:49:07.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:49:07 [2022-08-31T15:49:07.115Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:49:07 [2022-08-31T15:49:07.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:49:07 [2022-08-31T15:49:07.115Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:49:07 [2022-08-31T15:49:07.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:49:07 [2022-08-31T15:49:07.115Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:49:07 [2022-08-31T15:49:07.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:49:07 [2022-08-31T15:49:07.115Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:49:07 [2022-08-31T15:49:07.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
15:49:07 [2022-08-31T15:49:07.115Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:49:07 [2022-08-31T15:49:07.115Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:49:07 [2022-08-31T15:49:07.115Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
15:49:07 [2022-08-31T15:49:07.115Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
15:49:10 [2022-08-31T15:49:10.404Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
15:49:10 [2022-08-31T15:49:10.404Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
15:49:11 [2022-08-31T15:49:11.671Z] Leaving: AppArmorNo profiles have been unloaded.
15:49:11 [2022-08-31T15:49:11.671Z] 
15:49:11 [2022-08-31T15:49:11.671Z] Unloading profiles will leave already running processes permanently
15:49:11 [2022-08-31T15:49:11.671Z] unconfined, which can lead to unexpected situations.
15:49:11 [2022-08-31T15:49:11.671Z] 
15:49:11 [2022-08-31T15:49:11.671Z] To set a process to complain mode, use the command line tool
15:49:11 [2022-08-31T15:49:11.671Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
15:49:11 [2022-08-31T15:49:11.671Z] 
Post stage
[Pipeline] junit
15:49:11 [2022-08-31T15:49:11.684Z] Recording test results
15:49:11 [2022-08-31T15:49:11.794Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
15:49:12 [2022-08-31T15:49:12.069Z] + echo Ensuring container killed.
15:49:12 [2022-08-31T15:49:12.070Z] Ensuring container killed.
15:49:12 [2022-08-31T15:49:12.070Z] + docker rm -vf docker-pr1
15:49:12 [2022-08-31T15:49:12.070Z] Error: No such container: docker-pr1
[Pipeline] sh
15:49:12 [2022-08-31T15:49:12.351Z] + echo Chowning /workspace to jenkins user
15:49:12 [2022-08-31T15:49:12.351Z] Chowning /workspace to jenkins user
15:49:12 [2022-08-31T15:49:12.351Z] + id -u
15:49:12 [2022-08-31T15:49:12.351Z] + id -g
15:49:12 [2022-08-31T15:49:12.351Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44068:/workspace busybox chown -R 1000:1000 /workspace
15:49:13 [2022-08-31T15:49:13.693Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
15:49:13 [2022-08-31T15:49:13.693Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
15:49:14 [2022-08-31T15:49:14.021Z] + bundleName=docker-py
15:49:14 [2022-08-31T15:49:14.021Z] + echo Creating docker-py-bundles.tar.gz
15:49:14 [2022-08-31T15:49:14.021Z] Creating docker-py-bundles.tar.gz
15:49:14 [2022-08-31T15:49:14.021Z] + 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
15:49:14 [2022-08-31T15:49:14.033Z] Archiving artifacts
15:49:14 [2022-08-31T15:49:14.235Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44068/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
15:49:14 [2022-08-31T15:49:14.577Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -e DOCKER_GRAPHDRIVER docker:5591187178010bd407f0784bf83909ec395d7b97 hack/make.sh binary
15:49:15 [2022-08-31T15:49:15.145Z] 
15:49:15 [2022-08-31T15:49:15.145Z] Removing bundles/
15:49:15 [2022-08-31T15:49:15.145Z] 
15:49:15 [2022-08-31T15:49:15.145Z] ---> Making bundle: binary (in bundles/binary)
15:49:15 [2022-08-31T15:49:15.145Z] Building: bundles/binary-daemon/dockerd
15:49:15 [2022-08-31T15:49:15.145Z] GOOS="" GOARCH="" GOARM=""
15:49:16 [2022-08-31T15:49:16.981Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
15:49:16 [2022-08-31T15:49:16.981Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.20s)
15:49:16 [2022-08-31T15:49:16.981Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.28s)
15:49:16 [2022-08-31T15:49:16.981Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.18s)
15:49:16 [2022-08-31T15:49:16.981Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.27s)
15:49:16 [2022-08-31T15:49:16.981Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.37s)
15:49:16 [2022-08-31T15:49:16.981Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.46s)
15:49:16 [2022-08-31T15:49:16.981Z] === RUN   TestBuildMultiStageCopy
15:49:16 [2022-08-31T15:49:16.981Z] === RUN   TestBuildMultiStageCopy/copy_to_root
15:49:19 [2022-08-31T15:49:19.516Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
15:49:20 [2022-08-31T15:49:20.084Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
15:49:20 [2022-08-31T15:49:20.652Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
15:49:21 [2022-08-31T15:49:21.258Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
15:49:21 [2022-08-31T15:49:21.846Z] --- PASS: TestBuildMultiStageCopy (5.13s)
15:49:21 [2022-08-31T15:49:21.846Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.82s)
15:49:21 [2022-08-31T15:49:21.846Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.58s)
15:49:21 [2022-08-31T15:49:21.846Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s)
15:49:21 [2022-08-31T15:49:21.846Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s)
15:49:21 [2022-08-31T15:49:21.846Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s)
15:49:21 [2022-08-31T15:49:21.846Z] === RUN   TestBuildMultiStageParentConfig
15:49:23 [2022-08-31T15:49:23.231Z] --- PASS: TestBuildMultiStageParentConfig (1.46s)
15:49:23 [2022-08-31T15:49:23.231Z] === RUN   TestBuildLabelWithTargets
15:49:25 [2022-08-31T15:49:25.761Z] --- PASS: TestBuildLabelWithTargets (2.19s)
15:49:25 [2022-08-31T15:49:25.761Z] === RUN   TestBuildWithEmptyLayers
15:49:26 [2022-08-31T15:49:26.700Z] --- PASS: TestBuildWithEmptyLayers (1.12s)
15:49:26 [2022-08-31T15:49:26.700Z] === RUN   TestBuildMultiStageOnBuild
15:49:29 [2022-08-31T15:49:29.991Z] --- PASS: TestBuildMultiStageOnBuild (3.05s)
15:49:29 [2022-08-31T15:49:29.991Z] === RUN   TestBuildUncleanTarFilenames
15:49:31 [2022-08-31T15:49:31.897Z] --- PASS: TestBuildUncleanTarFilenames (1.86s)
15:49:31 [2022-08-31T15:49:31.897Z] === RUN   TestBuildMultiStageLayerLeak
15:49:35 [2022-08-31T15:49:35.187Z] --- PASS: TestBuildMultiStageLayerLeak (3.34s)
15:49:35 [2022-08-31T15:49:35.187Z] === RUN   TestBuildWithHugeFile
15:49:44 [2022-08-31T15:49:44.878Z] --- PASS: TestImportExtremelyLargeImageWorks (92.22s)
15:49:44 [2022-08-31T15:49:44.878Z] PASS
15:49:44 [2022-08-31T15:49:44.878Z] 
15:49:44 [2022-08-31T15:49:44.878Z] === Skipped
15:49:44 [2022-08-31T15:49:44.878Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
15:49:44 [2022-08-31T15:49:44.878Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
15:49:44 [2022-08-31T15:49:44.878Z] 
15:49:44 [2022-08-31T15:49:44.878Z] DONE 22 tests, 1 skipped in 96.629s
15:49:44 [2022-08-31T15:49:44.878Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
15:49:44 [2022-08-31T15:49:44.878Z] === RUN   TestStripANSICommands
15:49:44 [2022-08-31T15:49:44.878Z] === RUN   TestStripANSICommands/#00
15:49:44 [2022-08-31T15:49:44.878Z] === RUN   TestStripANSICommands/#01
15:49:44 [2022-08-31T15:49:44.878Z] --- PASS: TestStripANSICommands (0.00s)
15:49:44 [2022-08-31T15:49:44.878Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
15:49:44 [2022-08-31T15:49:44.878Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
15:49:44 [2022-08-31T15:49:44.878Z] PASS
15:49:44 [2022-08-31T15:49:44.878Z] 
15:49:44 [2022-08-31T15:49:44.878Z] DONE 3 tests in 0.039s
15:49:44 [2022-08-31T15:49:44.878Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
15:49:44 [2022-08-31T15:49:44.878Z] INFO: Testing against a local daemon
15:49:44 [2022-08-31T15:49:44.878Z] === RUN   TestNetworkCreateDelete
15:49:44 [2022-08-31T15:49:44.878Z] --- PASS: TestNetworkCreateDelete (0.12s)
15:49:44 [2022-08-31T15:49:44.878Z] === RUN   TestDockerNetworkDeletePreferID
15:49:44 [2022-08-31T15:49:44.878Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
15:49:44 [2022-08-31T15:49:44.878Z] === RUN   TestDaemonDNSFallback
15:49:48 [2022-08-31T15:49:48.144Z] --- PASS: TestDaemonDNSFallback (6.31s)
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestInspectNetwork
15:49:48 [2022-08-31T15:49:48.144Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:49:48 [2022-08-31T15:49:48.144Z] --- SKIP: TestInspectNetwork (0.00s)
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestRunContainerWithBridgeNone
15:49:48 [2022-08-31T15:49:48.144Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.144Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/create
15:49:48 [2022-08-31T15:49:48.144Z] === PAUSE TestNetworkInvalidJSON/networks/create
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
15:49:48 [2022-08-31T15:49:48.144Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
15:49:48 [2022-08-31T15:49:48.144Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
15:49:48 [2022-08-31T15:49:48.144Z] === CONT  TestNetworkInvalidJSON/networks/create
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
15:49:48 [2022-08-31T15:49:48.144Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
15:49:48 [2022-08-31T15:49:48.144Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
15:49:48 [2022-08-31T15:49:48.144Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
15:49:48 [2022-08-31T15:49:48.144Z] --- PASS: TestNetworkInvalidJSON (0.01s)
15:49:48 [2022-08-31T15:49:48.144Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
15:49:48 [2022-08-31T15:49:48.144Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
15:49:48 [2022-08-31T15:49:48.144Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
15:49:48 [2022-08-31T15:49:48.144Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
15:49:48 [2022-08-31T15:49:48.144Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
15:49:48 [2022-08-31T15:49:48.144Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
15:49:48 [2022-08-31T15:49:48.144Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
15:49:48 [2022-08-31T15:49:48.144Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
15:49:48 [2022-08-31T15:49:48.144Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
15:49:48 [2022-08-31T15:49:48.144Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
15:49:48 [2022-08-31T15:49:48.144Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestNetworkList
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestNetworkList//networks
15:49:48 [2022-08-31T15:49:48.145Z] === PAUSE TestNetworkList//networks
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestNetworkList//networks/
15:49:48 [2022-08-31T15:49:48.145Z] === PAUSE TestNetworkList//networks/
15:49:48 [2022-08-31T15:49:48.145Z] === CONT  TestNetworkList//networks
15:49:48 [2022-08-31T15:49:48.145Z] === CONT  TestNetworkList//networks/
15:49:48 [2022-08-31T15:49:48.145Z] --- PASS: TestNetworkList (0.01s)
15:49:48 [2022-08-31T15:49:48.145Z]     --- PASS: TestNetworkList//networks/ (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]     --- PASS: TestNetworkList//networks (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestHostIPv4BridgeLabel
15:49:48 [2022-08-31T15:49:48.145Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestDaemonRestartWithLiveRestore
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestDaemonDefaultNetworkPools
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestDaemonRestartWithExistingNetwork
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestServiceWithPredefinedNetwork
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestServiceRemoveKeepsIngressNetwork
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:243: FLAKY_TEST
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestServiceWithDataPathPortInit
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestServiceWithDefaultAddressPoolInit
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] PASS
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === Skipped
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:243: FLAKY_TEST
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s)
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] DONE 34 tests, 12 skipped in 7.057s
15:49:48 [2022-08-31T15:49:48.145Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
15:49:48 [2022-08-31T15:49:48.145Z] INFO: Testing against a local daemon
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestDockerNetworkIpvlanPersistance
15:49:48 [2022-08-31T15:49:48.145Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestDockerNetworkIpvlan
15:49:48 [2022-08-31T15:49:48.145Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] PASS
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === Skipped
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] DONE 2 tests, 2 skipped in 0.089s
15:49:48 [2022-08-31T15:49:48.145Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
15:49:48 [2022-08-31T15:49:48.145Z] INFO: Testing against a local daemon
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestDockerNetworkMacvlanPersistance
15:49:48 [2022-08-31T15:49:48.145Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestDockerNetworkMacvlan
15:49:48 [2022-08-31T15:49:48.145Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] PASS
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === Skipped
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] DONE 2 tests, 2 skipped in 0.076s
15:49:48 [2022-08-31T15:49:48.145Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
15:49:48 [2022-08-31T15:49:48.145Z] testing: warning: no tests to run
15:49:48 [2022-08-31T15:49:48.145Z] PASS
15:49:48 [2022-08-31T15:49:48.145Z] 
15:49:48 [2022-08-31T15:49:48.145Z] DONE 0 tests in 0.024s
15:49:48 [2022-08-31T15:49:48.145Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
15:49:48 [2022-08-31T15:49:48.145Z] INFO: Testing against a local daemon
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginAllowRequest
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginTLS
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthZPluginTLS (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginDenyRequest
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginAPIDenyResponse
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginDenyResponse
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginAllowEventStream
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginErrorResponse
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginErrorRequest
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginHeader
15:49:48 [2022-08-31T15:49:48.145Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.145Z] --- SKIP: TestAuthZPluginHeader (0.00s)
15:49:48 [2022-08-31T15:49:48.145Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
15:49:48 [2022-08-31T15:49:48.401Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.401Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.42s)
15:49:48 [2022-08-31T15:49:48.401Z] === RUN   TestAuthZPluginV2Disable
15:49:48 [2022-08-31T15:49:48.657Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:48 [2022-08-31T15:49:48.657Z] --- SKIP: TestAuthZPluginV2Disable (0.32s)
15:49:48 [2022-08-31T15:49:48.657Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
15:49:49 [2022-08-31T15:49:49.219Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.219Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s)
15:49:49 [2022-08-31T15:49:49.219Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
15:49:49 [2022-08-31T15:49:49.475Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.475Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s)
15:49:49 [2022-08-31T15:49:49.475Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
15:49:49 [2022-08-31T15:49:49.731Z] PASS
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === Skipped
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.42s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
15:49:49 [2022-08-31T15:49:49.731Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] DONE 17 tests, 17 skipped in 1.776s
15:49:49 [2022-08-31T15:49:49.731Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
15:49:49 [2022-08-31T15:49:49.731Z] INFO: Testing against a local daemon
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
15:49:49 [2022-08-31T15:49:49.731Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
15:49:49 [2022-08-31T15:49:49.731Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/pull
15:49:49 [2022-08-31T15:49:49.731Z] === PAUSE TestPluginInvalidJSON/plugins/pull
15:49:49 [2022-08-31T15:49:49.731Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
15:49:49 [2022-08-31T15:49:49.731Z] === CONT  TestPluginInvalidJSON/plugins/pull
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
15:49:49 [2022-08-31T15:49:49.731Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
15:49:49 [2022-08-31T15:49:49.731Z] --- PASS: TestPluginInvalidJSON (0.02s)
15:49:49 [2022-08-31T15:49:49.731Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginInstall
15:49:49 [2022-08-31T15:49:49.731Z]     plugin_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] --- SKIP: TestPluginInstall (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginsWithRuntimes
15:49:49 [2022-08-31T15:49:49.731Z]     plugin_test.go:202: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
15:49:49 [2022-08-31T15:49:49.731Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z] === RUN   TestPluginBackCompatMediaTypes
15:49:49 [2022-08-31T15:49:49.731Z]     plugin_test.go:266: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
15:49:49 [2022-08-31T15:49:49.731Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z] PASS
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === Skipped
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     plugin_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of localhost
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     plugin_test.go:202: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
15:49:49 [2022-08-31T15:49:49.731Z]     plugin_test.go:266: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
15:49:49 [2022-08-31T15:49:49.731Z] 
15:49:49 [2022-08-31T15:49:49.731Z] DONE 19 tests, 3 skipped in 0.128s
15:49:49 [2022-08-31T15:49:49.731Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
15:49:49 [2022-08-31T15:49:49.987Z] INFO: Testing against a local daemon
15:49:49 [2022-08-31T15:49:49.987Z] === RUN   TestExternalGraphDriver
15:49:50 [2022-08-31T15:49:50.242Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
15:49:50 [2022-08-31T15:49:50.242Z] --- SKIP: TestExternalGraphDriver (0.34s)
15:49:50 [2022-08-31T15:49:50.242Z] === RUN   TestGraphdriverPluginV2
15:49:54 [2022-08-31T15:49:54.440Z] --- PASS: TestGraphdriverPluginV2 (3.91s)
15:49:54 [2022-08-31T15:49:54.440Z] PASS
15:49:54 [2022-08-31T15:49:54.440Z] 
15:49:54 [2022-08-31T15:49:54.440Z] === Skipped
15:49:54 [2022-08-31T15:49:54.440Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.34s)
15:49:54 [2022-08-31T15:49:54.440Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
15:49:54 [2022-08-31T15:49:54.440Z] 
15:49:54 [2022-08-31T15:49:54.440Z] DONE 2 tests, 1 skipped in 4.336s
15:49:54 [2022-08-31T15:49:54.440Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
15:49:54 [2022-08-31T15:49:54.440Z] INFO: Testing against a local daemon
15:49:54 [2022-08-31T15:49:54.440Z] === RUN   TestContinueAfterPluginCrash
15:49:54 [2022-08-31T15:49:54.440Z] === PAUSE TestContinueAfterPluginCrash
15:49:54 [2022-08-31T15:49:54.440Z] === RUN   TestReadPluginNoRead
15:49:54 [2022-08-31T15:49:54.440Z] === PAUSE TestReadPluginNoRead
15:49:54 [2022-08-31T15:49:54.440Z] === RUN   TestDaemonStartWithLogOpt
15:49:54 [2022-08-31T15:49:54.440Z] === PAUSE TestDaemonStartWithLogOpt
15:49:54 [2022-08-31T15:49:54.440Z] === CONT  TestContinueAfterPluginCrash
15:49:54 [2022-08-31T15:49:54.440Z] === CONT  TestDaemonStartWithLogOpt
15:49:58 [2022-08-31T15:49:58.611Z] --- PASS: TestDaemonStartWithLogOpt (4.29s)
15:49:58 [2022-08-31T15:49:58.611Z] === CONT  TestReadPluginNoRead
15:50:01 [2022-08-31T15:50:01.128Z] === RUN   TestReadPluginNoRead/default
15:50:02 [2022-08-31T15:50:02.056Z] === RUN   TestReadPluginNoRead/disabled_caching
15:50:03 [2022-08-31T15:50:03.427Z] --- PASS: TestContinueAfterPluginCrash (8.93s)
15:50:03 [2022-08-31T15:50:03.427Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
15:50:04 [2022-08-31T15:50:04.793Z] === CONT  TestReadPluginNoRead
15:50:04 [2022-08-31T15:50:04.793Z]     read_test.go:92: [dbb72f8e78f06] daemon is not started
15:50:04 [2022-08-31T15:50:04.793Z] --- PASS: TestReadPluginNoRead (6.01s)
15:50:04 [2022-08-31T15:50:04.793Z]     --- PASS: TestReadPluginNoRead/default (1.24s)
15:50:04 [2022-08-31T15:50:04.793Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.31s)
15:50:04 [2022-08-31T15:50:04.793Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s)
15:50:04 [2022-08-31T15:50:04.793Z] PASS
15:50:04 [2022-08-31T15:50:04.793Z] 
15:50:04 [2022-08-31T15:50:04.793Z] DONE 6 tests in 10.399s
15:50:04 [2022-08-31T15:50:04.793Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
15:50:04 [2022-08-31T15:50:04.793Z] testing: warning: no tests to run
15:50:04 [2022-08-31T15:50:04.793Z] PASS
15:50:04 [2022-08-31T15:50:04.793Z] 
15:50:04 [2022-08-31T15:50:04.793Z] DONE 0 tests in 0.033s
15:50:04 [2022-08-31T15:50:04.793Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
15:50:04 [2022-08-31T15:50:04.793Z] INFO: Testing against a local daemon
15:50:04 [2022-08-31T15:50:04.793Z] === RUN   TestPluginWithDevMounts
15:50:04 [2022-08-31T15:50:04.793Z]     mounts_test.go:20: (*Execution).IsRootless-fm
15:50:04 [2022-08-31T15:50:04.793Z] --- SKIP: TestPluginWithDevMounts (0.00s)
15:50:04 [2022-08-31T15:50:04.793Z] PASS
15:50:04 [2022-08-31T15:50:04.793Z] 
15:50:04 [2022-08-31T15:50:04.793Z] === Skipped
15:50:04 [2022-08-31T15:50:04.793Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
15:50:04 [2022-08-31T15:50:04.793Z]     mounts_test.go:20: (*Execution).IsRootless-fm
15:50:04 [2022-08-31T15:50:04.793Z] 
15:50:04 [2022-08-31T15:50:04.793Z] DONE 1 tests, 1 skipped in 0.112s
15:50:04 [2022-08-31T15:50:04.793Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
15:50:04 [2022-08-31T15:50:04.793Z] INFO: Testing against a local daemon
15:50:04 [2022-08-31T15:50:04.793Z] === RUN   TestSecretInspect
15:50:04 [2022-08-31T15:50:04.793Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:04 [2022-08-31T15:50:04.793Z] --- SKIP: TestSecretInspect (0.01s)
15:50:04 [2022-08-31T15:50:04.793Z] === RUN   TestSecretList
15:50:04 [2022-08-31T15:50:04.793Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:04 [2022-08-31T15:50:04.793Z] --- SKIP: TestSecretList (0.01s)
15:50:04 [2022-08-31T15:50:04.793Z] === RUN   TestSecretsCreateAndDelete
15:50:04 [2022-08-31T15:50:04.793Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:04 [2022-08-31T15:50:04.793Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
15:50:04 [2022-08-31T15:50:04.793Z] === RUN   TestSecretsUpdate
15:50:05 [2022-08-31T15:50:05.049Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] --- SKIP: TestSecretsUpdate (0.02s)
15:50:05 [2022-08-31T15:50:05.049Z] === RUN   TestTemplatedSecret
15:50:05 [2022-08-31T15:50:05.049Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] --- SKIP: TestTemplatedSecret (0.00s)
15:50:05 [2022-08-31T15:50:05.049Z] === RUN   TestSecretCreateResolve
15:50:05 [2022-08-31T15:50:05.049Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] --- SKIP: TestSecretCreateResolve (0.01s)
15:50:05 [2022-08-31T15:50:05.049Z] PASS
15:50:05 [2022-08-31T15:50:05.049Z] 
15:50:05 [2022-08-31T15:50:05.049Z] === Skipped
15:50:05 [2022-08-31T15:50:05.049Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s)
15:50:05 [2022-08-31T15:50:05.049Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] 
15:50:05 [2022-08-31T15:50:05.049Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
15:50:05 [2022-08-31T15:50:05.049Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] 
15:50:05 [2022-08-31T15:50:05.049Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
15:50:05 [2022-08-31T15:50:05.049Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] 
15:50:05 [2022-08-31T15:50:05.049Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s)
15:50:05 [2022-08-31T15:50:05.049Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] 
15:50:05 [2022-08-31T15:50:05.049Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
15:50:05 [2022-08-31T15:50:05.049Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] 
15:50:05 [2022-08-31T15:50:05.049Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
15:50:05 [2022-08-31T15:50:05.049Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] 
15:50:05 [2022-08-31T15:50:05.049Z] DONE 6 tests, 6 skipped in 0.169s
15:50:05 [2022-08-31T15:50:05.049Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
15:50:05 [2022-08-31T15:50:05.049Z] INFO: Testing against a local daemon
15:50:05 [2022-08-31T15:50:05.049Z] === RUN   TestServiceCreateInit
15:50:05 [2022-08-31T15:50:05.049Z] === RUN   TestServiceCreateInit/daemonInitDisabled
15:50:05 [2022-08-31T15:50:05.049Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] === RUN   TestServiceCreateInit/daemonInitEnabled
15:50:05 [2022-08-31T15:50:05.049Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] --- PASS: TestServiceCreateInit (0.02s)
15:50:05 [2022-08-31T15:50:05.049Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
15:50:05 [2022-08-31T15:50:05.049Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
15:50:05 [2022-08-31T15:50:05.049Z] === RUN   TestCreateServiceMultipleTimes
15:50:05 [2022-08-31T15:50:05.049Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
15:50:05 [2022-08-31T15:50:05.049Z] === RUN   TestCreateServiceConflict
15:50:05 [2022-08-31T15:50:05.049Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] --- SKIP: TestCreateServiceConflict (0.01s)
15:50:05 [2022-08-31T15:50:05.049Z] === RUN   TestCreateServiceMaxReplicas
15:50:05 [2022-08-31T15:50:05.049Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
15:50:05 [2022-08-31T15:50:05.049Z] === RUN   TestCreateWithDuplicateNetworkNames
15:50:05 [2022-08-31T15:50:05.049Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
15:50:05 [2022-08-31T15:50:05.049Z] === RUN   TestCreateServiceSecretFileMode
15:50:05 [2022-08-31T15:50:05.049Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.049Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s)
15:50:05 [2022-08-31T15:50:05.049Z] === RUN   TestCreateServiceConfigFileMode
15:50:05 [2022-08-31T15:50:05.049Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.305Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
15:50:05 [2022-08-31T15:50:05.305Z] === RUN   TestCreateServiceSysctls
15:50:05 [2022-08-31T15:50:05.305Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.305Z] --- SKIP: TestCreateServiceSysctls (0.03s)
15:50:05 [2022-08-31T15:50:05.305Z] === RUN   TestCreateServiceCapabilities
15:50:05 [2022-08-31T15:50:05.305Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.305Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
15:50:05 [2022-08-31T15:50:05.305Z] === RUN   TestInspect
15:50:05 [2022-08-31T15:50:05.305Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.305Z] --- SKIP: TestInspect (0.01s)
15:50:05 [2022-08-31T15:50:05.305Z] === RUN   TestCreateJob
15:50:05 [2022-08-31T15:50:05.305Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.305Z] --- SKIP: TestCreateJob (0.01s)
15:50:05 [2022-08-31T15:50:05.305Z] === RUN   TestReplicatedJob
15:50:05 [2022-08-31T15:50:05.305Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.305Z] --- SKIP: TestReplicatedJob (0.01s)
15:50:05 [2022-08-31T15:50:05.305Z] === RUN   TestUpdateReplicatedJob
15:50:05 [2022-08-31T15:50:05.305Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.305Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
15:50:05 [2022-08-31T15:50:05.305Z] === RUN   TestServiceListWithStatuses
15:50:05 [2022-08-31T15:50:05.305Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:50:05 [2022-08-31T15:50:05.305Z] --- SKIP: TestServiceListWithStatuses (0.00s)
15:50:05 [2022-08-31T15:50:05.305Z] === RUN   TestDockerNetworkConnectAlias
15:50:05 [2022-08-31T15:50:05.305Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.305Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s)
15:50:05 [2022-08-31T15:50:05.305Z] === RUN   TestDockerNetworkReConnect
15:50:05 [2022-08-31T15:50:05.305Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:05 [2022-08-31T15:50:05.305Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
15:50:05 [2022-08-31T15:50:05.305Z] === RUN   TestServicePlugin
15:50:07 [2022-08-31T15:50:07.197Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.197Z] --- SKIP: TestServicePlugin (1.94s)
15:50:07 [2022-08-31T15:50:07.197Z] === RUN   TestServiceUpdateLabel
15:50:07 [2022-08-31T15:50:07.197Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.197Z] --- SKIP: TestServiceUpdateLabel (0.01s)
15:50:07 [2022-08-31T15:50:07.197Z] === RUN   TestServiceUpdateSecrets
15:50:07 [2022-08-31T15:50:07.197Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.197Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
15:50:07 [2022-08-31T15:50:07.197Z] === RUN   TestServiceUpdateConfigs
15:50:07 [2022-08-31T15:50:07.197Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.197Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
15:50:07 [2022-08-31T15:50:07.197Z] === RUN   TestServiceUpdateNetwork
15:50:07 [2022-08-31T15:50:07.197Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.197Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
15:50:07 [2022-08-31T15:50:07.197Z] === RUN   TestServiceUpdatePidsLimit
15:50:07 [2022-08-31T15:50:07.197Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s)
15:50:07 [2022-08-31T15:50:07.453Z] PASS
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === Skipped
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
15:50:07 [2022-08-31T15:50:07.453Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
15:50:07 [2022-08-31T15:50:07.453Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s)
15:50:07 [2022-08-31T15:50:07.453Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s)
15:50:07 [2022-08-31T15:50:07.453Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s)
15:50:07 [2022-08-31T15:50:07.453Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestInspect (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
15:50:07 [2022-08-31T15:50:07.453Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s)
15:50:07 [2022-08-31T15:50:07.453Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestServicePlugin (1.94s)
15:50:07 [2022-08-31T15:50:07.453Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
15:50:07 [2022-08-31T15:50:07.453Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s)
15:50:07 [2022-08-31T15:50:07.453Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] DONE 24 tests, 23 skipped in 2.369s
15:50:07 [2022-08-31T15:50:07.453Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
15:50:07 [2022-08-31T15:50:07.453Z] INFO: Testing against a local daemon
15:50:07 [2022-08-31T15:50:07.453Z] === RUN   TestSessionCreate
15:50:07 [2022-08-31T15:50:07.453Z] --- PASS: TestSessionCreate (0.04s)
15:50:07 [2022-08-31T15:50:07.453Z] === RUN   TestSessionCreateWithBadUpgrade
15:50:07 [2022-08-31T15:50:07.453Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
15:50:07 [2022-08-31T15:50:07.453Z] PASS
15:50:07 [2022-08-31T15:50:07.453Z] 
15:50:07 [2022-08-31T15:50:07.453Z] DONE 2 tests in 0.175s
15:50:07 [2022-08-31T15:50:07.453Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
15:50:07 [2022-08-31T15:50:07.710Z] INFO: Testing against a local daemon
15:50:07 [2022-08-31T15:50:07.710Z] === RUN   TestCgroupDriverSystemdMemoryLimit
15:50:07 [2022-08-31T15:50:07.710Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:50:07 [2022-08-31T15:50:07.710Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
15:50:07 [2022-08-31T15:50:07.710Z] === RUN   TestDiskUsage
15:50:07 [2022-08-31T15:50:07.710Z] === PAUSE TestDiskUsage
15:50:07 [2022-08-31T15:50:07.710Z] === RUN   TestEventsExecDie
15:50:08 [2022-08-31T15:50:08.272Z] --- PASS: TestEventsExecDie (0.51s)
15:50:08 [2022-08-31T15:50:08.272Z] === RUN   TestEventsBackwardsCompatible
15:50:08 [2022-08-31T15:50:08.272Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
15:50:08 [2022-08-31T15:50:08.272Z] === RUN   TestEventsVolumeCreate
15:50:08 [2022-08-31T15:50:08.272Z] --- PASS: TestEventsVolumeCreate (0.05s)
15:50:08 [2022-08-31T15:50:08.272Z] === RUN   TestInfoBinaryCommits
15:50:08 [2022-08-31T15:50:08.272Z] --- PASS: TestInfoBinaryCommits (0.02s)
15:50:08 [2022-08-31T15:50:08.272Z] === RUN   TestInfoAPIVersioned
15:50:08 [2022-08-31T15:50:08.272Z] --- PASS: TestInfoAPIVersioned (0.01s)
15:50:08 [2022-08-31T15:50:08.272Z] === RUN   TestInfoAPI
15:50:08 [2022-08-31T15:50:08.272Z] --- PASS: TestInfoAPI (0.02s)
15:50:08 [2022-08-31T15:50:08.272Z] === RUN   TestInfoAPIWarnings
15:50:26 [2022-08-31T15:50:26.320Z] --- PASS: TestInfoAPIWarnings (16.56s)
15:50:26 [2022-08-31T15:50:26.320Z] === RUN   TestInfoDebug
15:50:26 [2022-08-31T15:50:26.320Z] --- PASS: TestInfoDebug (0.54s)
15:50:26 [2022-08-31T15:50:26.320Z] === RUN   TestInfoInsecureRegistries
15:50:26 [2022-08-31T15:50:26.320Z] --- PASS: TestInfoInsecureRegistries (0.54s)
15:50:26 [2022-08-31T15:50:26.320Z] === RUN   TestInfoRegistryMirrors
15:50:26 [2022-08-31T15:50:26.575Z] --- PASS: TestInfoRegistryMirrors (0.54s)
15:50:26 [2022-08-31T15:50:26.575Z] === RUN   TestLoginFailsWithBadCredentials
15:50:26 [2022-08-31T15:50:26.832Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
15:50:26 [2022-08-31T15:50:26.832Z] === RUN   TestPingCacheHeaders
15:50:26 [2022-08-31T15:50:26.832Z] --- PASS: TestPingCacheHeaders (0.03s)
15:50:26 [2022-08-31T15:50:26.832Z] === RUN   TestPingGet
15:50:26 [2022-08-31T15:50:26.832Z] --- PASS: TestPingGet (0.01s)
15:50:26 [2022-08-31T15:50:26.832Z] === RUN   TestPingHead
15:50:26 [2022-08-31T15:50:26.832Z] --- PASS: TestPingHead (0.03s)
15:50:26 [2022-08-31T15:50:26.832Z] === RUN   TestPingSwarmHeader
15:50:27 [2022-08-31T15:50:27.394Z] === RUN   TestPingSwarmHeader/before_swarm_init
15:50:27 [2022-08-31T15:50:27.955Z] === RUN   TestPingSwarmHeader/after_swarm_init
15:50:28 [2022-08-31T15:50:28.883Z] === RUN   TestPingSwarmHeader/after_swarm_leave
15:50:29 [2022-08-31T15:50:29.139Z] --- PASS: TestPingSwarmHeader (2.12s)
15:50:29 [2022-08-31T15:50:29.139Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
15:50:29 [2022-08-31T15:50:29.139Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
15:50:29 [2022-08-31T15:50:29.139Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
15:50:29 [2022-08-31T15:50:29.139Z] === RUN   TestPingBuilderHeader
15:50:29 [2022-08-31T15:50:29.139Z] === RUN   TestPingBuilderHeader/default_config
15:50:29 [2022-08-31T15:50:29.702Z] === RUN   TestPingBuilderHeader/buildkit_disabled
15:50:30 [2022-08-31T15:50:30.263Z] --- PASS: TestPingBuilderHeader (1.08s)
15:50:30 [2022-08-31T15:50:30.263Z]     --- PASS: TestPingBuilderHeader/default_config (0.53s)
15:50:30 [2022-08-31T15:50:30.263Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.54s)
15:50:30 [2022-08-31T15:50:30.263Z] === RUN   TestVersion
15:50:30 [2022-08-31T15:50:30.263Z] --- PASS: TestVersion (0.03s)
15:50:30 [2022-08-31T15:50:30.263Z] === CONT  TestDiskUsage
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/empty
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/empty/container_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/empty/image_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/empty/volume_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/empty/build-cache_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/empty/container,_volume_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_LoadBusybox
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
15:50:30 [2022-08-31T15:50:30.824Z] === RUN   TestDiskUsage/after_container.Run
15:50:31 [2022-08-31T15:50:31.081Z] === RUN   TestDiskUsage/after_container.Run/container_types
15:50:31 [2022-08-31T15:50:31.081Z] === RUN   TestDiskUsage/after_container.Run/image_types
15:50:31 [2022-08-31T15:50:31.081Z] === RUN   TestDiskUsage/after_container.Run/volume_types
15:50:31 [2022-08-31T15:50:31.081Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
15:50:31 [2022-08-31T15:50:31.081Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
15:50:31 [2022-08-31T15:50:31.081Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
15:50:31 [2022-08-31T15:50:31.081Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
15:50:31 [2022-08-31T15:50:31.337Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
15:50:31 [2022-08-31T15:50:31.337Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
15:50:31 [2022-08-31T15:50:31.337Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
15:50:31 [2022-08-31T15:50:31.337Z] --- PASS: TestDiskUsage (1.26s)
15:50:31 [2022-08-31T15:50:31.337Z]     --- PASS: TestDiskUsage/empty (0.01s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]     --- PASS: TestDiskUsage/after_container.Run (0.40s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s)
15:50:31 [2022-08-31T15:50:31.337Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s)
15:50:31 [2022-08-31T15:50:31.337Z] PASS
15:50:31 [2022-08-31T15:50:31.337Z] 
15:50:31 [2022-08-31T15:50:31.337Z] === Skipped
15:50:31 [2022-08-31T15:50:31.337Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
15:50:31 [2022-08-31T15:50:31.337Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
15:50:31 [2022-08-31T15:50:31.337Z] 
15:50:31 [2022-08-31T15:50:31.337Z] DONE 57 tests, 1 skipped in 23.885s
15:50:31 [2022-08-31T15:50:31.337Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
15:50:31 [2022-08-31T15:50:31.593Z] INFO: Testing against a local daemon
15:50:31 [2022-08-31T15:50:31.593Z] === RUN   TestVolumesCreateAndList
15:50:31 [2022-08-31T15:50:31.593Z] --- PASS: TestVolumesCreateAndList (0.02s)
15:50:31 [2022-08-31T15:50:31.593Z] === RUN   TestVolumesRemove
15:50:31 [2022-08-31T15:50:31.593Z] --- PASS: TestVolumesRemove (0.05s)
15:50:31 [2022-08-31T15:50:31.593Z] === RUN   TestVolumesInspect
15:50:31 [2022-08-31T15:50:31.593Z] --- PASS: TestVolumesInspect (0.03s)
15:50:31 [2022-08-31T15:50:31.593Z] === RUN   TestVolumesInvalidJSON
15:50:31 [2022-08-31T15:50:31.593Z] === RUN   TestVolumesInvalidJSON/volumes/create
15:50:31 [2022-08-31T15:50:31.593Z] === PAUSE TestVolumesInvalidJSON/volumes/create
15:50:31 [2022-08-31T15:50:31.593Z] === CONT  TestVolumesInvalidJSON/volumes/create
15:50:31 [2022-08-31T15:50:31.593Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
15:50:31 [2022-08-31T15:50:31.593Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
15:50:31 [2022-08-31T15:50:31.593Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
15:50:31 [2022-08-31T15:50:31.593Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
15:50:31 [2022-08-31T15:50:31.593Z] --- PASS: TestVolumesInvalidJSON (0.01s)
15:50:31 [2022-08-31T15:50:31.593Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s)
15:50:31 [2022-08-31T15:50:31.593Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
15:50:31 [2022-08-31T15:50:31.593Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
15:50:31 [2022-08-31T15:50:31.593Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
15:50:31 [2022-08-31T15:50:31.593Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
15:50:31 [2022-08-31T15:50:31.593Z] PASS
15:50:31 [2022-08-31T15:50:31.593Z] 
15:50:31 [2022-08-31T15:50:31.593Z] DONE 9 tests in 0.206s
15:50:31 [2022-08-31T15:50:31.593Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
15:50:31 [2022-08-31T15:50:31.593Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14802 is not a child of this shell
15:50:31 [2022-08-31T15:50:31.593Z] warning: PID 14802 from bundles/test-integration/docker.pid had a nonzero exit code
15:50:31 [2022-08-31T15:50:31.593Z] Leaving: AppArmorNo profiles have been unloaded.
15:50:31 [2022-08-31T15:50:31.593Z] 
15:50:31 [2022-08-31T15:50:31.593Z] Unloading profiles will leave already running processes permanently
15:50:31 [2022-08-31T15:50:31.593Z] unconfined, which can lead to unexpected situations.
15:50:31 [2022-08-31T15:50:31.593Z] 
15:50:31 [2022-08-31T15:50:31.593Z] To set a process to complain mode, use the command line tool
15:50:31 [2022-08-31T15:50:31.593Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
15:50:31 [2022-08-31T15:50:31.593Z] Removing test suite binaries
15:50:31 [2022-08-31T15:50:31.849Z] exiting test-integration
15:50:31 [2022-08-31T15:50:31.849Z] ++ exit 0
15:50:31 [2022-08-31T15:50:31.849Z] 
Post stage
[Pipeline] junit
15:50:32 [2022-08-31T15:50:32.787Z] Recording test results
15:50:34 [2022-08-31T15:50:34.496Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
15:50:34 [2022-08-31T15:50:34.865Z] + echo Ensuring container killed.
15:50:34 [2022-08-31T15:50:34.865Z] Ensuring container killed.
15:50:34 [2022-08-31T15:50:34.865Z] + docker rm -vf docker-pr1
15:50:34 [2022-08-31T15:50:34.865Z] Error: No such container: docker-pr1
[Pipeline] sh
15:50:35 [2022-08-31T15:50:35.143Z] + echo Chowning /workspace to jenkins user
15:50:35 [2022-08-31T15:50:35.144Z] Chowning /workspace to jenkins user
15:50:35 [2022-08-31T15:50:35.144Z] + id -u
15:50:35 [2022-08-31T15:50:35.144Z] + id -g
15:50:35 [2022-08-31T15:50:35.144Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44068:/workspace busybox chown -R 1000:1000 /workspace
15:50:35 [2022-08-31T15:50:35.144Z] Unable to find image 'busybox:latest' locally
15:50:35 [2022-08-31T15:50:35.144Z] latest: Pulling from library/busybox
15:50:35 [2022-08-31T15:50:35.402Z] 50783e0dfb64: Pulling fs layer
15:50:35 [2022-08-31T15:50:35.402Z] 50783e0dfb64: Download complete
15:50:35 [2022-08-31T15:50:35.402Z] 50783e0dfb64: Pull complete
15:50:35 [2022-08-31T15:50:35.402Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693
15:50:35 [2022-08-31T15:50:35.402Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
15:50:37 [2022-08-31T15:50:37.634Z] + bundleName=amd64-rootless
15:50:37 [2022-08-31T15:50:37.635Z] + echo Creating amd64-rootless-bundles.tar.gz
15:50:37 [2022-08-31T15:50:37.635Z] Creating amd64-rootless-bundles.tar.gz
15:50:37 [2022-08-31T15:50:37.635Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
15:50:37 [2022-08-31T15:50:37.635Z] + 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
15:50:37 [2022-08-31T15:50:37.647Z] Archiving artifacts
15:50:39 [2022-08-31T15:50:39.421Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44068/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:50:39 [2022-08-31T15:50:39.732Z] + make clean
15:50:39 [2022-08-31T15:50:39.987Z] docker volume rm -f docker-dev-cache docker-mod-cache
15:50:39 [2022-08-31T15:50:39.987Z] docker-dev-cache
15:50:39 [2022-08-31T15:50:39.987Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
15:51:11 [2022-08-31T15:51:11.642Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
15:51:11 [2022-08-31T15:51:11.642Z] Using test binary docker
15:51:11 [2022-08-31T15:51:11.642Z] +++ /etc/init.d/apparmor start
15:51:11 [2022-08-31T15:51:11.642Z] Not: starting.
15:51:11 [2022-08-31T15:51:11.642Z] INFO: Waiting for daemon to start...
15:51:11 [2022-08-31T15:51:11.642Z] Starting dockerd
15:51:11 [2022-08-31T15:51:11.642Z] +++ 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
15:51:11 [2022-08-31T15:51:11.642Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
15:51:11 [2022-08-31T15:51:11.642Z] Using test binary docker
15:51:11 [2022-08-31T15:51:11.642Z] +++ /etc/init.d/apparmor start
15:51:11 [2022-08-31T15:51:11.642Z] Not: starting.
15:51:11 [2022-08-31T15:51:11.642Z] Starting dockerd
15:51:11 [2022-08-31T15:51:11.642Z] INFO: Waiting for daemon to start...
15:51:11 [2022-08-31T15:51:11.642Z] +++ 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
15:51:11 [2022-08-31T15:51:11.642Z] .
15:51:11 [2022-08-31T15:51:11.642Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
15:51:11 [2022-08-31T15:51:11.642Z] 
15:51:11 [2022-08-31T15:51:11.642Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
15:51:11 [2022-08-31T15:51:11.642Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
15:51:11 [2022-08-31T15:51:11.642Z] Error: No such image: emptyfs
15:51:11 [2022-08-31T15:51:11.642Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
15:51:11 [2022-08-31T15:51:11.642Z] ++++ tar -cC bundles/test-integration/emptyfs .
15:51:11 [2022-08-31T15:51:11.642Z] ++++ docker load
15:51:11 [2022-08-31T15:51:11.642Z] Error: No such image: emptyfs
15:51:11 [2022-08-31T15:51:11.642Z] ++++ docker load
15:51:11 [2022-08-31T15:51:11.642Z] ++++ tar -cC bundles/test-integration/emptyfs .
15:51:11 [2022-08-31T15:51:11.642Z] Loaded image: emptyfs:latest
15:51:11 [2022-08-31T15:51:11.642Z] Running integration-test (iteration 1)
15:51:11 [2022-08-31T15:51:11.642Z] 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)/
15:51:11 [2022-08-31T15:51:11.642Z] ++ 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)/'
15:51:11 [2022-08-31T15:51:11.642Z] ++ set -e
15:51:11 [2022-08-31T15:51:11.642Z] ++ '[' -n 0 ']'
15:51:11 [2022-08-31T15:51:11.642Z] ++ set -x
15:51:11 [2022-08-31T15:51:11.642Z] ++ env -i DEST=/go/src/github.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)/'
15:51:11 [2022-08-31T15:51:11.642Z] Loaded image: emptyfs:latest
15:51:11 [2022-08-31T15:51:11.642Z] Running integration-test (iteration 1)
15:51:11 [2022-08-31T15:51:11.642Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
15:51:11 [2022-08-31T15:51:11.642Z] ++ 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)/'
15:51:11 [2022-08-31T15:51:11.642Z] ++ set -e
15:51:11 [2022-08-31T15:51:11.642Z] ++ '[' -n 0 ']'
15:51:11 [2022-08-31T15:51:11.642Z] ++ set -x
15:51:11 [2022-08-31T15:51:11.642Z] ++ env -i DEST=/go/src/github.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)/'
15:51:11 [2022-08-31T15:51:11.642Z] Loaded image: busybox:latest
15:51:11 [2022-08-31T15:51:11.642Z] Loaded image: busybox:latest
15:51:11 [2022-08-31T15:51:11.642Z] Loaded image: busybox:glibc
15:51:11 [2022-08-31T15:51:11.642Z] Loaded image: busybox:glibc
15:51:12 [2022-08-31T15:51:12.210Z] Loaded image: debian:bullseye-slim
15:51:12 [2022-08-31T15:51:12.469Z] Loaded image: hello-world:latest
15:51:12 [2022-08-31T15:51:12.469Z] Loaded image: debian:bullseye-slim
15:51:12 [2022-08-31T15:51:12.728Z] Loaded image: hello-world:latest
15:51:12 [2022-08-31T15:51:12.728Z] Loaded image: arm32v7/hello-world:latest
15:51:12 [2022-08-31T15:51:12.728Z] INFO: Testing against a local daemon
15:51:12 [2022-08-31T15:51:12.728Z] === RUN   TestDockerSuite
15:51:12 [2022-08-31T15:51:12.728Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
15:51:12 [2022-08-31T15:51:12.728Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
15:51:12 [2022-08-31T15:51:12.996Z] === RUN   TestDockerSuite/TestAPIErrorJSON
15:51:12 [2022-08-31T15:51:12.996Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
15:51:12 [2022-08-31T15:51:12.996Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
15:51:12 [2022-08-31T15:51:12.996Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
15:51:12 [2022-08-31T15:51:12.996Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
15:51:12 [2022-08-31T15:51:12.996Z] === RUN   TestDockerSuite/TestAPIImagesDelete
15:51:12 [2022-08-31T15:51:12.996Z] Loaded image: arm32v7/hello-world:latest
15:51:12 [2022-08-31T15:51:12.996Z] INFO: Testing against a local daemon
15:51:12 [2022-08-31T15:51:12.996Z] === RUN   TestDockerDaemonSuite
15:51:12 [2022-08-31T15:51:12.996Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
15:51:17 [2022-08-31T15:51:17.187Z] === RUN   TestDockerSuite/TestAPIImagesFilter
15:51:17 [2022-08-31T15:51:17.187Z] === RUN   TestDockerSuite/TestAPIImagesHistory
15:51:17 [2022-08-31T15:51:17.753Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
15:51:18 [2022-08-31T15:51:18.011Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
15:51:18 [2022-08-31T15:51:18.950Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
15:51:19 [2022-08-31T15:51:19.886Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
15:51:19 [2022-08-31T15:51:19.886Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
15:51:20 [2022-08-31T15:51:20.822Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
15:51:21 [2022-08-31T15:51:21.390Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
15:51:21 [2022-08-31T15:51:21.695Z] Created binary: bundles/binary-daemon/dockerd
15:51:21 [2022-08-31T15:51:21.695Z] Copying nested executables into bundles/binary-daemon
15:51:21 [2022-08-31T15:51:21.695Z] Building: bundles/binary-daemon/docker-proxy
15:51:21 [2022-08-31T15:51:21.695Z] GOOS="" GOARCH="" GOARM=""
15:51:21 [2022-08-31T15:51:21.695Z] Created binary: bundles/binary-daemon/docker-proxy
15:51:21 [2022-08-31T15:51:21.695Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
15:51:21 [2022-08-31T15:51:21.958Z] === RUN   TestDockerSuite/TestAPINetworkFilter
15:51:21 [2022-08-31T15:51:21.958Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
15:51:21 [2022-08-31T15:51:21.958Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
15:51:22 [2022-08-31T15:51:22.021Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -e DOCKER_GRAPHDRIVER docker:5591187178010bd407f0784bf83909ec395d7b97 hack/make.sh cross
15:51:22 [2022-08-31T15:51:22.281Z] 
15:51:22 [2022-08-31T15:51:22.281Z] Removing bundles/
15:51:22 [2022-08-31T15:51:22.525Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
15:51:22 [2022-08-31T15:51:22.541Z] 
15:51:22 [2022-08-31T15:51:22.541Z] ---> Making bundle: cross (in bundles/cross)
15:51:22 [2022-08-31T15:51:22.541Z] Cross building: bundles/cross/linux/amd64
15:51:22 [2022-08-31T15:51:22.541Z] Building: bundles/cross/linux/amd64-daemon/dockerd
15:51:22 [2022-08-31T15:51:22.541Z] GOOS="linux" GOARCH="amd64" GOARM=""
15:51:23 [2022-08-31T15:51:23.092Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
15:51:24 [2022-08-31T15:51:24.028Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
15:51:24 [2022-08-31T15:51:24.028Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
15:51:24 [2022-08-31T15:51:24.028Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
15:51:24 [2022-08-31T15:51:24.028Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
15:51:29 [2022-08-31T15:51:29.296Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
15:51:29 [2022-08-31T15:51:29.862Z] --- PASS: TestBuildWithHugeFile (115.03s)
15:51:29 [2022-08-31T15:51:29.862Z] === RUN   TestBuildWCOWSandboxSize
15:51:29 [2022-08-31T15:51:29.862Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:51:29 [2022-08-31T15:51:29.862Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
15:51:29 [2022-08-31T15:51:29.862Z] === RUN   TestBuildWithEmptyDockerfile
15:51:29 [2022-08-31T15:51:29.862Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
15:51:29 [2022-08-31T15:51:29.862Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
15:51:29 [2022-08-31T15:51:29.862Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:51:29 [2022-08-31T15:51:29.862Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:51:29 [2022-08-31T15:51:29.863Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:51:29 [2022-08-31T15:51:29.863Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:51:29 [2022-08-31T15:51:29.863Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
15:51:29 [2022-08-31T15:51:29.863Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
15:51:30 [2022-08-31T15:51:30.122Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
15:51:30 [2022-08-31T15:51:30.122Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
15:51:30 [2022-08-31T15:51:30.122Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s)
15:51:30 [2022-08-31T15:51:30.122Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s)
15:51:30 [2022-08-31T15:51:30.122Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
15:51:30 [2022-08-31T15:51:30.122Z] === RUN   TestBuildPreserveOwnership
15:51:30 [2022-08-31T15:51:30.122Z] === RUN   TestBuildPreserveOwnership/copy_from
15:51:30 [2022-08-31T15:51:30.688Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
15:51:32 [2022-08-31T15:51:32.588Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
15:51:32 [2022-08-31T15:51:32.588Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
15:51:33 [2022-08-31T15:51:33.523Z] --- PASS: TestBuildPreserveOwnership (3.39s)
15:51:33 [2022-08-31T15:51:33.523Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.16s)
15:51:33 [2022-08-31T15:51:33.523Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.23s)
15:51:33 [2022-08-31T15:51:33.523Z] === RUN   TestBuildPlatformInvalid
15:51:33 [2022-08-31T15:51:33.523Z] --- PASS: TestBuildPlatformInvalid (0.10s)
15:51:33 [2022-08-31T15:51:33.523Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
15:51:34 [2022-08-31T15:51:34.458Z] Loaded image: busybox:latest
15:51:34 [2022-08-31T15:51:34.716Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
15:51:34 [2022-08-31T15:51:34.716Z] Loaded image: busybox:glibc
15:51:35 [2022-08-31T15:51:35.651Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
15:51:37 [2022-08-31T15:51:37.026Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
15:51:37 [2022-08-31T15:51:37.026Z] Loaded image: debian:bullseye-slim
15:51:37 [2022-08-31T15:51:37.026Z] Loaded image: hello-world:latest
15:51:37 [2022-08-31T15:51:37.026Z] Loaded image: arm32v7/hello-world:latest
15:51:38 [2022-08-31T15:51:38.401Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
15:51:38 [2022-08-31T15:51:38.968Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
15:51:39 [2022-08-31T15:51:39.230Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
15:51:40 [2022-08-31T15:51:40.615Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
15:51:40 [2022-08-31T15:51:40.615Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
15:51:41 [2022-08-31T15:51:41.554Z]     docker_cli_daemon_test.go:1475: [de09c79166879] daemon is not started
15:51:41 [2022-08-31T15:51:41.820Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
15:51:42 [2022-08-31T15:51:42.755Z]     check_test.go:540: [de08cf92d41a9] daemon is not started
15:51:42 [2022-08-31T15:51:42.755Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
15:51:42 [2022-08-31T15:51:42.755Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
15:51:43 [2022-08-31T15:51:43.693Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
15:51:45 [2022-08-31T15:51:45.086Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
15:51:45 [2022-08-31T15:51:45.086Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
15:51:46 [2022-08-31T15:51:46.993Z]     check_test.go:540: [d4ba7e3dc776f] daemon is not started
15:51:46 [2022-08-31T15:51:46.993Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
15:51:50 [2022-08-31T15:51:50.279Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (16.35s)
15:51:50 [2022-08-31T15:51:50.279Z] PASS
15:51:50 [2022-08-31T15:51:50.279Z] 
15:51:50 [2022-08-31T15:51:50.279Z] === Skipped
15:51:50 [2022-08-31T15:51:50.279Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
15:51:50 [2022-08-31T15:51:50.279Z]     build_session_test.go:25: TODO: BuildKit
15:51:50 [2022-08-31T15:51:50.279Z] 
15:51:50 [2022-08-31T15:51:50.279Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
15:51:50 [2022-08-31T15:51:50.279Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
15:51:50 [2022-08-31T15:51:50.279Z] 
15:51:50 [2022-08-31T15:51:50.279Z] DONE 34 tests, 2 skipped in 183.397s
15:51:50 [2022-08-31T15:51:50.279Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
15:51:50 [2022-08-31T15:51:50.279Z] ++ 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
15:51:50 [2022-08-31T15:51:50.279Z] ++ set -e
15:51:50 [2022-08-31T15:51:50.279Z] ++ '[' -n 0 ']'
15:51:50 [2022-08-31T15:51:50.279Z] ++ set -x
15:51:50 [2022-08-31T15:51:50.279Z] ++ env -i DEST=/go/src/github.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
15:51:50 [2022-08-31T15:51:50.279Z] INFO: Testing against a local daemon
15:51:50 [2022-08-31T15:51:50.279Z] === RUN   TestConfigInspect
15:51:50 [2022-08-31T15:51:50.538Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
15:51:51 [2022-08-31T15:51:51.106Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
15:51:51 [2022-08-31T15:51:51.106Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
15:51:51 [2022-08-31T15:51:51.674Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
15:51:52 [2022-08-31T15:51:52.242Z] === RUN   TestDockerSuite/TestBuildScratchCopy
15:51:52 [2022-08-31T15:51:52.811Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
15:51:52 [2022-08-31T15:51:52.811Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
15:51:52 [2022-08-31T15:51:52.811Z] === RUN   TestDockerSuite/TestContainerAPICommit
15:51:53 [2022-08-31T15:51:53.070Z] --- PASS: TestConfigInspect (2.92s)
15:51:53 [2022-08-31T15:51:53.070Z] === RUN   TestConfigList
15:51:54 [2022-08-31T15:51:54.007Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
15:51:54 [2022-08-31T15:51:54.266Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
15:51:56 [2022-08-31T15:51:56.170Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
15:51:56 [2022-08-31T15:51:56.170Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
15:51:56 [2022-08-31T15:51:56.170Z] --- PASS: TestConfigList (2.98s)
15:51:56 [2022-08-31T15:51:56.170Z] === RUN   TestConfigsCreateAndDelete
15:51:56 [2022-08-31T15:51:56.429Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
15:51:56 [2022-08-31T15:51:56.429Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
15:51:57 [2022-08-31T15:51:57.365Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
15:51:57 [2022-08-31T15:51:57.931Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
15:51:58 [2022-08-31T15:51:58.866Z] === RUN   TestDockerSuite/TestContainerAPICreate
15:51:59 [2022-08-31T15:51:59.125Z] --- PASS: TestConfigsCreateAndDelete (3.09s)
15:51:59 [2022-08-31T15:51:59.125Z] === RUN   TestConfigsUpdate
15:51:59 [2022-08-31T15:51:59.384Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
15:51:59 [2022-08-31T15:51:59.642Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
15:51:59 [2022-08-31T15:51:59.642Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
15:51:59 [2022-08-31T15:51:59.642Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
15:52:00 [2022-08-31T15:52:00.209Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
15:52:00 [2022-08-31T15:52:00.209Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
15:52:00 [2022-08-31T15:52:00.468Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
15:52:00 [2022-08-31T15:52:00.468Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
15:52:00 [2022-08-31T15:52:00.468Z] === RUN   TestDockerSuite/TestContainerAPIDelete
15:52:01 [2022-08-31T15:52:01.405Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
15:52:02 [2022-08-31T15:52:02.340Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
15:52:02 [2022-08-31T15:52:02.340Z] --- PASS: TestConfigsUpdate (3.20s)
15:52:02 [2022-08-31T15:52:02.340Z] === RUN   TestTemplatedConfig
15:52:02 [2022-08-31T15:52:02.907Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
15:52:02 [2022-08-31T15:52:02.907Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
15:52:02 [2022-08-31T15:52:02.907Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
15:52:04 [2022-08-31T15:52:04.302Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
15:52:05 [2022-08-31T15:52:05.696Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
15:52:05 [2022-08-31T15:52:05.696Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
15:52:05 [2022-08-31T15:52:05.696Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
15:52:05 [2022-08-31T15:52:05.696Z] --- PASS: TestTemplatedConfig (3.53s)
15:52:05 [2022-08-31T15:52:05.696Z] === RUN   TestConfigCreateResolve
15:52:06 [2022-08-31T15:52:06.263Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
15:52:06 [2022-08-31T15:52:06.829Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
15:52:06 [2022-08-31T15:52:06.829Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
15:52:07 [2022-08-31T15:52:07.765Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
15:52:08 [2022-08-31T15:52:08.700Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
15:52:08 [2022-08-31T15:52:08.700Z] === RUN   TestDockerSuite/TestContainerAPIKill
15:52:08 [2022-08-31T15:52:08.700Z] --- PASS: TestConfigCreateResolve (2.95s)
15:52:08 [2022-08-31T15:52:08.700Z] PASS
15:52:08 [2022-08-31T15:52:08.700Z] 
15:52:08 [2022-08-31T15:52:08.700Z] DONE 6 tests in 18.789s
15:52:08 [2022-08-31T15:52:08.700Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
15:52:08 [2022-08-31T15:52:08.700Z] ++ 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
15:52:08 [2022-08-31T15:52:08.700Z] ++ set -e
15:52:08 [2022-08-31T15:52:08.700Z] ++ '[' -n 0 ']'
15:52:08 [2022-08-31T15:52:08.700Z] ++ set -x
15:52:08 [2022-08-31T15:52:08.700Z] ++ env -i DEST=/go/src/github.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
15:52:08 [2022-08-31T15:52:08.959Z] INFO: Testing against a local daemon
15:52:08 [2022-08-31T15:52:08.959Z] === RUN   TestAttachWithTTY
15:52:08 [2022-08-31T15:52:08.959Z] --- PASS: TestAttachWithTTY (0.05s)
15:52:08 [2022-08-31T15:52:08.959Z] === RUN   TestAttachWithoutTTy
15:52:08 [2022-08-31T15:52:08.959Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestDockerSuite/TestContainerAPIPause
15:52:09 [2022-08-31T15:52:09.218Z] --- PASS: TestAttachWithoutTTy (0.08s)
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestCheckpoint
15:52:09 [2022-08-31T15:52:09.218Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:52:09 [2022-08-31T15:52:09.218Z] --- SKIP: TestCheckpoint (0.00s)
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/commit
15:52:09 [2022-08-31T15:52:09.218Z] === PAUSE TestContainerInvalidJSON/commit
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/create
15:52:09 [2022-08-31T15:52:09.218Z] === PAUSE TestContainerInvalidJSON/containers/create
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
15:52:09 [2022-08-31T15:52:09.218Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
15:52:09 [2022-08-31T15:52:09.218Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
15:52:09 [2022-08-31T15:52:09.218Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:52:09 [2022-08-31T15:52:09.218Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
15:52:09 [2022-08-31T15:52:09.218Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
15:52:09 [2022-08-31T15:52:09.218Z] === CONT  TestContainerInvalidJSON/commit
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
15:52:09 [2022-08-31T15:52:09.218Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/commit/empty_body
15:52:09 [2022-08-31T15:52:09.218Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
15:52:09 [2022-08-31T15:52:09.218Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
15:52:09 [2022-08-31T15:52:09.218Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
15:52:09 [2022-08-31T15:52:09.218Z] === CONT  TestContainerInvalidJSON/containers/create
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
15:52:09 [2022-08-31T15:52:09.218Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
15:52:09 [2022-08-31T15:52:09.218Z] --- PASS: TestContainerInvalidJSON (0.03s)
15:52:09 [2022-08-31T15:52:09.218Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s)
15:52:09 [2022-08-31T15:52:09.218Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
15:52:09 [2022-08-31T15:52:09.218Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]     --- PASS: TestContainerInvalidJSON/commit (0.03s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.01s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.02s)
15:52:09 [2022-08-31T15:52:09.219Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.01s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.01s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
15:52:09 [2022-08-31T15:52:09.219Z] === RUN   TestCopyFromContainerPathDoesNotExist
15:52:09 [2022-08-31T15:52:09.219Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
15:52:09 [2022-08-31T15:52:09.219Z] === RUN   TestCopyFromContainerPathIsNotDir
15:52:09 [2022-08-31T15:52:09.477Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
15:52:09 [2022-08-31T15:52:09.477Z] === RUN   TestCopyToContainerPathDoesNotExist
15:52:09 [2022-08-31T15:52:09.477Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
15:52:09 [2022-08-31T15:52:09.477Z] === RUN   TestCopyEmptyFile
15:52:09 [2022-08-31T15:52:09.736Z] --- PASS: TestCopyEmptyFile (0.40s)
15:52:09 [2022-08-31T15:52:09.736Z] === RUN   TestCopyToContainerPathIsNotDir
15:52:09 [2022-08-31T15:52:09.736Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
15:52:09 [2022-08-31T15:52:09.995Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
15:52:09 [2022-08-31T15:52:09.995Z] === RUN   TestCopyFromContainer
15:52:10 [2022-08-31T15:52:10.562Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
15:52:10 [2022-08-31T15:52:10.820Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
15:52:10 [2022-08-31T15:52:10.820Z] === RUN   TestDockerSuite/TestContainerAPIRename
15:52:11 [2022-08-31T15:52:11.078Z]     check_test.go:540: [dc0a3a2b47d6f] daemon is not started
15:52:11 [2022-08-31T15:52:11.078Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
15:52:11 [2022-08-31T15:52:11.645Z] === RUN   TestDockerSuite/TestContainerAPIRestart
15:52:11 [2022-08-31T15:52:11.645Z] === RUN   TestCopyFromContainer//
15:52:11 [2022-08-31T15:52:11.645Z] === RUN   TestCopyFromContainer//bar/root
15:52:11 [2022-08-31T15:52:11.904Z] === RUN   TestCopyFromContainer//bar/root/
15:52:11 [2022-08-31T15:52:11.904Z] === RUN   TestCopyFromContainer/bar/quux
15:52:12 [2022-08-31T15:52:12.163Z] === RUN   TestCopyFromContainer/bar/quux/
15:52:12 [2022-08-31T15:52:12.163Z] === RUN   TestCopyFromContainer/bar/quux/baz
15:52:12 [2022-08-31T15:52:12.422Z] === RUN   TestCopyFromContainer/bar/filesymlink
15:52:12 [2022-08-31T15:52:12.681Z] === RUN   TestCopyFromContainer/bar/dirsymlink
15:52:12 [2022-08-31T15:52:12.681Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
15:52:12 [2022-08-31T15:52:12.681Z] === RUN   TestCopyFromContainer/bar/notarget
15:52:12 [2022-08-31T15:52:12.940Z] --- PASS: TestCopyFromContainer (3.02s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCopyFromContainer// (0.16s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCopyFromContainer//bar/root (0.14s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.14s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCopyFromContainer/bar/quux (0.14s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.12s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.18s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:52:12 [2022-08-31T15:52:12.940Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:52:12 [2022-08-31T15:52:12.940Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
15:52:12 [2022-08-31T15:52:12.940Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
15:52:12 [2022-08-31T15:52:12.940Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
15:52:12 [2022-08-31T15:52:12.940Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
15:52:12 [2022-08-31T15:52:12.940Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
15:52:12 [2022-08-31T15:52:12.940Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestCreateLinkToNonExistingContainer
15:52:12 [2022-08-31T15:52:12.940Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestCreateWithInvalidEnv
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestCreateWithInvalidEnv/0
15:52:12 [2022-08-31T15:52:12.940Z] === PAUSE TestCreateWithInvalidEnv/0
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestCreateWithInvalidEnv/1
15:52:12 [2022-08-31T15:52:12.940Z] === PAUSE TestCreateWithInvalidEnv/1
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestCreateWithInvalidEnv/2
15:52:12 [2022-08-31T15:52:12.940Z] === PAUSE TestCreateWithInvalidEnv/2
15:52:12 [2022-08-31T15:52:12.940Z] === CONT  TestCreateWithInvalidEnv/0
15:52:12 [2022-08-31T15:52:12.940Z] === CONT  TestCreateWithInvalidEnv/2
15:52:12 [2022-08-31T15:52:12.940Z] === CONT  TestCreateWithInvalidEnv/1
15:52:12 [2022-08-31T15:52:12.940Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
15:52:12 [2022-08-31T15:52:12.940Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestCreateTmpfsMountsTarget
15:52:12 [2022-08-31T15:52:12.940Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestCreateWithCustomMaskedPaths
15:52:12 [2022-08-31T15:52:12.940Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
15:52:13 [2022-08-31T15:52:13.507Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
15:52:14 [2022-08-31T15:52:14.883Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
15:52:14 [2022-08-31T15:52:14.883Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
15:52:14 [2022-08-31T15:52:14.883Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
15:52:14 [2022-08-31T15:52:14.883Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
15:52:14 [2022-08-31T15:52:14.883Z] === RUN   TestDockerSuite/TestContainerAPIStart
15:52:14 [2022-08-31T15:52:14.883Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
15:52:15 [2022-08-31T15:52:15.142Z] --- PASS: TestCreateWithCustomMaskedPaths (2.08s)
15:52:15 [2022-08-31T15:52:15.142Z] === RUN   TestCreateWithCustomReadonlyPaths
15:52:15 [2022-08-31T15:52:15.401Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
15:52:16 [2022-08-31T15:52:16.778Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.73s)
15:52:16 [2022-08-31T15:52:16.778Z] === RUN   TestCreateWithInvalidHealthcheckParams
15:52:16 [2022-08-31T15:52:16.778Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:52:16 [2022-08-31T15:52:16.778Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:52:16 [2022-08-31T15:52:16.778Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:52:16 [2022-08-31T15:52:16.778Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:52:16 [2022-08-31T15:52:16.778Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:52:16 [2022-08-31T15:52:16.778Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:52:16 [2022-08-31T15:52:16.778Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:52:16 [2022-08-31T15:52:16.778Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:52:16 [2022-08-31T15:52:16.778Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:52:16 [2022-08-31T15:52:16.778Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:52:16 [2022-08-31T15:52:16.778Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
15:52:16 [2022-08-31T15:52:16.778Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
15:52:16 [2022-08-31T15:52:16.778Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
15:52:16 [2022-08-31T15:52:16.778Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
15:52:16 [2022-08-31T15:52:16.778Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
15:52:16 [2022-08-31T15:52:16.778Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
15:52:16 [2022-08-31T15:52:16.778Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
15:52:16 [2022-08-31T15:52:16.778Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
15:52:16 [2022-08-31T15:52:16.778Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
15:52:16 [2022-08-31T15:52:16.778Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
15:52:16 [2022-08-31T15:52:16.778Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
15:52:16 [2022-08-31T15:52:16.778Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
15:52:17 [2022-08-31T15:52:17.044Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
15:52:17 [2022-08-31T15:52:17.302Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.52s)
15:52:17 [2022-08-31T15:52:17.302Z] === RUN   TestCreateDifferentPlatform
15:52:17 [2022-08-31T15:52:17.302Z] === RUN   TestCreateDifferentPlatform/different_os
15:52:17 [2022-08-31T15:52:17.302Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
15:52:17 [2022-08-31T15:52:17.302Z] --- PASS: TestCreateDifferentPlatform (0.01s)
15:52:17 [2022-08-31T15:52:17.302Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
15:52:17 [2022-08-31T15:52:17.302Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
15:52:17 [2022-08-31T15:52:17.302Z] === RUN   TestCreateVolumesFromNonExistingContainer
15:52:17 [2022-08-31T15:52:17.302Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
15:52:17 [2022-08-31T15:52:17.302Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
15:52:17 [2022-08-31T15:52:17.560Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
15:52:17 [2022-08-31T15:52:17.560Z] === RUN   TestCreateInvalidHostConfig
15:52:17 [2022-08-31T15:52:17.560Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
15:52:17 [2022-08-31T15:52:17.560Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
15:52:17 [2022-08-31T15:52:17.560Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
15:52:17 [2022-08-31T15:52:17.560Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
15:52:17 [2022-08-31T15:52:17.560Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:52:17 [2022-08-31T15:52:17.560Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:52:17 [2022-08-31T15:52:17.560Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
15:52:17 [2022-08-31T15:52:17.560Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
15:52:17 [2022-08-31T15:52:17.560Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
15:52:17 [2022-08-31T15:52:17.560Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
15:52:17 [2022-08-31T15:52:17.560Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
15:52:17 [2022-08-31T15:52:17.560Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
15:52:17 [2022-08-31T15:52:17.560Z] --- PASS: TestCreateInvalidHostConfig (0.02s)
15:52:17 [2022-08-31T15:52:17.560Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
15:52:17 [2022-08-31T15:52:17.560Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
15:52:17 [2022-08-31T15:52:17.560Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
15:52:17 [2022-08-31T15:52:17.560Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
15:52:17 [2022-08-31T15:52:17.560Z] === RUN   TestContainerStartOnDaemonRestart
15:52:17 [2022-08-31T15:52:17.560Z] === PAUSE TestContainerStartOnDaemonRestart
15:52:17 [2022-08-31T15:52:17.560Z] === RUN   TestDaemonRestartIpcMode
15:52:17 [2022-08-31T15:52:17.560Z] === PAUSE TestDaemonRestartIpcMode
15:52:17 [2022-08-31T15:52:17.560Z] === RUN   TestDaemonHostGatewayIP
15:52:17 [2022-08-31T15:52:17.560Z] === PAUSE TestDaemonHostGatewayIP
15:52:17 [2022-08-31T15:52:17.560Z] === RUN   TestRestartDaemonWithRestartingContainer
15:52:17 [2022-08-31T15:52:17.560Z] === PAUSE TestRestartDaemonWithRestartingContainer
15:52:17 [2022-08-31T15:52:17.560Z] === RUN   TestContainerKillOnDaemonStart
15:52:17 [2022-08-31T15:52:17.560Z] === PAUSE TestContainerKillOnDaemonStart
15:52:17 [2022-08-31T15:52:17.560Z] === RUN   TestDiff
15:52:17 [2022-08-31T15:52:17.819Z] --- PASS: TestDiff (0.42s)
15:52:17 [2022-08-31T15:52:17.819Z] === RUN   TestExecConsoleSize
15:52:18 [2022-08-31T15:52:18.387Z] --- PASS: TestExecConsoleSize (0.48s)
15:52:18 [2022-08-31T15:52:18.387Z] === RUN   TestExecWithCloseStdin
15:52:18 [2022-08-31T15:52:18.952Z] --- PASS: TestExecWithCloseStdin (0.49s)
15:52:18 [2022-08-31T15:52:18.952Z] === RUN   TestExec
15:52:19 [2022-08-31T15:52:19.519Z] --- PASS: TestExec (0.50s)
15:52:19 [2022-08-31T15:52:19.519Z] === RUN   TestExecUser
15:52:19 [2022-08-31T15:52:19.777Z] === RUN   TestDockerSuite/TestContainerAPIStop
15:52:19 [2022-08-31T15:52:19.777Z] --- PASS: TestExecUser (0.54s)
15:52:19 [2022-08-31T15:52:19.777Z] === RUN   TestExportContainerAndImportImage
15:52:20 [2022-08-31T15:52:20.344Z] === RUN   TestDockerSuite/TestContainerAPITop
15:52:20 [2022-08-31T15:52:20.602Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
15:52:20 [2022-08-31T15:52:20.860Z] --- PASS: TestExportContainerAndImportImage (0.90s)
15:52:20 [2022-08-31T15:52:20.860Z] === RUN   TestExportContainerAfterDaemonRestart
15:52:21 [2022-08-31T15:52:21.118Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
15:52:21 [2022-08-31T15:52:21.118Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
15:52:21 [2022-08-31T15:52:21.118Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
15:52:21 [2022-08-31T15:52:21.118Z] === RUN   TestDockerSuite/TestContainerAPIWait
15:52:22 [2022-08-31T15:52:22.052Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s)
15:52:22 [2022-08-31T15:52:22.052Z] === RUN   TestHealthCheckWorkdir
15:52:22 [2022-08-31T15:52:22.985Z] --- PASS: TestHealthCheckWorkdir (0.67s)
15:52:22 [2022-08-31T15:52:22.985Z] === RUN   TestHealthKillContainer
15:52:23 [2022-08-31T15:52:23.550Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
15:52:24 [2022-08-31T15:52:24.117Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
15:52:24 [2022-08-31T15:52:24.117Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
15:52:24 [2022-08-31T15:52:24.684Z]     check_test.go:540: [d441e426a1fcc] daemon is not started
15:52:24 [2022-08-31T15:52:24.684Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
15:52:24 [2022-08-31T15:52:24.943Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>}
15:52:25 [2022-08-31T15:52:25.202Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
15:52:25 [2022-08-31T15:52:25.770Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
15:52:26 [2022-08-31T15:52:26.336Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>}
15:52:26 [2022-08-31T15:52:26.336Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
15:52:27 [2022-08-31T15:52:27.716Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>}
15:52:28 [2022-08-31T15:52:28.650Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
15:52:29 [2022-08-31T15:52:29.217Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>}
15:52:30 [2022-08-31T15:52:30.593Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000d7ec90_<nil>_<nil>}
15:52:30 [2022-08-31T15:52:30.851Z] --- PASS: TestHealthKillContainer (8.00s)
15:52:30 [2022-08-31T15:52:30.851Z] === RUN   TestHealthCheckProcessKilled
15:52:31 [2022-08-31T15:52:31.786Z] --- PASS: TestHealthCheckProcessKilled (0.83s)
15:52:31 [2022-08-31T15:52:31.786Z] === RUN   TestInspectCpusetInConfigPre120
15:52:31 [2022-08-31T15:52:31.786Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13120800797_/foo_false__<nil>_<nil>_<nil>_<nil>}
15:52:32 [2022-08-31T15:52:32.356Z] --- PASS: TestInspectCpusetInConfigPre120 (0.63s)
15:52:32 [2022-08-31T15:52:32.356Z] === RUN   TestIpcModeNone
15:52:32 [2022-08-31T15:52:32.356Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13120800797_/foo_true__<nil>_<nil>_<nil>_<nil>}
15:52:32 [2022-08-31T15:52:32.923Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
15:52:32 [2022-08-31T15:52:32.923Z] --- PASS: TestIpcModeNone (0.76s)
15:52:32 [2022-08-31T15:52:32.923Z] === RUN   TestIpcModePrivate
15:52:33 [2022-08-31T15:52:33.489Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false
15:52:33 [2022-08-31T15:52:33.748Z] --- PASS: TestIpcModePrivate (0.63s)
15:52:33 [2022-08-31T15:52:33.748Z] === RUN   TestIpcModeShareable
15:52:34 [2022-08-31T15:52:34.013Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31868962033_/foo_false__<nil>_<nil>_<nil>_<nil>}
15:52:34 [2022-08-31T15:52:34.013Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true
15:52:34 [2022-08-31T15:52:34.580Z] --- PASS: TestIpcModeShareable (0.77s)
15:52:34 [2022-08-31T15:52:34.580Z] === RUN   TestAPIIpcModeShareableAndContainer
15:52:35 [2022-08-31T15:52:35.147Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
15:52:35 [2022-08-31T15:52:35.147Z]     docker_cli_daemon_test.go:364: unmatched requirement IPv6
15:52:35 [2022-08-31T15:52:35.147Z]     check_test.go:540: [d7dbeb4e2896a] daemon is not started
15:52:35 [2022-08-31T15:52:35.147Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
15:52:35 [2022-08-31T15:52:35.406Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31868962033_/foo_true__<nil>_<nil>_<nil>_<nil>}
15:52:36 [2022-08-31T15:52:36.783Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.17s)
15:52:36 [2022-08-31T15:52:36.783Z] === RUN   TestAPIIpcModeHost
15:52:36 [2022-08-31T15:52:36.783Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31868962033_/foo_true__0xc000d7ecc0_<nil>_<nil>_<nil>}
15:52:37 [2022-08-31T15:52:37.042Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
15:52:37 [2022-08-31T15:52:37.301Z] --- PASS: TestAPIIpcModeHost (0.61s)
15:52:37 [2022-08-31T15:52:37.301Z] === RUN   TestDaemonIpcModeShareable
15:52:38 [2022-08-31T15:52:38.675Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: true, mustBeShared: true
15:52:38 [2022-08-31T15:52:38.675Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000d7ecd8_<nil>_<nil>}
15:52:38 [2022-08-31T15:52:38.675Z] --- PASS: TestDaemonIpcModeShareable (1.47s)
15:52:38 [2022-08-31T15:52:38.675Z] === RUN   TestDaemonIpcModePrivate
15:52:38 [2022-08-31T15:52:38.933Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
15:52:39 [2022-08-31T15:52:39.869Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false
15:52:39 [2022-08-31T15:52:39.869Z] --- PASS: TestDaemonIpcModePrivate (1.32s)
15:52:39 [2022-08-31T15:52:39.869Z] === RUN   TestDaemonIpcModePrivateFromConfig
15:52:40 [2022-08-31T15:52:40.128Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000d7ecf0_<nil>_<nil>}
15:52:40 [2022-08-31T15:52:40.128Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
15:52:41 [2022-08-31T15:52:41.506Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false
15:52:41 [2022-08-31T15:52:41.506Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.41s)
15:52:41 [2022-08-31T15:52:41.506Z] === RUN   TestDaemonIpcModeShareableFromConfig
15:52:41 [2022-08-31T15:52:41.506Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000d7ed08_<nil>_<nil>}
15:52:41 [2022-08-31T15:52:41.765Z]     check_test.go:540: [d6a58cef55614] daemon is not started
15:52:41 [2022-08-31T15:52:41.765Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
15:52:42 [2022-08-31T15:52:42.700Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: true, mustBeShared: true
15:52:42 [2022-08-31T15:52:42.958Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.46s)
15:52:42 [2022-08-31T15:52:42.958Z] === RUN   TestIpcModeOlderClient
15:52:42 [2022-08-31T15:52:42.958Z] === PAUSE TestIpcModeOlderClient
15:52:42 [2022-08-31T15:52:42.958Z] === RUN   TestKillContainerInvalidSignal
15:52:42 [2022-08-31T15:52:42.958Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000d7ed20_<nil>_<nil>}
15:52:43 [2022-08-31T15:52:43.526Z] --- PASS: TestKillContainerInvalidSignal (0.60s)
15:52:43 [2022-08-31T15:52:43.526Z] === RUN   TestKillContainer
15:52:43 [2022-08-31T15:52:43.526Z] === RUN   TestKillContainer/no_signal
15:52:44 [2022-08-31T15:52:44.094Z] === RUN   TestKillContainer/non_killing_signal
15:52:44 [2022-08-31T15:52:44.094Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
15:52:44 [2022-08-31T15:52:44.353Z] === RUN   TestKillContainer/killing_signal
15:52:44 [2022-08-31T15:52:44.611Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
15:52:44 [2022-08-31T15:52:44.611Z]     check_test.go:540: [d615c80a024ba] daemon is not started
15:52:44 [2022-08-31T15:52:44.611Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
15:52:45 [2022-08-31T15:52:45.178Z] --- PASS: TestKillContainer (1.74s)
15:52:45 [2022-08-31T15:52:45.178Z]     --- PASS: TestKillContainer/no_signal (0.56s)
15:52:45 [2022-08-31T15:52:45.178Z]     --- PASS: TestKillContainer/non_killing_signal (0.38s)
15:52:45 [2022-08-31T15:52:45.178Z]     --- PASS: TestKillContainer/killing_signal (0.54s)
15:52:45 [2022-08-31T15:52:45.178Z] === RUN   TestKillWithStopSignalAndRestartPolicies
15:52:45 [2022-08-31T15:52:45.178Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
15:52:46 [2022-08-31T15:52:46.145Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
15:52:46 [2022-08-31T15:52:46.407Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
15:52:46 [2022-08-31T15:52:46.407Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
15:52:46 [2022-08-31T15:52:46.407Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
15:52:46 [2022-08-31T15:52:46.407Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
15:52:46 [2022-08-31T15:52:46.681Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.40s)
15:52:46 [2022-08-31T15:52:46.681Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.79s)
15:52:46 [2022-08-31T15:52:46.681Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.45s)
15:52:46 [2022-08-31T15:52:46.681Z] === RUN   TestKillStoppedContainer
15:52:46 [2022-08-31T15:52:46.681Z] --- PASS: TestKillStoppedContainer (0.05s)
15:52:46 [2022-08-31T15:52:46.681Z] === RUN   TestKillStoppedContainerAPIPre120
15:52:46 [2022-08-31T15:52:46.681Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
15:52:46 [2022-08-31T15:52:46.681Z] === RUN   TestKillDifferentUserContainer
15:52:47 [2022-08-31T15:52:47.251Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
15:52:47 [2022-08-31T15:52:47.524Z] --- PASS: TestKillDifferentUserContainer (0.89s)
15:52:47 [2022-08-31T15:52:47.524Z] === RUN   TestInspectOomKilledTrue
15:52:47 [2022-08-31T15:52:47.524Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
15:52:47 [2022-08-31T15:52:47.524Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
15:52:47 [2022-08-31T15:52:47.524Z] === RUN   TestInspectOomKilledFalse
15:52:47 [2022-08-31T15:52:47.524Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
15:52:47 [2022-08-31T15:52:47.524Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
15:52:47 [2022-08-31T15:52:47.524Z] === RUN   TestLinksEtcHostsContentMatch
15:52:48 [2022-08-31T15:52:48.104Z]     docker_cli_daemon_plugins_test.go:80: [dfd807685318f] daemon is not started
15:52:48 [2022-08-31T15:52:48.104Z] --- PASS: TestLinksEtcHostsContentMatch (0.47s)
15:52:48 [2022-08-31T15:52:48.104Z] === RUN   TestLinksContainerNames
15:52:48 [2022-08-31T15:52:48.675Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
15:52:51 [2022-08-31T15:52:51.931Z] --- PASS: TestLinksContainerNames (1.38s)
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestLogsFollowTailEmpty
15:52:51 [2022-08-31T15:52:51.931Z] --- PASS: TestLogsFollowTailEmpty (0.57s)
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestLogs
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestLogs/driver_local
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestLogs/driver_local/tty/only_stdout
15:52:51 [2022-08-31T15:52:51.931Z] === PAUSE TestLogs/driver_local/tty/only_stdout
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestLogs/driver_local/tty/only_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === PAUSE TestLogs/driver_local/tty/only_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
15:52:51 [2022-08-31T15:52:51.931Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
15:52:51 [2022-08-31T15:52:51.931Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
15:52:51 [2022-08-31T15:52:51.931Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === CONT  TestLogs/driver_local/tty/only_stderr
15:52:51 [2022-08-31T15:52:51.931Z] === CONT  TestLogs/driver_local/tty/only_stdout
15:52:51 [2022-08-31T15:52:51.931Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
15:52:52 [2022-08-31T15:52:52.865Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
15:52:52 [2022-08-31T15:52:52.865Z] === RUN   TestLogs/driver_json-file
15:52:52 [2022-08-31T15:52:52.865Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
15:52:52 [2022-08-31T15:52:52.865Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
15:52:52 [2022-08-31T15:52:52.865Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
15:52:52 [2022-08-31T15:52:52.865Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
15:52:52 [2022-08-31T15:52:52.865Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
15:52:52 [2022-08-31T15:52:52.865Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
15:52:52 [2022-08-31T15:52:52.865Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:52:52 [2022-08-31T15:52:52.865Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:52:52 [2022-08-31T15:52:52.865Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
15:52:52 [2022-08-31T15:52:52.865Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
15:52:52 [2022-08-31T15:52:52.865Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
15:52:52 [2022-08-31T15:52:52.865Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
15:52:52 [2022-08-31T15:52:52.865Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
15:52:52 [2022-08-31T15:52:52.865Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
15:52:53 [2022-08-31T15:52:53.433Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
15:52:53 [2022-08-31T15:52:53.433Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
15:52:53 [2022-08-31T15:52:53.691Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
15:52:53 [2022-08-31T15:52:53.691Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
15:52:54 [2022-08-31T15:52:54.258Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
15:52:54 [2022-08-31T15:52:54.516Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
15:52:54 [2022-08-31T15:52:54.775Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
15:52:55 [2022-08-31T15:52:55.033Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
15:52:55 [2022-08-31T15:52:55.599Z] --- PASS: TestLogs (5.65s)
15:52:55 [2022-08-31T15:52:55.599Z]     --- PASS: TestLogs/driver_local (0.01s)
15:52:55 [2022-08-31T15:52:55.599Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.85s)
15:52:55 [2022-08-31T15:52:55.599Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.02s)
15:52:55 [2022-08-31T15:52:55.599Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.79s)
15:52:55 [2022-08-31T15:52:55.599Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.02s)
15:52:55 [2022-08-31T15:52:55.599Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.81s)
15:52:55 [2022-08-31T15:52:55.599Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.89s)
15:52:55 [2022-08-31T15:52:55.599Z]     --- PASS: TestLogs/driver_json-file (0.01s)
15:52:55 [2022-08-31T15:52:55.599Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.96s)
15:52:55 [2022-08-31T15:52:55.599Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.98s)
15:52:55 [2022-08-31T15:52:55.600Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.88s)
15:52:55 [2022-08-31T15:52:55.600Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.95s)
15:52:55 [2022-08-31T15:52:55.600Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.88s)
15:52:55 [2022-08-31T15:52:55.600Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.05s)
15:52:55 [2022-08-31T15:52:55.600Z] === RUN   TestContainerNetworkMountsNoChown
15:52:55 [2022-08-31T15:52:55.858Z] === RUN   TestDockerSuite/TestExecAPIStart
15:52:56 [2022-08-31T15:52:56.425Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s)
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/default
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/default
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/private
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/private
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rprivate
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rprivate
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/slave
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/slave
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rslave
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rslave
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/shared
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/shared
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rshared
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rshared
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/default
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/default/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/default/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/default/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/default/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/default/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/default/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/default/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/rshared
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rshared/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rshared/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/rshared/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/shared
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/shared/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/shared/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/shared/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/shared/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/rslave
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rslave/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rslave/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/slave
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/slave/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/slave/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/slave/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/slave/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/rprivate
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/private
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/private/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/private/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/private/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/private/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/private/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === RUN   TestMountDaemonRoot/private/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/default/bind_root
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/default/mount_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/default/mount_root
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
15:52:56 [2022-08-31T15:52:56.425Z] === CONT  TestMountDaemonRoot/rshared/bind_root
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/shared/bind_root
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/rslave/bind_root
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/shared/mount_root
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/slave/bind_root
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/rslave/mount_root
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
15:52:56 [2022-08-31T15:52:56.683Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
15:52:56 [2022-08-31T15:52:56.942Z] === CONT  TestMountDaemonRoot/slave/mount_root
15:52:56 [2022-08-31T15:52:56.942Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
15:52:56 [2022-08-31T15:52:56.942Z] === CONT  TestMountDaemonRoot/private/bind_root
15:52:56 [2022-08-31T15:52:56.942Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
15:52:56 [2022-08-31T15:52:56.942Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
15:52:56 [2022-08-31T15:52:56.942Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
15:52:56 [2022-08-31T15:52:56.942Z] === CONT  TestMountDaemonRoot/private/mount_subpath
15:52:56 [2022-08-31T15:52:56.942Z] === CONT  TestMountDaemonRoot/private/mount_root
15:52:56 [2022-08-31T15:52:56.942Z] === CONT  TestMountDaemonRoot/private/bind_subpath
15:52:56 [2022-08-31T15:52:56.942Z] --- PASS: TestMountDaemonRoot (0.03s)
15:52:56 [2022-08-31T15:52:56.942Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
15:52:56 [2022-08-31T15:52:56.942Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
15:52:56 [2022-08-31T15:52:56.942Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
15:52:56 [2022-08-31T15:52:56.942Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
15:52:56 [2022-08-31T15:52:56.942Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
15:52:56 [2022-08-31T15:52:56.942Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
15:52:56 [2022-08-31T15:52:56.942Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
15:52:56 [2022-08-31T15:52:56.942Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
15:52:56 [2022-08-31T15:52:56.942Z] === RUN   TestContainerBindMountNonRecursive
15:52:57 [2022-08-31T15:52:57.200Z]     docker_cli_daemon_plugins_test.go:170: [d32de97f97880] daemon is not started
15:52:57 [2022-08-31T15:52:57.200Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
15:52:58 [2022-08-31T15:52:58.137Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
15:52:58 [2022-08-31T15:52:58.704Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
15:52:58 [2022-08-31T15:52:58.704Z] --- PASS: TestContainerBindMountNonRecursive (1.86s)
15:52:58 [2022-08-31T15:52:58.704Z] === RUN   TestContainerVolumesMountedAsShared
15:52:58 [2022-08-31T15:52:58.963Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
15:52:59 [2022-08-31T15:52:59.531Z] --- PASS: TestContainerVolumesMountedAsShared (0.65s)
15:52:59 [2022-08-31T15:52:59.531Z] === RUN   TestContainerVolumesMountedAsSlave
15:53:00 [2022-08-31T15:53:00.098Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
15:53:00 [2022-08-31T15:53:00.098Z] --- PASS: TestContainerVolumesMountedAsSlave (0.59s)
15:53:00 [2022-08-31T15:53:00.098Z] === RUN   TestNetworkNat
15:53:01 [2022-08-31T15:53:01.034Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
15:53:01 [2022-08-31T15:53:01.034Z] --- PASS: TestNetworkNat (0.86s)
15:53:01 [2022-08-31T15:53:01.034Z] === RUN   TestNetworkLocalhostTCPNat
15:53:01 [2022-08-31T15:53:01.601Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s)
15:53:01 [2022-08-31T15:53:01.601Z] === RUN   TestNetworkLoopbackNat
15:53:01 [2022-08-31T15:53:01.860Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
15:53:02 [2022-08-31T15:53:02.425Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
15:53:02 [2022-08-31T15:53:02.684Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
15:53:02 [2022-08-31T15:53:02.684Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
15:53:03 [2022-08-31T15:53:03.251Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
15:53:03 [2022-08-31T15:53:03.510Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
15:53:03 [2022-08-31T15:53:03.768Z]     check_test.go:540: [da9ee7cc616a6] daemon is not started
15:53:03 [2022-08-31T15:53:03.768Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
15:53:04 [2022-08-31T15:53:04.335Z] === RUN   TestDockerSuite/TestExecStateCleanup
15:53:04 [2022-08-31T15:53:04.903Z] --- PASS: TestNetworkLoopbackNat (3.05s)
15:53:04 [2022-08-31T15:53:04.903Z] === RUN   TestPause
15:53:05 [2022-08-31T15:53:05.472Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
15:53:05 [2022-08-31T15:53:05.472Z] --- PASS: TestPause (0.75s)
15:53:05 [2022-08-31T15:53:05.472Z] === RUN   TestPauseFailsOnWindowsServerContainers
15:53:05 [2022-08-31T15:53:05.472Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:53:05 [2022-08-31T15:53:05.472Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
15:53:05 [2022-08-31T15:53:05.472Z] === RUN   TestPauseStopPausedContainer
15:53:06 [2022-08-31T15:53:06.039Z] --- PASS: TestPauseStopPausedContainer (0.51s)
15:53:06 [2022-08-31T15:53:06.039Z] === RUN   TestPidHost
15:53:06 [2022-08-31T15:53:06.606Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
15:53:07 [2022-08-31T15:53:07.542Z] --- PASS: TestPidHost (1.28s)
15:53:07 [2022-08-31T15:53:07.542Z] === RUN   TestPsFilter
15:53:07 [2022-08-31T15:53:07.542Z] --- PASS: TestPsFilter (0.17s)
15:53:07 [2022-08-31T15:53:07.542Z] === RUN   TestRemoveContainerWithRemovedVolume
15:53:08 [2022-08-31T15:53:08.109Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.67s)
15:53:08 [2022-08-31T15:53:08.109Z] === RUN   TestRemoveContainerWithVolume
15:53:08 [2022-08-31T15:53:08.109Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
15:53:08 [2022-08-31T15:53:08.674Z] --- PASS: TestRemoveContainerWithVolume (0.50s)
15:53:08 [2022-08-31T15:53:08.674Z] === RUN   TestRemoveContainerRunning
15:53:09 [2022-08-31T15:53:09.241Z] --- PASS: TestRemoveContainerRunning (0.54s)
15:53:09 [2022-08-31T15:53:09.241Z] === RUN   TestRemoveContainerForceRemoveRunning
15:53:09 [2022-08-31T15:53:09.499Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
15:53:09 [2022-08-31T15:53:09.757Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.60s)
15:53:09 [2022-08-31T15:53:09.757Z] === RUN   TestRemoveInvalidContainer
15:53:09 [2022-08-31T15:53:09.757Z] --- PASS: TestRemoveInvalidContainer (0.01s)
15:53:09 [2022-08-31T15:53:09.757Z] === RUN   TestRenameLinkedContainer
15:53:11 [2022-08-31T15:53:11.132Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
15:53:12 [2022-08-31T15:53:12.066Z] --- PASS: TestRenameLinkedContainer (2.17s)
15:53:12 [2022-08-31T15:53:12.066Z] === RUN   TestRenameStoppedContainer
15:53:12 [2022-08-31T15:53:12.324Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
15:53:12 [2022-08-31T15:53:12.582Z] --- PASS: TestRenameStoppedContainer (0.56s)
15:53:12 [2022-08-31T15:53:12.582Z] === RUN   TestRenameRunningContainerAndReuse
15:53:13 [2022-08-31T15:53:13.517Z] --- PASS: TestRenameRunningContainerAndReuse (1.03s)
15:53:13 [2022-08-31T15:53:13.517Z] === RUN   TestRenameInvalidName
15:53:14 [2022-08-31T15:53:14.087Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
15:53:14 [2022-08-31T15:53:14.087Z] --- PASS: TestRenameInvalidName (0.59s)
15:53:14 [2022-08-31T15:53:14.087Z] === RUN   TestRenameAnonymousContainer
15:53:14 [2022-08-31T15:53:14.653Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
15:53:15 [2022-08-31T15:53:15.589Z] === RUN   TestDockerSuite/TestGetContainerStats
15:53:15 [2022-08-31T15:53:15.847Z] --- PASS: TestRenameAnonymousContainer (1.81s)
15:53:15 [2022-08-31T15:53:15.847Z] === RUN   TestRenameContainerWithSameName
15:53:16 [2022-08-31T15:53:16.413Z] --- PASS: TestRenameContainerWithSameName (0.46s)
15:53:16 [2022-08-31T15:53:16.413Z] === RUN   TestRenameContainerWithLinkedContainer
15:53:17 [2022-08-31T15:53:17.349Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s)
15:53:17 [2022-08-31T15:53:17.349Z] === RUN   TestResize
15:53:17 [2022-08-31T15:53:17.915Z] --- PASS: TestResize (0.44s)
15:53:17 [2022-08-31T15:53:17.915Z] === RUN   TestResizeWithInvalidSize
15:53:17 [2022-08-31T15:53:17.915Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
15:53:18 [2022-08-31T15:53:18.173Z] --- PASS: TestResizeWithInvalidSize (0.49s)
15:53:18 [2022-08-31T15:53:18.173Z] === RUN   TestResizeWhenContainerNotStarted
15:53:18 [2022-08-31T15:53:18.740Z] --- PASS: TestResizeWhenContainerNotStarted (0.46s)
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
15:53:18 [2022-08-31T15:53:18.740Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
15:53:20 [2022-08-31T15:53:20.113Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
15:53:21 [2022-08-31T15:53:21.049Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
15:53:22 [2022-08-31T15:53:22.422Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
15:53:23 [2022-08-31T15:53:23.356Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
15:53:23 [2022-08-31T15:53:23.356Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
15:53:24 [2022-08-31T15:53:24.730Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
15:53:24 [2022-08-31T15:53:24.731Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
15:53:24 [2022-08-31T15:53:24.731Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
15:53:25 [2022-08-31T15:53:25.025Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
15:53:26 [2022-08-31T15:53:26.957Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
15:53:28 [2022-08-31T15:53:28.858Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
15:53:28 [2022-08-31T15:53:28.858Z]     check_test.go:540: [d4ef9cccd8eef] daemon is not started
15:53:28 [2022-08-31T15:53:28.858Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
15:53:29 [2022-08-31T15:53:29.047Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd
15:53:29 [2022-08-31T15:53:29.047Z] Copying nested executables into bundles/cross/linux/amd64-daemon
15:53:29 [2022-08-31T15:53:29.047Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy
15:53:29 [2022-08-31T15:53:29.047Z] GOOS="linux" GOARCH="amd64" GOARM=""
15:53:29 [2022-08-31T15:53:29.047Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy
15:53:29 [2022-08-31T15:53:29.047Z] Cross building: bundles/cross/windows/amd64
15:53:29 [2022-08-31T15:53:29.047Z] +++++++ cat ./cli/winresources/dockerd/winres.json
15:53:29 [2022-08-31T15:53:29.047Z] {
15:53:29 [2022-08-31T15:53:29.047Z]   "RT_GROUP_ICON": {
15:53:29 [2022-08-31T15:53:29.047Z]     "#1": {
15:53:29 [2022-08-31T15:53:29.047Z]       "0409": "../../winresources/docker.ico"
15:53:29 [2022-08-31T15:53:29.047Z]     }
15:53:29 [2022-08-31T15:53:29.047Z]   },
15:53:29 [2022-08-31T15:53:29.047Z]   "RT_MANIFEST": {
15:53:29 [2022-08-31T15:53:29.047Z]     "#1": {
15:53:29 [2022-08-31T15:53:29.047Z]       "0409": {
15:53:29 [2022-08-31T15:53:29.047Z]         "identity": {},
15:53:29 [2022-08-31T15:53:29.047Z]         "description": "Docker Engine",
15:53:29 [2022-08-31T15:53:29.047Z]         "minimum-os": "vista",
15:53:29 [2022-08-31T15:53:29.047Z]         "execution-level": "",
15:53:29 [2022-08-31T15:53:29.047Z]         "ui-access": false,
15:53:29 [2022-08-31T15:53:29.047Z]         "auto-elevate": false,
15:53:29 [2022-08-31T15:53:29.047Z]         "dpi-awareness": "unaware",
15:53:29 [2022-08-31T15:53:29.047Z]         "disable-theming": false,
15:53:29 [2022-08-31T15:53:29.047Z]         "disable-window-filtering": false,
15:53:29 [2022-08-31T15:53:29.047Z]         "high-resolution-scrolling-aware": false,
15:53:29 [2022-08-31T15:53:29.047Z]         "ultra-high-resolution-scrolling-aware": false,
15:53:29 [2022-08-31T15:53:29.047Z]         "long-path-aware": false,
15:53:29 [2022-08-31T15:53:29.047Z]         "printer-driver-isolation": false,
15:53:29 [2022-08-31T15:53:29.047Z]         "gdi-scaling": false,
15:53:29 [2022-08-31T15:53:29.047Z]         "segment-heap": false,
15:53:29 [2022-08-31T15:53:29.047Z]         "use-common-controls-v6": false
15:53:29 [2022-08-31T15:53:29.047Z]       }
15:53:29 [2022-08-31T15:53:29.047Z]     }
15:53:29 [2022-08-31T15:53:29.047Z]   },
15:53:29 [2022-08-31T15:53:29.047Z]   "RT_MESSAGETABLE": {
15:53:29 [2022-08-31T15:53:29.047Z]     "#1": {
15:53:29 [2022-08-31T15:53:29.047Z]       "0409": "../../winresources/event_messages.bin"
15:53:29 [2022-08-31T15:53:29.047Z]     }
15:53:29 [2022-08-31T15:53:29.047Z]   },
15:53:29 [2022-08-31T15:53:29.047Z]   "RT_VERSION": {
15:53:29 [2022-08-31T15:53:29.047Z]     "#1": {
15:53:29 [2022-08-31T15:53:29.047Z]       "0409": {
15:53:29 [2022-08-31T15:53:29.047Z]         "fixed": {
15:53:29 [2022-08-31T15:53:29.047Z]           "file_version": "0.0.0.0",
15:53:29 [2022-08-31T15:53:29.047Z]           "product_version": "0.0.0.0",
15:53:29 [2022-08-31T15:53:29.047Z]           "type": "Unknown"
15:53:29 [2022-08-31T15:53:29.047Z]         },
15:53:29 [2022-08-31T15:53:29.047Z]         "info": {
15:53:29 [2022-08-31T15:53:29.047Z]           "0000": {
15:53:29 [2022-08-31T15:53:29.047Z]             "CompanyName": "",
15:53:29 [2022-08-31T15:53:29.047Z]             "FileVersion": "dev",
15:53:29 [2022-08-31T15:53:29.047Z]             "LegalCopyright": "Copyright ยฉ 2015-2022 Docker Inc.",
15:53:29 [2022-08-31T15:53:29.047Z]             "OriginalFileName": "dockerd.exe",
15:53:29 [2022-08-31T15:53:29.047Z]             "ProductName": "",
15:53:29 [2022-08-31T15:53:29.047Z]             "ProductVersion": "dev",
15:53:29 [2022-08-31T15:53:29.047Z]             "SpecialBuild": "5591187178010bd407f0784bf83909ec395d7b97"
15:53:29 [2022-08-31T15:53:29.047Z]           }
15:53:29 [2022-08-31T15:53:29.047Z]         }
15:53:29 [2022-08-31T15:53:29.047Z]       }
15:53:29 [2022-08-31T15:53:29.047Z]     }
15:53:29 [2022-08-31T15:53:29.047Z]   }
15:53:29 [2022-08-31T15:53:29.047Z] }
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/config.go
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/config_windows.go
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/daemon.go
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/daemon_test.go
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/daemon_windows.go
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/docker.go
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/docker_windows.go
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/genwinres_windows.go
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/metrics.go
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/options.go
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/options_test.go
15:53:29 [2022-08-31T15:53:29.047Z] cmd/dockerd/service_windows.go
15:53:29 [2022-08-31T15:53:29.048Z] Building: bundles/cross/windows/amd64-daemon/dockerd.exe
15:53:29 [2022-08-31T15:53:29.048Z] GOOS="windows" GOARCH="amd64" GOARM=""
15:53:29 [2022-08-31T15:53:29.116Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
15:53:31 [2022-08-31T15:53:31.021Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
15:53:31 [2022-08-31T15:53:31.280Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
15:53:31 [2022-08-31T15:53:31.848Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
15:53:32 [2022-08-31T15:53:32.107Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
15:53:32 [2022-08-31T15:53:32.107Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
15:53:32 [2022-08-31T15:53:32.107Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
15:53:33 [2022-08-31T15:53:33.487Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
15:53:33 [2022-08-31T15:53:33.487Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
15:53:34 [2022-08-31T15:53:34.423Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
15:53:34 [2022-08-31T15:53:34.682Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
15:53:35 [2022-08-31T15:53:35.250Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
15:53:36 [2022-08-31T15:53:36.186Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
15:53:36 [2022-08-31T15:53:36.754Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
15:53:37 [2022-08-31T15:53:37.013Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
15:53:37 [2022-08-31T15:53:37.949Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
15:53:37 [2022-08-31T15:53:37.949Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
15:53:37 [2022-08-31T15:53:37.949Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
15:53:39 [2022-08-31T15:53:39.328Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
15:53:39 [2022-08-31T15:53:39.586Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
15:53:39 [2022-08-31T15:53:39.587Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
15:53:40 [2022-08-31T15:53:40.156Z] === RUN   TestDockerSuite/TestLogsAPIUntil
15:53:42 [2022-08-31T15:53:42.688Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
15:53:42 [2022-08-31T15:53:42.688Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.12s)
15:53:42 [2022-08-31T15:53:42.688Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.33s)
15:53:42 [2022-08-31T15:53:42.688Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.53s)
15:53:42 [2022-08-31T15:53:42.688Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s)
15:53:42 [2022-08-31T15:53:42.688Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.26s)
15:53:42 [2022-08-31T15:53:42.688Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s)
15:53:42 [2022-08-31T15:53:42.689Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.24s)
15:53:42 [2022-08-31T15:53:42.689Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.32s)
15:53:42 [2022-08-31T15:53:42.689Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.68s)
15:53:42 [2022-08-31T15:53:42.689Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.73s)
15:53:42 [2022-08-31T15:53:42.689Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.91s)
15:53:42 [2022-08-31T15:53:42.689Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.21s)
15:53:42 [2022-08-31T15:53:42.689Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.89s)
15:53:42 [2022-08-31T15:53:42.689Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.00s)
15:53:42 [2022-08-31T15:53:42.689Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.65s)
15:53:42 [2022-08-31T15:53:42.689Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.90s)
15:53:42 [2022-08-31T15:53:42.689Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
15:53:42 [2022-08-31T15:53:42.689Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
15:53:44 [2022-08-31T15:53:44.065Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
15:53:44 [2022-08-31T15:53:44.065Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
15:53:45 [2022-08-31T15:53:45.441Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
15:53:45 [2022-08-31T15:53:45.441Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
15:53:46 [2022-08-31T15:53:46.008Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (3.47s)
15:53:46 [2022-08-31T15:53:46.008Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (1.44s)
15:53:46 [2022-08-31T15:53:46.008Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (2.02s)
15:53:46 [2022-08-31T15:53:46.008Z] === RUN   TestCgroupNamespacesRun
15:53:47 [2022-08-31T15:53:47.908Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
15:53:47 [2022-08-31T15:53:47.908Z] --- PASS: TestCgroupNamespacesRun (1.50s)
15:53:47 [2022-08-31T15:53:47.908Z] === RUN   TestCgroupNamespacesRunPrivileged
15:53:48 [2022-08-31T15:53:48.476Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
15:53:48 [2022-08-31T15:53:48.735Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.28s)
15:53:48 [2022-08-31T15:53:48.735Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
15:53:50 [2022-08-31T15:53:50.113Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
15:53:50 [2022-08-31T15:53:50.372Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.65s)
15:53:50 [2022-08-31T15:53:50.372Z] === RUN   TestCgroupNamespacesRunHostMode
15:53:50 [2022-08-31T15:53:50.631Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
15:53:52 [2022-08-31T15:53:52.533Z] === RUN   TestDockerSuite/TestPostContainersAttach
15:53:52 [2022-08-31T15:53:52.533Z] --- PASS: TestCgroupNamespacesRunHostMode (1.92s)
15:53:52 [2022-08-31T15:53:52.533Z] === RUN   TestCgroupNamespacesRunPrivateMode
15:53:52 [2022-08-31T15:53:52.791Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
15:53:53 [2022-08-31T15:53:53.724Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.35s)
15:53:53 [2022-08-31T15:53:53.724Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
15:53:55 [2022-08-31T15:53:55.628Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.49s)
15:53:55 [2022-08-31T15:53:55.628Z] === RUN   TestCgroupNamespacesRunInvalidMode
15:53:55 [2022-08-31T15:53:55.628Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
15:53:56 [2022-08-31T15:53:56.199Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.79s)
15:53:56 [2022-08-31T15:53:56.199Z] === RUN   TestCgroupNamespacesRunOlderClient
15:53:57 [2022-08-31T15:53:57.581Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.51s)
15:53:57 [2022-08-31T15:53:57.581Z] === RUN   TestNISDomainname
15:53:58 [2022-08-31T15:53:58.518Z] --- PASS: TestNISDomainname (0.74s)
15:53:58 [2022-08-31T15:53:58.518Z] === RUN   TestHostnameDnsResolution
15:53:59 [2022-08-31T15:53:59.085Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
15:53:59 [2022-08-31T15:53:59.085Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
15:53:59 [2022-08-31T15:53:59.085Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
15:53:59 [2022-08-31T15:53:59.344Z] --- PASS: TestHostnameDnsResolution (1.16s)
15:53:59 [2022-08-31T15:53:59.344Z] === RUN   TestUnprivilegedPortsAndPing
15:53:59 [2022-08-31T15:53:59.603Z]     check_test.go:540: [dcedafbc6c289] daemon is not started
15:53:59 [2022-08-31T15:53:59.603Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
15:53:59 [2022-08-31T15:53:59.864Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
15:53:59 [2022-08-31T15:53:59.864Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
15:54:00 [2022-08-31T15:54:00.431Z] --- PASS: TestUnprivilegedPortsAndPing (0.99s)
15:54:00 [2022-08-31T15:54:00.431Z] === RUN   TestPrivilegedHostDevices
15:54:00 [2022-08-31T15:54:00.689Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
15:54:00 [2022-08-31T15:54:00.689Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
15:54:01 [2022-08-31T15:54:01.260Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
15:54:01 [2022-08-31T15:54:01.260Z] --- PASS: TestPrivilegedHostDevices (0.84s)
15:54:01 [2022-08-31T15:54:01.260Z] === RUN   TestRunConsoleSize
15:54:01 [2022-08-31T15:54:01.260Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
15:54:01 [2022-08-31T15:54:01.518Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
15:54:02 [2022-08-31T15:54:02.085Z] --- PASS: TestRunConsoleSize (0.74s)
15:54:02 [2022-08-31T15:54:02.085Z] === RUN   TestRunWithAlternativeContainerdShim
15:54:03 [2022-08-31T15:54:03.021Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
15:54:03 [2022-08-31T15:54:03.021Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
15:54:03 [2022-08-31T15:54:03.588Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
15:54:03 [2022-08-31T15:54:03.847Z] === RUN   TestDockerSuite/TestAttachAfterDetach
15:54:04 [2022-08-31T15:54:04.784Z] --- PASS: TestRunWithAlternativeContainerdShim (2.82s)
15:54:04 [2022-08-31T15:54:04.784Z] === RUN   TestStats
15:54:05 [2022-08-31T15:54:05.720Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
15:54:07 [2022-08-31T15:54:07.621Z] === RUN   TestDockerSuite/TestAttachDetach
15:54:07 [2022-08-31T15:54:07.622Z] --- PASS: TestStats (2.66s)
15:54:07 [2022-08-31T15:54:07.622Z] === RUN   TestStopContainerWithTimeout
15:54:07 [2022-08-31T15:54:07.622Z] === RUN   TestStopContainerWithTimeout/0
15:54:07 [2022-08-31T15:54:07.622Z] === PAUSE TestStopContainerWithTimeout/0
15:54:07 [2022-08-31T15:54:07.622Z] === RUN   TestStopContainerWithTimeout/1
15:54:07 [2022-08-31T15:54:07.622Z] === PAUSE TestStopContainerWithTimeout/1
15:54:07 [2022-08-31T15:54:07.622Z] === RUN   TestStopContainerWithTimeout/3
15:54:07 [2022-08-31T15:54:07.622Z] === PAUSE TestStopContainerWithTimeout/3
15:54:07 [2022-08-31T15:54:07.622Z] === RUN   TestStopContainerWithTimeout/-1
15:54:07 [2022-08-31T15:54:07.622Z] === PAUSE TestStopContainerWithTimeout/-1
15:54:07 [2022-08-31T15:54:07.622Z] === CONT  TestStopContainerWithTimeout/0
15:54:07 [2022-08-31T15:54:07.622Z] === CONT  TestStopContainerWithTimeout/-1
15:54:08 [2022-08-31T15:54:08.557Z] === RUN   TestDockerSuite/TestAttachDisconnect
15:54:08 [2022-08-31T15:54:08.557Z] === CONT  TestStopContainerWithTimeout/3
15:54:09 [2022-08-31T15:54:09.492Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
15:54:10 [2022-08-31T15:54:10.452Z] === CONT  TestStopContainerWithTimeout/1
15:54:11 [2022-08-31T15:54:11.040Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
15:54:11 [2022-08-31T15:54:11.040Z] === RUN   TestDockerSuite/TestAttachPausedContainer
15:54:11 [2022-08-31T15:54:11.979Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
15:54:12 [2022-08-31T15:54:12.237Z] --- PASS: TestStopContainerWithTimeout (0.02s)
15:54:12 [2022-08-31T15:54:12.237Z]     --- PASS: TestStopContainerWithTimeout/0 (1.04s)
15:54:12 [2022-08-31T15:54:12.237Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.95s)
15:54:12 [2022-08-31T15:54:12.237Z]     --- PASS: TestStopContainerWithTimeout/3 (2.75s)
15:54:12 [2022-08-31T15:54:12.237Z]     --- PASS: TestStopContainerWithTimeout/1 (1.68s)
15:54:12 [2022-08-31T15:54:12.237Z] === RUN   TestDeleteDevicemapper
15:54:12 [2022-08-31T15:54:12.237Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:54:12 [2022-08-31T15:54:12.237Z] --- SKIP: TestDeleteDevicemapper (0.00s)
15:54:12 [2022-08-31T15:54:12.237Z] === RUN   TestStopContainerWithRestartPolicyAlways
15:54:12 [2022-08-31T15:54:12.803Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
15:54:13 [2022-08-31T15:54:13.739Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
15:54:15 [2022-08-31T15:54:15.116Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.98s)
15:54:15 [2022-08-31T15:54:15.116Z] === RUN   TestUpdateMemory
15:54:15 [2022-08-31T15:54:15.116Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
15:54:15 [2022-08-31T15:54:15.116Z] --- SKIP: TestUpdateMemory (0.00s)
15:54:15 [2022-08-31T15:54:15.116Z] === RUN   TestUpdateCPUQuota
15:54:15 [2022-08-31T15:54:15.116Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
15:54:16 [2022-08-31T15:54:16.492Z] --- PASS: TestUpdateCPUQuota (1.39s)
15:54:16 [2022-08-31T15:54:16.492Z] === RUN   TestUpdatePidsLimit
15:54:16 [2022-08-31T15:54:16.492Z] === RUN   TestUpdatePidsLimit/update_from_none
15:54:16 [2022-08-31T15:54:16.750Z] === RUN   TestUpdatePidsLimit/no_change
15:54:17 [2022-08-31T15:54:17.317Z] === RUN   TestUpdatePidsLimit/update_lower
15:54:17 [2022-08-31T15:54:17.317Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
15:54:17 [2022-08-31T15:54:17.575Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
15:54:17 [2022-08-31T15:54:17.834Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
15:54:18 [2022-08-31T15:54:18.402Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
15:54:18 [2022-08-31T15:54:18.669Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
15:54:20 [2022-08-31T15:54:20.050Z] --- PASS: TestUpdatePidsLimit (3.33s)
15:54:20 [2022-08-31T15:54:20.050Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.31s)
15:54:20 [2022-08-31T15:54:20.050Z]     --- PASS: TestUpdatePidsLimit/no_change (0.36s)
15:54:20 [2022-08-31T15:54:20.050Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.35s)
15:54:20 [2022-08-31T15:54:20.050Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.31s)
15:54:20 [2022-08-31T15:54:20.050Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s)
15:54:20 [2022-08-31T15:54:20.050Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s)
15:54:20 [2022-08-31T15:54:20.050Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s)
15:54:20 [2022-08-31T15:54:20.050Z] === RUN   TestUpdateRestartPolicy
15:54:20 [2022-08-31T15:54:20.616Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
15:54:20 [2022-08-31T15:54:20.616Z]     docker_cli_daemon_test.go:233: unmatched requirement Devicemapper
15:54:20 [2022-08-31T15:54:20.616Z]     check_test.go:540: [d38c7e279d69c] daemon is not started
15:54:20 [2022-08-31T15:54:20.616Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
15:54:20 [2022-08-31T15:54:20.616Z]     docker_cli_daemon_test.go:213: unmatched requirement Devicemapper
15:54:20 [2022-08-31T15:54:20.616Z]     check_test.go:540: [dee7ab3e91c4a] daemon is not started
15:54:20 [2022-08-31T15:54:20.616Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
15:54:23 [2022-08-31T15:54:23.901Z]     check_test.go:540: [d67581a953488] daemon is not started
15:54:23 [2022-08-31T15:54:23.901Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
15:54:28 [2022-08-31T15:54:28.091Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
15:54:28 [2022-08-31T15:54:28.350Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
15:54:28 [2022-08-31T15:54:28.917Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
15:54:29 [2022-08-31T15:54:29.852Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
15:54:30 [2022-08-31T15:54:30.110Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
15:54:30 [2022-08-31T15:54:30.369Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
15:54:31 [2022-08-31T15:54:31.745Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
15:54:32 [2022-08-31T15:54:32.680Z] --- PASS: TestUpdateRestartPolicy (12.65s)
15:54:32 [2022-08-31T15:54:32.680Z] === RUN   TestUpdateRestartWithAutoRemove
15:54:33 [2022-08-31T15:54:33.247Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
15:54:33 [2022-08-31T15:54:33.247Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s)
15:54:33 [2022-08-31T15:54:33.247Z] === RUN   TestWaitNonBlocked
15:54:33 [2022-08-31T15:54:33.247Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
15:54:33 [2022-08-31T15:54:33.247Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
15:54:33 [2022-08-31T15:54:33.247Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
15:54:33 [2022-08-31T15:54:33.247Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
15:54:33 [2022-08-31T15:54:33.247Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
15:54:33 [2022-08-31T15:54:33.247Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
15:54:34 [2022-08-31T15:54:34.182Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
15:54:34 [2022-08-31T15:54:34.182Z] --- PASS: TestWaitNonBlocked (0.01s)
15:54:34 [2022-08-31T15:54:34.182Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.88s)
15:54:34 [2022-08-31T15:54:34.182Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s)
15:54:34 [2022-08-31T15:54:34.182Z] === RUN   TestWaitBlocked
15:54:34 [2022-08-31T15:54:34.182Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
15:54:34 [2022-08-31T15:54:34.182Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
15:54:34 [2022-08-31T15:54:34.182Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
15:54:34 [2022-08-31T15:54:34.182Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
15:54:34 [2022-08-31T15:54:34.182Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
15:54:34 [2022-08-31T15:54:34.182Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
15:54:34 [2022-08-31T15:54:34.749Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
15:54:35 [2022-08-31T15:54:35.010Z] --- PASS: TestWaitBlocked (0.02s)
15:54:35 [2022-08-31T15:54:35.010Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.95s)
15:54:35 [2022-08-31T15:54:35.010Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.98s)
15:54:35 [2022-08-31T15:54:35.010Z] === RUN   TestWaitConditions
15:54:35 [2022-08-31T15:54:35.010Z] === RUN   TestWaitConditions/default
15:54:35 [2022-08-31T15:54:35.010Z] === PAUSE TestWaitConditions/default
15:54:35 [2022-08-31T15:54:35.010Z] === RUN   TestWaitConditions/not-running
15:54:35 [2022-08-31T15:54:35.010Z] === PAUSE TestWaitConditions/not-running
15:54:35 [2022-08-31T15:54:35.010Z] === RUN   TestWaitConditions/next-exit
15:54:35 [2022-08-31T15:54:35.010Z] === PAUSE TestWaitConditions/next-exit
15:54:35 [2022-08-31T15:54:35.010Z] === RUN   TestWaitConditions/removed
15:54:35 [2022-08-31T15:54:35.010Z] === PAUSE TestWaitConditions/removed
15:54:35 [2022-08-31T15:54:35.010Z] === CONT  TestWaitConditions/default
15:54:35 [2022-08-31T15:54:35.010Z] === CONT  TestWaitConditions/removed
15:54:35 [2022-08-31T15:54:35.268Z] === CONT  TestWaitConditions/default
15:54:35 [2022-08-31T15:54:35.268Z]     wait_test.go:146: ContainerID = 5e1d46e10f5cdbfb41fef35a065d07192ce1c13ce3d62017734157d4d45d4d1c
15:54:35 [2022-08-31T15:54:35.268Z] === CONT  TestWaitConditions/removed
15:54:35 [2022-08-31T15:54:35.268Z]     wait_test.go:146: ContainerID = e2bec8fceea2bc82c9516be978492a96643505ef153a0e13bfefd1ca0525af7f
15:54:36 [2022-08-31T15:54:36.203Z] === CONT  TestWaitConditions/not-running
15:54:36 [2022-08-31T15:54:36.203Z]     wait_test.go:146: ContainerID = 296ffd9e0307f5f782773cfb3b647b67b2bc58a840bc3c684aea17fec4ec9835
15:54:36 [2022-08-31T15:54:36.203Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
15:54:36 [2022-08-31T15:54:36.203Z] === CONT  TestWaitConditions/next-exit
15:54:36 [2022-08-31T15:54:36.203Z]     wait_test.go:146: ContainerID = 6c55a40cce70a60ed7cdf9c7e94757dcaf83b7c6538d99912541069da90d2cae
15:54:37 [2022-08-31T15:54:37.139Z] --- PASS: TestWaitConditions (0.02s)
15:54:37 [2022-08-31T15:54:37.139Z]     --- PASS: TestWaitConditions/removed (1.10s)
15:54:37 [2022-08-31T15:54:37.139Z]     --- PASS: TestWaitConditions/default (1.17s)
15:54:37 [2022-08-31T15:54:37.139Z]     --- PASS: TestWaitConditions/not-running (0.88s)
15:54:37 [2022-08-31T15:54:37.139Z]     --- PASS: TestWaitConditions/next-exit (0.97s)
15:54:37 [2022-08-31T15:54:37.139Z] === RUN   TestWaitRestartedContainer
15:54:37 [2022-08-31T15:54:37.398Z] === RUN   TestWaitRestartedContainer/default
15:54:37 [2022-08-31T15:54:37.398Z] === PAUSE TestWaitRestartedContainer/default
15:54:37 [2022-08-31T15:54:37.398Z] === RUN   TestWaitRestartedContainer/not-running
15:54:37 [2022-08-31T15:54:37.398Z] === PAUSE TestWaitRestartedContainer/not-running
15:54:37 [2022-08-31T15:54:37.398Z] === RUN   TestWaitRestartedContainer/next-exit
15:54:37 [2022-08-31T15:54:37.398Z] === PAUSE TestWaitRestartedContainer/next-exit
15:54:37 [2022-08-31T15:54:37.398Z] === CONT  TestWaitRestartedContainer/default
15:54:37 [2022-08-31T15:54:37.398Z] === CONT  TestWaitRestartedContainer/next-exit
15:54:39 [2022-08-31T15:54:39.931Z] === CONT  TestWaitRestartedContainer/not-running
15:54:40 [2022-08-31T15:54:40.868Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
15:54:40 [2022-08-31T15:54:40.868Z] --- PASS: TestWaitRestartedContainer (0.03s)
15:54:40 [2022-08-31T15:54:40.868Z]     --- PASS: TestWaitRestartedContainer/default (2.19s)
15:54:40 [2022-08-31T15:54:40.868Z]     --- PASS: TestWaitRestartedContainer/next-exit (2.23s)
15:54:40 [2022-08-31T15:54:40.868Z]     --- PASS: TestWaitRestartedContainer/not-running (1.46s)
15:54:40 [2022-08-31T15:54:40.868Z] === CONT  TestContainerStartOnDaemonRestart
15:54:40 [2022-08-31T15:54:40.868Z] === CONT  TestRestartDaemonWithRestartingContainer
15:54:41 [2022-08-31T15:54:41.436Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
15:54:44 [2022-08-31T15:54:44.727Z] --- PASS: TestContainerStartOnDaemonRestart (3.83s)
15:54:44 [2022-08-31T15:54:44.727Z] === CONT  TestIpcModeOlderClient
15:54:44 [2022-08-31T15:54:44.727Z] --- PASS: TestIpcModeOlderClient (0.08s)
15:54:44 [2022-08-31T15:54:44.727Z] === CONT  TestContainerKillOnDaemonStart
15:54:44 [2022-08-31T15:54:44.986Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
15:54:45 [2022-08-31T15:54:45.245Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.25s)
15:54:45 [2022-08-31T15:54:45.245Z] === CONT  TestDaemonHostGatewayIP
15:54:45 [2022-08-31T15:54:45.813Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
15:54:46 [2022-08-31T15:54:46.072Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
15:54:48 [2022-08-31T15:54:48.605Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
15:54:49 [2022-08-31T15:54:49.541Z] --- PASS: TestDaemonHostGatewayIP (4.12s)
15:54:49 [2022-08-31T15:54:49.541Z] === CONT  TestDaemonRestartIpcMode
15:54:49 [2022-08-31T15:54:49.541Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
15:54:52 [2022-08-31T15:54:52.075Z]     check_test.go:540: [df1976d520934] daemon is not started
15:54:52 [2022-08-31T15:54:52.075Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
15:54:52 [2022-08-31T15:54:52.075Z] === RUN   TestDockerSuite/TestBuildAddNonTar
15:54:52 [2022-08-31T15:54:52.642Z] --- PASS: TestDaemonRestartIpcMode (3.26s)
15:54:53 [2022-08-31T15:54:53.211Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
15:54:53 [2022-08-31T15:54:53.780Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
15:54:54 [2022-08-31T15:54:54.347Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
15:54:55 [2022-08-31T15:54:55.722Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
15:54:57 [2022-08-31T15:54:57.661Z] --- PASS: TestContainerKillOnDaemonStart (12.70s)
15:54:57 [2022-08-31T15:54:57.661Z] PASS
15:54:57 [2022-08-31T15:54:57.661Z] 
15:54:57 [2022-08-31T15:54:57.661Z] === Skipped
15:54:57 [2022-08-31T15:54:57.661Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
15:54:57 [2022-08-31T15:54:57.661Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
15:54:57 [2022-08-31T15:54:57.661Z] 
15:54:57 [2022-08-31T15:54:57.661Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
15:54:57 [2022-08-31T15:54:57.661Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
15:54:57 [2022-08-31T15:54:57.661Z] 
15:54:57 [2022-08-31T15:54:57.661Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
15:54:57 [2022-08-31T15:54:57.661Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
15:54:57 [2022-08-31T15:54:57.661Z] 
15:54:57 [2022-08-31T15:54:57.661Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
15:54:57 [2022-08-31T15:54:57.661Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
15:54:57 [2022-08-31T15:54:57.661Z] 
15:54:57 [2022-08-31T15:54:57.661Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
15:54:57 [2022-08-31T15:54:57.661Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
15:54:57 [2022-08-31T15:54:57.661Z] 
15:54:57 [2022-08-31T15:54:57.661Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
15:54:57 [2022-08-31T15:54:57.661Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
15:54:57 [2022-08-31T15:54:57.661Z] 
15:54:57 [2022-08-31T15:54:57.661Z] DONE 273 tests, 6 skipped in 168.758s
15:54:57 [2022-08-31T15:54:57.661Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
15:54:57 [2022-08-31T15:54:57.661Z] ++ 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
15:54:57 [2022-08-31T15:54:57.661Z] ++ set -e
15:54:57 [2022-08-31T15:54:57.661Z] ++ '[' -n 0 ']'
15:54:57 [2022-08-31T15:54:57.661Z] ++ set -x
15:54:57 [2022-08-31T15:54:57.661Z] ++ env -i DEST=/go/src/github.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
15:54:57 [2022-08-31T15:54:57.661Z] === RUN   TestConfigDaemonLibtrustID
15:54:57 [2022-08-31T15:54:57.920Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
15:54:58 [2022-08-31T15:54:58.178Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
15:54:58 [2022-08-31T15:54:58.178Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
15:54:58 [2022-08-31T15:54:58.178Z] === RUN   TestConfigDaemonID
15:54:59 [2022-08-31T15:54:59.553Z] === RUN   TestDockerSuite/TestBuildAddScript
15:54:59 [2022-08-31T15:54:59.553Z]     daemon_test.go:83: [da33b536ac4f8] daemon is not started
15:54:59 [2022-08-31T15:54:59.553Z] --- PASS: TestConfigDaemonID (1.07s)
15:54:59 [2022-08-31T15:54:59.553Z] === RUN   TestDaemonConfigValidation
15:54:59 [2022-08-31T15:54:59.553Z] === RUN   TestDaemonConfigValidation/config_with_no_content
15:54:59 [2022-08-31T15:54:59.553Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
15:54:59 [2022-08-31T15:54:59.553Z] === RUN   TestDaemonConfigValidation/config_with_{}
15:54:59 [2022-08-31T15:54:59.553Z] === PAUSE TestDaemonConfigValidation/config_with_{}
15:54:59 [2022-08-31T15:54:59.553Z] === RUN   TestDaemonConfigValidation/invalid_config
15:54:59 [2022-08-31T15:54:59.553Z] === PAUSE TestDaemonConfigValidation/invalid_config
15:54:59 [2022-08-31T15:54:59.553Z] === RUN   TestDaemonConfigValidation/malformed_config
15:54:59 [2022-08-31T15:54:59.553Z] === PAUSE TestDaemonConfigValidation/malformed_config
15:54:59 [2022-08-31T15:54:59.553Z] === RUN   TestDaemonConfigValidation/valid_config
15:54:59 [2022-08-31T15:54:59.553Z] === PAUSE TestDaemonConfigValidation/valid_config
15:54:59 [2022-08-31T15:54:59.553Z] === CONT  TestDaemonConfigValidation/config_with_no_content
15:54:59 [2022-08-31T15:54:59.553Z] === CONT  TestDaemonConfigValidation/malformed_config
15:54:59 [2022-08-31T15:54:59.553Z] === CONT  TestDaemonConfigValidation/invalid_config
15:54:59 [2022-08-31T15:54:59.553Z]     check_test.go:540: [d36dab8ae935c] daemon is not started
15:54:59 [2022-08-31T15:54:59.553Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
15:54:59 [2022-08-31T15:54:59.553Z] === CONT  TestDaemonConfigValidation/config_with_{}
15:54:59 [2022-08-31T15:54:59.812Z] === CONT  TestDaemonConfigValidation/valid_config
15:54:59 [2022-08-31T15:54:59.812Z] --- PASS: TestDaemonConfigValidation (0.00s)
15:54:59 [2022-08-31T15:54:59.812Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.16s)
15:54:59 [2022-08-31T15:54:59.812Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.24s)
15:54:59 [2022-08-31T15:54:59.812Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.13s)
15:54:59 [2022-08-31T15:54:59.812Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.32s)
15:54:59 [2022-08-31T15:54:59.812Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.16s)
15:54:59 [2022-08-31T15:54:59.812Z] === RUN   TestConfigDaemonSeccompProfiles
15:54:59 [2022-08-31T15:54:59.812Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
15:55:01 [2022-08-31T15:55:01.189Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
15:55:01 [2022-08-31T15:55:01.755Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
15:55:02 [2022-08-31T15:55:02.014Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
15:55:02 [2022-08-31T15:55:02.949Z] === CONT  TestConfigDaemonSeccompProfiles
15:55:02 [2022-08-31T15:55:02.950Z]     daemon_test.go:197: [d3e1166ab0bad] daemon is not started
15:55:02 [2022-08-31T15:55:02.950Z] --- PASS: TestConfigDaemonSeccompProfiles (3.15s)
15:55:02 [2022-08-31T15:55:02.950Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s)
15:55:02 [2022-08-31T15:55:02.950Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s)
15:55:02 [2022-08-31T15:55:02.950Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s)
15:55:02 [2022-08-31T15:55:02.950Z] === RUN   TestDaemonProxy
15:55:02 [2022-08-31T15:55:02.950Z] === RUN   TestDaemonProxy/environment_variables
15:55:03 [2022-08-31T15:55:03.208Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
15:55:05 [2022-08-31T15:55:05.110Z] === RUN   TestDaemonProxy/command-line_options
15:55:05 [2022-08-31T15:55:05.524Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd.exe
15:55:05 [2022-08-31T15:55:05.524Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json
15:55:05 [2022-08-31T15:55:05.524Z] {
15:55:05 [2022-08-31T15:55:05.524Z]   "RT_GROUP_ICON": {
15:55:05 [2022-08-31T15:55:05.524Z]     "#1": {
15:55:05 [2022-08-31T15:55:05.524Z]       "0409": "../../winresources/docker.ico"
15:55:05 [2022-08-31T15:55:05.524Z]     }
15:55:05 [2022-08-31T15:55:05.524Z]   },
15:55:05 [2022-08-31T15:55:05.524Z]   "RT_MANIFEST": {
15:55:05 [2022-08-31T15:55:05.524Z]     "#1": {
15:55:05 [2022-08-31T15:55:05.524Z]       "0409": {
15:55:05 [2022-08-31T15:55:05.524Z]         "identity": {},
15:55:05 [2022-08-31T15:55:05.524Z]         "description": "Docker Engine",
15:55:05 [2022-08-31T15:55:05.524Z]         "minimum-os": "vista",
15:55:05 [2022-08-31T15:55:05.524Z]         "execution-level": "",
15:55:05 [2022-08-31T15:55:05.524Z]         "ui-access": false,
15:55:05 [2022-08-31T15:55:05.524Z]         "auto-elevate": false,
15:55:05 [2022-08-31T15:55:05.524Z]         "dpi-awareness": "unaware",
15:55:05 [2022-08-31T15:55:05.524Z]         "disable-theming": false,
15:55:05 [2022-08-31T15:55:05.524Z]         "disable-window-filtering": false,
15:55:05 [2022-08-31T15:55:05.524Z]         "high-resolution-scrolling-aware": false,
15:55:05 [2022-08-31T15:55:05.524Z]         "ultra-high-resolution-scrolling-aware": false,
15:55:05 [2022-08-31T15:55:05.524Z]         "long-path-aware": false,
15:55:05 [2022-08-31T15:55:05.524Z]         "printer-driver-isolation": false,
15:55:05 [2022-08-31T15:55:05.524Z]         "gdi-scaling": false,
15:55:05 [2022-08-31T15:55:05.524Z]         "segment-heap": false,
15:55:05 [2022-08-31T15:55:05.524Z]         "use-common-controls-v6": false
15:55:05 [2022-08-31T15:55:05.524Z]       }
15:55:05 [2022-08-31T15:55:05.524Z]     }
15:55:05 [2022-08-31T15:55:05.524Z]   },
15:55:05 [2022-08-31T15:55:05.524Z]   "RT_MESSAGETABLE": {
15:55:05 [2022-08-31T15:55:05.524Z]     "#1": {
15:55:05 [2022-08-31T15:55:05.524Z]       "0409": "../../winresources/event_messages.bin"
15:55:05 [2022-08-31T15:55:05.524Z]     }
15:55:05 [2022-08-31T15:55:05.524Z]   },
15:55:05 [2022-08-31T15:55:05.524Z]   "RT_VERSION": {
15:55:05 [2022-08-31T15:55:05.524Z]     "#1": {
15:55:05 [2022-08-31T15:55:05.524Z]       "0409": {
15:55:05 [2022-08-31T15:55:05.524Z]         "fixed": {
15:55:05 [2022-08-31T15:55:05.524Z]           "file_version": "0.0.0.0",
15:55:05 [2022-08-31T15:55:05.524Z]           "product_version": "0.0.0.0",
15:55:05 [2022-08-31T15:55:05.524Z]           "type": "Unknown"
15:55:05 [2022-08-31T15:55:05.524Z]         },
15:55:05 [2022-08-31T15:55:05.524Z]         "info": {
15:55:05 [2022-08-31T15:55:05.524Z]           "0000": {
15:55:05 [2022-08-31T15:55:05.524Z]             "CompanyName": "",
15:55:05 [2022-08-31T15:55:05.524Z]             "FileVersion": "dev",
15:55:05 [2022-08-31T15:55:05.524Z]             "LegalCopyright": "Copyright ยฉ 2015-2022 Docker Inc.",
15:55:05 [2022-08-31T15:55:05.524Z]             "OriginalFileName": "docker-proxy.exe",
15:55:05 [2022-08-31T15:55:05.524Z]             "ProductName": "",
15:55:05 [2022-08-31T15:55:05.524Z]             "ProductVersion": "dev",
15:55:05 [2022-08-31T15:55:05.524Z]             "SpecialBuild": "5591187178010bd407f0784bf83909ec395d7b97"
15:55:05 [2022-08-31T15:55:05.524Z]           }
15:55:05 [2022-08-31T15:55:05.524Z]         }
15:55:05 [2022-08-31T15:55:05.524Z]       }
15:55:05 [2022-08-31T15:55:05.524Z]     }
15:55:05 [2022-08-31T15:55:05.524Z]   }
15:55:05 [2022-08-31T15:55:05.524Z] }
15:55:05 [2022-08-31T15:55:05.524Z] cmd/docker-proxy/genwinres_windows.go
15:55:05 [2022-08-31T15:55:05.524Z] cmd/docker-proxy/main.go
15:55:05 [2022-08-31T15:55:05.524Z] cmd/docker-proxy/network_proxy_test.go
15:55:05 [2022-08-31T15:55:05.524Z] cmd/docker-proxy/proxy.go
15:55:05 [2022-08-31T15:55:05.524Z] cmd/docker-proxy/sctp_proxy.go
15:55:05 [2022-08-31T15:55:05.524Z] cmd/docker-proxy/tcp_proxy.go
15:55:05 [2022-08-31T15:55:05.524Z] cmd/docker-proxy/udp_proxy.go
15:55:05 [2022-08-31T15:55:05.524Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy.exe
15:55:05 [2022-08-31T15:55:05.524Z] GOOS="windows" GOARCH="amd64" GOARM=""
15:55:05 [2022-08-31T15:55:05.524Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy.exe
15:55:05 [2022-08-31T15:55:05.524Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
15:55:05 [2022-08-31T15:55:05.524Z] remote: Enumerating objects: 23, done.
15:55:05 [2022-08-31T15:55:05.524Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
15:55:05 [2022-08-31T15:55:05.524Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
15:55:05 [2022-08-31T15:55:05.524Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
15:55:05 [2022-08-31T15:55:05.524Z] Receiving objects:   4% (1/23)
Receiving objects:   8% (2/23)
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.
15:55:05 [2022-08-31T15:55:05.524Z] Resolving deltas:   0% (0/2)
Resolving deltas:  50% (1/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
15:55:05 [2022-08-31T15:55:05.524Z] Building: bundles/cross/windows/amd64/containerutility.exe
15:55:05 [2022-08-31T15:55:05.524Z] Cross building: bundles/cross/linux/ppc64le
15:55:05 [2022-08-31T15:55:05.524Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd
15:55:05 [2022-08-31T15:55:05.524Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
15:55:07 [2022-08-31T15:55:07.010Z] === RUN   TestDaemonProxy/configuration_file
15:55:07 [2022-08-31T15:55:07.011Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
15:55:08 [2022-08-31T15:55:08.387Z] === RUN   TestDaemonProxy/conflicting_options
15:55:08 [2022-08-31T15:55:08.646Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
15:55:08 [2022-08-31T15:55:08.905Z] === RUN   TestDaemonProxy/reload_sanitized
15:55:09 [2022-08-31T15:55:09.472Z] --- PASS: TestDaemonProxy (6.46s)
15:55:09 [2022-08-31T15:55:09.472Z]     --- PASS: TestDaemonProxy/environment_variables (1.77s)
15:55:09 [2022-08-31T15:55:09.472Z]     --- PASS: TestDaemonProxy/command-line_options (1.85s)
15:55:09 [2022-08-31T15:55:09.472Z]     --- PASS: TestDaemonProxy/configuration_file (1.81s)
15:55:09 [2022-08-31T15:55:09.472Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
15:55:09 [2022-08-31T15:55:09.472Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
15:55:09 [2022-08-31T15:55:09.472Z] PASS
15:55:09 [2022-08-31T15:55:09.472Z] 
15:55:09 [2022-08-31T15:55:09.472Z] DONE 18 tests in 11.953s
15:55:09 [2022-08-31T15:55:09.472Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
15:55:09 [2022-08-31T15:55:09.472Z] ++ 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
15:55:09 [2022-08-31T15:55:09.472Z] ++ set -e
15:55:09 [2022-08-31T15:55:09.472Z] ++ '[' -n 0 ']'
15:55:09 [2022-08-31T15:55:09.472Z] ++ set -x
15:55:09 [2022-08-31T15:55:09.472Z] ++ env -i DEST=/go/src/github.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
15:55:09 [2022-08-31T15:55:09.472Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
15:55:09 [2022-08-31T15:55:09.730Z] INFO: Testing against a local daemon
15:55:09 [2022-08-31T15:55:09.731Z] === RUN   TestCommitInheritsEnv
15:55:09 [2022-08-31T15:55:09.989Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
15:55:10 [2022-08-31T15:55:10.248Z] --- PASS: TestCommitInheritsEnv (0.35s)
15:55:10 [2022-08-31T15:55:10.248Z] === RUN   TestImportExtremelyLargeImageWorks
15:55:10 [2022-08-31T15:55:10.248Z] === PAUSE TestImportExtremelyLargeImageWorks
15:55:10 [2022-08-31T15:55:10.248Z] === RUN   TestImportWithCustomPlatform
15:55:10 [2022-08-31T15:55:10.248Z] === RUN   TestImportWithCustomPlatform/#00
15:55:10 [2022-08-31T15:55:10.248Z] === RUN   TestImportWithCustomPlatform/_______
15:55:10 [2022-08-31T15:55:10.248Z] === RUN   TestImportWithCustomPlatform//
15:55:10 [2022-08-31T15:55:10.248Z] === RUN   TestImportWithCustomPlatform/linux
15:55:10 [2022-08-31T15:55:10.507Z] === RUN   TestImportWithCustomPlatform/LINUX
15:55:10 [2022-08-31T15:55:10.507Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
15:55:10 [2022-08-31T15:55:10.507Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
15:55:10 [2022-08-31T15:55:10.766Z] === RUN   TestImportWithCustomPlatform/macos
15:55:10 [2022-08-31T15:55:10.766Z] === RUN   TestImportWithCustomPlatform/macos/arm64
15:55:10 [2022-08-31T15:55:10.766Z] === RUN   TestImportWithCustomPlatform/nintendo64
15:55:10 [2022-08-31T15:55:10.766Z] --- PASS: TestImportWithCustomPlatform (0.59s)
15:55:10 [2022-08-31T15:55:10.766Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.16s)
15:55:10 [2022-08-31T15:55:10.766Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
15:55:10 [2022-08-31T15:55:10.766Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
15:55:10 [2022-08-31T15:55:10.766Z]     --- PASS: TestImportWithCustomPlatform/linux (0.13s)
15:55:10 [2022-08-31T15:55:10.766Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.12s)
15:55:10 [2022-08-31T15:55:10.766Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.13s)
15:55:10 [2022-08-31T15:55:10.766Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
15:55:10 [2022-08-31T15:55:10.766Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
15:55:10 [2022-08-31T15:55:10.766Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
15:55:10 [2022-08-31T15:55:10.766Z] === RUN   TestImagesFilterMultiReference
15:55:10 [2022-08-31T15:55:10.766Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
15:55:10 [2022-08-31T15:55:10.766Z]     docker_cli_daemon_test.go:2841: Checking IpcMode private set from config
15:55:10 [2022-08-31T15:55:10.766Z] --- PASS: TestImagesFilterMultiReference (0.07s)
15:55:10 [2022-08-31T15:55:10.766Z] === RUN   TestImagePullPlatformInvalid
15:55:10 [2022-08-31T15:55:10.766Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
15:55:10 [2022-08-31T15:55:10.766Z] === RUN   TestRemoveImageOrphaning
15:55:11 [2022-08-31T15:55:11.333Z]     docker_cli_daemon_test.go:2841: Checking IpcMode shareable set from config
15:55:11 [2022-08-31T15:55:11.333Z] --- PASS: TestRemoveImageOrphaning (0.43s)
15:55:11 [2022-08-31T15:55:11.333Z] === RUN   TestRemoveImageGarbageCollector
15:55:11 [2022-08-31T15:55:11.899Z] time="2022-08-31T15:55:11Z" level=info msg="[graphdriver] trying configured driver: overlay2"
15:55:11 [2022-08-31T15:55:11.899Z]     docker_cli_daemon_test.go:2841: Checking IpcMode host set from config
15:55:12 [2022-08-31T15:55:12.466Z]     docker_cli_daemon_test.go:2841: Checking IpcMode container:123 set from config
15:55:12 [2022-08-31T15:55:12.725Z]     docker_cli_daemon_test.go:2841: Checking IpcMode nosuchmode set from config
15:55:12 [2022-08-31T15:55:12.983Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
15:55:13 [2022-08-31T15:55:13.242Z] === RUN   TestDockerSuite/TestBuildAddTar
15:55:13 [2022-08-31T15:55:13.242Z]     docker_cli_daemon_test.go:2841: Checking IpcMode private set from cli
15:55:13 [2022-08-31T15:55:13.501Z] --- PASS: TestRemoveImageGarbageCollector (2.34s)
15:55:13 [2022-08-31T15:55:13.501Z] === RUN   TestTagUnprefixedRepoByNameOrName
15:55:13 [2022-08-31T15:55:13.760Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
15:55:13 [2022-08-31T15:55:13.760Z] === RUN   TestTagInvalidReference
15:55:13 [2022-08-31T15:55:13.760Z] --- PASS: TestTagInvalidReference (0.04s)
15:55:13 [2022-08-31T15:55:13.760Z] === RUN   TestTagValidPrefixedRepo
15:55:13 [2022-08-31T15:55:13.760Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
15:55:13 [2022-08-31T15:55:13.760Z] === RUN   TestTagExistedNameWithoutForce
15:55:13 [2022-08-31T15:55:13.760Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
15:55:13 [2022-08-31T15:55:13.760Z] === RUN   TestTagOfficialNames
15:55:13 [2022-08-31T15:55:13.760Z]     docker_cli_daemon_test.go:2841: Checking IpcMode shareable set from cli
15:55:13 [2022-08-31T15:55:13.760Z] --- PASS: TestTagOfficialNames (0.07s)
15:55:13 [2022-08-31T15:55:13.760Z] === RUN   TestTagMatchesDigest
15:55:14 [2022-08-31T15:55:14.020Z] --- PASS: TestTagMatchesDigest (0.05s)
15:55:14 [2022-08-31T15:55:14.020Z] === CONT  TestImportExtremelyLargeImageWorks
15:55:14 [2022-08-31T15:55:14.279Z]     docker_cli_daemon_test.go:2841: Checking IpcMode host set from cli
15:55:14 [2022-08-31T15:55:14.845Z]     docker_cli_daemon_test.go:2841: Checking IpcMode container:123 set from cli
15:55:15 [2022-08-31T15:55:15.412Z]     docker_cli_daemon_test.go:2841: Checking IpcMode nosuchmode set from cli
15:55:15 [2022-08-31T15:55:15.980Z]     check_test.go:540: [ddb0d36dbb7e2] daemon is not started
15:55:15 [2022-08-31T15:55:15.980Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
15:55:16 [2022-08-31T15:55:16.914Z]     check_test.go:540: [dcdc36dae3a0d] daemon is not started
15:55:16 [2022-08-31T15:55:16.914Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
15:55:17 [2022-08-31T15:55:17.482Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
15:55:19 [2022-08-31T15:55:19.384Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
15:55:20 [2022-08-31T15:55:20.762Z] === RUN   TestDockerSuite/TestBuildAddTarXz
15:55:22 [2022-08-31T15:55:22.138Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
15:55:22 [2022-08-31T15:55:22.138Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
15:55:22 [2022-08-31T15:55:22.705Z]     check_test.go:540: [d65810e2e3b16] daemon is not started
15:55:22 [2022-08-31T15:55:22.705Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
15:55:23 [2022-08-31T15:55:23.642Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
15:55:25 [2022-08-31T15:55:25.546Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
15:55:27 [2022-08-31T15:55:27.449Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
15:55:27 [2022-08-31T15:55:27.708Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
15:55:31 [2022-08-31T15:55:31.898Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
15:55:32 [2022-08-31T15:55:32.466Z]     check_test.go:540: [db3e776220a91] daemon is not started
15:55:32 [2022-08-31T15:55:32.466Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
15:55:35 [2022-08-31T15:55:35.013Z] === RUN   TestDockerSuite/TestBuildBlankName
15:55:35 [2022-08-31T15:55:35.276Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
15:55:37 [2022-08-31T15:55:37.175Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
15:55:37 [2022-08-31T15:55:37.434Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
15:55:39 [2022-08-31T15:55:39.969Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
15:55:40 [2022-08-31T15:55:40.536Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
15:55:41 [2022-08-31T15:55:41.105Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
15:55:43 [2022-08-31T15:55:43.661Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
15:55:43 [2022-08-31T15:55:43.661Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
15:55:45 [2022-08-31T15:55:45.582Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
15:55:46 [2022-08-31T15:55:46.150Z]     check_test.go:540: [d276204e788cb] daemon is not started
15:55:46 [2022-08-31T15:55:46.150Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
15:55:46 [2022-08-31T15:55:46.717Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
15:55:47 [2022-08-31T15:55:47.284Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
15:55:47 [2022-08-31T15:55:47.852Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
15:55:47 [2022-08-31T15:55:47.852Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
15:55:49 [2022-08-31T15:55:49.228Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
15:55:49 [2022-08-31T15:55:49.794Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
15:55:49 [2022-08-31T15:55:49.794Z]     check_test.go:540: [d4bc1e32bf8c3] daemon is not started
15:55:49 [2022-08-31T15:55:49.794Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
15:55:52 [2022-08-31T15:55:52.326Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
15:55:52 [2022-08-31T15:55:52.326Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
15:55:54 [2022-08-31T15:55:54.858Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
15:55:59 [2022-08-31T15:55:59.045Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
15:56:00 [2022-08-31T15:56:00.423Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
15:56:02 [2022-08-31T15:56:02.958Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
15:56:02 [2022-08-31T15:56:02.958Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
15:56:06 [2022-08-31T15:56:06.242Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
15:56:06 [2022-08-31T15:56:06.242Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
15:56:08 [2022-08-31T15:56:08.776Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
15:56:09 [2022-08-31T15:56:09.035Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
15:56:09 [2022-08-31T15:56:09.294Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
15:56:11 [2022-08-31T15:56:11.824Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
15:56:13 [2022-08-31T15:56:13.726Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
15:56:14 [2022-08-31T15:56:14.294Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
15:56:15 [2022-08-31T15:56:15.230Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
15:56:16 [2022-08-31T15:56:16.165Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
15:56:17 [2022-08-31T15:56:17.541Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
15:56:20 [2022-08-31T15:56:20.074Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
15:56:20 [2022-08-31T15:56:20.333Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
15:56:20 [2022-08-31T15:56:20.902Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
15:56:22 [2022-08-31T15:56:22.816Z] === RUN   TestDockerSuite/TestBuildCacheAdd
15:56:23 [2022-08-31T15:56:23.752Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
15:56:24 [2022-08-31T15:56:24.688Z] === RUN   TestDockerSuite/TestBuildCacheFrom
15:56:26 [2022-08-31T15:56:26.589Z]     docker_cli_daemon_test.go:2504: [d65b980b70818] daemon is not started
15:56:28 [2022-08-31T15:56:28.068Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
15:56:31 [2022-08-31T15:56:31.354Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
15:56:32 [2022-08-31T15:56:32.730Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
15:56:33 [2022-08-31T15:56:33.297Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
15:56:34 [2022-08-31T15:56:34.234Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
15:56:36 [2022-08-31T15:56:36.139Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
15:56:36 [2022-08-31T15:56:36.397Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
15:56:36 [2022-08-31T15:56:36.965Z] === RUN   TestDockerSuite/TestBuildClearCmd
15:56:37 [2022-08-31T15:56:37.532Z] === RUN   TestDockerSuite/TestBuildCmd
15:56:38 [2022-08-31T15:56:38.098Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
15:56:38 [2022-08-31T15:56:38.356Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
15:56:38 [2022-08-31T15:56:38.924Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
15:56:38 [2022-08-31T15:56:38.924Z]     docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows
15:56:38 [2022-08-31T15:56:38.924Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
15:56:38 [2022-08-31T15:56:38.924Z] === RUN   TestDockerDaemonSuite/TestShmSize
15:56:40 [2022-08-31T15:56:40.832Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
15:56:40 [2022-08-31T15:56:40.832Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
15:56:44 [2022-08-31T15:56:44.121Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
15:56:44 [2022-08-31T15:56:44.121Z]     check_test.go:540: [d9b1652545049] daemon is not started
15:56:44 [2022-08-31T15:56:44.121Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
15:56:46 [2022-08-31T15:56:46.025Z] === RUN   TestDockerSuite/TestBuildConditionalCache
15:56:46 [2022-08-31T15:56:46.962Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
15:56:47 [2022-08-31T15:56:47.900Z] === RUN   TestDockerSuite/TestBuildContextCleanup
15:56:48 [2022-08-31T15:56:48.468Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
15:56:49 [2022-08-31T15:56:49.405Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
15:56:49 [2022-08-31T15:56:49.664Z] --- PASS: TestDockerDaemonSuite (336.68s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.78s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.72s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.77s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.30s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.56s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.78s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.30s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.65s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.52s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.07s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.45s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.51s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.34s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.33s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.40s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.35s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.54s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.06s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.22s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.31s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.38s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.87s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.75s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.43s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.44s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.50s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.43s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (9.48s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.66s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.56s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.34s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.45s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.41s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.40s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.35s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.61s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.44s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.15s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.37s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.03s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.06s)
15:56:49 [2022-08-31T15:56:49.664Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.23s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.51s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.38s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.51s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.22s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (7.42s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.66s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.66s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.20s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.11s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.18s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.92s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.74s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.81s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.12s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.58s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.10s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.41s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.46s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.62s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.59s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.56s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.43s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.04s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.65s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.55s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.12s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.56s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.81s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.85s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.11s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.62s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.32s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.75s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.85s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.85s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.48s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.51s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.31s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.53s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.95s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.24s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.33s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.33s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.73s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.08s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.09s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.12s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.71s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.22s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.70s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.90s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.61s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.11s)
15:56:49 [2022-08-31T15:56:49.665Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.01s)
15:56:49 [2022-08-31T15:56:49.665Z] === RUN   TestDockerSwarmSuite
15:56:49 [2022-08-31T15:56:49.665Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
15:56:49 [2022-08-31T15:56:49.924Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
15:56:50 [2022-08-31T15:56:50.183Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
15:56:53 [2022-08-31T15:56:53.472Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
15:56:56 [2022-08-31T15:56:56.005Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
15:56:57 [2022-08-31T15:56:57.006Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd
15:56:57 [2022-08-31T15:56:57.006Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy
15:56:57 [2022-08-31T15:56:57.006Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
15:56:57 [2022-08-31T15:56:57.006Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy
15:56:57 [2022-08-31T15:56:57.006Z] Cross building: bundles/cross/linux/s390x
15:56:57 [2022-08-31T15:56:57.006Z] Building: bundles/cross/linux/s390x-daemon/dockerd
15:56:57 [2022-08-31T15:56:57.006Z] GOOS="linux" GOARCH="s390x" GOARM=""
15:57:01 [2022-08-31T15:57:01.274Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
15:57:01 [2022-08-31T15:57:01.841Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
15:57:02 [2022-08-31T15:57:02.409Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
15:57:05 [2022-08-31T15:57:05.701Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
15:57:08 [2022-08-31T15:57:08.986Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
15:57:09 [2022-08-31T15:57:09.922Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
15:57:09 [2022-08-31T15:57:09.922Z]     docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows
15:57:09 [2022-08-31T15:57:09.922Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
15:57:09 [2022-08-31T15:57:09.922Z]     docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows
15:57:09 [2022-08-31T15:57:09.922Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
15:57:09 [2022-08-31T15:57:09.922Z]     docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows
15:57:09 [2022-08-31T15:57:09.922Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
15:57:09 [2022-08-31T15:57:09.922Z]     docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows
15:57:09 [2022-08-31T15:57:09.922Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
15:57:12 [2022-08-31T15:57:12.460Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
15:57:14 [2022-08-31T15:57:14.361Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
15:57:15 [2022-08-31T15:57:15.299Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
15:57:16 [2022-08-31T15:57:16.675Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
15:57:18 [2022-08-31T15:57:18.050Z]     docker_api_swarm_test.go:563: [d97de0e8a373f] joining swarm manager [da1915a9b78e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:57:20 [2022-08-31T15:57:20.581Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
15:57:20 [2022-08-31T15:57:20.581Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
15:57:25 [2022-08-31T15:57:25.848Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
15:57:31 [2022-08-31T15:57:31.118Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
15:57:31 [2022-08-31T15:57:31.118Z]     docker_api_swarm_test.go:585: [d4f7dd82bf0ba] joining swarm manager [da1915a9b78e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:57:31 [2022-08-31T15:57:31.378Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
15:57:32 [2022-08-31T15:57:32.753Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
15:57:34 [2022-08-31T15:57:34.131Z]     check_test.go:611: [d97de0e8a373f] daemon is not started
15:57:36 [2022-08-31T15:57:36.052Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
15:57:36 [2022-08-31T15:57:36.618Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
15:57:36 [2022-08-31T15:57:36.619Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
15:57:37 [2022-08-31T15:57:37.997Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
15:57:38 [2022-08-31T15:57:38.933Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
15:57:39 [2022-08-31T15:57:39.869Z] === RUN   TestDockerSuite/TestBuildDockerignore
15:57:45 [2022-08-31T15:57:45.136Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
15:57:45 [2022-08-31T15:57:45.136Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
15:57:45 [2022-08-31T15:57:45.136Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
15:57:47 [2022-08-31T15:57:47.039Z]     docker_api_swarm_test.go:46: [d519a952717bd] joining swarm manager [d6c53bd7da8a5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:57:48 [2022-08-31T15:57:48.942Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
15:57:49 [2022-08-31T15:57:49.875Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
15:57:52 [2022-08-31T15:57:52.407Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
15:58:02 [2022-08-31T15:58:02.378Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
15:58:02 [2022-08-31T15:58:02.378Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
15:58:02 [2022-08-31T15:58:02.378Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
15:58:05 [2022-08-31T15:58:05.701Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
15:58:05 [2022-08-31T15:58:05.961Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
15:58:06 [2022-08-31T15:58:06.220Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
15:58:08 [2022-08-31T15:58:08.752Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
15:58:10 [2022-08-31T15:58:10.653Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
15:58:13 [2022-08-31T15:58:13.937Z] --- PASS: TestImportExtremelyLargeImageWorks (179.96s)
15:58:13 [2022-08-31T15:58:13.937Z] PASS
15:58:13 [2022-08-31T15:58:13.937Z] 
15:58:13 [2022-08-31T15:58:13.937Z] DONE 22 tests in 184.345s
15:58:13 [2022-08-31T15:58:13.937Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
15:58:13 [2022-08-31T15:58:13.937Z] ++ 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
15:58:13 [2022-08-31T15:58:13.937Z] ++ set -e
15:58:13 [2022-08-31T15:58:13.937Z] ++ '[' -n 0 ']'
15:58:13 [2022-08-31T15:58:13.937Z] ++ set -x
15:58:13 [2022-08-31T15:58:13.937Z] ++ env -i DEST=/go/src/github.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
15:58:13 [2022-08-31T15:58:13.937Z] === RUN   TestStripANSICommands
15:58:13 [2022-08-31T15:58:13.937Z] === RUN   TestStripANSICommands/#00
15:58:13 [2022-08-31T15:58:13.937Z] === RUN   TestStripANSICommands/#01
15:58:13 [2022-08-31T15:58:13.937Z] --- PASS: TestStripANSICommands (0.00s)
15:58:13 [2022-08-31T15:58:13.937Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
15:58:13 [2022-08-31T15:58:13.937Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
15:58:13 [2022-08-31T15:58:13.937Z] PASS
15:58:13 [2022-08-31T15:58:13.937Z] 
15:58:13 [2022-08-31T15:58:13.937Z] DONE 3 tests in 0.052s
15:58:13 [2022-08-31T15:58:13.937Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
15:58:13 [2022-08-31T15:58:13.937Z] ++ 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
15:58:13 [2022-08-31T15:58:13.937Z] ++ set -e
15:58:13 [2022-08-31T15:58:13.937Z] ++ '[' -n 0 ']'
15:58:13 [2022-08-31T15:58:13.937Z] ++ set -x
15:58:13 [2022-08-31T15:58:13.937Z] ++ env -i DEST=/go/src/github.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
15:58:14 [2022-08-31T15:58:14.196Z] INFO: Testing against a local daemon
15:58:14 [2022-08-31T15:58:14.196Z] === RUN   TestNetworkCreateDelete
15:58:14 [2022-08-31T15:58:14.196Z] --- PASS: TestNetworkCreateDelete (0.14s)
15:58:14 [2022-08-31T15:58:14.196Z] === RUN   TestDockerNetworkDeletePreferID
15:58:14 [2022-08-31T15:58:14.764Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s)
15:58:14 [2022-08-31T15:58:14.764Z] === RUN   TestDaemonDNSFallback
15:58:15 [2022-08-31T15:58:15.330Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
15:58:16 [2022-08-31T15:58:16.706Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
15:58:18 [2022-08-31T15:58:18.079Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
15:58:21 [2022-08-31T15:58:21.361Z] --- PASS: TestDaemonDNSFallback (6.57s)
15:58:21 [2022-08-31T15:58:21.361Z] === RUN   TestInspectNetwork
15:58:25 [2022-08-31T15:58:25.547Z] === RUN   TestInspectNetwork/full_network_id
15:58:25 [2022-08-31T15:58:25.547Z] === RUN   TestInspectNetwork/partial_network_id
15:58:25 [2022-08-31T15:58:25.547Z] === RUN   TestInspectNetwork/network_name
15:58:25 [2022-08-31T15:58:25.547Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
15:58:27 [2022-08-31T15:58:27.448Z] === RUN   TestDockerSuite/TestBuildDotDotFile
15:58:27 [2022-08-31T15:58:27.707Z] === RUN   TestDockerSuite/TestBuildEOLInLine
15:58:29 [2022-08-31T15:58:29.612Z] --- PASS: TestInspectNetwork (8.29s)
15:58:29 [2022-08-31T15:58:29.612Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
15:58:29 [2022-08-31T15:58:29.612Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
15:58:29 [2022-08-31T15:58:29.612Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
15:58:29 [2022-08-31T15:58:29.612Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
15:58:29 [2022-08-31T15:58:29.612Z] === RUN   TestRunContainerWithBridgeNone
15:58:30 [2022-08-31T15:58:30.986Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
15:58:31 [2022-08-31T15:58:31.245Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
15:58:31 [2022-08-31T15:58:31.503Z] --- PASS: TestRunContainerWithBridgeNone (1.99s)
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/create
15:58:31 [2022-08-31T15:58:31.503Z] === PAUSE TestNetworkInvalidJSON/networks/create
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
15:58:31 [2022-08-31T15:58:31.503Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
15:58:31 [2022-08-31T15:58:31.503Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
15:58:31 [2022-08-31T15:58:31.503Z] === CONT  TestNetworkInvalidJSON/networks/create
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
15:58:31 [2022-08-31T15:58:31.503Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
15:58:31 [2022-08-31T15:58:31.503Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
15:58:31 [2022-08-31T15:58:31.503Z] --- PASS: TestNetworkInvalidJSON (0.04s)
15:58:31 [2022-08-31T15:58:31.503Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkList
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkList//networks
15:58:31 [2022-08-31T15:58:31.503Z] === PAUSE TestNetworkList//networks
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestNetworkList//networks/
15:58:31 [2022-08-31T15:58:31.503Z] === PAUSE TestNetworkList//networks/
15:58:31 [2022-08-31T15:58:31.503Z] === CONT  TestNetworkList//networks
15:58:31 [2022-08-31T15:58:31.503Z] === CONT  TestNetworkList//networks/
15:58:31 [2022-08-31T15:58:31.503Z] --- PASS: TestNetworkList (0.02s)
15:58:31 [2022-08-31T15:58:31.503Z]     --- PASS: TestNetworkList//networks (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z]     --- PASS: TestNetworkList//networks/ (0.00s)
15:58:31 [2022-08-31T15:58:31.503Z] === RUN   TestHostIPv4BridgeLabel
15:58:32 [2022-08-31T15:58:32.070Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
15:58:32 [2022-08-31T15:58:32.070Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
15:58:32 [2022-08-31T15:58:32.329Z] --- PASS: TestHostIPv4BridgeLabel (0.58s)
15:58:32 [2022-08-31T15:58:32.329Z] === RUN   TestDaemonRestartWithLiveRestore
15:58:32 [2022-08-31T15:58:32.329Z] === RUN   TestDockerSuite/TestBuildEntrypoint
15:58:32 [2022-08-31T15:58:32.588Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
15:58:33 [2022-08-31T15:58:33.154Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
15:58:33 [2022-08-31T15:58:33.154Z] === RUN   TestDaemonDefaultNetworkPools
15:58:34 [2022-08-31T15:58:34.087Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s)
15:58:34 [2022-08-31T15:58:34.087Z] === RUN   TestDaemonRestartWithExistingNetwork
15:58:34 [2022-08-31T15:58:34.087Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
15:58:35 [2022-08-31T15:58:35.461Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
15:58:35 [2022-08-31T15:58:35.461Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
15:58:35 [2022-08-31T15:58:35.461Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
15:58:36 [2022-08-31T15:58:36.395Z] === RUN   TestDockerSuite/TestBuildEnv
15:58:36 [2022-08-31T15:58:36.395Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s)
15:58:36 [2022-08-31T15:58:36.395Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
15:58:36 [2022-08-31T15:58:36.961Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
15:58:36 [2022-08-31T15:58:36.961Z] === RUN   TestServiceWithPredefinedNetwork
15:58:37 [2022-08-31T15:58:37.220Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
15:58:38 [2022-08-31T15:58:38.155Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
15:58:39 [2022-08-31T15:58:39.091Z] === RUN   TestDockerSuite/TestBuildEnvUsage
15:58:40 [2022-08-31T15:58:40.024Z] --- PASS: TestServiceWithPredefinedNetwork (2.77s)
15:58:40 [2022-08-31T15:58:40.024Z] === RUN   TestServiceRemoveKeepsIngressNetwork
15:58:40 [2022-08-31T15:58:40.024Z]     service_test.go:243: FLAKY_TEST
15:58:40 [2022-08-31T15:58:40.024Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
15:58:40 [2022-08-31T15:58:40.024Z] === RUN   TestServiceWithDataPathPortInit
15:58:44 [2022-08-31T15:58:44.215Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
15:58:48 [2022-08-31T15:58:48.500Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd
15:58:48 [2022-08-31T15:58:48.500Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy
15:58:48 [2022-08-31T15:58:48.500Z] GOOS="linux" GOARCH="s390x" GOARM=""
15:58:48 [2022-08-31T15:58:48.500Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy
15:58:48 [2022-08-31T15:58:48.500Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
15:58:48 [2022-08-31T15:58:48.821Z] + sudo modprobe ip6table_filter
[Pipeline] sh
15:58:49 [2022-08-31T15:58:49.107Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5591187178010bd407f0784bf83909ec395d7b97 hack/test/unit
15:58:49 [2022-08-31T15:58:49.366Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
15:58:49 [2022-08-31T15:58:49.366Z] + TESTFLAGS+=' -test.timeout=5m'
15:58:49 [2022-08-31T15:58:49.366Z] + TESTDIRS=./...
15:58:49 [2022-08-31T15:58:49.366Z] + exclude_paths='/vendor/|/integration'
15:58:49 [2022-08-31T15:58:49.366Z] ++ go list ./...
15:58:49 [2022-08-31T15:58:49.366Z] ++ grep -vE '(/vendor/|/integration)'
15:58:50 [2022-08-31T15:58:50.304Z] + pkg_list='github.com/docker/docker/api
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/backend/build
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/httpstatus
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/httputils
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/middleware
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/build
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/checkpoint
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/container
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/debug
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/distribution
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/grpc
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/image
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/network
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/plugin
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/session
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/swarm
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/system
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/server/router/volume
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/types
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/types/backend
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/types/blkiodev
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/types/container
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/types/events
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/types/filters
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/types/image
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/types/mount
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/types/network
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/types/plugins/logdriver
15:58:50 [2022-08-31T15:58:50.304Z] github.com/docker/docker/api/types/registry
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/strslice
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/swarm
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/swarm/runtime
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/time
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/versions
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/versions/v1p19
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/versions/v1p20
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/volume
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/exporter
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/worker
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/dockerfile
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/remotecontext
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/remotecontext/git
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/remotecontext/urlutil
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cli
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cli/config
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cli/debug
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cli/winresources/docker-proxy
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cli/winresources/dockerd
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/client
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cmd/docker-proxy
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cmd/dockerd
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cmd/dockerd/trap
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/container
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/container/stream
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/contrib/apparmor
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/contrib/docker-device-tool
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/contrib/httpserver
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster/convert
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster/executor
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster/executor/container
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster/provider
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/config
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/containerd
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/events
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/events/testutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/aufs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/copy
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/overlay
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/register
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/vfs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/zfs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/images
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/initlayer
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/links
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/listeners
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/awslogs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/fluentd
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/gcplogs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/gelf
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/journald
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/local
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/logentries
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/loggertest
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/loggerutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/splunk
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/syslog
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/templates
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/names
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/network
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/stats
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/distribution
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/distribution/metadata
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/distribution/utils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/distribution/xfer
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/dockerversion
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/errdefs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/image
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/image/cache
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/image/tarexport
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/image/v1
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/internal/test/suite
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/layer
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libcontainerd
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libcontainerd/queue
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libcontainerd/remote
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libcontainerd/supervisor
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libcontainerd/types
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/bitseq
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/cluster
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/config
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/datastore
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/diagnostic
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/discoverapi
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/driverapi
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/bridge
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/host
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/null
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/overlay
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/remote
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/windows
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/drvregistry
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/etchosts
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/idm
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/internal/caller
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/ipam
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/ipamapi
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/ipams/builtin
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/ipams/null
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/ipams/remote
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/ipamutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/iptables
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/netlabel
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/netutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/networkdb
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/ns
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/options
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/osl
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/osl/kernel
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/portallocator
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/portmapper
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/resolvconf
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/testutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/libnetwork/types
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/oci
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/oci/caps
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/opts
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/aaparser
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/archive
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/authorization
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/broadcaster
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/capabilities
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/chrootarchive
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/containerfs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/devicemapper
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/directory
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/dmesg
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/fileutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/fsutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/homedir
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/idtools
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/ioutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/jsonmessage
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/longpath
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/loopback
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/namesgenerator
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/parsers
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/parsers/kernel
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/pidfile
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/platform
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/plugingetter
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/plugins
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/plugins/transport
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/pools
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/progress
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/pubsub
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/reexec
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/signal
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/stack
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/stdcopy
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/streamformatter
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/stringid
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/sysinfo
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/system
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/tailfile
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/tarsum
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/urlutil
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/pkg/useragent
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/plugin
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/plugin/executor/containerd
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/plugin/v2
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/profiles/apparmor
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/profiles/seccomp
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/quota
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/reference
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/registry
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/registry/resumable
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/restartmanager
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/rootless
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/rootless/specconv
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/runconfig
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/runconfig/opts
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/testutil
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/testutil/daemon
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/testutil/environment
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/testutil/fakecontext
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/testutil/fakegit
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/testutil/fakestorage
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/testutil/fixtures/load
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/testutil/fixtures/plugin
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/testutil/registry
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/testutil/request
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/volume
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/volume/drivers
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/volume/local
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/volume/mounts
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/volume/service
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/volume/service/opts
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/volume/testutils'
15:58:50 [2022-08-31T15:58:50.305Z] ++ grep --fixed-strings -v /libnetwork
15:58:50 [2022-08-31T15:58:50.305Z] ++ echo 'github.com/docker/docker/api
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/backend/build
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/httpstatus
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/httputils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/middleware
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/build
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/checkpoint
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/container
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/debug
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/distribution
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/grpc
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/image
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/network
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/plugin
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/session
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/swarm
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/system
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/server/router/volume
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/backend
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/blkiodev
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/container
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/events
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/filters
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/image
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/mount
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/network
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/plugins/logdriver
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/registry
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/strslice
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/swarm
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/swarm/runtime
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/time
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/versions
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/versions/v1p19
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/versions/v1p20
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/api/types/volume
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/exporter
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/builder-next/worker
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/dockerfile
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/remotecontext
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/remotecontext/git
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/builder/remotecontext/urlutil
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cli
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cli/config
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cli/debug
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cli/winresources/docker-proxy
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cli/winresources/dockerd
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/client
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cmd/docker-proxy
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cmd/dockerd
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cmd/dockerd/trap
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/container
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/container/stream
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/contrib/apparmor
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/contrib/docker-device-tool
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/contrib/httpserver
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster/convert
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster/executor
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster/executor/container
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/cluster/provider
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/config
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/containerd
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/events
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/events/testutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/aufs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/copy
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/overlay
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/register
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/vfs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/graphdriver/zfs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/images
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/initlayer
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/links
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/listeners
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/awslogs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/fluentd
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/gcplogs
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/gelf
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/journald
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/local
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/logentries
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/loggertest
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/loggerutils
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/splunk
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/syslog
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/logger/templates
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/names
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/network
15:58:50 [2022-08-31T15:58:50.305Z] github.com/docker/docker/daemon/stats
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/distribution
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/distribution/metadata
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/distribution/utils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/distribution/xfer
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/dockerversion
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/errdefs
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/image
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/image/cache
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/image/tarexport
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/image/v1
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/internal/test/suite
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/layer
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libcontainerd
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libcontainerd/queue
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libcontainerd/remote
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libcontainerd/supervisor
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libcontainerd/types
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/bitseq
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/cluster
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/config
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/datastore
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/diagnostic
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/discoverapi
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/driverapi
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/bridge
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/host
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/null
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/overlay
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/remote
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/windows
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/drvregistry
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/etchosts
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/idm
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/internal/caller
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/ipam
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/ipamapi
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/ipams/builtin
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/ipams/null
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/ipams/remote
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/ipamutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/iptables
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/netlabel
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/netutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/networkdb
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/ns
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/options
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/osl
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/osl/kernel
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/portallocator
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/portmapper
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/resolvconf
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/testutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libnetwork/types
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/oci
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/oci/caps
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/opts
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/aaparser
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/archive
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/authorization
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/broadcaster
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/capabilities
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/chrootarchive
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/containerfs
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/devicemapper
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/directory
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/dmesg
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/fileutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/fsutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/homedir
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/idtools
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/ioutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/jsonmessage
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/longpath
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/loopback
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/namesgenerator
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/parsers
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/parsers/kernel
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/pidfile
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/platform
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugingetter
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugins
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugins/transport
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/pools
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/progress
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/pubsub
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/reexec
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/signal
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/stack
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/stdcopy
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/streamformatter
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/stringid
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/sysinfo
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/system
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/tailfile
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/tarsum
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/urlutil
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/useragent
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/plugin
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/plugin/executor/containerd
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/plugin/v2
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/profiles/apparmor
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/profiles/seccomp
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/quota
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/reference
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/registry
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/registry/resumable
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/restartmanager
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/rootless
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/rootless/specconv
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/runconfig
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/runconfig/opts
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/daemon
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/environment
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fakecontext
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fakegit
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fakestorage
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fixtures/load
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fixtures/plugin
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/registry
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/request
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/drivers
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/local
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/mounts
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/service
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/service/opts
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/testutils'
15:58:50 [2022-08-31T15:58:50.306Z] + base_pkg_list='github.com/docker/docker/api
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/backend/build
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/httpstatus
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/httputils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/middleware
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/build
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/checkpoint
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/container
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/debug
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/distribution
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/grpc
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/image
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/network
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/plugin
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/session
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/swarm
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/system
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server/router/volume
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/backend
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/blkiodev
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/container
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/events
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/filters
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/image
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/mount
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/network
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/plugins/logdriver
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/registry
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/strslice
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/swarm
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/swarm/runtime
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/time
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/versions
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/versions/v1p19
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/versions/v1p20
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/types/volume
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder/builder-next
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder/builder-next/exporter
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder/builder-next/worker
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder/dockerfile
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder/remotecontext
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder/remotecontext/git
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/builder/remotecontext/urlutil
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/cli
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/cli/config
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/cli/debug
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/cli/winresources/docker-proxy
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/cli/winresources/dockerd
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/client
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/cmd/docker-proxy
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/cmd/dockerd
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/cmd/dockerd/trap
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/container
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/container/stream
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/contrib/apparmor
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/contrib/docker-device-tool
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/contrib/httpserver
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/cluster
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/cluster/convert
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/cluster/executor
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/cluster/executor/container
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/cluster/provider
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/config
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/containerd
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/events
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/events/testutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/aufs
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/copy
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/overlay
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/register
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/vfs
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/graphdriver/zfs
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/images
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/initlayer
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/links
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/listeners
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/awslogs
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/fluentd
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/gcplogs
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/gelf
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/journald
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/local
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/logentries
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/loggertest
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/loggerutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/splunk
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/syslog
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/logger/templates
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/names
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/network
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/daemon/stats
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/distribution
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/distribution/metadata
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/distribution/utils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/distribution/xfer
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/dockerversion
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/errdefs
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/image
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/image/cache
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/image/tarexport
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/image/v1
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/internal/test/suite
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/layer
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libcontainerd
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libcontainerd/queue
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libcontainerd/remote
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libcontainerd/supervisor
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/libcontainerd/types
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/oci
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/oci/caps
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/opts
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/aaparser
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/archive
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/authorization
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/broadcaster
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/capabilities
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/chrootarchive
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/containerfs
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/devicemapper
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/directory
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/dmesg
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/fileutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/fsutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/homedir
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/idtools
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/ioutils
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/jsonmessage
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/longpath
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/loopback
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/namesgenerator
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/parsers
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/parsers/kernel
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/pidfile
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/platform
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugingetter
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugins
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/plugins/transport
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/pools
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/progress
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/pubsub
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/reexec
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/signal
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/stack
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/stdcopy
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/streamformatter
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/stringid
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/sysinfo
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/system
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/tailfile
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/tarsum
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/urlutil
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/pkg/useragent
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/plugin
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/plugin/executor/containerd
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/plugin/v2
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/profiles/apparmor
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/profiles/seccomp
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/quota
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/reference
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/registry
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/registry/resumable
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/restartmanager
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/rootless
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/rootless/specconv
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/runconfig
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/runconfig/opts
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/daemon
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/environment
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fakecontext
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fakegit
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fakestorage
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fixtures/load
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fixtures/plugin
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/registry
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/testutil/request
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/drivers
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/local
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/mounts
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/service
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/service/opts
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/volume/testutils'
15:58:50 [2022-08-31T15:58:50.306Z] ++ echo 'github.com/docker/docker/api
15:58:50 [2022-08-31T15:58:50.306Z] github.com/docker/docker/api/server
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/backend/build
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/httpstatus
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/httputils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/middleware
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/build
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/checkpoint
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/container
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/debug
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/distribution
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/grpc
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/image
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/network
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/plugin
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/session
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/swarm
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/system
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/server/router/volume
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/backend
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/blkiodev
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/container
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/events
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/filters
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/image
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/mount
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/network
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/plugins/logdriver
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/registry
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/strslice
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/swarm
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/swarm/runtime
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/time
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/versions
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/versions/v1p19
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/versions/v1p20
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/api/types/volume
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder/builder-next
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder/builder-next/exporter
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder/builder-next/worker
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder/dockerfile
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder/remotecontext
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder/remotecontext/git
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/builder/remotecontext/urlutil
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/cli
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/cli/config
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/cli/debug
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/cli/winresources/docker-proxy
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/cli/winresources/dockerd
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/client
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/cmd/docker-proxy
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/cmd/dockerd
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/cmd/dockerd/trap
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/container
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/container/stream
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/contrib/apparmor
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/contrib/docker-device-tool
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/contrib/httpserver
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/cluster
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/cluster/convert
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/cluster/executor
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/cluster/executor/container
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/cluster/provider
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/config
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/containerd
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/events
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/events/testutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/aufs
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/copy
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/overlay
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/register
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/vfs
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/graphdriver/zfs
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/images
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/initlayer
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/links
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/listeners
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/awslogs
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/fluentd
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/gcplogs
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/gelf
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/journald
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/local
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/logentries
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/loggertest
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/loggerutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/splunk
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/syslog
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/logger/templates
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/names
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/network
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/daemon/stats
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/distribution
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/distribution/metadata
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/distribution/utils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/distribution/xfer
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/dockerversion
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/errdefs
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/image
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/image/cache
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/image/tarexport
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/image/v1
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/internal/test/suite
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/layer
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libcontainerd
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libcontainerd/queue
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libcontainerd/remote
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libcontainerd/supervisor
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libcontainerd/types
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/bitseq
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cluster
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/config
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/datastore
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/diagnostic
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/discoverapi
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/driverapi
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/bridge
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/host
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/null
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/overlay
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/remote
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/windows
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drvregistry
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/etchosts
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/idm
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/internal/caller
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipam
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipamapi
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipams/builtin
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipams/null
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipams/remote
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipamutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/iptables
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/netlabel
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/netutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/networkdb
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ns
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/options
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/osl
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/osl/kernel
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/portallocator
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/portmapper
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/resolvconf
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/testutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/types
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/oci
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/oci/caps
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/opts
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/aaparser
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/archive
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/authorization
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/broadcaster
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/capabilities
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/chrootarchive
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/containerfs
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/devicemapper
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/directory
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/dmesg
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/fileutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/fsutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/homedir
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/idtools
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/ioutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/jsonmessage
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/longpath
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/loopback
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/namesgenerator
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/parsers
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/parsers/kernel
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/pidfile
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/platform
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/plugingetter
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/plugins
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/plugins/transport
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/pools
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/progress
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/pubsub
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/reexec
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/signal
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/stack
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/stdcopy
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/streamformatter
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/stringid
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/sysinfo
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/system
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/tailfile
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/tarsum
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/urlutil
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/pkg/useragent
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/plugin
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/plugin/executor/containerd
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/plugin/v2
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/profiles/apparmor
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/profiles/seccomp
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/quota
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/reference
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/registry
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/registry/resumable
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/restartmanager
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/rootless
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/rootless/specconv
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/runconfig
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/runconfig/opts
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/testutil
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/testutil/daemon
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/testutil/environment
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/testutil/fakecontext
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/testutil/fakegit
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/testutil/fakestorage
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/testutil/fixtures/load
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/testutil/fixtures/plugin
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/testutil/registry
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/testutil/request
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/volume
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/volume/drivers
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/volume/local
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/volume/mounts
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/volume/service
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/volume/service/opts
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/volume/testutils'
15:58:50 [2022-08-31T15:58:50.307Z] ++ grep --fixed-strings /libnetwork
15:58:50 [2022-08-31T15:58:50.307Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/bitseq
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cluster
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/config
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/datastore
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/diagnostic
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/discoverapi
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/driverapi
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/bridge
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/host
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/null
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/overlay
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/remote
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/windows
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/drvregistry
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/etchosts
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/idm
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/internal/caller
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipam
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipamapi
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipams/builtin
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipams/null
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipams/remote
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ipamutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/iptables
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/netlabel
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/netutils
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/networkdb
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/ns
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/options
15:58:50 [2022-08-31T15:58:50.307Z] github.com/docker/docker/libnetwork/osl
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/osl/kernel
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/portallocator
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/portmapper
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/resolvconf
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/testutils
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/types'
15:58:50 [2022-08-31T15:58:50.308Z] + echo 'github.com/docker/docker/libnetwork
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/bitseq
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/cluster
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/cmd/diagnostic
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/cmd/ovrouter
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/cmd/readme_test
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/config
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/datastore
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/diagnostic
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/discoverapi
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/driverapi
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/bridge
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/host
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/ipvlan
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/macvlan
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/null
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/overlay
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/remote
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/remote/api
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/windows
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drvregistry
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/etchosts
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/idm
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/internal/caller
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/internal/setmatrix
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/ipam
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/ipamapi
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/ipams/builtin
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/ipams/null
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libne+ grep --fixed-strings libnetwork/drivers/bridge
15:58:50 [2022-08-31T15:58:50.308Z] twork/ipams/remote
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/ipams/remote/api
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/ipams/windowsipam
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/ipamutils
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/iptables
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/netlabel
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/netutils
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/networkdb
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/ns
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/options
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/osl
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/osl/kernel
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/portallocator
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/portmapper
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/resolvconf
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/testutils
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/types'
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/bridge
15:58:50 [2022-08-31T15:58:50.308Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
15:58:50 [2022-08-31T15:58:50.308Z] + type docker-proxy
15:58:50 [2022-08-31T15:58:50.308Z] hack/test/unit: line 25: type: docker-proxy: not found
15:58:50 [2022-08-31T15:58:50.308Z] + hack/make.sh binary-proxy install-proxy
15:58:50 [2022-08-31T15:58:50.308Z] 
15:58:50 [2022-08-31T15:58:50.567Z] Removing bundles/
15:58:50 [2022-08-31T15:58:50.568Z] 
15:58:50 [2022-08-31T15:58:50.568Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
15:58:50 [2022-08-31T15:58:50.568Z] Building: bundles/binary-proxy/docker-proxy
15:58:50 [2022-08-31T15:58:50.568Z] GOOS="" GOARCH="" GOARM=""
15:58:56 [2022-08-31T15:58:56.414Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
15:58:56 [2022-08-31T15:58:56.414Z] --- PASS: TestServiceWithDataPathPortInit (15.98s)
15:58:56 [2022-08-31T15:58:56.414Z] === RUN   TestServiceWithDefaultAddressPoolInit
15:58:57 [2022-08-31T15:58:57.794Z]     docker_api_swarm_test.go:304: [d6f28299270c8] joining swarm manager [d80b144008df7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:58:58 [2022-08-31T15:58:58.367Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
15:58:58 [2022-08-31T15:58:58.696Z] Created binary: bundles/binary-proxy/docker-proxy
15:58:58 [2022-08-31T15:58:58.696Z] 
15:58:58 [2022-08-31T15:58:58.696Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
15:58:58 [2022-08-31T15:58:58.696Z] Installing docker-proxy to /usr/local/bin/
15:58:58 [2022-08-31T15:58:58.696Z] 
15:58:58 [2022-08-31T15:58:58.696Z] + mkdir -p bundles
15:58:58 [2022-08-31T15:58:58.696Z] + '[' -n 'github.com/docker/docker/api
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/backend/build
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/httpstatus
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/httputils
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/middleware
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/build
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/checkpoint
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/container
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/debug
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/distribution
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/grpc
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/image
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/network
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/plugin
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/session
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/swarm
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/system
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/server/router/volume
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/backend
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/blkiodev
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/container
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/events
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/filters
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/image
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/mount
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/network
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/plugins/logdriver
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/registry
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/strslice
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/swarm
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/swarm/runtime
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/time
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/versions
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/versions/v1p19
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/versions/v1p20
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/api/types/volume
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder/builder-next
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder/builder-next/exporter
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder/builder-next/imagerefchecker
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder/builder-next/worker
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder/dockerfile
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder/remotecontext
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder/remotecontext/git
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/builder/remotecontext/urlutil
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/cli
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/cli/config
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/cli/debug
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/cli/winresources/docker-proxy
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/cli/winresources/dockerd
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/client
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/cmd/docker-proxy
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/cmd/dockerd
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/cmd/dockerd/trap
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/container
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/container/stream
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/contrib/apparmor
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/contrib/docker-device-tool
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/contrib/httpserver
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/cluster
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/cluster/controllers/plugin
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/cluster/convert
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/cluster/executor
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/cluster/executor/container
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/cluster/provider
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/config
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/containerd
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/events
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/events/testutils
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/aufs
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/btrfs
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/copy
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/devmapper
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/graphtest
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/overlay
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/overlay2
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/overlayutils
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/register
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/vfs
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/graphdriver/zfs
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/images
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/initlayer
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/links
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/listeners
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/awslogs
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/fluentd
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/gcplogs
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/gelf
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/journald
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/journald/internal/export
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/journald/internal/fake
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/jsonfilelog
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/local
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/logentries
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/loggertest
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/loggerutils
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/loggerutils/cache
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/splunk
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/syslog
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/logger/templates
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/names
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/network
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/daemon/stats
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/distribution
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/distribution/metadata
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/distribution/utils
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/distribution/xfer
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/dockerversion
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/errdefs
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/image
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/image/cache
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/image/tarexport
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/image/v1
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/internal/test/suite
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/layer
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/libcontainerd
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/libcontainerd/queue
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/libcontainerd/remote
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/libcontainerd/supervisor
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/libcontainerd/types
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/oci
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/oci/caps
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/opts
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/aaparser
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/archive
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/authorization
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/broadcaster
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/capabilities
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/chrootarchive
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/containerfs
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/devicemapper
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/directory
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/dmesg
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/fileutils
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/fsutils
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/homedir
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/idtools
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/ioutils
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/jsonmessage
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/longpath
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/loopback
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/namesgenerator
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/parsers
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/parsers/kernel
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/parsers/operatingsystem
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/pidfile
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/platform
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/plugingetter
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/plugins
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/plugins/transport
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/pools
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/progress
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/pubsub
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/reexec
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/signal
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/stack
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/stdcopy
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/streamformatter
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/stringid
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/sysinfo
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/system
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/tailfile
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/tarsum
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/urlutil
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/pkg/useragent
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/plugin
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/plugin/executor/containerd
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/plugin/v2
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/profiles/apparmor
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/profiles/seccomp
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/quota
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/reference
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/registry
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/registry/resumable
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/restartmanager
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/rootless
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/rootless/specconv
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/runconfig
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/runconfig/opts
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/testutil
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/testutil/daemon
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/testutil/environment
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/testutil/fakecontext
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/testutil/fakegit
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/testutil/fakestorage
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/testutil/fixtures/load
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/testutil/fixtures/plugin
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/testutil/fixtures/plugin/basic
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/testutil/registry
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/testutil/request
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/volume
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/volume/drivers
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/volume/local
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/volume/mounts
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/volume/service
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/volume/service/opts
15:58:58 [2022-08-31T15:58:58.696Z] github.com/docker/docker/volume/testutils' ']'
15:58:58 [2022-08-31T15:58:58.697Z] + 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/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
15:58:58 [2022-08-31T15:58:58.697Z] ?   	github.com/docker/docker/api	[no test files]
15:58:58 [2022-08-31T15:58:58.933Z]     docker_api_swarm_test.go:305: [d7b9b3c156d90] joining swarm manager [d80b144008df7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:58:59 [2022-08-31T15:58:59.868Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:dzdsk608aqmzglw4lm1suzfd9 Created:2022-08-31 15:58:57.372624128 +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[f7301b309f02152a31cbcc5c605747006dda426ab4acb09deba1f634f76da694:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.dzfoec9di379l73ppvq8uueqb EndpointID:76e39269c86c221f14788fa12f9a28ee6ddcbbda50dc861b21d6d1bd2f37e162 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ab37729241ef5e08c69158c7b544c50628746a8050f9f22ea0ef5fb57570409a 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:389c0f914743 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.dzfoec9di379l73ppvq8uueqb EndpointID:76e39269c86c221f14788fa12f9a28ee6ddcbbda50dc861b21d6d1bd2f37e162 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
15:58:59 [2022-08-31T15:58:59.868Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
15:59:01 [2022-08-31T15:59:01.241Z]     docker_api_swarm_test.go:351: Waiting for election to occur...
15:59:04 [2022-08-31T15:59:04.523Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.41s)
15:59:04 [2022-08-31T15:59:04.523Z] PASS
15:59:04 [2022-08-31T15:59:04.523Z] 
15:59:04 [2022-08-31T15:59:04.523Z] === Skipped
15:59:04 [2022-08-31T15:59:04.523Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
15:59:04 [2022-08-31T15:59:04.523Z]     service_test.go:243: FLAKY_TEST
15:59:04 [2022-08-31T15:59:04.523Z] 
15:59:04 [2022-08-31T15:59:04.523Z] DONE 38 tests, 1 skipped in 50.265s
15:59:04 [2022-08-31T15:59:04.523Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
15:59:04 [2022-08-31T15:59:04.523Z] ++ 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
15:59:04 [2022-08-31T15:59:04.523Z] ++ set -e
15:59:04 [2022-08-31T15:59:04.523Z] ++ '[' -n 0 ']'
15:59:04 [2022-08-31T15:59:04.523Z] ++ set -x
15:59:04 [2022-08-31T15:59:04.523Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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
15:59:04 [2022-08-31T15:59:04.523Z] INFO: Testing against a local daemon
15:59:04 [2022-08-31T15:59:04.523Z] === RUN   TestDockerNetworkIpvlanPersistance
15:59:04 [2022-08-31T15:59:04.523Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:59:04 [2022-08-31T15:59:04.523Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
15:59:04 [2022-08-31T15:59:04.523Z] === RUN   TestDockerNetworkIpvlan
15:59:04 [2022-08-31T15:59:04.523Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:59:04 [2022-08-31T15:59:04.523Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
15:59:04 [2022-08-31T15:59:04.523Z] PASS
15:59:04 [2022-08-31T15:59:04.523Z] 
15:59:04 [2022-08-31T15:59:04.523Z] === Skipped
15:59:04 [2022-08-31T15:59:04.523Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
15:59:04 [2022-08-31T15:59:04.523Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:59:04 [2022-08-31T15:59:04.523Z] 
15:59:04 [2022-08-31T15:59:04.523Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
15:59:04 [2022-08-31T15:59:04.523Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
15:59:04 [2022-08-31T15:59:04.523Z] 
15:59:04 [2022-08-31T15:59:04.523Z] DONE 2 tests, 2 skipped in 0.118s
15:59:04 [2022-08-31T15:59:04.523Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
15:59:04 [2022-08-31T15:59:04.523Z] ++ 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
15:59:04 [2022-08-31T15:59:04.523Z] ++ set -e
15:59:04 [2022-08-31T15:59:04.523Z] ++ '[' -n 0 ']'
15:59:04 [2022-08-31T15:59:04.523Z] ++ set -x
15:59:04 [2022-08-31T15:59:04.523Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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
15:59:04 [2022-08-31T15:59:04.523Z] INFO: Testing against a local daemon
15:59:04 [2022-08-31T15:59:04.523Z] === RUN   TestDockerNetworkMacvlanPersistance
15:59:05 [2022-08-31T15:59:05.899Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s)
15:59:05 [2022-08-31T15:59:05.899Z] === RUN   TestDockerNetworkMacvlan
15:59:06 [2022-08-31T15:59:06.158Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
15:59:06 [2022-08-31T15:59:06.724Z] === RUN   TestDockerNetworkMacvlan/Subinterface
15:59:06 [2022-08-31T15:59:06.982Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
15:59:07 [2022-08-31T15:59:07.548Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
15:59:07 [2022-08-31T15:59:07.548Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
15:59:07 [2022-08-31T15:59:07.806Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
15:59:08 [2022-08-31T15:59:08.372Z] === RUN   TestDockerNetworkMacvlan/NilParent
15:59:08 [2022-08-31T15:59:08.939Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
15:59:08 [2022-08-31T15:59:08.939Z]     docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows
15:59:08 [2022-08-31T15:59:08.939Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
15:59:09 [2022-08-31T15:59:09.197Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
15:59:10 [2022-08-31T15:59:10.571Z] === RUN   TestDockerNetworkMacvlan/InternalMode
15:59:12 [2022-08-31T15:59:12.474Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
15:59:16 [2022-08-31T15:59:16.795Z] ok  	github.com/docker/docker/api/server	0.005s	coverage: 7.9% of statements
15:59:17 [2022-08-31T15:59:17.740Z]     docker_api_swarm_test.go:364: Waiting for possible election...
15:59:17 [2022-08-31T15:59:17.740Z] === RUN   TestDockerNetworkMacvlan/Addressing
15:59:18 [2022-08-31T15:59:18.676Z] === RUN   TestDockerSuite/TestBuildExpose
15:59:18 [2022-08-31T15:59:18.935Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
15:59:18 [2022-08-31T15:59:18.935Z] --- PASS: TestDockerNetworkMacvlan (13.07s)
15:59:18 [2022-08-31T15:59:18.935Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
15:59:18 [2022-08-31T15:59:18.935Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
15:59:18 [2022-08-31T15:59:18.935Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.09s)
15:59:18 [2022-08-31T15:59:18.935Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.13s)
15:59:18 [2022-08-31T15:59:18.935Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.40s)
15:59:18 [2022-08-31T15:59:18.935Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.16s)
15:59:18 [2022-08-31T15:59:18.935Z] PASS
15:59:18 [2022-08-31T15:59:18.935Z] 
15:59:18 [2022-08-31T15:59:18.935Z] DONE 8 tests in 14.565s
15:59:18 [2022-08-31T15:59:18.935Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
15:59:18 [2022-08-31T15:59:18.935Z] ++ 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
15:59:18 [2022-08-31T15:59:18.935Z] ++ set -e
15:59:18 [2022-08-31T15:59:18.935Z] ++ '[' -n 0 ']'
15:59:18 [2022-08-31T15:59:18.935Z] ++ set -x
15:59:18 [2022-08-31T15:59:18.935Z] ++ env -i DEST=/go/src/github.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
15:59:18 [2022-08-31T15:59:18.935Z] testing: warning: no tests to run
15:59:18 [2022-08-31T15:59:18.935Z] PASS
15:59:18 [2022-08-31T15:59:18.935Z] 
15:59:18 [2022-08-31T15:59:18.935Z] DONE 0 tests in 0.037s
15:59:18 [2022-08-31T15:59:18.935Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
15:59:18 [2022-08-31T15:59:18.935Z] ++ 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
15:59:18 [2022-08-31T15:59:18.935Z] ++ set -e
15:59:18 [2022-08-31T15:59:18.935Z] ++ '[' -n 0 ']'
15:59:18 [2022-08-31T15:59:18.935Z] ++ set -x
15:59:18 [2022-08-31T15:59:18.935Z] ++ env -i DEST=/go/src/github.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
15:59:19 [2022-08-31T15:59:19.193Z] INFO: Testing against a local daemon
15:59:19 [2022-08-31T15:59:19.193Z] === RUN   TestAuthZPluginAllowRequest
15:59:19 [2022-08-31T15:59:19.451Z] === RUN   TestDockerSuite/TestBuildExposeOrder
15:59:19 [2022-08-31T15:59:19.710Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
15:59:20 [2022-08-31T15:59:20.280Z] === RUN   TestDockerSuite/TestBuildFails
15:59:20 [2022-08-31T15:59:20.537Z] --- PASS: TestAuthZPluginAllowRequest (1.52s)
15:59:20 [2022-08-31T15:59:20.537Z] === RUN   TestAuthZPluginTLS
15:59:20 [2022-08-31T15:59:20.795Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
15:59:20 [2022-08-31T15:59:20.795Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
15:59:21 [2022-08-31T15:59:21.362Z] --- PASS: TestAuthZPluginTLS (0.56s)
15:59:21 [2022-08-31T15:59:21.362Z] === RUN   TestAuthZPluginDenyRequest
15:59:21 [2022-08-31T15:59:21.621Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
15:59:21 [2022-08-31T15:59:21.621Z] === RUN   TestAuthZPluginAPIDenyResponse
15:59:22 [2022-08-31T15:59:22.191Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
15:59:22 [2022-08-31T15:59:22.191Z] === RUN   TestAuthZPluginDenyResponse
15:59:22 [2022-08-31T15:59:22.449Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
15:59:22 [2022-08-31T15:59:22.709Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
15:59:22 [2022-08-31T15:59:22.709Z] === RUN   TestAuthZPluginAllowEventStream
15:59:24 [2022-08-31T15:59:24.086Z] === RUN   TestDockerSuite/TestBuildForceRm
15:59:24 [2022-08-31T15:59:24.086Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s)
15:59:24 [2022-08-31T15:59:24.086Z] === RUN   TestAuthZPluginErrorResponse
15:59:24 [2022-08-31T15:59:24.652Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
15:59:24 [2022-08-31T15:59:24.652Z] === RUN   TestAuthZPluginErrorRequest
15:59:25 [2022-08-31T15:59:25.218Z] === RUN   TestDockerSuite/TestBuildFromGit
15:59:25 [2022-08-31T15:59:25.218Z] --- PASS: TestAuthZPluginErrorRequest (0.55s)
15:59:25 [2022-08-31T15:59:25.218Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
15:59:25 [2022-08-31T15:59:25.784Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
15:59:25 [2022-08-31T15:59:25.784Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
15:59:26 [2022-08-31T15:59:26.350Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
15:59:26 [2022-08-31T15:59:26.608Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
15:59:27 [2022-08-31T15:59:27.543Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
15:59:27 [2022-08-31T15:59:27.543Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.77s)
15:59:27 [2022-08-31T15:59:27.543Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
15:59:28 [2022-08-31T15:59:28.919Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
15:59:28 [2022-08-31T15:59:28.919Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
15:59:29 [2022-08-31T15:59:29.486Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.80s)
15:59:29 [2022-08-31T15:59:29.486Z] === RUN   TestAuthZPluginHeader
15:59:30 [2022-08-31T15:59:30.053Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
15:59:30 [2022-08-31T15:59:30.311Z] --- PASS: TestAuthZPluginHeader (0.82s)
15:59:30 [2022-08-31T15:59:30.312Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
15:59:30 [2022-08-31T15:59:30.312Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
15:59:31 [2022-08-31T15:59:31.248Z]     docker_api_swarm_test.go:272: [d0e32c6c19a54] joining swarm manager [d703100a99cdb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:59:32 [2022-08-31T15:59:32.182Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
15:59:32 [2022-08-31T15:59:32.748Z]     docker_api_swarm_test.go:273: [d7d9ad749fbf9] joining swarm manager [d703100a99cdb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:59:34 [2022-08-31T15:59:34.123Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
15:59:35 [2022-08-31T15:59:35.061Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.76s)
15:59:35 [2022-08-31T15:59:35.061Z] === RUN   TestAuthZPluginV2Disable
15:59:35 [2022-08-31T15:59:35.061Z] === RUN   TestDockerSuite/TestBuildIidFile
15:59:35 [2022-08-31T15:59:35.627Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
15:59:35 [2022-08-31T15:59:35.885Z] === RUN   TestDockerSuite/TestBuildInheritance
15:59:36 [2022-08-31T15:59:36.451Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
15:59:36 [2022-08-31T15:59:36.709Z] === RUN   TestDockerSuite/TestBuildInvalidTag
15:59:36 [2022-08-31T15:59:36.709Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
15:59:37 [2022-08-31T15:59:37.644Z] === RUN   TestDockerSuite/TestBuildLabel
15:59:37 [2022-08-31T15:59:37.644Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
15:59:38 [2022-08-31T15:59:38.233Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
15:59:38 [2022-08-31T15:59:38.233Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
15:59:38 [2022-08-31T15:59:38.491Z] === RUN   TestDockerSuite/TestBuildLabels
15:59:39 [2022-08-31T15:59:39.057Z] --- PASS: TestAuthZPluginV2Disable (4.21s)
15:59:39 [2022-08-31T15:59:39.057Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
15:59:39 [2022-08-31T15:59:39.057Z] === RUN   TestDockerSuite/TestBuildLabelsCache
15:59:40 [2022-08-31T15:59:40.435Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
15:59:42 [2022-08-31T15:59:42.336Z] === RUN   TestDockerSuite/TestBuildLastModified
15:59:42 [2022-08-31T15:59:42.902Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.71s)
15:59:42 [2022-08-31T15:59:42.902Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
15:59:47 [2022-08-31T15:59:47.086Z] === RUN   TestDockerSuite/TestBuildLineBreak
15:59:50 [2022-08-31T15:59:50.369Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
15:59:50 [2022-08-31T15:59:50.369Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
15:59:50 [2022-08-31T15:59:50.369Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
15:59:50 [2022-08-31T15:59:50.369Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
15:59:50 [2022-08-31T15:59:50.369Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
15:59:50 [2022-08-31T15:59:50.369Z] === RUN   TestDockerSuite/TestBuildMaintainer
15:59:50 [2022-08-31T15:59:50.935Z] === RUN   TestDockerSuite/TestBuildMissingArgs
15:59:52 [2022-08-31T15:59:52.838Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
15:59:54 [2022-08-31T15:59:54.215Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
15:59:54 [2022-08-31T15:59:54.215Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.46s)
15:59:54 [2022-08-31T15:59:54.215Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
15:59:56 [2022-08-31T15:59:56.742Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
15:59:56 [2022-08-31T15:59:56.742Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
15:59:57 [2022-08-31T15:59:57.000Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
16:00:03 [2022-08-31T16:00:03.557Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
16:00:04 [2022-08-31T16:00:04.958Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
16:00:05 [2022-08-31T16:00:05.524Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
16:00:06 [2022-08-31T16:00:06.898Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
16:00:06 [2022-08-31T16:00:06.898Z]     docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows
16:00:06 [2022-08-31T16:00:06.898Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
16:00:09 [2022-08-31T16:00:09.427Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
16:00:09 [2022-08-31T16:00:09.686Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
16:00:11 [2022-08-31T16:00:11.060Z] === RUN   TestDockerSuite/TestBuildMultipleTags
16:00:11 [2022-08-31T16:00:11.318Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
16:00:11 [2022-08-31T16:00:11.318Z] PASS
16:00:11 [2022-08-31T16:00:11.318Z] 
16:00:11 [2022-08-31T16:00:11.318Z] DONE 17 tests in 52.203s
16:00:11 [2022-08-31T16:00:11.318Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
16:00:11 [2022-08-31T16:00:11.318Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
16:00:11 [2022-08-31T16:00:11.318Z] ++ set -e
16:00:11 [2022-08-31T16:00:11.318Z] ++ '[' -n 0 ']'
16:00:11 [2022-08-31T16:00:11.318Z] ++ set -x
16:00:11 [2022-08-31T16:00:11.318Z] ++ env -i DEST=/go/src/github.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
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestDockerSuite/TestBuildNetContainer
16:00:11 [2022-08-31T16:00:11.318Z] INFO: Testing against a local daemon
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
16:00:11 [2022-08-31T16:00:11.318Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
16:00:11 [2022-08-31T16:00:11.318Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON/plugins/pull
16:00:11 [2022-08-31T16:00:11.318Z] === PAUSE TestPluginInvalidJSON/plugins/pull
16:00:11 [2022-08-31T16:00:11.318Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
16:00:11 [2022-08-31T16:00:11.318Z] === CONT  TestPluginInvalidJSON/plugins/pull
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
16:00:11 [2022-08-31T16:00:11.318Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
16:00:11 [2022-08-31T16:00:11.318Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
16:00:11 [2022-08-31T16:00:11.577Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
16:00:11 [2022-08-31T16:00:11.577Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
16:00:11 [2022-08-31T16:00:11.577Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
16:00:11 [2022-08-31T16:00:11.577Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
16:00:11 [2022-08-31T16:00:11.577Z] --- PASS: TestPluginInvalidJSON (0.03s)
16:00:11 [2022-08-31T16:00:11.577Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
16:00:11 [2022-08-31T16:00:11.577Z] === RUN   TestPluginInstall
16:00:11 [2022-08-31T16:00:11.577Z] === RUN   TestPluginInstall/no_auth
16:00:12 [2022-08-31T16:00:12.955Z] === RUN   TestDockerSuite/TestBuildNetNone
16:00:13 [2022-08-31T16:00:13.214Z] === RUN   TestDockerSuite/TestBuildNoContext
16:00:13 [2022-08-31T16:00:13.780Z] time="2022-08-31T16:00:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:00:13 [2022-08-31T16:00:13.780Z] time="2022-08-31T16:00:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6457ce64fccfa37ff0eafaad8be805ae3d9da8d5d25c04a0d57ce57431c90a53" mediatype=application/vnd.docker.plugin.v1+json size=522
16:00:13 [2022-08-31T16:00:13.780Z] time="2022-08-31T16:00:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:00:13 [2022-08-31T16:00:13.780Z] time="2022-08-31T16:00:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6457ce64fccfa37ff0eafaad8be805ae3d9da8d5d25c04a0d57ce57431c90a53" mediatype=application/vnd.docker.plugin.v1+json size=522
16:00:14 [2022-08-31T16:00:14.348Z] === RUN   TestPluginInstall/with_htpasswd
16:00:14 [2022-08-31T16:00:14.348Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
16:00:14 [2022-08-31T16:00:14.348Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
16:00:14 [2022-08-31T16:00:14.915Z] time="2022-08-31T16:00:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:00:14 [2022-08-31T16:00:14.915Z] time="2022-08-31T16:00:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8c8fa7a2530464b91317b3c778b947678353f4d02f4d049c55267a71af34d014" mediatype=application/vnd.docker.plugin.v1+json size=522
16:00:14 [2022-08-31T16:00:14.915Z] time="2022-08-31T16:00:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:00:14 [2022-08-31T16:00:14.915Z] time="2022-08-31T16:00:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8c8fa7a2530464b91317b3c778b947678353f4d02f4d049c55267a71af34d014" mediatype=application/vnd.docker.plugin.v1+json size=522
16:00:15 [2022-08-31T16:00:15.174Z] === RUN   TestPluginInstall/with_insecure
16:00:15 [2022-08-31T16:00:15.431Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
16:00:16 [2022-08-31T16:00:16.806Z] time="2022-08-31T16:00:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:00:16 [2022-08-31T16:00:16.806Z] time="2022-08-31T16:00:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5f445fb789947fcc0e1ed46a8a5920b47881b2d3d07a6dcb4fcbbafd7fba8cdb" mediatype=application/vnd.docker.plugin.v1+json size=522
16:00:16 [2022-08-31T16:00:16.806Z] time="2022-08-31T16:00:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
16:00:16 [2022-08-31T16:00:16.806Z] time="2022-08-31T16:00:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5f445fb789947fcc0e1ed46a8a5920b47881b2d3d07a6dcb4fcbbafd7fba8cdb" mediatype=application/vnd.docker.plugin.v1+json size=522
16:00:17 [2022-08-31T16:00:17.065Z]     plugin_test.go:196: [d910baa5461ca] daemon is not started
16:00:17 [2022-08-31T16:00:17.065Z] --- PASS: TestPluginInstall (5.61s)
16:00:17 [2022-08-31T16:00:17.065Z]     --- PASS: TestPluginInstall/no_auth (2.80s)
16:00:17 [2022-08-31T16:00:17.065Z]     --- PASS: TestPluginInstall/with_htpasswd (1.01s)
16:00:17 [2022-08-31T16:00:17.065Z]     --- PASS: TestPluginInstall/with_insecure (1.80s)
16:00:17 [2022-08-31T16:00:17.065Z] === RUN   TestPluginsWithRuntimes
16:00:17 [2022-08-31T16:00:17.323Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
16:00:18 [2022-08-31T16:00:18.258Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
16:00:18 [2022-08-31T16:00:18.258Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
16:00:18 [2022-08-31T16:00:18.825Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
16:00:18 [2022-08-31T16:00:18.825Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
16:00:19 [2022-08-31T16:00:19.083Z] === RUN   TestPluginsWithRuntimes/No_Args
16:00:19 [2022-08-31T16:00:19.083Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
16:00:20 [2022-08-31T16:00:20.018Z] === RUN   TestDockerSuite/TestBuildOnBuild
16:00:20 [2022-08-31T16:00:20.018Z] === RUN   TestPluginsWithRuntimes/With_Args
16:00:21 [2022-08-31T16:00:21.392Z]     docker_api_swarm_node_test.go:20: [d883ff69f7059] joining swarm manager [d021aec1d45b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:00:21 [2022-08-31T16:00:21.392Z] --- PASS: TestPluginsWithRuntimes (4.43s)
16:00:21 [2022-08-31T16:00:21.392Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.11s)
16:00:21 [2022-08-31T16:00:21.392Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.24s)
16:00:21 [2022-08-31T16:00:21.392Z] === RUN   TestPluginBackCompatMediaTypes
16:00:21 [2022-08-31T16:00:21.960Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
16:00:22 [2022-08-31T16:00:22.525Z]     docker_api_swarm_node_test.go:21: [d6139cf6fb4ef] joining swarm manager [d021aec1d45b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:00:22 [2022-08-31T16:00:22.525Z] --- PASS: TestPluginBackCompatMediaTypes (0.98s)
16:00:22 [2022-08-31T16:00:22.525Z] PASS
16:00:22 [2022-08-31T16:00:22.525Z] 
16:00:22 [2022-08-31T16:00:22.525Z] DONE 24 tests in 11.234s
16:00:22 [2022-08-31T16:00:22.525Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
16:00:22 [2022-08-31T16:00:22.525Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
16:00:22 [2022-08-31T16:00:22.525Z] ++ set -e
16:00:22 [2022-08-31T16:00:22.525Z] ++ '[' -n 0 ']'
16:00:22 [2022-08-31T16:00:22.525Z] ++ set -x
16:00:22 [2022-08-31T16:00:22.525Z] ++ env -i DEST=/go/src/github.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
16:00:22 [2022-08-31T16:00:22.525Z] INFO: Testing against a local daemon
16:00:22 [2022-08-31T16:00:22.525Z] === RUN   TestExternalGraphDriver
16:00:23 [2022-08-31T16:00:23.114Z] === RUN   TestExternalGraphDriver/json
16:00:24 [2022-08-31T16:00:24.050Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
16:00:24 [2022-08-31T16:00:24.615Z] === RUN   TestExternalGraphDriver/spec
16:00:25 [2022-08-31T16:00:25.183Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
16:00:26 [2022-08-31T16:00:26.557Z] === RUN   TestExternalGraphDriver/pull
16:00:27 [2022-08-31T16:00:27.123Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
16:00:27 [2022-08-31T16:00:27.688Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
16:00:28 [2022-08-31T16:00:28.624Z] --- PASS: TestExternalGraphDriver (5.85s)
16:00:28 [2022-08-31T16:00:28.624Z]     --- PASS: TestExternalGraphDriver/json (1.79s)
16:00:28 [2022-08-31T16:00:28.624Z]     --- PASS: TestExternalGraphDriver/spec (1.83s)
16:00:28 [2022-08-31T16:00:28.624Z]     --- PASS: TestExternalGraphDriver/pull (1.86s)
16:00:28 [2022-08-31T16:00:28.624Z] === RUN   TestGraphdriverPluginV2
16:00:28 [2022-08-31T16:00:28.883Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
16:00:31 [2022-08-31T16:00:31.412Z] === RUN   TestDockerSuite/TestBuildPATH
16:00:33 [2022-08-31T16:00:33.314Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
16:00:33 [2022-08-31T16:00:33.314Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
16:00:33 [2022-08-31T16:00:33.314Z] --- PASS: TestGraphdriverPluginV2 (4.59s)
16:00:33 [2022-08-31T16:00:33.314Z] PASS
16:00:33 [2022-08-31T16:00:33.314Z] 
16:00:33 [2022-08-31T16:00:33.314Z] DONE 5 tests in 10.546s
16:00:33 [2022-08-31T16:00:33.314Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
16:00:33 [2022-08-31T16:00:33.314Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
16:00:33 [2022-08-31T16:00:33.314Z] ++ set -e
16:00:33 [2022-08-31T16:00:33.314Z] ++ '[' -n 0 ']'
16:00:33 [2022-08-31T16:00:33.314Z] ++ set -x
16:00:33 [2022-08-31T16:00:33.314Z] ++ env -i DEST=/go/src/github.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
16:00:33 [2022-08-31T16:00:33.314Z] INFO: Testing against a local daemon
16:00:33 [2022-08-31T16:00:33.314Z] === RUN   TestContinueAfterPluginCrash
16:00:33 [2022-08-31T16:00:33.314Z] === PAUSE TestContinueAfterPluginCrash
16:00:33 [2022-08-31T16:00:33.314Z] === RUN   TestReadPluginNoRead
16:00:33 [2022-08-31T16:00:33.314Z] === PAUSE TestReadPluginNoRead
16:00:33 [2022-08-31T16:00:33.314Z] === RUN   TestDaemonStartWithLogOpt
16:00:33 [2022-08-31T16:00:33.314Z] === PAUSE TestDaemonStartWithLogOpt
16:00:33 [2022-08-31T16:00:33.314Z] === CONT  TestContinueAfterPluginCrash
16:00:33 [2022-08-31T16:00:33.314Z] === CONT  TestDaemonStartWithLogOpt
16:00:33 [2022-08-31T16:00:33.881Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
16:00:34 [2022-08-31T16:00:34.817Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
16:00:39 [2022-08-31T16:00:39.006Z] --- PASS: TestDaemonStartWithLogOpt (5.28s)
16:00:39 [2022-08-31T16:00:39.006Z] === CONT  TestReadPluginNoRead
16:00:39 [2022-08-31T16:00:39.006Z]     docker_api_swarm_test.go:502: [db3aff65fa4be] joining swarm manager [d0ec45d9ebc4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:00:41 [2022-08-31T16:00:41.534Z] === RUN   TestReadPluginNoRead/default
16:00:42 [2022-08-31T16:00:42.907Z] === RUN   TestReadPluginNoRead/disabled_caching
16:00:43 [2022-08-31T16:00:43.841Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
16:00:43 [2022-08-31T16:00:43.841Z] --- PASS: TestContinueAfterPluginCrash (10.50s)
16:00:44 [2022-08-31T16:00:44.407Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
16:00:45 [2022-08-31T16:00:45.789Z] === CONT  TestReadPluginNoRead
16:00:45 [2022-08-31T16:00:45.789Z]     read_test.go:92: [db2e0b2b12c8c] daemon is not started
16:00:45 [2022-08-31T16:00:45.789Z] --- PASS: TestReadPluginNoRead (7.34s)
16:00:45 [2022-08-31T16:00:45.789Z]     --- PASS: TestReadPluginNoRead/default (1.40s)
16:00:45 [2022-08-31T16:00:45.789Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.55s)
16:00:45 [2022-08-31T16:00:45.789Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.50s)
16:00:45 [2022-08-31T16:00:45.789Z] PASS
16:00:45 [2022-08-31T16:00:45.789Z] 
16:00:45 [2022-08-31T16:00:45.789Z] DONE 6 tests in 12.807s
16:00:45 [2022-08-31T16:00:45.789Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
16:00:45 [2022-08-31T16:00:45.789Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
16:00:45 [2022-08-31T16:00:45.789Z] ++ set -e
16:00:45 [2022-08-31T16:00:45.789Z] ++ '[' -n 0 ']'
16:00:45 [2022-08-31T16:00:45.789Z] ++ set -x
16:00:45 [2022-08-31T16:00:45.789Z] ++ env -i DEST=/go/src/github.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
16:00:46 [2022-08-31T16:00:46.046Z] testing: warning: no tests to run
16:00:46 [2022-08-31T16:00:46.046Z] PASS
16:00:46 [2022-08-31T16:00:46.046Z] 
16:00:46 [2022-08-31T16:00:46.046Z] DONE 0 tests in 0.047s
16:00:46 [2022-08-31T16:00:46.046Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
16:00:46 [2022-08-31T16:00:46.046Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
16:00:46 [2022-08-31T16:00:46.046Z] ++ set -e
16:00:46 [2022-08-31T16:00:46.046Z] ++ '[' -n 0 ']'
16:00:46 [2022-08-31T16:00:46.046Z] ++ set -x
16:00:46 [2022-08-31T16:00:46.047Z] ++ env -i DEST=/go/src/github.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
16:00:46 [2022-08-31T16:00:46.047Z] INFO: Testing against a local daemon
16:00:46 [2022-08-31T16:00:46.047Z] === RUN   TestPluginWithDevMounts
16:00:46 [2022-08-31T16:00:46.047Z] === PAUSE TestPluginWithDevMounts
16:00:46 [2022-08-31T16:00:46.047Z] === CONT  TestPluginWithDevMounts
16:00:46 [2022-08-31T16:00:46.980Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
16:00:47 [2022-08-31T16:00:47.914Z] --- PASS: TestPluginWithDevMounts (1.80s)
16:00:47 [2022-08-31T16:00:47.914Z] PASS
16:00:47 [2022-08-31T16:00:47.914Z] 
16:00:47 [2022-08-31T16:00:47.914Z] DONE 1 tests in 1.939s
16:00:47 [2022-08-31T16:00:47.914Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
16:00:47 [2022-08-31T16:00:47.914Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
16:00:47 [2022-08-31T16:00:47.914Z] ++ set -e
16:00:47 [2022-08-31T16:00:47.914Z] ++ '[' -n 0 ']'
16:00:47 [2022-08-31T16:00:47.914Z] ++ set -x
16:00:47 [2022-08-31T16:00:47.914Z] ++ env -i DEST=/go/src/github.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
16:00:47 [2022-08-31T16:00:47.914Z] INFO: Testing against a local daemon
16:00:47 [2022-08-31T16:00:47.914Z] === RUN   TestSecretInspect
16:00:48 [2022-08-31T16:00:48.173Z] === RUN   TestDockerSuite/TestBuildRm
16:00:49 [2022-08-31T16:00:49.109Z]     docker_api_swarm_test.go:507: [de16d57d2515c] joining swarm manager [d0ec45d9ebc4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:00:51 [2022-08-31T16:00:51.011Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
16:00:51 [2022-08-31T16:00:51.011Z] --- PASS: TestSecretInspect (2.74s)
16:00:51 [2022-08-31T16:00:51.011Z] === RUN   TestSecretList
16:00:51 [2022-08-31T16:00:51.577Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
16:00:52 [2022-08-31T16:00:52.513Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
16:00:52 [2022-08-31T16:00:52.771Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ok  	github.com/docker/docker/api/server/httputils	0.006s	coverage: 31.9% of statements
16:00:53 [2022-08-31T16:00:53.287Z] ok  	github.com/docker/docker/api/server/middleware	0.004s	coverage: 37.7% of statements
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 6.0% of statements
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ok  	github.com/docker/docker/api/server/router/volume	0.007s	coverage: 67.9% of statements
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/types	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/types/container	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 92.2% of statements
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/types/network	[no test files]
16:00:53 [2022-08-31T16:00:53.287Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:00:53 [2022-08-31T16:00:53.337Z] --- PASS: TestSecretList (2.42s)
16:00:53 [2022-08-31T16:00:53.337Z] === RUN   TestSecretsCreateAndDelete
16:00:53 [2022-08-31T16:00:53.594Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
16:00:53 [2022-08-31T16:00:53.855Z] ok  	github.com/docker/docker/api/types/strslice	0.016s	coverage: 90.0% of statements
16:00:53 [2022-08-31T16:00:53.855Z] ok  	github.com/docker/docker/api/types/registry	0.004s	coverage: 54.2% of statements
16:00:53 [2022-08-31T16:00:53.855Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:00:53 [2022-08-31T16:00:53.855Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:00:53 [2022-08-31T16:00:53.855Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
16:00:54 [2022-08-31T16:00:54.115Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
16:00:54 [2022-08-31T16:00:54.115Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:00:54 [2022-08-31T16:00:54.115Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:00:54 [2022-08-31T16:00:54.115Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:00:54 [2022-08-31T16:00:54.115Z] ?   	github.com/docker/docker/builder	[no test files]
16:00:54 [2022-08-31T16:00:54.115Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:00:54 [2022-08-31T16:00:54.115Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:00:54 [2022-08-31T16:00:54.115Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:00:54 [2022-08-31T16:00:54.115Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:00:54 [2022-08-31T16:00:54.115Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:00:54 [2022-08-31T16:00:54.115Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:00:54 [2022-08-31T16:00:54.115Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:00:54 [2022-08-31T16:00:54.527Z] === RUN   TestDockerSuite/TestBuildShellInherited
16:00:55 [2022-08-31T16:00:55.461Z] === RUN   TestDockerSuite/TestBuildShellMultiple
16:00:56 [2022-08-31T16:00:56.026Z] --- PASS: TestSecretsCreateAndDelete (2.73s)
16:00:56 [2022-08-31T16:00:56.026Z] === RUN   TestSecretsUpdate
16:00:58 [2022-08-31T16:00:58.306Z] ok  	github.com/docker/docker/builder/remotecontext	0.154s	coverage: 13.7% of statements
16:00:58 [2022-08-31T16:00:58.559Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
16:00:58 [2022-08-31T16:00:58.560Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
16:00:58 [2022-08-31T16:00:58.560Z] --- PASS: TestSecretsUpdate (2.64s)
16:00:58 [2022-08-31T16:00:58.560Z] === RUN   TestTemplatedSecret
16:00:58 [2022-08-31T16:00:58.565Z] ok  	github.com/docker/docker/builder/dockerfile	0.563s	coverage: 49.3% of statements
16:00:58 [2022-08-31T16:00:58.818Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
16:00:58 [2022-08-31T16:00:58.818Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
16:00:58 [2022-08-31T16:00:58.818Z] === RUN   TestDockerSuite/TestBuildSpaces
16:00:58 [2022-08-31T16:00:58.825Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
16:00:59 [2022-08-31T16:00:59.076Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
16:00:59 [2022-08-31T16:00:59.394Z] ok  	github.com/docker/docker/cli/debug	0.005s	coverage: 100.0% of statements
16:01:00 [2022-08-31T16:01:00.014Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
16:01:00 [2022-08-31T16:01:00.014Z] === RUN   TestDockerSuite/TestBuildStderr
16:01:00 [2022-08-31T16:01:00.331Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.777s	coverage: 86.3% of statements
16:01:00 [2022-08-31T16:01:00.331Z] ?   	github.com/docker/docker/cli	[no test files]
16:01:00 [2022-08-31T16:01:00.331Z] ?   	github.com/docker/docker/cli/config	[no test files]
16:01:00 [2022-08-31T16:01:00.331Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
16:01:00 [2022-08-31T16:01:00.331Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
16:01:00 [2022-08-31T16:01:00.949Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
16:01:01 [2022-08-31T16:01:01.270Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.279s	coverage: 67.6% of statements
16:01:01 [2022-08-31T16:01:01.883Z] --- PASS: TestTemplatedSecret (3.39s)
16:01:01 [2022-08-31T16:01:01.884Z] === RUN   TestSecretCreateResolve
16:01:04 [2022-08-31T16:01:04.421Z] === RUN   TestDockerSuite/TestBuildStopSignal
16:01:04 [2022-08-31T16:01:04.680Z] --- PASS: TestSecretCreateResolve (2.61s)
16:01:04 [2022-08-31T16:01:04.680Z] PASS
16:01:04 [2022-08-31T16:01:04.680Z] 
16:01:04 [2022-08-31T16:01:04.680Z] DONE 6 tests in 16.647s
16:01:04 [2022-08-31T16:01:04.680Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
16:01:04 [2022-08-31T16:01:04.680Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
16:01:04 [2022-08-31T16:01:04.680Z] ++ set -e
16:01:04 [2022-08-31T16:01:04.680Z] ++ '[' -n 0 ']'
16:01:04 [2022-08-31T16:01:04.680Z] ++ set -x
16:01:04 [2022-08-31T16:01:04.680Z] ++ env -i DEST=/go/src/github.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
16:01:04 [2022-08-31T16:01:04.680Z] INFO: Testing against a local daemon
16:01:04 [2022-08-31T16:01:04.680Z] === RUN   TestServiceCreateInit
16:01:04 [2022-08-31T16:01:04.680Z] === RUN   TestServiceCreateInit/daemonInitDisabled
16:01:04 [2022-08-31T16:01:04.938Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
16:01:05 [2022-08-31T16:01:05.466Z] ok  	github.com/docker/docker/client	0.133s	coverage: 76.1% of statements
16:01:05 [2022-08-31T16:01:05.872Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
16:01:06 [2022-08-31T16:01:06.131Z] === RUN   TestDockerSuite/TestBuildTagEvent
16:01:07 [2022-08-31T16:01:07.507Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
16:01:08 [2022-08-31T16:01:08.440Z] === RUN   TestDockerSuite/TestBuildUser
16:01:09 [2022-08-31T16:01:09.814Z] === RUN   TestServiceCreateInit/daemonInitEnabled
16:01:10 [2022-08-31T16:01:10.072Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
16:01:12 [2022-08-31T16:01:12.605Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
16:01:14 [2022-08-31T16:01:14.508Z] --- PASS: TestServiceCreateInit (9.66s)
16:01:14 [2022-08-31T16:01:14.508Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.98s)
16:01:14 [2022-08-31T16:01:14.508Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.65s)
16:01:14 [2022-08-31T16:01:14.508Z] === RUN   TestCreateServiceMultipleTimes
16:01:19 [2022-08-31T16:01:19.772Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
16:01:21 [2022-08-31T16:01:21.674Z]     docker_api_swarm_node_test.go:81: [d9831c3ea4e80] joining swarm manager [d1e09a40d649d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:01:26 [2022-08-31T16:01:26.941Z] === RUN   TestDockerSuite/TestBuildVerboseOut
16:01:27 [2022-08-31T16:01:27.876Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
16:01:27 [2022-08-31T16:01:27.876Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
16:01:28 [2022-08-31T16:01:28.811Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
16:01:29 [2022-08-31T16:01:29.754Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
16:01:31 [2022-08-31T16:01:31.147Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
16:01:31 [2022-08-31T16:01:31.147Z]     docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows
16:01:31 [2022-08-31T16:01:31.147Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
16:01:31 [2022-08-31T16:01:31.147Z]     docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows
16:01:31 [2022-08-31T16:01:31.147Z] === RUN   TestDockerSuite/TestBuildWindowsUser
16:01:31 [2022-08-31T16:01:31.147Z]     docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows
16:01:31 [2022-08-31T16:01:31.147Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
16:01:31 [2022-08-31T16:01:31.147Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
16:01:31 [2022-08-31T16:01:31.147Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
16:01:32 [2022-08-31T16:01:32.081Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
16:01:32 [2022-08-31T16:01:32.081Z] === RUN   TestDockerSuite/TestBuildWithFailure
16:01:32 [2022-08-31T16:01:32.647Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
16:01:32 [2022-08-31T16:01:32.905Z] === RUN   TestDockerSuite/TestBuildWithTabs
16:01:32 [2022-08-31T16:01:32.905Z] --- PASS: TestCreateServiceMultipleTimes (18.62s)
16:01:32 [2022-08-31T16:01:32.905Z] === RUN   TestCreateServiceConflict
16:01:33 [2022-08-31T16:01:33.840Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
16:01:33 [2022-08-31T16:01:33.840Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
16:01:35 [2022-08-31T16:01:35.215Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
16:01:35 [2022-08-31T16:01:35.783Z] --- PASS: TestCreateServiceConflict (2.68s)
16:01:35 [2022-08-31T16:01:35.783Z] === RUN   TestCreateServiceMaxReplicas
16:01:36 [2022-08-31T16:01:36.042Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
16:01:37 [2022-08-31T16:01:37.945Z] === RUN   TestDockerSuite/TestBuildWithVolumes
16:01:38 [2022-08-31T16:01:38.203Z]     docker_api_swarm_node_test.go:53: [ddcb10d560121] joining swarm manager [d2967b7c6db58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:01:39 [2022-08-31T16:01:39.138Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
16:01:39 [2022-08-31T16:01:39.139Z]     docker_api_swarm_node_test.go:54: [d10a7a70b64d6] joining swarm manager [d2967b7c6db58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:01:39 [2022-08-31T16:01:39.396Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
16:01:39 [2022-08-31T16:01:39.655Z] --- PASS: TestCreateServiceMaxReplicas (4.02s)
16:01:39 [2022-08-31T16:01:39.655Z] === RUN   TestCreateWithDuplicateNetworkNames
16:01:39 [2022-08-31T16:01:39.913Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
16:01:39 [2022-08-31T16:01:39.913Z]     docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows
16:01:39 [2022-08-31T16:01:39.913Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
16:01:40 [2022-08-31T16:01:40.480Z] === RUN   TestDockerSuite/TestBuildXZHost
16:01:42 [2022-08-31T16:01:42.383Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
16:01:42 [2022-08-31T16:01:42.950Z] === RUN   TestDockerSuite/TestCommitChange
16:01:43 [2022-08-31T16:01:43.515Z] === RUN   TestDockerSuite/TestCommitChangeLabels
16:01:44 [2022-08-31T16:01:44.081Z] === RUN   TestDockerSuite/TestCommitHardlink
16:01:44 [2022-08-31T16:01:44.197Z] ok  	github.com/docker/docker/cmd/dockerd	0.095s	coverage: 29.9% of statements
16:01:44 [2022-08-31T16:01:44.197Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.635s	coverage: 0.0% of statements
16:01:44 [2022-08-31T16:01:44.197Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
16:01:44 [2022-08-31T16:01:44.197Z] ok  	github.com/docker/docker/container	0.122s	coverage: 35.7% of statements
16:01:44 [2022-08-31T16:01:44.197Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:01:44 [2022-08-31T16:01:44.197Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:01:44 [2022-08-31T16:01:44.197Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
16:01:44 [2022-08-31T16:01:44.197Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:01:45 [2022-08-31T16:01:45.454Z] === RUN   TestDockerSuite/TestCommitNewFile
16:01:46 [2022-08-31T16:01:46.021Z] === RUN   TestDockerSuite/TestCommitPausedContainer
16:01:46 [2022-08-31T16:01:46.955Z] === RUN   TestDockerSuite/TestCommitTTY
16:01:47 [2022-08-31T16:01:47.887Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
16:01:48 [2022-08-31T16:01:48.825Z] === RUN   TestDockerSuite/TestCommitWithoutPause
16:01:49 [2022-08-31T16:01:49.391Z] === RUN   TestDockerSuite/TestCopyAndRestart
16:01:50 [2022-08-31T16:01:50.328Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
16:01:50 [2022-08-31T16:01:50.328Z] === RUN   TestDockerSuite/TestCpAbsolutePath
16:01:50 [2022-08-31T16:01:50.894Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
16:01:51 [2022-08-31T16:01:51.460Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
16:01:52 [2022-08-31T16:01:52.026Z] === RUN   TestDockerSuite/TestCpFromCaseA
16:01:52 [2022-08-31T16:01:52.342Z] ok  	github.com/docker/docker/daemon/cluster	0.126s	coverage: 0.5% of statements
16:01:52 [2022-08-31T16:01:52.592Z] === RUN   TestDockerSuite/TestCpFromCaseB
16:01:52 [2022-08-31T16:01:52.711Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.013s	coverage: 65.3% of statements
16:01:52 [2022-08-31T16:01:52.850Z] === RUN   TestDockerSuite/TestCpFromCaseC
16:01:53 [2022-08-31T16:01:53.416Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.78s)
16:01:53 [2022-08-31T16:01:53.416Z] === RUN   TestCreateServiceSecretFileMode
16:01:53 [2022-08-31T16:01:53.674Z] === RUN   TestDockerSuite/TestCpFromCaseD
16:01:54 [2022-08-31T16:01:54.089Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.009s	coverage: 36.9% of statements
16:01:54 [2022-08-31T16:01:54.242Z] === RUN   TestDockerSuite/TestCpFromCaseE
16:01:55 [2022-08-31T16:01:55.178Z] === RUN   TestDockerSuite/TestCpFromCaseF
16:01:55 [2022-08-31T16:01:55.747Z] === RUN   TestDockerSuite/TestCpFromCaseG
16:01:56 [2022-08-31T16:01:56.683Z] --- PASS: TestCreateServiceSecretFileMode (2.97s)
16:01:56 [2022-08-31T16:01:56.683Z] === RUN   TestCreateServiceConfigFileMode
16:01:56 [2022-08-31T16:01:56.683Z] === RUN   TestDockerSuite/TestCpFromCaseH
16:01:57 [2022-08-31T16:01:57.250Z] === RUN   TestDockerSuite/TestCpFromCaseI
16:01:57 [2022-08-31T16:01:57.818Z] === RUN   TestDockerSuite/TestCpFromCaseJ
16:01:58 [2022-08-31T16:01:58.752Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
16:01:59 [2022-08-31T16:01:59.318Z] --- PASS: TestCreateServiceConfigFileMode (2.99s)
16:01:59 [2022-08-31T16:01:59.318Z] === RUN   TestCreateServiceSysctls
16:01:59 [2022-08-31T16:01:59.885Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
16:02:00 [2022-08-31T16:02:00.452Z] === RUN   TestDockerSuite/TestCpGarbagePath
16:02:01 [2022-08-31T16:02:01.018Z] === RUN   TestDockerSuite/TestCpLocalOnly
16:02:01 [2022-08-31T16:02:01.277Z] === RUN   TestDockerSuite/TestCpNameHasColon
16:02:01 [2022-08-31T16:02:01.843Z] === RUN   TestDockerSuite/TestCpRelativePath
16:02:02 [2022-08-31T16:02:02.210Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.446s	coverage: 13.4% of statements
16:02:02 [2022-08-31T16:02:02.779Z] === RUN   TestDockerSuite/TestCpSpecialFiles
16:02:03 [2022-08-31T16:02:03.148Z] ok  	github.com/docker/docker/daemon/config	0.033s	coverage: 76.8% of statements
16:02:03 [2022-08-31T16:02:03.345Z] --- PASS: TestCreateServiceSysctls (3.89s)
16:02:03 [2022-08-31T16:02:03.345Z] === RUN   TestCreateServiceCapabilities
16:02:03 [2022-08-31T16:02:03.603Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
16:02:03 [2022-08-31T16:02:03.715Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
16:02:03 [2022-08-31T16:02:03.973Z] ok  	github.com/docker/docker/daemon	10.194s	coverage: 16.4% of statements
16:02:03 [2022-08-31T16:02:03.973Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:02:03 [2022-08-31T16:02:03.973Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:02:03 [2022-08-31T16:02:03.973Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
16:02:03 [2022-08-31T16:02:03.973Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:02:04 [2022-08-31T16:02:04.169Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
16:02:04 [2022-08-31T16:02:04.232Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.2% of statements
16:02:04 [2022-08-31T16:02:04.737Z] === RUN   TestDockerSuite/TestCpToCaseA
16:02:06 [2022-08-31T16:02:06.138Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.731s	coverage: 74.8% of statements
16:02:06 [2022-08-31T16:02:06.398Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.009s	coverage: 3.0% of statements
16:02:06 [2022-08-31T16:02:06.653Z] === RUN   TestDockerSuite/TestCpToCaseB
16:02:06 [2022-08-31T16:02:06.653Z] --- PASS: TestCreateServiceCapabilities (3.23s)
16:02:06 [2022-08-31T16:02:06.653Z] === RUN   TestInspect
16:02:06 [2022-08-31T16:02:06.912Z] === RUN   TestDockerSuite/TestCpToCaseC
16:02:06 [2022-08-31T16:02:06.965Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.324s	coverage: 60.7% of statements
16:02:08 [2022-08-31T16:02:08.812Z] === RUN   TestDockerSuite/TestCpToCaseD
16:02:08 [2022-08-31T16:02:08.875Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.014s	coverage: 1.9% of statements
16:02:10 [2022-08-31T16:02:10.188Z] --- PASS: TestInspect (3.33s)
16:02:10 [2022-08-31T16:02:10.188Z] === RUN   TestCreateJob
16:02:10 [2022-08-31T16:02:10.276Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.361s	coverage: 50.6% of statements
16:02:11 [2022-08-31T16:02:11.213Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.435s	coverage: 46.1% of statements
16:02:11 [2022-08-31T16:02:11.213Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:02:11 [2022-08-31T16:02:11.563Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
16:02:12 [2022-08-31T16:02:12.152Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.660s	coverage: 58.5% of statements
16:02:12 [2022-08-31T16:02:12.153Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
16:02:12 [2022-08-31T16:02:12.153Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:02:12 [2022-08-31T16:02:12.153Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 58.5% of statements
16:02:12 [2022-08-31T16:02:12.498Z] === RUN   TestDockerSuite/TestCpToCaseE
16:02:13 [2022-08-31T16:02:13.433Z] --- PASS: TestCreateJob (3.37s)
16:02:13 [2022-08-31T16:02:13.433Z] === RUN   TestReplicatedJob
16:02:13 [2022-08-31T16:02:13.531Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
16:02:14 [2022-08-31T16:02:14.100Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
16:02:15 [2022-08-31T16:02:15.333Z] === RUN   TestDockerSuite/TestCpToCaseF
16:02:16 [2022-08-31T16:02:16.005Z] ok  	github.com/docker/docker/daemon/logger	0.241s	coverage: 43.2% of statements
16:02:16 [2022-08-31T16:02:16.265Z] ok  	github.com/docker/docker/daemon/images	0.057s	coverage: 6.9% of statements
16:02:16 [2022-08-31T16:02:16.265Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:02:16 [2022-08-31T16:02:16.265Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:02:16 [2022-08-31T16:02:16.271Z] === RUN   TestDockerSuite/TestCpToCaseG
16:02:17 [2022-08-31T16:02:17.204Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.201s	coverage: 79.9% of statements
16:02:17 [2022-08-31T16:02:17.204Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.026s	coverage: 53.6% of statements
16:02:17 [2022-08-31T16:02:17.204Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
16:02:18 [2022-08-31T16:02:18.142Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.013s	coverage: 68.2% of statements
16:02:18 [2022-08-31T16:02:18.174Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
16:02:18 [2022-08-31T16:02:18.401Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
16:02:19 [2022-08-31T16:02:19.339Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.165s	coverage: 76.8% of statements
16:02:19 [2022-08-31T16:02:19.908Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
16:02:20 [2022-08-31T16:02:20.073Z] --- PASS: TestReplicatedJob (6.67s)
16:02:20 [2022-08-31T16:02:20.073Z] === RUN   TestUpdateReplicatedJob
16:02:20 [2022-08-31T16:02:20.073Z] === RUN   TestDockerSuite/TestCpToCaseH
16:02:20 [2022-08-31T16:02:20.476Z] ok  	github.com/docker/docker/daemon/logger/local	0.037s	coverage: 79.4% of statements
16:02:20 [2022-08-31T16:02:20.639Z]     docker_api_swarm_test.go:202: [da7dd700187c5] joining swarm manager [d5b8d78086c9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:02:21 [2022-08-31T16:02:21.414Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.022s	coverage: 63.5% of statements
16:02:21 [2022-08-31T16:02:21.983Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.033s	coverage: 31.5% of statements
16:02:22 [2022-08-31T16:02:22.552Z] ok  	github.com/docker/docker/daemon/logger/journald	3.601s	coverage: 74.3% of statements
16:02:22 [2022-08-31T16:02:22.552Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
16:02:22 [2022-08-31T16:02:22.552Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
16:02:22 [2022-08-31T16:02:22.552Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
16:02:22 [2022-08-31T16:02:22.552Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
16:02:23 [2022-08-31T16:02:23.167Z] === RUN   TestDockerSuite/TestCpToCaseI
16:02:23 [2022-08-31T16:02:23.424Z] === RUN   TestDockerSuite/TestCpToCaseJ
16:02:23 [2022-08-31T16:02:23.489Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.007s	coverage: 46.8% of statements
16:02:23 [2022-08-31T16:02:23.490Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
16:02:23 [2022-08-31T16:02:23.684Z] --- PASS: TestUpdateReplicatedJob (3.77s)
16:02:23 [2022-08-31T16:02:23.684Z] === RUN   TestServiceListWithStatuses
16:02:23 [2022-08-31T16:02:23.684Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:02:23 [2022-08-31T16:02:23.684Z] --- SKIP: TestServiceListWithStatuses (0.00s)
16:02:23 [2022-08-31T16:02:23.684Z] === RUN   TestDockerNetworkConnectAlias
16:02:24 [2022-08-31T16:02:24.057Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
16:02:24 [2022-08-31T16:02:24.315Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.620s	coverage: 82.5% of statements
16:02:24 [2022-08-31T16:02:24.315Z] ?   	github.com/docker/docker/daemon/names	[no test files]
16:02:24 [2022-08-31T16:02:24.315Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
16:02:25 [2022-08-31T16:02:25.695Z] ok  	github.com/docker/docker/distribution/metadata	0.045s	coverage: 44.4% of statements
16:02:26 [2022-08-31T16:02:26.969Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
16:02:27 [2022-08-31T16:02:27.072Z] ok  	github.com/docker/docker/distribution	1.497s	coverage: 28.0% of statements
16:02:27 [2022-08-31T16:02:27.072Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
16:02:27 [2022-08-31T16:02:27.331Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
16:02:27 [2022-08-31T16:02:27.536Z] === RUN   TestDockerSuite/TestCpToDot
16:02:27 [2022-08-31T16:02:27.909Z] ok  	github.com/docker/docker/image	0.023s	coverage: 86.9% of statements
16:02:27 [2022-08-31T16:02:27.909Z] ok  	github.com/docker/docker/distribution/xfer	1.885s	coverage: 84.9% of statements
16:02:27 [2022-08-31T16:02:27.909Z] ?   	github.com/docker/docker/dockerversion	[no test files]
16:02:28 [2022-08-31T16:02:28.589Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
16:02:28 [2022-08-31T16:02:28.652Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
16:02:28 [2022-08-31T16:02:28.849Z] ok  	github.com/docker/docker/image/tarexport	0.010s	coverage: 0.7% of statements
16:02:28 [2022-08-31T16:02:28.849Z] ?   	github.com/docker/docker/image/v1	[no test files]
16:02:28 [2022-08-31T16:02:28.849Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
16:02:29 [2022-08-31T16:02:29.219Z] --- PASS: TestDockerNetworkConnectAlias (5.48s)
16:02:29 [2022-08-31T16:02:29.219Z] === RUN   TestDockerNetworkReConnect
16:02:29 [2022-08-31T16:02:29.419Z] ok  	github.com/docker/docker/libcontainerd/queue	0.037s	coverage: 100.0% of statements
16:02:29 [2022-08-31T16:02:29.477Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
16:02:30 [2022-08-31T16:02:30.360Z] ok  	github.com/docker/docker/oci	0.010s	coverage: 46.0% of statements
16:02:30 [2022-08-31T16:02:30.414Z] === RUN   TestDockerSuite/TestCpToStdout
16:02:30 [2022-08-31T16:02:30.930Z] ok  	github.com/docker/docker/opts	0.026s	coverage: 66.0% of statements
16:02:31 [2022-08-31T16:02:31.191Z] ok  	github.com/docker/docker/pkg/aaparser	0.007s	coverage: 52.9% of statements
16:02:31 [2022-08-31T16:02:31.352Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
16:02:32 [2022-08-31T16:02:32.572Z] ok  	github.com/docker/docker/pkg/archive	0.296s	coverage: 82.2% of statements
16:02:32 [2022-08-31T16:02:32.728Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
16:02:32 [2022-08-31T16:02:32.728Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
16:02:33 [2022-08-31T16:02:33.510Z] ok  	github.com/docker/docker/pkg/authorization	0.134s	coverage: 68.3% of statements
16:02:33 [2022-08-31T16:02:33.510Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
16:02:33 [2022-08-31T16:02:33.510Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
16:02:33 [2022-08-31T16:02:33.662Z] --- PASS: TestDockerNetworkReConnect (4.25s)
16:02:33 [2022-08-31T16:02:33.662Z] === RUN   TestServicePlugin
16:02:33 [2022-08-31T16:02:33.662Z] === RUN   TestDockerSuite/TestCpVolumePath
16:02:34 [2022-08-31T16:02:34.598Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
16:02:34 [2022-08-31T16:02:34.598Z] === RUN   TestDockerSuite/TestCreateArgs
16:02:34 [2022-08-31T16:02:34.856Z] === RUN   TestDockerSuite/TestCreateByImageID
16:02:35 [2022-08-31T16:02:35.423Z] === RUN   TestDockerSuite/TestCreateEchoStdout
16:02:35 [2022-08-31T16:02:35.989Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
16:02:35 [2022-08-31T16:02:35.989Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
16:02:35 [2022-08-31T16:02:35.989Z] === RUN   TestDockerSuite/TestCreateHostConfig
16:02:35 [2022-08-31T16:02:35.989Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
16:02:36 [2022-08-31T16:02:36.554Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
16:02:36 [2022-08-31T16:02:36.554Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
16:02:36 [2022-08-31T16:02:36.797Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.478s	coverage: 42.7% of statements
16:02:36 [2022-08-31T16:02:36.797Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
16:02:36 [2022-08-31T16:02:36.812Z] === RUN   TestDockerSuite/TestCreateLabels
16:02:36 [2022-08-31T16:02:36.812Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
16:02:37 [2022-08-31T16:02:37.057Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
16:02:37 [2022-08-31T16:02:37.071Z] === RUN   TestDockerSuite/TestCreateRM
16:02:37 [2022-08-31T16:02:37.071Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
16:02:37 [2022-08-31T16:02:37.071Z]     docker_cli_create_test.go:83: unmatched requirement Devicemapper
16:02:37 [2022-08-31T16:02:37.071Z] === RUN   TestDockerSuite/TestCreateStopSignal
16:02:37 [2022-08-31T16:02:37.316Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
16:02:37 [2022-08-31T16:02:37.329Z] === RUN   TestDockerSuite/TestCreateStopTimeout
16:02:37 [2022-08-31T16:02:37.575Z] ok  	github.com/docker/docker/pkg/fileutils	0.010s	coverage: 87.2% of statements
16:02:37 [2022-08-31T16:02:37.593Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
16:02:37 [2022-08-31T16:02:37.851Z]     plugin_test.go:61: [d4d5c7ac936da] joining swarm manager [d80b743ee8651]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:02:38 [2022-08-31T16:02:38.142Z] ok  	github.com/docker/docker/pkg/fsutils	0.140s	coverage: 85.1% of statements
16:02:38 [2022-08-31T16:02:38.142Z] ok  	github.com/docker/docker/layer	7.675s	coverage: 68.9% of statements
16:02:38 [2022-08-31T16:02:38.142Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
16:02:38 [2022-08-31T16:02:38.142Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
16:02:38 [2022-08-31T16:02:38.142Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
16:02:38 [2022-08-31T16:02:38.142Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
16:02:38 [2022-08-31T16:02:38.142Z] ?   	github.com/docker/docker/oci/caps	[no test files]
16:02:38 [2022-08-31T16:02:38.142Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
16:02:38 [2022-08-31T16:02:38.142Z] ok  	github.com/docker/docker/pkg/homedir	0.006s	coverage: 11.4% of statements
16:02:39 [2022-08-31T16:02:39.228Z]     docker_api_swarm_test.go:384: [d7a5a079cb0f5] joining swarm manager [d2c4277058f24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:02:39 [2022-08-31T16:02:39.228Z]     plugin_test.go:64: [dc3a37e27e6be] joining swarm manager [d80b743ee8651]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:02:39 [2022-08-31T16:02:39.521Z] ok  	github.com/docker/docker/pkg/idtools	0.418s	coverage: 69.3% of statements
16:02:39 [2022-08-31T16:02:39.521Z] ok  	github.com/docker/docker/pkg/ioutils	0.486s	coverage: 70.1% of statements
16:02:39 [2022-08-31T16:02:39.781Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.006s	coverage: 91.7% of statements
16:02:39 [2022-08-31T16:02:39.781Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
16:02:39 [2022-08-31T16:02:39.781Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
16:02:39 [2022-08-31T16:02:39.795Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
16:02:39 [2022-08-31T16:02:39.795Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
16:02:39 [2022-08-31T16:02:39.795Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
16:02:40 [2022-08-31T16:02:40.039Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
16:02:40 [2022-08-31T16:02:40.039Z] ok  	github.com/docker/docker/pkg/parsers	0.011s	coverage: 97.0% of statements
16:02:40 [2022-08-31T16:02:40.298Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.018s	coverage: 60.0% of statements
16:02:40 [2022-08-31T16:02:40.557Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.5% of statements
16:02:40 [2022-08-31T16:02:40.557Z] ok  	github.com/docker/docker/pkg/pidfile	0.005s	coverage: 82.4% of statements
16:02:40 [2022-08-31T16:02:40.557Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
16:02:40 [2022-08-31T16:02:40.557Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
16:02:40 [2022-08-31T16:02:40.730Z]     docker_api_swarm_test.go:385: [d90e83be32bcd] joining swarm manager [d2c4277058f24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:02:41 [2022-08-31T16:02:41.125Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.008s	coverage: 56.8% of statements
16:02:41 [2022-08-31T16:02:41.695Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
16:02:41 [2022-08-31T16:02:41.954Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
16:02:41 [2022-08-31T16:02:41.954Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
16:02:43 [2022-08-31T16:02:43.330Z] ok  	github.com/docker/docker/pkg/pubsub	1.034s	coverage: 75.0% of statements
16:02:43 [2022-08-31T16:02:43.588Z] ok  	github.com/docker/docker/pkg/reexec	0.008s	coverage: 82.4% of statements
16:02:43 [2022-08-31T16:02:43.848Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
16:02:43 [2022-08-31T16:02:43.848Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
16:02:44 [2022-08-31T16:02:44.014Z] === RUN   TestDockerSuite/TestCreateWithPortRange
16:02:44 [2022-08-31T16:02:44.014Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
16:02:44 [2022-08-31T16:02:44.014Z] === RUN   TestDockerSuite/TestEventsAttach
16:02:44 [2022-08-31T16:02:44.107Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
16:02:44 [2022-08-31T16:02:44.366Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
16:02:44 [2022-08-31T16:02:44.580Z] === RUN   TestDockerSuite/TestEventsCommit
16:02:44 [2022-08-31T16:02:44.953Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.1% of statements
16:02:45 [2022-08-31T16:02:45.147Z] === RUN   TestDockerSuite/TestEventsContainerEvents
16:02:45 [2022-08-31T16:02:45.213Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
16:02:45 [2022-08-31T16:02:45.714Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
16:02:45 [2022-08-31T16:02:45.780Z] ok  	github.com/docker/docker/pkg/tailfile	0.047s	coverage: 88.6% of statements
16:02:46 [2022-08-31T16:02:46.039Z] ok  	github.com/docker/docker/pkg/tarsum	0.041s	coverage: 89.3% of statements
16:02:46 [2022-08-31T16:02:46.290Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
16:02:46 [2022-08-31T16:02:46.298Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
16:02:46 [2022-08-31T16:02:46.864Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
16:02:48 [2022-08-31T16:02:48.202Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
16:02:48 [2022-08-31T16:02:48.202Z] ok  	github.com/docker/docker/plugin/v2	0.002s	coverage: 14.4% of statements
16:02:48 [2022-08-31T16:02:48.236Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
16:02:48 [2022-08-31T16:02:48.771Z] ok  	github.com/docker/docker/profiles/seccomp	0.011s	coverage: 86.0% of statements
16:02:49 [2022-08-31T16:02:49.170Z] === RUN   TestDockerSuite/TestEventsContainerRestart
16:02:49 [2022-08-31T16:02:49.711Z] ok  	github.com/docker/docker/quota	0.250s	coverage: 71.4% of statements
16:02:49 [2022-08-31T16:02:49.970Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
16:02:50 [2022-08-31T16:02:50.907Z] ok  	github.com/docker/docker/registry	0.050s	coverage: 58.6% of statements
16:02:51 [2022-08-31T16:02:51.166Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
16:02:51 [2022-08-31T16:02:51.425Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
16:02:51 [2022-08-31T16:02:51.699Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
16:02:51 [2022-08-31T16:02:51.993Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 64.5% of statements
16:02:51 [2022-08-31T16:02:51.993Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
16:02:53 [2022-08-31T16:02:53.600Z] === RUN   TestDockerSuite/TestEventsCopy
16:02:53 [2022-08-31T16:02:53.898Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
16:02:54 [2022-08-31T16:02:54.167Z] === RUN   TestDockerSuite/TestEventsFilterContainer
16:02:54 [2022-08-31T16:02:54.467Z] ok  	github.com/docker/docker/volume/local	0.092s	coverage: 76.8% of statements
16:02:54 [2022-08-31T16:02:54.727Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 67.7% of statements
16:02:55 [2022-08-31T16:02:55.100Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
16:02:56 [2022-08-31T16:02:56.103Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 72.3% of statements
16:03:01 [2022-08-31T16:03:01.651Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
16:03:01 [2022-08-31T16:03:01.651Z] === RUN   TestDockerSuite/TestEventsFilterImageName
16:03:01 [2022-08-31T16:03:01.651Z] === RUN   TestDockerSuite/TestEventsFilterLabels
16:03:02 [2022-08-31T16:03:02.217Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
16:03:02 [2022-08-31T16:03:02.217Z] === RUN   TestDockerSuite/TestEventsFilterType
16:03:02 [2022-08-31T16:03:02.476Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
16:03:02 [2022-08-31T16:03:02.734Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
16:03:02 [2022-08-31T16:03:02.734Z] === RUN   TestDockerSuite/TestEventsFilters
16:03:03 [2022-08-31T16:03:03.667Z] === RUN   TestDockerSuite/TestEventsFormat
16:03:04 [2022-08-31T16:03:04.601Z] === RUN   TestDockerSuite/TestEventsFormatBadField
16:03:04 [2022-08-31T16:03:04.601Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
16:03:04 [2022-08-31T16:03:04.601Z] === RUN   TestDockerSuite/TestEventsImageImport
16:03:05 [2022-08-31T16:03:05.168Z] === RUN   TestDockerSuite/TestEventsImageLoad
16:03:05 [2022-08-31T16:03:05.426Z] === RUN   TestDockerSuite/TestEventsImagePull
16:03:05 [2022-08-31T16:03:05.684Z] --- PASS: TestServicePlugin (32.15s)
16:03:05 [2022-08-31T16:03:05.684Z] === RUN   TestServiceUpdateLabel
16:03:06 [2022-08-31T16:03:06.616Z] === RUN   TestDockerSuite/TestEventsImageTag
16:03:07 [2022-08-31T16:03:07.549Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
16:03:07 [2022-08-31T16:03:07.807Z] --- PASS: TestServiceUpdateLabel (2.22s)
16:03:07 [2022-08-31T16:03:07.807Z] === RUN   TestServiceUpdateSecrets
16:03:07 [2022-08-31T16:03:07.807Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
16:03:07 [2022-08-31T16:03:07.807Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
16:03:07 [2022-08-31T16:03:07.807Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
16:03:07 [2022-08-31T16:03:07.807Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
16:03:07 [2022-08-31T16:03:07.807Z] === RUN   TestDockerSuite/TestEventsPluginOps
16:03:10 [2022-08-31T16:03:10.357Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
16:03:10 [2022-08-31T16:03:10.923Z] === RUN   TestDockerSuite/TestEventsRename
16:03:11 [2022-08-31T16:03:11.181Z] === RUN   TestDockerSuite/TestEventsResize
16:03:11 [2022-08-31T16:03:11.747Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
16:03:12 [2022-08-31T16:03:12.313Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
16:03:12 [2022-08-31T16:03:12.877Z] === RUN   TestDockerSuite/TestEventsStreaming
16:03:13 [2022-08-31T16:03:13.135Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
16:03:16 [2022-08-31T16:03:16.414Z] === RUN   TestDockerSuite/TestEventsTop
16:03:16 [2022-08-31T16:03:16.415Z] === RUN   TestDockerSuite/TestEventsUntag
16:03:18 [2022-08-31T16:03:18.030Z] ok  	github.com/docker/docker/pkg/plugins	33.639s	coverage: 76.3% of statements
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/rootless	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/testutil/request	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/volume	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === Skipped
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     network_proxy_test.go:208: No support for dual stack yet
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver btrfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver btrfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver btrfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver btrfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver btrfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:71: No driver to put!
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z] time="2022-08-31T16:02:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z] time="2022-08-31T16:02:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z] time="2022-08-31T16:02:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z] time="2022-08-31T16:02:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z] time="2022-08-31T16:02:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: driver not supported
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:71: No driver to put!
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     overlay_test.go:50: Fails to compute changes intermittently
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     overlay_test.go:65: Cannot run test with naive change algorithm
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver zfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver zfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver zfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver zfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:44: Driver zfs not supported
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     graphtest_unix.go:71: No driver to put!
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
16:03:18 [2022-08-31T16:03:18.030Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
16:03:18 [2022-08-31T16:03:18.030Z] 
16:03:18 [2022-08-31T16:03:18.030Z] DONE 2874 tests, 28 skipped in 257.851s
16:03:18 [2022-08-31T16:03:18.030Z] + '[' -n 'github.com/docker/docker/libnetwork
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/bitseq
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/cluster
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/config
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/datastore
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/diagnostic
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/discoverapi
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/driverapi
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/bridge
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/host
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/null
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/overlay
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/remote
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/windows
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:03:18 [2022-08-31T16:03:18.030Z] github.com/docker/docker/libnetwork/drvregistry
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/etchosts
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/idm
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/internal/caller
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/ipam
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/ipamapi
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/ipams/builtin
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/ipams/null
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/ipams/remote
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/ipamutils
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/iptables
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/netlabel
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/netutils
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/networkdb
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/ns
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/options
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/osl
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/osl/kernel
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/portallocator
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/portmapper
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/resolvconf
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/testutils
16:03:18 [2022-08-31T16:03:18.031Z] github.com/docker/docker/libnetwork/types' ']'
16:03:18 [2022-08-31T16:03:18.031Z] + 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
16:03:18 [2022-08-31T16:03:18.940Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
16:03:20 [2022-08-31T16:03:20.312Z] === RUN   TestDockerSuite/TestNetworkEvents
16:03:22 [2022-08-31T16:03:22.838Z] --- PASS: TestServiceUpdateSecrets (14.70s)
16:03:22 [2022-08-31T16:03:22.838Z] === RUN   TestServiceUpdateConfigs
16:03:26 [2022-08-31T16:03:26.119Z] === RUN   TestDockerSuite/TestVolumeEvents
16:03:31 [2022-08-31T16:03:31.379Z] === RUN   TestDockerSuite/TestExec
16:03:31 [2022-08-31T16:03:31.640Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
16:03:32 [2022-08-31T16:03:32.573Z] === RUN   TestDockerSuite/TestExecCgroup
16:03:33 [2022-08-31T16:03:33.530Z] === RUN   TestDockerSuite/TestExecEnv
16:03:34 [2022-08-31T16:03:34.095Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
16:03:35 [2022-08-31T16:03:35.028Z] === RUN   TestDockerSuite/TestExecExitStatus
16:03:35 [2022-08-31T16:03:35.595Z] === RUN   TestDockerSuite/TestExecInspectID
16:03:37 [2022-08-31T16:03:37.492Z] --- PASS: TestServiceUpdateConfigs (14.71s)
16:03:37 [2022-08-31T16:03:37.492Z] === RUN   TestServiceUpdateNetwork
16:03:38 [2022-08-31T16:03:38.058Z] === RUN   TestDockerSuite/TestExecInteractive
16:03:38 [2022-08-31T16:03:38.625Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
16:03:39 [2022-08-31T16:03:39.560Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
16:03:39 [2022-08-31T16:03:39.560Z]     check_test.go:611: [d90e83be32bcd] daemon is not started
16:03:39 [2022-08-31T16:03:39.560Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
16:03:40 [2022-08-31T16:03:40.128Z] === RUN   TestDockerSuite/TestExecParseError
16:03:41 [2022-08-31T16:03:41.062Z] === RUN   TestDockerSuite/TestExecPausedContainer
16:03:41 [2022-08-31T16:03:41.629Z] === RUN   TestDockerSuite/TestExecSetEnv
16:03:41 [2022-08-31T16:03:41.888Z]     docker_api_swarm_test.go:802: [dc7cfc6fb9383] joining swarm manager [d467ad0946236]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:03:42 [2022-08-31T16:03:42.455Z] === RUN   TestDockerSuite/TestExecStartFails
16:03:43 [2022-08-31T16:03:43.021Z] === RUN   TestDockerSuite/TestExecStopNotHanging
16:03:43 [2022-08-31T16:03:43.280Z]     docker_api_swarm_test.go:802: [d0b623ac6961b] joining swarm manager [d467ad0946236]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:03:43 [2022-08-31T16:03:43.541Z] === RUN   TestDockerSuite/TestExecTTY
16:03:44 [2022-08-31T16:03:44.107Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
16:03:44 [2022-08-31T16:03:44.674Z]     docker_api_swarm_test.go:802: [db2c87da4214d] joining swarm manager [d467ad0946236]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
16:03:45 [2022-08-31T16:03:45.241Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
16:03:45 [2022-08-31T16:03:45.808Z] === RUN   TestDockerSuite/TestExecUlimits
16:03:46 [2022-08-31T16:03:46.067Z]     docker_api_swarm_test.go:802: [dfed9891ecac3] joining swarm manager [d467ad0946236]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
16:03:46 [2022-08-31T16:03:46.326Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
16:03:46 [2022-08-31T16:03:46.326Z]     docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows
16:03:46 [2022-08-31T16:03:46.326Z] === RUN   TestDockerSuite/TestExecWithImageUser
16:03:47 [2022-08-31T16:03:47.701Z]     docker_api_swarm_test.go:810: [dc0bfeb3acc9c] joining swarm manager [d467ad0946236]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
16:03:47 [2022-08-31T16:03:47.959Z] === RUN   TestDockerSuite/TestExecWithNoTERM
16:03:48 [2022-08-31T16:03:48.524Z] === RUN   TestDockerSuite/TestExecWithPrivileged
16:03:49 [2022-08-31T16:03:49.089Z] === RUN   TestDockerSuite/TestExecWithTERM
16:03:49 [2022-08-31T16:03:49.660Z] === RUN   TestDockerSuite/TestExecWithUser
16:03:50 [2022-08-31T16:03:50.238Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
16:03:51 [2022-08-31T16:03:51.185Z] --- PASS: TestServiceUpdateNetwork (13.73s)
16:03:51 [2022-08-31T16:03:51.185Z] === RUN   TestServiceUpdatePidsLimit
16:03:51 [2022-08-31T16:03:51.753Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
16:03:52 [2022-08-31T16:03:52.321Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
16:03:53 [2022-08-31T16:03:53.696Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
16:03:54 [2022-08-31T16:03:54.630Z] === RUN   TestDockerSuite/TestHealth
16:04:01 [2022-08-31T16:04:01.187Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
16:04:04 [2022-08-31T16:04:04.705Z] ok  	github.com/docker/docker/libnetwork	37.214s	coverage: 40.6% of statements
16:04:04 [2022-08-31T16:04:04.705Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.116s	coverage: 84.4% of statements
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ok  	github.com/docker/docker/libnetwork/config	0.013s	coverage: 22.4% of statements
16:04:04 [2022-08-31T16:04:04.705Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
16:04:04 [2022-08-31T16:04:04.705Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.405s	coverage: 59.9% of statements
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
16:04:04 [2022-08-31T16:04:04.705Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.137s	coverage: 5.1% of statements
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.7% of statements
16:04:04 [2022-08-31T16:04:04.705Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
16:04:04 [2022-08-31T16:04:04.705Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
16:04:09 [2022-08-31T16:04:09.294Z] --- PASS: TestServiceUpdatePidsLimit (17.24s)
16:04:09 [2022-08-31T16:04:09.294Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.46s)
16:04:09 [2022-08-31T16:04:09.294Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s)
16:04:09 [2022-08-31T16:04:09.294Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s)
16:04:09 [2022-08-31T16:04:09.294Z] PASS
16:04:09 [2022-08-31T16:04:09.294Z] 
16:04:09 [2022-08-31T16:04:09.294Z] === Skipped
16:04:09 [2022-08-31T16:04:09.294Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
16:04:09 [2022-08-31T16:04:09.294Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
16:04:09 [2022-08-31T16:04:09.294Z] 
16:04:09 [2022-08-31T16:04:09.294Z] DONE 27 tests, 1 skipped in 183.617s
16:04:09 [2022-08-31T16:04:09.294Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
16:04:09 [2022-08-31T16:04:09.294Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
16:04:09 [2022-08-31T16:04:09.294Z] ++ set -e
16:04:09 [2022-08-31T16:04:09.294Z] ++ '[' -n 0 ']'
16:04:09 [2022-08-31T16:04:09.294Z] ++ set -x
16:04:09 [2022-08-31T16:04:09.294Z] ++ env -i DEST=/go/src/github.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
16:04:09 [2022-08-31T16:04:09.294Z] INFO: Testing against a local daemon
16:04:09 [2022-08-31T16:04:09.294Z] === RUN   TestSessionCreate
16:04:09 [2022-08-31T16:04:09.294Z] --- PASS: TestSessionCreate (0.02s)
16:04:09 [2022-08-31T16:04:09.294Z] === RUN   TestSessionCreateWithBadUpgrade
16:04:09 [2022-08-31T16:04:09.294Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
16:04:09 [2022-08-31T16:04:09.294Z] PASS
16:04:09 [2022-08-31T16:04:09.294Z] 
16:04:09 [2022-08-31T16:04:09.294Z] DONE 2 tests in 0.163s
16:04:09 [2022-08-31T16:04:09.294Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
16:04:09 [2022-08-31T16:04:09.294Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
16:04:09 [2022-08-31T16:04:09.294Z] ++ set -e
16:04:09 [2022-08-31T16:04:09.294Z] ++ '[' -n 0 ']'
16:04:09 [2022-08-31T16:04:09.294Z] ++ set -x
16:04:09 [2022-08-31T16:04:09.294Z] ++ env -i DEST=/go/src/github.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
16:04:09 [2022-08-31T16:04:09.294Z] INFO: Testing against a local daemon
16:04:09 [2022-08-31T16:04:09.294Z] === RUN   TestCgroupDriverSystemdMemoryLimit
16:04:09 [2022-08-31T16:04:09.294Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:04:09 [2022-08-31T16:04:09.294Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
16:04:09 [2022-08-31T16:04:09.294Z] === RUN   TestDiskUsage
16:04:09 [2022-08-31T16:04:09.294Z] === PAUSE TestDiskUsage
16:04:09 [2022-08-31T16:04:09.294Z] === RUN   TestEventsExecDie
16:04:09 [2022-08-31T16:04:09.294Z] --- PASS: TestEventsExecDie (0.55s)
16:04:09 [2022-08-31T16:04:09.294Z] === RUN   TestEventsBackwardsCompatible
16:04:09 [2022-08-31T16:04:09.294Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
16:04:09 [2022-08-31T16:04:09.294Z] === RUN   TestEventsVolumeCreate
16:04:09 [2022-08-31T16:04:09.294Z] --- PASS: TestEventsVolumeCreate (0.06s)
16:04:09 [2022-08-31T16:04:09.294Z] === RUN   TestInfoBinaryCommits
16:04:09 [2022-08-31T16:04:09.294Z] --- PASS: TestInfoBinaryCommits (0.02s)
16:04:09 [2022-08-31T16:04:09.294Z] === RUN   TestInfoAPIVersioned
16:04:09 [2022-08-31T16:04:09.294Z] --- PASS: TestInfoAPIVersioned (0.01s)
16:04:09 [2022-08-31T16:04:09.294Z] === RUN   TestInfoAPI
16:04:09 [2022-08-31T16:04:09.294Z] --- PASS: TestInfoAPI (0.02s)
16:04:09 [2022-08-31T16:04:09.294Z] === RUN   TestInfoAPIWarnings
16:04:14 [2022-08-31T16:04:14.556Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
16:04:14 [2022-08-31T16:04:14.721Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.330s	coverage: 6.6% of statements
16:04:14 [2022-08-31T16:04:14.721Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
16:04:14 [2022-08-31T16:04:14.721Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 63.6% of statements
16:04:14 [2022-08-31T16:04:14.721Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.008s	coverage: 57.4% of statements
16:04:14 [2022-08-31T16:04:14.721Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
16:04:14 [2022-08-31T16:04:14.721Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
16:04:14 [2022-08-31T16:04:14.980Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
16:04:15 [2022-08-31T16:04:15.239Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
16:04:15 [2022-08-31T16:04:15.498Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.014s	coverage: 81.2% of statements
16:04:15 [2022-08-31T16:04:15.757Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
16:04:16 [2022-08-31T16:04:16.016Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.001s	coverage: 100.0% of statements
16:04:17 [2022-08-31T16:04:17.082Z] === RUN   TestDockerSuite/TestBuildHistory
16:04:19 [2022-08-31T16:04:19.610Z] === RUN   TestDockerSuite/TestHistoryExistentImage
16:04:19 [2022-08-31T16:04:19.610Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
16:04:19 [2022-08-31T16:04:19.610Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
16:04:19 [2022-08-31T16:04:19.610Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
16:04:19 [2022-08-31T16:04:19.868Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
16:04:19 [2022-08-31T16:04:19.868Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
16:04:20 [2022-08-31T16:04:20.439Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
16:04:21 [2022-08-31T16:04:21.011Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
16:04:21 [2022-08-31T16:04:21.011Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
16:04:21 [2022-08-31T16:04:21.011Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
16:04:21 [2022-08-31T16:04:21.011Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
16:04:21 [2022-08-31T16:04:21.268Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
16:04:21 [2022-08-31T16:04:21.526Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
16:04:21 [2022-08-31T16:04:21.784Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
16:04:21 [2022-08-31T16:04:21.784Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
16:04:22 [2022-08-31T16:04:22.352Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
16:04:22 [2022-08-31T16:04:22.352Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
16:04:23 [2022-08-31T16:04:23.285Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
16:04:24 [2022-08-31T16:04:24.218Z] === RUN   TestDockerSuite/TestImagesFormat
16:04:24 [2022-08-31T16:04:24.218Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
16:04:24 [2022-08-31T16:04:24.784Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
16:04:25 [2022-08-31T16:04:25.715Z] --- PASS: TestInfoAPIWarnings (16.54s)
16:04:25 [2022-08-31T16:04:25.715Z] === RUN   TestInfoDebug
16:04:25 [2022-08-31T16:04:25.993Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.002s	coverage: 100.0% of statements
16:04:26 [2022-08-31T16:04:26.280Z] --- PASS: TestInfoDebug (0.52s)
16:04:26 [2022-08-31T16:04:26.280Z] === RUN   TestInfoInsecureRegistries
16:04:26 [2022-08-31T16:04:26.845Z] --- PASS: TestInfoInsecureRegistries (0.52s)
16:04:26 [2022-08-31T16:04:26.845Z] === RUN   TestInfoRegistryMirrors
16:04:27 [2022-08-31T16:04:27.410Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
16:04:27 [2022-08-31T16:04:27.410Z] === RUN   TestDockerSuite/TestImportBadURL
16:04:27 [2022-08-31T16:04:27.410Z] === RUN   TestDockerSuite/TestImportDisplay
16:04:27 [2022-08-31T16:04:27.410Z] --- PASS: TestInfoRegistryMirrors (0.54s)
16:04:27 [2022-08-31T16:04:27.410Z] === RUN   TestLoginFailsWithBadCredentials
16:04:27 [2022-08-31T16:04:27.668Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
16:04:27 [2022-08-31T16:04:27.668Z] === RUN   TestPingCacheHeaders
16:04:27 [2022-08-31T16:04:27.668Z] --- PASS: TestPingCacheHeaders (0.02s)
16:04:27 [2022-08-31T16:04:27.668Z] === RUN   TestPingGet
16:04:27 [2022-08-31T16:04:27.668Z] --- PASS: TestPingGet (0.04s)
16:04:27 [2022-08-31T16:04:27.668Z] === RUN   TestPingHead
16:04:27 [2022-08-31T16:04:27.926Z] --- PASS: TestPingHead (0.02s)
16:04:27 [2022-08-31T16:04:27.926Z] === RUN   TestPingSwarmHeader
16:04:28 [2022-08-31T16:04:28.491Z] === RUN   TestPingSwarmHeader/before_swarm_init
16:04:28 [2022-08-31T16:04:28.491Z] === RUN   TestDockerSuite/TestImportFile
16:04:29 [2022-08-31T16:04:29.057Z] === RUN   TestPingSwarmHeader/after_swarm_init
16:04:29 [2022-08-31T16:04:29.057Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
16:04:29 [2022-08-31T16:04:29.992Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
16:04:29 [2022-08-31T16:04:29.992Z] === RUN   TestDockerSuite/TestImportFileWithMessage
16:04:30 [2022-08-31T16:04:30.250Z] === RUN   TestPingSwarmHeader/after_swarm_leave
16:04:30 [2022-08-31T16:04:30.250Z] --- PASS: TestPingSwarmHeader (2.53s)
16:04:30 [2022-08-31T16:04:30.250Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
16:04:30 [2022-08-31T16:04:30.250Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
16:04:30 [2022-08-31T16:04:30.250Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
16:04:30 [2022-08-31T16:04:30.250Z] === RUN   TestPingBuilderHeader
16:04:30 [2022-08-31T16:04:30.250Z] === RUN   TestPingBuilderHeader/default_config
16:04:30 [2022-08-31T16:04:30.818Z] === RUN   TestPingBuilderHeader/buildkit_disabled
16:04:31 [2022-08-31T16:04:31.385Z] === RUN   TestDockerSuite/TestImportGzipped
16:04:31 [2022-08-31T16:04:31.385Z] --- PASS: TestPingBuilderHeader (1.05s)
16:04:31 [2022-08-31T16:04:31.385Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
16:04:31 [2022-08-31T16:04:31.385Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
16:04:31 [2022-08-31T16:04:31.385Z] === RUN   TestVersion
16:04:31 [2022-08-31T16:04:31.385Z] --- PASS: TestVersion (0.02s)
16:04:31 [2022-08-31T16:04:31.385Z] === CONT  TestDiskUsage
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/empty
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/empty/container_types
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/empty/image_types
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/empty/volume_types
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/empty/build-cache_types
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/empty/container,_volume_types
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
16:04:31 [2022-08-31T16:04:31.953Z] === RUN   TestDiskUsage/after_LoadBusybox
16:04:32 [2022-08-31T16:04:32.211Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
16:04:32 [2022-08-31T16:04:32.211Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
16:04:32 [2022-08-31T16:04:32.211Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
16:04:32 [2022-08-31T16:04:32.211Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
16:04:32 [2022-08-31T16:04:32.211Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
16:04:32 [2022-08-31T16:04:32.211Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
16:04:32 [2022-08-31T16:04:32.211Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
16:04:32 [2022-08-31T16:04:32.211Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
16:04:32 [2022-08-31T16:04:32.211Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
16:04:32 [2022-08-31T16:04:32.211Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
16:04:32 [2022-08-31T16:04:32.211Z] === RUN   TestDiskUsage/after_container.Run
16:04:32 [2022-08-31T16:04:32.777Z] === RUN   TestDiskUsage/after_container.Run/container_types
16:04:32 [2022-08-31T16:04:32.777Z] === RUN   TestDiskUsage/after_container.Run/image_types
16:04:32 [2022-08-31T16:04:32.777Z] === RUN   TestDiskUsage/after_container.Run/volume_types
16:04:32 [2022-08-31T16:04:32.777Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
16:04:32 [2022-08-31T16:04:32.777Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
16:04:32 [2022-08-31T16:04:32.777Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
16:04:32 [2022-08-31T16:04:32.777Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
16:04:32 [2022-08-31T16:04:32.777Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
16:04:32 [2022-08-31T16:04:32.777Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
16:04:32 [2022-08-31T16:04:32.777Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
16:04:32 [2022-08-31T16:04:32.777Z] --- PASS: TestDiskUsage (1.43s)
16:04:32 [2022-08-31T16:04:32.777Z]     --- PASS: TestDiskUsage/empty (0.01s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.33s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]     --- PASS: TestDiskUsage/after_container.Run (0.39s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z] PASS
16:04:32 [2022-08-31T16:04:32.777Z] 
16:04:32 [2022-08-31T16:04:32.777Z] === Skipped
16:04:32 [2022-08-31T16:04:32.777Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
16:04:32 [2022-08-31T16:04:32.777Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
16:04:32 [2022-08-31T16:04:32.777Z] 
16:04:32 [2022-08-31T16:04:32.777Z] DONE 57 tests, 1 skipped in 24.474s
16:04:32 [2022-08-31T16:04:32.777Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
16:04:32 [2022-08-31T16:04:32.777Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
16:04:32 [2022-08-31T16:04:32.777Z] ++ set -e
16:04:32 [2022-08-31T16:04:32.777Z] ++ '[' -n 0 ']'
16:04:32 [2022-08-31T16:04:32.777Z] ++ set -x
16:04:32 [2022-08-31T16:04:32.777Z] ++ env -i DEST=/go/src/github.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
16:04:32 [2022-08-31T16:04:32.777Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
16:04:33 [2022-08-31T16:04:33.036Z] INFO: Testing against a local daemon
16:04:33 [2022-08-31T16:04:33.036Z] === RUN   TestVolumesCreateAndList
16:04:33 [2022-08-31T16:04:33.036Z] --- PASS: TestVolumesCreateAndList (0.04s)
16:04:33 [2022-08-31T16:04:33.036Z] === RUN   TestVolumesRemove
16:04:33 [2022-08-31T16:04:33.036Z] --- PASS: TestVolumesRemove (0.08s)
16:04:33 [2022-08-31T16:04:33.036Z] === RUN   TestVolumesInspect
16:04:33 [2022-08-31T16:04:33.036Z] --- PASS: TestVolumesInspect (0.02s)
16:04:33 [2022-08-31T16:04:33.036Z] === RUN   TestVolumesInvalidJSON
16:04:33 [2022-08-31T16:04:33.036Z] === RUN   TestVolumesInvalidJSON/volumes/create
16:04:33 [2022-08-31T16:04:33.036Z] === PAUSE TestVolumesInvalidJSON/volumes/create
16:04:33 [2022-08-31T16:04:33.036Z] === CONT  TestVolumesInvalidJSON/volumes/create
16:04:33 [2022-08-31T16:04:33.036Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
16:04:33 [2022-08-31T16:04:33.036Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
16:04:33 [2022-08-31T16:04:33.036Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
16:04:33 [2022-08-31T16:04:33.036Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
16:04:33 [2022-08-31T16:04:33.036Z] --- PASS: TestVolumesInvalidJSON (0.03s)
16:04:33 [2022-08-31T16:04:33.036Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
16:04:33 [2022-08-31T16:04:33.036Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
16:04:33 [2022-08-31T16:04:33.036Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
16:04:33 [2022-08-31T16:04:33.036Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
16:04:33 [2022-08-31T16:04:33.036Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
16:04:33 [2022-08-31T16:04:33.036Z] PASS
16:04:33 [2022-08-31T16:04:33.036Z] 
16:04:33 [2022-08-31T16:04:33.036Z] DONE 9 tests in 0.281s
16:04:33 [2022-08-31T16:04:33.293Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:04:33 [2022-08-31T16:04:33.293Z] ++++ cat bundles/test-integration/docker.pid
16:04:33 [2022-08-31T16:04:33.293Z] +++ kill 7140
16:04:33 [2022-08-31T16:04:33.553Z] +++ /etc/init.d/apparmor stop
16:04:33 [2022-08-31T16:04:33.553Z] Leaving: AppArmorNo profiles have been unloaded.
16:04:33 [2022-08-31T16:04:33.553Z] 
16:04:33 [2022-08-31T16:04:33.553Z] Unloading profiles will leave already running processes permanently
16:04:33 [2022-08-31T16:04:33.553Z] unconfined, which can lead to unexpected situations.
16:04:33 [2022-08-31T16:04:33.553Z] 
16:04:33 [2022-08-31T16:04:33.553Z] To set a process to complain mode, use the command line tool
16:04:33 [2022-08-31T16:04:33.553Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:04:33 [2022-08-31T16:04:33.553Z] +++ true
16:04:33 [2022-08-31T16:04:33.553Z] exiting test-integration
16:04:33 [2022-08-31T16:04:33.553Z] ++ exit 0
16:04:33 [2022-08-31T16:04:33.553Z] 
16:04:34 [2022-08-31T16:04:34.123Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
16:04:34 [2022-08-31T16:04:34.382Z] + for job in $(jobs -p)
16:04:34 [2022-08-31T16:04:34.382Z] + wait 9371
16:04:35 [2022-08-31T16:04:35.315Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
16:04:35 [2022-08-31T16:04:35.883Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
16:04:36 [2022-08-31T16:04:36.141Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
16:04:36 [2022-08-31T16:04:36.141Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
16:04:36 [2022-08-31T16:04:36.141Z] === RUN   TestDockerSuite/TestInspectAmpersand
16:04:36 [2022-08-31T16:04:36.711Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
16:04:37 [2022-08-31T16:04:37.291Z] === RUN   TestDockerSuite/TestInspectByPrefix
16:04:37 [2022-08-31T16:04:37.291Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
16:04:37 [2022-08-31T16:04:37.548Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
16:04:37 [2022-08-31T16:04:37.548Z]     docker_cli_inspect_test.go:200: unmatched requirement Devicemapper
16:04:37 [2022-08-31T16:04:37.548Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
16:04:38 [2022-08-31T16:04:38.481Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
16:04:38 [2022-08-31T16:04:38.738Z] === RUN   TestDockerSuite/TestInspectDefault
16:04:39 [2022-08-31T16:04:39.305Z] === RUN   TestDockerSuite/TestInspectHistory
16:04:39 [2022-08-31T16:04:39.871Z] === RUN   TestDockerSuite/TestInspectImage
16:04:39 [2022-08-31T16:04:39.871Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
16:04:39 [2022-08-31T16:04:39.871Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
16:04:39 [2022-08-31T16:04:39.871Z]     docker_cli_inspect_test.go:182: unmatched requirement Devicemapper
16:04:39 [2022-08-31T16:04:39.871Z] === RUN   TestDockerSuite/TestInspectInt64
16:04:40 [2022-08-31T16:04:40.129Z] === RUN   TestDockerSuite/TestInspectJSONFields
16:04:40 [2022-08-31T16:04:40.696Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
16:04:40 [2022-08-31T16:04:40.696Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
16:04:40 [2022-08-31T16:04:40.877Z] ok  	github.com/docker/docker/libnetwork/ipam	14.219s	coverage: 85.3% of statements
16:04:40 [2022-08-31T16:04:40.877Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
16:04:40 [2022-08-31T16:04:40.877Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
16:04:41 [2022-08-31T16:04:41.136Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
16:04:41 [2022-08-31T16:04:41.261Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
16:04:41 [2022-08-31T16:04:41.704Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
16:04:41 [2022-08-31T16:04:41.704Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
16:04:41 [2022-08-31T16:04:41.704Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
16:04:41 [2022-08-31T16:04:41.826Z] === RUN   TestDockerSuite/TestInspectPlugin
16:04:42 [2022-08-31T16:04:42.272Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.254s	coverage: 74.0% of statements
16:04:43 [2022-08-31T16:04:43.208Z] ok  	github.com/docker/docker/libnetwork/iptables	0.159s	coverage: 45.0% of statements
16:04:43 [2022-08-31T16:04:43.208Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.001s	coverage: 60.0% of statements
16:04:43 [2022-08-31T16:04:43.468Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
16:04:44 [2022-08-31T16:04:44.351Z] === RUN   TestDockerSuite/TestInspectRootFS
16:04:44 [2022-08-31T16:04:44.351Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
16:04:44 [2022-08-31T16:04:44.609Z] === RUN   TestDockerSuite/TestInspectStatus
16:04:45 [2022-08-31T16:04:45.175Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
16:04:46 [2022-08-31T16:04:46.108Z] === RUN   TestDockerSuite/TestInspectTemplateError
16:04:46 [2022-08-31T16:04:46.365Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
16:04:46 [2022-08-31T16:04:46.932Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
16:04:47 [2022-08-31T16:04:47.498Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
16:04:47 [2022-08-31T16:04:47.756Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
16:04:48 [2022-08-31T16:04:48.323Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
16:04:48 [2022-08-31T16:04:48.888Z] === RUN   TestDockerSuite/TestInspectUnknownObject
16:04:48 [2022-08-31T16:04:48.888Z] === RUN   TestDockerSuite/TestLinkShortDefinition
16:04:49 [2022-08-31T16:04:49.823Z] === RUN   TestDockerSuite/TestLinksEnvs
16:04:50 [2022-08-31T16:04:50.756Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
16:04:50 [2022-08-31T16:04:50.756Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
16:04:51 [2022-08-31T16:04:51.015Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
16:04:52 [2022-08-31T16:04:52.393Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
16:04:54 [2022-08-31T16:04:54.296Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
16:04:55 [2022-08-31T16:04:55.252Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
16:04:56 [2022-08-31T16:04:56.625Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
16:04:56 [2022-08-31T16:04:56.625Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
16:04:57 [2022-08-31T16:04:57.560Z]     docker_api_swarm_service_test.go:395: [df21938596117] joining swarm manager [df2e5d5e6a8b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:04:58 [2022-08-31T16:04:58.125Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
16:04:58 [2022-08-31T16:04:58.383Z]     docker_api_swarm_service_test.go:395: [d55f143dcd590] joining swarm manager [df2e5d5e6a8b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:04:58 [2022-08-31T16:04:58.641Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
16:04:59 [2022-08-31T16:04:59.207Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
16:05:07 [2022-08-31T16:05:07.317Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
16:05:08 [2022-08-31T16:05:08.696Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
16:05:09 [2022-08-31T16:05:09.628Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
16:05:11 [2022-08-31T16:05:11.002Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
16:05:11 [2022-08-31T16:05:11.002Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
16:05:11 [2022-08-31T16:05:11.002Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
16:05:11 [2022-08-31T16:05:11.938Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
16:05:12 [2022-08-31T16:05:12.506Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
16:05:13 [2022-08-31T16:05:13.441Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
16:05:13 [2022-08-31T16:05:13.699Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
16:05:14 [2022-08-31T16:05:14.264Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
16:05:15 [2022-08-31T16:05:15.197Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
16:05:15 [2022-08-31T16:05:15.763Z]     docker_api_swarm_service_test.go:343: [d080ce3882ae3] joining swarm manager [d4747197621d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:05:16 [2022-08-31T16:05:16.698Z]     docker_api_swarm_service_test.go:343: [dcaa949036839] joining swarm manager [d4747197621d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:05:17 [2022-08-31T16:05:17.264Z] === RUN   TestDockerSuite/TestLogsFollowStopped
16:05:17 [2022-08-31T16:05:17.845Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
16:05:18 [2022-08-31T16:05:18.410Z] === RUN   TestDockerSuite/TestLogsSince
16:05:26 [2022-08-31T16:05:26.512Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
16:05:30 [2022-08-31T16:05:30.690Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
16:05:30 [2022-08-31T16:05:30.690Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
16:05:31 [2022-08-31T16:05:31.256Z] === RUN   TestDockerSuite/TestLogsTail
16:05:31 [2022-08-31T16:05:31.513Z] === RUN   TestDockerSuite/TestLogsTimestamps
16:05:32 [2022-08-31T16:05:32.448Z] === RUN   TestDockerSuite/TestLogsWithDetails
16:05:32 [2022-08-31T16:05:32.448Z]     docker_api_swarm_service_test.go:490: [d599abab18ec5] joining swarm manager [d0dedc582c9fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:05:33 [2022-08-31T16:05:33.015Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
16:05:33 [2022-08-31T16:05:33.015Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
16:05:33 [2022-08-31T16:05:33.015Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
16:05:33 [2022-08-31T16:05:33.015Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
16:05:33 [2022-08-31T16:05:33.015Z] === RUN   TestDockerSuite/TestNetHostname
16:05:33 [2022-08-31T16:05:33.274Z]     docker_api_swarm_service_test.go:490: [d16d9dd5cbb6d] joining swarm manager [d0dedc582c9fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:05:35 [2022-08-31T16:05:35.174Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
16:05:35 [2022-08-31T16:05:35.174Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
16:05:35 [2022-08-31T16:05:35.174Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
16:05:35 [2022-08-31T16:05:35.174Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
16:05:36 [2022-08-31T16:05:36.108Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
16:05:36 [2022-08-31T16:05:36.674Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
16:05:37 [2022-08-31T16:05:37.608Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
16:05:37 [2022-08-31T16:05:37.608Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
16:05:37 [2022-08-31T16:05:37.608Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
16:05:37 [2022-08-31T16:05:37.866Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
16:05:43 [2022-08-31T16:05:43.128Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
16:05:43 [2022-08-31T16:05:43.694Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
16:05:45 [2022-08-31T16:05:45.081Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
16:05:46 [2022-08-31T16:05:46.463Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
16:05:47 [2022-08-31T16:05:47.396Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
16:05:49 [2022-08-31T16:05:49.925Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
16:05:51 [2022-08-31T16:05:51.823Z] === RUN   TestDockerSuite/TestPluginLogDriver
16:05:52 [2022-08-31T16:05:52.081Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
16:05:54 [2022-08-31T16:05:54.608Z]     docker_api_swarm_service_test.go:128: [d6a6a9c70ff75] joining swarm manager [d4a1f764d273e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:05:54 [2022-08-31T16:05:54.865Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
16:05:55 [2022-08-31T16:05:55.123Z]     docker_api_swarm_service_test.go:129: [d2861edfe2f7a] joining swarm manager [d4a1f764d273e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:05:57 [2022-08-31T16:05:57.023Z] === RUN   TestDockerSuite/TestPluginActive
16:05:57 [2022-08-31T16:05:57.023Z]     docker_api_swarm_service_test.go:137: [d25b3789cae2f] joining swarm manager [d4a1f764d273e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
16:05:57 [2022-08-31T16:05:57.957Z]     docker_api_swarm_service_test.go:138: [d1b3f394f3917] joining swarm manager [d4a1f764d273e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
16:05:59 [2022-08-31T16:05:59.333Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
16:06:05 [2022-08-31T16:06:05.892Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
16:06:05 [2022-08-31T16:06:05.892Z]     docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows
16:06:05 [2022-08-31T16:06:05.892Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
16:06:06 [2022-08-31T16:06:06.826Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
16:06:09 [2022-08-31T16:06:09.364Z] === RUN   TestDockerSuite/TestPluginUpgrade
16:06:14 [2022-08-31T16:06:14.623Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
16:06:15 [2022-08-31T16:06:15.997Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
16:06:16 [2022-08-31T16:06:16.929Z] === RUN   TestDockerSuite/TestPortHostBinding
16:06:17 [2022-08-31T16:06:17.864Z] === RUN   TestDockerSuite/TestPortList
16:06:20 [2022-08-31T16:06:20.392Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
16:06:22 [2022-08-31T16:06:22.920Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
16:06:24 [2022-08-31T16:06:24.820Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
16:06:24 [2022-08-31T16:06:24.820Z]     docker_api_swarm_service_test.go:304: [def9eff7562df] joining swarm manager [d0314add223ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:06:25 [2022-08-31T16:06:25.756Z]     docker_api_swarm_service_test.go:304: [d1ff464682856] joining swarm manager [d0314add223ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:06:28 [2022-08-31T16:06:28.291Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
16:06:28 [2022-08-31T16:06:28.291Z] === RUN   TestDockerSuite/TestPruneContainerLabel
16:06:30 [2022-08-31T16:06:30.190Z] === RUN   TestDockerSuite/TestPruneContainerUntil
16:06:31 [2022-08-31T16:06:31.126Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
16:06:31 [2022-08-31T16:06:31.384Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
16:06:31 [2022-08-31T16:06:31.642Z] === RUN   TestDockerSuite/TestPsByOrder
16:06:33 [2022-08-31T16:06:33.566Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
16:06:34 [2022-08-31T16:06:34.500Z] === RUN   TestDockerSuite/TestPsListContainersBase
16:06:34 [2022-08-31T16:06:34.935Z] time="2022-08-31T16:06:29Z" 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"
16:06:34 [2022-08-31T16:06:34.935Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.533s	coverage: 60.1% of statements
16:06:34 [2022-08-31T16:06:34.935Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
16:06:34 [2022-08-31T16:06:34.935Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
16:06:34 [2022-08-31T16:06:34.935Z] ok  	github.com/docker/docker/libnetwork/osl	4.296s	coverage: 39.7% of statements
16:06:34 [2022-08-31T16:06:34.935Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
16:06:34 [2022-08-31T16:06:34.935Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.013s	coverage: 80.7% of statements
16:06:35 [2022-08-31T16:06:35.874Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.539s	coverage: 48.6% of statements
16:06:35 [2022-08-31T16:06:35.874Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
16:06:35 [2022-08-31T16:06:35.874Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
16:06:36 [2022-08-31T16:06:36.133Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
16:06:36 [2022-08-31T16:06:36.392Z] 
16:06:36 [2022-08-31T16:06:36.392Z] === Skipped
16:06:36 [2022-08-31T16:06:36.392Z] === SKIP: libnetwork TestParallel1 (0.00s)
16:06:36 [2022-08-31T16:06:36.392Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
16:06:36 [2022-08-31T16:06:36.392Z] 
16:06:36 [2022-08-31T16:06:36.392Z] === SKIP: libnetwork TestParallel3 (0.00s)
16:06:36 [2022-08-31T16:06:36.392Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
16:06:36 [2022-08-31T16:06:36.392Z] 
16:06:36 [2022-08-31T16:06:36.392Z] === SKIP: libnetwork TestParallel2 (0.00s)
16:06:36 [2022-08-31T16:06:36.392Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
16:06:36 [2022-08-31T16:06:36.392Z] 
16:06:36 [2022-08-31T16:06:36.392Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
16:06:36 [2022-08-31T16:06:36.392Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
16:06:36 [2022-08-31T16:06:36.392Z] 
16:06:36 [2022-08-31T16:06:36.392Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
16:06:36 [2022-08-31T16:06:36.392Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
16:06:36 [2022-08-31T16:06:36.392Z] 
16:06:36 [2022-08-31T16:06:36.392Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
16:06:36 [2022-08-31T16:06:36.392Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
16:06:36 [2022-08-31T16:06:36.392Z] 
16:06:36 [2022-08-31T16:06:36.392Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
16:06:36 [2022-08-31T16:06:36.392Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
16:06:36 [2022-08-31T16:06:36.392Z] 
16:06:36 [2022-08-31T16:06:36.392Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
16:06:36 [2022-08-31T16:06:36.392Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
16:06:36 [2022-08-31T16:06:36.392Z] 
16:06:36 [2022-08-31T16:06:36.392Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
16:06:36 [2022-08-31T16:06:36.392Z]     firewalld_test.go:14: firewalld is not running
16:06:36 [2022-08-31T16:06:36.392Z] 
16:06:36 [2022-08-31T16:06:36.392Z] DONE 327 tests, 9 skipped in 200.940s
Post stage
[Pipeline] junit
16:06:36 [2022-08-31T16:06:36.982Z] Recording test results
16:06:37 [2022-08-31T16:06:37.027Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
16:06:37 [2022-08-31T16:06:37.309Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
16:06:37 [2022-08-31T16:06:37.626Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44068/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5591187178010bd407f0784bf83909ec395d7b97 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5591187178010bd407f0784bf83909ec395d7b97 hack/validate/vendor
16:06:38 [2022-08-31T16:06:38.194Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:06:38 [2022-08-31T16:06:38.760Z] + echo Ensuring container killed.
16:06:38 [2022-08-31T16:06:38.760Z] Ensuring container killed.
16:06:38 [2022-08-31T16:06:38.760Z] + docker rm -vf docker-pr1
16:06:38 [2022-08-31T16:06:38.760Z] Error: No such container: docker-pr1
[Pipeline] sh
16:06:39 [2022-08-31T16:06:39.041Z] + echo Chowning /workspace to jenkins user
16:06:39 [2022-08-31T16:06:39.041Z] Chowning /workspace to jenkins user
16:06:39 [2022-08-31T16:06:39.041Z] + id -u
16:06:39 [2022-08-31T16:06:39.041Z] + id -g
16:06:39 [2022-08-31T16:06:39.041Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44068:/workspace busybox chown -R 1000:1000 /workspace
16:06:40 [2022-08-31T16:06:40.313Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
16:06:40 [2022-08-31T16:06:40.313Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:06:40 [2022-08-31T16:06:40.728Z] + bundleName=unit
16:06:40 [2022-08-31T16:06:40.728Z] + echo Creating unit-bundles.tar.gz
16:06:40 [2022-08-31T16:06:40.728Z] Creating unit-bundles.tar.gz
16:06:40 [2022-08-31T16:06:40.728Z] + 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
16:06:40 [2022-08-31T16:06:40.728Z] bundles/junit-report-libnetwork.xml
16:06:40 [2022-08-31T16:06:40.728Z] bundles/junit-report.xml
16:06:40 [2022-08-31T16:06:40.728Z] bundles/go-test-report-libnetwork.json
16:06:40 [2022-08-31T16:06:40.728Z] bundles/go-test-report.json
16:06:40 [2022-08-31T16:06:40.728Z] bundles/profile-libnetwork.out
16:06:40 [2022-08-31T16:06:40.728Z] bundles/profile.out
[Pipeline] archiveArtifacts
16:06:40 [2022-08-31T16:06:40.740Z] Archiving artifacts
16:06:41 [2022-08-31T16:06:41.078Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44068/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
16:06:41 [2022-08-31T16:06:41.382Z] + make clean
16:06:41 [2022-08-31T16:06:41.382Z] docker volume rm -f docker-dev-cache docker-mod-cache
16:06:41 [2022-08-31T16:06:41.382Z] docker-dev-cache
16:06:41 [2022-08-31T16:06:41.382Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
16:06:42 [2022-08-31T16:06:42.211Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
16:06:45 [2022-08-31T16:06:45.490Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
16:06:48 [2022-08-31T16:06:48.018Z]     docker_api_swarm_service_test.go:100: [d6d48ddacf486] joining swarm manager [dca93b4dbb30b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:06:48 [2022-08-31T16:06:48.584Z]     docker_api_swarm_service_test.go:101: [d2d590db7e204] joining swarm manager [dca93b4dbb30b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:06:48 [2022-08-31T16:06:48.584Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
16:06:49 [2022-08-31T16:06:49.518Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
16:06:52 [2022-08-31T16:06:52.047Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
16:06:53 [2022-08-31T16:06:53.422Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
16:06:53 [2022-08-31T16:06:53.987Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
16:06:55 [2022-08-31T16:06:55.909Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
16:06:57 [2022-08-31T16:06:57.281Z] === RUN   TestDockerSuite/TestPsListContainersSize
16:06:58 [2022-08-31T16:06:58.215Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
16:06:58 [2022-08-31T16:06:58.215Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
16:06:58 [2022-08-31T16:06:58.782Z] === RUN   TestDockerSuite/TestPsRightTagName
16:07:00 [2022-08-31T16:07:00.156Z] === RUN   TestDockerSuite/TestPsShowMounts
16:07:02 [2022-08-31T16:07:02.056Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
16:07:02 [2022-08-31T16:07:02.056Z]     docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows
16:07:02 [2022-08-31T16:07:02.056Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
16:07:02 [2022-08-31T16:07:02.314Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
16:07:02 [2022-08-31T16:07:02.880Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
16:07:02 [2022-08-31T16:07:02.880Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
16:07:03 [2022-08-31T16:07:03.813Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
16:07:04 [2022-08-31T16:07:04.747Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
16:07:05 [2022-08-31T16:07:05.313Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
16:07:11 [2022-08-31T16:07:11.870Z]     check_test.go:611: [d6d48ddacf486] daemon is not started
16:07:12 [2022-08-31T16:07:12.805Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
16:07:13 [2022-08-31T16:07:13.372Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
16:07:14 [2022-08-31T16:07:14.744Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
16:07:14 [2022-08-31T16:07:14.744Z] === RUN   TestDockerSuite/TestRestartPolicyNO
16:07:14 [2022-08-31T16:07:14.744Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
16:07:15 [2022-08-31T16:07:15.002Z] === RUN   TestDockerSuite/TestRestartRunningContainer
16:07:16 [2022-08-31T16:07:16.900Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
16:07:16 [2022-08-31T16:07:16.900Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
16:07:17 [2022-08-31T16:07:17.849Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
16:07:18 [2022-08-31T16:07:18.782Z]     docker_api_swarm_service_test.go:533: [db03695b780b3] joining swarm manager [d61268bdd9f45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:07:20 [2022-08-31T16:07:20.155Z]     docker_api_swarm_service_test.go:534: [ddea95381e38b] joining swarm manager [d61268bdd9f45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:07:20 [2022-08-31T16:07:20.414Z] === RUN   TestDockerSuite/TestRestartWithVolumes
16:07:21 [2022-08-31T16:07:21.357Z] === RUN   TestDockerSuite/TestRmiBlank
16:07:21 [2022-08-31T16:07:21.357Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
16:07:21 [2022-08-31T16:07:21.357Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
16:07:25 [2022-08-31T16:07:25.545Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
16:07:26 [2022-08-31T16:07:26.110Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
16:07:26 [2022-08-31T16:07:26.369Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
16:07:27 [2022-08-31T16:07:27.744Z] === RUN   TestDockerSuite/TestRmiImgIDForce
16:07:28 [2022-08-31T16:07:28.310Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
16:07:29 [2022-08-31T16:07:29.245Z] === RUN   TestDockerSuite/TestRmiParentImageFail
16:07:30 [2022-08-31T16:07:30.178Z] === RUN   TestDockerSuite/TestRmiTag
16:07:30 [2022-08-31T16:07:30.178Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
16:07:30 [2022-08-31T16:07:30.744Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
16:07:33 [2022-08-31T16:07:33.273Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
16:07:33 [2022-08-31T16:07:33.839Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
16:07:34 [2022-08-31T16:07:34.097Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
16:07:34 [2022-08-31T16:07:34.663Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
16:07:34 [2022-08-31T16:07:34.921Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
16:07:35 [2022-08-31T16:07:35.486Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
16:07:35 [2022-08-31T16:07:35.743Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
16:07:36 [2022-08-31T16:07:36.309Z] === RUN   TestDockerSuite/TestContainerNetworkMode
16:07:36 [2022-08-31T16:07:36.875Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
16:07:40 [2022-08-31T16:07:40.179Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
16:07:40 [2022-08-31T16:07:40.179Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
16:07:41 [2022-08-31T16:07:41.112Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
16:07:42 [2022-08-31T16:07:42.046Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
16:07:43 [2022-08-31T16:07:43.420Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
16:07:43 [2022-08-31T16:07:43.679Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
16:07:45 [2022-08-31T16:07:45.052Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
16:07:45 [2022-08-31T16:07:45.310Z]     docker_api_swarm_service_test.go:148: [dde3734225125] joining swarm manager [d6c616e877bd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:07:46 [2022-08-31T16:07:46.245Z]     docker_api_swarm_service_test.go:148: [dbbcbb0063f23] joining swarm manager [d6c616e877bd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:07:47 [2022-08-31T16:07:47.179Z] === RUN   TestDockerSuite/TestDevicePermissions
16:07:48 [2022-08-31T16:07:48.115Z] === RUN   TestDockerSuite/TestDockerFails
16:07:48 [2022-08-31T16:07:48.115Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
16:07:49 [2022-08-31T16:07:49.488Z] === RUN   TestDockerSuite/TestMountIntoProc
16:07:49 [2022-08-31T16:07:49.749Z] === RUN   TestDockerSuite/TestMountIntoSys
16:07:50 [2022-08-31T16:07:50.316Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
16:07:51 [2022-08-31T16:07:51.689Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
16:07:52 [2022-08-31T16:07:52.255Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
16:07:52 [2022-08-31T16:07:52.514Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
16:07:53 [2022-08-31T16:07:53.447Z] === RUN   TestDockerSuite/TestRunAddHost
16:07:54 [2022-08-31T16:07:54.013Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
16:07:54 [2022-08-31T16:07:54.013Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
16:07:54 [2022-08-31T16:07:54.579Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
16:07:54 [2022-08-31T16:07:54.579Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
16:07:55 [2022-08-31T16:07:55.146Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
16:07:56 [2022-08-31T16:07:56.520Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
16:07:56 [2022-08-31T16:07:56.787Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
16:07:57 [2022-08-31T16:07:57.355Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
16:07:57 [2022-08-31T16:07:57.921Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
16:07:58 [2022-08-31T16:07:58.854Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
16:07:59 [2022-08-31T16:07:59.420Z] === RUN   TestDockerSuite/TestRunAttachDetach
16:07:59 [2022-08-31T16:07:59.986Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
16:08:00 [2022-08-31T16:08:00.919Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
16:08:01 [2022-08-31T16:08:01.178Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
16:08:01 [2022-08-31T16:08:01.745Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
16:08:02 [2022-08-31T16:08:02.679Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
16:08:03 [2022-08-31T16:08:03.245Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
16:08:04 [2022-08-31T16:08:04.179Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
16:08:04 [2022-08-31T16:08:04.744Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
16:08:05 [2022-08-31T16:08:05.002Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
16:08:05 [2022-08-31T16:08:05.569Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
16:08:05 [2022-08-31T16:08:05.569Z] === RUN   TestDockerSuite/TestRunBindMounts
16:08:06 [2022-08-31T16:08:06.942Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
16:08:07 [2022-08-31T16:08:07.200Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
16:08:07 [2022-08-31T16:08:07.767Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
16:08:08 [2022-08-31T16:08:08.334Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
16:08:08 [2022-08-31T16:08:08.592Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
16:08:08 [2022-08-31T16:08:08.592Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
16:08:09 [2022-08-31T16:08:09.158Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
16:08:09 [2022-08-31T16:08:09.760Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
16:08:10 [2022-08-31T16:08:10.326Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
16:08:10 [2022-08-31T16:08:10.892Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
16:08:11 [2022-08-31T16:08:11.459Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
16:08:11 [2022-08-31T16:08:11.459Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
16:08:12 [2022-08-31T16:08:12.024Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
16:08:12 [2022-08-31T16:08:12.024Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
16:08:12 [2022-08-31T16:08:12.590Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
16:08:13 [2022-08-31T16:08:13.157Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
16:08:13 [2022-08-31T16:08:13.733Z] === RUN   TestDockerSuite/TestRunContainerNetwork
16:08:14 [2022-08-31T16:08:14.315Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
16:08:14 [2022-08-31T16:08:14.315Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
16:08:14 [2022-08-31T16:08:14.573Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
16:08:15 [2022-08-31T16:08:15.507Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
16:08:16 [2022-08-31T16:08:16.442Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
16:08:17 [2022-08-31T16:08:17.377Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
16:08:17 [2022-08-31T16:08:17.942Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
16:08:18 [2022-08-31T16:08:18.200Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
16:08:18 [2022-08-31T16:08:18.767Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
16:08:19 [2022-08-31T16:08:19.025Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
16:08:19 [2022-08-31T16:08:19.591Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
16:08:20 [2022-08-31T16:08:20.526Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
16:08:21 [2022-08-31T16:08:21.901Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
16:08:22 [2022-08-31T16:08:22.835Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
16:08:22 [2022-08-31T16:08:22.835Z] === RUN   TestDockerSuite/TestRunCreateVolume
16:08:23 [2022-08-31T16:08:23.093Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
16:08:25 [2022-08-31T16:08:25.624Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
16:08:26 [2022-08-31T16:08:26.999Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
16:08:28 [2022-08-31T16:08:28.373Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
16:08:30 [2022-08-31T16:08:30.271Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
16:08:30 [2022-08-31T16:08:30.271Z]     docker_cli_run_test.go:4032: unmatched requirement DaemonIsWindows
16:08:30 [2022-08-31T16:08:30.271Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
16:08:30 [2022-08-31T16:08:30.271Z]     docker_cli_run_test.go:4051: unmatched requirement DaemonIsWindows
16:08:30 [2022-08-31T16:08:30.271Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
16:08:30 [2022-08-31T16:08:30.271Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
16:08:31 [2022-08-31T16:08:31.646Z] === RUN   TestDockerSuite/TestRunDNSOptions
16:08:32 [2022-08-31T16:08:32.581Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
16:08:33 [2022-08-31T16:08:33.984Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
16:08:34 [2022-08-31T16:08:34.550Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
16:08:35 [2022-08-31T16:08:35.926Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
16:08:36 [2022-08-31T16:08:36.184Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
16:08:36 [2022-08-31T16:08:36.184Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
16:08:36 [2022-08-31T16:08:36.184Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
16:08:36 [2022-08-31T16:08:36.751Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
16:08:37 [2022-08-31T16:08:37.684Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
16:08:37 [2022-08-31T16:08:37.684Z] === RUN   TestDockerSuite/TestRunDuplicateMount
16:08:38 [2022-08-31T16:08:38.619Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
16:08:38 [2022-08-31T16:08:38.877Z] === RUN   TestDockerSuite/TestRunEchoStdout
16:08:39 [2022-08-31T16:08:39.443Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
16:08:40 [2022-08-31T16:08:40.010Z] === RUN   TestDockerSuite/TestRunEmptyEnv
16:08:40 [2022-08-31T16:08:40.010Z] === RUN   TestDockerSuite/TestRunEntrypoint
16:08:40 [2022-08-31T16:08:40.947Z] === RUN   TestDockerSuite/TestRunEnvironment
16:08:41 [2022-08-31T16:08:41.205Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
16:08:41 [2022-08-31T16:08:41.773Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
16:08:42 [2022-08-31T16:08:42.341Z] === RUN   TestDockerSuite/TestRunExitCode
16:08:42 [2022-08-31T16:08:42.906Z] === RUN   TestDockerSuite/TestRunExitCodeOne
16:08:43 [2022-08-31T16:08:43.164Z] === RUN   TestDockerSuite/TestRunExitCodeZero
16:08:43 [2022-08-31T16:08:43.731Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
16:08:44 [2022-08-31T16:08:44.296Z] === RUN   TestDockerSuite/TestRunExposePort
16:08:44 [2022-08-31T16:08:44.296Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
16:08:44 [2022-08-31T16:08:44.554Z] === RUN   TestDockerSuite/TestRunGroupAdd
16:08:45 [2022-08-31T16:08:45.488Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
16:08:46 [2022-08-31T16:08:46.863Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
16:08:46 [2022-08-31T16:08:46.863Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
16:08:46 [2022-08-31T16:08:46.863Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
16:08:46 [2022-08-31T16:08:46.863Z]     docker_cli_run_test.go:4134: unmatched requirement DaemonIsWindows
16:08:46 [2022-08-31T16:08:46.863Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
16:08:50 [2022-08-31T16:08:50.145Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
16:08:50 [2022-08-31T16:08:50.145Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
16:08:52 [2022-08-31T16:08:52.051Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
16:08:53 [2022-08-31T16:08:53.961Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
16:08:56 [2022-08-31T16:08:56.487Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
16:08:59 [2022-08-31T16:08:59.015Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
16:09:01 [2022-08-31T16:09:01.543Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
16:09:01 [2022-08-31T16:09:01.543Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
16:09:02 [2022-08-31T16:09:02.109Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
16:09:03 [2022-08-31T16:09:03.486Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
16:09:03 [2022-08-31T16:09:03.486Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
16:09:03 [2022-08-31T16:09:03.486Z] === RUN   TestDockerSuite/TestRunInvalidReference
16:09:03 [2022-08-31T16:09:03.486Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
16:09:04 [2022-08-31T16:09:04.053Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
16:09:04 [2022-08-31T16:09:04.053Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
16:09:06 [2022-08-31T16:09:06.584Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
16:09:07 [2022-08-31T16:09:07.517Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
16:09:08 [2022-08-31T16:09:08.454Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
16:09:08 [2022-08-31T16:09:08.713Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
16:09:11 [2022-08-31T16:09:11.992Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
16:09:14 [2022-08-31T16:09:14.520Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
16:09:14 [2022-08-31T16:09:14.785Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
16:09:15 [2022-08-31T16:09:15.357Z] === RUN   TestDockerSuite/TestRunModeHostname
16:09:15 [2022-08-31T16:09:15.922Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
16:09:15 [2022-08-31T16:09:15.922Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
16:09:16 [2022-08-31T16:09:16.179Z] === RUN   TestDockerSuite/TestRunModeIpcHost
16:09:17 [2022-08-31T16:09:17.111Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
16:09:17 [2022-08-31T16:09:17.678Z] === RUN   TestDockerSuite/TestRunModePIDContainer
16:09:18 [2022-08-31T16:09:18.613Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
16:09:18 [2022-08-31T16:09:18.613Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
16:09:18 [2022-08-31T16:09:18.613Z] === RUN   TestDockerSuite/TestRunModeUTSHost
16:09:19 [2022-08-31T16:09:19.548Z] === RUN   TestDockerSuite/TestRunMount
16:09:23 [2022-08-31T16:09:23.733Z] === RUN   TestDockerSuite/TestRunMountOrdering
16:09:23 [2022-08-31T16:09:23.733Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
16:09:24 [2022-08-31T16:09:24.299Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
16:09:25 [2022-08-31T16:09:25.232Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
16:09:26 [2022-08-31T16:09:26.605Z] === RUN   TestDockerSuite/TestRunNamedVolume
16:09:27 [2022-08-31T16:09:27.538Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
16:09:28 [2022-08-31T16:09:28.912Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
16:09:29 [2022-08-31T16:09:29.848Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
16:09:31 [2022-08-31T16:09:31.223Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
16:09:31 [2022-08-31T16:09:31.223Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
16:09:31 [2022-08-31T16:09:31.482Z] === RUN   TestDockerSuite/TestRunNetHost
16:09:32 [2022-08-31T16:09:32.048Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
16:09:32 [2022-08-31T16:09:32.614Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
16:09:32 [2022-08-31T16:09:32.872Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
16:09:34 [2022-08-31T16:09:34.248Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
16:09:35 [2022-08-31T16:09:35.200Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
16:09:36 [2022-08-31T16:09:36.138Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
16:09:39 [2022-08-31T16:09:39.427Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
16:09:39 [2022-08-31T16:09:39.685Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
16:09:39 [2022-08-31T16:09:39.685Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
16:09:40 [2022-08-31T16:09:40.252Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
16:09:40 [2022-08-31T16:09:40.252Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
16:09:40 [2022-08-31T16:09:40.818Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
16:09:41 [2022-08-31T16:09:41.076Z] === RUN   TestDockerSuite/TestRunNonExistingImage
16:09:41 [2022-08-31T16:09:41.334Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
16:09:41 [2022-08-31T16:09:41.592Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
16:09:44 [2022-08-31T16:09:44.118Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
16:09:47 [2022-08-31T16:09:47.398Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
16:09:47 [2022-08-31T16:09:47.657Z] === RUN   TestDockerSuite/TestRunOOMExitCode
16:09:47 [2022-08-31T16:09:47.657Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
16:09:47 [2022-08-31T16:09:47.657Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
16:09:48 [2022-08-31T16:09:48.222Z] === RUN   TestDockerSuite/TestRunPIDsLimit
16:09:48 [2022-08-31T16:09:48.788Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
16:09:50 [2022-08-31T16:09:50.163Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
16:09:50 [2022-08-31T16:09:50.163Z] === RUN   TestDockerSuite/TestRunPortInUse
16:09:50 [2022-08-31T16:09:50.728Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
16:09:51 [2022-08-31T16:09:51.294Z]     docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n"
16:09:51 [2022-08-31T16:09:51.294Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
16:09:51 [2022-08-31T16:09:51.862Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
16:09:52 [2022-08-31T16:09:52.796Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
16:09:53 [2022-08-31T16:09:53.056Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
16:09:53 [2022-08-31T16:09:53.314Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
16:09:53 [2022-08-31T16:09:53.881Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
16:09:53 [2022-08-31T16:09:53.881Z]     docker_cli_run_test.go:4117: unmatched requirement DaemonIsWindows
16:09:53 [2022-08-31T16:09:53.881Z] === RUN   TestDockerSuite/TestRunPublishPort
16:09:54 [2022-08-31T16:09:54.448Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
16:09:55 [2022-08-31T16:09:55.020Z] === RUN   TestDockerSuite/TestRunReadProcLatency
16:09:55 [2022-08-31T16:09:55.020Z]     docker_cli_run_test.go:2852: kernel doesn't have latency_stats configured
16:09:55 [2022-08-31T16:09:55.020Z] === RUN   TestDockerSuite/TestRunReadProcTimer
16:09:55 [2022-08-31T16:09:55.588Z] === RUN   TestDockerSuite/TestRunRedirectStdout
16:09:56 [2022-08-31T16:09:56.154Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
16:09:56 [2022-08-31T16:09:56.412Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
16:09:56 [2022-08-31T16:09:56.412Z]     docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved
16:09:56 [2022-08-31T16:09:56.412Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
16:09:58 [2022-08-31T16:09:58.940Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
16:09:58 [2022-08-31T16:09:58.940Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
16:09:59 [2022-08-31T16:09:59.875Z] === RUN   TestDockerSuite/TestRunRm
16:10:00 [2022-08-31T16:10:00.810Z] === RUN   TestDockerSuite/TestRunRmAndWait
16:10:01 [2022-08-31T16:10:01.743Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
16:10:04 [2022-08-31T16:10:04.269Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
16:10:04 [2022-08-31T16:10:04.527Z] === RUN   TestDockerSuite/TestRunRmPre125Api
16:10:05 [2022-08-31T16:10:05.093Z] === RUN   TestDockerSuite/TestRunRootWorkdir
16:10:05 [2022-08-31T16:10:05.350Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
16:10:07 [2022-08-31T16:10:07.880Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
16:10:07 [2022-08-31T16:10:07.880Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
16:10:07 [2022-08-31T16:10:07.880Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
16:10:10 [2022-08-31T16:10:10.410Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
16:10:10 [2022-08-31T16:10:10.668Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
16:10:13 [2022-08-31T16:10:13.197Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
16:10:14 [2022-08-31T16:10:14.132Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
16:10:14 [2022-08-31T16:10:14.390Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
16:10:15 [2022-08-31T16:10:15.324Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
16:10:15 [2022-08-31T16:10:15.900Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
16:10:16 [2022-08-31T16:10:16.473Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
16:10:16 [2022-08-31T16:10:16.731Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
16:10:17 [2022-08-31T16:10:17.297Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
16:10:17 [2022-08-31T16:10:17.862Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
16:10:18 [2022-08-31T16:10:18.121Z] === RUN   TestDockerSuite/TestRunSetMacAddress
16:10:18 [2022-08-31T16:10:18.687Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
16:10:19 [2022-08-31T16:10:19.254Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
16:10:21 [2022-08-31T16:10:21.152Z] === RUN   TestDockerSuite/TestRunState
16:10:22 [2022-08-31T16:10:22.086Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
16:10:22 [2022-08-31T16:10:22.652Z] === RUN   TestDockerSuite/TestRunStdinPipe
16:10:23 [2022-08-31T16:10:23.218Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
16:10:23 [2022-08-31T16:10:23.218Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
16:10:23 [2022-08-31T16:10:23.218Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
16:10:23 [2022-08-31T16:10:23.218Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
16:10:23 [2022-08-31T16:10:23.784Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
16:10:24 [2022-08-31T16:10:24.350Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
16:10:24 [2022-08-31T16:10:24.350Z] === RUN   TestDockerSuite/TestRunSysctls
16:10:25 [2022-08-31T16:10:25.285Z] === RUN   TestDockerSuite/TestRunTLSVerify
16:10:25 [2022-08-31T16:10:25.285Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
16:10:25 [2022-08-31T16:10:25.543Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
16:10:26 [2022-08-31T16:10:26.110Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
16:10:28 [2022-08-31T16:10:28.012Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
16:10:28 [2022-08-31T16:10:28.012Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
16:10:28 [2022-08-31T16:10:28.578Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
16:10:29 [2022-08-31T16:10:29.953Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
16:10:30 [2022-08-31T16:10:30.888Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
16:10:32 [2022-08-31T16:10:32.788Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
16:10:34 [2022-08-31T16:10:34.160Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
16:10:36 [2022-08-31T16:10:36.085Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
16:10:36 [2022-08-31T16:10:36.342Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
16:10:36 [2022-08-31T16:10:36.907Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
16:10:36 [2022-08-31T16:10:36.907Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
16:10:37 [2022-08-31T16:10:37.477Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
16:10:39 [2022-08-31T16:10:39.378Z] === RUN   TestDockerSuite/TestRunUnshareProc
16:10:40 [2022-08-31T16:10:40.312Z] === RUN   TestDockerSuite/TestRunUserByID
16:10:40 [2022-08-31T16:10:40.878Z] === RUN   TestDockerSuite/TestRunUserByIDBig
16:10:40 [2022-08-31T16:10:40.878Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
16:10:40 [2022-08-31T16:10:40.878Z] === RUN   TestDockerSuite/TestRunUserByIDZero
16:10:41 [2022-08-31T16:10:41.443Z] === RUN   TestDockerSuite/TestRunUserByName
16:10:42 [2022-08-31T16:10:42.010Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
16:10:42 [2022-08-31T16:10:42.010Z] === RUN   TestDockerSuite/TestRunUserDefaults
16:10:42 [2022-08-31T16:10:42.576Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
16:10:42 [2022-08-31T16:10:42.576Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
16:10:42 [2022-08-31T16:10:42.576Z] === RUN   TestDockerSuite/TestRunUserNotFound
16:10:42 [2022-08-31T16:10:42.834Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
16:10:43 [2022-08-31T16:10:43.402Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
16:10:44 [2022-08-31T16:10:44.775Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
16:10:46 [2022-08-31T16:10:46.675Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
16:10:47 [2022-08-31T16:10:47.241Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
16:10:47 [2022-08-31T16:10:47.807Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
16:10:48 [2022-08-31T16:10:48.064Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
16:10:49 [2022-08-31T16:10:49.965Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
16:10:50 [2022-08-31T16:10:50.898Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
16:10:50 [2022-08-31T16:10:50.898Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
16:10:52 [2022-08-31T16:10:52.274Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
16:10:53 [2022-08-31T16:10:53.648Z]     docker_cli_service_logs_test.go:248: checking task 1yujua8ku6io
16:10:53 [2022-08-31T16:10:53.648Z]     docker_cli_service_logs_test.go:253: checking messages for 1yujua8ku6io
16:10:53 [2022-08-31T16:10:53.648Z]     docker_cli_service_logs_test.go:248: checking task noptmqoa67od
16:10:53 [2022-08-31T16:10:53.648Z]     docker_cli_service_logs_test.go:253: checking messages for noptmqoa67od
16:10:54 [2022-08-31T16:10:54.237Z] === RUN   TestDockerSwarmSuite/TestServiceScale
16:10:54 [2022-08-31T16:10:54.804Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
16:10:55 [2022-08-31T16:10:55.063Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
16:10:55 [2022-08-31T16:10:55.063Z]     docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows
16:10:55 [2022-08-31T16:10:55.063Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
16:10:55 [2022-08-31T16:10:55.063Z]     docker_cli_run_test.go:4107: unmatched requirement DaemonIsWindows
16:10:55 [2022-08-31T16:10:55.063Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
16:10:55 [2022-08-31T16:10:55.063Z]     docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows
16:10:55 [2022-08-31T16:10:55.063Z] === RUN   TestDockerSuite/TestRunWithBadDevice
16:10:55 [2022-08-31T16:10:55.321Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
16:10:55 [2022-08-31T16:10:55.321Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
16:10:55 [2022-08-31T16:10:55.321Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
16:10:55 [2022-08-31T16:10:55.886Z] === RUN   TestDockerSuite/TestRunWithCPUShares
16:10:56 [2022-08-31T16:10:56.819Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
16:10:56 [2022-08-31T16:10:56.819Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
16:10:57 [2022-08-31T16:10:57.753Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
16:10:58 [2022-08-31T16:10:58.011Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
16:10:58 [2022-08-31T16:10:58.946Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
16:10:58 [2022-08-31T16:10:58.946Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
16:10:59 [2022-08-31T16:10:59.207Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
16:10:59 [2022-08-31T16:10:59.207Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
16:10:59 [2022-08-31T16:10:59.207Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
16:10:59 [2022-08-31T16:10:59.207Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
16:10:59 [2022-08-31T16:10:59.207Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
16:10:59 [2022-08-31T16:10:59.207Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
16:10:59 [2022-08-31T16:10:59.207Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
16:10:59 [2022-08-31T16:10:59.207Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
16:10:59 [2022-08-31T16:10:59.207Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
16:10:59 [2022-08-31T16:10:59.207Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
16:10:59 [2022-08-31T16:10:59.207Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
16:10:59 [2022-08-31T16:10:59.207Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
16:10:59 [2022-08-31T16:10:59.207Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
16:10:59 [2022-08-31T16:10:59.207Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
16:10:59 [2022-08-31T16:10:59.207Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
16:10:59 [2022-08-31T16:10:59.775Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
16:11:00 [2022-08-31T16:11:00.342Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
16:11:00 [2022-08-31T16:11:00.342Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
16:11:00 [2022-08-31T16:11:00.600Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
16:11:00 [2022-08-31T16:11:00.859Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
16:11:01 [2022-08-31T16:11:01.118Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
16:11:01 [2022-08-31T16:11:01.375Z] === RUN   TestDockerSuite/TestRunWithShmSize
16:11:01 [2022-08-31T16:11:01.633Z] === RUN   TestDockerSuite/TestRunWithSwappiness
16:11:02 [2022-08-31T16:11:02.199Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
16:11:02 [2022-08-31T16:11:02.199Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
16:11:02 [2022-08-31T16:11:02.199Z] === RUN   TestDockerSuite/TestRunWithUlimits
16:11:02 [2022-08-31T16:11:02.765Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
16:11:03 [2022-08-31T16:11:03.698Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
16:11:04 [2022-08-31T16:11:04.263Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
16:11:04 [2022-08-31T16:11:04.263Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
16:11:04 [2022-08-31T16:11:04.263Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
16:11:04 [2022-08-31T16:11:04.521Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
16:11:04 [2022-08-31T16:11:04.521Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
16:11:05 [2022-08-31T16:11:05.458Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
16:11:06 [2022-08-31T16:11:06.396Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
16:11:07 [2022-08-31T16:11:07.772Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
16:11:08 [2022-08-31T16:11:08.339Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
16:11:08 [2022-08-31T16:11:08.339Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
16:11:08 [2022-08-31T16:11:08.339Z] === RUN   TestDockerSuite/TestSlowStdinClosing
16:11:08 [2022-08-31T16:11:08.339Z] === RUN   TestDockerSuite/TestSlowStdinClosing/0
16:11:08 [2022-08-31T16:11:08.906Z] === RUN   TestDockerSuite/TestSlowStdinClosing/1
16:11:09 [2022-08-31T16:11:09.471Z] === RUN   TestDockerSuite/TestSlowStdinClosing/2
16:11:10 [2022-08-31T16:11:10.407Z] === RUN   TestDockerSuite/TestStopContainerSignal
16:11:11 [2022-08-31T16:11:11.795Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
16:11:12 [2022-08-31T16:11:12.361Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
16:11:15 [2022-08-31T16:11:15.641Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
16:11:16 [2022-08-31T16:11:16.206Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
16:11:17 [2022-08-31T16:11:17.580Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
16:11:18 [2022-08-31T16:11:18.952Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
16:11:21 [2022-08-31T16:11:21.483Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
16:11:21 [2022-08-31T16:11:21.483Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
16:11:22 [2022-08-31T16:11:22.423Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
16:11:23 [2022-08-31T16:11:23.358Z]     docker_cli_swarm_test.go:1895: [d74fe3fb30be0] joining swarm manager [d6e85008aa793]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:11:24 [2022-08-31T16:11:24.294Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
16:11:24 [2022-08-31T16:11:24.552Z]     docker_cli_swarm_test.go:1896: [d0bc25169d01a] joining swarm manager [d6e85008aa793]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:11:25 [2022-08-31T16:11:25.491Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
16:11:26 [2022-08-31T16:11:26.425Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
16:11:27 [2022-08-31T16:11:27.803Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
16:11:28 [2022-08-31T16:11:28.738Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
16:11:30 [2022-08-31T16:11:30.112Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
16:11:31 [2022-08-31T16:11:31.488Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
16:11:32 [2022-08-31T16:11:32.877Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
16:11:34 [2022-08-31T16:11:34.250Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
16:11:35 [2022-08-31T16:11:35.625Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
16:11:38 [2022-08-31T16:11:38.156Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
16:11:38 [2022-08-31T16:11:38.156Z]     docker_cli_run_test.go:4432: unmatched requirement DaemonIsWindows
16:11:38 [2022-08-31T16:11:38.156Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
16:11:38 [2022-08-31T16:11:38.156Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
16:11:38 [2022-08-31T16:11:38.413Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
16:11:38 [2022-08-31T16:11:38.980Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
16:11:39 [2022-08-31T16:11:39.548Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
16:11:40 [2022-08-31T16:11:40.483Z] === RUN   TestDockerSuite/TestSaveCheckTimes
16:11:40 [2022-08-31T16:11:40.483Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
16:11:40 [2022-08-31T16:11:40.743Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
16:11:41 [2022-08-31T16:11:41.677Z] === RUN   TestDockerSuite/TestSaveImageId
16:11:41 [2022-08-31T16:11:41.935Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
16:11:42 [2022-08-31T16:11:42.503Z] === RUN   TestDockerSuite/TestSaveLoadParents
16:11:43 [2022-08-31T16:11:43.445Z]     docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents1832555870
16:11:43 [2022-08-31T16:11:43.704Z] === RUN   TestDockerSuite/TestSaveMultipleNames
16:11:43 [2022-08-31T16:11:43.962Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
16:11:44 [2022-08-31T16:11:44.896Z] === RUN   TestDockerSuite/TestSaveSingleTag
16:11:45 [2022-08-31T16:11:45.155Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
16:11:45 [2022-08-31T16:11:45.155Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
16:11:46 [2022-08-31T16:11:46.089Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
16:11:47 [2022-08-31T16:11:47.543Z] === RUN   TestDockerSuite/TestSearchCmdOptions
16:11:48 [2022-08-31T16:11:48.480Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
16:11:49 [2022-08-31T16:11:49.853Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
16:11:50 [2022-08-31T16:11:50.111Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
16:11:50 [2022-08-31T16:11:50.368Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
16:11:50 [2022-08-31T16:11:50.368Z] === RUN   TestDockerSuite/TestSearchWithLimit
16:11:50 [2022-08-31T16:11:50.626Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
16:11:51 [2022-08-31T16:11:51.999Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
16:11:51 [2022-08-31T16:11:51.999Z]     docker_cli_sni_test.go:30: Flakey test
16:11:51 [2022-08-31T16:11:51.999Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
16:11:57 [2022-08-31T16:11:57.261Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
16:11:58 [2022-08-31T16:11:58.635Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
16:11:59 [2022-08-31T16:11:59.202Z] === RUN   TestDockerSuite/TestStartAttachSilent
16:12:00 [2022-08-31T16:12:00.138Z] === RUN   TestDockerSuite/TestStartAttachWithRename
16:12:02 [2022-08-31T16:12:02.667Z] === RUN   TestDockerSuite/TestStartMultipleContainers
16:12:04 [2022-08-31T16:12:04.568Z] === RUN   TestDockerSuite/TestStartPausedContainer
16:12:04 [2022-08-31T16:12:04.569Z] === RUN   TestDockerSuite/TestStartRecordError
16:12:05 [2022-08-31T16:12:05.946Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
16:12:05 [2022-08-31T16:12:05.946Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
16:12:07 [2022-08-31T16:12:07.323Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
16:12:08 [2022-08-31T16:12:08.259Z]     docker_cli_swarm_test.go:1796: [d761bb16f4000] joining swarm manager [d3a3b31e9414f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:12:08 [2022-08-31T16:12:08.518Z] === RUN   TestDockerSuite/TestStatsAllNoStream
16:12:09 [2022-08-31T16:12:09.455Z]     docker_cli_swarm_test.go:1797: [d8ad1cfc31c93] joining swarm manager [d3a3b31e9414f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:12:11 [2022-08-31T16:12:11.358Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
16:12:15 [2022-08-31T16:12:15.556Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
16:12:18 [2022-08-31T16:12:18.083Z] === RUN   TestDockerSuite/TestStatsFormatAll
16:12:23 [2022-08-31T16:12:23.345Z] === RUN   TestDockerSuite/TestStatsNoStream
16:12:25 [2022-08-31T16:12:25.243Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
16:12:25 [2022-08-31T16:12:25.243Z] === RUN   TestDockerSuite/TestTopMultipleArgs
16:12:25 [2022-08-31T16:12:25.502Z] === RUN   TestDockerSuite/TestTopNonPrivileged
16:12:26 [2022-08-31T16:12:26.069Z] === RUN   TestDockerSuite/TestTopPrivileged
16:12:26 [2022-08-31T16:12:26.637Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
16:12:26 [2022-08-31T16:12:26.637Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows
16:12:26 [2022-08-31T16:12:26.637Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
16:12:27 [2022-08-31T16:12:27.571Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
16:12:27 [2022-08-31T16:12:27.831Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
16:12:27 [2022-08-31T16:12:27.831Z]     docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport
16:12:27 [2022-08-31T16:12:27.831Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
16:12:27 [2022-08-31T16:12:27.831Z]     docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport
16:12:27 [2022-08-31T16:12:27.831Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
16:12:28 [2022-08-31T16:12:28.766Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
16:12:29 [2022-08-31T16:12:29.333Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
16:12:29 [2022-08-31T16:12:29.899Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
16:12:30 [2022-08-31T16:12:30.833Z] === RUN   TestDockerSuite/TestUpdateStats
16:12:32 [2022-08-31T16:12:32.732Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
16:12:34 [2022-08-31T16:12:34.632Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
16:12:34 [2022-08-31T16:12:34.891Z]     docker_cli_swarm_test.go:1315: [dd2e59c9e0d10] joining swarm manager [d1444b2b24b91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:12:35 [2022-08-31T16:12:35.457Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
16:12:35 [2022-08-31T16:12:35.457Z]     docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport
16:12:35 [2022-08-31T16:12:35.457Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
16:12:36 [2022-08-31T16:12:36.413Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
16:12:36 [2022-08-31T16:12:36.413Z]     docker_cli_swarm_test.go:1316: [db7a2122e8491] joining swarm manager [d1444b2b24b91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:12:36 [2022-08-31T16:12:36.978Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
16:12:38 [2022-08-31T16:12:38.881Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
16:12:40 [2022-08-31T16:12:40.255Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
16:12:41 [2022-08-31T16:12:41.189Z] === RUN   TestDockerSuite/TestVolumeCLICreate
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLILs
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
16:12:59 [2022-08-31T16:12:59.257Z] === RUN   TestDockerSuite/TestVolumeCLIRm
16:12:59 [2022-08-31T16:12:59.516Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
16:12:59 [2022-08-31T16:12:59.775Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
16:12:59 [2022-08-31T16:12:59.775Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
16:12:59 [2022-08-31T16:12:59.775Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
16:12:59 [2022-08-31T16:12:59.775Z] === RUN   TestDockerSuite/TestVolumeLsFormat
16:13:00 [2022-08-31T16:13:00.035Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
16:13:00 [2022-08-31T16:13:00.035Z] --- PASS: TestDockerSuite (1307.22s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (3.96s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.72s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.87s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.78s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.79s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.38s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.09s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.95s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.14s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.81s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.63s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.11s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.96s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.81s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.37s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.33s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.88s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.60s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.29s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.89s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.85s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.51s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.32s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.71s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.50s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.52s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.53s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.40s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.60s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.71s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.73s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.76s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.88s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.74s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.65s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.11s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.78s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.90s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.68s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.49s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.09s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.71s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.70s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.69s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.87s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.63s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.72s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.88s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.12s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.67s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.55s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.54s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.68s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.35s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.57s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.75s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.50s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.48s)
16:13:00 [2022-08-31T16:13:00.035Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.52s)
16:13:00 [2022-08-31T16:13:00.035Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>} (1.34s)
16:13:00 [2022-08-31T16:13:00.035Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>} (1.42s)
16:13:00 [2022-08-31T16:13:00.035Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.42s)
16:13:00 [2022-08-31T16:13:00.035Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.34s)
16:13:00 [2022-08-31T16:13:00.035Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000d7ec90_<nil>_<nil>} (1.40s)
16:13:00 [2022-08-31T16:13:00.035Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13120800797_/foo_false__<nil>_<nil>_<nil>_<nil>} (0.60s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13120800797_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.56s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31868962033_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.49s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31868962033_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.42s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31868962033_/foo_true__0xc000d7ecc0_<nil>_<nil>_<nil>} (1.55s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000d7ecd8_<nil>_<nil>} (1.55s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000d7ecf0_<nil>_<nil>} (1.51s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000d7ed08_<nil>_<nil>} (1.53s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000d7ed20_<nil>_<nil>} (1.53s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.39s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.34s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s)
16:13:00 [2022-08-31T16:13:00.036Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.65s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.44s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.84s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.23s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.40s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.72s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.68s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.74s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.73s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.78s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.56s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.83s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.91s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.95s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.87s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.91s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.89s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.74s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.00s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.01s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.64s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.82s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.94s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.56s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.77s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.03s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.99s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.01s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.94s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.90s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.83s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.19s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.96s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.76s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.27s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.78s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.80s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.42s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.99s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.77s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.67s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.72s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.54s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.88s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.89s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.64s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.07s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.87s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.73s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.75s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.83s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.65s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.47s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.14s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.18s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.60s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.30s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.82s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.72s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.39s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.21s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.07s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.81s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.11s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.54s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.03s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.52s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.03s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.38s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (5.31s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.59s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.42s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.32s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddTar (7.25s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.58s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.40s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.16s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.90s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.61s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.37s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.06s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.35s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.48s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.91s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.55s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.25s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.20s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (10.61s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.24s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.73s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.44s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.32s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.47s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.53s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.35s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.52s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (1.10s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.86s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (6.70s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.25s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.98s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.73s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.86s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.85s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.65s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.42s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.45s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.56s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.66s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.29s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.11s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.86s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.88s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.77s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.28s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.48s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.69s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.05s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.20s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.19s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.51s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.28s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.48s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.42s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.84s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.38s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.57s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.47s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.31s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.54s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.98s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.02s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.08s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (8.83s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.06s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.45s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (9.41s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.80s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (3.74s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.33s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.08s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.83s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.37s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.18s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (9.63s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.09s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (3.34s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.29s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.30s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.48s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.08s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.27s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.20s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.52s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.03s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.16s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.00s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.83s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.71s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (4.86s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (14.55s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.70s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (6.08s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.95s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.37s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.48s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.06s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.32s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.31s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.31s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.53s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.37s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFails (0.71s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.56s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.60s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.19s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.00s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.31s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.91s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.57s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.90s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.31s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.83s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.79s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.23s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.35s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.53s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.38s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.33s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.72s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.31s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.34s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.26s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.24s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.57s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.97s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.82s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.51s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.47s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.14s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.14s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.47s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.55s)
16:13:00 [2022-08-31T16:13:00.036Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.41s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.41s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.28s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (5.66s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.11s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.70s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.41s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (2.66s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.29s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.27s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.45s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.48s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.16s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.07s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.88s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.72s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.63s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.41s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.67s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (2.12s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.22s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.14s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.66s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.85s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.06s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.19s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.89s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.78s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.08s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.79s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.18s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.51s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildRm (2.42s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.72s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.97s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.45s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.81s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.82s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (2.88s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.27s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.34s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.70s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.89s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.53s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.73s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.77s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.36s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (1.12s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.08s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildUser (1.68s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.63s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (14.32s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.71s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.29s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.84s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.03s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.00s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.06s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.52s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.73s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.14s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.63s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (1.44s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.39s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.47s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.57s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.77s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.71s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCommitChange (0.65s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.53s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCommitNewFile (0.97s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.68s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.98s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.56s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (0.87s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.11s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.54s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.52s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.49s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.52s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.52s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.69s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.69s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.68s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.73s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.86s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.69s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.52s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.92s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.13s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.72s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.56s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.79s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.64s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.93s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.62s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.60s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.65s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.58s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.77s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.76s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.69s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.83s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.95s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.73s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.64s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.70s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.57s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToDot (0.74s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.16s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.92s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.81s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.23s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.22s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.80s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.12s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.08s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.52s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.55s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.54s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.29s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.08s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.12s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateRM (0.19s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.12s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.23s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.12s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.14s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.08s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.86s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.20s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.54s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.64s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.46s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.55s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.51s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.47s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.95s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.31s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.95s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.78s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (0.95s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.41s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.24s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.94s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.47s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.26s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFilters (0.91s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFormat (0.92s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.54s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsImagePull (1.06s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.42s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (2.47s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.45s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsRename (0.48s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsResize (0.48s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.44s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.57s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.46s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.72s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsTop (0.56s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (0.96s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.61s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.43s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExec (0.64s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.95s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecCgroup (0.80s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecEnv (0.52s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.99s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.51s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecInspectID (2.58s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.52s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.87s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.77s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecParseError (0.70s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.76s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.73s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.57s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.59s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecTTY (0.64s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.92s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.57s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.71s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.47s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.56s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.70s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.51s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.59s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.47s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.72s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestHealth (19.27s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.91s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestBuildHistory (2.57s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.03s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.55s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.58s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.57s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.81s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.83s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.55s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.62s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.19s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImportFile (1.42s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.42s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.52s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.32s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.48s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.46s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.66s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.47s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.54s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.43s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.51s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.46s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.46s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectPlugin (2.34s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.45s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.53s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.94s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.46s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.48s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.45s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.48s)
16:13:00 [2022-08-31T16:13:00.037Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (0.94s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.96s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.29s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.18s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.15s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.83s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.31s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.67s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.09s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.52s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.62s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.47s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.78s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.79s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.78s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.91s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.81s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.13s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.77s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.51s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsSince (6.68s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.44s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.53s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsTail (0.52s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.70s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.62s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestNetHostname (1.81s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.24s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.05s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.06s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.95s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.50s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.95s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.17s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.31s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.67s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.11s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.27s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.68s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.62s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.40s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPluginActive (2.39s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.64s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.69s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.79s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.20s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.42s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.85s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.91s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPortList (6.94s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.52s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (1.86s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (0.90s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsByOrder (2.00s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.00s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.39s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.86s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.37s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.33s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.95s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.43s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.24s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.87s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.50s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.43s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.00s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.57s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.54s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.67s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.46s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.40s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.02s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.95s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.49s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.28s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.75s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.33s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (1.99s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.99s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.42s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.92s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.02s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.84s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.77s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.40s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.66s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.05s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.60s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiTag (0.13s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.63s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.45s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.56s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.43s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.45s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.43s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.42s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.69s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (2.83s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.38s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.00s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.79s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.72s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.47s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.18s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.76s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.43s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.31s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.61s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.24s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.48s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.86s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.44s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.21s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.44s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.44s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.26s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.58s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.56s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.84s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.86s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.58s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.61s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.60s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.57s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.65s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.71s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.97s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.43s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.46s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.32s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.41s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.43s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.47s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.44s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.50s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.60s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.54s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.74s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.44s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.73s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.48s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.52s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.46s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.42s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.90s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.88s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.45s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.43s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.42s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.44s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.43s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.99s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.08s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.44s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.23s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.32s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.53s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.68s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.43s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.06s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.24s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.40s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.44s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.14s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.53s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.45s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.08s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.71s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.45s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.55s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.53s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.08s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.76s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.46s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.62s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.48s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.44s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.46s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.43s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.49s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.46s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.63s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.41s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.27s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.58s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.60s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.31s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.68s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.13s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.03s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.63s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.16s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.34s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.31s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.77s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.31s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.35s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.64s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.85s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.72s)
16:13:00 [2022-08-31T16:13:00.038Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (0.92s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.15s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (0.84s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunMount (3.72s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.44s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.42s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.90s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.32s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.29s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.39s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.95s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.44s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.64s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.44s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.45s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.29s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.73s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.26s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.46s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.46s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.44s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.43s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.44s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.87s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.51s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.55s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.53s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.65s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.42s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.67s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.85s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.54s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.53s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.46s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.67s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.61s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (0.98s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.43s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.02s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunRm (0.77s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.67s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.49s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.47s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (2.04s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.49s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.69s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.43s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.46s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.61s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.70s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.58s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.41s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.40s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.52s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.47s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.46s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.52s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunState (1.04s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.50s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.46s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.52s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.59s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunSysctls (0.95s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.58s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.95s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.46s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.48s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.73s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.09s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.67s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.61s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.51s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.77s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.02s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.46s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.54s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.59s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.46s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.61s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.35s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.62s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.72s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.54s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.17s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.58s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.33s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.52s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.60s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.66s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.02s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.50s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.61s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.52s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.42s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.43s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.43s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.15s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.43s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.47s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.43s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.43s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.99s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.49s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.29s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.02s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.70s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.66s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.43s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.96s)
16:13:00 [2022-08-31T16:13:00.039Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.64s)
16:13:00 [2022-08-31T16:13:00.039Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.66s)
16:13:00 [2022-08-31T16:13:00.039Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.65s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.48s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.57s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.77s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.57s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.41s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.46s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.73s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.24s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.27s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.28s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.29s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.27s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.29s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.71s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.42s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.64s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.66s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.76s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.25s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.12s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.63s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.36s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.10s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.13s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.16s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.28s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.38s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.48s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.10s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.46s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.98s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.57s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.49s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.47s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.25s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.30s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.31s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.55s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.99s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.49s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.49s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.49s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.57s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.62s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.63s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.43s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.58s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.52s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.51s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.13s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.75s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.63s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.68s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.59s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.13s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.50s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.56s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.38s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
16:13:00 [2022-08-31T16:13:00.039Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.09s)
16:13:00 [2022-08-31T16:13:00.039Z] === RUN   TestDockerRegistrySuite
16:13:00 [2022-08-31T16:13:00.039Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
16:13:01 [2022-08-31T16:13:01.416Z]     check_test.go:427: [d45bdced180f9] daemon is not started
16:13:01 [2022-08-31T16:13:01.416Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
16:13:02 [2022-08-31T16:13:02.353Z]     check_test.go:427: [d586b93577d53] daemon is not started
16:13:02 [2022-08-31T16:13:02.353Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
16:13:03 [2022-08-31T16:13:03.289Z]     check_test.go:427: [d0493bb8ed42c] daemon is not started
16:13:03 [2022-08-31T16:13:03.289Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
16:13:03 [2022-08-31T16:13:03.548Z]     check_test.go:427: [d694e32000c69] daemon is not started
16:13:03 [2022-08-31T16:13:03.548Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
16:13:06 [2022-08-31T16:13:06.834Z]     check_test.go:427: [d1ea000dd55af] daemon is not started
16:13:06 [2022-08-31T16:13:06.834Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
16:13:11 [2022-08-31T16:13:11.017Z]     check_test.go:427: [de9e4771599b5] daemon is not started
16:13:11 [2022-08-31T16:13:11.017Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
16:13:13 [2022-08-31T16:13:13.569Z]     check_test.go:427: [d27376366e64c] daemon is not started
16:13:13 [2022-08-31T16:13:13.569Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
16:13:14 [2022-08-31T16:13:14.503Z]     check_test.go:427: [d4bdea3c6f3be] daemon is not started
16:13:14 [2022-08-31T16:13:14.503Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
16:13:15 [2022-08-31T16:13:15.437Z]     check_test.go:427: [d6817cc41b404] daemon is not started
16:13:15 [2022-08-31T16:13:15.437Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
16:13:16 [2022-08-31T16:13:16.371Z]     check_test.go:427: [d8689069c0862] daemon is not started
16:13:16 [2022-08-31T16:13:16.371Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
16:13:17 [2022-08-31T16:13:17.305Z]     check_test.go:427: [deb483b830b67] daemon is not started
16:13:17 [2022-08-31T16:13:17.305Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
16:13:18 [2022-08-31T16:13:18.240Z]     check_test.go:427: [d1b72754317eb] daemon is not started
16:13:18 [2022-08-31T16:13:18.240Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
16:13:19 [2022-08-31T16:13:19.614Z]     check_test.go:427: [d49b3e09c44e5] daemon is not started
16:13:19 [2022-08-31T16:13:19.614Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
16:13:20 [2022-08-31T16:13:20.548Z]     check_test.go:427: [db7b491698098] daemon is not started
16:13:20 [2022-08-31T16:13:20.548Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
16:13:21 [2022-08-31T16:13:21.482Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c4053839c68fc222729426b38c766710fbb37e18757b7dc390aabdff64674501
16:13:22 [2022-08-31T16:13:22.049Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:57f8a1e1f4e970b93bd6655085215e0a95b17ecbebd7b5a43aef8ebe23587c16
16:13:22 [2022-08-31T16:13:22.307Z]     check_test.go:427: [d02def938719b] daemon is not started
16:13:22 [2022-08-31T16:13:22.307Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
16:13:23 [2022-08-31T16:13:23.240Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d15511637ea4ea8b5497c685b3f12ffe452aceaeed223a8213d752222d458046
16:13:24 [2022-08-31T16:13:24.174Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3945e1d618777ef61af2d19720f6bd3877875332af42a6f7b374a73bedfe45b9
16:13:24 [2022-08-31T16:13:24.174Z]     check_test.go:427: [d2474ef792003] daemon is not started
16:13:24 [2022-08-31T16:13:24.174Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
16:13:25 [2022-08-31T16:13:25.108Z]     check_test.go:427: [dee53a6758675] daemon is not started
16:13:25 [2022-08-31T16:13:25.108Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
16:13:27 [2022-08-31T16:13:27.636Z]     check_test.go:427: [d02331c2ca286] daemon is not started
16:13:27 [2022-08-31T16:13:27.636Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
16:13:28 [2022-08-31T16:13:28.201Z]     check_test.go:427: [dacf2075bcd51] daemon is not started
16:13:28 [2022-08-31T16:13:28.201Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
16:13:28 [2022-08-31T16:13:28.460Z]     check_test.go:427: [d23964ff6e65b] daemon is not started
16:13:28 [2022-08-31T16:13:28.460Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
16:13:29 [2022-08-31T16:13:29.395Z]     check_test.go:427: [dfa6fe69c8a6c] daemon is not started
16:13:29 [2022-08-31T16:13:29.395Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
16:13:30 [2022-08-31T16:13:30.332Z]     check_test.go:427: [d24c8dae590eb] daemon is not started
16:13:30 [2022-08-31T16:13:30.332Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
16:13:31 [2022-08-31T16:13:31.267Z]     check_test.go:427: [d706018d1cb4d] daemon is not started
16:13:31 [2022-08-31T16:13:31.267Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
16:13:33 [2022-08-31T16:13:33.814Z]     check_test.go:427: [d2e79b3b92f67] daemon is not started
16:13:33 [2022-08-31T16:13:33.814Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
16:13:33 [2022-08-31T16:13:33.814Z]     check_test.go:427: [d964e0248d9e3] daemon is not started
16:13:33 [2022-08-31T16:13:33.814Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
16:13:35 [2022-08-31T16:13:35.187Z]     check_test.go:427: [de9f2a1a255a2] daemon is not started
16:13:35 [2022-08-31T16:13:35.187Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
16:13:35 [2022-08-31T16:13:35.187Z]     check_test.go:427: [d2c69af81a4d2] daemon is not started
16:13:35 [2022-08-31T16:13:35.187Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
16:13:35 [2022-08-31T16:13:35.446Z]     check_test.go:427: [d5aed25fe1b2a] daemon is not started
16:13:35 [2022-08-31T16:13:35.446Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
16:13:35 [2022-08-31T16:13:35.703Z]     check_test.go:427: [df28572bba3e6] daemon is not started
16:13:35 [2022-08-31T16:13:35.703Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
16:13:35 [2022-08-31T16:13:35.962Z]     check_test.go:427: [d57966aca6a60] daemon is not started
16:13:35 [2022-08-31T16:13:35.962Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
16:13:36 [2022-08-31T16:13:36.220Z]     check_test.go:427: [d64f6974a0539] daemon is not started
16:13:36 [2022-08-31T16:13:36.220Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
16:13:36 [2022-08-31T16:13:36.478Z]     check_test.go:427: [d805a16cbb754] daemon is not started
16:13:36 [2022-08-31T16:13:36.479Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
16:13:37 [2022-08-31T16:13:37.415Z]     check_test.go:427: [d91bd19ca4969] daemon is not started
16:13:37 [2022-08-31T16:13:37.415Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
16:13:38 [2022-08-31T16:13:38.790Z]     check_test.go:427: [d49d6888ecca3] daemon is not started
16:13:38 [2022-08-31T16:13:38.790Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
16:13:39 [2022-08-31T16:13:39.725Z]     check_test.go:427: [df1856aa024d0] daemon is not started
16:13:39 [2022-08-31T16:13:39.725Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
16:13:40 [2022-08-31T16:13:40.659Z]     check_test.go:427: [d65ff0dec747d] daemon is not started
16:13:40 [2022-08-31T16:13:40.659Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
16:13:41 [2022-08-31T16:13:41.592Z] === RUN   TestDockerRegistrySuite/TestV2Only
16:13:42 [2022-08-31T16:13:42.525Z] --- PASS: TestDockerRegistrySuite (42.26s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.15s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.98s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.22s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.68s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.33s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.77s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.02s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.87s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.99s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.09s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.02s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.21s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.87s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.88s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.94s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.06s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.93s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.98s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.00s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.84s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.39s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.36s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.00s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.98s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.50s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.79s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.99s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s)
16:13:42 [2022-08-31T16:13:42.525Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s)
16:13:42 [2022-08-31T16:13:42.525Z] === RUN   TestDockerSchema1RegistrySuite
16:13:42 [2022-08-31T16:13:42.525Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
16:13:42 [2022-08-31T16:13:42.525Z]     check_test.go:454: [db17efbfa35e5] daemon is not started
16:13:42 [2022-08-31T16:13:42.525Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
16:13:45 [2022-08-31T16:13:45.054Z]     check_test.go:454: [d766255721b33] daemon is not started
16:13:45 [2022-08-31T16:13:45.054Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
16:13:49 [2022-08-31T16:13:49.239Z]     check_test.go:454: [de1428d0f2bd1] daemon is not started
16:13:49 [2022-08-31T16:13:49.239Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
16:13:50 [2022-08-31T16:13:50.172Z]     check_test.go:454: [d4243cdd6ea94] daemon is not started
16:13:50 [2022-08-31T16:13:50.172Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
16:13:50 [2022-08-31T16:13:50.430Z]     check_test.go:454: [dbb1e6b46951b] daemon is not started
16:13:50 [2022-08-31T16:13:50.430Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
16:13:51 [2022-08-31T16:13:51.364Z]     check_test.go:454: [d055e3d23dae2] daemon is not started
16:13:51 [2022-08-31T16:13:51.364Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
16:13:52 [2022-08-31T16:13:52.299Z]     check_test.go:454: [d2488b552b0ca] daemon is not started
16:13:52 [2022-08-31T16:13:52.299Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
16:13:53 [2022-08-31T16:13:53.247Z]     check_test.go:454: [d8bbcedabd849] daemon is not started
16:13:53 [2022-08-31T16:13:53.247Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
16:13:54 [2022-08-31T16:13:54.624Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
16:13:56 [2022-08-31T16:13:56.525Z]     check_test.go:454: [d4409d45055bb] daemon is not started
16:13:56 [2022-08-31T16:13:56.525Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
16:13:57 [2022-08-31T16:13:57.091Z]     check_test.go:454: [d92203ea40c2f] daemon is not started
16:13:57 [2022-08-31T16:13:57.091Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
16:13:57 [2022-08-31T16:13:57.657Z]     check_test.go:454: [d8bac1416b6d1] daemon is not started
16:13:57 [2022-08-31T16:13:57.657Z] --- PASS: TestDockerSchema1RegistrySuite (15.25s)
16:13:57 [2022-08-31T16:13:57.657Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s)
16:13:57 [2022-08-31T16:13:57.657Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.68s)
16:13:57 [2022-08-31T16:13:57.657Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.16s)
16:13:57 [2022-08-31T16:13:57.657Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.97s)
16:13:57 [2022-08-31T16:13:57.657Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s)
16:13:57 [2022-08-31T16:13:57.657Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.97s)
16:13:57 [2022-08-31T16:13:57.657Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.87s)
16:13:57 [2022-08-31T16:13:57.657Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.91s)
16:13:57 [2022-08-31T16:13:57.657Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.35s)
16:13:57 [2022-08-31T16:13:57.657Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.57s)
16:13:57 [2022-08-31T16:13:57.657Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.47s)
16:13:57 [2022-08-31T16:13:57.657Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
16:13:57 [2022-08-31T16:13:57.657Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
16:13:58 [2022-08-31T16:13:58.224Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
16:13:58 [2022-08-31T16:13:58.224Z]     check_test.go:483: [d789f69e2ba48] daemon is not started
16:13:58 [2022-08-31T16:13:58.482Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
16:13:59 [2022-08-31T16:13:59.048Z]     check_test.go:483: [d593d98332b9a] daemon is not started
16:13:59 [2022-08-31T16:13:59.048Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
16:13:59 [2022-08-31T16:13:59.307Z]     check_test.go:483: [dd0fcb86feb9e] daemon is not started
16:13:59 [2022-08-31T16:13:59.307Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
16:14:01 [2022-08-31T16:14:01.209Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
16:14:01 [2022-08-31T16:14:01.467Z]     check_test.go:483: [d31f03c345445] daemon is not started
16:14:01 [2022-08-31T16:14:01.467Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
16:14:02 [2022-08-31T16:14:02.034Z]     check_test.go:483: [d1c50775240db] daemon is not started
16:14:02 [2022-08-31T16:14:02.034Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
16:14:03 [2022-08-31T16:14:03.486Z]     check_test.go:483: [d5348d6fe3f07] daemon is not started
16:14:03 [2022-08-31T16:14:03.486Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
16:14:03 [2022-08-31T16:14:03.486Z]     check_test.go:483: [d2f72e98f8cdf] daemon is not started
16:14:03 [2022-08-31T16:14:03.486Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.85s)
16:14:03 [2022-08-31T16:14:03.486Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.80s)
16:14:03 [2022-08-31T16:14:03.486Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.68s)
16:14:03 [2022-08-31T16:14:03.486Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
16:14:03 [2022-08-31T16:14:03.486Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.61s)
16:14:03 [2022-08-31T16:14:03.486Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.73s)
16:14:03 [2022-08-31T16:14:03.486Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.51s)
16:14:03 [2022-08-31T16:14:03.486Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (1.16s)
16:14:03 [2022-08-31T16:14:03.486Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.19s)
16:14:03 [2022-08-31T16:14:03.486Z] === RUN   TestDockerRegistryAuthTokenSuite
16:14:03 [2022-08-31T16:14:03.486Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
16:14:05 [2022-08-31T16:14:05.385Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
16:14:08 [2022-08-31T16:14:08.666Z]     check_test.go:510: [dae05d5e535a6] daemon is not started
16:14:08 [2022-08-31T16:14:08.666Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
16:14:08 [2022-08-31T16:14:08.666Z]     check_test.go:510: [ddcd8c3309322] daemon is not started
16:14:08 [2022-08-31T16:14:08.666Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
16:14:08 [2022-08-31T16:14:08.924Z]     check_test.go:510: [d22da0dc71fc7] daemon is not started
16:14:08 [2022-08-31T16:14:08.924Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
16:14:08 [2022-08-31T16:14:08.924Z]     check_test.go:510: [d0c33471d60a9] daemon is not started
16:14:09 [2022-08-31T16:14:09.182Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
16:14:09 [2022-08-31T16:14:09.182Z]     check_test.go:510: [d33167167acf7] daemon is not started
16:14:09 [2022-08-31T16:14:09.182Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.81s)
16:14:09 [2022-08-31T16:14:09.182Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s)
16:14:09 [2022-08-31T16:14:09.182Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s)
16:14:09 [2022-08-31T16:14:09.182Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.17s)
16:14:09 [2022-08-31T16:14:09.182Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s)
16:14:09 [2022-08-31T16:14:09.182Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s)
16:14:09 [2022-08-31T16:14:09.182Z] === RUN   TestDockerNetworkSuite
16:14:09 [2022-08-31T16:14:09.182Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
16:14:11 [2022-08-31T16:14:11.088Z]     docker_cli_network_unix_test.go:46: [d7580bb445ade] daemon is not started
16:14:11 [2022-08-31T16:14:11.088Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
16:14:11 [2022-08-31T16:14:11.347Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
16:14:11 [2022-08-31T16:14:11.605Z]     docker_cli_network_unix_test.go:46: [d4bb1d8693ed0] daemon is not started
16:14:11 [2022-08-31T16:14:11.863Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
16:14:14 [2022-08-31T16:14:14.395Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
16:14:14 [2022-08-31T16:14:14.395Z]     docker_cli_network_unix_test.go:46: [db193115d2072] daemon is not started
16:14:14 [2022-08-31T16:14:14.980Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
16:14:16 [2022-08-31T16:14:16.881Z]     docker_cli_network_unix_test.go:46: [d53b657c369ec] daemon is not started
16:14:17 [2022-08-31T16:14:17.139Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
16:14:17 [2022-08-31T16:14:17.139Z]     docker_cli_network_unix_test.go:1233: [d2d0ebbe5473a] daemon is not started
16:14:18 [2022-08-31T16:14:18.514Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
16:14:19 [2022-08-31T16:14:19.888Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
16:14:21 [2022-08-31T16:14:21.264Z]     docker_cli_network_unix_test.go:46: [d045e4b54b460] daemon is not started
16:14:21 [2022-08-31T16:14:21.829Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
16:14:26 [2022-08-31T16:14:26.018Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
16:14:26 [2022-08-31T16:14:26.018Z]     docker_cli_network_unix_test.go:46: [d00bdfe4e411d] daemon is not started
16:14:27 [2022-08-31T16:14:27.394Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
16:14:29 [2022-08-31T16:14:29.297Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
16:14:29 [2022-08-31T16:14:29.297Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
16:14:29 [2022-08-31T16:14:29.297Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
16:14:29 [2022-08-31T16:14:29.554Z]     docker_cli_network_unix_test.go:46: [dea236cb57066] daemon is not started
16:14:30 [2022-08-31T16:14:30.124Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
16:14:31 [2022-08-31T16:14:31.497Z]     docker_cli_network_unix_test.go:46: [d4dd50e768f16] daemon is not started
16:14:31 [2022-08-31T16:14:31.497Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
16:14:32 [2022-08-31T16:14:32.063Z]     docker_cli_network_unix_test.go:46: [dae5515b29c94] daemon is not started
16:14:32 [2022-08-31T16:14:32.322Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
16:14:32 [2022-08-31T16:14:32.582Z]     docker_cli_network_unix_test.go:46: [db065436ddd45] daemon is not started
16:14:32 [2022-08-31T16:14:32.582Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
16:14:33 [2022-08-31T16:14:33.517Z]     docker_cli_network_unix_test.go:46: [da5c6ebd29974] daemon is not started
16:14:34 [2022-08-31T16:14:34.082Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
16:14:35 [2022-08-31T16:14:35.016Z]     docker_cli_network_unix_test.go:46: [d68458c854562] daemon is not started
16:14:35 [2022-08-31T16:14:35.584Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
16:14:35 [2022-08-31T16:14:35.584Z]     docker_cli_network_unix_test.go:46: [df951ac68caec] daemon is not started
16:14:35 [2022-08-31T16:14:35.584Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
16:14:35 [2022-08-31T16:14:35.851Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
16:14:36 [2022-08-31T16:14:36.108Z]     docker_cli_network_unix_test.go:46: [dc9bee585f7de] daemon is not started
16:14:36 [2022-08-31T16:14:36.108Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
16:14:36 [2022-08-31T16:14:36.674Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
16:14:36 [2022-08-31T16:14:36.674Z]     docker_cli_network_unix_test.go:46: [d559c51f5f0f3] daemon is not started
16:14:37 [2022-08-31T16:14:37.240Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
16:14:37 [2022-08-31T16:14:37.240Z]     docker_cli_network_unix_test.go:46: [d6a447e820cfb] daemon is not started
16:14:37 [2022-08-31T16:14:37.240Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
16:14:37 [2022-08-31T16:14:37.240Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
16:14:37 [2022-08-31T16:14:37.498Z]     docker_cli_network_unix_test.go:46: [df58a22b5f53a] daemon is not started
16:14:37 [2022-08-31T16:14:37.498Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
16:14:37 [2022-08-31T16:14:37.498Z]     docker_cli_network_unix_test.go:46: [d32e8bee4cd4a] daemon is not started
16:14:37 [2022-08-31T16:14:37.498Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
16:14:38 [2022-08-31T16:14:38.432Z]     docker_cli_network_unix_test.go:46: [de5a176c3afd8] daemon is not started
16:14:38 [2022-08-31T16:14:38.432Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
16:14:39 [2022-08-31T16:14:39.366Z]     docker_cli_network_unix_test.go:46: [ddd2446a41b66] daemon is not started
16:14:39 [2022-08-31T16:14:39.934Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
16:14:39 [2022-08-31T16:14:39.934Z]     docker_cli_network_unix_test.go:46: [d01791cb704ed] daemon is not started
16:14:39 [2022-08-31T16:14:39.934Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
16:14:39 [2022-08-31T16:14:39.934Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
16:14:40 [2022-08-31T16:14:40.192Z]     docker_cli_network_unix_test.go:46: [d5e8e00718977] daemon is not started
16:14:40 [2022-08-31T16:14:40.192Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
16:14:40 [2022-08-31T16:14:40.451Z]     docker_cli_network_unix_test.go:46: [df34e42d2a47d] daemon is not started
16:14:40 [2022-08-31T16:14:40.451Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
16:14:41 [2022-08-31T16:14:41.828Z]     docker_cli_network_unix_test.go:968: [d5599c320e149] daemon is not started
16:14:43 [2022-08-31T16:14:43.205Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
16:14:44 [2022-08-31T16:14:44.142Z]     docker_cli_network_unix_test.go:46: [d7ddcf1204150] daemon is not started
16:14:44 [2022-08-31T16:14:44.142Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
16:14:46 [2022-08-31T16:14:46.671Z]     docker_cli_network_unix_test.go:1116: [d9d98d6bf0793] daemon is not started
16:14:49 [2022-08-31T16:14:49.955Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
16:14:49 [2022-08-31T16:14:49.956Z]     docker_cli_network_unix_test.go:46: [dd130a3151f09] daemon is not started
16:14:49 [2022-08-31T16:14:49.956Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
16:14:50 [2022-08-31T16:14:50.521Z]     docker_cli_network_unix_test.go:46: [d1a27cae67430] daemon is not started
16:14:50 [2022-08-31T16:14:50.521Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
16:14:50 [2022-08-31T16:14:50.521Z]     docker_cli_network_unix_test.go:46: [d044e857a2caa] daemon is not started
16:14:50 [2022-08-31T16:14:50.779Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
16:14:50 [2022-08-31T16:14:50.779Z]     docker_cli_network_unix_test.go:46: [d4dd6594af389] daemon is not started
16:14:50 [2022-08-31T16:14:50.779Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
16:14:50 [2022-08-31T16:14:50.779Z]     docker_cli_network_unix_test.go:46: [db4f3eae1113c] daemon is not started
16:14:51 [2022-08-31T16:14:51.037Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
16:14:51 [2022-08-31T16:14:51.037Z]     docker_cli_network_unix_test.go:46: [d0fa0f95d38bf] daemon is not started
16:14:51 [2022-08-31T16:14:51.037Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
16:14:51 [2022-08-31T16:14:51.037Z]     docker_cli_network_unix_test.go:46: [d8ec3ab3717a0] daemon is not started
16:14:51 [2022-08-31T16:14:51.037Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
16:14:52 [2022-08-31T16:14:52.937Z]     docker_cli_network_unix_test.go:46: [d66c6dbbeddf6] daemon is not started
16:14:53 [2022-08-31T16:14:53.502Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
16:14:53 [2022-08-31T16:14:53.502Z]     docker_cli_network_unix_test.go:46: [d2b90c4ed451a] daemon is not started
16:14:53 [2022-08-31T16:14:53.502Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
16:14:53 [2022-08-31T16:14:53.502Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
16:14:53 [2022-08-31T16:14:53.502Z]     docker_cli_network_unix_test.go:46: [d6d6c40a0bcfe] daemon is not started
16:14:53 [2022-08-31T16:14:53.502Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
16:14:54 [2022-08-31T16:14:54.068Z]     docker_cli_network_unix_test.go:46: [d9a7b994cfa2a] daemon is not started
16:14:54 [2022-08-31T16:14:54.325Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
16:14:57 [2022-08-31T16:14:57.634Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
16:14:59 [2022-08-31T16:14:59.009Z]     docker_cli_network_unix_test.go:1084: [dd99d53af7c94] daemon is not started
16:15:00 [2022-08-31T16:15:00.386Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
16:15:00 [2022-08-31T16:15:00.646Z]     docker_cli_network_unix_test.go:46: [d9b45d14f8d48] daemon is not started
16:15:00 [2022-08-31T16:15:00.646Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
16:15:01 [2022-08-31T16:15:01.212Z]     docker_cli_network_unix_test.go:46: [da329d251ff0b] daemon is not started
16:15:01 [2022-08-31T16:15:01.212Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
16:15:02 [2022-08-31T16:15:02.585Z]     docker_cli_network_unix_test.go:46: [d1bd6c169eabc] daemon is not started
16:15:02 [2022-08-31T16:15:02.843Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
16:15:02 [2022-08-31T16:15:02.843Z]     docker_cli_network_unix_test.go:46: [def2e97d067fa] daemon is not started
16:15:02 [2022-08-31T16:15:02.843Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
16:15:03 [2022-08-31T16:15:03.409Z]     docker_cli_network_unix_test.go:46: [d0cb1217c5d88] daemon is not started
16:15:03 [2022-08-31T16:15:03.409Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
16:15:03 [2022-08-31T16:15:03.975Z]     docker_cli_network_unix_test.go:46: [d0b4d12d01ee8] daemon is not started
16:15:03 [2022-08-31T16:15:03.975Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
16:15:04 [2022-08-31T16:15:04.542Z]     docker_cli_network_unix_test.go:46: [d07818001d809] daemon is not started
16:15:04 [2022-08-31T16:15:04.799Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
16:15:11 [2022-08-31T16:15:11.354Z]     docker_cli_network_unix_test.go:46: [d93343923f257] daemon is not started
16:15:11 [2022-08-31T16:15:11.354Z] --- PASS: TestDockerNetworkSuite (61.34s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.68s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.87s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.28s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.02s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.95s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.79s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.28s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.03s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.44s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.63s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.42s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.48s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.32s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.28s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.44s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.93s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.24s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.06s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.19s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.85s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.45s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.31s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.71s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.21s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.33s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.79s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.35s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.32s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.98s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.76s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.47s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.07s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.67s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.45s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.90s)
16:15:11 [2022-08-31T16:15:11.354Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.68s)
16:15:11 [2022-08-31T16:15:11.354Z] === RUN   TestDockerHubPullSuite
16:15:11 [2022-08-31T16:15:11.354Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
16:15:12 [2022-08-31T16:15:12.726Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
16:15:15 [2022-08-31T16:15:15.253Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
16:15:16 [2022-08-31T16:15:16.186Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
16:15:18 [2022-08-31T16:15:18.084Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
16:15:18 [2022-08-31T16:15:18.342Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
16:15:18 [2022-08-31T16:15:18.909Z] --- PASS: TestDockerHubPullSuite (8.25s)
16:15:18 [2022-08-31T16:15:18.909Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.95s)
16:15:18 [2022-08-31T16:15:18.909Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.59s)
16:15:18 [2022-08-31T16:15:18.909Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.96s)
16:15:18 [2022-08-31T16:15:18.909Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.79s)
16:15:18 [2022-08-31T16:15:18.909Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.59s)
16:15:18 [2022-08-31T16:15:18.909Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.36s)
16:15:18 [2022-08-31T16:15:18.909Z] PASS
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === Skipped
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_create_test.go:83: unmatched requirement Devicemapper
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_inspect_test.go:200: unmatched requirement Devicemapper
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_inspect_test.go:182: unmatched requirement Devicemapper
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_test.go:4032: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_test.go:4051: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_test.go:4134: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_test.go:4117: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_test.go:2852: kernel doesn't have latency_stats configured
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_test.go:4107: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_run_test.go:4432: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_sni_test.go:30: Flakey test
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
16:15:18 [2022-08-31T16:15:18.909Z]     docker_cli_network_unix_test.go:46: [d6d6c40a0bcfe] daemon is not started
16:15:18 [2022-08-31T16:15:18.909Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] DONE 1265 tests, 51 skipped in 1452.153s
16:15:18 [2022-08-31T16:15:18.909Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:15:18 [2022-08-31T16:15:18.909Z] ++++ cat bundles/test-integration/docker.pid
16:15:18 [2022-08-31T16:15:18.909Z] +++ kill 9443
16:15:18 [2022-08-31T16:15:18.909Z] +++ /etc/init.d/apparmor stop
16:15:18 [2022-08-31T16:15:18.909Z] Leaving: AppArmorNo profiles have been unloaded.
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] Unloading profiles will leave already running processes permanently
16:15:18 [2022-08-31T16:15:18.909Z] unconfined, which can lead to unexpected situations.
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:18 [2022-08-31T16:15:18.909Z] To set a process to complain mode, use the command line tool
16:15:18 [2022-08-31T16:15:18.909Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:15:18 [2022-08-31T16:15:18.909Z] +++ true
16:15:18 [2022-08-31T16:15:18.909Z] exiting test-integration
16:15:18 [2022-08-31T16:15:18.909Z] ++ exit 0
16:15:18 [2022-08-31T16:15:18.909Z] 
16:15:19 [2022-08-31T16:15:19.167Z] + for job in $(jobs -p)
16:15:19 [2022-08-31T16:15:19.167Z] + wait 9372
16:15:34 [2022-08-31T16:15:34.052Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
16:15:35 [2022-08-31T16:15:35.951Z]     docker_cli_swarm_test.go:1180: [d0077a2c0b4e2] joining swarm manager [d89ad29c30bb6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:15:42 [2022-08-31T16:15:42.503Z]     docker_cli_swarm_test.go:1189: [d3b5e69002ffd] joining swarm manager [d89ad29c30bb6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:16:21 [2022-08-31T16:16:21.193Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
16:16:24 [2022-08-31T16:16:24.473Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
16:16:27 [2022-08-31T16:16:27.752Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
16:16:29 [2022-08-31T16:16:29.668Z]     docker_cli_swarm_test.go:1112: [d863dba102e7a] joining swarm manager [dfb73640b79f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:16:31 [2022-08-31T16:16:31.041Z]     docker_cli_swarm_test.go:1113: [df0c2d8c69d1d] joining swarm manager [dfb73640b79f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:18:07 [2022-08-31T16:18:07.456Z]     docker_cli_swarm_test.go:1166: [dfbac3185c490] joining swarm manager [dfb73640b79f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
16:18:33 [2022-08-31T16:18:33.980Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
16:18:34 [2022-08-31T16:18:34.914Z]     docker_cli_swarm_test.go:1447: [d208b36d1f1ad] joining swarm manager [da2889b73a654]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:18:35 [2022-08-31T16:18:35.847Z]     docker_cli_swarm_test.go:1448: [dddd2f8f01ff0] joining swarm manager [da2889b73a654]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
16:18:48 [2022-08-31T16:18:48.063Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
16:18:48 [2022-08-31T16:18:48.063Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
16:18:48 [2022-08-31T16:18:48.063Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
16:18:48 [2022-08-31T16:18:48.063Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
16:18:48 [2022-08-31T16:18:48.063Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
16:18:48 [2022-08-31T16:18:48.321Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
16:18:50 [2022-08-31T16:18:50.847Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
16:18:54 [2022-08-31T16:18:54.128Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
16:18:56 [2022-08-31T16:18:56.025Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
16:18:57 [2022-08-31T16:18:57.923Z]     docker_cli_swarm_unix_test.go:63: [d01c1a48365a7] joining swarm manager [dc6a8d8c93845]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:19:54 [2022-08-31T16:19:54.125Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
16:19:54 [2022-08-31T16:19:54.125Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
16:19:54 [2022-08-31T16:19:54.125Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
16:19:56 [2022-08-31T16:19:56.024Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
16:19:59 [2022-08-31T16:19:59.314Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
16:20:01 [2022-08-31T16:20:01.841Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
16:20:03 [2022-08-31T16:20:03.213Z]     docker_api_swarm_test.go:962: [d76aa9fb96d3f] joining swarm manager [dad748adc1c4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
16:20:25 [2022-08-31T16:20:25.125Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
16:20:33 [2022-08-31T16:20:33.228Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
16:20:35 [2022-08-31T16:20:35.126Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
16:20:37 [2022-08-31T16:20:37.653Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
16:20:40 [2022-08-31T16:20:40.182Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
16:20:48 [2022-08-31T16:20:48.299Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
16:20:51 [2022-08-31T16:20:51.579Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
16:20:54 [2022-08-31T16:20:54.106Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
16:20:56 [2022-08-31T16:20:56.634Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
16:20:59 [2022-08-31T16:20:59.162Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
16:21:01 [2022-08-31T16:21:01.690Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
16:21:04 [2022-08-31T16:21:04.218Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
16:21:06 [2022-08-31T16:21:06.745Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
16:22:02 [2022-08-31T16:22:02.961Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
16:22:17 [2022-08-31T16:22:17.823Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
16:22:32 [2022-08-31T16:22:32.685Z] --- PASS: TestDockerSwarmSuite (1542.93s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.29s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.05s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.33s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.10s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.96s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.85s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.85s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.96s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.06s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (33.65s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.44s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.16s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.48s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.15s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.81s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.34s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.34s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.52s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.51s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (63.05s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (49.44s)
16:22:32 [2022-08-31T16:22:32.685Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.66s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.52s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.44s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.65s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.91s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.91s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.00s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.48s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.93s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.18s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.41s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.72s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.94s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.86s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.18s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.52s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.43s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.52s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.68s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.28s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.39s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.61s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.66s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (2.98s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (2.96s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.07s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.11s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.54s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.06s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.55s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.25s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.71s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.78s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.26s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.08s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.57s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.09s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.05s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.98s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.98s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.85s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.94s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.04s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.51s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.55s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.39s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.48s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.31s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.75s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.64s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.18s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.36s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.04s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.80s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (81.65s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.70s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.86s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.46s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.59s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.46s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (7.20s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.65s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.38s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.80s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.79s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.63s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.91s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (41.01s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.06s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (3.78s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (125.22s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.26s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.20s)
16:22:32 [2022-08-31T16:22:32.686Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s)
16:22:32 [2022-08-31T16:22:32.686Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s)
16:22:32 [2022-08-31T16:22:32.686Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
16:22:32 [2022-08-31T16:22:32.686Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.15s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.22s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.14s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.26s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.19s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.09s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.26s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.19s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.47s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.35s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.29s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.18s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.22s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.87s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.80s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.43s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.43s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.51s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.48s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.47s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.76s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.21s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.83s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.24s)
16:22:32 [2022-08-31T16:22:32.686Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.15s)
16:22:32 [2022-08-31T16:22:32.686Z] === RUN   TestDockerExternalVolumeSuite
16:22:32 [2022-08-31T16:22:32.686Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
16:22:32 [2022-08-31T16:22:32.944Z]     docker_cli_external_volume_driver_test.go:53: [daea9af6498be] daemon is not started
16:22:51 [2022-08-31T16:22:51.010Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
16:23:58 [2022-08-31T16:23:58.681Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
16:24:05 [2022-08-31T16:24:05.232Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
16:24:20 [2022-08-31T16:24:20.094Z]     docker_cli_external_volume_driver_test.go:53: [df3530df8a47d] daemon is not started
16:24:34 [2022-08-31T16:24:34.955Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
16:24:53 [2022-08-31T16:24:53.041Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
16:25:07 [2022-08-31T16:25:07.903Z]     docker_cli_external_volume_driver_test.go:53: [d01ae95bfef5c] daemon is not started
16:25:22 [2022-08-31T16:25:22.764Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
16:25:22 [2022-08-31T16:25:22.764Z]     docker_cli_external_volume_driver_test.go:53: [d54ba69b41cff] daemon is not started
16:25:37 [2022-08-31T16:25:37.625Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
16:26:09 [2022-08-31T16:26:09.690Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
16:26:24 [2022-08-31T16:26:24.551Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
16:26:39 [2022-08-31T16:26:39.411Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
16:27:26 [2022-08-31T16:27:26.060Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
16:27:44 [2022-08-31T16:27:44.145Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
16:28:16 [2022-08-31T16:28:16.201Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
16:28:48 [2022-08-31T16:28:48.255Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
16:29:03 [2022-08-31T16:29:03.117Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
16:29:21 [2022-08-31T16:29:21.205Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
16:29:21 [2022-08-31T16:29:21.205Z]     docker_cli_external_volume_driver_test.go:485: [ddad58b2f87b5] daemon is not started
16:29:36 [2022-08-31T16:29:36.065Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
16:29:36 [2022-08-31T16:29:36.065Z]     docker_cli_external_volume_driver_test.go:53: [dffaa1584e1d1] daemon is not started
16:29:50 [2022-08-31T16:29:50.926Z] --- PASS: TestDockerExternalVolumeSuite (436.78s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.15s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.17s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.24s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.16s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.56s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s)
16:29:50 [2022-08-31T16:29:50.926Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s)
16:29:50 [2022-08-31T16:29:50.926Z] PASS
16:29:50 [2022-08-31T16:29:50.926Z] 
16:29:50 [2022-08-31T16:29:50.926Z] === Skipped
16:29:50 [2022-08-31T16:29:50.926Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
16:29:50 [2022-08-31T16:29:50.926Z]     docker_cli_daemon_test.go:364: unmatched requirement IPv6
16:29:50 [2022-08-31T16:29:50.926Z]     check_test.go:540: [d7dbeb4e2896a] daemon is not started
16:29:50 [2022-08-31T16:29:50.926Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
16:29:50 [2022-08-31T16:29:50.926Z] 
16:29:50 [2022-08-31T16:29:50.926Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
16:29:50 [2022-08-31T16:29:50.926Z]     docker_cli_daemon_test.go:233: unmatched requirement Devicemapper
16:29:50 [2022-08-31T16:29:50.926Z]     check_test.go:540: [d38c7e279d69c] daemon is not started
16:29:50 [2022-08-31T16:29:50.926Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
16:29:50 [2022-08-31T16:29:50.926Z] 
16:29:50 [2022-08-31T16:29:50.926Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
16:29:50 [2022-08-31T16:29:50.926Z]     docker_cli_daemon_test.go:213: unmatched requirement Devicemapper
16:29:50 [2022-08-31T16:29:50.926Z]     check_test.go:540: [dee7ab3e91c4a] daemon is not started
16:29:50 [2022-08-31T16:29:50.926Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
16:29:50 [2022-08-31T16:29:50.926Z] 
16:29:50 [2022-08-31T16:29:50.926Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
16:29:50 [2022-08-31T16:29:50.926Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
16:29:50 [2022-08-31T16:29:50.926Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
16:29:50 [2022-08-31T16:29:50.926Z] 
16:29:50 [2022-08-31T16:29:50.926Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
16:29:50 [2022-08-31T16:29:50.926Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
16:29:50 [2022-08-31T16:29:50.926Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
16:29:50 [2022-08-31T16:29:50.926Z] 
16:29:50 [2022-08-31T16:29:50.926Z] DONE 269 tests, 5 skipped in 2322.662s
16:29:50 [2022-08-31T16:29:50.926Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
16:29:50 [2022-08-31T16:29:50.926Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dca3bc5e7096d/docker.pid
16:29:50 [2022-08-31T16:29:50.926Z] +++ kill 7191
16:29:50 [2022-08-31T16:29:50.926Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7191 is not a child of this shell
16:29:50 [2022-08-31T16:29:50.926Z] warning: PID 7191 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dca3bc5e7096d/docker.pid had a nonzero exit code
16:29:50 [2022-08-31T16:29:50.926Z] ++++ cat bundles/test-integration/docker.pid
16:29:50 [2022-08-31T16:29:50.926Z] +++ kill 9430
16:29:50 [2022-08-31T16:29:50.926Z] +++ /etc/init.d/apparmor stop
16:29:50 [2022-08-31T16:29:50.926Z] Leaving: AppArmorNo profiles have been unloaded.
16:29:50 [2022-08-31T16:29:50.926Z] 
16:29:50 [2022-08-31T16:29:50.926Z] Unloading profiles will leave already running processes permanently
16:29:50 [2022-08-31T16:29:50.926Z] unconfined, which can lead to unexpected situations.
16:29:50 [2022-08-31T16:29:50.926Z] 
16:29:50 [2022-08-31T16:29:50.926Z] To set a process to complain mode, use the command line tool
16:29:50 [2022-08-31T16:29:50.926Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
16:29:50 [2022-08-31T16:29:50.926Z] +++ true
16:29:50 [2022-08-31T16:29:50.926Z] exiting test-integration
16:29:50 [2022-08-31T16:29:50.926Z] ++ exit 0
16:29:50 [2022-08-31T16:29:50.926Z] 
16:29:50 [2022-08-31T16:29:50.926Z] + exit 0
16:29:50 [2022-08-31T16:29:50.926Z] ++ jobs -p
16:29:50 [2022-08-31T16:29:50.926Z] + pids=
16:29:50 [2022-08-31T16:29:50.926Z] + echo 'Remaining pids to kill: []'
16:29:50 [2022-08-31T16:29:50.926Z] Remaining pids to kill: []
16:29:50 [2022-08-31T16:29:50.926Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
16:29:50 [2022-08-31T16:29:50.940Z] Recording test results
16:29:52 [2022-08-31T16:29:52.837Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
16:29:53 [2022-08-31T16:29:53.154Z] + echo Ensuring container killed.
16:29:53 [2022-08-31T16:29:53.154Z] Ensuring container killed.
16:29:53 [2022-08-31T16:29:53.154Z] + docker ps -aq -f name=docker-pr1-*
16:29:53 [2022-08-31T16:29:53.154Z] + cids=c4866ff8426c
16:29:53 [2022-08-31T16:29:53.154Z] 4216f806ad6e
16:29:53 [2022-08-31T16:29:53.154Z] cb2548ad93d7
16:29:53 [2022-08-31T16:29:53.154Z] + [ -n c4866ff8426c
16:29:53 [2022-08-31T16:29:53.154Z] 4216f806ad6e
16:29:53 [2022-08-31T16:29:53.154Z] cb2548ad93d7 ]
16:29:53 [2022-08-31T16:29:53.154Z] + docker rm -vf c4866ff8426c 4216f806ad6e cb2548ad93d7
16:29:53 [2022-08-31T16:29:53.722Z] c4866ff8426c
16:29:53 [2022-08-31T16:29:53.980Z] 4216f806ad6e
16:29:53 [2022-08-31T16:29:53.980Z] cb2548ad93d7
[Pipeline] sh
16:29:54 [2022-08-31T16:29:54.264Z] + echo Chowning /workspace to jenkins user
16:29:54 [2022-08-31T16:29:54.264Z] Chowning /workspace to jenkins user
16:29:54 [2022-08-31T16:29:54.264Z] + id -u
16:29:54 [2022-08-31T16:29:54.264Z] + id -g
16:29:54 [2022-08-31T16:29:54.264Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44068:/workspace busybox chown -R 1000:1000 /workspace
16:29:54 [2022-08-31T16:29:54.264Z] Unable to find image 'busybox:latest' locally
16:29:54 [2022-08-31T16:29:54.522Z] latest: Pulling from library/busybox
16:29:54 [2022-08-31T16:29:54.522Z] 50783e0dfb64: Pulling fs layer
16:29:54 [2022-08-31T16:29:54.522Z] 50783e0dfb64: Download complete
16:29:54 [2022-08-31T16:29:54.780Z] 50783e0dfb64: Pull complete
16:29:54 [2022-08-31T16:29:54.780Z] Digest: sha256:ef320ff10026a50cf5f0213d35537ce0041ac1d96e9b7800bafd8bc9eff6c693
16:29:54 [2022-08-31T16:29:54.780Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
16:29:57 [2022-08-31T16:29:57.609Z] + bundleName=amd64
16:29:57 [2022-08-31T16:29:57.609Z] + echo Creating amd64-bundles.tar.gz
16:29:57 [2022-08-31T16:29:57.609Z] Creating amd64-bundles.tar.gz
16:29:57 [2022-08-31T16:29:57.609Z] + xargs tar -czf amd64-bundles.tar.gz
16:29:57 [2022-08-31T16:29:57.609Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
16:29:58 [2022-08-31T16:29:58.993Z] Archiving artifacts
16:30:00 [2022-08-31T16:30:00.817Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44068/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
16:30:01 [2022-08-31T16:30:01.117Z] + make clean
16:30:01 [2022-08-31T16:30:01.375Z] docker volume rm -f docker-dev-cache docker-mod-cache
16:30:01 [2022-08-31T16:30:01.375Z] docker-dev-cache
16:30:01 [2022-08-31T16:30:01.375Z] 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
Finished: SUCCESS