Skip to content
Success

Console Output

Pull request #43838 updated
16:48:23 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1+7624f8aeb1836cd75a0912d9614930e8a59eaf4e (afc5ae815148b71d8d943971243e7e43a2aedb7e)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-43838@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
16:48:26 [2022-07-20T16:48:26.512Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
16:48:26 [2022-07-20T16:48:26.515Z] Trying to pass milestone 3
[Pipeline] milestone
16:48:26 [2022-07-20T16:48:26.619Z] Trying to pass milestone 4
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
16:48:41 [2022-07-20T16:48:41.801Z] Still waiting to schedule task
16:48:41 [2022-07-20T16:48:41.803Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay216:49:29 [2022-07-20T16:49:29.506Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0aa5aa8e87f50cf53) in /home/ubuntu/workspace/moby_PR-43838
[Pipeline] {
[Pipeline] checkout
16:49:29 [2022-07-20T16:49:29.961Z] The recommended git tool is: git
16:49:32 [2022-07-20T16:49:32.171Z] using credential docker-jenkins-github-credentials
16:49:32 [2022-07-20T16:49:32.191Z] Cloning the remote Git repository
16:49:32 [2022-07-20T16:49:32.191Z] Cloning with configured refspecs honoured and without tags
16:49:32 [2022-07-20T16:49:32.047Z] Cloning repository https://github.com/moby/moby.git
16:49:32 [2022-07-20T16:49:32.107Z]  > git init /home/ubuntu/workspace/moby_PR-43838 # timeout=10
16:49:32 [2022-07-20T16:49:32.374Z] Fetching upstream changes from https://github.com/moby/moby.git
16:49:32 [2022-07-20T16:49:32.374Z]  > git --version # timeout=10
16:49:32 [2022-07-20T16:49:32.395Z]  > git --version # 'git version 2.17.1'
16:49:32 [2022-07-20T16:49:32.396Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:49:32 [2022-07-20T16:49:32.397Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43838/head:refs/remotes/origin/PR-43838 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:49:56 [2022-07-20T16:49:56.201Z] Fetching without tags
16:49:56 [2022-07-20T16:49:56.466Z] Merging remotes/origin/master commit 7624f8aeb1836cd75a0912d9614930e8a59eaf4e into PR head commit 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:49:57 [2022-07-20T16:49:57.450Z] Merge succeeded, producing 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:49:57 [2022-07-20T16:49:57.450Z] Checking out Revision 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 (PR-43838)
16:49:56 [2022-07-20T16:49:56.077Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:49:56 [2022-07-20T16:49:56.100Z]  > git config --add remote.origin.fetch +refs/pull/43838/head:refs/remotes/origin/PR-43838 # timeout=10
16:49:56 [2022-07-20T16:49:56.128Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:49:56 [2022-07-20T16:49:56.160Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:49:56 [2022-07-20T16:49:56.189Z] Fetching upstream changes from https://github.com/moby/moby.git
16:49:56 [2022-07-20T16:49:56.189Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:49:56 [2022-07-20T16:49:56.190Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43838/head:refs/remotes/origin/PR-43838 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:49:56 [2022-07-20T16:49:56.458Z]  > git config core.sparsecheckout # timeout=10
16:49:56 [2022-07-20T16:49:56.483Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
16:49:57 [2022-07-20T16:49:57.328Z]  > git remote # timeout=10
16:49:57 [2022-07-20T16:49:57.360Z]  > git config --get remote.origin.url # timeout=10
16:49:57 [2022-07-20T16:49:57.389Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:49:57 [2022-07-20T16:49:57.390Z]  > git merge 7624f8aeb1836cd75a0912d9614930e8a59eaf4e # timeout=10
16:49:57 [2022-07-20T16:49:57.417Z]  > git rev-parse HEAD^{commit} # timeout=10
16:49:57 [2022-07-20T16:49:57.439Z]  > git config core.sparsecheckout # timeout=10
16:49:57 [2022-07-20T16:49:57.460Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
16:50:01 [2022-07-20T16:50:01.906Z] Commit message: "logger/journald: remove journald_compat (for systemd < 209)"
16:50:01 [2022-07-20T16:50:01.953Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:50:01 [2022-07-20T16:50:01.906Z]  > git rev-list --no-walk f47c79ea3c1ee9989067234be8f1704a06b6a200 # timeout=10
16:50:03 [2022-07-20T16:50:03.296Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43838:/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
16:50:07 [2022-07-20T16:50:07.504Z] Unable to find image 'alpine:latest' locally
16:50:07 [2022-07-20T16:50:07.504Z] latest: Pulling from library/alpine
16:50:07 [2022-07-20T16:50:07.504Z] 530afca65e2e: Pulling fs layer
16:50:07 [2022-07-20T16:50:07.504Z] 530afca65e2e: Verifying Checksum
16:50:07 [2022-07-20T16:50:07.504Z] 530afca65e2e: Download complete
16:50:07 [2022-07-20T16:50:07.765Z] 530afca65e2e: Pull complete
16:50:07 [2022-07-20T16:50:07.765Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
16:50:07 [2022-07-20T16:50:07.765Z] Status: Downloaded newer image for alpine:latest
16:50:14 [2022-07-20T16:50:14.362Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: rootless)
[Pipeline] { (Branch: cgroup2)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (cgroup2)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
[Pipeline] node
[Pipeline] node
16:50:14 [2022-07-20T16:50:14.861Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0aa5aa8e87f50cf53) in /home/ubuntu/workspace/moby_PR-43838
[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] }
[Pipeline] {
[Pipeline] checkout
16:50:14 [2022-07-20T16:50:14.910Z] The recommended git tool is: git
[Pipeline] // stage
16:50:14 [2022-07-20T16:50:14.924Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
16:50:14 [2022-07-20T16:50:14.965Z] Fetching changes from the remote Git repository
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
16:50:14 [2022-07-20T16:50:14.996Z] Fetching 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] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
16:50:15 [2022-07-20T16:50:15.291Z] Merging remotes/origin/master commit 7624f8aeb1836cd75a0912d9614930e8a59eaf4e into PR head commit 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:50:15 [2022-07-20T16:50:15.457Z] Merge succeeded, producing 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:50:15 [2022-07-20T16:50:15.458Z] Checking out Revision 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 (PR-43838)
16:50:15 [2022-07-20T16:50:15.617Z] Commit message: "logger/journald: remove journald_compat (for systemd < 209)"
16:50:14 [2022-07-20T16:50:14.929Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43838/.git # timeout=10
16:50:14 [2022-07-20T16:50:14.965Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:50:14 [2022-07-20T16:50:14.995Z] Fetching upstream changes from https://github.com/moby/moby.git
16:50:14 [2022-07-20T16:50:14.995Z]  > git --version # timeout=10
16:50:15 [2022-07-20T16:50:15.018Z]  > git --version # 'git version 2.17.1'
16:50:15 [2022-07-20T16:50:15.018Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:50:15 [2022-07-20T16:50:15.019Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43838/head:refs/remotes/origin/PR-43838 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:50:15 [2022-07-20T16:50:15.290Z]  > git config core.sparsecheckout # timeout=10
16:50:15 [2022-07-20T16:50:15.312Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
16:50:15 [2022-07-20T16:50:15.388Z]  > git remote # timeout=10
16:50:15 [2022-07-20T16:50:15.398Z]  > git config --get remote.origin.url # timeout=10
16:50:15 [2022-07-20T16:50:15.408Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:50:15 [2022-07-20T16:50:15.409Z]  > git merge 7624f8aeb1836cd75a0912d9614930e8a59eaf4e # timeout=10
16:50:15 [2022-07-20T16:50:15.424Z]  > git rev-parse HEAD^{commit} # timeout=10
16:50:15 [2022-07-20T16:50:15.456Z]  > git config core.sparsecheckout # timeout=10
16:50:15 [2022-07-20T16:50:15.475Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:50:16 [2022-07-20T16:50:16.261Z] + [ PR != PR ]
16:50:16 [2022-07-20T16:50:16.261Z] + [ master != master ]
16:50:16 [2022-07-20T16:50:16.261Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:50:16 [2022-07-20T16:50:16.581Z] + docker version
16:50:16 [2022-07-20T16:50:16.581Z] Client: Docker Engine - Community
16:50:16 [2022-07-20T16:50:16.581Z]  Version:           20.10.14
16:50:16 [2022-07-20T16:50:16.581Z]  API version:       1.41
16:50:16 [2022-07-20T16:50:16.581Z]  Go version:        go1.16.15
16:50:16 [2022-07-20T16:50:16.581Z]  Git commit:        a224086
16:50:16 [2022-07-20T16:50:16.581Z]  Built:             Thu Mar 24 01:47:57 2022
16:50:16 [2022-07-20T16:50:16.581Z]  OS/Arch:           linux/amd64
16:50:16 [2022-07-20T16:50:16.581Z]  Context:           default
16:50:16 [2022-07-20T16:50:16.581Z]  Experimental:      true
16:50:16 [2022-07-20T16:50:16.581Z] 
16:50:16 [2022-07-20T16:50:16.581Z] Server: Docker Engine - Community
16:50:16 [2022-07-20T16:50:16.581Z]  Engine:
16:50:16 [2022-07-20T16:50:16.581Z]   Version:          20.10.14
16:50:16 [2022-07-20T16:50:16.581Z]   API version:      1.41 (minimum version 1.12)
16:50:16 [2022-07-20T16:50:16.581Z]   Go version:       go1.16.15
16:50:16 [2022-07-20T16:50:16.581Z]   Git commit:       87a90dc
16:50:16 [2022-07-20T16:50:16.581Z]   Built:            Thu Mar 24 01:45:46 2022
16:50:16 [2022-07-20T16:50:16.581Z]   OS/Arch:          linux/amd64
16:50:16 [2022-07-20T16:50:16.581Z]   Experimental:     true
16:50:16 [2022-07-20T16:50:16.581Z]  containerd:
16:50:16 [2022-07-20T16:50:16.581Z]   Version:          1.5.11
16:50:16 [2022-07-20T16:50:16.581Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
16:50:16 [2022-07-20T16:50:16.581Z]  runc:
16:50:16 [2022-07-20T16:50:16.581Z]   Version:          1.0.3
16:50:16 [2022-07-20T16:50:16.581Z]   GitCommit:        v1.0.3-0-gf46b6ba
16:50:16 [2022-07-20T16:50:16.581Z]  docker-init:
16:50:16 [2022-07-20T16:50:16.581Z]   Version:          0.19.0
16:50:16 [2022-07-20T16:50:16.581Z]   GitCommit:        de40ad0
[Pipeline] sh
16:50:16 [2022-07-20T16:50:16.878Z] + docker info
16:50:29 [2022-07-20T16:50:29.860Z] Still waiting to schedule task
16:50:29 [2022-07-20T16:50:29.861Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay216:50:29 [2022-07-20T16:50:29.862Z] Still waiting to schedule task
16:50:29 [2022-07-20T16:50:29.862Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay216:50:29 [2022-07-20T16:50:29.862Z] Still waiting to schedule task
16:50:29 [2022-07-20T16:50:29.863Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0385dbf66427f26b3)16:50:29 [2022-07-20T16:50:29.866Z] Still waiting to schedule task
16:50:29 [2022-07-20T16:50:29.866Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0dcac910e74102744)16:50:34 [2022-07-20T16:50:34.988Z] Client:
16:50:34 [2022-07-20T16:50:34.988Z]  Context:    default
16:50:34 [2022-07-20T16:50:34.988Z]  Debug Mode: false
16:50:34 [2022-07-20T16:50:34.988Z]  Plugins:
16:50:34 [2022-07-20T16:50:34.988Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
16:50:34 [2022-07-20T16:50:34.988Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
16:50:34 [2022-07-20T16:50:34.988Z]   compose: Docker Compose (Docker Inc., v2.4.1)
16:50:34 [2022-07-20T16:50:34.988Z]   scan: Docker Scan (Docker Inc., v0.17.0)
16:50:34 [2022-07-20T16:50:34.988Z] 
16:50:34 [2022-07-20T16:50:34.988Z] Server:
16:50:34 [2022-07-20T16:50:34.988Z]  Containers: 0
16:50:34 [2022-07-20T16:50:34.988Z]   Running: 0
16:50:34 [2022-07-20T16:50:34.988Z]   Paused: 0
16:50:34 [2022-07-20T16:50:34.988Z]   Stopped: 0
16:50:34 [2022-07-20T16:50:34.988Z]  Images: 1
16:50:34 [2022-07-20T16:50:34.988Z]  Server Version: 20.10.14
16:50:34 [2022-07-20T16:50:34.988Z]  Storage Driver: overlay2
16:50:34 [2022-07-20T16:50:34.988Z]   Backing Filesystem: extfs
16:50:34 [2022-07-20T16:50:34.988Z]   Supports d_type: true
16:50:34 [2022-07-20T16:50:34.988Z]   Native Overlay Diff: true
16:50:34 [2022-07-20T16:50:34.988Z]   userxattr: false
16:50:34 [2022-07-20T16:50:34.988Z]  Logging Driver: json-file
16:50:34 [2022-07-20T16:50:34.988Z]  Cgroup Driver: cgroupfs
16:50:34 [2022-07-20T16:50:34.988Z]  Cgroup Version: 1
16:50:34 [2022-07-20T16:50:34.988Z]  Plugins:
16:50:34 [2022-07-20T16:50:34.988Z]   Volume: local
16:50:34 [2022-07-20T16:50:34.988Z]   Network: bridge host ipvlan macvlan null overlay
16:50:34 [2022-07-20T16:50:34.988Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:50:34 [2022-07-20T16:50:34.988Z]  Swarm: inactive
16:50:34 [2022-07-20T16:50:34.988Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:50:34 [2022-07-20T16:50:34.988Z]  Default Runtime: runc
16:50:34 [2022-07-20T16:50:34.988Z]  Init Binary: docker-init
16:50:34 [2022-07-20T16:50:34.988Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
16:50:34 [2022-07-20T16:50:34.988Z]  runc version: v1.0.3-0-gf46b6ba
16:50:34 [2022-07-20T16:50:34.988Z]  init version: de40ad0
16:50:34 [2022-07-20T16:50:34.988Z]  Security Options:
16:50:34 [2022-07-20T16:50:34.988Z]   apparmor
16:50:34 [2022-07-20T16:50:34.988Z]   seccomp
16:50:34 [2022-07-20T16:50:34.989Z]    Profile: default
16:50:34 [2022-07-20T16:50:34.989Z]  Kernel Version: 5.4.0-1071-aws
16:50:34 [2022-07-20T16:50:34.989Z]  Operating System: Ubuntu 18.04.6 LTS
16:50:34 [2022-07-20T16:50:34.989Z]  OSType: linux
16:50:34 [2022-07-20T16:50:34.989Z]  Architecture: x86_64
16:50:34 [2022-07-20T16:50:34.989Z]  CPUs: 2
16:50:34 [2022-07-20T16:50:34.989Z]  Total Memory: 7.565GiB
16:50:34 [2022-07-20T16:50:34.989Z]  Name: ip-10-100-104-200
16:50:34 [2022-07-20T16:50:34.989Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
16:50:34 [2022-07-20T16:50:34.989Z]  Docker Root Dir: /var/lib/docker
16:50:34 [2022-07-20T16:50:34.989Z]  Debug Mode: false
16:50:34 [2022-07-20T16:50:34.989Z]  Registry: https://index.docker.io/v1/
16:50:34 [2022-07-20T16:50:34.989Z]  Labels:
16:50:34 [2022-07-20T16:50:34.989Z]  Experimental: true
16:50:34 [2022-07-20T16:50:34.989Z]  Insecure Registries:
16:50:34 [2022-07-20T16:50:34.989Z]   127.0.0.0/8
16:50:34 [2022-07-20T16:50:34.989Z]  Live Restore Enabled: true
16:50:34 [2022-07-20T16:50:34.989Z] 
16:50:34 [2022-07-20T16:50:34.989Z] WARNING: No swap limit support
[Pipeline] sh
16:50:35 [2022-07-20T16:50:35.297Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:50:35 [2022-07-20T16:50:35.297Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:50:35 [2022-07-20T16:50:35.297Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43838/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
16:50:35 [2022-07-20T16:50:35.297Z] + bash /home/ubuntu/workspace/moby_PR-43838/check-config.sh
16:50:35 [2022-07-20T16:50:35.297Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:50:35 [2022-07-20T16:50:35.297Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
16:50:35 [2022-07-20T16:50:35.297Z] 
16:50:35 [2022-07-20T16:50:35.297Z] Generally Necessary:
16:50:35 [2022-07-20T16:50:35.297Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:50:35 [2022-07-20T16:50:35.297Z] - apparmor: enabled and tools installed
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_NAMESPACES: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_NET_NS: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_PID_NS: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_IPC_NS: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_UTS_NS: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_CGROUPS: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_CGROUP_CPUACCT: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_CGROUP_DEVICE: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_CGROUP_FREEZER: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_CGROUP_SCHED: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_CPUSETS: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_MEMCG: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_KEYS: enabled
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_VETH: enabled (as module)
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_BRIDGE: enabled (as module)
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:50:35 [2022-07-20T16:50:35.297Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_NF_NAT: enabled (as module)
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_POSIX_MQUEUE: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_CGROUP_BPF: enabled
16:50:35 [2022-07-20T16:50:35.557Z] 
16:50:35 [2022-07-20T16:50:35.557Z] Optional Features:
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_USER_NS: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_SECCOMP: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_SECCOMP_FILTER: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_CGROUP_PIDS: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_MEMCG_SWAP: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:50:35 [2022-07-20T16:50:35.557Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_BLK_CGROUP: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_CGROUP_PERF: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_CGROUP_HUGETLB: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_CFS_BANDWIDTH: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_RT_GROUP_SCHED: missing
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_IP_VS: enabled (as module)
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_IP_VS_NFCT: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_IP_VS_RR: enabled (as module)
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_SECURITY_SELINUX: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_SECURITY_APPARMOR: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_EXT4_FS: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:50:35 [2022-07-20T16:50:35.557Z] - Network Drivers:
16:50:35 [2022-07-20T16:50:35.557Z]   - "overlay":
16:50:35 [2022-07-20T16:50:35.557Z]     - CONFIG_VXLAN: enabled (as module)
16:50:35 [2022-07-20T16:50:35.557Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:50:35 [2022-07-20T16:50:35.557Z]       Optional (for encrypted networks):
16:50:35 [2022-07-20T16:50:35.817Z]       - CONFIG_CRYPTO: enabled
16:50:35 [2022-07-20T16:50:35.817Z]       - CONFIG_CRYPTO_AEAD: enabled
16:50:35 [2022-07-20T16:50:35.817Z]       - CONFIG_CRYPTO_GCM: enabled
16:50:35 [2022-07-20T16:50:35.817Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:50:35 [2022-07-20T16:50:35.817Z]       - CONFIG_CRYPTO_GHASH: enabled
16:50:35 [2022-07-20T16:50:35.817Z]       - CONFIG_XFRM: enabled
16:50:35 [2022-07-20T16:50:35.817Z]       - CONFIG_XFRM_USER: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]       - CONFIG_INET_ESP: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]   - "ipvlan":
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_IPVLAN: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]   - "macvlan":
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_MACVLAN: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_DUMMY: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]   - "ftp,tftp client in container":
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z] - Storage Drivers:
16:50:35 [2022-07-20T16:50:35.817Z]   - "aufs":
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_AUFS_FS: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]   - "btrfs":
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:50:35 [2022-07-20T16:50:35.817Z]   - "devicemapper":
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_BLK_DEV_DM: enabled
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]   - "overlay":
16:50:35 [2022-07-20T16:50:35.817Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:50:35 [2022-07-20T16:50:35.817Z]   - "zfs":
16:50:35 [2022-07-20T16:50:35.817Z]     - /dev/zfs: present
16:50:35 [2022-07-20T16:50:35.817Z]     - zfs command: missing
16:50:35 [2022-07-20T16:50:35.817Z]     - zpool command: missing
16:50:35 [2022-07-20T16:50:35.817Z] 
16:50:35 [2022-07-20T16:50:35.817Z] Limits:
16:50:35 [2022-07-20T16:50:35.817Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:50:35 [2022-07-20T16:50:35.817Z] 
16:50:35 [2022-07-20T16:50:35.817Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:50:36 [2022-07-20T16:50:36.146Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 .
16:50:36 [2022-07-20T16:50:36.411Z] #1 [internal] load build definition from Dockerfile
16:50:36 [2022-07-20T16:50:36.411Z] #1 sha256:e7400c24f05fe04b9514bc8d31769fae54324cdb50178fd0be492d4264422fa0
16:50:36 [2022-07-20T16:50:36.411Z] #1 transferring dockerfile: 19.25kB done
16:50:36 [2022-07-20T16:50:36.411Z] #1 DONE 0.1s
16:50:36 [2022-07-20T16:50:36.411Z] 
16:50:36 [2022-07-20T16:50:36.411Z] #2 [internal] load .dockerignore
16:50:36 [2022-07-20T16:50:36.411Z] #2 sha256:0e55d6f44dde5c22c1b9e96fdd95d5b0bf540a6c68f895ae68d553f277f4869b
16:50:36 [2022-07-20T16:50:36.411Z] #2 transferring context: 145B done
16:50:36 [2022-07-20T16:50:36.411Z] #2 DONE 0.0s
16:50:36 [2022-07-20T16:50:36.411Z] 
16:50:36 [2022-07-20T16:50:36.411Z] #3 resolve image config for docker.io/docker/dockerfile:1
16:50:36 [2022-07-20T16:50:36.411Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
16:50:36 [2022-07-20T16:50:36.670Z] #3 DONE 0.3s
16:50:36 [2022-07-20T16:50:36.670Z] 
16:50:36 [2022-07-20T16:50:36.670Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
16:50:36 [2022-07-20T16:50:36.670Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
16:50:36 [2022-07-20T16:50:36.670Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
16:50:36 [2022-07-20T16:50:36.928Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
16:50:36 [2022-07-20T16:50:36.928Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 5.24MB / 9.94MB 0.1s
16:50:36 [2022-07-20T16:50:36.928Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
16:50:36 [2022-07-20T16:50:36.928Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
16:50:36 [2022-07-20T16:50:36.928Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.3s done
16:50:36 [2022-07-20T16:50:36.928Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940
16:50:37 [2022-07-20T16:50:37.495Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.4s done
16:50:37 [2022-07-20T16:50:37.495Z] #4 DONE 0.8s
16:50:37 [2022-07-20T16:50:37.754Z] 
16:50:37 [2022-07-20T16:50:37.754Z] #6 [internal] load build definition from Dockerfile
16:50:37 [2022-07-20T16:50:37.754Z] #6 sha256:cc1e681c1e604d77f5eb412eaaac232e14792b9566ccc3ff8df7b6dbbf6905ef
16:50:37 [2022-07-20T16:50:37.754Z] #6 DONE 0.0s
16:50:37 [2022-07-20T16:50:37.754Z] 
16:50:37 [2022-07-20T16:50:37.754Z] #5 [internal] load .dockerignore
16:50:37 [2022-07-20T16:50:37.754Z] #5 sha256:75c1031fdd07c40a0b6d87b3bdbc14e9af3f31b150885c0c7aef0aa2445d3e2d
16:50:37 [2022-07-20T16:50:37.754Z] #5 DONE 0.0s
16:50:37 [2022-07-20T16:50:37.754Z] 
16:50:37 [2022-07-20T16:50:37.754Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
16:50:37 [2022-07-20T16:50:37.754Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
16:50:38 [2022-07-20T16:50:38.691Z] #8 ...
16:50:38 [2022-07-20T16:50:38.691Z] 
16:50:38 [2022-07-20T16:50:38.691Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:50:38 [2022-07-20T16:50:38.691Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:50:38 [2022-07-20T16:50:38.691Z] #9 DONE 0.8s
16:50:38 [2022-07-20T16:50:38.691Z] 
16:50:38 [2022-07-20T16:50:38.691Z] #10 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye
16:50:38 [2022-07-20T16:50:38.691Z] #10 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f
16:50:38 [2022-07-20T16:50:38.691Z] #10 DONE 0.9s
16:50:38 [2022-07-20T16:50:38.691Z] 
16:50:38 [2022-07-20T16:50:38.691Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
16:50:38 [2022-07-20T16:50:38.691Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
16:50:38 [2022-07-20T16:50:38.691Z] #8 DONE 0.9s
16:50:38 [2022-07-20T16:50:38.691Z] 
16:50:38 [2022-07-20T16:50:38.691Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:50:38 [2022-07-20T16:50:38.691Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:50:38 [2022-07-20T16:50:38.691Z] #7 DONE 0.9s
16:50:38 [2022-07-20T16:50:38.951Z] 
16:50:38 [2022-07-20T16:50:38.951Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:50:38 [2022-07-20T16:50:38.951Z] #35 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:50:38 [2022-07-20T16:50:38.951Z] #35 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.1s done
16:50:39 [2022-07-20T16:50:39.212Z] #35 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done
16:50:39 [2022-07-20T16:50:39.212Z] #35 sha256:c11d2593cb741ae8a36d0de9cd240d13518e95f50bccfa8d00a668c006db181e 529B / 529B done
16:50:39 [2022-07-20T16:50:39.212Z] #35 sha256:123c2f3835fd73f108008a94bf92ebbce0853c48cbb713e8fa2a70a995282c8b 1.46kB / 1.46kB done
16:50:39 [2022-07-20T16:50:39.212Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 2.10MB / 55.00MB 0.1s
16:50:39 [2022-07-20T16:50:39.471Z] #35 ...
16:50:39 [2022-07-20T16:50:39.471Z] 
16:50:39 [2022-07-20T16:50:39.471Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
16:50:39 [2022-07-20T16:50:39.471Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
16:50:39 [2022-07-20T16:50:39.471Z] #56 DONE 0.0s
16:50:39 [2022-07-20T16:50:39.471Z] 
16:50:39 [2022-07-20T16:50:39.471Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:50:39 [2022-07-20T16:50:39.471Z] #35 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:50:39 [2022-07-20T16:50:39.471Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 12.58MB / 55.00MB 0.4s
16:50:39 [2022-07-20T16:50:39.730Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 18.59MB / 55.00MB 0.5s
16:50:39 [2022-07-20T16:50:39.991Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 31.46MB / 55.00MB 0.8s
16:50:39 [2022-07-20T16:50:39.991Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 34.60MB / 55.00MB 0.9s
16:50:40 [2022-07-20T16:50:40.250Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 37.75MB / 55.00MB 1.2s
16:50:40 [2022-07-20T16:50:40.510Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 41.94MB / 55.00MB 1.4s
16:50:40 [2022-07-20T16:50:40.768Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 47.87MB / 55.00MB 1.7s
16:50:41 [2022-07-20T16:50:41.030Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 51.31MB / 55.00MB 1.9s
16:50:41 [2022-07-20T16:50:41.288Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.1s
16:50:41 [2022-07-20T16:50:41.867Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.7s done
16:50:42 [2022-07-20T16:50:42.442Z] #35 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a
16:50:45 [2022-07-20T16:50:45.738Z] #35 ...
16:50:45 [2022-07-20T16:50:45.738Z] 
16:50:45 [2022-07-20T16:50:45.738Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:50:45 [2022-07-20T16:50:45.738Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18 0.2s done
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 1.80kB / 1.80kB done
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.6s done
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18 1.86kB / 1.86kB done
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:e3c0472b1b62b0899bebd7aee842ba7a7f4d6c3cdf006115adcd247b69c4bfe1 7.10kB / 7.10kB done
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 1.4s done
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 2.0s done
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 4.4s done
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 6.0s
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 78.05MB / 141.81MB 6.0s
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 157B / 157B 4.7s done
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 85.98MB / 141.81MB 6.2s
16:50:45 [2022-07-20T16:50:45.738Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 6.4s done
16:50:45 [2022-07-20T16:50:45.738Z] #11 ...
16:50:45 [2022-07-20T16:50:45.738Z] 
16:50:45 [2022-07-20T16:50:45.738Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:50:45 [2022-07-20T16:50:45.738Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:50:45 [2022-07-20T16:50:45.738Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
16:50:45 [2022-07-20T16:50:45.738Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:50:45 [2022-07-20T16:50:45.738Z] #78 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
16:50:45 [2022-07-20T16:50:45.738Z] #78 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
16:50:45 [2022-07-20T16:50:45.738Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done
16:50:45 [2022-07-20T16:50:45.738Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.0s done
16:50:45 [2022-07-20T16:50:45.739Z] #78 DONE 6.7s
16:50:45 [2022-07-20T16:50:45.739Z] 
16:50:45 [2022-07-20T16:50:45.739Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:50:45 [2022-07-20T16:50:45.739Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:50:45 [2022-07-20T16:50:45.739Z] #11 ...
16:50:45 [2022-07-20T16:50:45.739Z] 
16:50:45 [2022-07-20T16:50:45.739Z] #31 [internal] load build context
16:50:45 [2022-07-20T16:50:45.739Z] #31 sha256:90054e215be71b991b486fb2eb7650d2ab2cf234b6f7c992f37814831335eba9
16:50:45 [2022-07-20T16:50:45.739Z] #31 transferring context: 43.24MB 6.7s
16:50:45 [2022-07-20T16:50:45.997Z] #31 ...
16:50:45 [2022-07-20T16:50:45.997Z] 
16:50:45 [2022-07-20T16:50:45.997Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:50:45 [2022-07-20T16:50:45.997Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:50:45 [2022-07-20T16:50:45.997Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 95.42MB / 141.81MB 6.8s
16:50:46 [2022-07-20T16:50:46.256Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 104.65MB / 141.81MB 7.2s
16:50:46 [2022-07-20T16:50:46.823Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 117.56MB / 141.81MB 7.5s
16:50:46 [2022-07-20T16:50:46.823Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 125.83MB / 141.81MB 7.7s
16:50:47 [2022-07-20T16:50:47.123Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 134.18MB / 141.81MB 7.8s
16:50:47 [2022-07-20T16:50:47.384Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 8.2s
16:50:48 [2022-07-20T16:50:48.324Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 5.8s
16:50:48 [2022-07-20T16:50:48.901Z] #11 ...
16:50:48 [2022-07-20T16:50:48.901Z] 
16:50:48 [2022-07-20T16:50:48.901Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:50:48 [2022-07-20T16:50:48.901Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:50:48 [2022-07-20T16:50:48.901Z] #80 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
16:50:48 [2022-07-20T16:50:48.901Z] #80 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:50:48 [2022-07-20T16:50:48.901Z] #80 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:50:48 [2022-07-20T16:50:48.901Z] #80 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:50:48 [2022-07-20T16:50:48.901Z] #80 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done
16:50:48 [2022-07-20T16:50:48.901Z] #80 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 6.8s done
16:50:49 [2022-07-20T16:50:49.160Z] #80 ...
16:50:49 [2022-07-20T16:50:49.160Z] 
16:50:49 [2022-07-20T16:50:49.160Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:50:49 [2022-07-20T16:50:49.160Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:50:49 [2022-07-20T16:50:49.418Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 10.0s done
16:50:49 [2022-07-20T16:50:49.418Z] #11 ...
16:50:49 [2022-07-20T16:50:49.418Z] 
16:50:49 [2022-07-20T16:50:49.418Z] #31 [internal] load build context
16:50:49 [2022-07-20T16:50:49.418Z] #31 sha256:90054e215be71b991b486fb2eb7650d2ab2cf234b6f7c992f37814831335eba9
16:50:49 [2022-07-20T16:50:49.418Z] #31 transferring context: 62.07MB 8.9s done
16:50:49 [2022-07-20T16:50:49.418Z] #31 DONE 10.5s
16:50:49 [2022-07-20T16:50:49.418Z] 
16:50:49 [2022-07-20T16:50:49.418Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:50:49 [2022-07-20T16:50:49.418Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:50:49 [2022-07-20T16:50:49.418Z] #80 DONE 10.4s
16:50:49 [2022-07-20T16:50:49.418Z] 
16:50:49 [2022-07-20T16:50:49.418Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:50:49 [2022-07-20T16:50:49.418Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:50:50 [2022-07-20T16:50:50.353Z] #79 DONE 0.6s
16:50:50 [2022-07-20T16:50:50.353Z] 
16:50:50 [2022-07-20T16:50:50.353Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:50:50 [2022-07-20T16:50:50.353Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:50:50 [2022-07-20T16:50:50.920Z] #81 DONE 0.8s
16:50:50 [2022-07-20T16:50:50.920Z] 
16:50:50 [2022-07-20T16:50:50.920Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:50:50 [2022-07-20T16:50:50.920Z] #35 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:50:52 [2022-07-20T16:50:52.822Z] #35 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 10.3s done
16:50:53 [2022-07-20T16:50:53.081Z] #35 DONE 14.0s
16:50:53 [2022-07-20T16:50:53.081Z] 
16:50:53 [2022-07-20T16:50:53.081Z] #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
16:50:53 [2022-07-20T16:50:53.081Z] #36 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
16:50:54 [2022-07-20T16:50:54.460Z] #36 1.248 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:50:54 [2022-07-20T16:50:54.460Z] #36 1.253 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:50:54 [2022-07-20T16:50:54.460Z] #36 1.253 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:50:54 [2022-07-20T16:50:54.460Z] #36 1.436 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:50:54 [2022-07-20T16:50:54.719Z] #36 1.804 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:50:55 [2022-07-20T16:50:55.654Z] #36 2.403 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:50:56 [2022-07-20T16:50:56.596Z] #36 3.416 Fetched 8555 kB in 2s (3518 kB/s)
16:50:57 [2022-07-20T16:50:57.164Z] #36 3.416 Reading package lists...
16:50:58 [2022-07-20T16:50:58.102Z] #36 4.223 Reading package lists...
16:50:58 [2022-07-20T16:50:58.360Z] #36 4.998 Building dependency tree...
16:50:58 [2022-07-20T16:50:58.360Z] #36 5.362 The following additional packages will be installed:
16:50:58 [2022-07-20T16:50:58.360Z] #36 5.363   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
16:50:58 [2022-07-20T16:50:58.360Z] #36 5.363   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
16:50:58 [2022-07-20T16:50:58.360Z] #36 5.368 Recommended packages:
16:50:58 [2022-07-20T16:50:58.360Z] #36 5.368   libldap-common publicsuffix libsasl2-modules
16:50:58 [2022-07-20T16:50:58.618Z] #36 5.584 The following NEW packages will be installed:
16:50:58 [2022-07-20T16:50:58.618Z] #36 5.592   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
16:50:58 [2022-07-20T16:50:58.618Z] #36 5.592   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:50:58 [2022-07-20T16:50:58.618Z] #36 5.592   libssh2-1 openssl
16:50:58 [2022-07-20T16:50:58.876Z] #36 5.872 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
16:50:58 [2022-07-20T16:50:58.876Z] #36 5.872 Need to get 3041 kB of archives.
16:50:58 [2022-07-20T16:50:58.876Z] #36 5.872 After this operation, 6651 kB of additional disk space will be used.
16:50:58 [2022-07-20T16:50:58.876Z] #36 5.872 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.895 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.895 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.895 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.895 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.904 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.904 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.908 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.908 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.908 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.908 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.920 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.920 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.920 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 5.920 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
16:50:59 [2022-07-20T16:50:59.135Z] #36 6.150 debconf: delaying package configuration, since apt-utils is not installed
16:50:59 [2022-07-20T16:50:59.394Z] #36 6.204 Fetched 3041 kB in 0s (9366 kB/s)
16:50:59 [2022-07-20T16:50:59.394Z] #36 6.232 Selecting previously unselected package openssl.
16:50:59 [2022-07-20T16:50:59.394Z] #36 6.232 (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.)
16:50:59 [2022-07-20T16:50:59.394Z] #36 6.232 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
16:50:59 [2022-07-20T16:50:59.394Z] #36 6.282 Unpacking openssl (1.1.1n-0+deb11u3) ...
16:50:59 [2022-07-20T16:50:59.654Z] #36 6.531 Selecting previously unselected package ca-certificates.
16:50:59 [2022-07-20T16:50:59.654Z] #36 6.531 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
16:50:59 [2022-07-20T16:50:59.654Z] #36 6.566 Unpacking ca-certificates (20210119) ...
16:50:59 [2022-07-20T16:50:59.916Z] #36 6.730 Selecting previously unselected package libbrotli1:amd64.
16:50:59 [2022-07-20T16:50:59.916Z] #36 6.730 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
16:50:59 [2022-07-20T16:50:59.916Z] #36 6.744 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
16:50:59 [2022-07-20T16:50:59.916Z] #36 6.868 Selecting previously unselected package libsasl2-modules-db:amd64.
16:50:59 [2022-07-20T16:50:59.916Z] #36 6.868 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
16:50:59 [2022-07-20T16:50:59.916Z] #36 6.876 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:50:59 [2022-07-20T16:50:59.916Z] #36 6.961 Selecting previously unselected package libsasl2-2:amd64.
16:50:59 [2022-07-20T16:50:59.916Z] #36 6.961 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
16:50:59 [2022-07-20T16:50:59.916Z] #36 6.967 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:51:00 [2022-07-20T16:51:00.174Z] #36 7.141 Selecting previously unselected package libldap-2.4-2:amd64.
16:51:00 [2022-07-20T16:51:00.174Z] #36 7.141 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
16:51:00 [2022-07-20T16:51:00.174Z] #36 7.141 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
16:51:00 [2022-07-20T16:51:00.174Z] #36 7.290 Selecting previously unselected package libnghttp2-14:amd64.
16:51:00 [2022-07-20T16:51:00.174Z] #36 7.290 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
16:51:00 [2022-07-20T16:51:00.432Z] #36 7.306 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
16:51:00 [2022-07-20T16:51:00.432Z] #36 7.409 Selecting previously unselected package libpsl5:amd64.
16:51:00 [2022-07-20T16:51:00.432Z] #36 7.409 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
16:51:00 [2022-07-20T16:51:00.432Z] #36 7.420 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
16:51:00 [2022-07-20T16:51:00.432Z] #36 7.462 Selecting previously unselected package librtmp1:amd64.
16:51:00 [2022-07-20T16:51:00.432Z] #36 7.462 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
16:51:00 [2022-07-20T16:51:00.432Z] #36 7.465 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:51:00 [2022-07-20T16:51:00.432Z] #36 7.517 Selecting previously unselected package libssh2-1:amd64.
16:51:00 [2022-07-20T16:51:00.432Z] #36 7.517 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
16:51:00 [2022-07-20T16:51:00.690Z] #36 7.521 Unpacking libssh2-1:amd64 (1.9.0-2) ...
16:51:00 [2022-07-20T16:51:00.690Z] #36 7.587 Selecting previously unselected package libcurl4:amd64.
16:51:00 [2022-07-20T16:51:00.690Z] #36 7.587 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
16:51:00 [2022-07-20T16:51:00.690Z] #36 7.591 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
16:51:00 [2022-07-20T16:51:00.690Z] #36 7.722 Selecting previously unselected package curl.
16:51:00 [2022-07-20T16:51:00.690Z] #36 7.722 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
16:51:00 [2022-07-20T16:51:00.690Z] #36 7.726 Unpacking curl (7.74.0-1.3+deb11u1) ...
16:51:00 [2022-07-20T16:51:00.950Z] #36 7.821 Selecting previously unselected package libonig5:amd64.
16:51:00 [2022-07-20T16:51:00.950Z] #36 7.821 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
16:51:00 [2022-07-20T16:51:00.950Z] #36 7.826 Unpacking libonig5:amd64 (6.9.6-1.1) ...
16:51:00 [2022-07-20T16:51:00.950Z] #36 7.897 Selecting previously unselected package libjq1:amd64.
16:51:00 [2022-07-20T16:51:00.950Z] #36 7.897 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
16:51:00 [2022-07-20T16:51:00.950Z] #36 7.902 Unpacking libjq1:amd64 (1.6-2.1) ...
16:51:00 [2022-07-20T16:51:00.950Z] #36 7.962 Selecting previously unselected package jq.
16:51:00 [2022-07-20T16:51:00.950Z] #36 7.962 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
16:51:00 [2022-07-20T16:51:00.950Z] #36 7.972 Unpacking jq (1.6-2.1) ...
16:51:00 [2022-07-20T16:51:00.950Z] #36 8.019 Setting up libpsl5:amd64 (0.21.0-1.2) ...
16:51:00 [2022-07-20T16:51:00.950Z] #36 8.034 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
16:51:00 [2022-07-20T16:51:00.950Z] #36 8.048 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
16:51:00 [2022-07-20T16:51:00.950Z] #36 8.061 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:51:00 [2022-07-20T16:51:00.950Z] #36 8.071 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:51:01 [2022-07-20T16:51:01.211Z] #36 8.084 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:51:01 [2022-07-20T16:51:01.211Z] #36 8.095 Setting up libssh2-1:amd64 (1.9.0-2) ...
16:51:01 [2022-07-20T16:51:01.211Z] #36 8.105 Setting up openssl (1.1.1n-0+deb11u3) ...
16:51:01 [2022-07-20T16:51:01.211Z] #36 8.121 Setting up libonig5:amd64 (6.9.6-1.1) ...
16:51:01 [2022-07-20T16:51:01.211Z] #36 8.134 Setting up libjq1:amd64 (1.6-2.1) ...
16:51:01 [2022-07-20T16:51:01.211Z] #36 8.145 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
16:51:01 [2022-07-20T16:51:01.211Z] #36 8.158 Setting up ca-certificates (20210119) ...
16:51:02 [2022-07-20T16:51:02.156Z] #36 8.957 Updating certificates in /etc/ssl/certs...
16:51:02 [2022-07-20T16:51:02.724Z] #36 ...
16:51:02 [2022-07-20T16:51:02.724Z] 
16:51:02 [2022-07-20T16:51:02.724Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:51:02 [2022-07-20T16:51:02.724Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:51:02 [2022-07-20T16:51:02.724Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0.7s done
16:51:02 [2022-07-20T16:51:02.724Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.8s done
16:51:02 [2022-07-20T16:51:02.724Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 7.5s
16:51:02 [2022-07-20T16:51:02.983Z] #11 ...
16:51:02 [2022-07-20T16:51:02.983Z] 
16:51:02 [2022-07-20T16:51:02.983Z] #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
16:51:02 [2022-07-20T16:51:02.983Z] #36 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
16:51:02 [2022-07-20T16:51:02.983Z] #36 10.10 129 added, 0 removed; done.
16:51:03 [2022-07-20T16:51:03.243Z] #36 10.17 Setting up jq (1.6-2.1) ...
16:51:03 [2022-07-20T16:51:03.243Z] #36 10.18 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
16:51:03 [2022-07-20T16:51:03.243Z] #36 10.19 Setting up curl (7.74.0-1.3+deb11u1) ...
16:51:03 [2022-07-20T16:51:03.243Z] #36 10.20 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:51:03 [2022-07-20T16:51:03.243Z] #36 10.23 Processing triggers for ca-certificates (20210119) ...
16:51:03 [2022-07-20T16:51:03.243Z] #36 10.24 Updating certificates in /etc/ssl/certs...
16:51:04 [2022-07-20T16:51:04.315Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06f61ec10060241f7) in /home/ubuntu/workspace/moby_PR-43838
[Pipeline] {
[Pipeline] checkout
16:51:04 [2022-07-20T16:51:04.586Z] The recommended git tool is: git
16:51:04 [2022-07-20T16:51:04.656Z] #36 11.39 0 added, 0 removed; done.
16:51:04 [2022-07-20T16:51:04.656Z] #36 11.39 Running hooks in /etc/ca-certificates/update.d...
16:51:04 [2022-07-20T16:51:04.656Z] #36 11.39 done.
16:51:05 [2022-07-20T16:51:05.265Z] #36 DONE 12.4s
16:51:05 [2022-07-20T16:51:05.265Z] 
16:51:05 [2022-07-20T16:51:05.265Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:51:05 [2022-07-20T16:51:05.265Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:51:05 [2022-07-20T16:51:05.265Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 8.3s done
16:51:05 [2022-07-20T16:51:05.265Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 1.6s
16:51:05 [2022-07-20T16:51:05.525Z] #11 ...
16:51:05 [2022-07-20T16:51:05.525Z] 
16:51:05 [2022-07-20T16:51:05.525Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:51:05 [2022-07-20T16:51:05.525Z] #37 sha256:053926bd51761203d88e557b879c47a433c2b611da48abbc5d2b2f211c5b938e
16:51:05 [2022-07-20T16:51:05.525Z] #37 DONE 0.1s
16:51:05 [2022-07-20T16:51:05.525Z] 
16:51:05 [2022-07-20T16:51:05.525Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:51:05 [2022-07-20T16:51:05.525Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:51:07 [2022-07-20T16:51:07.410Z] using credential docker-jenkins-github-credentials
16:51:07 [2022-07-20T16:51:07.434Z] Cloning the remote Git repository
16:51:07 [2022-07-20T16:51:07.434Z] Cloning with configured refspecs honoured and without tags
16:51:06 [2022-07-20T16:51:06.531Z] Cloning repository https://github.com/moby/moby.git
16:51:06 [2022-07-20T16:51:06.594Z]  > git init /home/ubuntu/workspace/moby_PR-43838 # timeout=10
16:51:06 [2022-07-20T16:51:06.894Z] Fetching upstream changes from https://github.com/moby/moby.git
16:51:06 [2022-07-20T16:51:06.894Z]  > git --version # timeout=10
16:51:06 [2022-07-20T16:51:06.917Z]  > git --version # 'git version 2.17.1'
16:51:06 [2022-07-20T16:51:06.918Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:51:06 [2022-07-20T16:51:06.919Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43838/head:refs/remotes/origin/PR-43838 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:10 [2022-07-20T16:51:10.792Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 6.5s done
16:51:10 [2022-07-20T16:51:10.792Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263
16:51:16 [2022-07-20T16:51:16.066Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 5.0s
16:51:16 [2022-07-20T16:51:16.066Z] #11 ...
16:51:16 [2022-07-20T16:51:16.066Z] 
16:51:16 [2022-07-20T16:51:16.066Z] #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
16:51:16 [2022-07-20T16:51:16.066Z] #38 sha256:0b2fe85e659a5df94598a52031dbec21b0f6a392096f21aba57c43932934c1cc
16:51:16 [2022-07-20T16:51:16.066Z] #38 2.400 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:51:16 [2022-07-20T16:51:16.066Z] #38 2.715 
16:51:16 [2022-07-20T16:51:16.066Z] #38 2.937 #=#=#                                                                         

######################################################################## 100.0%
16:51:16 [2022-07-20T16:51:16.066Z] #38 3.173 
16:51:16 [2022-07-20T16:51:16.066Z] #38 4.062 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:51:16 [2022-07-20T16:51:16.066Z] #38 4.330 
16:51:16 [2022-07-20T16:51:16.066Z] #38 4.554 #=#=#                                                                         

######################################################################## 100.0%
16:51:16 [2022-07-20T16:51:16.066Z] #38 4.819 
16:51:16 [2022-07-20T16:51:16.066Z] #38 5.767 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
16:51:16 [2022-07-20T16:51:16.066Z] #38 6.108 
16:51:16 [2022-07-20T16:51:16.066Z] #38 6.330 #=#=#                                                                         

##############                                                            20.7%
##########################################                                58.4%
#################################################################         90.6%
######################################################################## 100.0%
16:51:16 [2022-07-20T16:51:16.066Z] #38 6.958 
16:51:16 [2022-07-20T16:51:16.066Z] #38 7.980 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:51:16 [2022-07-20T16:51:16.066Z] #38 8.262 
16:51:16 [2022-07-20T16:51:16.066Z] #38 8.483 #=#=#                                                                         

######################################################################## 100.0%
16:51:16 [2022-07-20T16:51:16.066Z] #38 8.842 
16:51:16 [2022-07-20T16:51:16.066Z] #38 9.666 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:51:16 [2022-07-20T16:51:16.066Z] #38 9.954 
16:51:16 [2022-07-20T16:51:16.066Z] #38 10.17 #=#=#                                                                         
16:51:16 [2022-07-20T16:51:16.066Z] #38 ...
16:51:16 [2022-07-20T16:51:16.066Z] 
16:51:16 [2022-07-20T16:51:16.066Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:51:16 [2022-07-20T16:51:16.066Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:51:20 [2022-07-20T16:51:20.255Z] #11 ...
16:51:20 [2022-07-20T16:51:20.255Z] 
16:51:20 [2022-07-20T16:51:20.255Z] #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
16:51:20 [2022-07-20T16:51:20.255Z] #38 sha256:0b2fe85e659a5df94598a52031dbec21b0f6a392096f21aba57c43932934c1cc
16:51:20 [2022-07-20T16:51:20.255Z] #38 10.17 #=#=#                                                                         

######################################################################## 100.0%
16:51:20 [2022-07-20T16:51:20.255Z] #38 10.51 
16:51:20 [2022-07-20T16:51:20.255Z] #38 10.58 Download of images into '/build' complete.
16:51:20 [2022-07-20T16:51:20.255Z] #38 10.58 Use something like the following to load the result into a Docker daemon:
16:51:20 [2022-07-20T16:51:20.255Z] #38 10.58   tar -cC '/build' . | docker load
16:51:20 [2022-07-20T16:51:20.255Z] #38 DONE 13.9s
16:51:20 [2022-07-20T16:51:20.255Z] 
16:51:20 [2022-07-20T16:51:20.255Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:51:20 [2022-07-20T16:51:20.255Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:51:20 [2022-07-20T16:51:20.822Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 10.2s
16:51:22 [2022-07-20T16:51:22.731Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 12.3s done
16:51:22 [2022-07-20T16:51:22.991Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92
16:51:23 [2022-07-20T16:51:23.251Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 done
16:51:23 [2022-07-20T16:51:23.251Z] #11 DONE 44.2s
16:51:23 [2022-07-20T16:51:23.251Z] 
16:51:23 [2022-07-20T16:51:23.251Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:51:23 [2022-07-20T16:51:23.251Z] #12 sha256:5bd84447ca3733bcd55e93b920e82dfad966d4aa63b6472cfd88a1c661525e5f
16:51:24 [2022-07-20T16:51:24.210Z] #12 DONE 0.7s
16:51:24 [2022-07-20T16:51:24.210Z] 
16:51:24 [2022-07-20T16:51:24.210Z] #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
16:51:24 [2022-07-20T16:51:24.210Z] #13 sha256:e452e8c8c664c489aefcef11d2e52d18c746ce45438fe7d4a1ceb14734e24713
16:51:24 [2022-07-20T16:51:24.523Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0bcd796a624e0a18e) in /home/ubuntu/workspace/moby_PR-43838
[Pipeline] {
[Pipeline] checkout
16:51:24 [2022-07-20T16:51:24.660Z] The recommended git tool is: git
16:51:24 [2022-07-20T16:51:24.780Z] #13 DONE 0.7s
16:51:24 [2022-07-20T16:51:24.780Z] 
16:51:24 [2022-07-20T16:51:24.780Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:51:24 [2022-07-20T16:51:24.780Z] #40 sha256:3acc8982bc3dfef7c53dc7da640e6e4cbaccee22bb08169218aed1811449a081
16:51:25 [2022-07-20T16:51:25.039Z] #40 DONE 0.2s
16:51:25 [2022-07-20T16:51:25.039Z] 
16:51:25 [2022-07-20T16:51:25.039Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:51:25 [2022-07-20T16:51:25.039Z] #53 sha256:8d1d76a9d25531fabf0cd7e523a72db529333acf181d47fad04632fd5b5bb7df
16:51:25 [2022-07-20T16:51:25.039Z] #53 DONE 0.2s
16:51:25 [2022-07-20T16:51:25.039Z] 
16:51:25 [2022-07-20T16:51:25.039Z] #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
16:51:25 [2022-07-20T16:51:25.039Z] #54 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:51:25 [2022-07-20T16:51:25.039Z] #54 ...
16:51:25 [2022-07-20T16:51:25.039Z] 
16:51:25 [2022-07-20T16:51:25.039Z] #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
16:51:25 [2022-07-20T16:51:25.039Z] #57 sha256:a6b93e9f5ab5a8aadd7fece0a99d752c047ca62f277efc1c17c2029f17e55023
16:51:25 [2022-07-20T16:51:25.039Z] #57 DONE 0.3s
16:51:25 [2022-07-20T16:51:25.297Z] 
16:51:25 [2022-07-20T16:51:25.297Z] #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
16:51:25 [2022-07-20T16:51:25.297Z] #58 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:51:25 [2022-07-20T16:51:25.312Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-070fa685821b391aa) in /home/ubuntu/workspace/moby_PR-43838
[Pipeline] {
[Pipeline] checkout
16:51:25 [2022-07-20T16:51:25.417Z] The recommended git tool is: git
16:51:27 [2022-07-20T16:51:27.731Z] using credential docker-jenkins-github-credentials
16:51:27 [2022-07-20T16:51:27.742Z] Cloning the remote Git repository
16:51:27 [2022-07-20T16:51:27.742Z] Cloning with configured refspecs honoured and without tags
16:51:26 [2022-07-20T16:51:26.918Z] Cloning repository https://github.com/moby/moby.git
16:51:28 [2022-07-20T16:51:28.813Z] using credential docker-jenkins-github-credentials
16:51:28 [2022-07-20T16:51:28.832Z] Cloning the remote Git repository
16:51:28 [2022-07-20T16:51:28.832Z] Cloning with configured refspecs honoured and without tags
16:51:26 [2022-07-20T16:51:26.970Z]  > git init /home/ubuntu/workspace/moby_PR-43838 # timeout=10
16:51:27 [2022-07-20T16:51:27.235Z] Fetching upstream changes from https://github.com/moby/moby.git
16:51:27 [2022-07-20T16:51:27.235Z]  > git --version # timeout=10
16:51:27 [2022-07-20T16:51:27.247Z]  > git --version # 'git version 2.17.1'
16:51:27 [2022-07-20T16:51:27.247Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:51:27 [2022-07-20T16:51:27.249Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43838/head:refs/remotes/origin/PR-43838 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:29 [2022-07-20T16:51:29.488Z] #58 ...
16:51:29 [2022-07-20T16:51:29.488Z] 
16:51:29 [2022-07-20T16:51:29.488Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64
16:51:29 [2022-07-20T16:51:29.488Z] #14 sha256:d485c611ac719dc2bdf72066a83410492e4e1569724f796e7c806bc745be397f
16:51:29 [2022-07-20T16:51:29.488Z] #14 DONE 4.3s
16:51:29 [2022-07-20T16:51:29.488Z] 
16:51:29 [2022-07-20T16:51:29.488Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel
16:51:29 [2022-07-20T16:51:29.488Z] #15 sha256:195e8c485d9b8a2250897bdce3925e98ad20e2c5c8df1f7a9a8ef1cce819ef06
16:51:28 [2022-07-20T16:51:28.872Z] Cloning repository https://github.com/moby/moby.git
16:51:29 [2022-07-20T16:51:29.023Z]  > git init /home/ubuntu/workspace/moby_PR-43838 # timeout=10
16:51:29 [2022-07-20T16:51:29.379Z] Fetching upstream changes from https://github.com/moby/moby.git
16:51:29 [2022-07-20T16:51:29.379Z]  > git --version # timeout=10
16:51:29 [2022-07-20T16:51:29.402Z]  > git --version # 'git version 2.25.1'
16:51:29 [2022-07-20T16:51:29.403Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:51:29 [2022-07-20T16:51:29.405Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43838/head:refs/remotes/origin/PR-43838 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:32 [2022-07-20T16:51:32.021Z] #15 DONE 2.4s
16:51:32 [2022-07-20T16:51:32.021Z] 
16:51:32 [2022-07-20T16:51:32.021Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf
16:51:32 [2022-07-20T16:51:32.021Z] #16 sha256:51f23b7279a7c7bb3b8022a027a291bab7e4532f6fd5e3ce648c5c492209cef2
16:51:32 [2022-07-20T16:51:32.575Z] Fetching without tags
16:51:32 [2022-07-20T16:51:32.870Z] Merging remotes/origin/master commit 7624f8aeb1836cd75a0912d9614930e8a59eaf4e into PR head commit 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:51:32 [2022-07-20T16:51:32.480Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:51:32 [2022-07-20T16:51:32.493Z]  > git config --add remote.origin.fetch +refs/pull/43838/head:refs/remotes/origin/PR-43838 # timeout=10
16:51:32 [2022-07-20T16:51:32.526Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:32 [2022-07-20T16:51:32.551Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:51:32 [2022-07-20T16:51:32.580Z] Fetching upstream changes from https://github.com/moby/moby.git
16:51:32 [2022-07-20T16:51:32.580Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:51:32 [2022-07-20T16:51:32.581Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43838/head:refs/remotes/origin/PR-43838 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:32 [2022-07-20T16:51:32.886Z]  > git config core.sparsecheckout # timeout=10
16:51:32 [2022-07-20T16:51:32.914Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
16:51:33 [2022-07-20T16:51:33.397Z] #16 DONE 2.0s
16:51:33 [2022-07-20T16:51:33.398Z] 
16:51:33 [2022-07-20T16:51:33.398Z] #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
16:51:33 [2022-07-20T16:51:33.398Z] #58 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:51:33 [2022-07-20T16:51:33.398Z] #58 5.879 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:51:33 [2022-07-20T16:51:33.398Z] #58 5.989 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:51:33 [2022-07-20T16:51:33.398Z] #58 5.989 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:51:33 [2022-07-20T16:51:33.398Z] #58 6.611 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
16:51:33 [2022-07-20T16:51:33.398Z] #58 7.888 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:51:33 [2022-07-20T16:51:33.882Z] Merge succeeded, producing 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:51:33 [2022-07-20T16:51:33.882Z] Checking out Revision 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 (PR-43838)
16:51:34 [2022-07-20T16:51:34.773Z] #58 ...
16:51:34 [2022-07-20T16:51:34.773Z] 
16:51:34 [2022-07-20T16:51:34.773Z] #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
16:51:34 [2022-07-20T16:51:34.773Z] #47 sha256:667d10b0d609dfaf258e552612e5a80c46ee24788069eea0e871a0e8a006fc5c
16:51:34 [2022-07-20T16:51:34.773Z] #47 4.892 go: downloading github.com/tc-hib/go-winres v0.2.3
16:51:34 [2022-07-20T16:51:34.773Z] #47 6.089 go: downloading github.com/tc-hib/winres v0.1.5
16:51:34 [2022-07-20T16:51:34.773Z] #47 8.064 go: downloading github.com/urfave/cli/v2 v2.3.0
16:51:34 [2022-07-20T16:51:34.773Z] #47 8.733 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
16:51:34 [2022-07-20T16:51:34.773Z] #47 8.909 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
16:51:35 [2022-07-20T16:51:35.034Z] #47 ...
16:51:35 [2022-07-20T16:51:35.034Z] 
16:51:35 [2022-07-20T16:51:35.034Z] #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
16:51:35 [2022-07-20T16:51:35.034Z] #64 sha256:56a2601fc0bd3cc28d2295a5fea21dd3191de36bc576e6c7a3adb5d66416e572
16:51:35 [2022-07-20T16:51:35.034Z] #64 4.729 go: downloading mvdan.cc/sh/v3 v3.0.2
16:51:35 [2022-07-20T16:51:35.034Z] #64 5.877 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:51:35 [2022-07-20T16:51:35.034Z] #64 5.899 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:51:35 [2022-07-20T16:51:35.034Z] #64 6.075 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:51:35 [2022-07-20T16:51:35.034Z] #64 8.089 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:51:35 [2022-07-20T16:51:35.034Z] #64 ...
16:51:35 [2022-07-20T16:51:35.034Z] 
16:51:35 [2022-07-20T16:51:35.034Z] #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
16:51:35 [2022-07-20T16:51:35.034Z] #43 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:51:35 [2022-07-20T16:51:35.034Z] #43 6.036 go: downloading github.com/go-delve/delve v1.8.1
16:51:35 [2022-07-20T16:51:35.293Z] #43 ...
16:51:35 [2022-07-20T16:51:35.293Z] 
16:51:35 [2022-07-20T16:51:35.293Z] #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
16:51:35 [2022-07-20T16:51:35.293Z] #60 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:51:35 [2022-07-20T16:51:35.293Z] #60 5.705 go: downloading gotest.tools/gotestsum v1.8.1
16:51:35 [2022-07-20T16:51:35.293Z] #60 7.678 go: downloading github.com/dnephin/pflag v1.0.7
16:51:35 [2022-07-20T16:51:35.293Z] #60 7.716 go: downloading github.com/fatih/color v1.10.0
16:51:35 [2022-07-20T16:51:35.293Z] #60 7.765 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:51:35 [2022-07-20T16:51:35.293Z] #60 7.838 go: downloading github.com/pkg/errors v0.9.1
16:51:35 [2022-07-20T16:51:35.293Z] #60 8.690 go: downloading github.com/mattn/go-colorable v0.1.8
16:51:35 [2022-07-20T16:51:35.293Z] #60 8.725 go: downloading github.com/fsnotify/fsnotify v1.4.9
16:51:35 [2022-07-20T16:51:35.293Z] #60 8.741 go: downloading github.com/mattn/go-isatty v0.0.12
16:51:35 [2022-07-20T16:51:35.293Z] #60 8.803 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
16:51:35 [2022-07-20T16:51:35.293Z] #60 9.326 go: downloading github.com/jonboulle/clockwork v0.2.2
16:51:35 [2022-07-20T16:51:35.293Z] #60 9.430 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
16:51:35 [2022-07-20T16:51:35.293Z] #60 9.590 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
16:51:35 [2022-07-20T16:51:35.293Z] #60 9.946 go: downloading golang.org/x/tools v0.1.0
16:51:35 [2022-07-20T16:51:35.293Z] #60 ...
16:51:35 [2022-07-20T16:51:35.293Z] 
16:51:35 [2022-07-20T16:51:35.293Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
16:51:35 [2022-07-20T16:51:35.293Z] #17 sha256:5aaad1ea76af62b2c3624ee1d571cf77c6e14cc14449aa80ef476d9634f75bab
16:51:35 [2022-07-20T16:51:35.293Z] #17 DONE 1.9s
16:51:35 [2022-07-20T16:51:35.293Z] 
16:51:35 [2022-07-20T16:51:35.293Z] #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
16:51:35 [2022-07-20T16:51:35.293Z] #62 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:51:35 [2022-07-20T16:51:35.293Z] #62 5.273 go: downloading github.com/golangci/golangci-lint v1.46.2
16:51:35 [2022-07-20T16:51:35.293Z] #62 7.866 go: downloading github.com/fatih/color v1.13.0
16:51:35 [2022-07-20T16:51:35.293Z] #62 7.866 go: downloading github.com/gofrs/flock v0.8.1
16:51:35 [2022-07-20T16:51:35.293Z] #62 7.962 go: downloading github.com/spf13/cobra v1.4.0
16:51:35 [2022-07-20T16:51:35.293Z] #62 8.014 go: downloading github.com/spf13/pflag v1.0.5
16:51:35 [2022-07-20T16:51:35.293Z] #62 8.436 go: downloading github.com/spf13/viper v1.11.0
16:51:35 [2022-07-20T16:51:35.293Z] #62 8.522 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
16:51:35 [2022-07-20T16:51:35.293Z] #62 9.526 go: downloading github.com/mattn/go-colorable v0.1.12
16:51:35 [2022-07-20T16:51:35.293Z] #62 9.609 go: downloading github.com/mattn/go-isatty v0.0.14
16:51:35 [2022-07-20T16:51:35.293Z] #62 9.767 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
16:51:35 [2022-07-20T16:51:35.293Z] #62 9.847 go: downloading github.com/go-critic/go-critic v0.6.3
16:51:33 [2022-07-20T16:51:33.782Z]  > git remote # timeout=10
16:51:33 [2022-07-20T16:51:33.810Z]  > git config --get remote.origin.url # timeout=10
16:51:33 [2022-07-20T16:51:33.832Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:51:33 [2022-07-20T16:51:33.833Z]  > git merge 7624f8aeb1836cd75a0912d9614930e8a59eaf4e # timeout=10
16:51:33 [2022-07-20T16:51:33.866Z]  > git rev-parse HEAD^{commit} # timeout=10
16:51:33 [2022-07-20T16:51:33.885Z]  > git config core.sparsecheckout # timeout=10
16:51:33 [2022-07-20T16:51:33.918Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
16:51:35 [2022-07-20T16:51:35.552Z] #62 ...
16:51:35 [2022-07-20T16:51:35.552Z] 
16:51:35 [2022-07-20T16:51:35.552Z] #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
16:51:35 [2022-07-20T16:51:35.552Z] #45 sha256:3a99da573556b459423b4d35702a352cf2c1e17b61e1997540bb4f7fca348320
16:51:35 [2022-07-20T16:51:35.552Z] #45 5.031 go: downloading github.com/pelletier/go-toml v1.8.1
16:51:35 [2022-07-20T16:51:35.552Z] #45 ...
16:51:35 [2022-07-20T16:51:35.552Z] 
16:51:35 [2022-07-20T16:51:35.552Z] #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             ;
16:51:35 [2022-07-20T16:51:35.552Z] #83 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:51:35 [2022-07-20T16:51:35.552Z] #83 6.163 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:51:35 [2022-07-20T16:51:35.552Z] #83 6.216 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:51:35 [2022-07-20T16:51:35.552Z] #83 6.231 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:51:35 [2022-07-20T16:51:35.552Z] #83 7.409 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:51:35 [2022-07-20T16:51:35.552Z] #83 10.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:51:35 [2022-07-20T16:51:35.810Z] #83 ...
16:51:35 [2022-07-20T16:51:35.810Z] 
16:51:35 [2022-07-20T16:51:35.810Z] #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
16:51:35 [2022-07-20T16:51:35.810Z] #41 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:51:35 [2022-07-20T16:51:35.810Z] #41 5.198 + git clone https://github.com/kolyshkin/go-swagger.git .
16:51:35 [2022-07-20T16:51:35.810Z] #41 5.202 Cloning into '.'...
16:51:36 [2022-07-20T16:51:36.069Z] #41 ...
16:51:36 [2022-07-20T16:51:36.069Z] 
16:51:36 [2022-07-20T16:51:36.069Z] #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
16:51:36 [2022-07-20T16:51:36.069Z] #58 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:51:36 [2022-07-20T16:51:36.069Z] #58 10.92 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:51:36 [2022-07-20T16:51:36.891Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-027fc371fb9cdf5e4) in /home/ubuntu/workspace/moby_PR-43838
[Pipeline] {
[Pipeline] checkout
16:51:37 [2022-07-20T16:51:37.014Z] The recommended git tool is: git
16:51:38 [2022-07-20T16:51:38.604Z] #58 ...
16:51:38 [2022-07-20T16:51:38.604Z] 
16:51:38 [2022-07-20T16:51:38.604Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x
16:51:38 [2022-07-20T16:51:38.604Z] #18 sha256:d4a401030e691e26432309bd8c56ce9b8cdf80f5513272da3a06314315e7a12a
16:51:38 [2022-07-20T16:51:38.604Z] #18 DONE 2.6s
16:51:38 [2022-07-20T16:51:38.604Z] 
16:51:38 [2022-07-20T16:51:38.604Z] #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
16:51:38 [2022-07-20T16:51:38.604Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:51:38 [2022-07-20T16:51:38.775Z] Commit message: "logger/journald: remove journald_compat (for systemd < 209)"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:51:39 [2022-07-20T16:51:39.920Z] + docker version
16:51:40 [2022-07-20T16:51:40.324Z] using credential docker-jenkins-github-credentials
16:51:40 [2022-07-20T16:51:40.333Z] Cloning the remote Git repository
16:51:40 [2022-07-20T16:51:40.333Z] Cloning with configured refspecs honoured and without tags
16:51:40 [2022-07-20T16:51:40.356Z] Cloning repository https://github.com/moby/moby.git
16:51:40 [2022-07-20T16:51:40.405Z]  > git init /home/ubuntu/workspace/moby_PR-43838 # timeout=10
16:51:40 [2022-07-20T16:51:40.508Z] #19 2.180 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:51:40 [2022-07-20T16:51:40.508Z] #19 2.243 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:51:40 [2022-07-20T16:51:40.508Z] #19 ...
16:51:40 [2022-07-20T16:51:40.508Z] 
16:51:40 [2022-07-20T16:51:40.508Z] #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
16:51:40 [2022-07-20T16:51:40.508Z] #54 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:51:40 [2022-07-20T16:51:40.508Z] #54 5.302 + git clone https://github.com/docker/distribution.git .
16:51:40 [2022-07-20T16:51:40.508Z] #54 5.302 Cloning into '.'...
16:51:40 [2022-07-20T16:51:40.508Z] #54 ...
16:51:40 [2022-07-20T16:51:40.508Z] 
16:51:40 [2022-07-20T16:51:40.508Z] #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
16:51:40 [2022-07-20T16:51:40.508Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:51:40 [2022-07-20T16:51:40.508Z] #19 2.243 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:51:40 [2022-07-20T16:51:40.892Z] Fetching upstream changes from https://github.com/moby/moby.git
16:51:40 [2022-07-20T16:51:40.892Z]  > git --version # timeout=10
16:51:40 [2022-07-20T16:51:40.908Z]  > git --version # 'git version 2.25.1'
16:51:40 [2022-07-20T16:51:40.909Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:51:40 [2022-07-20T16:51:40.910Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43838/head:refs/remotes/origin/PR-43838 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:42 [2022-07-20T16:51:42.412Z] #19 4.340 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
16:51:43 [2022-07-20T16:51:43.798Z] #19 5.547 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
16:51:44 [2022-07-20T16:51:44.121Z] Client: Docker Engine - Community
16:51:44 [2022-07-20T16:51:44.122Z]  Version:           20.10.14
16:51:44 [2022-07-20T16:51:44.122Z]  API version:       1.41
16:51:44 [2022-07-20T16:51:44.122Z]  Go version:        go1.16.15
16:51:44 [2022-07-20T16:51:44.122Z]  Git commit:        a224086
16:51:44 [2022-07-20T16:51:44.122Z]  Built:             Thu Mar 24 01:47:57 2022
16:51:44 [2022-07-20T16:51:44.122Z]  OS/Arch:           linux/amd64
16:51:44 [2022-07-20T16:51:44.122Z]  Context:           default
16:51:44 [2022-07-20T16:51:44.122Z]  Experimental:      true
16:51:44 [2022-07-20T16:51:44.122Z] 
16:51:44 [2022-07-20T16:51:44.122Z] Server: Docker Engine - Community
16:51:44 [2022-07-20T16:51:44.122Z]  Engine:
16:51:44 [2022-07-20T16:51:44.122Z]   Version:          20.10.14
16:51:44 [2022-07-20T16:51:44.122Z]   API version:      1.41 (minimum version 1.12)
16:51:44 [2022-07-20T16:51:44.122Z]   Go version:       go1.16.15
16:51:44 [2022-07-20T16:51:44.122Z]   Git commit:       87a90dc
16:51:44 [2022-07-20T16:51:44.122Z]   Built:            Thu Mar 24 01:45:46 2022
16:51:44 [2022-07-20T16:51:44.122Z]   OS/Arch:          linux/amd64
16:51:44 [2022-07-20T16:51:44.122Z]   Experimental:     true
16:51:44 [2022-07-20T16:51:44.122Z]  containerd:
16:51:44 [2022-07-20T16:51:44.122Z]   Version:          1.5.11
16:51:44 [2022-07-20T16:51:44.122Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
16:51:44 [2022-07-20T16:51:44.122Z]  runc:
16:51:44 [2022-07-20T16:51:44.122Z]   Version:          1.0.3
16:51:44 [2022-07-20T16:51:44.122Z]   GitCommit:        v1.0.3-0-gf46b6ba
16:51:44 [2022-07-20T16:51:44.122Z]  docker-init:
16:51:44 [2022-07-20T16:51:44.122Z]   Version:          0.19.0
16:51:44 [2022-07-20T16:51:44.122Z]   GitCommit:        de40ad0
[Pipeline] sh
16:51:44 [2022-07-20T16:51:44.469Z] + docker info
16:51:45 [2022-07-20T16:51:45.704Z] #19 7.487 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:51:45 [2022-07-20T16:51:45.704Z] #19 ...
16:51:45 [2022-07-20T16:51:45.704Z] 
16:51:45 [2022-07-20T16:51:45.704Z] #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
16:51:45 [2022-07-20T16:51:45.704Z] #45 sha256:3a99da573556b459423b4d35702a352cf2c1e17b61e1997540bb4f7fca348320
16:51:45 [2022-07-20T16:51:45.704Z] #45 21.06 tomll can be used in two ways:
16:51:45 [2022-07-20T16:51:45.704Z] #45 21.06 Writing to STDIN and reading from STDOUT:
16:51:45 [2022-07-20T16:51:45.704Z] #45 21.06   cat file.toml | tomll > file.toml
16:51:45 [2022-07-20T16:51:45.704Z] #45 21.06 
16:51:45 [2022-07-20T16:51:45.704Z] #45 21.06 Reading and updating a list of files:
16:51:45 [2022-07-20T16:51:45.704Z] #45 21.06   tomll a.toml b.toml c.toml
16:51:45 [2022-07-20T16:51:45.704Z] #45 21.06 
16:51:45 [2022-07-20T16:51:45.704Z] #45 21.06 When given a list of files, tomll will modify all files in place without asking.
16:51:47 [2022-07-20T16:51:47.083Z] #45 DONE 22.1s
16:51:47 [2022-07-20T16:51:47.083Z] 
16:51:47 [2022-07-20T16:51:47.083Z] #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
16:51:47 [2022-07-20T16:51:47.083Z] #43 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:51:47 [2022-07-20T16:51:47.083Z] #43 20.06 go: downloading github.com/sirupsen/logrus v1.6.0
16:51:47 [2022-07-20T16:51:47.083Z] #43 20.08 go: downloading github.com/spf13/cobra v1.1.3
16:51:47 [2022-07-20T16:51:47.083Z] #43 20.43 go: downloading github.com/mattn/go-isatty v0.0.3
16:51:47 [2022-07-20T16:51:47.083Z] #43 21.04 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
16:51:47 [2022-07-20T16:51:47.083Z] #43 21.59 go: downloading gopkg.in/yaml.v2 v2.4.0
16:51:47 [2022-07-20T16:51:47.083Z] #43 21.94 go: downloading github.com/cosiner/argv v0.1.0
16:51:47 [2022-07-20T16:51:47.083Z] #43 22.13 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
16:51:47 [2022-07-20T16:51:47.083Z] #43 22.22 go: downloading github.com/peterh/liner v1.2.2
16:51:47 [2022-07-20T16:51:47.083Z] #43 ...
16:51:47 [2022-07-20T16:51:47.083Z] 
16:51:47 [2022-07-20T16:51:47.083Z] #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
16:51:47 [2022-07-20T16:51:47.083Z] #62 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:51:47 [2022-07-20T16:51:47.083Z] #62 12.31 go: downloading github.com/hashicorp/go-version v1.4.0
16:51:47 [2022-07-20T16:51:47.083Z] #62 12.49 go: downloading github.com/ldez/gomoddirectives v0.2.3
16:51:47 [2022-07-20T16:51:47.083Z] #62 13.04 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:51:47 [2022-07-20T16:51:47.083Z] #62 13.32 go: downloading github.com/hashicorp/go-multierror v1.1.1
16:51:47 [2022-07-20T16:51:47.083Z] #62 17.31 go: downloading github.com/sirupsen/logrus v1.8.1
16:51:47 [2022-07-20T16:51:47.083Z] #62 17.38 go: downloading github.com/stretchr/testify v1.7.1
16:51:47 [2022-07-20T16:51:47.083Z] #62 17.63 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
16:51:47 [2022-07-20T16:51:47.083Z] #62 17.79 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
16:51:47 [2022-07-20T16:51:47.083Z] #62 17.95 go: downloading github.com/fsnotify/fsnotify v1.5.4
16:51:47 [2022-07-20T16:51:47.083Z] #62 18.03 go: downloading github.com/mitchellh/mapstructure v1.5.0
16:51:47 [2022-07-20T16:51:47.083Z] #62 18.20 go: downloading github.com/spf13/afero v1.8.2
16:51:47 [2022-07-20T16:51:47.083Z] #62 18.25 go: downloading github.com/spf13/cast v1.4.1
16:51:47 [2022-07-20T16:51:47.083Z] #62 18.42 go: downloading github.com/spf13/jwalterweatherman v1.1.0
16:51:47 [2022-07-20T16:51:47.083Z] #62 18.65 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
16:51:47 [2022-07-20T16:51:47.083Z] #62 18.74 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:51:47 [2022-07-20T16:51:47.083Z] #62 18.98 go: downloading github.com/go-toolsmith/astcopy v1.0.0
16:51:47 [2022-07-20T16:51:47.083Z] #62 19.29 go: downloading github.com/go-toolsmith/astequal v1.0.1
16:51:47 [2022-07-20T16:51:47.083Z] #62 19.53 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:51:47 [2022-07-20T16:51:47.083Z] #62 19.61 go: downloading github.com/go-toolsmith/astp v1.0.0
16:51:47 [2022-07-20T16:51:47.083Z] #62 19.76 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:51:47 [2022-07-20T16:51:47.083Z] #62 19.79 go: downloading github.com/go-toolsmith/typep v1.0.2
16:51:47 [2022-07-20T16:51:47.083Z] #62 20.02 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
16:51:47 [2022-07-20T16:51:47.083Z] #62 21.11 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
16:51:47 [2022-07-20T16:51:47.083Z] #62 21.50 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
16:51:47 [2022-07-20T16:51:47.348Z] #62 22.49 go: downloading github.com/hashicorp/errwrap v1.0.0
16:51:47 [2022-07-20T16:51:47.348Z] #62 ...
16:51:47 [2022-07-20T16:51:47.348Z] 
16:51:47 [2022-07-20T16:51:47.348Z] #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
16:51:47 [2022-07-20T16:51:47.348Z] #43 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:51:47 [2022-07-20T16:51:47.348Z] #43 22.56 go: downloading github.com/google/go-dap v0.6.0
16:51:47 [2022-07-20T16:51:47.348Z] #43 ...
16:51:47 [2022-07-20T16:51:47.348Z] 
16:51:47 [2022-07-20T16:51:47.348Z] #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
16:51:47 [2022-07-20T16:51:47.348Z] #47 sha256:667d10b0d609dfaf258e552612e5a80c46ee24788069eea0e871a0e8a006fc5c
16:51:47 [2022-07-20T16:51:47.348Z] #47 12.65 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:51:47 [2022-07-20T16:51:47.348Z] #47 12.83 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:51:47 [2022-07-20T16:51:47.608Z] #47 ...
16:51:47 [2022-07-20T16:51:47.608Z] 
16:51:47 [2022-07-20T16:51:47.608Z] #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
16:51:47 [2022-07-20T16:51:47.608Z] #60 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:51:47 [2022-07-20T16:51:47.608Z] #60 17.28 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
16:51:47 [2022-07-20T16:51:47.608Z] #60 17.32 go: downloading golang.org/x/mod v0.3.0
16:51:47 [2022-07-20T16:51:47.608Z] #60 ...
16:51:47 [2022-07-20T16:51:47.608Z] 
16:51:47 [2022-07-20T16:51:47.608Z] #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             ;
16:51:47 [2022-07-20T16:51:47.608Z] #83 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:51:47 [2022-07-20T16:51:47.608Z] #83 12.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:51:47 [2022-07-20T16:51:47.608Z] #83 22.04 Fetched 8555 kB in 16s (522 kB/s)
16:51:47 [2022-07-20T16:51:47.867Z] #83 22.04 Reading package lists...
16:51:47 [2022-07-20T16:51:47.867Z] #83 ...
16:51:47 [2022-07-20T16:51:47.867Z] 
16:51:47 [2022-07-20T16:51:47.867Z] #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
16:51:47 [2022-07-20T16:51:47.867Z] #43 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:51:47 [2022-07-20T16:51:47.867Z] #43 23.01 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
16:51:48 [2022-07-20T16:51:48.818Z] #43 24.12 go: downloading github.com/mattn/go-runewidth v0.0.3
16:51:49 [2022-07-20T16:51:49.077Z] #43 24.43 go: downloading github.com/hashicorp/golang-lru v0.5.4
16:51:49 [2022-07-20T16:51:49.077Z] #43 ...
16:51:49 [2022-07-20T16:51:49.077Z] 
16:51:49 [2022-07-20T16:51:49.077Z] #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
16:51:49 [2022-07-20T16:51:49.077Z] #58 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:51:49 [2022-07-20T16:51:49.077Z] #58 14.10 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:51:49 [2022-07-20T16:51:49.077Z] #58 17.67 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
16:51:49 [2022-07-20T16:51:49.336Z] #58 ...
16:51:49 [2022-07-20T16:51:49.336Z] 
16:51:49 [2022-07-20T16:51:49.336Z] #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
16:51:49 [2022-07-20T16:51:49.336Z] #43 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:51:49 [2022-07-20T16:51:49.336Z] #43 24.54 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
16:51:51 [2022-07-20T16:51:51.098Z] Fetching without tags
16:51:50 [2022-07-20T16:51:50.971Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:51:50 [2022-07-20T16:51:50.982Z]  > git config --add remote.origin.fetch +refs/pull/43838/head:refs/remotes/origin/PR-43838 # timeout=10
16:51:51 [2022-07-20T16:51:51.006Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:51 [2022-07-20T16:51:51.044Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:51:51 [2022-07-20T16:51:51.106Z] Fetching upstream changes from https://github.com/moby/moby.git
16:51:51 [2022-07-20T16:51:51.107Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:51:51 [2022-07-20T16:51:51.108Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43838/head:refs/remotes/origin/PR-43838 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:51 [2022-07-20T16:51:51.415Z] Merging remotes/origin/master commit 7624f8aeb1836cd75a0912d9614930e8a59eaf4e into PR head commit 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:51:51 [2022-07-20T16:51:51.882Z] #43 26.83 go: downloading github.com/russross/blackfriday/v2 v2.0.1
16:51:51 [2022-07-20T16:51:51.882Z] #43 27.07 go: downloading github.com/cilium/ebpf v0.7.0
16:51:52 [2022-07-20T16:51:52.477Z] Merge succeeded, producing 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:51:52 [2022-07-20T16:51:52.478Z] Checking out Revision 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 (PR-43838)
16:51:53 [2022-07-20T16:51:53.261Z] #43 28.31 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
16:51:51 [2022-07-20T16:51:51.422Z]  > git config core.sparsecheckout # timeout=10
16:51:51 [2022-07-20T16:51:51.452Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
16:51:52 [2022-07-20T16:51:52.353Z]  > git remote # timeout=10
16:51:52 [2022-07-20T16:51:52.394Z]  > git config --get remote.origin.url # timeout=10
16:51:52 [2022-07-20T16:51:52.429Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:51:52 [2022-07-20T16:51:52.430Z]  > git merge 7624f8aeb1836cd75a0912d9614930e8a59eaf4e # timeout=10
16:51:52 [2022-07-20T16:51:52.459Z]  > git rev-parse HEAD^{commit} # timeout=10
16:51:52 [2022-07-20T16:51:52.481Z]  > git config core.sparsecheckout # timeout=10
16:51:52 [2022-07-20T16:51:52.485Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
16:51:54 [2022-07-20T16:51:54.641Z] #43 ...
16:51:54 [2022-07-20T16:51:54.641Z] 
16:51:54 [2022-07-20T16:51:54.641Z] #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
16:51:54 [2022-07-20T16:51:54.641Z] #62 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:51:54 [2022-07-20T16:51:54.641Z] #62 23.20 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
16:51:54 [2022-07-20T16:51:54.641Z] #62 23.40 go: downloading 4d63.com/gochecknoglobals v0.1.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 23.51 go: downloading github.com/Antonboom/errname v0.1.6
16:51:54 [2022-07-20T16:51:54.641Z] #62 23.74 go: downloading github.com/Antonboom/nilnil v0.1.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 23.74 go: downloading github.com/BurntSushi/toml v1.1.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 23.96 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16:51:54 [2022-07-20T16:51:54.641Z] #62 24.27 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 24.36 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 24.51 go: downloading github.com/alexkohler/prealloc v1.0.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 24.62 go: downloading github.com/ashanbrown/forbidigo v1.3.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 24.76 go: downloading github.com/ashanbrown/makezero v1.1.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 24.77 go: downloading github.com/bkielbasa/cyclop v1.2.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 24.88 go: downloading github.com/blizzy78/varnamelen v0.8.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 24.92 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 25.15 go: downloading github.com/breml/bidichk v0.2.3
16:51:54 [2022-07-20T16:51:54.641Z] #62 25.21 go: downloading github.com/breml/errchkjson v0.3.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 25.31 go: downloading github.com/butuzov/ireturn v0.1.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 25.43 go: downloading github.com/charithe/durationcheck v0.0.9
16:51:54 [2022-07-20T16:51:54.641Z] #62 25.47 go: downloading github.com/daixiang0/gci v0.3.3
16:51:54 [2022-07-20T16:51:54.641Z] #62 25.51 go: downloading github.com/denis-tingaikin/go-header v0.4.3
16:51:54 [2022-07-20T16:51:54.641Z] #62 25.69 go: downloading github.com/esimonov/ifshort v1.0.4
16:51:54 [2022-07-20T16:51:54.641Z] #62 25.90 go: downloading github.com/firefart/nonamedreturns v1.0.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 25.94 go: downloading github.com/fzipp/gocyclo v0.5.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 25.96 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:51:54 [2022-07-20T16:51:54.641Z] #62 26.18 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:51:54 [2022-07-20T16:51:54.641Z] #62 26.18 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
16:51:54 [2022-07-20T16:51:54.641Z] #62 26.53 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:51:54 [2022-07-20T16:51:54.641Z] #62 26.82 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:51:54 [2022-07-20T16:51:54.641Z] #62 26.94 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:51:54 [2022-07-20T16:51:54.641Z] #62 27.00 go: downloading github.com/golangci/misspell v0.3.5
16:51:54 [2022-07-20T16:51:54.641Z] #62 27.23 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:51:54 [2022-07-20T16:51:54.641Z] #62 27.30 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
16:51:54 [2022-07-20T16:51:54.641Z] #62 27.37 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 27.61 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 27.72 go: downloading github.com/jgautheron/goconst v1.5.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 27.78 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 27.93 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
16:51:54 [2022-07-20T16:51:54.641Z] #62 27.93 go: downloading github.com/julz/importas v0.1.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 28.02 go: downloading github.com/kisielk/errcheck v1.6.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 28.22 go: downloading github.com/kulti/thelper v0.6.2
16:51:54 [2022-07-20T16:51:54.641Z] #62 28.23 go: downloading github.com/kunwardeep/paralleltest v1.0.3
16:51:54 [2022-07-20T16:51:54.641Z] #62 28.40 go: downloading github.com/kyoh86/exportloopref v0.1.8
16:51:54 [2022-07-20T16:51:54.641Z] #62 28.44 go: downloading github.com/ldez/tagliatelle v0.3.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 28.56 go: downloading github.com/leonklingele/grouper v1.1.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 28.59 go: downloading github.com/lufeee/execinquery v1.2.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 28.76 go: downloading github.com/maratori/testpackage v1.0.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 28.86 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
16:51:54 [2022-07-20T16:51:54.641Z] #62 28.92 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
16:51:54 [2022-07-20T16:51:54.641Z] #62 28.97 go: downloading github.com/mgechev/revive v1.2.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 29.84 go: downloading github.com/moricho/tparallel v0.2.1
16:51:54 [2022-07-20T16:51:54.641Z] #62 29.84 go: downloading github.com/nakabonne/nestif v0.3.1
16:51:54 [2022-07-20T16:51:54.900Z] #62 30.03 go: downloading github.com/nishanths/exhaustive v0.7.11
16:51:54 [2022-07-20T16:51:54.900Z] #62 30.07 go: downloading github.com/nishanths/predeclared v0.2.2
16:51:54 [2022-07-20T16:51:54.900Z] #62 ...
16:51:54 [2022-07-20T16:51:54.900Z] 
16:51:54 [2022-07-20T16:51:54.900Z] #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
16:51:54 [2022-07-20T16:51:54.900Z] #54 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:51:55 [2022-07-20T16:51:55.648Z] Fetching without tags
16:51:55 [2022-07-20T16:51:55.897Z] Merging remotes/origin/master commit 7624f8aeb1836cd75a0912d9614930e8a59eaf4e into PR head commit 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:51:55 [2022-07-20T16:51:55.938Z] #54 29.91 Updating files:  64% (1412/2177)
Updating files:  65% (1416/2177)
Updating files:  66% (1437/2177)
Updating files:  67% (1459/2177)
Updating files:  68% (1481/2177)
Updating files:  69% (1503/2177)
Updating files:  70% (1524/2177)
Updating files:  71% (1546/2177)
Updating files:  72% (1568/2177)
Updating files:  73% (1590/2177)
Updating files:  74% (1611/2177)
Updating files:  75% (1633/2177)
Updating files:  76% (1655/2177)
Updating files:  77% (1677/2177)
Updating files:  78% (1699/2177)
Updating files:  79% (1720/2177)
Updating files:  80% (1742/2177)
Updating files:  81% (1764/2177)
Updating files:  82% (1786/2177)
Updating files:  83% (1807/2177)
Updating files:  84% (1829/2177)
Updating files:  85% (1851/2177)
Updating files:  86% (1873/2177)
Updating files:  87% (1894/2177)
Updating files:  88% (1916/2177)
Updating files:  89% (1938/2177)
Updating files:  90% (1960/2177)
Updating files:  91% (1982/2177)
Updating files:  92% (2003/2177)
Updating files:  93% (2025/2177)
Updating files:  94% (2047/2177)
Updating files:  95% (2069/2177)
Updating files:  96% (2090/2177)
Updating files:  97% (2112/2177)
Updating files:  98% (2134/2177)
Updating files:  99% (2156/2177)
Updating files: 100% (2177/2177)
Updating files: 100% (2177/2177), done.
16:51:56 [2022-07-20T16:51:56.197Z] #54 31.06 + git checkout -q v2.3.0
16:51:55 [2022-07-20T16:51:55.560Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:51:55 [2022-07-20T16:51:55.580Z]  > git config --add remote.origin.fetch +refs/pull/43838/head:refs/remotes/origin/PR-43838 # timeout=10
16:51:55 [2022-07-20T16:51:55.602Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:55 [2022-07-20T16:51:55.620Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:51:55 [2022-07-20T16:51:55.652Z] Fetching upstream changes from https://github.com/moby/moby.git
16:51:55 [2022-07-20T16:51:55.652Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:51:55 [2022-07-20T16:51:55.653Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43838/head:refs/remotes/origin/PR-43838 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:55 [2022-07-20T16:51:55.909Z]  > git config core.sparsecheckout # timeout=10
16:51:55 [2022-07-20T16:51:55.932Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
16:51:56 [2022-07-20T16:51:56.567Z] Commit message: "logger/journald: remove journald_compat (for systemd < 209)"
[Pipeline] withEnv
[Pipeline] {
16:51:56 [2022-07-20T16:51:56.886Z] Merge succeeded, producing 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:51:56 [2022-07-20T16:51:56.886Z] Checking out Revision 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 (PR-43838)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:51:57 [2022-07-20T16:51:57.524Z] + docker version
16:51:58 [2022-07-20T16:51:58.105Z] #54 ...
16:51:58 [2022-07-20T16:51:58.105Z] 
16:51:58 [2022-07-20T16:51:58.105Z] #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
16:51:58 [2022-07-20T16:51:58.105Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:51:58 [2022-07-20T16:51:58.105Z] #19 9.947 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
16:51:58 [2022-07-20T16:51:58.105Z] #19 11.66 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
16:51:58 [2022-07-20T16:51:58.105Z] #19 13.73 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.23 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [158 kB]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.23 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [140 kB]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.23 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [166 kB]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.24 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [148 kB]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.28 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.29 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.30 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.38 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.39 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.39 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.40 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
16:51:58 [2022-07-20T16:51:58.105Z] #19 15.41 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
16:51:58 [2022-07-20T16:51:58.105Z] #19 ...
16:51:58 [2022-07-20T16:51:58.105Z] 
16:51:58 [2022-07-20T16:51:58.105Z] #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
16:51:58 [2022-07-20T16:51:58.105Z] #62 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:51:58 [2022-07-20T16:51:58.105Z] #62 30.29 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
16:51:58 [2022-07-20T16:51:58.105Z] #62 30.55 go: downloading github.com/ryancurrah/gomodguard v1.2.3
16:51:58 [2022-07-20T16:51:58.105Z] #62 30.56 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
16:51:58 [2022-07-20T16:51:58.105Z] #62 30.70 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
16:51:58 [2022-07-20T16:51:58.105Z] #62 30.85 go: downloading github.com/securego/gosec/v2 v2.11.0
16:51:58 [2022-07-20T16:51:58.105Z] #62 31.32 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
16:51:58 [2022-07-20T16:51:58.105Z] #62 31.32 go: downloading github.com/sivchari/containedctx v1.0.2
16:51:58 [2022-07-20T16:51:58.105Z] #62 31.41 go: downloading github.com/sivchari/tenv v1.5.0
16:51:58 [2022-07-20T16:51:58.105Z] #62 31.43 go: downloading github.com/sonatard/noctx v0.0.1
16:51:58 [2022-07-20T16:51:58.105Z] #62 31.51 go: downloading github.com/sourcegraph/go-diff v0.6.1
16:51:58 [2022-07-20T16:51:58.105Z] #62 31.62 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
16:51:58 [2022-07-20T16:51:58.105Z] #62 31.72 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
16:51:58 [2022-07-20T16:51:58.105Z] #62 31.88 go: downloading github.com/sylvia7788/contextcheck v1.0.4
16:51:58 [2022-07-20T16:51:58.105Z] #62 31.96 go: downloading github.com/tdakkota/asciicheck v0.1.1
16:51:58 [2022-07-20T16:51:58.105Z] #62 32.01 go: downloading github.com/tetafro/godot v1.4.11
16:51:58 [2022-07-20T16:51:58.105Z] #62 32.10 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
16:51:58 [2022-07-20T16:51:58.105Z] #62 32.26 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
16:51:58 [2022-07-20T16:51:58.105Z] #62 32.30 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
16:51:58 [2022-07-20T16:51:58.105Z] #62 32.56 go: downloading github.com/ultraware/funlen v0.0.3
16:51:58 [2022-07-20T16:51:58.105Z] #62 32.89 go: downloading github.com/ultraware/whitespace v0.0.5
16:51:58 [2022-07-20T16:51:58.105Z] #62 32.94 go: downloading github.com/uudashr/gocognit v1.0.5
16:51:58 [2022-07-20T16:51:58.105Z] #62 33.00 go: downloading github.com/yagipy/maintidx v1.0.0
16:51:58 [2022-07-20T16:51:58.105Z] #62 33.05 go: downloading github.com/yeya24/promlinter v0.2.0
16:51:58 [2022-07-20T16:51:58.105Z] #62 33.23 go: downloading gitlab.com/bosi/decorder v0.2.1
16:51:58 [2022-07-20T16:51:58.365Z] #62 33.50 go: downloading honnef.co/go/tools v0.3.1
16:51:56 [2022-07-20T16:51:56.787Z]  > git remote # timeout=10
16:51:56 [2022-07-20T16:51:56.816Z]  > git config --get remote.origin.url # timeout=10
16:51:56 [2022-07-20T16:51:56.844Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:51:56 [2022-07-20T16:51:56.845Z]  > git merge 7624f8aeb1836cd75a0912d9614930e8a59eaf4e # timeout=10
16:51:56 [2022-07-20T16:51:56.869Z]  > git rev-parse HEAD^{commit} # timeout=10
16:51:56 [2022-07-20T16:51:56.889Z]  > git config core.sparsecheckout # timeout=10
16:51:56 [2022-07-20T16:51:56.905Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
16:51:59 [2022-07-20T16:51:59.380Z] Client:
16:51:59 [2022-07-20T16:51:59.381Z]  Context:    default
16:51:59 [2022-07-20T16:51:59.381Z]  Debug Mode: false
16:51:59 [2022-07-20T16:51:59.381Z]  Plugins:
16:51:59 [2022-07-20T16:51:59.381Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
16:51:59 [2022-07-20T16:51:59.381Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
16:51:59 [2022-07-20T16:51:59.381Z]   compose: Docker Compose (Docker Inc., v2.4.1)
16:51:59 [2022-07-20T16:51:59.381Z]   scan: Docker Scan (Docker Inc., v0.17.0)
16:51:59 [2022-07-20T16:51:59.381Z] 
16:51:59 [2022-07-20T16:51:59.381Z] Server:
16:51:59 [2022-07-20T16:51:59.381Z]  Containers: 0
16:51:59 [2022-07-20T16:51:59.381Z]   Running: 0
16:51:59 [2022-07-20T16:51:59.381Z]   Paused: 0
16:51:59 [2022-07-20T16:51:59.381Z]   Stopped: 0
16:51:59 [2022-07-20T16:51:59.381Z]  Images: 0
16:51:59 [2022-07-20T16:51:59.381Z]  Server Version: 20.10.14
16:51:59 [2022-07-20T16:51:59.381Z]  Storage Driver: overlay2
16:51:59 [2022-07-20T16:51:59.381Z]   Backing Filesystem: extfs
16:51:59 [2022-07-20T16:51:59.381Z]   Supports d_type: true
16:51:59 [2022-07-20T16:51:59.381Z]   Native Overlay Diff: true
16:51:59 [2022-07-20T16:51:59.381Z]   userxattr: false
16:51:59 [2022-07-20T16:51:59.381Z]  Logging Driver: json-file
16:51:59 [2022-07-20T16:51:59.381Z]  Cgroup Driver: cgroupfs
16:51:59 [2022-07-20T16:51:59.381Z]  Cgroup Version: 1
16:51:59 [2022-07-20T16:51:59.381Z]  Plugins:
16:51:59 [2022-07-20T16:51:59.381Z]   Volume: local
16:51:59 [2022-07-20T16:51:59.381Z]   Network: bridge host ipvlan macvlan null overlay
16:51:59 [2022-07-20T16:51:59.381Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:51:59 [2022-07-20T16:51:59.381Z]  Swarm: inactive
16:51:59 [2022-07-20T16:51:59.381Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:51:59 [2022-07-20T16:51:59.381Z]  Default Runtime: runc
16:51:59 [2022-07-20T16:51:59.381Z]  Init Binary: docker-init
16:51:59 [2022-07-20T16:51:59.381Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
16:51:59 [2022-07-20T16:51:59.381Z]  runc version: v1.0.3-0-gf46b6ba
16:51:59 [2022-07-20T16:51:59.381Z]  init version: de40ad0
16:51:59 [2022-07-20T16:51:59.381Z]  Security Options:
16:51:59 [2022-07-20T16:51:59.381Z]   apparmor
16:51:59 [2022-07-20T16:51:59.381Z]   seccomp
16:51:59 [2022-07-20T16:51:59.381Z]    Profile: default
16:51:59 [2022-07-20T16:51:59.381Z]  Kernel Version: 5.4.0-1071-aws
16:51:59 [2022-07-20T16:51:59.381Z]  Operating System: Ubuntu 18.04.6 LTS
16:51:59 [2022-07-20T16:51:59.381Z]  OSType: linux
16:51:59 [2022-07-20T16:51:59.381Z]  Architecture: x86_64
16:51:59 [2022-07-20T16:51:59.381Z]  CPUs: 2
16:51:59 [2022-07-20T16:51:59.381Z]  Total Memory: 7.565GiB
16:51:59 [2022-07-20T16:51:59.381Z]  Name: ip-10-100-46-20
16:51:59 [2022-07-20T16:51:59.381Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
16:51:59 [2022-07-20T16:51:59.381Z]  Docker Root Dir: /var/lib/docker
16:51:59 [2022-07-20T16:51:59.381Z]  Debug Mode: false
16:51:59 [2022-07-20T16:51:59.381Z]  Registry: https://index.docker.io/v1/
16:51:59 [2022-07-20T16:51:59.381Z]  Labels:
16:51:59 [2022-07-20T16:51:59.381Z]  Experimental: true
16:51:59 [2022-07-20T16:51:59.381Z]  Insecure Registries:
16:51:59 [2022-07-20T16:51:59.381Z]   127.0.0.0/8
16:51:59 [2022-07-20T16:51:59.381Z]  Live Restore Enabled: true
16:51:59 [2022-07-20T16:51:59.381Z] 
16:51:59 [2022-07-20T16:51:59.381Z] WARNING: No swap limit support
[Pipeline] sh
16:51:59 [2022-07-20T16:51:59.396Z] Fetching without tags
16:51:59 [2022-07-20T16:51:59.628Z] Merging remotes/origin/master commit 7624f8aeb1836cd75a0912d9614930e8a59eaf4e into PR head commit 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:51:59 [2022-07-20T16:51:59.696Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:51:59 [2022-07-20T16:51:59.696Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:51:59 [2022-07-20T16:51:59.696Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43838/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
16:51:59 [2022-07-20T16:51:59.696Z] + bash /home/ubuntu/workspace/moby_PR-43838/check-config.sh
16:51:59 [2022-07-20T16:51:59.696Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:51:59 [2022-07-20T16:51:59.696Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
16:51:59 [2022-07-20T16:51:59.696Z] 
16:51:59 [2022-07-20T16:51:59.696Z] Generally Necessary:
16:51:59 [2022-07-20T16:51:59.696Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:51:59 [2022-07-20T16:51:59.696Z] - apparmor: enabled and tools installed
16:51:59 [2022-07-20T16:51:59.696Z] - CONFIG_NAMESPACES: enabled
16:51:59 [2022-07-20T16:51:59.696Z] - CONFIG_NET_NS: enabled
16:51:59 [2022-07-20T16:51:59.696Z] - CONFIG_PID_NS: enabled
16:51:59 [2022-07-20T16:51:59.696Z] - CONFIG_IPC_NS: enabled
16:51:59 [2022-07-20T16:51:59.696Z] - CONFIG_UTS_NS: enabled
16:51:59 [2022-07-20T16:51:59.696Z] - CONFIG_CGROUPS: enabled
16:51:59 [2022-07-20T16:51:59.696Z] - CONFIG_CGROUP_CPUACCT: enabled
16:51:59 [2022-07-20T16:51:59.696Z] - CONFIG_CGROUP_DEVICE: enabled
16:51:59 [2022-07-20T16:51:59.696Z] - CONFIG_CGROUP_FREEZER: enabled
16:51:59 [2022-07-20T16:51:59.696Z] - CONFIG_CGROUP_SCHED: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_CPUSETS: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_MEMCG: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_KEYS: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_VETH: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_BRIDGE: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_NF_NAT: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_POSIX_MQUEUE: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_CGROUP_BPF: enabled
16:51:59 [2022-07-20T16:51:59.965Z] 
16:51:59 [2022-07-20T16:51:59.965Z] Optional Features:
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_USER_NS: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_SECCOMP: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_SECCOMP_FILTER: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_CGROUP_PIDS: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_MEMCG_SWAP: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:51:59 [2022-07-20T16:51:59.965Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_BLK_CGROUP: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_CGROUP_PERF: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_CGROUP_HUGETLB: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_CFS_BANDWIDTH: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_RT_GROUP_SCHED: missing
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_IP_VS: enabled (as module)
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_IP_VS_NFCT: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:51:59 [2022-07-20T16:51:59.965Z] - CONFIG_IP_VS_RR: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z] - CONFIG_SECURITY_SELINUX: enabled
16:52:00 [2022-07-20T16:52:00.233Z] - CONFIG_SECURITY_APPARMOR: enabled
16:52:00 [2022-07-20T16:52:00.233Z] - CONFIG_EXT4_FS: enabled
16:52:00 [2022-07-20T16:52:00.233Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:52:00 [2022-07-20T16:52:00.233Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:52:00 [2022-07-20T16:52:00.233Z] - Network Drivers:
16:52:00 [2022-07-20T16:52:00.233Z]   - "overlay":
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_VXLAN: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:52:00 [2022-07-20T16:52:00.233Z]       Optional (for encrypted networks):
16:52:00 [2022-07-20T16:52:00.233Z]       - CONFIG_CRYPTO: enabled
16:52:00 [2022-07-20T16:52:00.233Z]       - CONFIG_CRYPTO_AEAD: enabled
16:52:00 [2022-07-20T16:52:00.233Z]       - CONFIG_CRYPTO_GCM: enabled
16:52:00 [2022-07-20T16:52:00.233Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:52:00 [2022-07-20T16:52:00.233Z]       - CONFIG_CRYPTO_GHASH: enabled
16:52:00 [2022-07-20T16:52:00.233Z]       - CONFIG_XFRM: enabled
16:52:00 [2022-07-20T16:52:00.233Z]       - CONFIG_XFRM_USER: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]       - CONFIG_INET_ESP: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]   - "ipvlan":
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_IPVLAN: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]   - "macvlan":
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_MACVLAN: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_DUMMY: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]   - "ftp,tftp client in container":
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z] - Storage Drivers:
16:52:00 [2022-07-20T16:52:00.233Z]   - "aufs":
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_AUFS_FS: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]   - "btrfs":
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:52:00 [2022-07-20T16:52:00.233Z]   - "devicemapper":
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_BLK_DEV_DM: enabled
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]   - "overlay":
16:52:00 [2022-07-20T16:52:00.233Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:52:00 [2022-07-20T16:52:00.233Z]   - "zfs":
16:52:00 [2022-07-20T16:52:00.233Z]     - /dev/zfs: present
16:52:00 [2022-07-20T16:52:00.233Z]     - zfs command: missing
16:52:00 [2022-07-20T16:52:00.233Z]     - zpool command: missing
16:52:00 [2022-07-20T16:52:00.233Z] 
16:52:00 [2022-07-20T16:52:00.233Z] Limits:
16:52:00 [2022-07-20T16:52:00.233Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:52:00 [2022-07-20T16:52:00.233Z] 
16:52:00 [2022-07-20T16:52:00.233Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:52:00 [2022-07-20T16:52:00.284Z] #62 35.56 go: downloading mvdan.cc/gofumpt v0.3.1
16:52:00 [2022-07-20T16:52:00.284Z] #62 35.56 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:52:00 [2022-07-20T16:52:00.412Z] Merge succeeded, producing 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
16:52:00 [2022-07-20T16:52:00.412Z] Checking out Revision 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 (PR-43838)
16:52:00 [2022-07-20T16:52:00.544Z] #62 35.79 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
16:52:00 [2022-07-20T16:52:00.544Z] #62 35.85 go: downloading github.com/davecgh/go-spew v1.1.1
16:52:00 [2022-07-20T16:52:00.544Z] #62 35.89 go: downloading github.com/pmezard/go-difflib v1.0.0
16:52:00 [2022-07-20T16:52:00.580Z] + sudo modprobe ip_vs
16:52:00 [2022-07-20T16:52:00.804Z] #62 36.05 go: downloading github.com/stretchr/objx v0.1.1
16:52:00 [2022-07-20T16:52:00.804Z] #62 36.11 go: downloading github.com/subosito/gotenv v1.2.0
16:52:00 [2022-07-20T16:52:00.804Z] #62 36.19 go: downloading github.com/hashicorp/hcl v1.0.0
16:52:00 [2022-07-20T16:52:00.848Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 .
16:51:59 [2022-07-20T16:51:59.361Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:51:59 [2022-07-20T16:51:59.372Z]  > git config --add remote.origin.fetch +refs/pull/43838/head:refs/remotes/origin/PR-43838 # timeout=10
16:51:59 [2022-07-20T16:51:59.379Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:59 [2022-07-20T16:51:59.388Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:51:59 [2022-07-20T16:51:59.401Z] Fetching upstream changes from https://github.com/moby/moby.git
16:51:59 [2022-07-20T16:51:59.402Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:51:59 [2022-07-20T16:51:59.405Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43838/head:refs/remotes/origin/PR-43838 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:51:59 [2022-07-20T16:51:59.636Z]  > git config core.sparsecheckout # timeout=10
16:51:59 [2022-07-20T16:51:59.645Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
16:52:00 [2022-07-20T16:52:00.357Z]  > git remote # timeout=10
16:52:00 [2022-07-20T16:52:00.375Z]  > git config --get remote.origin.url # timeout=10
16:52:00 [2022-07-20T16:52:00.384Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:52:00 [2022-07-20T16:52:00.385Z]  > git merge 7624f8aeb1836cd75a0912d9614930e8a59eaf4e # timeout=10
16:52:00 [2022-07-20T16:52:00.403Z]  > git rev-parse HEAD^{commit} # timeout=10
16:52:00 [2022-07-20T16:52:00.415Z]  > git config core.sparsecheckout # timeout=10
16:52:00 [2022-07-20T16:52:00.429Z]  > git checkout -f 0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 # timeout=10
16:52:01 [2022-07-20T16:52:01.063Z] #62 ...
16:52:01 [2022-07-20T16:52:01.063Z] 
16:52:01 [2022-07-20T16:52:01.063Z] #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
16:52:01 [2022-07-20T16:52:01.063Z] #58 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:52:01 [2022-07-20T16:52:01.063Z] #58 26.06 Fetched 8558 kB in 21s (417 kB/s)
16:52:01 [2022-07-20T16:52:01.063Z] #58 26.06 Reading package lists...
16:52:01 [2022-07-20T16:52:01.063Z] #58 33.54 Reading package lists...
16:52:01 [2022-07-20T16:52:01.063Z] #58 ...
16:52:01 [2022-07-20T16:52:01.063Z] 
16:52:01 [2022-07-20T16:52:01.063Z] #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
16:52:01 [2022-07-20T16:52:01.063Z] #62 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:52:01 [2022-07-20T16:52:01.063Z] #62 36.51 go: downloading gopkg.in/ini.v1 v1.66.4
16:52:01 [2022-07-20T16:52:01.110Z] #2 [internal] load .dockerignore
16:52:01 [2022-07-20T16:52:01.110Z] #2 sha256:e56e6589cb3f72a572527f900e8671f3d8527333f2dd93718bcd38274f78e5d4
16:52:01 [2022-07-20T16:52:01.110Z] #2 transferring context: 145B done
16:52:01 [2022-07-20T16:52:01.110Z] #2 DONE 0.2s
16:52:01 [2022-07-20T16:52:01.110Z] 
16:52:01 [2022-07-20T16:52:01.110Z] #1 [internal] load build definition from Dockerfile
16:52:01 [2022-07-20T16:52:01.110Z] #1 sha256:de926d88a338cbe109c0ef01fb621d9a32e4d3c5cc5ee13cc754a2a7e7d9c5c3
16:52:01 [2022-07-20T16:52:01.110Z] #1 transferring dockerfile: 19.25kB 0.0s done
16:52:01 [2022-07-20T16:52:01.110Z] #1 DONE 0.2s
16:52:01 [2022-07-20T16:52:01.110Z] 
16:52:01 [2022-07-20T16:52:01.110Z] #3 resolve image config for docker.io/docker/dockerfile:1
16:52:01 [2022-07-20T16:52:01.110Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
16:52:01 [2022-07-20T16:52:01.322Z] #62 36.53 go: downloading github.com/magiconair/properties v1.8.6
16:52:01 [2022-07-20T16:52:01.625Z] #62 36.76 go: downloading github.com/pelletier/go-toml v1.9.5
16:52:01 [2022-07-20T16:52:01.690Z] #3 DONE 0.4s
16:52:01 [2022-07-20T16:52:01.690Z] 
16:52:01 [2022-07-20T16:52:01.690Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
16:52:01 [2022-07-20T16:52:01.690Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
16:52:01 [2022-07-20T16:52:01.690Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
16:52:01 [2022-07-20T16:52:01.690Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 6.29MB / 9.94MB 0.1s
16:52:01 [2022-07-20T16:52:01.690Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
16:52:01 [2022-07-20T16:52:01.690Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
16:52:01 [2022-07-20T16:52:01.690Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
16:52:01 [2022-07-20T16:52:01.690Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s
16:52:01 [2022-07-20T16:52:01.692Z] Commit message: "logger/journald: remove journald_compat (for systemd < 209)"
16:52:01 [2022-07-20T16:52:01.935Z] #62 36.97 go: downloading golang.org/x/text v0.3.7
16:52:01 [2022-07-20T16:52:01.952Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s done
16:52:01 [2022-07-20T16:52:01.952Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:52:02 [2022-07-20T16:52:02.522Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.5s done
16:52:02 [2022-07-20T16:52:02.978Z] + docker version
16:52:03 [2022-07-20T16:52:03.463Z] #4 DONE 1.7s
16:52:03 [2022-07-20T16:52:03.723Z] 
16:52:03 [2022-07-20T16:52:03.723Z] #6 [internal] load build definition from Dockerfile
16:52:03 [2022-07-20T16:52:03.723Z] #6 sha256:3707c0d42fa98a0cdc06c563e2b02d02ecb5fe431518dd8781fc616ce3f699e2
16:52:03 [2022-07-20T16:52:03.723Z] #6 DONE 0.0s
16:52:03 [2022-07-20T16:52:03.723Z] 
16:52:03 [2022-07-20T16:52:03.723Z] #5 [internal] load .dockerignore
16:52:03 [2022-07-20T16:52:03.723Z] #5 sha256:fb17115403b9909222849cf918fe19725c58cce1465e9e246766783da5504184
16:52:03 [2022-07-20T16:52:03.723Z] #5 DONE 0.0s
16:52:03 [2022-07-20T16:52:03.723Z] 
16:52:03 [2022-07-20T16:52:03.723Z] #10 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye
16:52:03 [2022-07-20T16:52:03.723Z] #10 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f
16:52:04 [2022-07-20T16:52:04.300Z] #10 DONE 0.8s
16:52:04 [2022-07-20T16:52:04.300Z] 
16:52:04 [2022-07-20T16:52:04.300Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:52:04 [2022-07-20T16:52:04.300Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:52:04 [2022-07-20T16:52:04.300Z] #7 DONE 0.8s
16:52:04 [2022-07-20T16:52:04.300Z] 
16:52:04 [2022-07-20T16:52:04.300Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:52:04 [2022-07-20T16:52:04.300Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:52:04 [2022-07-20T16:52:04.539Z] #62 ...
16:52:04 [2022-07-20T16:52:04.539Z] 
16:52:04 [2022-07-20T16:52:04.539Z] #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             ;
16:52:04 [2022-07-20T16:52:04.539Z] #83 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:52:04 [2022-07-20T16:52:04.539Z] #83 22.04 Reading package lists...
16:52:04 [2022-07-20T16:52:04.539Z] #83 29.59 Reading package lists...
16:52:04 [2022-07-20T16:52:04.539Z] #83 36.68 Building dependency tree...
16:52:04 [2022-07-20T16:52:04.539Z] #83 ...
16:52:04 [2022-07-20T16:52:04.539Z] 
16:52:04 [2022-07-20T16:52:04.539Z] #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
16:52:04 [2022-07-20T16:52:04.539Z] #54 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:52:04 [2022-07-20T16:52:04.539Z] #54 33.65 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:52:04 [2022-07-20T16:52:04.568Z] #9 DONE 0.8s
16:52:04 [2022-07-20T16:52:04.568Z] 
16:52:04 [2022-07-20T16:52:04.568Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
16:52:04 [2022-07-20T16:52:04.568Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
16:52:04 [2022-07-20T16:52:04.568Z] #8 DONE 0.8s
16:52:04 [2022-07-20T16:52:04.948Z] Commit message: "logger/journald: remove journald_compat (for systemd < 209)"
16:52:05 [2022-07-20T16:52:05.141Z] 
16:52:05 [2022-07-20T16:52:05.141Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:05 [2022-07-20T16:52:05.141Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:52:05 [2022-07-20T16:52:05.141Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
16:52:05 [2022-07-20T16:52:05.141Z] #73 DONE 0.1s
16:52:05 [2022-07-20T16:52:05.141Z] 
16:52:05 [2022-07-20T16:52:05.141Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:52:05 [2022-07-20T16:52:05.141Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:52:05 [2022-07-20T16:52:05.141Z] #28 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.1s done
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:52:05 [2022-07-20T16:52:05.409Z] #28 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done
16:52:05 [2022-07-20T16:52:05.409Z] #28 sha256:c11d2593cb741ae8a36d0de9cd240d13518e95f50bccfa8d00a668c006db181e 529B / 529B done
16:52:05 [2022-07-20T16:52:05.409Z] #28 sha256:123c2f3835fd73f108008a94bf92ebbce0853c48cbb713e8fa2a70a995282c8b 1.46kB / 1.46kB done
16:52:05 [2022-07-20T16:52:05.409Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 0B / 55.00MB 0.1s
16:52:05 [2022-07-20T16:52:05.409Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 5.24MB / 55.00MB 0.3s
16:52:05 [2022-07-20T16:52:05.641Z] Client: Docker Engine - Community
16:52:05 [2022-07-20T16:52:05.641Z]  Version:           20.10.14
16:52:05 [2022-07-20T16:52:05.641Z]  API version:       1.41
16:52:05 [2022-07-20T16:52:05.641Z]  Go version:        go1.16.15
16:52:05 [2022-07-20T16:52:05.641Z]  Git commit:        a224086
16:52:05 [2022-07-20T16:52:05.641Z]  Built:             Thu Mar 24 01:48:02 2022
16:52:05 [2022-07-20T16:52:05.641Z]  OS/Arch:           linux/amd64
16:52:05 [2022-07-20T16:52:05.641Z]  Context:           default
16:52:05 [2022-07-20T16:52:05.641Z]  Experimental:      true
16:52:05 [2022-07-20T16:52:05.641Z] 
16:52:05 [2022-07-20T16:52:05.641Z] Server: Docker Engine - Community
16:52:05 [2022-07-20T16:52:05.641Z]  Engine:
16:52:05 [2022-07-20T16:52:05.641Z]   Version:          20.10.14
16:52:05 [2022-07-20T16:52:05.641Z]   API version:      1.41 (minimum version 1.12)
16:52:05 [2022-07-20T16:52:05.641Z]   Go version:       go1.16.15
16:52:05 [2022-07-20T16:52:05.641Z]   Git commit:       87a90dc
16:52:05 [2022-07-20T16:52:05.641Z]   Built:            Thu Mar 24 01:45:53 2022
16:52:05 [2022-07-20T16:52:05.641Z]   OS/Arch:          linux/amd64
16:52:05 [2022-07-20T16:52:05.641Z]   Experimental:     true
16:52:05 [2022-07-20T16:52:05.641Z]  containerd:
16:52:05 [2022-07-20T16:52:05.641Z]   Version:          1.5.11
16:52:05 [2022-07-20T16:52:05.641Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
16:52:05 [2022-07-20T16:52:05.641Z]  runc:
16:52:05 [2022-07-20T16:52:05.641Z]   Version:          1.0.3
16:52:05 [2022-07-20T16:52:05.641Z]   GitCommit:        v1.0.3-0-gf46b6ba
16:52:05 [2022-07-20T16:52:05.641Z]  docker-init:
16:52:05 [2022-07-20T16:52:05.641Z]   Version:          0.19.0
16:52:05 [2022-07-20T16:52:05.641Z]   GitCommit:        de40ad0
[Pipeline] sh
16:52:05 [2022-07-20T16:52:05.684Z] #28 ...
16:52:05 [2022-07-20T16:52:05.684Z] 
16:52:05 [2022-07-20T16:52:05.684Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
16:52:05 [2022-07-20T16:52:05.684Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
16:52:05 [2022-07-20T16:52:05.684Z] #49 DONE 0.0s
16:52:05 [2022-07-20T16:52:05.684Z] 
16:52:05 [2022-07-20T16:52:05.684Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:52:05 [2022-07-20T16:52:05.684Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:52:05 [2022-07-20T16:52:05.684Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 13.63MB / 55.00MB 0.5s
16:52:05 [2022-07-20T16:52:05.861Z] + docker version
16:52:05 [2022-07-20T16:52:05.916Z] #54 ...
16:52:05 [2022-07-20T16:52:05.916Z] 
16:52:05 [2022-07-20T16:52:05.916Z] #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
16:52:05 [2022-07-20T16:52:05.916Z] #58 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:52:05 [2022-07-20T16:52:05.916Z] #58 33.54 Reading package lists...
16:52:05 [2022-07-20T16:52:05.950Z] + docker info
16:52:05 [2022-07-20T16:52:05.956Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 16.78MB / 55.00MB 0.6s
16:52:05 [2022-07-20T16:52:05.956Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 20.63MB / 55.00MB 0.8s
16:52:06 [2022-07-20T16:52:06.218Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 26.36MB / 55.00MB 1.0s
16:52:06 [2022-07-20T16:52:06.218Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 31.46MB / 55.00MB 1.1s
16:52:06 [2022-07-20T16:52:06.273Z] Client: Docker Engine - Community
16:52:06 [2022-07-20T16:52:06.273Z]  Version:           20.10.14
16:52:06 [2022-07-20T16:52:06.273Z]  API version:       1.41
16:52:06 [2022-07-20T16:52:06.273Z]  Go version:        go1.16.15
16:52:06 [2022-07-20T16:52:06.273Z]  Git commit:        a224086
16:52:06 [2022-07-20T16:52:06.273Z]  Built:             Thu Mar 24 01:47:57 2022
16:52:06 [2022-07-20T16:52:06.273Z]  OS/Arch:           linux/amd64
16:52:06 [2022-07-20T16:52:06.273Z]  Context:           default
16:52:06 [2022-07-20T16:52:06.273Z]  Experimental:      true
16:52:06 [2022-07-20T16:52:06.273Z] 
16:52:06 [2022-07-20T16:52:06.273Z] Server: Docker Engine - Community
16:52:06 [2022-07-20T16:52:06.273Z]  Engine:
16:52:06 [2022-07-20T16:52:06.273Z]   Version:          20.10.14
16:52:06 [2022-07-20T16:52:06.273Z]   API version:      1.41 (minimum version 1.12)
16:52:06 [2022-07-20T16:52:06.273Z]   Go version:       go1.16.15
16:52:06 [2022-07-20T16:52:06.273Z]   Git commit:       87a90dc
16:52:06 [2022-07-20T16:52:06.273Z]   Built:            Thu Mar 24 01:45:46 2022
16:52:06 [2022-07-20T16:52:06.273Z]   OS/Arch:          linux/amd64
16:52:06 [2022-07-20T16:52:06.273Z]   Experimental:     true
16:52:06 [2022-07-20T16:52:06.273Z]  containerd:
16:52:06 [2022-07-20T16:52:06.273Z]   Version:          1.5.11
16:52:06 [2022-07-20T16:52:06.273Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
16:52:06 [2022-07-20T16:52:06.273Z]  runc:
16:52:06 [2022-07-20T16:52:06.273Z]   Version:          1.0.3
16:52:06 [2022-07-20T16:52:06.273Z]   GitCommit:        v1.0.3-0-gf46b6ba
16:52:06 [2022-07-20T16:52:06.273Z]  docker-init:
16:52:06 [2022-07-20T16:52:06.273Z]   Version:          0.19.0
16:52:06 [2022-07-20T16:52:06.273Z]   GitCommit:        de40ad0
[Pipeline] sh
16:52:06 [2022-07-20T16:52:06.478Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 34.92MB / 55.00MB 1.2s
16:52:06 [2022-07-20T16:52:06.598Z] + docker info
16:52:06 [2022-07-20T16:52:06.738Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 37.75MB / 55.00MB 1.4s
16:52:06 [2022-07-20T16:52:06.738Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 41.94MB / 55.00MB 1.5s
16:52:06 [2022-07-20T16:52:06.998Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 46.99MB / 55.00MB 1.7s
16:52:07 [2022-07-20T16:52:07.257Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 50.33MB / 55.00MB 1.9s
16:52:07 [2022-07-20T16:52:07.257Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 54.53MB / 55.00MB 2.0s
16:52:07 [2022-07-20T16:52:07.818Z] #58 40.70 Building dependency tree...
16:52:08 [2022-07-20T16:52:08.208Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.6s done
16:52:10 [2022-07-20T16:52:10.746Z] #28 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 2.1s
16:52:11 [2022-07-20T16:52:11.109Z] #58 45.71 The following additional packages will be installed:
16:52:11 [2022-07-20T16:52:11.109Z] #58 45.78   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:52:11 [2022-07-20T16:52:11.109Z] #58 45.78   python3-protobuf python3-six
16:52:11 [2022-07-20T16:52:11.109Z] #58 45.79 Suggested packages:
16:52:11 [2022-07-20T16:52:11.109Z] #58 45.80   python3-setuptools
16:52:11 [2022-07-20T16:52:11.109Z] #58 45.80 Recommended packages:
16:52:11 [2022-07-20T16:52:11.109Z] #58 45.80   iproute2 | iproute
16:52:11 [2022-07-20T16:52:11.109Z] #58 ...
16:52:11 [2022-07-20T16:52:11.109Z] 
16:52:11 [2022-07-20T16:52:11.109Z] #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
16:52:11 [2022-07-20T16:52:11.109Z] #62 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:52:11 [2022-07-20T16:52:11.109Z] #62 46.52 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
16:52:11 [2022-07-20T16:52:11.315Z] #28 ...
16:52:11 [2022-07-20T16:52:11.315Z] 
16:52:11 [2022-07-20T16:52:11.315Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:11 [2022-07-20T16:52:11.315Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:11 [2022-07-20T16:52:11.315Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18 0.1s done
16:52:11 [2022-07-20T16:52:11.315Z] #11 sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18 1.86kB / 1.86kB done
16:52:11 [2022-07-20T16:52:11.315Z] #11 sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 1.80kB / 1.80kB done
16:52:11 [2022-07-20T16:52:11.315Z] #11 sha256:e3c0472b1b62b0899bebd7aee842ba7a7f4d6c3cdf006115adcd247b69c4bfe1 7.10kB / 7.10kB done
16:52:11 [2022-07-20T16:52:11.315Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.6s done
16:52:11 [2022-07-20T16:52:11.315Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 0.5s done
16:52:11 [2022-07-20T16:52:11.315Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 0.9s done
16:52:11 [2022-07-20T16:52:11.315Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 3.1s done
16:52:11 [2022-07-20T16:52:11.315Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 5.5s done
16:52:11 [2022-07-20T16:52:11.315Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 157B / 157B 3.4s done
16:52:11 [2022-07-20T16:52:11.315Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 58.72MB / 141.81MB 6.1s
16:52:11 [2022-07-20T16:52:11.371Z] #62 46.67 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
16:52:11 [2022-07-20T16:52:11.371Z] #62 46.72 go: downloading github.com/gobwas/glob v0.2.3
16:52:11 [2022-07-20T16:52:11.575Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 68.16MB / 141.81MB 6.4s
16:52:11 [2022-07-20T16:52:11.630Z] #62 46.89 go: downloading github.com/kisielk/gotool v1.0.0
16:52:11 [2022-07-20T16:52:11.630Z] #62 46.94 go: downloading github.com/gostaticanalysis/comment v1.4.2
16:52:11 [2022-07-20T16:52:11.630Z] #62 47.04 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
16:52:11 [2022-07-20T16:52:11.888Z] #62 47.13 go: downloading github.com/ettle/strcase v0.1.1
16:52:11 [2022-07-20T16:52:11.888Z] #62 47.24 go: downloading github.com/fatih/structtag v1.2.0
16:52:11 [2022-07-20T16:52:11.888Z] #62 47.28 go: downloading github.com/Masterminds/semver v1.5.0
16:52:12 [2022-07-20T16:52:12.145Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 76.55MB / 141.81MB 6.8s
16:52:12 [2022-07-20T16:52:12.147Z] #62 47.37 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
16:52:12 [2022-07-20T16:52:12.147Z] #62 47.44 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
16:52:12 [2022-07-20T16:52:12.406Z] #62 47.53 go: downloading github.com/prometheus/client_golang v1.12.1
16:52:12 [2022-07-20T16:52:12.411Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 85.98MB / 141.81MB 7.1s
16:52:12 [2022-07-20T16:52:12.664Z] #62 ...
16:52:12 [2022-07-20T16:52:12.664Z] 
16:52:12 [2022-07-20T16:52:12.664Z] #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
16:52:12 [2022-07-20T16:52:12.664Z] #64 sha256:56a2601fc0bd3cc28d2295a5fea21dd3191de36bc576e6c7a3adb5d66416e572
16:52:12 [2022-07-20T16:52:12.664Z] #64 46.81 v3.0.2
16:52:12 [2022-07-20T16:52:12.664Z] #64 DONE 48.0s
16:52:12 [2022-07-20T16:52:12.671Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 93.93MB / 141.81MB 7.3s
16:52:12 [2022-07-20T16:52:12.923Z] 
16:52:12 [2022-07-20T16:52:12.923Z] #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
16:52:12 [2022-07-20T16:52:12.923Z] #58 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:52:12 [2022-07-20T16:52:12.923Z] #58 46.70 The following NEW packages will be installed:
16:52:12 [2022-07-20T16:52:12.923Z] #58 46.76   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:52:12 [2022-07-20T16:52:12.923Z] #58 46.76   python3-protobuf python3-six
16:52:12 [2022-07-20T16:52:12.923Z] #58 47.28 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
16:52:12 [2022-07-20T16:52:12.923Z] #58 47.28 Need to get 2315 kB of archives.
16:52:12 [2022-07-20T16:52:12.923Z] #58 47.28 After this operation, 11.1 MB of additional disk space will be used.
16:52:12 [2022-07-20T16:52:12.923Z] #58 47.28 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
16:52:12 [2022-07-20T16:52:12.923Z] #58 47.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:52:12 [2022-07-20T16:52:12.923Z] #58 47.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
16:52:12 [2022-07-20T16:52:12.923Z] #58 47.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
16:52:12 [2022-07-20T16:52:12.923Z] #58 47.41 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:52:12 [2022-07-20T16:52:12.923Z] #58 47.41 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
16:52:12 [2022-07-20T16:52:12.923Z] #58 47.41 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
16:52:12 [2022-07-20T16:52:12.931Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 101.71MB / 141.81MB 7.7s
16:52:13 [2022-07-20T16:52:13.192Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 112.20MB / 141.81MB 8.0s
16:52:13 [2022-07-20T16:52:13.452Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 120.59MB / 141.81MB 8.3s
16:52:13 [2022-07-20T16:52:13.988Z] Client: Docker Engine - Community
16:52:13 [2022-07-20T16:52:13.988Z]  Version:           20.10.14
16:52:13 [2022-07-20T16:52:13.988Z]  API version:       1.41
16:52:13 [2022-07-20T16:52:13.988Z]  Go version:        go1.16.15
16:52:13 [2022-07-20T16:52:13.988Z]  Git commit:        a224086
16:52:13 [2022-07-20T16:52:13.988Z]  Built:             Thu Mar 24 01:47:20 2022
16:52:13 [2022-07-20T16:52:13.988Z]  OS/Arch:           linux/arm64
16:52:13 [2022-07-20T16:52:13.988Z]  Context:           default
16:52:13 [2022-07-20T16:52:13.988Z]  Experimental:      true
16:52:13 [2022-07-20T16:52:13.988Z] 
16:52:13 [2022-07-20T16:52:13.988Z] Server: Docker Engine - Community
16:52:13 [2022-07-20T16:52:13.988Z]  Engine:
16:52:13 [2022-07-20T16:52:13.988Z]   Version:          20.10.14
16:52:13 [2022-07-20T16:52:13.988Z]   API version:      1.41 (minimum version 1.12)
16:52:13 [2022-07-20T16:52:13.988Z]   Go version:       go1.16.15
16:52:13 [2022-07-20T16:52:13.988Z]   Git commit:       87a90dc
16:52:13 [2022-07-20T16:52:13.988Z]   Built:            Thu Mar 24 01:45:39 2022
16:52:13 [2022-07-20T16:52:13.988Z]   OS/Arch:          linux/arm64
16:52:13 [2022-07-20T16:52:13.988Z]   Experimental:     true
16:52:13 [2022-07-20T16:52:13.988Z]  containerd:
16:52:13 [2022-07-20T16:52:13.988Z]   Version:          1.5.11
16:52:13 [2022-07-20T16:52:13.988Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
16:52:13 [2022-07-20T16:52:13.988Z]  runc:
16:52:13 [2022-07-20T16:52:13.988Z]   Version:          1.0.3
16:52:13 [2022-07-20T16:52:13.988Z]   GitCommit:        v1.0.3-0-gf46b6ba
16:52:13 [2022-07-20T16:52:13.988Z]  docker-init:
16:52:13 [2022-07-20T16:52:13.988Z]   Version:          0.19.0
16:52:13 [2022-07-20T16:52:13.988Z]   GitCommit:        de40ad0
[Pipeline] sh
16:52:14 [2022-07-20T16:52:14.037Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 134.22MB / 141.81MB 8.7s
16:52:14 [2022-07-20T16:52:14.300Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 8.9s
16:52:14 [2022-07-20T16:52:14.301Z] + docker info
16:52:14 [2022-07-20T16:52:14.882Z] #11 ...
16:52:14 [2022-07-20T16:52:14.882Z] 
16:52:14 [2022-07-20T16:52:14.882Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:14 [2022-07-20T16:52:14.882Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:52:14 [2022-07-20T16:52:14.882Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
16:52:14 [2022-07-20T16:52:14.882Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:52:14 [2022-07-20T16:52:14.882Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
16:52:14 [2022-07-20T16:52:14.882Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
16:52:14 [2022-07-20T16:52:14.882Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.2s done
16:52:14 [2022-07-20T16:52:14.882Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.1s done
16:52:15 [2022-07-20T16:52:15.143Z] #71 ...
16:52:15 [2022-07-20T16:52:15.143Z] 
16:52:15 [2022-07-20T16:52:15.143Z] #24 [internal] load build context
16:52:15 [2022-07-20T16:52:15.143Z] #24 sha256:fcac8e93054066bc134ed1c4fb20d027773ecb8f6bc7cbcc82d54b8fd798477b
16:52:15 [2022-07-20T16:52:15.143Z] #24 transferring context: 62.07MB 9.6s done
16:52:15 [2022-07-20T16:52:15.143Z] #24 ...
16:52:15 [2022-07-20T16:52:15.143Z] 
16:52:15 [2022-07-20T16:52:15.143Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:15 [2022-07-20T16:52:15.143Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:52:15 [2022-07-20T16:52:15.143Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:52:15 [2022-07-20T16:52:15.143Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:52:15 [2022-07-20T16:52:15.143Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:52:15 [2022-07-20T16:52:15.143Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.5s done
16:52:15 [2022-07-20T16:52:15.143Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.0s done
16:52:15 [2022-07-20T16:52:15.406Z] #73 ...
16:52:15 [2022-07-20T16:52:15.406Z] 
16:52:15 [2022-07-20T16:52:15.406Z] #24 [internal] load build context
16:52:15 [2022-07-20T16:52:15.406Z] #24 sha256:fcac8e93054066bc134ed1c4fb20d027773ecb8f6bc7cbcc82d54b8fd798477b
16:52:15 [2022-07-20T16:52:15.406Z] #24 DONE 10.4s
16:52:15 [2022-07-20T16:52:15.406Z] 
16:52:15 [2022-07-20T16:52:15.406Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:15 [2022-07-20T16:52:15.406Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:52:15 [2022-07-20T16:52:15.406Z] #71 DONE 10.1s
16:52:15 [2022-07-20T16:52:15.406Z] 
16:52:15 [2022-07-20T16:52:15.406Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:15 [2022-07-20T16:52:15.406Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:15 [2022-07-20T16:52:15.406Z] #11 ...
16:52:15 [2022-07-20T16:52:15.406Z] 
16:52:15 [2022-07-20T16:52:15.406Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:15 [2022-07-20T16:52:15.406Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:52:15 [2022-07-20T16:52:15.406Z] #73 DONE 10.2s
16:52:15 [2022-07-20T16:52:15.406Z] 
16:52:15 [2022-07-20T16:52:15.406Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:15 [2022-07-20T16:52:15.406Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:15 [2022-07-20T16:52:15.490Z] #58 50.30 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
16:52:15 [2022-07-20T16:52:15.748Z] #58 ...
16:52:15 [2022-07-20T16:52:15.748Z] 
16:52:15 [2022-07-20T16:52:15.749Z] #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
16:52:15 [2022-07-20T16:52:15.749Z] #47 sha256:667d10b0d609dfaf258e552612e5a80c46ee24788069eea0e871a0e8a006fc5c
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.80 NAME:
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84    go-winres - A tool for embedding resources in Windows executables
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84 
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84 USAGE:
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84    go-winres [global options] command [command options] [arguments...]
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84 
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84 COMMANDS:
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84    init     Create an initial ./winres/winres.json
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84    make     Make syso files for the "go build" command
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84    simply   Make syso files for the "go build" command (simplified)
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84    extract  Extract all resources from an executable
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84    patch    Replace resources in an executable file (exe, dll)
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84    help, h  Shows a list of commands or help for one command
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84 
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84 GLOBAL OPTIONS:
16:52:15 [2022-07-20T16:52:15.749Z] #47 50.84    --help, -h  show help (default: false)
16:52:15 [2022-07-20T16:52:15.749Z] #47 DONE 50.9s
16:52:15 [2022-07-20T16:52:15.749Z] 
16:52:15 [2022-07-20T16:52:15.749Z] #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             ;
16:52:15 [2022-07-20T16:52:15.749Z] #83 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:52:15 [2022-07-20T16:52:15.749Z] #83 41.96 python3 is already the newest version (3.9.2-3).
16:52:15 [2022-07-20T16:52:15.749Z] #83 41.96 The following additional packages will be installed:
16:52:15 [2022-07-20T16:52:15.749Z] #83 41.98   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
16:52:15 [2022-07-20T16:52:15.749Z] #83 42.00   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
16:52:15 [2022-07-20T16:52:15.749Z] #83 42.03 Suggested packages:
16:52:15 [2022-07-20T16:52:15.749Z] #83 42.03   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
16:52:15 [2022-07-20T16:52:15.749Z] #83 42.03   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
16:52:15 [2022-07-20T16:52:15.749Z] #83 42.03   m4-doc ed diffutils-doc
16:52:15 [2022-07-20T16:52:15.749Z] #83 42.03 Recommended packages:
16:52:15 [2022-07-20T16:52:15.749Z] #83 42.03   fakeroot libalgorithm-merge-perl libltdl-dev
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.28 The following NEW packages will be installed:
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.29   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.31   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.31   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.31   libyajl2 m4 patch xz-utils
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.93 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.93 Need to get 5940 kB of archives.
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.93 After this operation, 18.7 MB of additional disk space will be used.
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.93 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.93 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.94 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.96 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.96 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 44.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.03 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.05 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.06 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.11 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.13 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.32 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.32 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.33 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.33 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.33 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.40 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.40 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.42 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.44 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.44 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 45.44 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
16:52:15 [2022-07-20T16:52:15.749Z] #83 46.86 debconf: delaying package configuration, since apt-utils is not installed
16:52:15 [2022-07-20T16:52:15.749Z] #83 47.22 Fetched 5940 kB in 1s (6502 kB/s)
16:52:15 [2022-07-20T16:52:15.749Z] #83 47.71 Selecting previously unselected package bzip2.
16:52:15 [2022-07-20T16:52:15.749Z] #83 47.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
16:52:15 [2022-07-20T16:52:15.749Z] #83 47.83 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 47.85 Unpacking bzip2 (1.0.8-4) ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 48.11 Selecting previously unselected package libmagic-mgc.
16:52:15 [2022-07-20T16:52:15.749Z] #83 48.11 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 48.11 Unpacking libmagic-mgc (1:5.39-3) ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 48.76 Selecting previously unselected package libmagic1:amd64.
16:52:15 [2022-07-20T16:52:15.749Z] #83 48.76 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 48.85 Unpacking libmagic1:amd64 (1:5.39-3) ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 49.09 Selecting previously unselected package file.
16:52:15 [2022-07-20T16:52:15.749Z] #83 49.11 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 49.16 Unpacking file (1:5.39-3) ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 49.46 Selecting previously unselected package xz-utils.
16:52:15 [2022-07-20T16:52:15.749Z] #83 49.46 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 49.47 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 49.89 Selecting previously unselected package libsigsegv2:amd64.
16:52:15 [2022-07-20T16:52:15.749Z] #83 49.89 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 49.94 Unpacking libsigsegv2:amd64 (2.13-1) ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 50.06 Selecting previously unselected package m4.
16:52:15 [2022-07-20T16:52:15.749Z] #83 50.06 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 50.09 Unpacking m4 (1.4.18-5) ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 50.66 Selecting previously unselected package autoconf.
16:52:15 [2022-07-20T16:52:15.749Z] #83 50.66 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
16:52:15 [2022-07-20T16:52:15.749Z] #83 50.67 Unpacking autoconf (2.69-14) ...
16:52:15 [2022-07-20T16:52:15.976Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 7.3s
16:52:16 [2022-07-20T16:52:16.314Z] #83 51.38 Selecting previously unselected package autotools-dev.
16:52:16 [2022-07-20T16:52:16.314Z] #83 51.39 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
16:52:16 [2022-07-20T16:52:16.314Z] #83 51.43 Unpacking autotools-dev (20180224.1+nmu1) ...
16:52:16 [2022-07-20T16:52:16.561Z] Client:
16:52:16 [2022-07-20T16:52:16.561Z]  Context:    default
16:52:16 [2022-07-20T16:52:16.561Z]  Debug Mode: false
16:52:16 [2022-07-20T16:52:16.561Z]  Plugins:
16:52:16 [2022-07-20T16:52:16.561Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
16:52:16 [2022-07-20T16:52:16.561Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
16:52:16 [2022-07-20T16:52:16.561Z]   compose: Docker Compose (Docker Inc., v2.4.1)
16:52:16 [2022-07-20T16:52:16.561Z]   scan: Docker Scan (Docker Inc., v0.17.0)
16:52:16 [2022-07-20T16:52:16.561Z] 
16:52:16 [2022-07-20T16:52:16.561Z] Server:
16:52:16 [2022-07-20T16:52:16.561Z]  Containers: 0
16:52:16 [2022-07-20T16:52:16.561Z]   Running: 0
16:52:16 [2022-07-20T16:52:16.561Z]   Paused: 0
16:52:16 [2022-07-20T16:52:16.561Z]   Stopped: 0
16:52:16 [2022-07-20T16:52:16.561Z]  Images: 0
16:52:16 [2022-07-20T16:52:16.561Z]  Server Version: 20.10.14
16:52:16 [2022-07-20T16:52:16.561Z]  Storage Driver: overlay2
16:52:16 [2022-07-20T16:52:16.561Z]   Backing Filesystem: extfs
16:52:16 [2022-07-20T16:52:16.561Z]   Supports d_type: true
16:52:16 [2022-07-20T16:52:16.561Z]   Native Overlay Diff: true
16:52:16 [2022-07-20T16:52:16.561Z]   userxattr: false
16:52:16 [2022-07-20T16:52:16.561Z]  Logging Driver: json-file
16:52:16 [2022-07-20T16:52:16.561Z]  Cgroup Driver: cgroupfs
16:52:16 [2022-07-20T16:52:16.561Z]  Cgroup Version: 1
16:52:16 [2022-07-20T16:52:16.561Z]  Plugins:
16:52:16 [2022-07-20T16:52:16.561Z]   Volume: local
16:52:16 [2022-07-20T16:52:16.561Z]   Network: bridge host ipvlan macvlan null overlay
16:52:16 [2022-07-20T16:52:16.561Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:52:16 [2022-07-20T16:52:16.561Z]  Swarm: inactive
16:52:16 [2022-07-20T16:52:16.561Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:52:16 [2022-07-20T16:52:16.561Z]  Default Runtime: runc
16:52:16 [2022-07-20T16:52:16.561Z]  Init Binary: docker-init
16:52:16 [2022-07-20T16:52:16.561Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
16:52:16 [2022-07-20T16:52:16.561Z]  runc version: v1.0.3-0-gf46b6ba
16:52:16 [2022-07-20T16:52:16.561Z]  init version: de40ad0
16:52:16 [2022-07-20T16:52:16.561Z]  Security Options:
16:52:16 [2022-07-20T16:52:16.561Z]   apparmor
16:52:16 [2022-07-20T16:52:16.561Z]   seccomp
16:52:16 [2022-07-20T16:52:16.561Z]    Profile: default
16:52:16 [2022-07-20T16:52:16.561Z]  Kernel Version: 5.4.0-1071-aws
16:52:16 [2022-07-20T16:52:16.561Z]  Operating System: Ubuntu 18.04.6 LTS
16:52:16 [2022-07-20T16:52:16.561Z]  OSType: linux
16:52:16 [2022-07-20T16:52:16.561Z]  Architecture: x86_64
16:52:16 [2022-07-20T16:52:16.561Z]  CPUs: 2
16:52:16 [2022-07-20T16:52:16.561Z]  Total Memory: 7.565GiB
16:52:16 [2022-07-20T16:52:16.561Z]  Name: ip-10-100-67-244
16:52:16 [2022-07-20T16:52:16.561Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
16:52:16 [2022-07-20T16:52:16.561Z]  Docker Root Dir: /var/lib/docker
16:52:16 [2022-07-20T16:52:16.561Z]  Debug Mode: false
16:52:16 [2022-07-20T16:52:16.561Z]  Registry: https://index.docker.io/v1/
16:52:16 [2022-07-20T16:52:16.561Z]  Labels:
16:52:16 [2022-07-20T16:52:16.561Z]  Experimental: true
16:52:16 [2022-07-20T16:52:16.561Z]  Insecure Registries:
16:52:16 [2022-07-20T16:52:16.561Z]   127.0.0.0/8
16:52:16 [2022-07-20T16:52:16.561Z]  Live Restore Enabled: true
16:52:16 [2022-07-20T16:52:16.561Z] 
16:52:16 [2022-07-20T16:52:16.561Z] WARNING: No swap limit support
[Pipeline] sh
16:52:16 [2022-07-20T16:52:16.572Z] #83 51.66 Selecting previously unselected package automake.
16:52:16 [2022-07-20T16:52:16.572Z] #83 51.66 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
16:52:16 [2022-07-20T16:52:16.573Z] #83 51.66 Unpacking automake (1:1.16.3-2) ...
16:52:16 [2022-07-20T16:52:16.831Z] #83 52.21 Selecting previously unselected package patch.
16:52:16 [2022-07-20T16:52:16.849Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:52:16 [2022-07-20T16:52:16.849Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:52:16 [2022-07-20T16:52:16.849Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43838/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
16:52:16 [2022-07-20T16:52:16.849Z] + bash /home/ubuntu/workspace/moby_PR-43838/check-config.sh
16:52:16 [2022-07-20T16:52:16.849Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:52:16 [2022-07-20T16:52:16.849Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
16:52:16 [2022-07-20T16:52:16.849Z] 
16:52:16 [2022-07-20T16:52:16.849Z] Generally Necessary:
16:52:16 [2022-07-20T16:52:16.849Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:52:16 [2022-07-20T16:52:16.849Z] - apparmor: enabled and tools installed
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_NAMESPACES: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_NET_NS: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_PID_NS: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_IPC_NS: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_UTS_NS: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_CGROUPS: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_CGROUP_CPUACCT: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_CGROUP_DEVICE: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_CGROUP_FREEZER: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_CGROUP_SCHED: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_CPUSETS: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_MEMCG: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_KEYS: enabled
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_VETH: enabled (as module)
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_BRIDGE: enabled (as module)
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:52:16 [2022-07-20T16:52:16.849Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:52:17 [2022-07-20T16:52:17.090Z] #83 52.24 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
16:52:17 [2022-07-20T16:52:17.090Z] #83 52.26 Unpacking patch (2.7.6-7) ...
16:52:17 [2022-07-20T16:52:17.109Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:52:17 [2022-07-20T16:52:17.109Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:52:17 [2022-07-20T16:52:17.109Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:52:17 [2022-07-20T16:52:17.109Z] - CONFIG_NF_NAT: enabled (as module)
16:52:17 [2022-07-20T16:52:17.109Z] - CONFIG_POSIX_MQUEUE: enabled
16:52:17 [2022-07-20T16:52:17.109Z] - CONFIG_CGROUP_BPF: enabled
16:52:17 [2022-07-20T16:52:17.109Z] 
16:52:17 [2022-07-20T16:52:17.109Z] Optional Features:
16:52:17 [2022-07-20T16:52:17.109Z] - CONFIG_USER_NS: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_SECCOMP: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_SECCOMP_FILTER: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_CGROUP_PIDS: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_MEMCG_SWAP: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:52:17 [2022-07-20T16:52:17.110Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_BLK_CGROUP: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_CGROUP_PERF: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_CGROUP_HUGETLB: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_CFS_BANDWIDTH: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_RT_GROUP_SCHED: missing
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_IP_VS: enabled (as module)
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_IP_VS_NFCT: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_IP_VS_RR: enabled (as module)
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_SECURITY_SELINUX: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_SECURITY_APPARMOR: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_EXT4_FS: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:52:17 [2022-07-20T16:52:17.110Z] - Network Drivers:
16:52:17 [2022-07-20T16:52:17.110Z]   - "overlay":
16:52:17 [2022-07-20T16:52:17.110Z]     - CONFIG_VXLAN: enabled (as module)
16:52:17 [2022-07-20T16:52:17.110Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:52:17 [2022-07-20T16:52:17.110Z]       Optional (for encrypted networks):
16:52:17 [2022-07-20T16:52:17.348Z] #83 52.55 Selecting previously unselected package dpkg-dev.
16:52:17 [2022-07-20T16:52:17.348Z] #83 52.55 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
16:52:17 [2022-07-20T16:52:17.348Z] #83 52.55 Unpacking dpkg-dev (1.20.11) ...
16:52:17 [2022-07-20T16:52:17.374Z]       - CONFIG_CRYPTO: enabled
16:52:17 [2022-07-20T16:52:17.374Z]       - CONFIG_CRYPTO_AEAD: enabled
16:52:17 [2022-07-20T16:52:17.374Z]       - CONFIG_CRYPTO_GCM: enabled
16:52:17 [2022-07-20T16:52:17.374Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:52:17 [2022-07-20T16:52:17.374Z]       - CONFIG_CRYPTO_GHASH: enabled
16:52:17 [2022-07-20T16:52:17.374Z]       - CONFIG_XFRM: enabled
16:52:17 [2022-07-20T16:52:17.374Z]       - CONFIG_XFRM_USER: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]       - CONFIG_INET_ESP: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]   - "ipvlan":
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_IPVLAN: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]   - "macvlan":
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_MACVLAN: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_DUMMY: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]   - "ftp,tftp client in container":
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z] - Storage Drivers:
16:52:17 [2022-07-20T16:52:17.374Z]   - "aufs":
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_AUFS_FS: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]   - "btrfs":
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:52:17 [2022-07-20T16:52:17.374Z]   - "devicemapper":
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_BLK_DEV_DM: enabled
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]   - "overlay":
16:52:17 [2022-07-20T16:52:17.374Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:52:17 [2022-07-20T16:52:17.374Z]   - "zfs":
16:52:17 [2022-07-20T16:52:17.374Z]     - /dev/zfs: present
16:52:17 [2022-07-20T16:52:17.374Z]     - zfs command: missing
16:52:17 [2022-07-20T16:52:17.374Z]     - zpool command: missing
16:52:17 [2022-07-20T16:52:17.374Z] 
16:52:17 [2022-07-20T16:52:17.374Z] Limits:
16:52:17 [2022-07-20T16:52:17.374Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:52:17 [2022-07-20T16:52:17.374Z] 
16:52:17 [2022-07-20T16:52:17.374Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:52:17 [2022-07-20T16:52:17.700Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 .
16:52:17 [2022-07-20T16:52:17.889Z] #11 ...
16:52:17 [2022-07-20T16:52:17.889Z] 
16:52:17 [2022-07-20T16:52:17.889Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:52:17 [2022-07-20T16:52:17.889Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:52:17 [2022-07-20T16:52:17.889Z] #72 DONE 0.7s
16:52:17 [2022-07-20T16:52:17.889Z] 
16:52:17 [2022-07-20T16:52:17.889Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:17 [2022-07-20T16:52:17.889Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:17 [2022-07-20T16:52:17.957Z] #1 [internal] load build definition from Dockerfile
16:52:17 [2022-07-20T16:52:17.957Z] #1 sha256:64761d85ad9ee820e3b53308aca30df6ec9ba1103d3fcde542c2c7b07889bff8
16:52:17 [2022-07-20T16:52:17.957Z] #1 transferring dockerfile:
16:52:18 [2022-07-20T16:52:18.215Z] #1 transferring dockerfile: 19.25kB done
16:52:18 [2022-07-20T16:52:18.215Z] #1 DONE 0.2s
16:52:18 [2022-07-20T16:52:18.215Z] 
16:52:18 [2022-07-20T16:52:18.215Z] #2 [internal] load .dockerignore
16:52:18 [2022-07-20T16:52:18.215Z] #2 sha256:7e65ef6720c4aefd19d1cc3b2738005352983237ddedcb67ada70cbe122ac641
16:52:18 [2022-07-20T16:52:18.215Z] #2 transferring context: 145B done
16:52:18 [2022-07-20T16:52:18.215Z] #2 DONE 0.2s
16:52:18 [2022-07-20T16:52:18.215Z] 
16:52:18 [2022-07-20T16:52:18.215Z] #3 resolve image config for docker.io/docker/dockerfile:1
16:52:18 [2022-07-20T16:52:18.215Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
16:52:18 [2022-07-20T16:52:18.472Z] #3 DONE 0.4s
16:52:18 [2022-07-20T16:52:18.472Z] 
16:52:18 [2022-07-20T16:52:18.472Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
16:52:18 [2022-07-20T16:52:18.472Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
16:52:18 [2022-07-20T16:52:18.472Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 0.0s done
16:52:18 [2022-07-20T16:52:18.724Z] #83 53.81 Selecting previously unselected package build-essential.
16:52:18 [2022-07-20T16:52:18.724Z] #83 53.81 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
16:52:18 [2022-07-20T16:52:18.724Z] #83 53.82 Unpacking build-essential (12.9) ...
16:52:18 [2022-07-20T16:52:18.724Z] #83 53.90 Selecting previously unselected package libcap2:amd64.
16:52:18 [2022-07-20T16:52:18.724Z] #83 53.90 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
16:52:18 [2022-07-20T16:52:18.724Z] #83 53.91 Unpacking libcap2:amd64 (1:2.44-1) ...
16:52:18 [2022-07-20T16:52:18.735Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
16:52:18 [2022-07-20T16:52:18.735Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
16:52:18 [2022-07-20T16:52:18.735Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
16:52:18 [2022-07-20T16:52:18.735Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 2.10MB / 9.94MB 0.1s
16:52:18 [2022-07-20T16:52:18.735Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s
16:52:18 [2022-07-20T16:52:18.831Z] #11 ...
16:52:18 [2022-07-20T16:52:18.831Z] 
16:52:18 [2022-07-20T16:52:18.831Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:52:18 [2022-07-20T16:52:18.831Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:52:18 [2022-07-20T16:52:18.831Z] #74 DONE 0.9s
16:52:18 [2022-07-20T16:52:18.831Z] 
16:52:18 [2022-07-20T16:52:18.831Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:52:18 [2022-07-20T16:52:18.831Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:52:18 [2022-07-20T16:52:18.982Z] #83 54.12 Selecting previously unselected package libcap-dev:amd64.
16:52:18 [2022-07-20T16:52:18.982Z] #83 54.13 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
16:52:18 [2022-07-20T16:52:18.982Z] #83 54.16 Unpacking libcap-dev:amd64 (1:2.44-1) ...
16:52:18 [2022-07-20T16:52:18.993Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.3s done
16:52:18 [2022-07-20T16:52:18.993Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940
16:52:19 [2022-07-20T16:52:19.241Z] #83 54.47 Selecting previously unselected package libprotobuf-c1:amd64.
16:52:19 [2022-07-20T16:52:19.241Z] #83 54.49 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
16:52:19 [2022-07-20T16:52:19.241Z] #83 54.50 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:52:19 [2022-07-20T16:52:19.241Z] #83 ...
16:52:19 [2022-07-20T16:52:19.241Z] 
16:52:19 [2022-07-20T16:52:19.241Z] #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
16:52:19 [2022-07-20T16:52:19.241Z] #58 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:52:19 [2022-07-20T16:52:19.241Z] #58 54.21 debconf: delaying package configuration, since apt-utils is not installed
16:52:19 [2022-07-20T16:52:19.251Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.4s done
16:52:19 [2022-07-20T16:52:19.251Z] #4 DONE 0.8s
16:52:19 [2022-07-20T16:52:19.401Z] #28 ...
16:52:19 [2022-07-20T16:52:19.401Z] 
16:52:19 [2022-07-20T16:52:19.401Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:19 [2022-07-20T16:52:19.401Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:19 [2022-07-20T16:52:19.502Z] #58 54.47 Fetched 2315 kB in 6s (368 kB/s)
16:52:19 [2022-07-20T16:52:19.502Z] #58 54.60 Selecting previously unselected package libprotobuf23:amd64.
16:52:19 [2022-07-20T16:52:19.661Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 11.0s done
16:52:19 [2022-07-20T16:52:19.661Z] #11 ...
16:52:19 [2022-07-20T16:52:19.661Z] 
16:52:19 [2022-07-20T16:52:19.661Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:52:19 [2022-07-20T16:52:19.661Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:52:19 [2022-07-20T16:52:19.661Z] #28 DONE 14.7s
16:52:19 [2022-07-20T16:52:19.661Z] 
16:52:19 [2022-07-20T16:52:19.661Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:19 [2022-07-20T16:52:19.661Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:19 [2022-07-20T16:52:19.661Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721
16:52:19 [2022-07-20T16:52:19.761Z] #58 54.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.)
16:52:19 [2022-07-20T16:52:19.761Z] #58 54.66 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
16:52:19 [2022-07-20T16:52:19.761Z] #58 54.67 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
16:52:19 [2022-07-20T16:52:19.814Z] 
16:52:19 [2022-07-20T16:52:19.814Z] #6 [internal] load build definition from Dockerfile
16:52:19 [2022-07-20T16:52:19.814Z] #6 sha256:a7d3afb4d05315f00578d41e84239758ccddb0a2d2a30f31b5cb18e8212d8c2b
16:52:19 [2022-07-20T16:52:19.814Z] #6 DONE 0.0s
16:52:19 [2022-07-20T16:52:19.814Z] 
16:52:19 [2022-07-20T16:52:19.814Z] #5 [internal] load .dockerignore
16:52:19 [2022-07-20T16:52:19.814Z] #5 sha256:231c9b8511d40700cd644ecbce7e8f1cfa97248e4de86265eb0b8d37507ad29f
16:52:19 [2022-07-20T16:52:19.814Z] #5 DONE 0.0s
16:52:19 [2022-07-20T16:52:19.814Z] 
16:52:19 [2022-07-20T16:52:19.814Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:52:19 [2022-07-20T16:52:19.814Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:52:20 [2022-07-20T16:52:20.378Z] #10 ...
16:52:20 [2022-07-20T16:52:20.378Z] 
16:52:20 [2022-07-20T16:52:20.378Z] #7 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye
16:52:20 [2022-07-20T16:52:20.378Z] #7 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f
16:52:20 [2022-07-20T16:52:20.378Z] #7 DONE 0.8s
16:52:20 [2022-07-20T16:52:20.599Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0.8s done
16:52:20 [2022-07-20T16:52:20.635Z] 
16:52:20 [2022-07-20T16:52:20.635Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
16:52:20 [2022-07-20T16:52:20.635Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
16:52:20 [2022-07-20T16:52:20.635Z] #8 DONE 0.8s
16:52:20 [2022-07-20T16:52:20.635Z] 
16:52:20 [2022-07-20T16:52:20.635Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:52:20 [2022-07-20T16:52:20.635Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:52:20 [2022-07-20T16:52:20.635Z] #9 DONE 0.8s
16:52:20 [2022-07-20T16:52:20.635Z] 
16:52:20 [2022-07-20T16:52:20.635Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:52:20 [2022-07-20T16:52:20.635Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:52:20 [2022-07-20T16:52:20.635Z] #10 DONE 0.9s
16:52:20 [2022-07-20T16:52:20.698Z] #58 55.58 Selecting previously unselected package python3-pkg-resources.
16:52:20 [2022-07-20T16:52:20.698Z] #58 55.59 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
16:52:20 [2022-07-20T16:52:20.698Z] #58 55.59 Unpacking python3-pkg-resources (52.0.0-4) ...
16:52:20 [2022-07-20T16:52:20.858Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.1s
16:52:20 [2022-07-20T16:52:20.957Z] #58 55.88 Selecting previously unselected package python3-six.
16:52:20 [2022-07-20T16:52:20.957Z] #58 55.88 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
16:52:20 [2022-07-20T16:52:20.957Z] #58 55.88 Unpacking python3-six (1.16.0-2) ...
16:52:21 [2022-07-20T16:52:21.216Z] #58 56.11 Selecting previously unselected package python3-protobuf.
16:52:21 [2022-07-20T16:52:21.216Z] #58 56.12 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
16:52:21 [2022-07-20T16:52:21.216Z] #58 56.13 Unpacking python3-protobuf (3.12.4-1) ...
16:52:21 [2022-07-20T16:52:21.242Z] 
16:52:21 [2022-07-20T16:52:21.242Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:21 [2022-07-20T16:52:21.242Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:52:21 [2022-07-20T16:52:21.242Z] #73 DONE 0.0s
16:52:21 [2022-07-20T16:52:21.242Z] 
16:52:21 [2022-07-20T16:52:21.242Z] #24 [internal] load build context
16:52:21 [2022-07-20T16:52:21.242Z] #24 sha256:a5920d184cfcf98f32c9eb336643872e2bb3378af7d3adf575a5fcf6e415ffd3
16:52:21 [2022-07-20T16:52:21.428Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.7s done
16:52:21 [2022-07-20T16:52:21.782Z] #58 56.59 Selecting previously unselected package libnet1:amd64.
16:52:21 [2022-07-20T16:52:21.782Z] #58 56.59 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:52:21 [2022-07-20T16:52:21.782Z] #58 56.61 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:52:21 [2022-07-20T16:52:21.782Z] #58 56.73 Selecting previously unselected package libnl-3-200:amd64.
16:52:21 [2022-07-20T16:52:21.782Z] #58 56.73 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
16:52:21 [2022-07-20T16:52:21.782Z] #58 56.74 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
16:52:21 [2022-07-20T16:52:21.997Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2
16:52:22 [2022-07-20T16:52:22.041Z] #58 56.91 Selecting previously unselected package libprotobuf-c1:amd64.
16:52:22 [2022-07-20T16:52:22.041Z] #58 56.91 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
16:52:22 [2022-07-20T16:52:22.041Z] #58 56.91 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:52:22 [2022-07-20T16:52:22.041Z] #58 57.08 Selecting previously unselected package criu.
16:52:22 [2022-07-20T16:52:22.041Z] #58 57.09 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
16:52:22 [2022-07-20T16:52:22.041Z] #58 57.12 Unpacking criu (3.17.1-1) ...
16:52:22 [2022-07-20T16:52:22.196Z] #24 ...
16:52:22 [2022-07-20T16:52:22.196Z] 
16:52:22 [2022-07-20T16:52:22.196Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
16:52:22 [2022-07-20T16:52:22.196Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
16:52:22 [2022-07-20T16:52:22.196Z] #49 DONE 1.0s
16:52:22 [2022-07-20T16:52:22.196Z] 
16:52:22 [2022-07-20T16:52:22.196Z] #24 [internal] load build context
16:52:22 [2022-07-20T16:52:22.196Z] #24 sha256:a5920d184cfcf98f32c9eb336643872e2bb3378af7d3adf575a5fcf6e415ffd3
16:52:22 [2022-07-20T16:52:22.196Z] #24 ...
16:52:22 [2022-07-20T16:52:22.196Z] 
16:52:22 [2022-07-20T16:52:22.196Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
16:52:22 [2022-07-20T16:52:22.196Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
16:52:22 [2022-07-20T16:52:22.196Z] #49 DONE 0.0s
16:52:22 [2022-07-20T16:52:22.196Z] 
16:52:22 [2022-07-20T16:52:22.196Z] #24 [internal] load build context
16:52:22 [2022-07-20T16:52:22.196Z] #24 sha256:a5920d184cfcf98f32c9eb336643872e2bb3378af7d3adf575a5fcf6e415ffd3
16:52:23 [2022-07-20T16:52:23.141Z] #24 transferring context: 14.30MB 2.1s
16:52:23 [2022-07-20T16:52:23.429Z] #58 ...
16:52:23 [2022-07-20T16:52:23.429Z] 
16:52:23 [2022-07-20T16:52:23.429Z] #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
16:52:23 [2022-07-20T16:52:23.429Z] #62 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:52:23 [2022-07-20T16:52:23.429Z] #62 48.33 go: downloading github.com/prometheus/client_model v0.2.0
16:52:23 [2022-07-20T16:52:23.429Z] #62 48.45 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
16:52:23 [2022-07-20T16:52:23.429Z] #62 48.69 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:52:23 [2022-07-20T16:52:23.429Z] #62 48.73 go: downloading github.com/google/go-cmp v0.5.7
16:52:23 [2022-07-20T16:52:23.429Z] #62 49.25 go: downloading github.com/hexops/gotextdiff v1.0.3
16:52:23 [2022-07-20T16:52:23.429Z] #62 49.36 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
16:52:23 [2022-07-20T16:52:23.429Z] #62 49.36 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
16:52:23 [2022-07-20T16:52:23.429Z] #62 49.45 go: downloading github.com/olekukonko/tablewriter v0.0.5
16:52:23 [2022-07-20T16:52:23.429Z] #62 49.56 go: downloading github.com/beorn7/perks v1.0.1
16:52:23 [2022-07-20T16:52:23.429Z] #62 49.59 go: downloading github.com/cespare/xxhash/v2 v2.1.2
16:52:23 [2022-07-20T16:52:23.429Z] #62 49.70 go: downloading github.com/golang/protobuf v1.5.2
16:52:23 [2022-07-20T16:52:23.429Z] #62 49.78 go: downloading github.com/prometheus/common v0.32.1
16:52:23 [2022-07-20T16:52:23.429Z] #62 50.44 go: downloading github.com/prometheus/procfs v0.7.3
16:52:23 [2022-07-20T16:52:23.429Z] #62 50.47 go: downloading google.golang.org/protobuf v1.28.0
16:52:23 [2022-07-20T16:52:23.429Z] #62 51.37 go: downloading github.com/mattn/go-runewidth v0.0.9
16:52:23 [2022-07-20T16:52:23.429Z] #62 51.48 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:52:23 [2022-07-20T16:52:23.429Z] #62 ...
16:52:23 [2022-07-20T16:52:23.429Z] 
16:52:23 [2022-07-20T16:52:23.429Z] #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             ;
16:52:23 [2022-07-20T16:52:23.429Z] #83 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:52:23 [2022-07-20T16:52:23.429Z] #83 54.65 Selecting previously unselected package libprotobuf-c-dev:amd64.
16:52:23 [2022-07-20T16:52:23.429Z] #83 54.65 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 54.67 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 54.78 Selecting previously unselected package libseccomp-dev:amd64.
16:52:23 [2022-07-20T16:52:23.429Z] #83 54.78 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 54.82 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 55.03 Selecting previously unselected package libsystemd-dev:amd64.
16:52:23 [2022-07-20T16:52:23.429Z] #83 55.03 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 55.05 Unpacking libsystemd-dev:amd64 (247.3-7) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 55.93 Selecting previously unselected package libtool.
16:52:23 [2022-07-20T16:52:23.429Z] #83 55.95 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 55.98 Unpacking libtool (2.4.6-15) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 56.24 Selecting previously unselected package libudev-dev:amd64.
16:52:23 [2022-07-20T16:52:23.429Z] #83 56.24 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 56.25 Unpacking libudev-dev:amd64 (247.3-7) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 56.46 Selecting previously unselected package libyajl2:amd64.
16:52:23 [2022-07-20T16:52:23.429Z] #83 56.47 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 56.48 Unpacking libyajl2:amd64 (2.1.0-3) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 56.70 Selecting previously unselected package libyajl-dev:amd64.
16:52:23 [2022-07-20T16:52:23.429Z] #83 56.72 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 56.73 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.19 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.27 Setting up libmagic-mgc (1:5.39-3) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.31 Setting up libyajl2:amd64 (2.1.0-3) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.36 Setting up libmagic1:amd64 (1:5.39-3) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.46 Setting up file (1:5.39-3) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.49 Setting up bzip2 (1.0.8-4) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.55 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.57 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.58 Setting up libcap2:amd64 (1:2.44-1) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.61 Setting up autotools-dev (20180224.1+nmu1) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.61 Setting up libsigsegv2:amd64 (2.13-1) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.63 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.66 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.68 Setting up patch (2.7.6-7) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.69 Setting up libudev-dev:amd64 (247.3-7) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.70 Setting up libyajl-dev:amd64 (2.1.0-3) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.71 Setting up libcap-dev:amd64 (1:2.44-1) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.73 Setting up libsystemd-dev:amd64 (247.3-7) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.73 Setting up libtool (2.4.6-15) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.75 Setting up m4 (1.4.18-5) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.76 Setting up dpkg-dev (1.20.11) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.78 Setting up autoconf (2.69-14) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.80 Setting up build-essential (12.9) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.81 Setting up automake (1:1.16.3-2) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.87 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:52:23 [2022-07-20T16:52:23.429Z] #83 57.90 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:52:23 [2022-07-20T16:52:23.429Z] #83 DONE 58.6s
16:52:23 [2022-07-20T16:52:23.429Z] 
16:52:23 [2022-07-20T16:52:23.429Z] #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
16:52:23 [2022-07-20T16:52:23.429Z] #58 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:52:23 [2022-07-20T16:52:23.429Z] #58 58.19 Setting up python3-pkg-resources (52.0.0-4) ...
16:52:25 [2022-07-20T16:52:25.330Z] #58 60.06 Setting up libprotobuf23:amd64 (3.12.4-1) ...
16:52:25 [2022-07-20T16:52:25.330Z] #58 60.08 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:52:25 [2022-07-20T16:52:25.330Z] #58 60.14 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:52:25 [2022-07-20T16:52:25.330Z] #58 60.17 Setting up python3-six (1.16.0-2) ...
16:52:26 [2022-07-20T16:52:26.716Z] #58 61.53 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
16:52:26 [2022-07-20T16:52:26.716Z] #58 61.61 Setting up python3-protobuf (3.12.4-1) ...
16:52:27 [2022-07-20T16:52:27.284Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 5.1s
16:52:27 [2022-07-20T16:52:27.879Z] Client:
16:52:27 [2022-07-20T16:52:27.879Z]  Context:    default
16:52:27 [2022-07-20T16:52:27.879Z]  Debug Mode: false
16:52:27 [2022-07-20T16:52:27.879Z]  Plugins:
16:52:27 [2022-07-20T16:52:27.879Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
16:52:27 [2022-07-20T16:52:27.879Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
16:52:27 [2022-07-20T16:52:27.879Z]   compose: Docker Compose (Docker Inc., v2.4.1)
16:52:27 [2022-07-20T16:52:27.879Z]   scan: Docker Scan (Docker Inc., v0.17.0)
16:52:27 [2022-07-20T16:52:27.879Z] 
16:52:27 [2022-07-20T16:52:27.879Z] Server:
16:52:27 [2022-07-20T16:52:27.879Z]  Containers: 0
16:52:27 [2022-07-20T16:52:27.879Z]   Running: 0
16:52:27 [2022-07-20T16:52:27.879Z]   Paused: 0
16:52:27 [2022-07-20T16:52:27.879Z]   Stopped: 0
16:52:27 [2022-07-20T16:52:27.879Z]  Images: 0
16:52:27 [2022-07-20T16:52:27.879Z]  Server Version: 20.10.14
16:52:27 [2022-07-20T16:52:27.879Z]  Storage Driver: overlay2
16:52:27 [2022-07-20T16:52:27.879Z]   Backing Filesystem: extfs
16:52:27 [2022-07-20T16:52:27.879Z]   Supports d_type: true
16:52:27 [2022-07-20T16:52:27.879Z]   Native Overlay Diff: true
16:52:27 [2022-07-20T16:52:27.879Z]   userxattr: false
16:52:27 [2022-07-20T16:52:27.879Z]  Logging Driver: json-file
16:52:27 [2022-07-20T16:52:27.879Z]  Cgroup Driver: systemd
16:52:27 [2022-07-20T16:52:27.879Z]  Cgroup Version: 2
16:52:27 [2022-07-20T16:52:27.879Z]  Plugins:
16:52:27 [2022-07-20T16:52:27.879Z]   Volume: local
16:52:27 [2022-07-20T16:52:27.879Z]   Network: bridge host ipvlan macvlan null overlay
16:52:27 [2022-07-20T16:52:27.879Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:52:27 [2022-07-20T16:52:27.879Z]  Swarm: inactive
16:52:27 [2022-07-20T16:52:27.879Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:52:27 [2022-07-20T16:52:27.879Z]  Default Runtime: runc
16:52:27 [2022-07-20T16:52:27.879Z]  Init Binary: docker-init
16:52:27 [2022-07-20T16:52:27.879Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
16:52:27 [2022-07-20T16:52:27.879Z]  runc version: v1.0.3-0-gf46b6ba
16:52:27 [2022-07-20T16:52:27.879Z]  init version: de40ad0
16:52:27 [2022-07-20T16:52:27.879Z]  Security Options:
16:52:27 [2022-07-20T16:52:27.879Z]   apparmor
16:52:27 [2022-07-20T16:52:27.879Z]   seccomp
16:52:27 [2022-07-20T16:52:27.879Z]    Profile: default
16:52:27 [2022-07-20T16:52:27.879Z]   cgroupns
16:52:27 [2022-07-20T16:52:27.879Z]  Kernel Version: 5.13.0-1021-aws
16:52:27 [2022-07-20T16:52:27.879Z]  Operating System: Ubuntu 20.04.4 LTS
16:52:27 [2022-07-20T16:52:27.879Z]  OSType: linux
16:52:27 [2022-07-20T16:52:27.879Z]  Architecture: x86_64
16:52:27 [2022-07-20T16:52:27.879Z]  CPUs: 2
16:52:27 [2022-07-20T16:52:27.879Z]  Total Memory: 7.559GiB
16:52:27 [2022-07-20T16:52:27.879Z]  Name: ip-10-100-126-235
16:52:27 [2022-07-20T16:52:27.879Z]  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
16:52:27 [2022-07-20T16:52:27.879Z]  Docker Root Dir: /var/lib/docker
16:52:27 [2022-07-20T16:52:27.879Z]  Debug Mode: false
16:52:27 [2022-07-20T16:52:27.879Z]  Registry: https://index.docker.io/v1/
16:52:27 [2022-07-20T16:52:27.879Z]  Labels:
16:52:27 [2022-07-20T16:52:27.879Z]  Experimental: true
16:52:27 [2022-07-20T16:52:27.879Z]  Insecure Registries:
16:52:27 [2022-07-20T16:52:27.879Z]   127.0.0.0/8
16:52:27 [2022-07-20T16:52:27.879Z]  Live Restore Enabled: true
16:52:27 [2022-07-20T16:52:27.879Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:52:28 [2022-07-20T16:52:28.199Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 .
16:52:28 [2022-07-20T16:52:28.405Z] #24 transferring context: 55.70MB 7.1s
16:52:28 [2022-07-20T16:52:28.457Z] #2 [internal] load .dockerignore
16:52:28 [2022-07-20T16:52:28.457Z] #2 sha256:e9429abd2e932dfedcf7814ad122494354e2c105016f017daa16d587d4e8803d
16:52:28 [2022-07-20T16:52:28.457Z] #2 transferring context: 145B done
16:52:28 [2022-07-20T16:52:28.457Z] #2 DONE 0.1s
16:52:28 [2022-07-20T16:52:28.457Z] 
16:52:28 [2022-07-20T16:52:28.457Z] #1 [internal] load build definition from Dockerfile
16:52:28 [2022-07-20T16:52:28.457Z] #1 sha256:e7cb5a39694ecd4db848516a20e79d7298ee80888c195b4924354a3f359e3a2c
16:52:28 [2022-07-20T16:52:28.457Z] #1 transferring dockerfile: 19.25kB done
16:52:28 [2022-07-20T16:52:28.457Z] #1 DONE 0.2s
16:52:28 [2022-07-20T16:52:28.457Z] 
16:52:28 [2022-07-20T16:52:28.457Z] #3 resolve image config for docker.io/docker/dockerfile:1
16:52:28 [2022-07-20T16:52:28.457Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
16:52:28 [2022-07-20T16:52:28.663Z] #24 ...
16:52:28 [2022-07-20T16:52:28.663Z] 
16:52:28 [2022-07-20T16:52:28.663Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:28 [2022-07-20T16:52:28.663Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:28 [2022-07-20T16:52:28.663Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18 0.0s done
16:52:28 [2022-07-20T16:52:28.663Z] #11 sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18 1.86kB / 1.86kB done
16:52:28 [2022-07-20T16:52:28.663Z] #11 sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 1.80kB / 1.80kB done
16:52:28 [2022-07-20T16:52:28.663Z] #11 sha256:e3c0472b1b62b0899bebd7aee842ba7a7f4d6c3cdf006115adcd247b69c4bfe1 7.10kB / 7.10kB done
16:52:28 [2022-07-20T16:52:28.663Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 3.1s done
16:52:28 [2022-07-20T16:52:28.663Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 0.8s done
16:52:28 [2022-07-20T16:52:28.663Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 1.0s done
16:52:28 [2022-07-20T16:52:28.663Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 3.5s done
16:52:28 [2022-07-20T16:52:28.663Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 4.5s done
16:52:28 [2022-07-20T16:52:28.663Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 3.6s
16:52:28 [2022-07-20T16:52:28.663Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 111.15MB / 141.81MB 7.1s
16:52:28 [2022-07-20T16:52:28.663Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 157B / 157B 3.6s done
16:52:28 [2022-07-20T16:52:28.663Z] #11 ...
16:52:28 [2022-07-20T16:52:28.663Z] 
16:52:28 [2022-07-20T16:52:28.663Z] #24 [internal] load build context
16:52:28 [2022-07-20T16:52:28.663Z] #24 sha256:a5920d184cfcf98f32c9eb336643872e2bb3378af7d3adf575a5fcf6e415ffd3
16:52:28 [2022-07-20T16:52:28.926Z] #24 transferring context: 62.07MB 7.9s done
16:52:29 [2022-07-20T16:52:29.024Z] #3 DONE 0.4s
16:52:29 [2022-07-20T16:52:29.024Z] 
16:52:29 [2022-07-20T16:52:29.024Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
16:52:29 [2022-07-20T16:52:29.024Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
16:52:29 [2022-07-20T16:52:29.024Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
16:52:29 [2022-07-20T16:52:29.024Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
16:52:29 [2022-07-20T16:52:29.024Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
16:52:29 [2022-07-20T16:52:29.024Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
16:52:29 [2022-07-20T16:52:29.024Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s
16:52:29 [2022-07-20T16:52:29.024Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.3s done
16:52:29 [2022-07-20T16:52:29.024Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940
16:52:29 [2022-07-20T16:52:29.188Z] Client:
16:52:29 [2022-07-20T16:52:29.188Z]  Context:    default
16:52:29 [2022-07-20T16:52:29.188Z]  Debug Mode: false
16:52:29 [2022-07-20T16:52:29.188Z]  Plugins:
16:52:29 [2022-07-20T16:52:29.188Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
16:52:29 [2022-07-20T16:52:29.188Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
16:52:29 [2022-07-20T16:52:29.188Z] 
16:52:29 [2022-07-20T16:52:29.188Z] Server:
16:52:29 [2022-07-20T16:52:29.188Z]  Containers: 0
16:52:29 [2022-07-20T16:52:29.188Z]   Running: 0
16:52:29 [2022-07-20T16:52:29.188Z]   Paused: 0
16:52:29 [2022-07-20T16:52:29.188Z]   Stopped: 0
16:52:29 [2022-07-20T16:52:29.188Z]  Images: 0
16:52:29 [2022-07-20T16:52:29.188Z]  Server Version: 20.10.14
16:52:29 [2022-07-20T16:52:29.188Z]  Storage Driver: overlay2
16:52:29 [2022-07-20T16:52:29.188Z]   Backing Filesystem: extfs
16:52:29 [2022-07-20T16:52:29.188Z]   Supports d_type: true
16:52:29 [2022-07-20T16:52:29.188Z]   Native Overlay Diff: true
16:52:29 [2022-07-20T16:52:29.188Z]   userxattr: false
16:52:29 [2022-07-20T16:52:29.188Z]  Logging Driver: json-file
16:52:29 [2022-07-20T16:52:29.188Z]  Cgroup Driver: cgroupfs
16:52:29 [2022-07-20T16:52:29.188Z]  Cgroup Version: 1
16:52:29 [2022-07-20T16:52:29.188Z]  Plugins:
16:52:29 [2022-07-20T16:52:29.188Z]   Volume: local
16:52:29 [2022-07-20T16:52:29.188Z]   Network: bridge host ipvlan macvlan null overlay
16:52:29 [2022-07-20T16:52:29.188Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:52:29 [2022-07-20T16:52:29.188Z]  Swarm: inactive
16:52:29 [2022-07-20T16:52:29.188Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:52:29 [2022-07-20T16:52:29.188Z]  Default Runtime: runc
16:52:29 [2022-07-20T16:52:29.188Z]  Init Binary: docker-init
16:52:29 [2022-07-20T16:52:29.188Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
16:52:29 [2022-07-20T16:52:29.188Z]  runc version: v1.0.3-0-gf46b6ba
16:52:29 [2022-07-20T16:52:29.188Z]  init version: de40ad0
16:52:29 [2022-07-20T16:52:29.188Z]  Security Options:
16:52:29 [2022-07-20T16:52:29.188Z]   apparmor
16:52:29 [2022-07-20T16:52:29.188Z]   seccomp
16:52:29 [2022-07-20T16:52:29.188Z]    Profile: default
16:52:29 [2022-07-20T16:52:29.188Z]  Kernel Version: 5.13.0-1021-aws
16:52:29 [2022-07-20T16:52:29.188Z]  Operating System: Ubuntu 20.04.4 LTS
16:52:29 [2022-07-20T16:52:29.188Z]  OSType: linux
16:52:29 [2022-07-20T16:52:29.188Z]  Architecture: aarch64
16:52:29 [2022-07-20T16:52:29.188Z]  CPUs: 2
16:52:29 [2022-07-20T16:52:29.188Z]  Total Memory: 7.562GiB
16:52:29 [2022-07-20T16:52:29.188Z]  Name: ip-10-100-48-158
16:52:29 [2022-07-20T16:52:29.188Z]  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
16:52:29 [2022-07-20T16:52:29.188Z]  Docker Root Dir: /var/lib/docker
16:52:29 [2022-07-20T16:52:29.188Z]  Debug Mode: false
16:52:29 [2022-07-20T16:52:29.188Z]  Registry: https://index.docker.io/v1/
16:52:29 [2022-07-20T16:52:29.188Z]  Labels:
16:52:29 [2022-07-20T16:52:29.188Z]  Experimental: true
16:52:29 [2022-07-20T16:52:29.188Z]  Insecure Registries:
16:52:29 [2022-07-20T16:52:29.188Z]   127.0.0.0/8
16:52:29 [2022-07-20T16:52:29.188Z]  Live Restore Enabled: true
16:52:29 [2022-07-20T16:52:29.188Z] 
16:52:29 [2022-07-20T16:52:29.189Z] #24 DONE 8.2s
16:52:29 [2022-07-20T16:52:29.189Z] 
16:52:29 [2022-07-20T16:52:29.189Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:29 [2022-07-20T16:52:29.189Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:29 [2022-07-20T16:52:29.189Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 133.17MB / 141.81MB 7.9s
[Pipeline] sh
16:52:29 [2022-07-20T16:52:29.199Z] #11 ...
16:52:29 [2022-07-20T16:52:29.199Z] 
16:52:29 [2022-07-20T16:52:29.199Z] #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
16:52:29 [2022-07-20T16:52:29.199Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
16:52:29 [2022-07-20T16:52:29.199Z] #29 1.771 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 1.786 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 1.795 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 1.971 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 2.242 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 2.626 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:52:29 [2022-07-20T16:52:29.199Z] #29 3.794 Fetched 8555 kB in 2s (3717 kB/s)
16:52:29 [2022-07-20T16:52:29.199Z] #29 3.794 Reading package lists...
16:52:29 [2022-07-20T16:52:29.199Z] #29 4.558 Reading package lists...
16:52:29 [2022-07-20T16:52:29.199Z] #29 5.316 Building dependency tree...
16:52:29 [2022-07-20T16:52:29.199Z] #29 5.638 The following additional packages will be installed:
16:52:29 [2022-07-20T16:52:29.199Z] #29 5.638   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
16:52:29 [2022-07-20T16:52:29.199Z] #29 5.638   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
16:52:29 [2022-07-20T16:52:29.199Z] #29 5.638 Recommended packages:
16:52:29 [2022-07-20T16:52:29.199Z] #29 5.638   libldap-common publicsuffix libsasl2-modules
16:52:29 [2022-07-20T16:52:29.199Z] #29 5.814 The following NEW packages will be installed:
16:52:29 [2022-07-20T16:52:29.199Z] #29 5.814   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
16:52:29 [2022-07-20T16:52:29.199Z] #29 5.827   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:52:29 [2022-07-20T16:52:29.199Z] #29 5.827   libssh2-1 openssl
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.100 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.100 Need to get 3041 kB of archives.
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.100 After this operation, 6651 kB of additional disk space will be used.
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.100 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.115 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.120 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.123 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.124 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.134 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.134 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.134 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.134 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.134 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.134 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.151 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.154 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.158 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.174 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.431 debconf: delaying package configuration, since apt-utils is not installed
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.467 Fetched 3041 kB in 0s (8975 kB/s)
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.524 Selecting previously unselected package openssl.
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.524 (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.)
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.525 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.534 Unpacking openssl (1.1.1n-0+deb11u3) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.790 Selecting previously unselected package ca-certificates.
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.790 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.827 Unpacking ca-certificates (20210119) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.959 Selecting previously unselected package libbrotli1:amd64.
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.959 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 6.966 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.099 Selecting previously unselected package libsasl2-modules-db:amd64.
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.099 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.108 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.206 Selecting previously unselected package libsasl2-2:amd64.
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.207 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.211 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.377 Selecting previously unselected package libldap-2.4-2:amd64.
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.377 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.386 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.512 Selecting previously unselected package libnghttp2-14:amd64.
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.512 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.560 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.688 Selecting previously unselected package libpsl5:amd64.
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.690 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.693 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.787 Selecting previously unselected package librtmp1:amd64.
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.789 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.793 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.888 Selecting previously unselected package libssh2-1:amd64.
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.888 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 7.952 Unpacking libssh2-1:amd64 (1.9.0-2) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.094 Selecting previously unselected package libcurl4:amd64.
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.094 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.100 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.217 Selecting previously unselected package curl.
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.217 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.267 Unpacking curl (7.74.0-1.3+deb11u1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.400 Selecting previously unselected package libonig5:amd64.
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.402 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.438 Unpacking libonig5:amd64 (6.9.6-1.1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.574 Selecting previously unselected package libjq1:amd64.
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.574 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.580 Unpacking libjq1:amd64 (1.6-2.1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.745 Selecting previously unselected package jq.
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.747 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.777 Unpacking jq (1.6-2.1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.843 Setting up libpsl5:amd64 (0.21.0-1.2) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.859 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.870 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.886 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.897 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.908 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.921 Setting up libssh2-1:amd64 (1.9.0-2) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.931 Setting up openssl (1.1.1n-0+deb11u3) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.948 Setting up libonig5:amd64 (6.9.6-1.1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 8.962 Setting up libjq1:amd64 (1.6-2.1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 9.008 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 9.027 Setting up ca-certificates (20210119) ...
16:52:29 [2022-07-20T16:52:29.199Z] #29 ...
16:52:29 [2022-07-20T16:52:29.199Z] 
16:52:29 [2022-07-20T16:52:29.199Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:29 [2022-07-20T16:52:29.199Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:29 [2022-07-20T16:52:29.447Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 8.1s
16:52:29 [2022-07-20T16:52:29.473Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:52:29 [2022-07-20T16:52:29.473Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
16:52:29 [2022-07-20T16:52:29.473Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43838/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
16:52:29 [2022-07-20T16:52:29.473Z] + bash /home/ubuntu/workspace/moby_PR-43838/check-config.sh
16:52:29 [2022-07-20T16:52:29.473Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:52:29 [2022-07-20T16:52:29.473Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ...
16:52:29 [2022-07-20T16:52:29.473Z] 
16:52:29 [2022-07-20T16:52:29.473Z] Generally Necessary:
16:52:29 [2022-07-20T16:52:29.473Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:52:29 [2022-07-20T16:52:29.473Z] - apparmor: enabled and tools installed
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_NAMESPACES: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_NET_NS: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_PID_NS: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_IPC_NS: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_UTS_NS: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_CGROUPS: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_CGROUP_CPUACCT: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_CGROUP_DEVICE: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_CGROUP_FREEZER: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_CGROUP_SCHED: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_CPUSETS: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_MEMCG: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_KEYS: enabled
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_VETH: enabled (as module)
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_BRIDGE: enabled (as module)
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:52:29 [2022-07-20T16:52:29.473Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:52:29 [2022-07-20T16:52:29.591Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.2s done
16:52:29 [2022-07-20T16:52:29.592Z] #4 DONE 0.6s
16:52:29 [2022-07-20T16:52:29.592Z] 
16:52:29 [2022-07-20T16:52:29.592Z] #6 [internal] load .dockerignore
16:52:29 [2022-07-20T16:52:29.592Z] #6 sha256:7bc567f968dfc3f1f8f5da1e0b988822df1189b6849ec887add1a54647d2229f
16:52:29 [2022-07-20T16:52:29.592Z] #6 DONE 0.0s
16:52:29 [2022-07-20T16:52:29.592Z] 
16:52:29 [2022-07-20T16:52:29.592Z] #5 [internal] load build definition from Dockerfile
16:52:29 [2022-07-20T16:52:29.592Z] #5 sha256:9e0ca8fe9e6c2b52b9ca9b79e63441911da036a74ed8664cdf89e6b333f46f5f
16:52:29 [2022-07-20T16:52:29.592Z] #5 DONE 0.0s
16:52:29 [2022-07-20T16:52:29.592Z] 
16:52:29 [2022-07-20T16:52:29.592Z] #8 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye
16:52:29 [2022-07-20T16:52:29.592Z] #8 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_NF_NAT: enabled (as module)
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_POSIX_MQUEUE: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_CGROUP_BPF: enabled
16:52:29 [2022-07-20T16:52:29.732Z] 
16:52:29 [2022-07-20T16:52:29.732Z] Optional Features:
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_USER_NS: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_SECCOMP: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_SECCOMP_FILTER: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_CGROUP_PIDS: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_MEMCG_SWAP: enabled
16:52:29 [2022-07-20T16:52:29.732Z]     (cgroup swap accounting is currently enabled)
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_BLK_CGROUP: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_CGROUP_PERF: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_CGROUP_HUGETLB: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_CFS_BANDWIDTH: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_RT_GROUP_SCHED: missing
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_IP_VS: enabled (as module)
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_IP_VS_NFCT: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_IP_VS_RR: enabled (as module)
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_SECURITY_SELINUX: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_SECURITY_APPARMOR: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_EXT4_FS: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:52:29 [2022-07-20T16:52:29.732Z] - Network Drivers:
16:52:29 [2022-07-20T16:52:29.732Z]   - "overlay":
16:52:29 [2022-07-20T16:52:29.732Z]     - CONFIG_VXLAN: enabled (as module)
16:52:29 [2022-07-20T16:52:29.732Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:52:29 [2022-07-20T16:52:29.732Z]       Optional (for encrypted networks):
16:52:29 [2022-07-20T16:52:29.992Z]       - CONFIG_CRYPTO: enabled
16:52:29 [2022-07-20T16:52:29.992Z]       - CONFIG_CRYPTO_AEAD: enabled
16:52:29 [2022-07-20T16:52:29.992Z]       - CONFIG_CRYPTO_GCM: enabled
16:52:29 [2022-07-20T16:52:29.992Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:52:29 [2022-07-20T16:52:29.992Z]       - CONFIG_CRYPTO_GHASH: enabled
16:52:29 [2022-07-20T16:52:29.992Z]       - CONFIG_XFRM: enabled
16:52:29 [2022-07-20T16:52:29.992Z]       - CONFIG_XFRM_USER: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]       - CONFIG_INET_ESP: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]   - "ipvlan":
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_IPVLAN: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]   - "macvlan":
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_MACVLAN: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_DUMMY: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]   - "ftp,tftp client in container":
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z] - Storage Drivers:
16:52:29 [2022-07-20T16:52:29.992Z]   - "aufs":
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_AUFS_FS: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]   - "btrfs":
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:52:29 [2022-07-20T16:52:29.992Z]   - "devicemapper":
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_BLK_DEV_DM: enabled
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]   - "overlay":
16:52:29 [2022-07-20T16:52:29.992Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:52:29 [2022-07-20T16:52:29.992Z]   - "zfs":
16:52:29 [2022-07-20T16:52:29.992Z]     - /dev/zfs: present
16:52:29 [2022-07-20T16:52:29.992Z]     - zfs command: missing
16:52:29 [2022-07-20T16:52:29.992Z]     - zpool command: missing
16:52:29 [2022-07-20T16:52:29.992Z] 
16:52:29 [2022-07-20T16:52:29.992Z] Limits:
16:52:29 [2022-07-20T16:52:29.992Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:52:29 [2022-07-20T16:52:29.992Z] 
16:52:29 [2022-07-20T16:52:29.992Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:52:30 [2022-07-20T16:52:30.323Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 .
16:52:30 [2022-07-20T16:52:30.534Z] #8 DONE 0.6s
16:52:30 [2022-07-20T16:52:30.535Z] 
16:52:30 [2022-07-20T16:52:30.535Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
16:52:30 [2022-07-20T16:52:30.535Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
16:52:30 [2022-07-20T16:52:30.535Z] #7 DONE 0.7s
16:52:30 [2022-07-20T16:52:30.535Z] 
16:52:30 [2022-07-20T16:52:30.535Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:52:30 [2022-07-20T16:52:30.535Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:52:30 [2022-07-20T16:52:30.535Z] #10 DONE 0.7s
16:52:30 [2022-07-20T16:52:30.535Z] 
16:52:30 [2022-07-20T16:52:30.535Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:52:30 [2022-07-20T16:52:30.535Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:52:30 [2022-07-20T16:52:30.535Z] #9 DONE 0.7s
16:52:30 [2022-07-20T16:52:30.583Z] #2 [internal] load .dockerignore
16:52:30 [2022-07-20T16:52:30.583Z] #2 sha256:12b57d62f50f052d2de29d52f0d4094eaa1c35c7cfe00cb3b880fc8d6bee01e9
16:52:30 [2022-07-20T16:52:30.583Z] #2 transferring context: 145B done
16:52:30 [2022-07-20T16:52:30.583Z] #2 DONE 0.1s
16:52:30 [2022-07-20T16:52:30.583Z] 
16:52:30 [2022-07-20T16:52:30.583Z] #1 [internal] load build definition from Dockerfile
16:52:30 [2022-07-20T16:52:30.583Z] #1 sha256:8268e2edf134c4d6f0123a7e340a88bb2d75954c66ae6457fd0d876e64ad4d2e
16:52:30 [2022-07-20T16:52:30.583Z] #1 transferring dockerfile: 19.25kB 0.0s done
16:52:30 [2022-07-20T16:52:30.583Z] #1 DONE 0.1s
16:52:30 [2022-07-20T16:52:30.583Z] 
16:52:30 [2022-07-20T16:52:30.583Z] #3 resolve image config for docker.io/docker/dockerfile:1
16:52:30 [2022-07-20T16:52:30.583Z] #3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
16:52:30 [2022-07-20T16:52:30.670Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 8.5s done
16:52:30 [2022-07-20T16:52:30.794Z] 
16:52:30 [2022-07-20T16:52:30.794Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:52:30 [2022-07-20T16:52:30.794Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:52:30 [2022-07-20T16:52:30.794Z] #28 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.0s done
16:52:30 [2022-07-20T16:52:30.794Z] #28 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done
16:52:30 [2022-07-20T16:52:30.836Z] #11 ...
16:52:30 [2022-07-20T16:52:30.836Z] 
16:52:30 [2022-07-20T16:52:30.836Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:30 [2022-07-20T16:52:30.836Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:52:30 [2022-07-20T16:52:30.836Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
16:52:30 [2022-07-20T16:52:30.836Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:52:30 [2022-07-20T16:52:30.836Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
16:52:30 [2022-07-20T16:52:30.836Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
16:52:30 [2022-07-20T16:52:30.836Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.6s done
16:52:30 [2022-07-20T16:52:30.836Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.8s done
16:52:30 [2022-07-20T16:52:30.836Z] #71 DONE 9.3s
16:52:30 [2022-07-20T16:52:30.836Z] 
16:52:30 [2022-07-20T16:52:30.836Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:30 [2022-07-20T16:52:30.836Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:52:30 [2022-07-20T16:52:30.836Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:52:30 [2022-07-20T16:52:30.836Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:52:30 [2022-07-20T16:52:30.836Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:52:30 [2022-07-20T16:52:30.836Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.1s done
16:52:30 [2022-07-20T16:52:30.836Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.8s done
16:52:30 [2022-07-20T16:52:30.836Z] #73 DONE 9.4s
16:52:30 [2022-07-20T16:52:30.836Z] 
16:52:30 [2022-07-20T16:52:30.836Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:30 [2022-07-20T16:52:30.836Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:30 [2022-07-20T16:52:30.906Z] #58 ...
16:52:30 [2022-07-20T16:52:30.906Z] 
16:52:30 [2022-07-20T16:52:30.906Z] #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
16:52:30 [2022-07-20T16:52:30.906Z] #41 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:52:30 [2022-07-20T16:52:30.906Z] #41 56.05 Updating files:  92% (1403/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.
16:52:30 [2022-07-20T16:52:30.906Z] #41 56.35 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
16:52:30 [2022-07-20T16:52:30.906Z] #41 56.52 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:52:30 [2022-07-20T16:52:30.931Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a
16:52:31 [2022-07-20T16:52:31.053Z] #28 sha256:c11d2593cb741ae8a36d0de9cd240d13518e95f50bccfa8d00a668c006db181e 529B / 529B done
16:52:31 [2022-07-20T16:52:31.053Z] #28 sha256:123c2f3835fd73f108008a94bf92ebbce0853c48cbb713e8fa2a70a995282c8b 1.46kB / 1.46kB done
16:52:31 [2022-07-20T16:52:31.093Z] #11 ...
16:52:31 [2022-07-20T16:52:31.093Z] 
16:52:31 [2022-07-20T16:52:31.093Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:52:31 [2022-07-20T16:52:31.093Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:52:31 [2022-07-20T16:52:31.093Z] #28 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.2s done
16:52:31 [2022-07-20T16:52:31.093Z] #28 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done
16:52:31 [2022-07-20T16:52:31.093Z] #28 sha256:c11d2593cb741ae8a36d0de9cd240d13518e95f50bccfa8d00a668c006db181e 529B / 529B done
16:52:31 [2022-07-20T16:52:31.093Z] #28 sha256:123c2f3835fd73f108008a94bf92ebbce0853c48cbb713e8fa2a70a995282c8b 1.46kB / 1.46kB done
16:52:31 [2022-07-20T16:52:31.151Z] #3 DONE 0.4s
16:52:31 [2022-07-20T16:52:31.151Z] 
16:52:31 [2022-07-20T16:52:31.151Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
16:52:31 [2022-07-20T16:52:31.151Z] #4 sha256:aae1624761845ad12d0965b3e71ab9a531ae51ffa9b9aa952662f0f44079cf17
16:52:31 [2022-07-20T16:52:31.151Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
16:52:31 [2022-07-20T16:52:31.151Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
16:52:31 [2022-07-20T16:52:31.151Z] #4 sha256:e5075ee34d3ba6561ec00802a2b59a34582147f92b5c2078c4d96fedca773391 528B / 528B done
16:52:31 [2022-07-20T16:52:31.151Z] #4 sha256:dfa55ed301d975cc74bc6a87d28e8644c599284cc1c26e11138cf9336c3a76a3 2.37kB / 2.37kB done
16:52:31 [2022-07-20T16:52:31.151Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 9.20MB / 9.20MB 0.2s
16:52:31 [2022-07-20T16:52:31.315Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 188.42kB / 55.00MB 0.3s
16:52:31 [2022-07-20T16:52:31.315Z] #28 ...
16:52:31 [2022-07-20T16:52:31.315Z] 
16:52:31 [2022-07-20T16:52:31.315Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
16:52:31 [2022-07-20T16:52:31.315Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
16:52:31 [2022-07-20T16:52:31.315Z] #49 DONE 0.0s
16:52:31 [2022-07-20T16:52:31.315Z] 
16:52:31 [2022-07-20T16:52:31.315Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:52:31 [2022-07-20T16:52:31.315Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:52:31 [2022-07-20T16:52:31.315Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 5.24MB / 55.00MB 0.4s
16:52:31 [2022-07-20T16:52:31.350Z] #28 ...
16:52:31 [2022-07-20T16:52:31.350Z] 
16:52:31 [2022-07-20T16:52:31.350Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:31 [2022-07-20T16:52:31.350Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:31 [2022-07-20T16:52:31.410Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 9.20MB / 9.20MB 0.3s done
16:52:31 [2022-07-20T16:52:31.410Z] #4 extracting sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 0.1s
16:52:31 [2022-07-20T16:52:31.474Z] #41 ...
16:52:31 [2022-07-20T16:52:31.474Z] 
16:52:31 [2022-07-20T16:52:31.474Z] #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
16:52:31 [2022-07-20T16:52:31.474Z] #58 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:52:31 [2022-07-20T16:52:31.474Z] #58 66.62 Setting up criu (3.17.1-1) ...
16:52:31 [2022-07-20T16:52:31.573Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 14.68MB / 55.00MB 0.5s
16:52:31 [2022-07-20T16:52:31.573Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 17.83MB / 55.00MB 0.7s
16:52:31 [2022-07-20T16:52:31.675Z] #4 extracting sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 0.2s done
16:52:31 [2022-07-20T16:52:31.675Z] #4 DONE 0.6s
16:52:31 [2022-07-20T16:52:31.832Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 28.31MB / 55.00MB 0.8s
16:52:31 [2022-07-20T16:52:31.832Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 39.85MB / 55.00MB 0.9s
16:52:31 [2022-07-20T16:52:31.832Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 53.48MB / 55.00MB 1.0s
16:52:31 [2022-07-20T16:52:31.940Z] 
16:52:31 [2022-07-20T16:52:31.940Z] #6 [internal] load build definition from Dockerfile
16:52:31 [2022-07-20T16:52:31.940Z] #6 sha256:b941c8a46a583d9cd211fe840ae96abbb13f1d873f64bb0bd6afd849444b2c35
16:52:31 [2022-07-20T16:52:31.940Z] #6 DONE 0.0s
16:52:31 [2022-07-20T16:52:31.940Z] 
16:52:31 [2022-07-20T16:52:31.940Z] #5 [internal] load .dockerignore
16:52:31 [2022-07-20T16:52:31.940Z] #5 sha256:021404228bba996fef4e42f5ae61a519f66d2c968ad87ac1694ad0d0da2585a2
16:52:31 [2022-07-20T16:52:31.940Z] #5 DONE 0.0s
16:52:31 [2022-07-20T16:52:31.940Z] 
16:52:31 [2022-07-20T16:52:31.940Z] #10 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye
16:52:31 [2022-07-20T16:52:31.940Z] #10 sha256:b86c439509d1bcb1d912e9e6b15786b5125b5b3f78eacc7fde0e6e616a2fc6e2
16:52:32 [2022-07-20T16:52:32.508Z] #10 ...
16:52:32 [2022-07-20T16:52:32.508Z] 
16:52:32 [2022-07-20T16:52:32.508Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:52:32 [2022-07-20T16:52:32.508Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:52:32 [2022-07-20T16:52:32.508Z] #7 DONE 0.4s
16:52:32 [2022-07-20T16:52:32.508Z] 
16:52:32 [2022-07-20T16:52:32.508Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:52:32 [2022-07-20T16:52:32.508Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:52:32 [2022-07-20T16:52:32.508Z] #9 DONE 0.4s
16:52:32 [2022-07-20T16:52:32.508Z] 
16:52:32 [2022-07-20T16:52:32.508Z] #10 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye
16:52:32 [2022-07-20T16:52:32.508Z] #10 sha256:b86c439509d1bcb1d912e9e6b15786b5125b5b3f78eacc7fde0e6e616a2fc6e2
16:52:32 [2022-07-20T16:52:32.508Z] #10 DONE 0.5s
16:52:32 [2022-07-20T16:52:32.508Z] 
16:52:32 [2022-07-20T16:52:32.508Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
16:52:32 [2022-07-20T16:52:32.508Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
16:52:32 [2022-07-20T16:52:32.508Z] #8 DONE 0.5s
16:52:32 [2022-07-20T16:52:32.776Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 1.5s done
16:52:32 [2022-07-20T16:52:32.779Z] 
16:52:32 [2022-07-20T16:52:32.779Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:32 [2022-07-20T16:52:32.779Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:52:32 [2022-07-20T16:52:32.779Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
16:52:33 [2022-07-20T16:52:33.040Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:52:33 [2022-07-20T16:52:33.040Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
16:52:33 [2022-07-20T16:52:33.040Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
16:52:33 [2022-07-20T16:52:33.044Z] #28 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a
16:52:33 [2022-07-20T16:52:33.247Z] #11 ...
16:52:33 [2022-07-20T16:52:33.247Z] 
16:52:33 [2022-07-20T16:52:33.247Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:52:33 [2022-07-20T16:52:33.247Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:52:33 [2022-07-20T16:52:33.247Z] #72 DONE 0.7s
16:52:33 [2022-07-20T16:52:33.247Z] 
16:52:33 [2022-07-20T16:52:33.247Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:33 [2022-07-20T16:52:33.247Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:33 [2022-07-20T16:52:33.302Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.49MB / 9.86MB 0.3s
16:52:33 [2022-07-20T16:52:33.302Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s
16:52:33 [2022-07-20T16:52:33.377Z] #58 ...
16:52:33 [2022-07-20T16:52:33.377Z] 
16:52:33 [2022-07-20T16:52:33.377Z] #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
16:52:33 [2022-07-20T16:52:33.377Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:52:33 [2022-07-20T16:52:33.377Z] #84 1.582 Cloning into '/tmp/crun-build'...
16:52:33 [2022-07-20T16:52:33.377Z] #84 9.637 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
16:52:33 [2022-07-20T16:52:33.377Z] #84 9.647 Cloning into '/tmp/crun-build/libocispec'...
16:52:33 [2022-07-20T16:52:33.472Z] #11 ...
16:52:33 [2022-07-20T16:52:33.472Z] 
16:52:33 [2022-07-20T16:52:33.472Z] #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
16:52:33 [2022-07-20T16:52:33.472Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
16:52:33 [2022-07-20T16:52:33.472Z] #29 9.763 Updating certificates in /etc/ssl/certs...
16:52:33 [2022-07-20T16:52:33.472Z] #29 10.92 129 added, 0 removed; done.
16:52:33 [2022-07-20T16:52:33.472Z] #29 11.00 Setting up jq (1.6-2.1) ...
16:52:33 [2022-07-20T16:52:33.472Z] #29 11.02 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
16:52:33 [2022-07-20T16:52:33.472Z] #29 11.02 Setting up curl (7.74.0-1.3+deb11u1) ...
16:52:33 [2022-07-20T16:52:33.472Z] #29 11.04 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:52:33 [2022-07-20T16:52:33.472Z] #29 11.06 Processing triggers for ca-certificates (20210119) ...
16:52:33 [2022-07-20T16:52:33.472Z] #29 11.07 Updating certificates in /etc/ssl/certs...
16:52:33 [2022-07-20T16:52:33.472Z] #29 12.14 0 added, 0 removed; done.
16:52:33 [2022-07-20T16:52:33.472Z] #29 12.14 Running hooks in /etc/ca-certificates/update.d...
16:52:33 [2022-07-20T16:52:33.472Z] #29 12.14 done.
16:52:33 [2022-07-20T16:52:33.472Z] #29 DONE 13.5s
16:52:33 [2022-07-20T16:52:33.472Z] 
16:52:33 [2022-07-20T16:52:33.472Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:33 [2022-07-20T16:52:33.472Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:33 [2022-07-20T16:52:33.507Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 8.8s
16:52:33 [2022-07-20T16:52:33.570Z] #71 ...
16:52:33 [2022-07-20T16:52:33.570Z] 
16:52:33 [2022-07-20T16:52:33.570Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
16:52:33 [2022-07-20T16:52:33.570Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
16:52:33 [2022-07-20T16:52:33.570Z] #49 DONE 0.0s
16:52:33 [2022-07-20T16:52:33.570Z] 
16:52:33 [2022-07-20T16:52:33.570Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:33 [2022-07-20T16:52:33.570Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:52:33 [2022-07-20T16:52:33.570Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
16:52:33 [2022-07-20T16:52:33.570Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
16:52:33 [2022-07-20T16:52:33.614Z] #28 ...
16:52:33 [2022-07-20T16:52:33.614Z] 
16:52:33 [2022-07-20T16:52:33.614Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:33 [2022-07-20T16:52:33.614Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:52:33 [2022-07-20T16:52:33.614Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
16:52:33 [2022-07-20T16:52:33.614Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:52:33 [2022-07-20T16:52:33.614Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
16:52:33 [2022-07-20T16:52:33.614Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
16:52:33 [2022-07-20T16:52:33.614Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
16:52:33 [2022-07-20T16:52:33.614Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.7s done
16:52:33 [2022-07-20T16:52:33.614Z] #71 DONE 3.0s
16:52:33 [2022-07-20T16:52:33.614Z] 
16:52:33 [2022-07-20T16:52:33.614Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:52:33 [2022-07-20T16:52:33.614Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:52:33 [2022-07-20T16:52:33.735Z] #11 ...
16:52:33 [2022-07-20T16:52:33.735Z] 
16:52:33 [2022-07-20T16:52:33.735Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:52:33 [2022-07-20T16:52:33.735Z] #30 sha256:88ad25dd958dc958501312f8ca63ce6fc514a79c26287db3d76fc703468166a7
16:52:33 [2022-07-20T16:52:33.735Z] #30 DONE 0.3s
16:52:33 [2022-07-20T16:52:33.735Z] 
16:52:33 [2022-07-20T16:52:33.735Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:33 [2022-07-20T16:52:33.735Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:34 [2022-07-20T16:52:34.071Z] #11 ...
16:52:34 [2022-07-20T16:52:34.071Z] 
16:52:34 [2022-07-20T16:52:34.071Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:52:34 [2022-07-20T16:52:34.071Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:52:34 [2022-07-20T16:52:34.071Z] #74 DONE 0.9s
16:52:34 [2022-07-20T16:52:34.071Z] 
16:52:34 [2022-07-20T16:52:34.071Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:34 [2022-07-20T16:52:34.071Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:34 [2022-07-20T16:52:34.314Z] #84 ...
16:52:34 [2022-07-20T16:52:34.314Z] 
16:52:34 [2022-07-20T16:52:34.314Z] #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
16:52:34 [2022-07-20T16:52:34.314Z] #58 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:52:34 [2022-07-20T16:52:34.314Z] #58 69.20 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:52:34 [2022-07-20T16:52:34.882Z] #58 DONE 69.7s
16:52:34 [2022-07-20T16:52:34.882Z] 
16:52:34 [2022-07-20T16:52:34.882Z] #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
16:52:34 [2022-07-20T16:52:34.882Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:52:34 [2022-07-20T16:52:34.882Z] #84 11.27 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
16:52:34 [2022-07-20T16:52:34.882Z] #84 11.36 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
16:52:34 [2022-07-20T16:52:34.882Z] #84 11.36 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
16:52:34 [2022-07-20T16:52:34.882Z] #84 11.37 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
16:52:34 [2022-07-20T16:52:34.882Z] #84 11.44 Cloning into '/tmp/crun-build/libocispec/image-spec'...
16:52:34 [2022-07-20T16:52:34.976Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done
16:52:35 [2022-07-20T16:52:35.003Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 10.2s done
16:52:35 [2022-07-20T16:52:35.261Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721
16:52:35 [2022-07-20T16:52:35.261Z] #11 ...
16:52:35 [2022-07-20T16:52:35.261Z] 
16:52:35 [2022-07-20T16:52:35.261Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:52:35 [2022-07-20T16:52:35.261Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:52:35 [2022-07-20T16:52:35.261Z] #28 DONE 13.9s
16:52:35 [2022-07-20T16:52:35.261Z] 
16:52:35 [2022-07-20T16:52:35.261Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:35 [2022-07-20T16:52:35.261Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:35 [2022-07-20T16:52:35.648Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 5.0s
16:52:36 [2022-07-20T16:52:36.201Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0.7s done
16:52:36 [2022-07-20T16:52:36.201Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.1s
16:52:36 [2022-07-20T16:52:36.360Z] #71 DONE 3.2s
16:52:36 [2022-07-20T16:52:36.360Z] 
16:52:36 [2022-07-20T16:52:36.360Z] #24 [internal] load build context
16:52:36 [2022-07-20T16:52:36.360Z] #24 sha256:bef9db266edbef95c5c1a0989a24dcd4a967905f69fa4df8c70a9423dee7f4da
16:52:36 [2022-07-20T16:52:36.360Z] #24 transferring context: 62.07MB 2.3s done
16:52:36 [2022-07-20T16:52:36.360Z] #24 DONE 3.3s
16:52:36 [2022-07-20T16:52:36.360Z] 
16:52:36 [2022-07-20T16:52:36.360Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:c76cccb4e8db4ca3db798c153316d7299214d2acd6f9091194d53f4673ef7b6b
16:52:36 [2022-07-20T16:52:36.360Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18 0.1s done
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18 1.86kB / 1.86kB done
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:493a77666ad570b208236daf750785d12f1299c472aec950f864af339fd17a8a 7.12kB / 7.12kB done
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:a083dca7c9d252411e94154be7aa88a2f97f34dd8fa1c05a15cdd39bf6a25523 1.80kB / 1.80kB done
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 53.68MB / 53.68MB 2.2s done
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:9ca36aa4204d2a708dcd1d41d1d4a128b095f8d88a2f9544f89799c36914e356 5.14MB / 5.14MB 1.0s done
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 10.66MB / 10.66MB 1.3s done
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 54.67MB / 54.67MB 3.1s done
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 69.21MB / 81.11MB 3.1s
16:52:36 [2022-07-20T16:52:36.360Z] #11 extracting sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 0.8s
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 74.97MB / 81.11MB 3.2s
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 3.15MB / 108.94MB 3.2s
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:061673f9eac272017bd26ec1d4422e8f3f6f25dd10b685a2c4431ecb59936e2a 126B / 126B 3.2s
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 81.11MB / 81.11MB 3.3s
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 15.73MB / 108.94MB 3.3s
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:061673f9eac272017bd26ec1d4422e8f3f6f25dd10b685a2c4431ecb59936e2a 126B / 126B 3.2s done
16:52:36 [2022-07-20T16:52:36.360Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 35.65MB / 108.94MB 3.5s
16:52:36 [2022-07-20T16:52:36.620Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 46.14MB / 108.94MB 3.6s
16:52:36 [2022-07-20T16:52:36.620Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 55.57MB / 108.94MB 3.7s
16:52:36 [2022-07-20T16:52:36.620Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 66.03MB / 108.94MB 3.8s
16:52:36 [2022-07-20T16:52:36.767Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.7s done
16:52:36 [2022-07-20T16:52:36.881Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 75.50MB / 108.94MB 3.9s
16:52:36 [2022-07-20T16:52:36.881Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 84.93MB / 108.94MB 4.0s
16:52:36 [2022-07-20T16:52:36.921Z] #28 ...
16:52:36 [2022-07-20T16:52:36.921Z] 
16:52:36 [2022-07-20T16:52:36.921Z] #24 [internal] load build context
16:52:36 [2022-07-20T16:52:36.921Z] #24 sha256:b54c872565eb453aa55060cde901fd12621b9d2ac02b5842f21ac41a163aca1d
16:52:36 [2022-07-20T16:52:36.921Z] #24 transferring context: 62.06MB 5.7s done
16:52:36 [2022-07-20T16:52:36.921Z] #24 DONE 5.9s
16:52:36 [2022-07-20T16:52:36.921Z] 
16:52:36 [2022-07-20T16:52:36.921Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:36 [2022-07-20T16:52:36.921Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:36 [2022-07-20T16:52:36.921Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18 0.0s done
16:52:36 [2022-07-20T16:52:36.921Z] #11 sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18 1.86kB / 1.86kB done
16:52:36 [2022-07-20T16:52:36.921Z] #11 sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 1.80kB / 1.80kB done
16:52:36 [2022-07-20T16:52:36.921Z] #11 sha256:e3c0472b1b62b0899bebd7aee842ba7a7f4d6c3cdf006115adcd247b69c4bfe1 7.10kB / 7.10kB done
16:52:36 [2022-07-20T16:52:36.921Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 1.5s done
16:52:36 [2022-07-20T16:52:36.921Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 0.8s done
16:52:36 [2022-07-20T16:52:36.921Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 1.7s done
16:52:36 [2022-07-20T16:52:36.921Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 2.4s done
16:52:36 [2022-07-20T16:52:36.921Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 5.8s
16:52:36 [2022-07-20T16:52:36.921Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 5.8s
16:52:36 [2022-07-20T16:52:36.921Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 0B / 157B 2.7s
16:52:37 [2022-07-20T16:52:37.024Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2
16:52:37 [2022-07-20T16:52:37.140Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 95.42MB / 108.94MB 4.1s
16:52:37 [2022-07-20T16:52:37.140Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 108.94MB / 108.94MB 4.3s
16:52:37 [2022-07-20T16:52:37.400Z] #11 extracting sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 2.1s done
16:52:37 [2022-07-20T16:52:37.418Z] #84 14.24 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
16:52:37 [2022-07-20T16:52:37.489Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 6.3s done
16:52:37 [2022-07-20T16:52:37.753Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 6.6s done
16:52:37 [2022-07-20T16:52:37.969Z] #11 extracting sha256:9ca36aa4204d2a708dcd1d41d1d4a128b095f8d88a2f9544f89799c36914e356
16:52:38 [2022-07-20T16:52:38.014Z] #11 ...
16:52:38 [2022-07-20T16:52:38.014Z] 
16:52:38 [2022-07-20T16:52:38.014Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:38 [2022-07-20T16:52:38.014Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:52:38 [2022-07-20T16:52:38.014Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
16:52:38 [2022-07-20T16:52:38.014Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:52:38 [2022-07-20T16:52:38.014Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:52:38 [2022-07-20T16:52:38.014Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:52:38 [2022-07-20T16:52:38.014Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.1s done
16:52:38 [2022-07-20T16:52:38.014Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.0s done
16:52:38 [2022-07-20T16:52:38.014Z] #73 DONE 7.2s
16:52:38 [2022-07-20T16:52:38.014Z] 
16:52:38 [2022-07-20T16:52:38.014Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:52:38 [2022-07-20T16:52:38.014Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
16:52:38 [2022-07-20T16:52:38.014Z] #28 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 5.2s
16:52:38 [2022-07-20T16:52:38.190Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 7.2s done
16:52:38 [2022-07-20T16:52:38.190Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263
16:52:38 [2022-07-20T16:52:38.228Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 81.11MB / 81.11MB 5.0s done
16:52:38 [2022-07-20T16:52:38.228Z] #11 extracting sha256:9ca36aa4204d2a708dcd1d41d1d4a128b095f8d88a2f9544f89799c36914e356 0.2s done
16:52:38 [2022-07-20T16:52:38.273Z] #28 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 5.4s done
16:52:38 [2022-07-20T16:52:38.797Z] #11 extracting sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 0.1s
16:52:38 [2022-07-20T16:52:38.840Z] #28 DONE 8.0s
16:52:38 [2022-07-20T16:52:38.840Z] 
16:52:38 [2022-07-20T16:52:38.840Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:52:38 [2022-07-20T16:52:38.840Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:52:38 [2022-07-20T16:52:38.840Z] #72 DONE 0.6s
16:52:38 [2022-07-20T16:52:38.840Z] 
16:52:38 [2022-07-20T16:52:38.840Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:52:38 [2022-07-20T16:52:38.840Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:52:39 [2022-07-20T16:52:39.076Z] #11 extracting sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 0.3s done
16:52:39 [2022-07-20T16:52:39.780Z] #74 DONE 0.7s
16:52:39 [2022-07-20T16:52:39.780Z] 
16:52:39 [2022-07-20T16:52:39.780Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:39 [2022-07-20T16:52:39.780Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:39 [2022-07-20T16:52:39.780Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0.3s done
16:52:39 [2022-07-20T16:52:39.780Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.5s done
16:52:39 [2022-07-20T16:52:39.780Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2
16:52:39 [2022-07-20T16:52:39.952Z] #84 16.62 Cloning into '/tmp/crun-build/libocispec/yajl'...
16:52:40 [2022-07-20T16:52:40.456Z] #11 extracting sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946
16:52:40 [2022-07-20T16:52:40.456Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 108.94MB / 108.94MB 7.3s done
16:52:40 [2022-07-20T16:52:40.456Z] #11 ...
16:52:40 [2022-07-20T16:52:40.456Z] 
16:52:40 [2022-07-20T16:52:40.456Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
16:52:40 [2022-07-20T16:52:40.456Z] #28 sha256:6c963cca825e8fceec1ba3ec5ba849cf1d5db3e21b2fa20e96ca4fdf0b0d5e73
16:52:40 [2022-07-20T16:52:40.456Z] #28 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.1s done
16:52:40 [2022-07-20T16:52:40.456Z] #28 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done
16:52:40 [2022-07-20T16:52:40.456Z] #28 sha256:16b6769bf0827b7d2e1c487018a4c598c4985a3d0fa60dcfa7af3505554b0f7d 529B / 529B done
16:52:40 [2022-07-20T16:52:40.456Z] #28 sha256:c7e601276d47957134e06e6611a00cda66bcf66977434494b0a2425d8d2d3cd7 1.48kB / 1.48kB done
16:52:40 [2022-07-20T16:52:40.456Z] #28 sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 53.68MB / 53.68MB 1.8s done
16:52:40 [2022-07-20T16:52:40.456Z] #28 DONE 7.6s
16:52:40 [2022-07-20T16:52:40.456Z] 
16:52:40 [2022-07-20T16:52:40.456Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:40 [2022-07-20T16:52:40.456Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:52:40 [2022-07-20T16:52:40.456Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
16:52:40 [2022-07-20T16:52:40.456Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:52:40 [2022-07-20T16:52:40.456Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:52:40 [2022-07-20T16:52:40.456Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:52:40 [2022-07-20T16:52:40.456Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.1s done
16:52:40 [2022-07-20T16:52:40.456Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.3s done
16:52:40 [2022-07-20T16:52:40.715Z] #73 ...
16:52:40 [2022-07-20T16:52:40.715Z] 
16:52:40 [2022-07-20T16:52:40.715Z] #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
16:52:40 [2022-07-20T16:52:40.715Z] #29 sha256:58cbe6b2dc347256705f35e26043deba0bbc6cbfb7fe05f93c7da39ee37dab79
16:52:40 [2022-07-20T16:52:40.975Z] #29 ...
16:52:40 [2022-07-20T16:52:40.975Z] 
16:52:40 [2022-07-20T16:52:40.975Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:52:40 [2022-07-20T16:52:40.975Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:52:40 [2022-07-20T16:52:40.975Z] #73 DONE 8.0s
16:52:40 [2022-07-20T16:52:40.975Z] 
16:52:40 [2022-07-20T16:52:40.975Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:40 [2022-07-20T16:52:40.975Z] #11 sha256:c76cccb4e8db4ca3db798c153316d7299214d2acd6f9091194d53f4673ef7b6b
16:52:41 [2022-07-20T16:52:41.868Z] #84 18.35 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
16:52:42 [2022-07-20T16:52:42.126Z] #84 18.82 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
16:52:42 [2022-07-20T16:52:42.283Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 5.1s
16:52:42 [2022-07-20T16:52:42.385Z] #84 19.14 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
16:52:42 [2022-07-20T16:52:42.883Z] #11 extracting sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 2.3s done
16:52:42 [2022-07-20T16:52:42.958Z] #84 ...
16:52:42 [2022-07-20T16:52:42.958Z] 
16:52:42 [2022-07-20T16:52:42.958Z] #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
16:52:42 [2022-07-20T16:52:42.958Z] #60 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:52:42 [2022-07-20T16:52:42.958Z] #60 78.06 gotestsum version dev
16:52:42 [2022-07-20T16:52:42.958Z] #60 DONE 78.2s
16:52:42 [2022-07-20T16:52:42.958Z] 
16:52:42 [2022-07-20T16:52:42.958Z] #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
16:52:42 [2022-07-20T16:52:42.958Z] #54 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:52:43 [2022-07-20T16:52:43.144Z] #11 extracting sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218
16:52:43 [2022-07-20T16:52:43.467Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 5.0s
16:52:43 [2022-07-20T16:52:43.727Z] #11 ...
16:52:43 [2022-07-20T16:52:43.727Z] 
16:52:43 [2022-07-20T16:52:43.727Z] #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
16:52:43 [2022-07-20T16:52:43.727Z] #31 sha256:0480ae405fe6b857fde73124e300f9d9d6e76bdb25940ea3481e1cbdf31cc2b0
16:52:43 [2022-07-20T16:52:43.727Z] #31 2.318 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:52:43 [2022-07-20T16:52:43.727Z] #31 2.683 
16:52:43 [2022-07-20T16:52:43.727Z] #31 2.910 #=#=#                                                                         

######################################################################## 100.0%
16:52:43 [2022-07-20T16:52:43.727Z] #31 3.152 
16:52:43 [2022-07-20T16:52:43.727Z] #31 4.086 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:52:43 [2022-07-20T16:52:43.727Z] #31 4.378 
16:52:43 [2022-07-20T16:52:43.727Z] #31 4.610 #=#=#                                                                         

######################################################################## 100.0%
16:52:43 [2022-07-20T16:52:43.727Z] #31 4.938 
16:52:43 [2022-07-20T16:52:43.727Z] #31 5.969 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
16:52:43 [2022-07-20T16:52:43.727Z] #31 6.354 
16:52:43 [2022-07-20T16:52:43.727Z] #31 6.593 #=#=#                                                                         

##################                                                        25.5%
##########################################                                59.0%
#################################################################         90.9%
######################################################################## 100.0%
16:52:43 [2022-07-20T16:52:43.727Z] #31 7.142 
16:52:43 [2022-07-20T16:52:43.727Z] #31 8.102 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:52:43 [2022-07-20T16:52:43.727Z] #31 8.394 
16:52:43 [2022-07-20T16:52:43.727Z] #31 8.626 #=#=#                                                                         

######################################################################## 100.0%
16:52:43 [2022-07-20T16:52:43.727Z] #31 8.949 
16:52:43 [2022-07-20T16:52:43.727Z] #31 9.724 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:52:43 [2022-07-20T16:52:43.727Z] #31 10.10 
16:52:43 [2022-07-20T16:52:43.727Z] #31 ...
16:52:43 [2022-07-20T16:52:43.727Z] 
16:52:43 [2022-07-20T16:52:43.727Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:43 [2022-07-20T16:52:43.727Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:45 [2022-07-20T16:52:45.048Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 4.8s done
16:52:45 [2022-07-20T16:52:45.048Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a
16:52:45 [2022-07-20T16:52:45.569Z] #11 ...
16:52:45 [2022-07-20T16:52:45.569Z] 
16:52:45 [2022-07-20T16:52:45.569Z] #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
16:52:45 [2022-07-20T16:52:45.569Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
16:52:45 [2022-07-20T16:52:45.569Z] #29 1.746 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 1.759 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 1.759 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 2.025 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 2.273 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 2.900 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:52:45 [2022-07-20T16:52:45.569Z] #29 3.901 Fetched 8555 kB in 2s (3562 kB/s)
16:52:45 [2022-07-20T16:52:45.569Z] #29 3.901 Reading package lists...
16:52:45 [2022-07-20T16:52:45.569Z] #29 4.681 Reading package lists...
16:52:45 [2022-07-20T16:52:45.569Z] #29 5.428 Building dependency tree...
16:52:45 [2022-07-20T16:52:45.569Z] #29 5.781 The following additional packages will be installed:
16:52:45 [2022-07-20T16:52:45.569Z] #29 5.781   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
16:52:45 [2022-07-20T16:52:45.569Z] #29 5.781   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
16:52:45 [2022-07-20T16:52:45.569Z] #29 5.781 Recommended packages:
16:52:45 [2022-07-20T16:52:45.569Z] #29 5.781   libldap-common publicsuffix libsasl2-modules
16:52:45 [2022-07-20T16:52:45.569Z] #29 5.993 The following NEW packages will be installed:
16:52:45 [2022-07-20T16:52:45.569Z] #29 5.993   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
16:52:45 [2022-07-20T16:52:45.569Z] #29 5.993   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:52:45 [2022-07-20T16:52:45.569Z] #29 5.993   libssh2-1 openssl
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.284 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.284 Need to get 3041 kB of archives.
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.284 After this operation, 6651 kB of additional disk space will be used.
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.284 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.289 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.298 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.298 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.298 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.298 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.309 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.309 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.309 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.309 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.324 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.324 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.324 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.324 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.333 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.625 debconf: delaying package configuration, since apt-utils is not installed
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.667 Fetched 3041 kB in 0s (9244 kB/s)
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.700 Selecting previously unselected package openssl.
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.700 (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.)
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.700 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.707 Unpacking openssl (1.1.1n-0+deb11u3) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.922 Selecting previously unselected package ca-certificates.
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.922 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 6.926 Unpacking ca-certificates (20210119) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.046 Selecting previously unselected package libbrotli1:amd64.
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.046 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.087 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.186 Selecting previously unselected package libsasl2-modules-db:amd64.
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.186 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.222 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.271 Selecting previously unselected package libsasl2-2:amd64.
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.271 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.332 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.445 Selecting previously unselected package libldap-2.4-2:amd64.
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.445 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.456 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.564 Selecting previously unselected package libnghttp2-14:amd64.
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.564 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.568 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.663 Selecting previously unselected package libpsl5:amd64.
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.663 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.764 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.832 Selecting previously unselected package librtmp1:amd64.
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.832 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.837 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.944 Selecting previously unselected package libssh2-1:amd64.
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.944 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 7.947 Unpacking libssh2-1:amd64 (1.9.0-2) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.054 Selecting previously unselected package libcurl4:amd64.
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.054 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.104 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.293 Selecting previously unselected package curl.
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.293 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.293 Unpacking curl (7.74.0-1.3+deb11u1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.444 Selecting previously unselected package libonig5:amd64.
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.444 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.449 Unpacking libonig5:amd64 (6.9.6-1.1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.575 Selecting previously unselected package libjq1:amd64.
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.575 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.613 Unpacking libjq1:amd64 (1.6-2.1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.692 Selecting previously unselected package jq.
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.692 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.698 Unpacking jq (1.6-2.1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.787 Setting up libpsl5:amd64 (0.21.0-1.2) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.820 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.832 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.866 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.904 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.916 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.949 Setting up libssh2-1:amd64 (1.9.0-2) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.963 Setting up openssl (1.1.1n-0+deb11u3) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.978 Setting up libonig5:amd64 (6.9.6-1.1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 8.989 Setting up libjq1:amd64 (1.6-2.1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 9.002 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 9.015 Setting up ca-certificates (20210119) ...
16:52:45 [2022-07-20T16:52:45.569Z] #29 9.774 Updating certificates in /etc/ssl/certs...
16:52:45 [2022-07-20T16:52:45.569Z] #29 ...
16:52:45 [2022-07-20T16:52:45.569Z] 
16:52:45 [2022-07-20T16:52:45.569Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:45 [2022-07-20T16:52:45.569Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:46 [2022-07-20T16:52:46.134Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 9.0s done
16:52:46 [2022-07-20T16:52:46.392Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a
16:52:46 [2022-07-20T16:52:46.460Z] #11 ...
16:52:46 [2022-07-20T16:52:46.460Z] 
16:52:46 [2022-07-20T16:52:46.460Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:52:46 [2022-07-20T16:52:46.460Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
16:52:46 [2022-07-20T16:52:46.460Z] #72 DONE 1.5s
16:52:46 [2022-07-20T16:52:46.460Z] 
16:52:46 [2022-07-20T16:52:46.460Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:46 [2022-07-20T16:52:46.460Z] #11 sha256:c76cccb4e8db4ca3db798c153316d7299214d2acd6f9091194d53f4673ef7b6b
16:52:46 [2022-07-20T16:52:46.460Z] #11 ...
16:52:46 [2022-07-20T16:52:46.460Z] 
16:52:46 [2022-07-20T16:52:46.460Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:52:46 [2022-07-20T16:52:46.460Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
16:52:47 [2022-07-20T16:52:47.033Z] #11 ...
16:52:47 [2022-07-20T16:52:47.033Z] 
16:52:47 [2022-07-20T16:52:47.033Z] #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
16:52:47 [2022-07-20T16:52:47.033Z] #31 sha256:0480ae405fe6b857fde73124e300f9d9d6e76bdb25940ea3481e1cbdf31cc2b0
16:52:47 [2022-07-20T16:52:47.033Z] #31 10.33 #=#=#                                                                         

######################################################################## 100.0%
16:52:47 [2022-07-20T16:52:47.033Z] #31 10.56 
16:52:47 [2022-07-20T16:52:47.033Z] #31 10.64 Download of images into '/build' complete.
16:52:47 [2022-07-20T16:52:47.033Z] #31 10.64 Use something like the following to load the result into a Docker daemon:
16:52:47 [2022-07-20T16:52:47.033Z] #31 10.64   tar -cC '/build' . | docker load
16:52:47 [2022-07-20T16:52:47.033Z] #31 DONE 13.0s
16:52:47 [2022-07-20T16:52:47.033Z] 
16:52:47 [2022-07-20T16:52:47.033Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:47 [2022-07-20T16:52:47.033Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:47 [2022-07-20T16:52:47.147Z] #54 ...
16:52:47 [2022-07-20T16:52:47.147Z] 
16:52:47 [2022-07-20T16:52:47.147Z] #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
16:52:47 [2022-07-20T16:52:47.147Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:52:47 [2022-07-20T16:52:47.147Z] #19 68.75 Fetched 49.1 MB in 1min 7s (736 kB/s)
16:52:47 [2022-07-20T16:52:47.584Z] #11 ...
16:52:47 [2022-07-20T16:52:47.584Z] 
16:52:47 [2022-07-20T16:52:47.584Z] #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
16:52:47 [2022-07-20T16:52:47.584Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
16:52:47 [2022-07-20T16:52:47.584Z] #29 1.031 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 1.052 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 1.052 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 1.212 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 1.524 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 2.028 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:52:47 [2022-07-20T16:52:47.584Z] #29 3.070 Fetched 8555 kB in 2s (3725 kB/s)
16:52:47 [2022-07-20T16:52:47.584Z] #29 3.070 Reading package lists...
16:52:47 [2022-07-20T16:52:47.584Z] #29 3.901 Reading package lists...
16:52:47 [2022-07-20T16:52:47.584Z] #29 4.725 Building dependency tree...
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.075 The following additional packages will be installed:
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.076   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.077   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.078 Recommended packages:
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.078   libldap-common publicsuffix libsasl2-modules
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.251 The following NEW packages will be installed:
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.253   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.253   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.253   libssh2-1 openssl
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.526 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.526 Need to get 3041 kB of archives.
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.526 After this operation, 6651 kB of additional disk space will be used.
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.526 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.609 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.609 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.609 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.611 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.613 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.614 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.616 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.646 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.654 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.654 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.654 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.682 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.695 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.713 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.883 debconf: delaying package configuration, since apt-utils is not installed
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.924 Fetched 3041 kB in 0s (6729 kB/s)
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.955 Selecting previously unselected package openssl.
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.955 (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.)
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.955 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 5.959 Unpacking openssl (1.1.1n-0+deb11u3) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.123 Selecting previously unselected package ca-certificates.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.124 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.129 Unpacking ca-certificates (20210119) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.211 Selecting previously unselected package libbrotli1:amd64.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.212 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.219 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.292 Selecting previously unselected package libsasl2-modules-db:amd64.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.292 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.297 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.339 Selecting previously unselected package libsasl2-2:amd64.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.339 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.343 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.393 Selecting previously unselected package libldap-2.4-2:amd64.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.395 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.400 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.465 Selecting previously unselected package libnghttp2-14:amd64.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.465 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.469 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.518 Selecting previously unselected package libpsl5:amd64.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.518 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.523 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.575 Selecting previously unselected package librtmp1:amd64.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.575 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.577 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.626 Selecting previously unselected package libssh2-1:amd64.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.626 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.633 Unpacking libssh2-1:amd64 (1.9.0-2) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.686 Selecting previously unselected package libcurl4:amd64.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.686 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.690 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.770 Selecting previously unselected package curl.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.770 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.777 Unpacking curl (7.74.0-1.3+deb11u1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.839 Selecting previously unselected package libonig5:amd64.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.839 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.852 Unpacking libonig5:amd64 (6.9.6-1.1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.915 Selecting previously unselected package libjq1:amd64.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.916 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.921 Unpacking libjq1:amd64 (1.6-2.1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.982 Selecting previously unselected package jq.
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.982 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 6.986 Unpacking jq (1.6-2.1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.041 Setting up libpsl5:amd64 (0.21.0-1.2) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.045 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.062 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.072 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.082 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.096 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.107 Setting up libssh2-1:amd64 (1.9.0-2) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.117 Setting up openssl (1.1.1n-0+deb11u3) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.136 Setting up libonig5:amd64 (6.9.6-1.1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.147 Setting up libjq1:amd64 (1.6-2.1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.159 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.170 Setting up ca-certificates (20210119) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 7.785 Updating certificates in /etc/ssl/certs...
16:52:47 [2022-07-20T16:52:47.584Z] #29 8.461 129 added, 0 removed; done.
16:52:47 [2022-07-20T16:52:47.584Z] #29 8.530 Setting up jq (1.6-2.1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 8.542 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 8.553 Setting up curl (7.74.0-1.3+deb11u1) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 8.563 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 8.583 Processing triggers for ca-certificates (20210119) ...
16:52:47 [2022-07-20T16:52:47.584Z] #29 8.591 Updating certificates in /etc/ssl/certs...
16:52:47 [2022-07-20T16:52:47.842Z] #29 ...
16:52:47 [2022-07-20T16:52:47.843Z] 
16:52:47 [2022-07-20T16:52:47.843Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:47 [2022-07-20T16:52:47.843Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:48 [2022-07-20T16:52:48.295Z] #11 ...
16:52:48 [2022-07-20T16:52:48.295Z] 
16:52:48 [2022-07-20T16:52:48.295Z] #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
16:52:48 [2022-07-20T16:52:48.295Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
16:52:48 [2022-07-20T16:52:48.295Z] #29 10.92 129 added, 0 removed; done.
16:52:48 [2022-07-20T16:52:48.295Z] #29 11.00 Setting up jq (1.6-2.1) ...
16:52:48 [2022-07-20T16:52:48.295Z] #29 11.00 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
16:52:48 [2022-07-20T16:52:48.295Z] #29 11.01 Setting up curl (7.74.0-1.3+deb11u1) ...
16:52:48 [2022-07-20T16:52:48.295Z] #29 11.02 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:52:48 [2022-07-20T16:52:48.295Z] #29 11.04 Processing triggers for ca-certificates (20210119) ...
16:52:48 [2022-07-20T16:52:48.295Z] #29 11.05 Updating certificates in /etc/ssl/certs...
16:52:48 [2022-07-20T16:52:48.295Z] #29 12.13 0 added, 0 removed; done.
16:52:48 [2022-07-20T16:52:48.295Z] #29 12.13 Running hooks in /etc/ca-certificates/update.d...
16:52:48 [2022-07-20T16:52:48.295Z] #29 12.13 done.
16:52:48 [2022-07-20T16:52:48.295Z] #29 DONE 13.1s
16:52:48 [2022-07-20T16:52:48.413Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 10.2s
16:52:48 [2022-07-20T16:52:48.551Z] 
16:52:48 [2022-07-20T16:52:48.551Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:52:48 [2022-07-20T16:52:48.551Z] #30 sha256:acec8b03468dff0d849233366cdaa8289e59f0200a31e51aa967d69773ae43a5
16:52:48 [2022-07-20T16:52:48.551Z] #30 DONE 0.1s
16:52:48 [2022-07-20T16:52:48.551Z] 
16:52:48 [2022-07-20T16:52:48.551Z] #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
16:52:48 [2022-07-20T16:52:48.551Z] #31 sha256:ffef18ba641a3f11e4f39890b2c568d4fce3bf0fd8e2306eb7386c3b8129ba23
16:52:48 [2022-07-20T16:52:48.779Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 4.2s done
16:52:48 [2022-07-20T16:52:48.995Z] #74 DONE 3.0s
16:52:48 [2022-07-20T16:52:48.995Z] 
16:52:48 [2022-07-20T16:52:48.995Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:48 [2022-07-20T16:52:48.995Z] #11 sha256:c76cccb4e8db4ca3db798c153316d7299214d2acd6f9091194d53f4673ef7b6b
16:52:48 [2022-07-20T16:52:48.995Z] #11 extracting sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 3.3s done
16:52:48 [2022-07-20T16:52:48.995Z] #11 extracting sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 2.1s
16:52:49 [2022-07-20T16:52:49.715Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263
16:52:49 [2022-07-20T16:52:49.715Z] #11 ...
16:52:49 [2022-07-20T16:52:49.715Z] 
16:52:49 [2022-07-20T16:52:49.715Z] #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
16:52:49 [2022-07-20T16:52:49.715Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
16:52:49 [2022-07-20T16:52:49.715Z] #29 9.122 0 added, 0 removed; done.
16:52:49 [2022-07-20T16:52:49.715Z] #29 9.122 Running hooks in /etc/ca-certificates/update.d...
16:52:49 [2022-07-20T16:52:49.715Z] #29 9.123 done.
16:52:49 [2022-07-20T16:52:49.715Z] #29 DONE 10.9s
16:52:49 [2022-07-20T16:52:49.799Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 11.3s done
16:52:49 [2022-07-20T16:52:49.799Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92
16:52:49 [2022-07-20T16:52:49.974Z] 
16:52:49 [2022-07-20T16:52:49.974Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:49 [2022-07-20T16:52:49.974Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:50 [2022-07-20T16:52:50.059Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 done
16:52:50 [2022-07-20T16:52:50.059Z] #11 DONE 44.9s
16:52:50 [2022-07-20T16:52:50.059Z] 
16:52:50 [2022-07-20T16:52:50.059Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:52:50 [2022-07-20T16:52:50.059Z] #12 sha256:5bd84447ca3733bcd55e93b920e82dfad966d4aa63b6472cfd88a1c661525e5f
16:52:50 [2022-07-20T16:52:50.232Z] #11 ...
16:52:50 [2022-07-20T16:52:50.232Z] 
16:52:50 [2022-07-20T16:52:50.232Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:52:50 [2022-07-20T16:52:50.232Z] #30 sha256:90208da6ab7aa3ff730399c1b31a598d2b3d9131d12f5bcc68b6e09ccef5a96f
16:52:50 [2022-07-20T16:52:50.232Z] #30 DONE 0.4s
16:52:50 [2022-07-20T16:52:50.232Z] 
16:52:50 [2022-07-20T16:52:50.232Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:50 [2022-07-20T16:52:50.232Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:50 [2022-07-20T16:52:50.999Z] #12 DONE 0.8s
16:52:50 [2022-07-20T16:52:50.999Z] 
16:52:50 [2022-07-20T16:52:50.999Z] #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
16:52:50 [2022-07-20T16:52:50.999Z] #13 sha256:e452e8c8c664c489aefcef11d2e52d18c746ce45438fe7d4a1ceb14734e24713
16:52:51 [2022-07-20T16:52:51.082Z] #31 2.448 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:52:51 [2022-07-20T16:52:51.338Z] #31 2.794 
16:52:51 [2022-07-20T16:52:51.570Z] #13 DONE 0.5s
16:52:51 [2022-07-20T16:52:51.570Z] 
16:52:51 [2022-07-20T16:52:51.570Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
16:52:51 [2022-07-20T16:52:51.570Z] #25 sha256:b347cc97f5045ec03c1df24b125134089bae129ae058f20bdd8f8d729823a526
16:52:51 [2022-07-20T16:52:51.570Z] #25 ...
16:52:51 [2022-07-20T16:52:51.570Z] 
16:52:51 [2022-07-20T16:52:51.570Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:52:51 [2022-07-20T16:52:51.570Z] #46 sha256:8d1d76a9d25531fabf0cd7e523a72db529333acf181d47fad04632fd5b5bb7df
16:52:51 [2022-07-20T16:52:51.570Z] #46 DONE 0.2s
16:52:51 [2022-07-20T16:52:51.570Z] 
16:52:51 [2022-07-20T16:52:51.570Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:52:51 [2022-07-20T16:52:51.570Z] #33 sha256:3acc8982bc3dfef7c53dc7da640e6e4cbaccee22bb08169218aed1811449a081
16:52:51 [2022-07-20T16:52:51.570Z] #33 DONE 0.3s
16:52:51 [2022-07-20T16:52:51.570Z] 
16:52:51 [2022-07-20T16:52:51.570Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
16:52:51 [2022-07-20T16:52:51.570Z] #66 sha256:1e303d3f49d994bbcaa460215650ee2bce4f66479ac75ab29c90b19f25212615
16:52:51 [2022-07-20T16:52:51.570Z] #66 DONE 0.3s
16:52:51 [2022-07-20T16:52:51.570Z] 
16:52:51 [2022-07-20T16:52:51.570Z] #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
16:52:51 [2022-07-20T16:52:51.570Z] #67 sha256:8f441c26af6f7a0131a570268407924f9ab1657519413f340f69e4c0ccb3f413
16:52:51 [2022-07-20T16:52:51.594Z] #31 3.027 #=#=#                                                                         

######################################################################## 100.0%
16:52:51 [2022-07-20T16:52:51.833Z] #67 ...
16:52:51 [2022-07-20T16:52:51.833Z] 
16:52:51 [2022-07-20T16:52:51.833Z] #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
16:52:51 [2022-07-20T16:52:51.833Z] #50 sha256:a6b93e9f5ab5a8aadd7fece0a99d752c047ca62f277efc1c17c2029f17e55023
16:52:51 [2022-07-20T16:52:51.833Z] #50 DONE 0.4s
16:52:51 [2022-07-20T16:52:51.833Z] 
16:52:51 [2022-07-20T16:52:51.833Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
16:52:51 [2022-07-20T16:52:51.833Z] #25 sha256:b347cc97f5045ec03c1df24b125134089bae129ae058f20bdd8f8d729823a526
16:52:51 [2022-07-20T16:52:51.833Z] #25 DONE 0.4s
16:52:51 [2022-07-20T16:52:51.850Z] #31 3.382 
16:52:52 [2022-07-20T16:52:52.093Z] 
16:52:52 [2022-07-20T16:52:52.093Z] #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
16:52:52 [2022-07-20T16:52:52.093Z] #26 sha256:c1f4adf658e15492c6cd336e6960f3b2aa6b057276439920fea8dc5a46038fb5
16:52:52 [2022-07-20T16:52:52.293Z] #11 extracting sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 5.5s done
16:52:52 [2022-07-20T16:52:52.293Z] #11 ...
16:52:52 [2022-07-20T16:52:52.293Z] 
16:52:52 [2022-07-20T16:52:52.293Z] #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
16:52:52 [2022-07-20T16:52:52.293Z] #29 sha256:58cbe6b2dc347256705f35e26043deba0bbc6cbfb7fe05f93c7da39ee37dab79
16:52:52 [2022-07-20T16:52:52.293Z] #29 1.725 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 1.763 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 1.763 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 1.933 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 2.382 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 2.392 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:52:52 [2022-07-20T16:52:52.293Z] #29 3.309 Fetched 8441 kB in 2s (4557 kB/s)
16:52:52 [2022-07-20T16:52:52.293Z] #29 3.309 Reading package lists...
16:52:52 [2022-07-20T16:52:52.293Z] #29 3.925 Reading package lists...
16:52:52 [2022-07-20T16:52:52.293Z] #29 4.439 Building dependency tree...
16:52:52 [2022-07-20T16:52:52.293Z] #29 4.792 The following additional packages will be installed:
16:52:52 [2022-07-20T16:52:52.293Z] #29 4.792   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
16:52:52 [2022-07-20T16:52:52.293Z] #29 4.792   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
16:52:52 [2022-07-20T16:52:52.293Z] #29 4.792 Recommended packages:
16:52:52 [2022-07-20T16:52:52.293Z] #29 4.792   libldap-common publicsuffix libsasl2-modules
16:52:52 [2022-07-20T16:52:52.293Z] #29 4.911 The following NEW packages will be installed:
16:52:52 [2022-07-20T16:52:52.293Z] #29 4.912   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
16:52:52 [2022-07-20T16:52:52.293Z] #29 4.912   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:52:52 [2022-07-20T16:52:52.293Z] #29 4.912   libssh2-1 openssl
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.193 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.193 Need to get 2934 kB of archives.
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.193 After this operation, 6476 kB of additional disk space will be used.
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.193 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.203 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.204 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.208 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.208 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.212 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.215 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.215 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.244 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.244 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.244 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.244 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.252 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.254 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.254 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.676 debconf: delaying package configuration, since apt-utils is not installed
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.706 Fetched 2934 kB in 0s (8712 kB/s)
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.925 Selecting previously unselected package openssl.
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.925 (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 ... 6653 files and directories currently installed.)
16:52:52 [2022-07-20T16:52:52.293Z] #29 5.929 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 6.047 Unpacking openssl (1.1.1n-0+deb11u3) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 6.850 Selecting previously unselected package ca-certificates.
16:52:52 [2022-07-20T16:52:52.293Z] #29 6.851 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 6.939 Unpacking ca-certificates (20210119) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 7.428 Selecting previously unselected package libbrotli1:arm64.
16:52:52 [2022-07-20T16:52:52.293Z] #29 7.428 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 7.443 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 7.764 Selecting previously unselected package libsasl2-modules-db:arm64.
16:52:52 [2022-07-20T16:52:52.293Z] #29 7.764 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 7.786 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.040 Selecting previously unselected package libsasl2-2:arm64.
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.040 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.048 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.294 Selecting previously unselected package libldap-2.4-2:arm64.
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.294 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.300 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.381 Selecting previously unselected package libnghttp2-14:arm64.
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.381 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.386 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.450 Selecting previously unselected package libpsl5:arm64.
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.450 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.462 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.717 Selecting previously unselected package librtmp1:arm64.
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.717 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 8.726 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.221 Selecting previously unselected package libssh2-1:arm64.
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.221 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.236 Unpacking libssh2-1:arm64 (1.9.0-2) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.397 Selecting previously unselected package libcurl4:arm64.
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.398 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.403 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.469 Selecting previously unselected package curl.
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.469 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.474 Unpacking curl (7.74.0-1.3+deb11u1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.549 Selecting previously unselected package libonig5:arm64.
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.549 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.555 Unpacking libonig5:arm64 (6.9.6-1.1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.617 Selecting previously unselected package libjq1:arm64.
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.617 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.622 Unpacking libjq1:arm64 (1.6-2.1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.722 Selecting previously unselected package jq.
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.722 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.726 Unpacking jq (1.6-2.1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.773 Setting up libpsl5:arm64 (0.21.0-1.2) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.784 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.796 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.807 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.825 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.836 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.847 Setting up libssh2-1:arm64 (1.9.0-2) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.861 Setting up openssl (1.1.1n-0+deb11u3) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.879 Setting up libonig5:arm64 (6.9.6-1.1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.892 Setting up libjq1:arm64 (1.6-2.1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.903 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 9.918 Setting up ca-certificates (20210119) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 10.65 Updating certificates in /etc/ssl/certs...
16:52:52 [2022-07-20T16:52:52.293Z] #29 11.58 129 added, 0 removed; done.
16:52:52 [2022-07-20T16:52:52.293Z] #29 11.67 Setting up jq (1.6-2.1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 11.69 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 11.70 Setting up curl (7.74.0-1.3+deb11u1) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 11.71 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 11.74 Processing triggers for ca-certificates (20210119) ...
16:52:52 [2022-07-20T16:52:52.293Z] #29 11.75 Updating certificates in /etc/ssl/certs...
16:52:52 [2022-07-20T16:52:52.869Z] #29 ...
16:52:52 [2022-07-20T16:52:52.869Z] 
16:52:52 [2022-07-20T16:52:52.869Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:52 [2022-07-20T16:52:52.869Z] #11 sha256:c76cccb4e8db4ca3db798c153316d7299214d2acd6f9091194d53f4673ef7b6b
16:52:52 [2022-07-20T16:52:52.869Z] #11 extracting sha256:061673f9eac272017bd26ec1d4422e8f3f6f25dd10b685a2c4431ecb59936e2a done
16:52:52 [2022-07-20T16:52:52.869Z] #11 DONE 19.9s
16:52:52 [2022-07-20T16:52:52.869Z] 
16:52:52 [2022-07-20T16:52:52.869Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:52:52 [2022-07-20T16:52:52.869Z] #12 sha256:b049ffc12560a218076745d49180cf528b788a7078081d2c2099febaafde9bdf
16:52:53 [2022-07-20T16:52:53.226Z] #31 4.472 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:52:53 [2022-07-20T16:52:53.226Z] #31 4.785 
16:52:53 [2022-07-20T16:52:53.439Z] #12 DONE 0.5s
16:52:53 [2022-07-20T16:52:53.439Z] 
16:52:53 [2022-07-20T16:52:53.439Z] #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
16:52:53 [2022-07-20T16:52:53.439Z] #29 sha256:58cbe6b2dc347256705f35e26043deba0bbc6cbfb7fe05f93c7da39ee37dab79
16:52:53 [2022-07-20T16:52:53.439Z] #29 12.35 0 added, 0 removed; done.
16:52:53 [2022-07-20T16:52:53.439Z] #29 12.35 Running hooks in /etc/ca-certificates/update.d...
16:52:53 [2022-07-20T16:52:53.439Z] #29 12.35 done.
16:52:53 [2022-07-20T16:52:53.439Z] #29 DONE 12.7s
16:52:53 [2022-07-20T16:52:53.439Z] 
16:52:53 [2022-07-20T16:52:53.439Z] #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
16:52:53 [2022-07-20T16:52:53.439Z] #13 sha256:917a498e61c137d282cecd4117800487ae6c310fe4fc81d645f324370912fe99
16:52:53 [2022-07-20T16:52:53.439Z] #13 ...
16:52:53 [2022-07-20T16:52:53.439Z] 
16:52:53 [2022-07-20T16:52:53.439Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:52:53 [2022-07-20T16:52:53.439Z] #30 sha256:49b1ec97e785c7f45e5318273002170e59e4c40ad0667ae2cd95362eda7d1d5f
16:52:53 [2022-07-20T16:52:53.439Z] #30 DONE 0.1s
16:52:53 [2022-07-20T16:52:53.482Z] #31 5.007 #=#=#                                                                         

######################################################################## 100.0%
16:52:53 [2022-07-20T16:52:53.699Z] 
16:52:53 [2022-07-20T16:52:53.699Z] #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
16:52:53 [2022-07-20T16:52:53.699Z] #31 sha256:27542b0e2a1495944230b97b725a71374c329be6cb46e9c7c7620cad0dfce2f9
16:52:53 [2022-07-20T16:52:53.740Z] #31 5.331 
16:52:53 [2022-07-20T16:52:53.962Z] #31 ...
16:52:53 [2022-07-20T16:52:53.962Z] 
16:52:53 [2022-07-20T16:52:53.962Z] #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
16:52:53 [2022-07-20T16:52:53.962Z] #13 sha256:917a498e61c137d282cecd4117800487ae6c310fe4fc81d645f324370912fe99
16:52:53 [2022-07-20T16:52:53.962Z] #13 DONE 0.6s
16:52:53 [2022-07-20T16:52:53.962Z] 
16:52:53 [2022-07-20T16:52:53.962Z] #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
16:52:53 [2022-07-20T16:52:53.962Z] #40 sha256:5b3279bbd684cd60e71b2ec6230923013fb1881001cf7bf1cbea4d1d4889e7d6
16:52:54 [2022-07-20T16:52:54.229Z] #40 ...
16:52:54 [2022-07-20T16:52:54.229Z] 
16:52:54 [2022-07-20T16:52:54.229Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:52:54 [2022-07-20T16:52:54.229Z] #33 sha256:6c00b4e4547346053f8f102cfd5c39a6beb65c0f075a61dbbfd9adb030eb919e
16:52:54 [2022-07-20T16:52:54.229Z] #33 DONE 0.2s
16:52:54 [2022-07-20T16:52:54.229Z] 
16:52:54 [2022-07-20T16:52:54.229Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:52:54 [2022-07-20T16:52:54.229Z] #46 sha256:5d18c32ec7853d729df69cf12f5154ea646e9eec09941e22bfa6942d9d989571
16:52:54 [2022-07-20T16:52:54.229Z] #46 DONE 0.2s
16:52:54 [2022-07-20T16:52:54.229Z] 
16:52:54 [2022-07-20T16:52:54.230Z] #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
16:52:54 [2022-07-20T16:52:54.230Z] #50 sha256:c6bb93e5f4675ecda38cdfaf3afd3d6f2cd28bbe8eeaaa77d81dab77210c87ff
16:52:54 [2022-07-20T16:52:54.230Z] #50 DONE 0.3s
16:52:54 [2022-07-20T16:52:54.230Z] 
16:52:54 [2022-07-20T16:52:54.230Z] #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
16:52:54 [2022-07-20T16:52:54.230Z] #51 sha256:746b398effad4dc679ea918020e44d983e3e0af862b8f362125c6b1ff3059980
16:52:54 [2022-07-20T16:52:54.490Z] #51 ...
16:52:54 [2022-07-20T16:52:54.490Z] 
16:52:54 [2022-07-20T16:52:54.490Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
16:52:54 [2022-07-20T16:52:54.490Z] #25 sha256:e08729814a76d447f46fed0c126012eea124282c0892ba6b0d5d8a9f5b365d28
16:52:54 [2022-07-20T16:52:54.490Z] #25 DONE 0.4s
16:52:54 [2022-07-20T16:52:54.490Z] 
16:52:54 [2022-07-20T16:52:54.490Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
16:52:54 [2022-07-20T16:52:54.490Z] #66 sha256:f1e41e5b3c97272add9d548fead035df59461d8fc3ad256643e6f6e351ab4fb2
16:52:54 [2022-07-20T16:52:54.490Z] #66 DONE 0.4s
16:52:54 [2022-07-20T16:52:54.490Z] 
16:52:54 [2022-07-20T16:52:54.491Z] #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
16:52:54 [2022-07-20T16:52:54.491Z] #67 sha256:a31bc8585ea5b2200791a584e1bfa16fbe47f07a79533c179e43040297f45763
16:52:54 [2022-07-20T16:52:54.679Z] #31 ...
16:52:54 [2022-07-20T16:52:54.679Z] 
16:52:54 [2022-07-20T16:52:54.679Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:52:54 [2022-07-20T16:52:54.679Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:52:54 [2022-07-20T16:52:54.679Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 7.8s done
16:52:54 [2022-07-20T16:52:54.679Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 0.3s
16:52:54 [2022-07-20T16:52:54.935Z] #11 ...
16:52:54 [2022-07-20T16:52:54.936Z] 
16:52:54 [2022-07-20T16:52:54.936Z] #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
16:52:54 [2022-07-20T16:52:54.936Z] #31 sha256:ffef18ba641a3f11e4f39890b2c568d4fce3bf0fd8e2306eb7386c3b8129ba23
16:52:54 [2022-07-20T16:52:54.936Z] #31 6.402 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
16:52:55 [2022-07-20T16:52:55.192Z] #31 6.763 
16:52:55 [2022-07-20T16:52:55.506Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 5.1s
16:52:55 [2022-07-20T16:52:55.708Z] #31 6.987 #=#=#                                                                         

###################                                                       26.5%
##########################################                                58.5%
#################################################################         90.4%
######################################################################## 100.0%
16:52:55 [2022-07-20T16:52:55.964Z] #31 7.581 
16:52:57 [2022-07-20T16:52:57.334Z] #31 8.752 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:52:57 [2022-07-20T16:52:57.371Z] #26 ...
16:52:57 [2022-07-20T16:52:57.371Z] 
16:52:57 [2022-07-20T16:52:57.371Z] #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
16:52:57 [2022-07-20T16:52:57.371Z] #57 sha256:56a2601fc0bd3cc28d2295a5fea21dd3191de36bc576e6c7a3adb5d66416e572
16:52:57 [2022-07-20T16:52:57.371Z] #57 4.772 go: downloading mvdan.cc/sh/v3 v3.0.2
16:52:57 [2022-07-20T16:52:57.371Z] #57 5.487 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:52:57 [2022-07-20T16:52:57.371Z] #57 5.487 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:52:57 [2022-07-20T16:52:57.371Z] #57 5.508 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:52:57 [2022-07-20T16:52:57.371Z] #57 5.861 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:52:57 [2022-07-20T16:52:57.590Z] #31 9.119 
16:52:57 [2022-07-20T16:52:57.849Z] #31 9.354 #=#=#                                                                         

######################################################################## 100.0%
16:52:58 [2022-07-20T16:52:58.038Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 8.2s done
16:52:58 [2022-07-20T16:52:58.038Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92
16:52:58 [2022-07-20T16:52:58.038Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 done
16:52:58 [2022-07-20T16:52:58.121Z] #31 9.743 
16:52:58 [2022-07-20T16:52:58.297Z] #11 DONE 27.4s
16:52:58 [2022-07-20T16:52:58.297Z] 
16:52:58 [2022-07-20T16:52:58.297Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:52:58 [2022-07-20T16:52:58.297Z] #12 sha256:5bd84447ca3733bcd55e93b920e82dfad966d4aa63b6472cfd88a1c661525e5f
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.404 + RM_GOPATH=0
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.404 + TMP_GOPATH=
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.404 + : /build
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.405 + '[' -z '' ']'
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.405 ++ mktemp -d
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.428 + export GOPATH=/tmp/tmp.8cAMNtSss6
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.428 + GOPATH=/tmp/tmp.8cAMNtSss6
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.428 + RM_GOPATH=1
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.428 + case "$(go env GOARCH)" in
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.429 ++ go env GOARCH
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.475 + export GO_BUILDMODE=-buildmode=pie
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.475 + GO_BUILDMODE=-buildmode=pie
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.477 ++ dirname /install.sh
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.478 + dir=/
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.478 + bin=rootlesskit
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.478 + shift
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.478 + '[' '!' -f //rootlesskit.installer ']'
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.478 + . //rootlesskit.installer
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.478 ++ : 1920341cd41e047834a21007424162a2dc946315
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.480 + install_rootlesskit
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.480 + case "$1" in
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.480 + export CGO_ENABLED=0
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.480 + CGO_ENABLED=0
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.480 + _install_rootlesskit
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.480 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.480 + for f in rootlesskit rootlesskit-docker-proxy
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.481 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.481 + GOBIN=/build
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.481 + GO111MODULE=on
16:52:58 [2022-07-20T16:52:58.701Z] #67 4.481 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
16:52:59 [2022-07-20T16:52:59.056Z] #31 10.50 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:52:59 [2022-07-20T16:52:59.271Z] #67 5.076 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
16:52:59 [2022-07-20T16:52:59.286Z] #57 ...
16:52:59 [2022-07-20T16:52:59.286Z] 
16:52:59 [2022-07-20T16:52:59.286Z] #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
16:52:59 [2022-07-20T16:52:59.286Z] #67 sha256:8f441c26af6f7a0131a570268407924f9ab1657519413f340f69e4c0ccb3f413
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.190 + RM_GOPATH=0
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.190 + TMP_GOPATH=
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.190 + : /build
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.190 + '[' -z '' ']'
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.190 ++ mktemp -d
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.192 + export GOPATH=/tmp/tmp.TcY9SQYott
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.192 + GOPATH=/tmp/tmp.TcY9SQYott
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.192 + RM_GOPATH=1
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.192 + case "$(go env GOARCH)" in
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.192 ++ go env GOARCH
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.217 + export GO_BUILDMODE=-buildmode=pie
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.220 + GO_BUILDMODE=-buildmode=pie
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.228 ++ dirname /install.sh
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.230 + dir=/
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.232 + bin=rootlesskit
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.232 + shift
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.233 + '[' '!' -f //rootlesskit.installer ']'
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.233 + . //rootlesskit.installer
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.234 ++ : 1920341cd41e047834a21007424162a2dc946315
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.247 + install_rootlesskit
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.247 + case "$1" in
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.247 + export CGO_ENABLED=0
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.247 + CGO_ENABLED=0
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.247 + _install_rootlesskit
16:52:59 [2022-07-20T16:52:59.286Z] #67 7.247 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
16:52:59 [2022-07-20T16:52:59.287Z] #67 7.247 + for f in rootlesskit rootlesskit-docker-proxy
16:52:59 [2022-07-20T16:52:59.287Z] #67 7.247 + GOBIN=/build
16:52:59 [2022-07-20T16:52:59.287Z] #67 7.247 + GO111MODULE=on
16:52:59 [2022-07-20T16:52:59.287Z] #67 7.247 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
16:52:59 [2022-07-20T16:52:59.287Z] #67 7.248 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
16:52:59 [2022-07-20T16:52:59.314Z] #31 10.84 
16:52:59 [2022-07-20T16:52:59.572Z] #31 11.07 #=#=#                                                                         

######################################################################## 100.0%
16:52:59 [2022-07-20T16:52:59.831Z] #31 11.37 
16:52:59 [2022-07-20T16:52:59.831Z] #31 11.47 Download of images into '/build' complete.
16:52:59 [2022-07-20T16:52:59.831Z] #31 11.47 Use something like the following to load the result into a Docker daemon:
16:52:59 [2022-07-20T16:52:59.831Z] #31 11.47   tar -cC '/build' . | docker load
16:52:59 [2022-07-20T16:52:59.860Z] #67 7.913 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
16:53:00 [2022-07-20T16:53:00.200Z] #12 ...
16:53:00 [2022-07-20T16:53:00.200Z] 
16:53:00 [2022-07-20T16:53:00.200Z] #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
16:53:00 [2022-07-20T16:53:00.200Z] #31 sha256:4e488cff5e149e41ee4d638502cbec54eb15d165948da02278ac2ac0cd3930bf
16:53:00 [2022-07-20T16:53:00.200Z] #31 1.483 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:53:00 [2022-07-20T16:53:00.200Z] #31 1.756 
16:53:00 [2022-07-20T16:53:00.200Z] #31 1.976 #=#=#                                                                         

######################################################################## 100.0%
16:53:00 [2022-07-20T16:53:00.200Z] #31 2.217 
16:53:00 [2022-07-20T16:53:00.200Z] #31 3.097 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:53:00 [2022-07-20T16:53:00.200Z] #31 3.353 
16:53:00 [2022-07-20T16:53:00.200Z] #31 3.576 #=#=#                                                                         

######################################################################## 100.0%
16:53:00 [2022-07-20T16:53:00.200Z] #31 3.823 
16:53:00 [2022-07-20T16:53:00.200Z] #31 4.729 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
16:53:00 [2022-07-20T16:53:00.200Z] #31 5.003 
16:53:00 [2022-07-20T16:53:00.200Z] #31 5.221 #=#=#                                                                         

###################                                                       27.1%
##########################################                                58.5%
#################################################################         90.7%
######################################################################## 100.0%
16:53:00 [2022-07-20T16:53:00.200Z] #31 5.759 
16:53:00 [2022-07-20T16:53:00.200Z] #31 6.691 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:53:00 [2022-07-20T16:53:00.200Z] #31 6.949 
16:53:00 [2022-07-20T16:53:00.200Z] #31 7.170 #=#=#                                                                         

######################################################################## 100.0%
16:53:00 [2022-07-20T16:53:00.200Z] #31 7.462 
16:53:00 [2022-07-20T16:53:00.200Z] #31 8.196 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:53:00 [2022-07-20T16:53:00.200Z] #31 8.479 
16:53:00 [2022-07-20T16:53:00.200Z] #31 8.695 #=#=#                                                                         

######################################################################## 100.0%
16:53:00 [2022-07-20T16:53:00.200Z] #31 8.901 
16:53:00 [2022-07-20T16:53:00.200Z] #31 8.941 Download of images into '/build' complete.
16:53:00 [2022-07-20T16:53:00.200Z] #31 8.941 Use something like the following to load the result into a Docker daemon:
16:53:00 [2022-07-20T16:53:00.200Z] #31 8.941   tar -cC '/build' . | docker load
16:53:00 [2022-07-20T16:53:00.216Z] #67 ...
16:53:00 [2022-07-20T16:53:00.216Z] 
16:53:00 [2022-07-20T16:53:00.216Z] #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
16:53:00 [2022-07-20T16:53:00.216Z] #26 sha256:d4a2a87dc71115a6137aff7c80672541bad948ac4acbf96cb32d9f42bde56737
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.427 + RM_GOPATH=0
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.428 + TMP_GOPATH=
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.428 + : /build
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.428 + '[' -z '' ']'
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.429 ++ mktemp -d
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.430 + export GOPATH=/tmp/tmp.6eVnk6289T
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.430 + GOPATH=/tmp/tmp.6eVnk6289T
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.433 + RM_GOPATH=1
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.434 + case "$(go env GOARCH)" in
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.435 ++ go env GOARCH
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.462 + export GO_BUILDMODE=-buildmode=pie
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.462 + GO_BUILDMODE=-buildmode=pie
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.462 ++ dirname /install.sh
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.463 + dir=/
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.463 + bin=dockercli
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.463 + shift
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.463 + '[' '!' -f //dockercli.installer ']'
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.463 + . //dockercli.installer
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.463 ++ : stable
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.463 ++ : 17.06.2-ce
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.464 + install_dockercli
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.464 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.464 Install docker/cli version 17.06.2-ce from stable
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.464 ++ uname -m
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.465 + arch=aarch64
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.465 + '[' aarch64 '!=' x86_64 ']'
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.465 + '[' aarch64 '!=' s390x ']'
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.466 + '[' aarch64 '!=' armhf ']'
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.466 + build_dockercli
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.466 + git clone https://github.com/docker/docker-ce /tmp/tmp.6eVnk6289T/tmp/docker-ce
16:53:00 [2022-07-20T16:53:00.216Z] #26 4.469 Cloning into '/tmp/tmp.6eVnk6289T/tmp/docker-ce'...
16:53:00 [2022-07-20T16:53:00.459Z] #31 ...
16:53:00 [2022-07-20T16:53:00.459Z] 
16:53:00 [2022-07-20T16:53:00.459Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:53:00 [2022-07-20T16:53:00.459Z] #12 sha256:5bd84447ca3733bcd55e93b920e82dfad966d4aa63b6472cfd88a1c661525e5f
16:53:00 [2022-07-20T16:53:00.459Z] #12 DONE 2.3s
16:53:00 [2022-07-20T16:53:00.459Z] 
16:53:00 [2022-07-20T16:53:00.459Z] #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
16:53:00 [2022-07-20T16:53:00.459Z] #31 sha256:4e488cff5e149e41ee4d638502cbec54eb15d165948da02278ac2ac0cd3930bf
16:53:00 [2022-07-20T16:53:00.459Z] #31 DONE 10.4s
16:53:00 [2022-07-20T16:53:00.459Z] 
16:53:00 [2022-07-20T16:53:00.459Z] #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
16:53:00 [2022-07-20T16:53:00.459Z] #13 sha256:e452e8c8c664c489aefcef11d2e52d18c746ce45438fe7d4a1ceb14734e24713
16:53:01 [2022-07-20T16:53:01.027Z] #13 DONE 0.6s
16:53:01 [2022-07-20T16:53:01.027Z] 
16:53:01 [2022-07-20T16:53:01.027Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
16:53:01 [2022-07-20T16:53:01.027Z] #25 sha256:f1c7c757277329ba8c8e675cc3f27320498ff6945a94026c8095d812d0d0ebf5
16:53:01 [2022-07-20T16:53:01.286Z] #25 ...
16:53:01 [2022-07-20T16:53:01.286Z] 
16:53:01 [2022-07-20T16:53:01.286Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:53:01 [2022-07-20T16:53:01.286Z] #46 sha256:8d1d76a9d25531fabf0cd7e523a72db529333acf181d47fad04632fd5b5bb7df
16:53:01 [2022-07-20T16:53:01.286Z] #46 DONE 0.2s
16:53:01 [2022-07-20T16:53:01.286Z] 
16:53:01 [2022-07-20T16:53:01.286Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:53:01 [2022-07-20T16:53:01.286Z] #33 sha256:3acc8982bc3dfef7c53dc7da640e6e4cbaccee22bb08169218aed1811449a081
16:53:01 [2022-07-20T16:53:01.286Z] #33 DONE 0.3s
16:53:01 [2022-07-20T16:53:01.286Z] 
16:53:01 [2022-07-20T16:53:01.286Z] #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
16:53:01 [2022-07-20T16:53:01.286Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:53:01 [2022-07-20T16:53:01.546Z] #47 ...
16:53:01 [2022-07-20T16:53:01.546Z] 
16:53:01 [2022-07-20T16:53:01.546Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
16:53:01 [2022-07-20T16:53:01.546Z] #25 sha256:f1c7c757277329ba8c8e675cc3f27320498ff6945a94026c8095d812d0d0ebf5
16:53:01 [2022-07-20T16:53:01.546Z] #25 DONE 0.5s
16:53:01 [2022-07-20T16:53:01.546Z] 
16:53:01 [2022-07-20T16:53:01.546Z] #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
16:53:01 [2022-07-20T16:53:01.546Z] #50 sha256:a6b93e9f5ab5a8aadd7fece0a99d752c047ca62f277efc1c17c2029f17e55023
16:53:01 [2022-07-20T16:53:01.546Z] #50 DONE 0.5s
16:53:01 [2022-07-20T16:53:01.546Z] 
16:53:01 [2022-07-20T16:53:01.546Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
16:53:01 [2022-07-20T16:53:01.546Z] #66 sha256:8003fdcbfeab55da995f45ee8f64da896ed563ac04c8af208ceb4ec0d03bba88
16:53:01 [2022-07-20T16:53:01.546Z] #66 DONE 0.5s
16:53:01 [2022-07-20T16:53:01.546Z] 
16:53:01 [2022-07-20T16:53:01.546Z] #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
16:53:01 [2022-07-20T16:53:01.546Z] #67 sha256:7da4d8c7a91121fa3f57095c13bd4de8148d3598d41b01166522e710d4e98dc5
16:53:01 [2022-07-20T16:53:01.610Z] #26 ...
16:53:01 [2022-07-20T16:53:01.610Z] 
16:53:01 [2022-07-20T16:53:01.610Z] #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
16:53:01 [2022-07-20T16:53:01.610Z] #67 sha256:a31bc8585ea5b2200791a584e1bfa16fbe47f07a79533c179e43040297f45763
16:53:01 [2022-07-20T16:53:01.610Z] #67 7.199 go: downloading github.com/sirupsen/logrus v1.8.1
16:53:01 [2022-07-20T16:53:01.610Z] #67 7.200 go: downloading github.com/urfave/cli/v2 v2.4.0
16:53:01 [2022-07-20T16:53:01.727Z] #31 ...
16:53:01 [2022-07-20T16:53:01.727Z] 
16:53:01 [2022-07-20T16:53:01.727Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:53:01 [2022-07-20T16:53:01.727Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:53:01 [2022-07-20T16:53:01.727Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 7.2s
16:53:01 [2022-07-20T16:53:01.775Z] #67 ...
16:53:01 [2022-07-20T16:53:01.775Z] 
16:53:01 [2022-07-20T16:53:01.775Z] #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
16:53:01 [2022-07-20T16:53:01.775Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:01 [2022-07-20T16:53:01.775Z] #42 8.014 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:01 [2022-07-20T16:53:01.775Z] #42 8.032 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:01 [2022-07-20T16:53:01.775Z] #42 8.032 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:01 [2022-07-20T16:53:01.775Z] #42 9.678 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:01 [2022-07-20T16:53:01.775Z] #42 ...
16:53:01 [2022-07-20T16:53:01.775Z] 
16:53:01 [2022-07-20T16:53:01.775Z] #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
16:53:01 [2022-07-20T16:53:01.775Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:01 [2022-07-20T16:53:01.775Z] #14 7.651 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:01 [2022-07-20T16:53:01.775Z] #14 7.694 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:01 [2022-07-20T16:53:01.775Z] #14 7.698 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:01 [2022-07-20T16:53:01.775Z] #14 9.057 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:01 [2022-07-20T16:53:01.775Z] #14 ...
16:53:01 [2022-07-20T16:53:01.775Z] 
16:53:01 [2022-07-20T16:53:01.775Z] #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
16:53:01 [2022-07-20T16:53:01.775Z] #34 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:53:01 [2022-07-20T16:53:01.775Z] #34 6.397 + git clone https://github.com/kolyshkin/go-swagger.git .
16:53:01 [2022-07-20T16:53:01.775Z] #34 6.399 Cloning into '.'...
16:53:01 [2022-07-20T16:53:01.775Z] #34 ...
16:53:01 [2022-07-20T16:53:01.775Z] 
16:53:01 [2022-07-20T16:53:01.775Z] #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
16:53:01 [2022-07-20T16:53:01.775Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:01 [2022-07-20T16:53:01.775Z] #51 7.324 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:01 [2022-07-20T16:53:01.775Z] #51 7.344 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:01 [2022-07-20T16:53:01.775Z] #51 7.344 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:01 [2022-07-20T16:53:01.775Z] #51 8.018 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
16:53:01 [2022-07-20T16:53:01.775Z] #51 8.895 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:02 [2022-07-20T16:53:02.040Z] #19 68.75 Reading package lists...
16:53:02 [2022-07-20T16:53:02.040Z] #19 ...
16:53:02 [2022-07-20T16:53:02.040Z] 
16:53:02 [2022-07-20T16:53:02.040Z] #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
16:53:02 [2022-07-20T16:53:02.040Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:53:02 [2022-07-20T16:53:02.040Z] #84 37.27 aclocal: warning: couldn't open directory 'm4': No such file or directory
16:53:02 [2022-07-20T16:53:02.046Z] #51 ...
16:53:02 [2022-07-20T16:53:02.046Z] 
16:53:02 [2022-07-20T16:53:02.046Z] #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
16:53:02 [2022-07-20T16:53:02.046Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:02 [2022-07-20T16:53:02.046Z] #62 8.174 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:02 [2022-07-20T16:53:02.046Z] #62 8.227 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:02 [2022-07-20T16:53:02.046Z] #62 8.240 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:02 [2022-07-20T16:53:02.046Z] #62 9.825 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:02 [2022-07-20T16:53:02.046Z] #62 ...
16:53:02 [2022-07-20T16:53:02.046Z] 
16:53:02 [2022-07-20T16:53:02.046Z] #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
16:53:02 [2022-07-20T16:53:02.046Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:02 [2022-07-20T16:53:02.046Z] #55 6.712 go: downloading github.com/golangci/golangci-lint v1.46.2
16:53:02 [2022-07-20T16:53:02.046Z] #55 9.474 go: downloading github.com/fatih/color v1.13.0
16:53:02 [2022-07-20T16:53:02.046Z] #55 9.495 go: downloading github.com/gofrs/flock v0.8.1
16:53:02 [2022-07-20T16:53:02.046Z] #55 9.804 go: downloading github.com/pkg/errors v0.9.1
16:53:02 [2022-07-20T16:53:02.046Z] #55 10.01 go: downloading github.com/spf13/cobra v1.4.0
16:53:02 [2022-07-20T16:53:02.046Z] #55 10.17 go: downloading github.com/spf13/pflag v1.0.5
16:53:02 [2022-07-20T16:53:02.046Z] #55 10.66 go: downloading github.com/spf13/viper v1.11.0
16:53:02 [2022-07-20T16:53:02.182Z] #67 7.716 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
16:53:02 [2022-07-20T16:53:02.310Z] #55 ...
16:53:02 [2022-07-20T16:53:02.310Z] 
16:53:02 [2022-07-20T16:53:02.310Z] #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
16:53:02 [2022-07-20T16:53:02.310Z] #53 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:53:02 [2022-07-20T16:53:02.310Z] #53 7.184 go: downloading gotest.tools/gotestsum v1.8.1
16:53:02 [2022-07-20T16:53:02.310Z] #53 9.849 go: downloading github.com/dnephin/pflag v1.0.7
16:53:02 [2022-07-20T16:53:02.310Z] #53 9.849 go: downloading github.com/fatih/color v1.10.0
16:53:02 [2022-07-20T16:53:02.310Z] #53 9.960 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:53:02 [2022-07-20T16:53:02.310Z] #53 10.87 go: downloading github.com/mattn/go-colorable v0.1.8
16:53:02 [2022-07-20T16:53:02.310Z] #53 11.07 go: downloading github.com/mattn/go-isatty v0.0.12
16:53:02 [2022-07-20T16:53:02.310Z] #53 ...
16:53:02 [2022-07-20T16:53:02.310Z] 
16:53:02 [2022-07-20T16:53:02.310Z] #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
16:53:02 [2022-07-20T16:53:02.310Z] #40 sha256:667d10b0d609dfaf258e552612e5a80c46ee24788069eea0e871a0e8a006fc5c
16:53:02 [2022-07-20T16:53:02.310Z] #40 7.252 go: downloading github.com/tc-hib/go-winres v0.2.3
16:53:02 [2022-07-20T16:53:02.310Z] #40 8.381 go: downloading github.com/tc-hib/winres v0.1.5
16:53:02 [2022-07-20T16:53:02.571Z] #40 ...
16:53:02 [2022-07-20T16:53:02.571Z] 
16:53:02 [2022-07-20T16:53:02.571Z] #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
16:53:02 [2022-07-20T16:53:02.571Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:53:02 [2022-07-20T16:53:02.572Z] #36 5.118 go: downloading github.com/go-delve/delve v1.8.1
16:53:02 [2022-07-20T16:53:02.572Z] #36 ...
16:53:02 [2022-07-20T16:53:02.572Z] 
16:53:02 [2022-07-20T16:53:02.572Z] #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             ;
16:53:02 [2022-07-20T16:53:02.572Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:02 [2022-07-20T16:53:02.572Z] #76 7.971 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:02 [2022-07-20T16:53:02.572Z] #76 8.039 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:02 [2022-07-20T16:53:02.572Z] #76 8.042 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:02 [2022-07-20T16:53:02.572Z] #76 9.554 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:02 [2022-07-20T16:53:02.660Z] #11 ...
16:53:02 [2022-07-20T16:53:02.661Z] 
16:53:02 [2022-07-20T16:53:02.661Z] #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
16:53:02 [2022-07-20T16:53:02.661Z] #31 sha256:ffef18ba641a3f11e4f39890b2c568d4fce3bf0fd8e2306eb7386c3b8129ba23
16:53:02 [2022-07-20T16:53:02.661Z] #31 DONE 14.1s
16:53:02 [2022-07-20T16:53:02.661Z] 
16:53:02 [2022-07-20T16:53:02.661Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6bc0fe859a2a28af025f8885fc073996dd14d0371d5c0474aed798317849bc18
16:53:02 [2022-07-20T16:53:02.661Z] #11 sha256:2882b389ef7887055646dbfd0e61d26a7414eda4b76355efe1e1fe058bbe9f06
16:53:02 [2022-07-20T16:53:02.834Z] #76 ...
16:53:02 [2022-07-20T16:53:02.834Z] 
16:53:02 [2022-07-20T16:53:02.834Z] #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
16:53:02 [2022-07-20T16:53:02.834Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:53:02 [2022-07-20T16:53:02.834Z] #47 6.117 + git clone https://github.com/docker/distribution.git .
16:53:02 [2022-07-20T16:53:02.834Z] #47 6.119 Cloning into '.'...
16:53:02 [2022-07-20T16:53:02.834Z] #47 ...
16:53:02 [2022-07-20T16:53:02.834Z] 
16:53:02 [2022-07-20T16:53:02.834Z] #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
16:53:02 [2022-07-20T16:53:02.834Z] #38 sha256:3a99da573556b459423b4d35702a352cf2c1e17b61e1997540bb4f7fca348320
16:53:02 [2022-07-20T16:53:02.834Z] #38 8.534 go: downloading github.com/pelletier/go-toml v1.8.1
16:53:03 [2022-07-20T16:53:03.095Z] #38 ...
16:53:03 [2022-07-20T16:53:03.095Z] 
16:53:03 [2022-07-20T16:53:03.095Z] #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
16:53:03 [2022-07-20T16:53:03.095Z] #53 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:53:03 [2022-07-20T16:53:03.095Z] #53 11.10 go: downloading github.com/fsnotify/fsnotify v1.4.9
16:53:03 [2022-07-20T16:53:03.095Z] #53 11.16 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
16:53:03 [2022-07-20T16:53:03.095Z] #53 11.34 go: downloading github.com/jonboulle/clockwork v0.2.2
16:53:03 [2022-07-20T16:53:03.095Z] #53 11.45 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
16:53:03 [2022-07-20T16:53:03.095Z] #53 11.69 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
16:53:03 [2022-07-20T16:53:03.667Z] #53 12.06 go: downloading golang.org/x/tools v0.1.0
16:53:04 [2022-07-20T16:53:04.098Z] #67 ...
16:53:04 [2022-07-20T16:53:04.098Z] 
16:53:04 [2022-07-20T16:53:04.098Z] #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
16:53:04 [2022-07-20T16:53:04.098Z] #42 sha256:57e7f6f4ab6c98dc4c610da8773f5d87a8d530ff86085ed7a10e0de297c7b339
16:53:04 [2022-07-20T16:53:04.098Z] #42 4.903 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:04 [2022-07-20T16:53:04.098Z] #42 4.930 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:04 [2022-07-20T16:53:04.098Z] #42 4.931 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:04 [2022-07-20T16:53:04.098Z] #42 5.855 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:53:04 [2022-07-20T16:53:04.098Z] #42 8.091 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:53:04 [2022-07-20T16:53:04.098Z] #42 ...
16:53:04 [2022-07-20T16:53:04.098Z] 
16:53:04 [2022-07-20T16:53:04.098Z] #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
16:53:04 [2022-07-20T16:53:04.098Z] #55 sha256:3650f9b480a2e97bd2ef924ab8a54b43910bb82f21b40060625e6d1934dbe452
16:53:04 [2022-07-20T16:53:04.098Z] #55 5.126 go: downloading github.com/golangci/golangci-lint v1.46.2
16:53:04 [2022-07-20T16:53:04.098Z] #55 6.814 go: downloading github.com/fatih/color v1.13.0
16:53:04 [2022-07-20T16:53:04.098Z] #55 6.836 go: downloading github.com/gofrs/flock v0.8.1
16:53:04 [2022-07-20T16:53:04.098Z] #55 7.056 go: downloading github.com/spf13/cobra v1.4.0
16:53:04 [2022-07-20T16:53:04.098Z] #55 7.071 go: downloading github.com/spf13/pflag v1.0.5
16:53:04 [2022-07-20T16:53:04.098Z] #55 7.293 go: downloading github.com/spf13/viper v1.11.0
16:53:04 [2022-07-20T16:53:04.098Z] #55 7.378 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
16:53:04 [2022-07-20T16:53:04.098Z] #55 7.990 go: downloading github.com/mattn/go-colorable v0.1.12
16:53:04 [2022-07-20T16:53:04.098Z] #55 8.046 go: downloading github.com/mattn/go-isatty v0.0.14
16:53:04 [2022-07-20T16:53:04.098Z] #55 8.204 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
16:53:04 [2022-07-20T16:53:04.098Z] #55 8.206 go: downloading github.com/go-critic/go-critic v0.6.3
16:53:04 [2022-07-20T16:53:04.098Z] #55 9.823 go: downloading github.com/hashicorp/go-version v1.4.0
16:53:04 [2022-07-20T16:53:04.098Z] #55 10.05 go: downloading github.com/ldez/gomoddirectives v0.2.3
16:53:04 [2022-07-20T16:53:04.098Z] #55 10.21 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:53:04 [2022-07-20T16:53:04.358Z] #55 ...
16:53:04 [2022-07-20T16:53:04.358Z] 
16:53:04 [2022-07-20T16:53:04.358Z] #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
16:53:04 [2022-07-20T16:53:04.358Z] #34 sha256:d49f8a57e84f81764cc355151895c2e63de0f619235ad6c5d79a9ae10ca87220
16:53:04 [2022-07-20T16:53:04.358Z] #34 4.548 + git clone https://github.com/kolyshkin/go-swagger.git .
16:53:04 [2022-07-20T16:53:04.358Z] #34 4.552 Cloning into '.'...
16:53:04 [2022-07-20T16:53:04.358Z] #34 ...
16:53:04 [2022-07-20T16:53:04.358Z] 
16:53:04 [2022-07-20T16:53:04.358Z] #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
16:53:04 [2022-07-20T16:53:04.358Z] #53 sha256:810949ff2de13d62425cb6d2f40355372a7f677782bd8ba72e743a381274a925
16:53:04 [2022-07-20T16:53:04.358Z] #53 4.387 go: downloading gotest.tools/gotestsum v1.8.1
16:53:04 [2022-07-20T16:53:04.358Z] #53 5.753 go: downloading github.com/dnephin/pflag v1.0.7
16:53:04 [2022-07-20T16:53:04.358Z] #53 5.754 go: downloading github.com/fatih/color v1.10.0
16:53:04 [2022-07-20T16:53:04.358Z] #53 5.812 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:53:04 [2022-07-20T16:53:04.358Z] #53 5.915 go: downloading github.com/pkg/errors v0.9.1
16:53:04 [2022-07-20T16:53:04.358Z] #53 6.160 go: downloading golang.org/x/tools v0.1.0
16:53:04 [2022-07-20T16:53:04.358Z] #53 6.486 go: downloading github.com/mattn/go-colorable v0.1.8
16:53:04 [2022-07-20T16:53:04.358Z] #53 6.571 go: downloading github.com/mattn/go-isatty v0.0.12
16:53:04 [2022-07-20T16:53:04.358Z] #53 6.890 go: downloading github.com/fsnotify/fsnotify v1.4.9
16:53:04 [2022-07-20T16:53:04.358Z] #53 7.005 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
16:53:04 [2022-07-20T16:53:04.358Z] #53 10.38 go: downloading github.com/jonboulle/clockwork v0.2.2
16:53:04 [2022-07-20T16:53:04.358Z] #53 10.45 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
16:53:04 [2022-07-20T16:53:04.618Z] #53 10.56 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
16:53:04 [2022-07-20T16:53:04.618Z] #53 ...
16:53:04 [2022-07-20T16:53:04.618Z] 
16:53:04 [2022-07-20T16:53:04.618Z] #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
16:53:04 [2022-07-20T16:53:04.618Z] #38 sha256:806ed5737b3b5aa64626e828a80889c54b6eb1884bc50402b9d1f473737cce1b
16:53:04 [2022-07-20T16:53:04.618Z] #38 4.950 go: downloading github.com/pelletier/go-toml v1.8.1
16:53:04 [2022-07-20T16:53:04.618Z] #38 ...
16:53:04 [2022-07-20T16:53:04.618Z] 
16:53:04 [2022-07-20T16:53:04.618Z] #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
16:53:04 [2022-07-20T16:53:04.618Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:53:04 [2022-07-20T16:53:04.618Z] #14 3.366 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:04 [2022-07-20T16:53:04.618Z] #14 3.381 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:04 [2022-07-20T16:53:04.618Z] #14 3.391 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:04 [2022-07-20T16:53:04.618Z] #14 3.731 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:53:04 [2022-07-20T16:53:04.618Z] #14 4.158 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:53:04 [2022-07-20T16:53:04.618Z] #14 6.094 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:53:04 [2022-07-20T16:53:04.880Z] #14 10.89 Fetched 8441 kB in 8s (1086 kB/s)
16:53:04 [2022-07-20T16:53:04.880Z] #14 10.89 Reading package lists...
16:53:04 [2022-07-20T16:53:04.880Z] #14 ...
16:53:04 [2022-07-20T16:53:04.880Z] 
16:53:04 [2022-07-20T16:53:04.880Z] #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             ;
16:53:04 [2022-07-20T16:53:04.880Z] #76 sha256:d5452cd5fd1efdff905784b328e0220417a97ce100df30225125c8e1670c5eff
16:53:04 [2022-07-20T16:53:04.880Z] #76 5.270 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:04 [2022-07-20T16:53:04.880Z] #76 5.289 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:04 [2022-07-20T16:53:04.880Z] #76 5.295 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:04 [2022-07-20T16:53:04.880Z] #76 6.355 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:53:04 [2022-07-20T16:53:04.880Z] #76 9.229 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:53:04 [2022-07-20T16:53:04.880Z] #76 ...
16:53:04 [2022-07-20T16:53:04.880Z] 
16:53:04 [2022-07-20T16:53:04.880Z] #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
16:53:04 [2022-07-20T16:53:04.880Z] #57 sha256:52f634ec01e5a1622441c1478ed6615b60f17bc870c55e64b86891a9dd421412
16:53:04 [2022-07-20T16:53:04.880Z] #57 4.681 go: downloading mvdan.cc/sh/v3 v3.0.2
16:53:04 [2022-07-20T16:53:04.880Z] #57 5.738 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:53:04 [2022-07-20T16:53:04.880Z] #57 5.766 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:53:04 [2022-07-20T16:53:04.880Z] #57 5.800 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:53:04 [2022-07-20T16:53:04.880Z] #57 7.256 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:53:05 [2022-07-20T16:53:05.141Z] #57 ...
16:53:05 [2022-07-20T16:53:05.141Z] 
16:53:05 [2022-07-20T16:53:05.141Z] #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
16:53:05 [2022-07-20T16:53:05.141Z] #47 sha256:2d881f371ce35b0e4d68c9703e6e783d2c7615c14f7c04faa180d8f8e66494e1
16:53:05 [2022-07-20T16:53:05.141Z] #47 4.433 + git clone https://github.com/docker/distribution.git .
16:53:05 [2022-07-20T16:53:05.141Z] #47 4.441 Cloning into '.'...
16:53:05 [2022-07-20T16:53:05.141Z] #47 ...
16:53:05 [2022-07-20T16:53:05.141Z] 
16:53:05 [2022-07-20T16:53:05.141Z] #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
16:53:05 [2022-07-20T16:53:05.141Z] #62 sha256:58aebe86ab0ef5228a167fc120e71ee054454b2e653119aafe4e286e5cbdea17
16:53:05 [2022-07-20T16:53:05.141Z] #62 4.996 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:05 [2022-07-20T16:53:05.141Z] #62 5.021 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:05 [2022-07-20T16:53:05.141Z] #62 5.021 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:05 [2022-07-20T16:53:05.141Z] #62 5.952 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:53:05 [2022-07-20T16:53:05.141Z] #62 8.770 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:53:05 [2022-07-20T16:53:05.141Z] #62 11.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:53:05 [2022-07-20T16:53:05.401Z] #62 ...
16:53:05 [2022-07-20T16:53:05.401Z] 
16:53:05 [2022-07-20T16:53:05.401Z] #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
16:53:05 [2022-07-20T16:53:05.401Z] #36 sha256:ee7775826a597c470a12cfbb2ef825e540f3651189bc161538ba74706af7daa1
16:53:05 [2022-07-20T16:53:05.401Z] #36 4.975 go: downloading github.com/go-delve/delve v1.8.1
16:53:05 [2022-07-20T16:53:05.662Z] #36 ...
16:53:05 [2022-07-20T16:53:05.662Z] 
16:53:05 [2022-07-20T16:53:05.662Z] #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
16:53:05 [2022-07-20T16:53:05.662Z] #31 sha256:27542b0e2a1495944230b97b725a71374c329be6cb46e9c7c7620cad0dfce2f9
16:53:05 [2022-07-20T16:53:05.662Z] #31 1.750 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:53:05 [2022-07-20T16:53:05.662Z] #31 2.189 
16:53:05 [2022-07-20T16:53:05.662Z] #31 2.419 #=#=#                                                                         

###############################################                           65.9%
######################################################################## 100.0%
16:53:05 [2022-07-20T16:53:05.662Z] #31 2.705 
16:53:05 [2022-07-20T16:53:05.662Z] #31 3.813 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:53:05 [2022-07-20T16:53:05.662Z] #31 4.286 
16:53:05 [2022-07-20T16:53:05.662Z] #31 4.541 #=#=#                                                                         

                                                                           0.1%
######################################################################## 100.0%
16:53:05 [2022-07-20T16:53:05.662Z] #31 5.756 
16:53:05 [2022-07-20T16:53:05.662Z] #31 10.80 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
16:53:05 [2022-07-20T16:53:05.662Z] #31 ...
16:53:05 [2022-07-20T16:53:05.662Z] 
16:53:05 [2022-07-20T16:53:05.662Z] #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
16:53:05 [2022-07-20T16:53:05.662Z] #53 sha256:810949ff2de13d62425cb6d2f40355372a7f677782bd8ba72e743a381274a925
16:53:05 [2022-07-20T16:53:05.662Z] #53 11.57 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
16:53:05 [2022-07-20T16:53:05.662Z] #53 11.57 go: downloading golang.org/x/mod v0.3.0
16:53:06 [2022-07-20T16:53:06.841Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 12.3s
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.587 + RM_GOPATH=0
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.587 + TMP_GOPATH=
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.587 + : /build
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.587 + '[' -z '' ']'
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.596 ++ mktemp -d
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.596 + export GOPATH=/tmp/tmp.H2Ps8EuZXt
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.596 + GOPATH=/tmp/tmp.H2Ps8EuZXt
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.596 + RM_GOPATH=1
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.596 + case "$(go env GOARCH)" in
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.596 ++ go env GOARCH
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.618 + export GO_BUILDMODE=-buildmode=pie
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.618 + GO_BUILDMODE=-buildmode=pie
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.619 ++ dirname /install.sh
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 + dir=/
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 + bin=rootlesskit
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 + shift
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 + '[' '!' -f //rootlesskit.installer ']'
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 + . //rootlesskit.installer
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 ++ : 1920341cd41e047834a21007424162a2dc946315
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 + install_rootlesskit
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 + case "$1" in
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 + export CGO_ENABLED=0
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 + CGO_ENABLED=0
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 + _install_rootlesskit
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.621 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.622 + for f in rootlesskit rootlesskit-docker-proxy
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.622 + GOBIN=/build
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.622 + GO111MODULE=on
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.622 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
16:53:06 [2022-07-20T16:53:06.895Z] #67 4.623 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
16:53:06 [2022-07-20T16:53:06.895Z] #67 5.190 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
16:53:07 [2022-07-20T16:53:07.406Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 13.1s done
16:53:07 [2022-07-20T16:53:07.969Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92
16:53:07 [2022-07-20T16:53:07.969Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 done
16:53:08 [2022-07-20T16:53:08.225Z] #11 DONE 46.9s
16:53:08 [2022-07-20T16:53:08.225Z] 
16:53:08 [2022-07-20T16:53:08.225Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:53:08 [2022-07-20T16:53:08.225Z] #12 sha256:5bd84447ca3733bcd55e93b920e82dfad966d4aa63b6472cfd88a1c661525e5f
16:53:08 [2022-07-20T16:53:08.788Z] #12 DONE 0.7s
16:53:08 [2022-07-20T16:53:08.788Z] 
16:53:08 [2022-07-20T16:53:08.788Z] #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
16:53:08 [2022-07-20T16:53:08.788Z] #13 sha256:e452e8c8c664c489aefcef11d2e52d18c746ce45438fe7d4a1ceb14734e24713
16:53:08 [2022-07-20T16:53:08.952Z] #53 ...
16:53:08 [2022-07-20T16:53:08.952Z] 
16:53:08 [2022-07-20T16:53:08.952Z] #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
16:53:08 [2022-07-20T16:53:08.952Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:08 [2022-07-20T16:53:08.952Z] #55 11.11 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
16:53:08 [2022-07-20T16:53:08.952Z] #55 12.09 go: downloading github.com/mattn/go-colorable v0.1.12
16:53:08 [2022-07-20T16:53:08.952Z] #55 12.20 go: downloading github.com/mattn/go-isatty v0.0.14
16:53:08 [2022-07-20T16:53:08.952Z] #55 12.40 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
16:53:08 [2022-07-20T16:53:08.952Z] #55 12.43 go: downloading github.com/go-critic/go-critic v0.6.3
16:53:08 [2022-07-20T16:53:08.952Z] #55 15.10 go: downloading github.com/hashicorp/go-version v1.4.0
16:53:08 [2022-07-20T16:53:08.952Z] #55 15.22 go: downloading github.com/ldez/gomoddirectives v0.2.3
16:53:08 [2022-07-20T16:53:08.952Z] #55 15.49 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:53:08 [2022-07-20T16:53:08.952Z] #55 15.56 go: downloading github.com/hashicorp/go-multierror v1.1.1
16:53:08 [2022-07-20T16:53:08.952Z] #55 ...
16:53:08 [2022-07-20T16:53:08.952Z] 
16:53:08 [2022-07-20T16:53:08.952Z] #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
16:53:08 [2022-07-20T16:53:08.952Z] #26 sha256:c1f4adf658e15492c6cd336e6960f3b2aa6b057276439920fea8dc5a46038fb5
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.050 + RM_GOPATH=0
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.050 + TMP_GOPATH=
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.050 + : /build
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.050 + '[' -z '' ']'
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.050 ++ mktemp -d
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.060 + export GOPATH=/tmp/tmp.3WrQTyItlV
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.060 + GOPATH=/tmp/tmp.3WrQTyItlV
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.060 + RM_GOPATH=1
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.062 + case "$(go env GOARCH)" in
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.076 ++ go env GOARCH
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.215 + export GO_BUILDMODE=-buildmode=pie
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.215 + GO_BUILDMODE=-buildmode=pie
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.216 ++ dirname /install.sh
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.227 Install docker/cli version 17.06.2-ce from stable
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.227 + dir=/
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.227 + bin=dockercli
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.227 + shift
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.227 + '[' '!' -f //dockercli.installer ']'
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.227 + . //dockercli.installer
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.227 ++ : stable
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.227 ++ : 17.06.2-ce
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.227 + install_dockercli
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.227 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.229 ++ uname -m
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.237 + arch=x86_64
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.237 + '[' x86_64 '!=' x86_64 ']'
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.237 + url=https://download.docker.com/linux/static
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.237 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
16:53:08 [2022-07-20T16:53:08.952Z] #26 7.237 + tar -xz docker/docker
16:53:09 [2022-07-20T16:53:09.131Z] #53 ...
16:53:09 [2022-07-20T16:53:09.131Z] 
16:53:09 [2022-07-20T16:53:09.131Z] #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
16:53:09 [2022-07-20T16:53:09.131Z] #40 sha256:5b3279bbd684cd60e71b2ec6230923013fb1881001cf7bf1cbea4d1d4889e7d6
16:53:09 [2022-07-20T16:53:09.131Z] #40 4.926 go: downloading github.com/tc-hib/go-winres v0.2.3
16:53:09 [2022-07-20T16:53:09.131Z] #40 5.688 go: downloading github.com/tc-hib/winres v0.1.5
16:53:09 [2022-07-20T16:53:09.131Z] #40 6.768 go: downloading github.com/urfave/cli/v2 v2.3.0
16:53:09 [2022-07-20T16:53:09.131Z] #40 6.918 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
16:53:09 [2022-07-20T16:53:09.131Z] #40 7.022 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
16:53:09 [2022-07-20T16:53:09.131Z] #40 9.821 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:53:09 [2022-07-20T16:53:09.131Z] #40 10.00 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:53:09 [2022-07-20T16:53:09.131Z] #40 ...
16:53:09 [2022-07-20T16:53:09.131Z] 
16:53:09 [2022-07-20T16:53:09.131Z] #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
16:53:09 [2022-07-20T16:53:09.131Z] #51 sha256:746b398effad4dc679ea918020e44d983e3e0af862b8f362125c6b1ff3059980
16:53:09 [2022-07-20T16:53:09.131Z] #51 4.729 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:09 [2022-07-20T16:53:09.131Z] #51 4.766 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:09 [2022-07-20T16:53:09.131Z] #51 4.766 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:09 [2022-07-20T16:53:09.131Z] #51 5.340 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
16:53:09 [2022-07-20T16:53:09.131Z] #51 5.830 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:53:09 [2022-07-20T16:53:09.131Z] #51 8.558 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:53:09 [2022-07-20T16:53:09.131Z] #51 10.97 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:53:09 [2022-07-20T16:53:09.131Z] #51 13.88 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
16:53:09 [2022-07-20T16:53:09.131Z] #51 ...
16:53:09 [2022-07-20T16:53:09.131Z] 
16:53:09 [2022-07-20T16:53:09.131Z] #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
16:53:09 [2022-07-20T16:53:09.131Z] #31 sha256:27542b0e2a1495944230b97b725a71374c329be6cb46e9c7c7620cad0dfce2f9
16:53:09 [2022-07-20T16:53:09.131Z] #31 12.82 #=#=#                                                                         
16:53:09 [2022-07-20T16:53:09.131Z] #31 13.18 #=#=#                                                                         

                                                                           0.1%
########                                                                  11.4%
##############                                                            19.9%
##############################                                            42.5%
#####################################                                     52.2%
###############################################                           66.7%
######################################################                    76.4%
###########################################################               83.1%
######################################################################## 100.0%
16:53:09 [2022-07-20T16:53:09.131Z] #31 15.45 
16:53:09 [2022-07-20T16:53:09.212Z] #26 ...
16:53:09 [2022-07-20T16:53:09.212Z] 
16:53:09 [2022-07-20T16:53:09.212Z] #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
16:53:09 [2022-07-20T16:53:09.212Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:53:09 [2022-07-20T16:53:09.212Z] #36 17.91 go: downloading github.com/sirupsen/logrus v1.6.0
16:53:09 [2022-07-20T16:53:09.212Z] #36 17.92 go: downloading github.com/spf13/cobra v1.1.3
16:53:09 [2022-07-20T16:53:09.351Z] #13 DONE 0.5s
16:53:09 [2022-07-20T16:53:09.351Z] 
16:53:09 [2022-07-20T16:53:09.351Z] #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
16:53:09 [2022-07-20T16:53:09.351Z] #50 sha256:a6b93e9f5ab5a8aadd7fece0a99d752c047ca62f277efc1c17c2029f17e55023
16:53:09 [2022-07-20T16:53:09.351Z] #50 DONE 0.1s
16:53:09 [2022-07-20T16:53:09.351Z] 
16:53:09 [2022-07-20T16:53:09.351Z] #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
16:53:09 [2022-07-20T16:53:09.351Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:09 [2022-07-20T16:53:09.351Z] #42 ...
16:53:09 [2022-07-20T16:53:09.351Z] 
16:53:09 [2022-07-20T16:53:09.351Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:53:09 [2022-07-20T16:53:09.351Z] #33 sha256:3acc8982bc3dfef7c53dc7da640e6e4cbaccee22bb08169218aed1811449a081
16:53:09 [2022-07-20T16:53:09.351Z] #33 DONE 0.2s
16:53:09 [2022-07-20T16:53:09.608Z] 
16:53:09 [2022-07-20T16:53:09.608Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:53:09 [2022-07-20T16:53:09.608Z] #46 sha256:8d1d76a9d25531fabf0cd7e523a72db529333acf181d47fad04632fd5b5bb7df
16:53:09 [2022-07-20T16:53:09.608Z] #46 DONE 0.2s
16:53:09 [2022-07-20T16:53:09.608Z] 
16:53:09 [2022-07-20T16:53:09.608Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
16:53:09 [2022-07-20T16:53:09.608Z] #25 sha256:043fa6d3731bc77fb846740f4b7fa3b0122ebbdd489dffcb1aa09d8967b41108
16:53:09 [2022-07-20T16:53:09.608Z] #25 DONE 0.3s
16:53:09 [2022-07-20T16:53:09.608Z] 
16:53:09 [2022-07-20T16:53:09.608Z] #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
16:53:09 [2022-07-20T16:53:09.608Z] #26 sha256:b3e20ca8ff578e046788c3003c0e17585bba1937b670a67e30bda608c2236546
16:53:09 [2022-07-20T16:53:09.608Z] #26 ...
16:53:09 [2022-07-20T16:53:09.608Z] 
16:53:09 [2022-07-20T16:53:09.608Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
16:53:09 [2022-07-20T16:53:09.608Z] #66 sha256:f9e887c14e8b6458b916d778cfc5184ddc27d9fc5a1a4c6de7f94ef0188a5965
16:53:09 [2022-07-20T16:53:09.608Z] #66 DONE 0.3s
16:53:09 [2022-07-20T16:53:09.867Z] 
16:53:09 [2022-07-20T16:53:09.867Z] #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
16:53:09 [2022-07-20T16:53:09.867Z] #67 sha256:fb7f3ff1dc1c23b2e35cd04d4f80edcfb66d360ef3a81b9ab3d1815626f8e4a9
16:53:10 [2022-07-20T16:53:10.151Z] #36 18.52 go: downloading github.com/mattn/go-isatty v0.0.3
16:53:10 [2022-07-20T16:53:10.156Z] #84 ...
16:53:10 [2022-07-20T16:53:10.156Z] 
16:53:10 [2022-07-20T16:53:10.156Z] #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
16:53:10 [2022-07-20T16:53:10.156Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:53:10 [2022-07-20T16:53:10.156Z] #19 68.75 Reading package lists...
16:53:10 [2022-07-20T16:53:10.188Z] #67 8.430 go: downloading github.com/urfave/cli/v2 v2.4.0
16:53:10 [2022-07-20T16:53:10.188Z] #67 8.440 go: downloading github.com/sirupsen/logrus v1.8.1
16:53:10 [2022-07-20T16:53:10.721Z] #36 19.30 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
16:53:10 [2022-07-20T16:53:10.756Z] #67 9.115 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
16:53:10 [2022-07-20T16:53:10.984Z] #36 19.70 go: downloading gopkg.in/yaml.v2 v2.4.0
16:53:11 [2022-07-20T16:53:11.325Z] #67 ...
16:53:11 [2022-07-20T16:53:11.325Z] 
16:53:11 [2022-07-20T16:53:11.325Z] #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
16:53:11 [2022-07-20T16:53:11.326Z] #38 sha256:3a99da573556b459423b4d35702a352cf2c1e17b61e1997540bb4f7fca348320
16:53:11 [2022-07-20T16:53:11.326Z] #38 3.684 go: downloading github.com/pelletier/go-toml v1.8.1
16:53:11 [2022-07-20T16:53:11.326Z] #38 ...
16:53:11 [2022-07-20T16:53:11.326Z] 
16:53:11 [2022-07-20T16:53:11.326Z] #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
16:53:11 [2022-07-20T16:53:11.326Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:11 [2022-07-20T16:53:11.326Z] #55 4.550 go: downloading github.com/golangci/golangci-lint v1.46.2
16:53:11 [2022-07-20T16:53:11.326Z] #55 6.191 go: downloading github.com/fatih/color v1.13.0
16:53:11 [2022-07-20T16:53:11.326Z] #55 6.191 go: downloading github.com/gofrs/flock v0.8.1
16:53:11 [2022-07-20T16:53:11.326Z] #55 6.261 go: downloading github.com/pkg/errors v0.9.1
16:53:11 [2022-07-20T16:53:11.326Z] #55 6.446 go: downloading github.com/spf13/cobra v1.4.0
16:53:11 [2022-07-20T16:53:11.326Z] #55 6.446 go: downloading github.com/spf13/pflag v1.0.5
16:53:11 [2022-07-20T16:53:11.326Z] #55 6.817 go: downloading github.com/spf13/viper v1.11.0
16:53:11 [2022-07-20T16:53:11.326Z] #55 6.992 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
16:53:11 [2022-07-20T16:53:11.326Z] #55 7.577 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
16:53:11 [2022-07-20T16:53:11.326Z] #55 7.582 go: downloading github.com/go-critic/go-critic v0.6.3
16:53:11 [2022-07-20T16:53:11.326Z] #55 9.408 go: downloading github.com/hashicorp/go-version v1.4.0
16:53:11 [2022-07-20T16:53:11.326Z] #55 9.586 go: downloading github.com/ldez/gomoddirectives v0.2.3
16:53:11 [2022-07-20T16:53:11.326Z] #55 9.729 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:53:11 [2022-07-20T16:53:11.326Z] #55 9.865 go: downloading github.com/hashicorp/go-multierror v1.1.1
16:53:11 [2022-07-20T16:53:11.326Z] #55 ...
16:53:11 [2022-07-20T16:53:11.326Z] 
16:53:11 [2022-07-20T16:53:11.326Z] #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
16:53:11 [2022-07-20T16:53:11.326Z] #57 sha256:56a2601fc0bd3cc28d2295a5fea21dd3191de36bc576e6c7a3adb5d66416e572
16:53:11 [2022-07-20T16:53:11.326Z] #57 4.049 go: downloading mvdan.cc/sh/v3 v3.0.2
16:53:11 [2022-07-20T16:53:11.326Z] #57 5.109 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:53:11 [2022-07-20T16:53:11.326Z] #57 5.109 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:53:11 [2022-07-20T16:53:11.326Z] #57 5.134 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:53:11 [2022-07-20T16:53:11.326Z] #57 6.521 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:53:11 [2022-07-20T16:53:11.554Z] #36 20.03 go: downloading github.com/cosiner/argv v0.1.0
16:53:11 [2022-07-20T16:53:11.554Z] #36 20.21 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
16:53:11 [2022-07-20T16:53:11.584Z] #57 ...
16:53:11 [2022-07-20T16:53:11.584Z] 
16:53:11 [2022-07-20T16:53:11.584Z] #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
16:53:11 [2022-07-20T16:53:11.584Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:11 [2022-07-20T16:53:11.584Z] #14 6.525 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:11 [2022-07-20T16:53:11.584Z] #14 6.537 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:11 [2022-07-20T16:53:11.584Z] #14 6.547 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:11 [2022-07-20T16:53:11.584Z] #14 7.686 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:11 [2022-07-20T16:53:11.584Z] #14 10.14 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:11 [2022-07-20T16:53:11.816Z] #36 20.41 go: downloading github.com/peterh/liner v1.2.2
16:53:11 [2022-07-20T16:53:11.843Z] #14 ...
16:53:11 [2022-07-20T16:53:11.843Z] 
16:53:11 [2022-07-20T16:53:11.843Z] #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             ;
16:53:11 [2022-07-20T16:53:11.843Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:11 [2022-07-20T16:53:11.843Z] #76 5.383 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:11 [2022-07-20T16:53:11.843Z] #76 5.410 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:11 [2022-07-20T16:53:11.843Z] #76 5.410 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:11 [2022-07-20T16:53:11.843Z] #76 6.266 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:11 [2022-07-20T16:53:11.843Z] #76 8.438 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:11 [2022-07-20T16:53:11.843Z] #76 ...
16:53:11 [2022-07-20T16:53:11.843Z] 
16:53:11 [2022-07-20T16:53:11.843Z] #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
16:53:11 [2022-07-20T16:53:11.843Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:53:11 [2022-07-20T16:53:11.843Z] #36 4.410 go: downloading github.com/go-delve/delve v1.8.1
16:53:12 [2022-07-20T16:53:12.077Z] #36 20.81 go: downloading github.com/google/go-dap v0.6.0
16:53:12 [2022-07-20T16:53:12.101Z] #36 ...
16:53:12 [2022-07-20T16:53:12.102Z] 
16:53:12 [2022-07-20T16:53:12.102Z] #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
16:53:12 [2022-07-20T16:53:12.102Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:12 [2022-07-20T16:53:12.102Z] #51 6.841 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:12 [2022-07-20T16:53:12.102Z] #51 6.856 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:12 [2022-07-20T16:53:12.102Z] #51 6.889 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:12 [2022-07-20T16:53:12.102Z] #51 7.525 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
16:53:12 [2022-07-20T16:53:12.102Z] #51 8.184 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:12 [2022-07-20T16:53:12.102Z] #51 ...
16:53:12 [2022-07-20T16:53:12.102Z] 
16:53:12 [2022-07-20T16:53:12.102Z] #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
16:53:12 [2022-07-20T16:53:12.102Z] #34 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:53:12 [2022-07-20T16:53:12.102Z] #34 5.635 + git clone https://github.com/kolyshkin/go-swagger.git .
16:53:12 [2022-07-20T16:53:12.102Z] #34 5.645 Cloning into '.'...
16:53:12 [2022-07-20T16:53:12.360Z] #34 ...
16:53:12 [2022-07-20T16:53:12.360Z] 
16:53:12 [2022-07-20T16:53:12.360Z] #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
16:53:12 [2022-07-20T16:53:12.360Z] #26 sha256:7aa7229d4c6be3a1a7b6dcad6ffad8e6be1b3ba3df68708e8fd7474fae12d944
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.857 + RM_GOPATH=0
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.857 + TMP_GOPATH=
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.857 + : /build
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.857 + '[' -z '' ']'
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.876 ++ mktemp -d
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.876 + export GOPATH=/tmp/tmp.WLIur4l19t
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.876 + GOPATH=/tmp/tmp.WLIur4l19t
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.876 + RM_GOPATH=1
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.876 + case "$(go env GOARCH)" in
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.876 ++ go env GOARCH
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.903 + export GO_BUILDMODE=-buildmode=pie
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.903 + GO_BUILDMODE=-buildmode=pie
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.914 Install docker/cli version 17.06.2-ce from stable
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 ++ dirname /install.sh
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + dir=/
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + bin=dockercli
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + shift
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + '[' '!' -f //dockercli.installer ']'
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + . //dockercli.installer
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 ++ : stable
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 ++ : 17.06.2-ce
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + install_dockercli
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 ++ uname -m
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + arch=x86_64
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + '[' x86_64 '!=' x86_64 ']'
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + url=https://download.docker.com/linux/static
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
16:53:12 [2022-07-20T16:53:12.360Z] #26 5.942 + tar -xz docker/docker
16:53:12 [2022-07-20T16:53:12.360Z] #26 ...
16:53:12 [2022-07-20T16:53:12.360Z] 
16:53:12 [2022-07-20T16:53:12.360Z] #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
16:53:12 [2022-07-20T16:53:12.360Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:12 [2022-07-20T16:53:12.360Z] #42 6.850 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:12 [2022-07-20T16:53:12.360Z] #42 6.898 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:12 [2022-07-20T16:53:12.360Z] #42 6.900 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:12 [2022-07-20T16:53:12.360Z] #42 7.970 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:12 [2022-07-20T16:53:12.360Z] #42 10.23 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:12 [2022-07-20T16:53:12.425Z] #31 ...
16:53:12 [2022-07-20T16:53:12.425Z] 
16:53:12 [2022-07-20T16:53:12.425Z] #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
16:53:12 [2022-07-20T16:53:12.425Z] #51 sha256:746b398effad4dc679ea918020e44d983e3e0af862b8f362125c6b1ff3059980
16:53:12 [2022-07-20T16:53:12.425Z] #51 17.63 Fetched 8445 kB in 13s (643 kB/s)
16:53:12 [2022-07-20T16:53:12.619Z] #42 ...
16:53:12 [2022-07-20T16:53:12.619Z] 
16:53:12 [2022-07-20T16:53:12.619Z] #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
16:53:12 [2022-07-20T16:53:12.619Z] #53 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:53:12 [2022-07-20T16:53:12.619Z] #53 4.665 go: downloading gotest.tools/gotestsum v1.8.1
16:53:12 [2022-07-20T16:53:12.619Z] #53 6.069 go: downloading github.com/fatih/color v1.10.0
16:53:12 [2022-07-20T16:53:12.619Z] #53 6.355 go: downloading github.com/dnephin/pflag v1.0.7
16:53:12 [2022-07-20T16:53:12.619Z] #53 6.594 go: downloading golang.org/x/tools v0.1.0
16:53:12 [2022-07-20T16:53:12.619Z] #53 6.863 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:53:12 [2022-07-20T16:53:12.619Z] #53 6.978 go: downloading github.com/mattn/go-colorable v0.1.8
16:53:12 [2022-07-20T16:53:12.619Z] #53 7.136 go: downloading github.com/mattn/go-isatty v0.0.12
16:53:12 [2022-07-20T16:53:12.619Z] #53 7.647 go: downloading github.com/jonboulle/clockwork v0.2.2
16:53:12 [2022-07-20T16:53:12.619Z] #53 7.732 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
16:53:12 [2022-07-20T16:53:12.619Z] #53 7.872 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
16:53:12 [2022-07-20T16:53:12.619Z] #53 7.916 go: downloading github.com/fsnotify/fsnotify v1.4.9
16:53:12 [2022-07-20T16:53:12.619Z] #53 8.071 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
16:53:12 [2022-07-20T16:53:12.879Z] #53 ...
16:53:12 [2022-07-20T16:53:12.879Z] 
16:53:12 [2022-07-20T16:53:12.879Z] #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
16:53:12 [2022-07-20T16:53:12.879Z] #40 sha256:667d10b0d609dfaf258e552612e5a80c46ee24788069eea0e871a0e8a006fc5c
16:53:12 [2022-07-20T16:53:12.879Z] #40 4.813 go: downloading github.com/tc-hib/go-winres v0.2.3
16:53:12 [2022-07-20T16:53:12.879Z] #40 5.383 go: downloading github.com/tc-hib/winres v0.1.5
16:53:12 [2022-07-20T16:53:12.879Z] #40 6.667 go: downloading github.com/urfave/cli/v2 v2.3.0
16:53:12 [2022-07-20T16:53:12.879Z] #40 6.942 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
16:53:12 [2022-07-20T16:53:12.879Z] #40 7.051 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
16:53:12 [2022-07-20T16:53:12.879Z] #40 10.67 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:53:12 [2022-07-20T16:53:12.879Z] #40 10.99 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:53:12 [2022-07-20T16:53:12.879Z] #40 ...
16:53:12 [2022-07-20T16:53:12.879Z] 
16:53:12 [2022-07-20T16:53:12.879Z] #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
16:53:12 [2022-07-20T16:53:12.879Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:12 [2022-07-20T16:53:12.879Z] #62 5.457 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:12 [2022-07-20T16:53:12.879Z] #62 5.529 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:12 [2022-07-20T16:53:12.879Z] #62 5.529 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:12 [2022-07-20T16:53:12.879Z] #62 6.355 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:12 [2022-07-20T16:53:12.879Z] #62 8.373 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:12 [2022-07-20T16:53:12.879Z] #62 11.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:13 [2022-07-20T16:53:13.061Z] #36 ...
16:53:13 [2022-07-20T16:53:13.061Z] 
16:53:13 [2022-07-20T16:53:13.061Z] #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
16:53:13 [2022-07-20T16:53:13.061Z] #40 sha256:667d10b0d609dfaf258e552612e5a80c46ee24788069eea0e871a0e8a006fc5c
16:53:13 [2022-07-20T16:53:13.061Z] #40 11.54 go: downloading github.com/urfave/cli/v2 v2.3.0
16:53:13 [2022-07-20T16:53:13.061Z] #40 12.04 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
16:53:13 [2022-07-20T16:53:13.061Z] #40 12.22 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
16:53:13 [2022-07-20T16:53:13.061Z] #40 18.00 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:53:13 [2022-07-20T16:53:13.061Z] #40 18.19 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:53:13 [2022-07-20T16:53:13.061Z] #40 ...
16:53:13 [2022-07-20T16:53:13.061Z] 
16:53:13 [2022-07-20T16:53:13.061Z] #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
16:53:13 [2022-07-20T16:53:13.061Z] #67 sha256:8f441c26af6f7a0131a570268407924f9ab1657519413f340f69e4c0ccb3f413
16:53:13 [2022-07-20T16:53:13.061Z] #67 12.52 go: downloading github.com/sirupsen/logrus v1.8.1
16:53:13 [2022-07-20T16:53:13.061Z] #67 12.59 go: downloading github.com/urfave/cli/v2 v2.4.0
16:53:13 [2022-07-20T16:53:13.061Z] #67 13.71 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
16:53:13 [2022-07-20T16:53:13.061Z] #67 18.58 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
16:53:13 [2022-07-20T16:53:13.061Z] #67 20.06 go: downloading github.com/google/uuid v1.3.0
16:53:13 [2022-07-20T16:53:13.061Z] #67 20.38 go: downloading github.com/moby/vpnkit v0.5.0
16:53:13 [2022-07-20T16:53:13.061Z] #67 21.37 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:53:13 [2022-07-20T16:53:13.139Z] #62 ...
16:53:13 [2022-07-20T16:53:13.139Z] 
16:53:13 [2022-07-20T16:53:13.139Z] #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
16:53:13 [2022-07-20T16:53:13.139Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:13 [2022-07-20T16:53:13.139Z] #51 10.92 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:13 [2022-07-20T16:53:13.321Z] #67 21.58 go: downloading github.com/gofrs/flock v0.8.1
16:53:13 [2022-07-20T16:53:13.321Z] #67 ...
16:53:13 [2022-07-20T16:53:13.321Z] 
16:53:13 [2022-07-20T16:53:13.321Z] #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
16:53:13 [2022-07-20T16:53:13.321Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:53:13 [2022-07-20T16:53:13.321Z] #36 21.93 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
16:53:14 [2022-07-20T16:53:14.714Z] #36 ...
16:53:14 [2022-07-20T16:53:14.714Z] 
16:53:14 [2022-07-20T16:53:14.714Z] #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
16:53:14 [2022-07-20T16:53:14.714Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:14 [2022-07-20T16:53:14.714Z] #42 13.07 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:14 [2022-07-20T16:53:14.714Z] #42 17.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:14 [2022-07-20T16:53:14.714Z] #42 ...
16:53:14 [2022-07-20T16:53:14.714Z] 
16:53:14 [2022-07-20T16:53:14.714Z] #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
16:53:14 [2022-07-20T16:53:14.714Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:14 [2022-07-20T16:53:14.714Z] #14 12.95 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:14 [2022-07-20T16:53:14.714Z] #14 16.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:14 [2022-07-20T16:53:14.714Z] #14 ...
16:53:14 [2022-07-20T16:53:14.714Z] 
16:53:14 [2022-07-20T16:53:14.714Z] #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
16:53:14 [2022-07-20T16:53:14.714Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:14 [2022-07-20T16:53:14.714Z] #51 12.75 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:14 [2022-07-20T16:53:14.714Z] #51 16.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:14 [2022-07-20T16:53:14.714Z] #51 20.29 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
16:53:14 [2022-07-20T16:53:14.714Z] #51 ...
16:53:14 [2022-07-20T16:53:14.714Z] 
16:53:14 [2022-07-20T16:53:14.714Z] #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
16:53:14 [2022-07-20T16:53:14.714Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:14 [2022-07-20T16:53:14.714Z] #62 13.40 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:14 [2022-07-20T16:53:14.714Z] #62 17.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:14 [2022-07-20T16:53:14.971Z] #51 17.63 Reading package lists...
16:53:14 [2022-07-20T16:53:14.971Z] #51 ...
16:53:14 [2022-07-20T16:53:14.971Z] 
16:53:14 [2022-07-20T16:53:14.971Z] #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
16:53:14 [2022-07-20T16:53:14.971Z] #38 sha256:806ed5737b3b5aa64626e828a80889c54b6eb1884bc50402b9d1f473737cce1b
16:53:14 [2022-07-20T16:53:14.971Z] #38 16.37 tomll can be used in two ways:
16:53:14 [2022-07-20T16:53:14.971Z] #38 16.37 Writing to STDIN and reading from STDOUT:
16:53:14 [2022-07-20T16:53:14.971Z] #38 16.37   cat file.toml | tomll > file.toml
16:53:14 [2022-07-20T16:53:14.971Z] #38 16.37 
16:53:14 [2022-07-20T16:53:14.971Z] #38 16.37 Reading and updating a list of files:
16:53:14 [2022-07-20T16:53:14.971Z] #38 16.37   tomll a.toml b.toml c.toml
16:53:14 [2022-07-20T16:53:14.971Z] #38 16.37 
16:53:14 [2022-07-20T16:53:14.971Z] #38 16.37 When given a list of files, tomll will modify all files in place without asking.
16:53:14 [2022-07-20T16:53:14.971Z] #38 DONE 20.7s
16:53:14 [2022-07-20T16:53:14.971Z] 
16:53:14 [2022-07-20T16:53:14.971Z] #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
16:53:14 [2022-07-20T16:53:14.971Z] #36 sha256:ee7775826a597c470a12cfbb2ef825e540f3651189bc161538ba74706af7daa1
16:53:14 [2022-07-20T16:53:14.971Z] #36 12.01 go: downloading github.com/spf13/cobra v1.1.3
16:53:14 [2022-07-20T16:53:14.971Z] #36 12.01 go: downloading github.com/sirupsen/logrus v1.6.0
16:53:14 [2022-07-20T16:53:14.971Z] #36 12.36 go: downloading github.com/mattn/go-isatty v0.0.3
16:53:14 [2022-07-20T16:53:14.971Z] #36 12.47 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
16:53:14 [2022-07-20T16:53:14.971Z] #36 12.74 go: downloading gopkg.in/yaml.v2 v2.4.0
16:53:14 [2022-07-20T16:53:14.971Z] #36 13.08 go: downloading github.com/cosiner/argv v0.1.0
16:53:14 [2022-07-20T16:53:14.971Z] #36 13.15 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
16:53:14 [2022-07-20T16:53:14.971Z] #36 13.29 go: downloading github.com/peterh/liner v1.2.2
16:53:14 [2022-07-20T16:53:14.971Z] #36 13.55 go: downloading github.com/google/go-dap v0.6.0
16:53:14 [2022-07-20T16:53:14.971Z] #36 13.76 go: downloading github.com/russross/blackfriday/v2 v2.0.1
16:53:14 [2022-07-20T16:53:14.971Z] #36 14.16 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
16:53:14 [2022-07-20T16:53:14.971Z] #36 14.62 go: downloading github.com/mattn/go-runewidth v0.0.3
16:53:14 [2022-07-20T16:53:14.971Z] #36 14.88 go: downloading github.com/hashicorp/golang-lru v0.5.4
16:53:14 [2022-07-20T16:53:14.971Z] #36 14.90 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
16:53:14 [2022-07-20T16:53:14.971Z] #36 15.77 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
16:53:14 [2022-07-20T16:53:14.971Z] #36 ...
16:53:14 [2022-07-20T16:53:14.971Z] 
16:53:14 [2022-07-20T16:53:14.971Z] #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
16:53:14 [2022-07-20T16:53:14.971Z] #67 sha256:a31bc8585ea5b2200791a584e1bfa16fbe47f07a79533c179e43040297f45763
16:53:14 [2022-07-20T16:53:14.971Z] #67 10.47 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
16:53:14 [2022-07-20T16:53:14.971Z] #67 10.94 go: downloading github.com/google/uuid v1.3.0
16:53:14 [2022-07-20T16:53:14.971Z] #67 10.96 go: downloading github.com/moby/vpnkit v0.5.0
16:53:14 [2022-07-20T16:53:14.971Z] #67 10.99 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:53:14 [2022-07-20T16:53:14.971Z] #67 11.22 go: downloading github.com/gofrs/flock v0.8.1
16:53:14 [2022-07-20T16:53:14.971Z] #67 11.40 go: downloading github.com/gorilla/mux v1.8.0
16:53:14 [2022-07-20T16:53:14.971Z] #67 11.70 go: downloading github.com/moby/sys/mountinfo v0.6.0
16:53:14 [2022-07-20T16:53:14.971Z] #67 12.01 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
16:53:14 [2022-07-20T16:53:14.971Z] #67 12.18 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
16:53:14 [2022-07-20T16:53:14.971Z] #67 12.36 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
16:53:14 [2022-07-20T16:53:14.971Z] #67 13.99 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:53:14 [2022-07-20T16:53:14.971Z] #67 ...
16:53:14 [2022-07-20T16:53:14.971Z] 
16:53:14 [2022-07-20T16:53:14.971Z] #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
16:53:14 [2022-07-20T16:53:14.971Z] #42 sha256:57e7f6f4ab6c98dc4c610da8773f5d87a8d530ff86085ed7a10e0de297c7b339
16:53:14 [2022-07-20T16:53:14.971Z] #42 11.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:53:14 [2022-07-20T16:53:14.971Z] #42 16.14 Fetched 8441 kB in 12s (731 kB/s)
16:53:14 [2022-07-20T16:53:14.971Z] #42 16.14 Reading package lists...
16:53:14 [2022-07-20T16:53:14.974Z] #62 ...
16:53:14 [2022-07-20T16:53:14.974Z] 
16:53:14 [2022-07-20T16:53:14.974Z] #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             ;
16:53:14 [2022-07-20T16:53:14.974Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:14 [2022-07-20T16:53:14.974Z] #76 13.57 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:14 [2022-07-20T16:53:14.974Z] #76 18.00 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:14 [2022-07-20T16:53:14.974Z] #76 ...
16:53:14 [2022-07-20T16:53:14.974Z] 
16:53:14 [2022-07-20T16:53:14.974Z] #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
16:53:14 [2022-07-20T16:53:14.974Z] #26 sha256:c1f4adf658e15492c6cd336e6960f3b2aa6b057276439920fea8dc5a46038fb5
16:53:14 [2022-07-20T16:53:14.974Z] #26 23.01 + mkdir -p /build
16:53:14 [2022-07-20T16:53:14.974Z] #26 23.01 + mv docker/docker /build/
16:53:14 [2022-07-20T16:53:14.974Z] #26 23.04 + rmdir docker
16:53:15 [2022-07-20T16:53:15.124Z] #67 ...
16:53:15 [2022-07-20T16:53:15.124Z] 
16:53:15 [2022-07-20T16:53:15.124Z] #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
16:53:15 [2022-07-20T16:53:15.124Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:15 [2022-07-20T16:53:15.124Z] #42 4.964 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:15 [2022-07-20T16:53:15.124Z] #42 4.974 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:15 [2022-07-20T16:53:15.124Z] #42 5.000 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:15 [2022-07-20T16:53:15.124Z] #42 5.232 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:15 [2022-07-20T16:53:15.124Z] #42 5.712 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:15 [2022-07-20T16:53:15.231Z] #42 21.00 Reading package lists...
16:53:15 [2022-07-20T16:53:15.231Z] #42 ...
16:53:15 [2022-07-20T16:53:15.231Z] 
16:53:15 [2022-07-20T16:53:15.231Z] #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
16:53:15 [2022-07-20T16:53:15.231Z] #55 sha256:3650f9b480a2e97bd2ef924ab8a54b43910bb82f21b40060625e6d1934dbe452
16:53:15 [2022-07-20T16:53:15.231Z] #55 13.85 go: downloading github.com/sirupsen/logrus v1.8.1
16:53:15 [2022-07-20T16:53:15.231Z] #55 13.85 go: downloading github.com/stretchr/testify v1.7.1
16:53:15 [2022-07-20T16:53:15.231Z] #55 14.14 go: downloading github.com/hashicorp/go-multierror v1.1.1
16:53:15 [2022-07-20T16:53:15.231Z] #55 14.24 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
16:53:15 [2022-07-20T16:53:15.231Z] #55 14.36 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
16:53:15 [2022-07-20T16:53:15.231Z] #55 14.44 go: downloading github.com/fsnotify/fsnotify v1.5.4
16:53:15 [2022-07-20T16:53:15.231Z] #55 14.47 go: downloading github.com/mitchellh/mapstructure v1.5.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 14.59 go: downloading github.com/spf13/afero v1.8.2
16:53:15 [2022-07-20T16:53:15.231Z] #55 14.65 go: downloading github.com/spf13/cast v1.4.1
16:53:15 [2022-07-20T16:53:15.231Z] #55 14.83 go: downloading github.com/spf13/jwalterweatherman v1.1.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 15.08 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
16:53:15 [2022-07-20T16:53:15.231Z] #55 15.24 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 15.33 go: downloading github.com/go-toolsmith/astcopy v1.0.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 15.45 go: downloading github.com/go-toolsmith/astequal v1.0.1
16:53:15 [2022-07-20T16:53:15.231Z] #55 15.46 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 15.66 go: downloading github.com/go-toolsmith/astp v1.0.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 15.74 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 15.84 go: downloading github.com/go-toolsmith/typep v1.0.2
16:53:15 [2022-07-20T16:53:15.231Z] #55 16.02 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
16:53:15 [2022-07-20T16:53:15.231Z] #55 16.85 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
16:53:15 [2022-07-20T16:53:15.231Z] #55 17.09 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
16:53:15 [2022-07-20T16:53:15.231Z] #55 18.06 go: downloading 4d63.com/gochecknoglobals v0.1.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 18.21 go: downloading github.com/Antonboom/errname v0.1.6
16:53:15 [2022-07-20T16:53:15.231Z] #55 18.24 go: downloading github.com/Antonboom/nilnil v0.1.1
16:53:15 [2022-07-20T16:53:15.231Z] #55 18.32 go: downloading github.com/BurntSushi/toml v1.1.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 18.33 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16:53:15 [2022-07-20T16:53:15.231Z] #55 18.50 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 18.58 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 18.77 go: downloading github.com/alexkohler/prealloc v1.0.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 18.90 go: downloading github.com/ashanbrown/forbidigo v1.3.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 18.95 go: downloading github.com/ashanbrown/makezero v1.1.1
16:53:15 [2022-07-20T16:53:15.231Z] #55 19.01 go: downloading github.com/bkielbasa/cyclop v1.2.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 19.12 go: downloading github.com/blizzy78/varnamelen v0.8.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 19.13 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 19.26 go: downloading github.com/breml/bidichk v0.2.3
16:53:15 [2022-07-20T16:53:15.231Z] #55 19.32 go: downloading github.com/breml/errchkjson v0.3.0
16:53:15 [2022-07-20T16:53:15.231Z] #55 19.36 go: downloading github.com/butuzov/ireturn v0.1.1
16:53:15 [2022-07-20T16:53:15.231Z] #55 19.42 go: downloading github.com/charithe/durationcheck v0.0.9
16:53:15 [2022-07-20T16:53:15.231Z] #55 19.49 go: downloading github.com/daixiang0/gci v0.3.3
16:53:15 [2022-07-20T16:53:15.231Z] #55 19.49 go: downloading github.com/denis-tingaikin/go-header v0.4.3
16:53:15 [2022-07-20T16:53:15.231Z] #55 19.92 go: downloading github.com/esimonov/ifshort v1.0.4
16:53:15 [2022-07-20T16:53:15.231Z] #55 20.05 go: downloading github.com/firefart/nonamedreturns v1.0.1
16:53:15 [2022-07-20T16:53:15.231Z] #55 20.10 go: downloading github.com/fzipp/gocyclo v0.5.1
16:53:15 [2022-07-20T16:53:15.231Z] #55 20.13 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:53:15 [2022-07-20T16:53:15.231Z] #55 20.28 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:53:15 [2022-07-20T16:53:15.231Z] #55 20.40 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
16:53:15 [2022-07-20T16:53:15.231Z] #55 20.41 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:53:15 [2022-07-20T16:53:15.231Z] #55 20.65 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:53:15 [2022-07-20T16:53:15.231Z] #55 21.01 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:53:15 [2022-07-20T16:53:15.231Z] #55 21.05 go: downloading github.com/golangci/misspell v0.3.5
16:53:15 [2022-07-20T16:53:15.231Z] #55 21.09 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:53:15 [2022-07-20T16:53:15.231Z] #55 21.25 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
16:53:15 [2022-07-20T16:53:15.491Z] #55 21.39 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
16:53:15 [2022-07-20T16:53:15.491Z] #55 21.52 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
16:53:15 [2022-07-20T16:53:15.491Z] #55 21.60 go: downloading github.com/jgautheron/goconst v1.5.1
16:53:15 [2022-07-20T16:53:15.682Z] #51 13.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:15 [2022-07-20T16:53:15.682Z] #51 ...
16:53:15 [2022-07-20T16:53:15.682Z] 
16:53:15 [2022-07-20T16:53:15.682Z] #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
16:53:15 [2022-07-20T16:53:15.682Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:53:15 [2022-07-20T16:53:15.682Z] #47 4.284 + git clone https://github.com/docker/distribution.git .
16:53:15 [2022-07-20T16:53:15.682Z] #47 4.284 Cloning into '.'...
16:53:15 [2022-07-20T16:53:15.682Z] #47 ...
16:53:15 [2022-07-20T16:53:15.682Z] 
16:53:15 [2022-07-20T16:53:15.682Z] #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
16:53:15 [2022-07-20T16:53:15.682Z] #53 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:53:15 [2022-07-20T16:53:15.682Z] #53 14.18 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
16:53:15 [2022-07-20T16:53:15.682Z] #53 14.30 go: downloading golang.org/x/mod v0.3.0
16:53:15 [2022-07-20T16:53:15.751Z] #55 21.66 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
16:53:15 [2022-07-20T16:53:15.751Z] #55 21.66 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
16:53:15 [2022-07-20T16:53:15.751Z] #55 21.71 go: downloading github.com/julz/importas v0.1.0
16:53:15 [2022-07-20T16:53:15.751Z] #55 21.77 go: downloading github.com/kisielk/errcheck v1.6.0
16:53:15 [2022-07-20T16:53:15.751Z] #55 ...
16:53:15 [2022-07-20T16:53:15.751Z] 
16:53:15 [2022-07-20T16:53:15.751Z] #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             ;
16:53:15 [2022-07-20T16:53:15.751Z] #76 sha256:d5452cd5fd1efdff905784b328e0220417a97ce100df30225125c8e1670c5eff
16:53:15 [2022-07-20T16:53:15.751Z] #76 11.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:53:15 [2022-07-20T16:53:15.751Z] #76 17.34 Fetched 8441 kB in 12s (681 kB/s)
16:53:15 [2022-07-20T16:53:15.751Z] #76 17.34 Reading package lists...
16:53:15 [2022-07-20T16:53:15.751Z] #76 ...
16:53:15 [2022-07-20T16:53:15.751Z] 
16:53:15 [2022-07-20T16:53:15.751Z] #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
16:53:15 [2022-07-20T16:53:15.751Z] #55 sha256:3650f9b480a2e97bd2ef924ab8a54b43910bb82f21b40060625e6d1934dbe452
16:53:15 [2022-07-20T16:53:15.751Z] #55 21.84 go: downloading github.com/kulti/thelper v0.6.2
16:53:15 [2022-07-20T16:53:15.751Z] #55 21.84 go: downloading github.com/kunwardeep/paralleltest v1.0.3
16:53:15 [2022-07-20T16:53:15.751Z] #55 21.90 go: downloading github.com/kyoh86/exportloopref v0.1.8
16:53:16 [2022-07-20T16:53:16.011Z] #55 21.96 go: downloading github.com/ldez/tagliatelle v0.3.1
16:53:16 [2022-07-20T16:53:16.011Z] #55 22.01 go: downloading github.com/leonklingele/grouper v1.1.0
16:53:16 [2022-07-20T16:53:16.011Z] #55 22.02 go: downloading github.com/lufeee/execinquery v1.2.1
16:53:16 [2022-07-20T16:53:16.011Z] #55 22.15 go: downloading github.com/maratori/testpackage v1.0.1
16:53:16 [2022-07-20T16:53:16.011Z] #55 22.21 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
16:53:16 [2022-07-20T16:53:16.011Z] #55 22.24 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
16:53:16 [2022-07-20T16:53:16.058Z] #42 6.584 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:16 [2022-07-20T16:53:16.271Z] #55 22.33 go: downloading github.com/mgechev/revive v1.2.1
16:53:16 [2022-07-20T16:53:16.363Z] #26 DONE 24.7s
16:53:16 [2022-07-20T16:53:16.363Z] 
16:53:16 [2022-07-20T16:53:16.363Z] #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
16:53:16 [2022-07-20T16:53:16.363Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:16 [2022-07-20T16:53:16.363Z] #55 22.94 go: downloading github.com/sirupsen/logrus v1.8.1
16:53:16 [2022-07-20T16:53:16.363Z] #55 22.97 go: downloading github.com/stretchr/testify v1.7.1
16:53:16 [2022-07-20T16:53:16.363Z] #55 23.33 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
16:53:16 [2022-07-20T16:53:16.363Z] #55 23.46 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
16:53:16 [2022-07-20T16:53:16.363Z] #55 23.60 go: downloading github.com/fsnotify/fsnotify v1.5.4
16:53:16 [2022-07-20T16:53:16.363Z] #55 23.74 go: downloading github.com/mitchellh/mapstructure v1.5.0
16:53:16 [2022-07-20T16:53:16.363Z] #55 23.80 go: downloading github.com/spf13/afero v1.8.2
16:53:16 [2022-07-20T16:53:16.363Z] #55 23.85 go: downloading github.com/spf13/cast v1.4.1
16:53:16 [2022-07-20T16:53:16.363Z] #55 24.06 go: downloading github.com/spf13/jwalterweatherman v1.1.0
16:53:16 [2022-07-20T16:53:16.363Z] #55 24.17 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
16:53:16 [2022-07-20T16:53:16.363Z] #55 24.43 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:53:16 [2022-07-20T16:53:16.363Z] #55 25.00 go: downloading github.com/go-toolsmith/astcopy v1.0.0
16:53:16 [2022-07-20T16:53:16.624Z] #55 25.23 go: downloading github.com/go-toolsmith/astequal v1.0.1
16:53:16 [2022-07-20T16:53:16.718Z] #19 92.03 Reading package lists...
16:53:16 [2022-07-20T16:53:16.718Z] #19 ...
16:53:16 [2022-07-20T16:53:16.718Z] 
16:53:16 [2022-07-20T16:53:16.718Z] #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
16:53:16 [2022-07-20T16:53:16.718Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:53:16 [2022-07-20T16:53:16.718Z] #84 51.37 libtoolize: putting auxiliary files in '.'.
16:53:16 [2022-07-20T16:53:16.718Z] #84 51.37 libtoolize: copying file './ltmain.sh'
16:53:16 [2022-07-20T16:53:16.718Z] #84 52.30 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
16:53:16 [2022-07-20T16:53:16.718Z] #84 52.30 libtoolize: and rerunning libtoolize and aclocal.
16:53:16 [2022-07-20T16:53:16.718Z] #84 52.30 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:53:16 [2022-07-20T16:53:16.840Z] #55 22.84 go: downloading github.com/moricho/tparallel v0.2.1
16:53:16 [2022-07-20T16:53:16.840Z] #55 22.84 go: downloading github.com/nakabonne/nestif v0.3.1
16:53:16 [2022-07-20T16:53:16.840Z] #55 22.88 go: downloading github.com/nishanths/exhaustive v0.7.11
16:53:16 [2022-07-20T16:53:16.840Z] #55 22.89 go: downloading github.com/nishanths/predeclared v0.2.2
16:53:16 [2022-07-20T16:53:16.884Z] #55 25.60 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:53:17 [2022-07-20T16:53:17.101Z] #55 23.00 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
16:53:17 [2022-07-20T16:53:17.101Z] #55 23.10 go: downloading github.com/ryancurrah/gomodguard v1.2.3
16:53:17 [2022-07-20T16:53:17.101Z] #55 23.15 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
16:53:17 [2022-07-20T16:53:17.101Z] #55 23.25 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
16:53:17 [2022-07-20T16:53:17.145Z] #55 25.82 go: downloading github.com/go-toolsmith/astp v1.0.0
16:53:17 [2022-07-20T16:53:17.360Z] #55 23.40 go: downloading github.com/securego/gosec/v2 v2.11.0
16:53:17 [2022-07-20T16:53:17.405Z] #55 25.90 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:53:17 [2022-07-20T16:53:17.405Z] #55 26.10 go: downloading github.com/go-toolsmith/typep v1.0.2
16:53:17 [2022-07-20T16:53:17.594Z] #53 ...
16:53:17 [2022-07-20T16:53:17.594Z] 
16:53:17 [2022-07-20T16:53:17.594Z] #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
16:53:17 [2022-07-20T16:53:17.594Z] #26 sha256:7aa7229d4c6be3a1a7b6dcad6ffad8e6be1b3ba3df68708e8fd7474fae12d944
16:53:17 [2022-07-20T16:53:17.594Z] #26 14.91 + mkdir -p /build
16:53:17 [2022-07-20T16:53:17.594Z] #26 14.91 + mv docker/docker /build/
16:53:17 [2022-07-20T16:53:17.594Z] #26 14.92 + rmdir docker
16:53:17 [2022-07-20T16:53:17.594Z] #26 DONE 16.0s
16:53:17 [2022-07-20T16:53:17.594Z] 
16:53:17 [2022-07-20T16:53:17.594Z] #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
16:53:17 [2022-07-20T16:53:17.594Z] #38 sha256:3a99da573556b459423b4d35702a352cf2c1e17b61e1997540bb4f7fca348320
16:53:17 [2022-07-20T16:53:17.594Z] #38 15.68 tomll can be used in two ways:
16:53:17 [2022-07-20T16:53:17.594Z] #38 15.68 Writing to STDIN and reading from STDOUT:
16:53:17 [2022-07-20T16:53:17.594Z] #38 15.68   cat file.toml | tomll > file.toml
16:53:17 [2022-07-20T16:53:17.594Z] #38 15.69 
16:53:17 [2022-07-20T16:53:17.594Z] #38 15.69 Reading and updating a list of files:
16:53:17 [2022-07-20T16:53:17.594Z] #38 15.69   tomll a.toml b.toml c.toml
16:53:17 [2022-07-20T16:53:17.594Z] #38 15.69 
16:53:17 [2022-07-20T16:53:17.594Z] #38 15.69 When given a list of files, tomll will modify all files in place without asking.
16:53:17 [2022-07-20T16:53:17.594Z] #38 DONE 16.5s
16:53:17 [2022-07-20T16:53:17.594Z] 
16:53:17 [2022-07-20T16:53:17.594Z] #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
16:53:17 [2022-07-20T16:53:17.594Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:17 [2022-07-20T16:53:17.594Z] #55 14.91 go: downloading github.com/mattn/go-colorable v0.1.12
16:53:17 [2022-07-20T16:53:17.594Z] #55 14.91 go: downloading github.com/sirupsen/logrus v1.8.1
16:53:17 [2022-07-20T16:53:17.594Z] #55 15.10 go: downloading github.com/stretchr/testify v1.7.1
16:53:17 [2022-07-20T16:53:17.594Z] #55 15.28 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
16:53:17 [2022-07-20T16:53:17.594Z] #55 15.36 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
16:53:17 [2022-07-20T16:53:17.594Z] #55 15.62 go: downloading github.com/mattn/go-isatty v0.0.14
16:53:17 [2022-07-20T16:53:17.594Z] #55 15.80 go: downloading github.com/fsnotify/fsnotify v1.5.4
16:53:17 [2022-07-20T16:53:17.594Z] #55 15.80 go: downloading github.com/mitchellh/mapstructure v1.5.0
16:53:17 [2022-07-20T16:53:17.594Z] #55 15.93 go: downloading github.com/spf13/afero v1.8.2
16:53:17 [2022-07-20T16:53:17.594Z] #55 16.08 go: downloading github.com/spf13/cast v1.4.1
16:53:17 [2022-07-20T16:53:17.594Z] #55 16.38 go: downloading github.com/spf13/jwalterweatherman v1.1.0
16:53:17 [2022-07-20T16:53:17.594Z] #55 16.56 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:53:17 [2022-07-20T16:53:17.594Z] #55 16.56 go: downloading github.com/go-toolsmith/astcopy v1.0.0
16:53:17 [2022-07-20T16:53:17.620Z] #55 23.66 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
16:53:17 [2022-07-20T16:53:17.621Z] #55 23.68 go: downloading github.com/sivchari/containedctx v1.0.2
16:53:17 [2022-07-20T16:53:17.621Z] #55 23.74 go: downloading github.com/sivchari/tenv v1.5.0
16:53:17 [2022-07-20T16:53:17.621Z] #55 23.82 go: downloading github.com/sonatard/noctx v0.0.1
16:53:17 [2022-07-20T16:53:17.621Z] #55 23.88 go: downloading github.com/sourcegraph/go-diff v0.6.1
16:53:17 [2022-07-20T16:53:17.665Z] #55 26.23 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
16:53:17 [2022-07-20T16:53:17.854Z] #55 16.74 go: downloading github.com/go-toolsmith/astequal v1.0.1
16:53:17 [2022-07-20T16:53:17.854Z] #55 16.74 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:53:17 [2022-07-20T16:53:17.854Z] #55 16.76 go: downloading github.com/go-toolsmith/astp v1.0.0
16:53:17 [2022-07-20T16:53:17.854Z] #55 16.84 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:53:17 [2022-07-20T16:53:17.854Z] #55 16.90 go: downloading github.com/go-toolsmith/typep v1.0.2
16:53:17 [2022-07-20T16:53:17.854Z] #55 16.90 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
16:53:17 [2022-07-20T16:53:17.881Z] #55 23.97 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
16:53:17 [2022-07-20T16:53:17.881Z] #55 24.04 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
16:53:17 [2022-07-20T16:53:17.881Z] #55 24.08 go: downloading github.com/sylvia7788/contextcheck v1.0.4
16:53:17 [2022-07-20T16:53:17.881Z] #55 24.14 go: downloading github.com/tdakkota/asciicheck v0.1.1
16:53:18 [2022-07-20T16:53:18.141Z] #55 24.19 go: downloading github.com/tetafro/godot v1.4.11
16:53:18 [2022-07-20T16:53:18.401Z] #55 24.30 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
16:53:18 [2022-07-20T16:53:18.401Z] #55 24.31 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
16:53:18 [2022-07-20T16:53:18.401Z] #55 24.40 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
16:53:18 [2022-07-20T16:53:18.401Z] #55 24.52 go: downloading github.com/ultraware/funlen v0.0.3
16:53:18 [2022-07-20T16:53:18.422Z] #55 17.13 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
16:53:18 [2022-07-20T16:53:18.422Z] #55 17.31 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
16:53:18 [2022-07-20T16:53:18.661Z] #55 24.60 go: downloading github.com/ultraware/whitespace v0.0.5
16:53:18 [2022-07-20T16:53:18.661Z] #55 24.68 go: downloading github.com/uudashr/gocognit v1.0.5
16:53:18 [2022-07-20T16:53:18.661Z] #55 24.75 go: downloading github.com/yagipy/maintidx v1.0.0
16:53:18 [2022-07-20T16:53:18.661Z] #55 24.77 go: downloading github.com/yeya24/promlinter v0.2.0
16:53:18 [2022-07-20T16:53:18.924Z] #55 24.86 go: downloading gitlab.com/bosi/decorder v0.2.1
16:53:18 [2022-07-20T16:53:18.924Z] #55 25.06 go: downloading honnef.co/go/tools v0.3.1
16:53:18 [2022-07-20T16:53:18.990Z] #55 17.79 go: downloading github.com/hashicorp/errwrap v1.0.0
16:53:18 [2022-07-20T16:53:18.990Z] #55 17.86 go: downloading 4d63.com/gochecknoglobals v0.1.0
16:53:18 [2022-07-20T16:53:18.990Z] #55 17.97 go: downloading github.com/Antonboom/errname v0.1.6
16:53:19 [2022-07-20T16:53:19.046Z] #55 27.58 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
16:53:19 [2022-07-20T16:53:19.249Z] #55 18.07 go: downloading github.com/Antonboom/nilnil v0.1.1
16:53:19 [2022-07-20T16:53:19.249Z] #55 18.07 go: downloading github.com/BurntSushi/toml v1.1.0
16:53:19 [2022-07-20T16:53:19.249Z] #55 18.32 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16:53:19 [2022-07-20T16:53:19.338Z] #42 ...
16:53:19 [2022-07-20T16:53:19.338Z] 
16:53:19 [2022-07-20T16:53:19.338Z] #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
16:53:19 [2022-07-20T16:53:19.338Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:53:19 [2022-07-20T16:53:19.338Z] #36 8.047 go: downloading github.com/go-delve/delve v1.8.1
16:53:19 [2022-07-20T16:53:19.338Z] #36 ...
16:53:19 [2022-07-20T16:53:19.338Z] 
16:53:19 [2022-07-20T16:53:19.338Z] #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
16:53:19 [2022-07-20T16:53:19.338Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:19 [2022-07-20T16:53:19.338Z] #51 7.830 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:19 [2022-07-20T16:53:19.338Z] #51 7.899 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:19 [2022-07-20T16:53:19.338Z] #51 7.899 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:19 [2022-07-20T16:53:19.338Z] #51 8.553 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
16:53:19 [2022-07-20T16:53:19.338Z] #51 9.985 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:19 [2022-07-20T16:53:19.508Z] #55 18.44 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
16:53:19 [2022-07-20T16:53:19.508Z] #55 18.44 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
16:53:19 [2022-07-20T16:53:19.596Z] #51 ...
16:53:19 [2022-07-20T16:53:19.596Z] 
16:53:19 [2022-07-20T16:53:19.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
16:53:19 [2022-07-20T16:53:19.596Z] #34 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:53:19 [2022-07-20T16:53:19.596Z] #34 6.341 + git clone https://github.com/kolyshkin/go-swagger.git .
16:53:19 [2022-07-20T16:53:19.596Z] #34 6.349 Cloning into '.'...
16:53:19 [2022-07-20T16:53:19.616Z] #55 28.13 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
16:53:19 [2022-07-20T16:53:19.768Z] #55 18.64 go: downloading github.com/alexkohler/prealloc v1.0.0
16:53:19 [2022-07-20T16:53:19.853Z] #34 ...
16:53:19 [2022-07-20T16:53:19.853Z] 
16:53:19 [2022-07-20T16:53:19.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
16:53:19 [2022-07-20T16:53:19.853Z] #57 sha256:56a2601fc0bd3cc28d2295a5fea21dd3191de36bc576e6c7a3adb5d66416e572
16:53:19 [2022-07-20T16:53:19.853Z] #57 7.039 go: downloading mvdan.cc/sh/v3 v3.0.2
16:53:19 [2022-07-20T16:53:19.853Z] #57 8.969 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:53:19 [2022-07-20T16:53:19.853Z] #57 8.982 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:53:19 [2022-07-20T16:53:19.853Z] #57 9.142 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:53:19 [2022-07-20T16:53:19.853Z] #57 ...
16:53:19 [2022-07-20T16:53:19.853Z] 
16:53:19 [2022-07-20T16:53:19.853Z] #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
16:53:19 [2022-07-20T16:53:19.853Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:19 [2022-07-20T16:53:19.853Z] #62 6.014 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:19 [2022-07-20T16:53:19.853Z] #62 6.045 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:19 [2022-07-20T16:53:19.853Z] #62 6.045 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:19 [2022-07-20T16:53:19.853Z] #62 6.557 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:19 [2022-07-20T16:53:19.853Z] #62 9.428 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:19 [2022-07-20T16:53:19.883Z] #55 ...
16:53:19 [2022-07-20T16:53:19.883Z] 
16:53:19 [2022-07-20T16:53:19.883Z] #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
16:53:19 [2022-07-20T16:53:19.883Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:53:19 [2022-07-20T16:53:19.883Z] #14 10.89 Reading package lists...
16:53:19 [2022-07-20T16:53:19.883Z] #14 16.24 Reading package lists...
16:53:19 [2022-07-20T16:53:19.883Z] #14 21.22 Building dependency tree...
16:53:19 [2022-07-20T16:53:19.883Z] #14 25.26 The following additional packages will be installed:
16:53:19 [2022-07-20T16:53:19.883Z] #14 25.28   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:53:19 [2022-07-20T16:53:19.883Z] #14 25.28   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
16:53:19 [2022-07-20T16:53:19.883Z] #14 25.28   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
16:53:19 [2022-07-20T16:53:19.883Z] #14 25.28   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
16:53:19 [2022-07-20T16:53:19.883Z] #14 25.28   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
16:53:19 [2022-07-20T16:53:19.883Z] #14 25.28   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
16:53:19 [2022-07-20T16:53:19.883Z] #14 25.28   mingw-w64-common mingw-w64-x86-64-dev
16:53:19 [2022-07-20T16:53:19.883Z] #14 25.28 Suggested packages:
16:53:19 [2022-07-20T16:53:19.883Z] #14 25.28   gcc-10-locales seccomp wine64
16:53:20 [2022-07-20T16:53:20.027Z] #55 18.80 go: downloading github.com/ashanbrown/forbidigo v1.3.0
16:53:20 [2022-07-20T16:53:20.027Z] #55 18.80 go: downloading github.com/ashanbrown/makezero v1.1.1
16:53:20 [2022-07-20T16:53:20.027Z] #55 18.90 go: downloading github.com/bkielbasa/cyclop v1.2.0
16:53:20 [2022-07-20T16:53:20.027Z] #55 18.90 go: downloading github.com/blizzy78/varnamelen v0.8.0
16:53:20 [2022-07-20T16:53:20.110Z] #62 ...
16:53:20 [2022-07-20T16:53:20.110Z] 
16:53:20 [2022-07-20T16:53:20.110Z] #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
16:53:20 [2022-07-20T16:53:20.110Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:53:20 [2022-07-20T16:53:20.110Z] #47 6.394 + git clone https://github.com/docker/distribution.git .
16:53:20 [2022-07-20T16:53:20.110Z] #47 6.394 Cloning into '.'...
16:53:20 [2022-07-20T16:53:20.110Z] #47 ...
16:53:20 [2022-07-20T16:53:20.110Z] 
16:53:20 [2022-07-20T16:53:20.110Z] #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
16:53:20 [2022-07-20T16:53:20.110Z] #40 sha256:667d10b0d609dfaf258e552612e5a80c46ee24788069eea0e871a0e8a006fc5c
16:53:20 [2022-07-20T16:53:20.110Z] #40 7.949 go: downloading github.com/tc-hib/go-winres v0.2.3
16:53:20 [2022-07-20T16:53:20.110Z] #40 9.388 go: downloading github.com/tc-hib/winres v0.1.5
16:53:20 [2022-07-20T16:53:20.143Z] #14 ...
16:53:20 [2022-07-20T16:53:20.143Z] 
16:53:20 [2022-07-20T16:53:20.143Z] #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
16:53:20 [2022-07-20T16:53:20.144Z] #47 sha256:2d881f371ce35b0e4d68c9703e6e783d2c7615c14f7c04faa180d8f8e66494e1
16:53:20 [2022-07-20T16:53:20.144Z] #47 22.99 Updating files:  82% (1806/2177)
Updating files:  83% (1807/2177)
Updating files:  84% (1829/2177)
Updating files:  85% (1851/2177)
Updating files:  86% (1873/2177)
Updating files:  87% (1894/2177)
Updating files:  88% (1916/2177)
Updating files:  89% (1938/2177)
Updating files:  90% (1960/2177)
Updating files:  91% (1982/2177)
Updating files:  92% (2003/2177)
Updating files:  93% (2025/2177)
Updating files:  94% (2047/2177)
Updating files:  95% (2069/2177)
Updating files:  96% (2090/2177)
Updating files:  97% (2112/2177)
Updating files:  98% (2134/2177)
Updating files:  99% (2156/2177)
Updating files: 100% (2177/2177)
Updating files: 100% (2177/2177), done.
16:53:20 [2022-07-20T16:53:20.144Z] #47 23.24 + git checkout -q v2.3.0
16:53:20 [2022-07-20T16:53:20.144Z] #47 24.98 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:53:20 [2022-07-20T16:53:20.186Z] #55 28.92 go: downloading github.com/hashicorp/errwrap v1.0.0
16:53:20 [2022-07-20T16:53:20.286Z] #55 19.11 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
16:53:20 [2022-07-20T16:53:20.286Z] #55 19.11 go: downloading github.com/breml/bidichk v0.2.3
16:53:20 [2022-07-20T16:53:20.286Z] #55 19.23 go: downloading github.com/breml/errchkjson v0.3.0
16:53:20 [2022-07-20T16:53:20.286Z] #55 19.23 go: downloading github.com/butuzov/ireturn v0.1.1
16:53:20 [2022-07-20T16:53:20.368Z] #40 ...
16:53:20 [2022-07-20T16:53:20.368Z] 
16:53:20 [2022-07-20T16:53:20.368Z] #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
16:53:20 [2022-07-20T16:53:20.368Z] #53 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:53:20 [2022-07-20T16:53:20.368Z] #53 6.729 go: downloading gotest.tools/gotestsum v1.8.1
16:53:20 [2022-07-20T16:53:20.368Z] #53 9.119 go: downloading github.com/fatih/color v1.10.0
16:53:20 [2022-07-20T16:53:20.368Z] #53 9.124 go: downloading github.com/dnephin/pflag v1.0.7
16:53:20 [2022-07-20T16:53:20.368Z] #53 9.212 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:53:20 [2022-07-20T16:53:20.368Z] #53 9.270 go: downloading github.com/pkg/errors v0.9.1
16:53:20 [2022-07-20T16:53:20.368Z] #53 9.879 go: downloading golang.org/x/tools v0.1.0
16:53:20 [2022-07-20T16:53:20.368Z] #53 10.56 go: downloading github.com/mattn/go-colorable v0.1.8
16:53:20 [2022-07-20T16:53:20.368Z] #53 10.73 go: downloading github.com/mattn/go-isatty v0.0.12
16:53:20 [2022-07-20T16:53:20.368Z] #53 10.85 go: downloading github.com/fsnotify/fsnotify v1.4.9
16:53:20 [2022-07-20T16:53:20.368Z] #53 ...
16:53:20 [2022-07-20T16:53:20.368Z] 
16:53:20 [2022-07-20T16:53:20.368Z] #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
16:53:20 [2022-07-20T16:53:20.368Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:20 [2022-07-20T16:53:20.368Z] #14 7.799 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:20 [2022-07-20T16:53:20.368Z] #14 7.865 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:20 [2022-07-20T16:53:20.368Z] #14 7.865 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:20 [2022-07-20T16:53:20.368Z] #14 9.628 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:20 [2022-07-20T16:53:20.368Z] #14 ...
16:53:20 [2022-07-20T16:53:20.368Z] 
16:53:20 [2022-07-20T16:53:20.368Z] #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
16:53:20 [2022-07-20T16:53:20.368Z] #38 sha256:3a99da573556b459423b4d35702a352cf2c1e17b61e1997540bb4f7fca348320
16:53:20 [2022-07-20T16:53:20.368Z] #38 8.191 go: downloading github.com/pelletier/go-toml v1.8.1
16:53:20 [2022-07-20T16:53:20.545Z] #55 19.42 go: downloading github.com/charithe/durationcheck v0.0.9
16:53:20 [2022-07-20T16:53:20.625Z] #38 ...
16:53:20 [2022-07-20T16:53:20.625Z] 
16:53:20 [2022-07-20T16:53:20.625Z] #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             ;
16:53:20 [2022-07-20T16:53:20.625Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:20 [2022-07-20T16:53:20.625Z] #76 7.071 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:53:20 [2022-07-20T16:53:20.625Z] #76 7.178 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:53:20 [2022-07-20T16:53:20.625Z] #76 7.178 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:53:20 [2022-07-20T16:53:20.625Z] #76 8.798 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:53:20 [2022-07-20T16:53:20.625Z] #76 ...
16:53:20 [2022-07-20T16:53:20.625Z] 
16:53:20 [2022-07-20T16:53:20.625Z] #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
16:53:20 [2022-07-20T16:53:20.625Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:20 [2022-07-20T16:53:20.625Z] #55 6.960 go: downloading github.com/golangci/golangci-lint v1.46.2
16:53:20 [2022-07-20T16:53:20.625Z] #55 10.41 go: downloading github.com/fatih/color v1.13.0
16:53:20 [2022-07-20T16:53:20.625Z] #55 10.41 go: downloading github.com/gofrs/flock v0.8.1
16:53:20 [2022-07-20T16:53:20.625Z] #55 10.60 go: downloading github.com/spf13/cobra v1.4.0
16:53:20 [2022-07-20T16:53:20.625Z] #55 10.60 go: downloading github.com/spf13/pflag v1.0.5
16:53:20 [2022-07-20T16:53:20.625Z] #55 11.10 go: downloading github.com/spf13/viper v1.11.0
16:53:20 [2022-07-20T16:53:20.625Z] #55 11.33 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
16:53:20 [2022-07-20T16:53:20.730Z] #47 ...
16:53:20 [2022-07-20T16:53:20.730Z] 
16:53:20 [2022-07-20T16:53:20.730Z] #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
16:53:20 [2022-07-20T16:53:20.730Z] #62 sha256:58aebe86ab0ef5228a167fc120e71ee054454b2e653119aafe4e286e5cbdea17
16:53:20 [2022-07-20T16:53:20.730Z] #62 16.69 Fetched 8441 kB in 12s (706 kB/s)
16:53:20 [2022-07-20T16:53:20.730Z] #62 16.69 Reading package lists...
16:53:20 [2022-07-20T16:53:20.730Z] #62 21.12 Reading package lists...
16:53:20 [2022-07-20T16:53:20.730Z] #62 26.01 Building dependency tree...
16:53:20 [2022-07-20T16:53:20.730Z] #62 ...
16:53:20 [2022-07-20T16:53:20.730Z] 
16:53:20 [2022-07-20T16:53:20.730Z] #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
16:53:20 [2022-07-20T16:53:20.730Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.43 The following NEW packages will be installed:
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.45   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.45   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.45   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.45   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.45   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.45   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.45   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.46   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.46   mingw-w64-x86-64-dev
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.86 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.86 Need to get 108 MB of archives.
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.86 After this operation, 620 MB of additional disk space will be used.
16:53:20 [2022-07-20T16:53:20.730Z] #14 26.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
16:53:20 [2022-07-20T16:53:20.756Z] #55 ...
16:53:20 [2022-07-20T16:53:20.756Z] 
16:53:20 [2022-07-20T16:53:20.756Z] #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
16:53:20 [2022-07-20T16:53:20.756Z] #38 sha256:3a99da573556b459423b4d35702a352cf2c1e17b61e1997540bb4f7fca348320
16:53:20 [2022-07-20T16:53:20.756Z] #38 29.35 tomll can be used in two ways:
16:53:20 [2022-07-20T16:53:20.756Z] #38 29.35 Writing to STDIN and reading from STDOUT:
16:53:20 [2022-07-20T16:53:20.756Z] #38 29.35   cat file.toml | tomll > file.toml
16:53:20 [2022-07-20T16:53:20.756Z] #38 29.35 
16:53:20 [2022-07-20T16:53:20.756Z] #38 29.35 Reading and updating a list of files:
16:53:20 [2022-07-20T16:53:20.756Z] #38 29.35   tomll a.toml b.toml c.toml
16:53:20 [2022-07-20T16:53:20.756Z] #38 29.35 
16:53:20 [2022-07-20T16:53:20.756Z] #38 29.35 When given a list of files, tomll will modify all files in place without asking.
16:53:20 [2022-07-20T16:53:20.756Z] #38 DONE 29.5s
16:53:20 [2022-07-20T16:53:20.756Z] 
16:53:20 [2022-07-20T16:53:20.756Z] #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
16:53:20 [2022-07-20T16:53:20.756Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:53:20 [2022-07-20T16:53:20.756Z] #36 23.22 go: downloading github.com/mattn/go-runewidth v0.0.3
16:53:20 [2022-07-20T16:53:20.756Z] #36 23.42 go: downloading github.com/hashicorp/golang-lru v0.5.4
16:53:20 [2022-07-20T16:53:20.756Z] #36 23.48 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
16:53:20 [2022-07-20T16:53:20.756Z] #36 25.25 go: downloading github.com/russross/blackfriday/v2 v2.0.1
16:53:20 [2022-07-20T16:53:20.756Z] #36 25.38 go: downloading github.com/cilium/ebpf v0.7.0
16:53:20 [2022-07-20T16:53:20.756Z] #36 26.87 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
16:53:20 [2022-07-20T16:53:20.804Z] #55 19.54 go: downloading github.com/denis-tingaikin/go-header v0.4.3
16:53:20 [2022-07-20T16:53:20.804Z] #55 19.57 go: downloading github.com/daixiang0/gci v0.3.3
16:53:20 [2022-07-20T16:53:20.804Z] #55 19.72 go: downloading github.com/esimonov/ifshort v1.0.4
16:53:20 [2022-07-20T16:53:20.883Z] #55 ...
16:53:20 [2022-07-20T16:53:20.883Z] 
16:53:20 [2022-07-20T16:53:20.883Z] #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
16:53:20 [2022-07-20T16:53:20.883Z] #26 sha256:b3e20ca8ff578e046788c3003c0e17585bba1937b670a67e30bda608c2236546
16:53:20 [2022-07-20T16:53:20.883Z] #26 6.964 + RM_GOPATH=0
16:53:20 [2022-07-20T16:53:20.883Z] #26 6.964 + TMP_GOPATH=
16:53:20 [2022-07-20T16:53:20.883Z] #26 6.964 + : /build
16:53:20 [2022-07-20T16:53:20.883Z] #26 6.964 + '[' -z '' ']'
16:53:20 [2022-07-20T16:53:20.883Z] #26 6.964 ++ mktemp -d
16:53:20 [2022-07-20T16:53:20.883Z] #26 6.989 + export GOPATH=/tmp/tmp.kBc1OZPRuw
16:53:20 [2022-07-20T16:53:20.883Z] #26 6.994 + GOPATH=/tmp/tmp.kBc1OZPRuw
16:53:20 [2022-07-20T16:53:20.883Z] #26 6.994 + RM_GOPATH=1
16:53:20 [2022-07-20T16:53:20.883Z] #26 6.995 + case "$(go env GOARCH)" in
16:53:20 [2022-07-20T16:53:20.883Z] #26 6.995 ++ go env GOARCH
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.047 + export GO_BUILDMODE=-buildmode=pie
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.047 + GO_BUILDMODE=-buildmode=pie
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.047 ++ dirname /install.sh
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.053 + dir=/
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.054 + bin=dockercli
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.054 + shift
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.057 + '[' '!' -f //dockercli.installer ']'
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.057 + . //dockercli.installer
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.057 ++ : stable
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.057 ++ : 17.06.2-ce
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.058 + install_dockercli
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.058 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.059 Install docker/cli version 17.06.2-ce from stable
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.059 ++ uname -m
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.062 + arch=x86_64
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.063 + '[' x86_64 '!=' x86_64 ']'
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.063 + url=https://download.docker.com/linux/static
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.064 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
16:53:20 [2022-07-20T16:53:20.883Z] #26 7.064 + tar -xz docker/docker
16:53:20 [2022-07-20T16:53:20.990Z] #14 26.95 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB]
16:53:20 [2022-07-20T16:53:20.990Z] #14 27.07 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
16:53:20 [2022-07-20T16:53:20.990Z] #14 27.07 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
16:53:20 [2022-07-20T16:53:20.990Z] #14 27.08 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
16:53:20 [2022-07-20T16:53:20.991Z] #14 27.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
16:53:21 [2022-07-20T16:53:21.062Z] #55 19.87 go: downloading github.com/firefart/nonamedreturns v1.0.1
16:53:21 [2022-07-20T16:53:21.062Z] #55 19.99 go: downloading github.com/fzipp/gocyclo v0.5.1
16:53:21 [2022-07-20T16:53:21.062Z] #55 20.05 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:53:21 [2022-07-20T16:53:21.253Z] #14 27.30 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
16:53:21 [2022-07-20T16:53:21.322Z] #55 20.16 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:53:21 [2022-07-20T16:53:21.322Z] #55 20.16 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
16:53:21 [2022-07-20T16:53:21.322Z] #55 20.26 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:53:21 [2022-07-20T16:53:21.326Z] #36 ...
16:53:21 [2022-07-20T16:53:21.326Z] 
16:53:21 [2022-07-20T16:53:21.326Z] #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
16:53:21 [2022-07-20T16:53:21.326Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:21 [2022-07-20T16:53:21.326Z] #55 29.97 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
16:53:21 [2022-07-20T16:53:21.326Z] #55 29.97 go: downloading 4d63.com/gochecknoglobals v0.1.0
16:53:21 [2022-07-20T16:53:21.515Z] #14 27.41 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
16:53:21 [2022-07-20T16:53:21.515Z] #14 27.42 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB]
16:53:21 [2022-07-20T16:53:21.588Z] #55 30.13 go: downloading github.com/Antonboom/errname v0.1.6
16:53:21 [2022-07-20T16:53:21.588Z] #55 30.22 go: downloading github.com/Antonboom/nilnil v0.1.1
16:53:21 [2022-07-20T16:53:21.588Z] #55 30.32 go: downloading github.com/BurntSushi/toml v1.1.0
16:53:21 [2022-07-20T16:53:21.601Z] #55 20.54 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:53:21 [2022-07-20T16:53:21.601Z] #55 ...
16:53:21 [2022-07-20T16:53:21.601Z] 
16:53:21 [2022-07-20T16:53:21.601Z] #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
16:53:21 [2022-07-20T16:53:21.601Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:21 [2022-07-20T16:53:21.601Z] #62 20.65 Fetched 8555 kB in 15s (553 kB/s)
16:53:21 [2022-07-20T16:53:21.775Z] #14 27.87 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB]
16:53:21 [2022-07-20T16:53:21.817Z] #26 ...
16:53:21 [2022-07-20T16:53:21.817Z] 
16:53:21 [2022-07-20T16:53:21.817Z] #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
16:53:21 [2022-07-20T16:53:21.817Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:21 [2022-07-20T16:53:21.817Z] #62 12.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:21 [2022-07-20T16:53:21.854Z] #55 30.52 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16:53:22 [2022-07-20T16:53:22.114Z] #55 30.77 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
16:53:22 [2022-07-20T16:53:22.171Z] #62 20.65 Reading package lists...
16:53:22 [2022-07-20T16:53:22.172Z] #62 ...
16:53:22 [2022-07-20T16:53:22.172Z] 
16:53:22 [2022-07-20T16:53:22.172Z] #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             ;
16:53:22 [2022-07-20T16:53:22.172Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:22 [2022-07-20T16:53:22.172Z] #76 11.21 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:22 [2022-07-20T16:53:22.172Z] #76 20.41 Fetched 8555 kB in 15s (557 kB/s)
16:53:22 [2022-07-20T16:53:22.437Z] #76 20.41 Reading package lists...
16:53:22 [2022-07-20T16:53:22.437Z] #76 ...
16:53:22 [2022-07-20T16:53:22.437Z] 
16:53:22 [2022-07-20T16:53:22.437Z] #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
16:53:22 [2022-07-20T16:53:22.437Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:22 [2022-07-20T16:53:22.437Z] #55 20.67 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:53:22 [2022-07-20T16:53:22.437Z] #55 20.78 go: downloading github.com/golangci/misspell v0.3.5
16:53:22 [2022-07-20T16:53:22.437Z] #55 20.94 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:53:22 [2022-07-20T16:53:22.437Z] #55 21.02 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
16:53:22 [2022-07-20T16:53:22.437Z] #55 21.11 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
16:53:22 [2022-07-20T16:53:22.437Z] #55 21.21 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
16:53:22 [2022-07-20T16:53:22.437Z] #55 21.25 go: downloading github.com/jgautheron/goconst v1.5.1
16:53:22 [2022-07-20T16:53:22.686Z] #55 31.10 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
16:53:22 [2022-07-20T16:53:22.687Z] #55 31.49 go: downloading github.com/alexkohler/prealloc v1.0.0
16:53:22 [2022-07-20T16:53:22.696Z] #55 21.39 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
16:53:22 [2022-07-20T16:53:22.696Z] #55 21.39 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
16:53:22 [2022-07-20T16:53:22.696Z] #55 21.39 go: downloading github.com/julz/importas v0.1.0
16:53:22 [2022-07-20T16:53:22.696Z] #55 21.39 go: downloading github.com/kisielk/errcheck v1.6.0
16:53:22 [2022-07-20T16:53:22.696Z] #55 21.58 go: downloading github.com/kulti/thelper v0.6.2
16:53:22 [2022-07-20T16:53:22.696Z] #55 21.58 go: downloading github.com/kunwardeep/paralleltest v1.0.3
16:53:22 [2022-07-20T16:53:22.696Z] #55 21.66 go: downloading github.com/kyoh86/exportloopref v0.1.8
16:53:22 [2022-07-20T16:53:22.715Z] #14 28.79 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB]
16:53:22 [2022-07-20T16:53:22.950Z] #55 31.51 go: downloading github.com/ashanbrown/forbidigo v1.3.0
16:53:22 [2022-07-20T16:53:22.956Z] #55 21.84 go: downloading github.com/ldez/tagliatelle v0.3.1
16:53:22 [2022-07-20T16:53:22.956Z] #55 21.84 go: downloading github.com/leonklingele/grouper v1.1.0
16:53:23 [2022-07-20T16:53:23.213Z] #55 31.79 go: downloading github.com/ashanbrown/makezero v1.1.1
16:53:23 [2022-07-20T16:53:23.216Z] #55 22.00 go: downloading github.com/lufeee/execinquery v1.2.1
16:53:23 [2022-07-20T16:53:23.216Z] #55 22.07 go: downloading github.com/maratori/testpackage v1.0.1
16:53:23 [2022-07-20T16:53:23.216Z] #55 22.07 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
16:53:23 [2022-07-20T16:53:23.216Z] #55 22.20 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
16:53:23 [2022-07-20T16:53:23.216Z] #55 22.20 go: downloading github.com/mgechev/revive v1.2.1
16:53:23 [2022-07-20T16:53:23.286Z] #14 29.32 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB]
16:53:23 [2022-07-20T16:53:23.473Z] #55 32.03 go: downloading github.com/bkielbasa/cyclop v1.2.0
16:53:23 [2022-07-20T16:53:23.473Z] #55 ...
16:53:23 [2022-07-20T16:53:23.473Z] 
16:53:23 [2022-07-20T16:53:23.473Z] #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
16:53:23 [2022-07-20T16:53:23.473Z] #67 sha256:8f441c26af6f7a0131a570268407924f9ab1657519413f340f69e4c0ccb3f413
16:53:23 [2022-07-20T16:53:23.473Z] #67 21.70 go: downloading github.com/gorilla/mux v1.8.0
16:53:23 [2022-07-20T16:53:23.473Z] #67 22.02 go: downloading github.com/moby/sys/mountinfo v0.6.0
16:53:23 [2022-07-20T16:53:23.473Z] #67 22.86 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
16:53:23 [2022-07-20T16:53:23.473Z] #67 22.94 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
16:53:23 [2022-07-20T16:53:23.473Z] #67 23.16 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
16:53:23 [2022-07-20T16:53:23.473Z] #67 25.05 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:53:23 [2022-07-20T16:53:23.473Z] #67 ...
16:53:23 [2022-07-20T16:53:23.473Z] 
16:53:23 [2022-07-20T16:53:23.473Z] #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
16:53:23 [2022-07-20T16:53:23.473Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:23 [2022-07-20T16:53:23.473Z] #51 31.81 Fetched 8558 kB in 25s (345 kB/s)
16:53:23 [2022-07-20T16:53:23.858Z] #14 29.81 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB]
16:53:23 [2022-07-20T16:53:23.858Z] #14 ...
16:53:23 [2022-07-20T16:53:23.858Z] 
16:53:23 [2022-07-20T16:53:23.858Z] #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
16:53:23 [2022-07-20T16:53:23.858Z] #31 sha256:27542b0e2a1495944230b97b725a71374c329be6cb46e9c7c7620cad0dfce2f9
16:53:23 [2022-07-20T16:53:23.858Z] #31 20.30 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:53:23 [2022-07-20T16:53:23.858Z] #31 22.16 #=#=#                                                                         
16:53:23 [2022-07-20T16:53:23.858Z] #31 22.55 #=#=#                                                                         

######################################################################## 100.0%
16:53:23 [2022-07-20T16:53:23.858Z] #31 23.76 
16:53:23 [2022-07-20T16:53:23.858Z] #31 26.43 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:53:23 [2022-07-20T16:53:23.858Z] #31 28.31 #=#=#                                                                         
16:53:23 [2022-07-20T16:53:23.858Z] #31 28.66 #=#=#                                                                         

######################################################################## 100.0%
16:53:23 [2022-07-20T16:53:23.858Z] #31 30.07 
16:53:23 [2022-07-20T16:53:23.858Z] #31 30.46 Download of images into '/build' complete.
16:53:23 [2022-07-20T16:53:23.858Z] #31 30.47 Use something like the following to load the result into a Docker daemon:
16:53:23 [2022-07-20T16:53:23.858Z] #31 30.47   tar -cC '/build' . | docker load
16:53:24 [2022-07-20T16:53:24.044Z] #51 31.81 Reading package lists...
16:53:24 [2022-07-20T16:53:24.044Z] #51 ...
16:53:24 [2022-07-20T16:53:24.044Z] 
16:53:24 [2022-07-20T16:53:24.044Z] #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
16:53:24 [2022-07-20T16:53:24.044Z] #53 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:53:24 [2022-07-20T16:53:24.044Z] #53 22.72 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
16:53:24 [2022-07-20T16:53:24.044Z] #53 22.83 go: downloading golang.org/x/mod v0.3.0
16:53:24 [2022-07-20T16:53:24.158Z] #55 22.97 go: downloading github.com/moricho/tparallel v0.2.1
16:53:24 [2022-07-20T16:53:24.158Z] #55 22.97 go: downloading github.com/nakabonne/nestif v0.3.1
16:53:24 [2022-07-20T16:53:24.158Z] #55 23.02 go: downloading github.com/nishanths/exhaustive v0.7.11
16:53:24 [2022-07-20T16:53:24.158Z] #55 ...
16:53:24 [2022-07-20T16:53:24.158Z] 
16:53:24 [2022-07-20T16:53:24.158Z] #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
16:53:24 [2022-07-20T16:53:24.158Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:24 [2022-07-20T16:53:24.158Z] #14 12.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:24 [2022-07-20T16:53:24.158Z] #14 22.28 Fetched 8555 kB in 16s (536 kB/s)
16:53:24 [2022-07-20T16:53:24.158Z] #14 22.28 Reading package lists...
16:53:24 [2022-07-20T16:53:24.158Z] #14 ...
16:53:24 [2022-07-20T16:53:24.158Z] 
16:53:24 [2022-07-20T16:53:24.158Z] #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
16:53:24 [2022-07-20T16:53:24.158Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:24 [2022-07-20T16:53:24.158Z] #42 13.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:24 [2022-07-20T16:53:24.158Z] #42 22.63 Fetched 8555 kB in 16s (534 kB/s)
16:53:24 [2022-07-20T16:53:24.304Z] #53 ...
16:53:24 [2022-07-20T16:53:24.304Z] 
16:53:24 [2022-07-20T16:53:24.304Z] #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
16:53:24 [2022-07-20T16:53:24.304Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:24 [2022-07-20T16:53:24.304Z] #55 32.30 go: downloading github.com/blizzy78/varnamelen v0.8.0
16:53:24 [2022-07-20T16:53:24.304Z] #55 32.31 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
16:53:24 [2022-07-20T16:53:24.304Z] #55 32.53 go: downloading github.com/breml/bidichk v0.2.3
16:53:24 [2022-07-20T16:53:24.304Z] #55 32.67 go: downloading github.com/breml/errchkjson v0.3.0
16:53:24 [2022-07-20T16:53:24.304Z] #55 32.76 go: downloading github.com/butuzov/ireturn v0.1.1
16:53:24 [2022-07-20T16:53:24.304Z] #55 32.84 go: downloading github.com/charithe/durationcheck v0.0.9
16:53:24 [2022-07-20T16:53:24.417Z] #42 22.63 Reading package lists...
16:53:24 [2022-07-20T16:53:24.417Z] #42 ...
16:53:24 [2022-07-20T16:53:24.417Z] 
16:53:24 [2022-07-20T16:53:24.417Z] #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
16:53:24 [2022-07-20T16:53:24.417Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:24 [2022-07-20T16:53:24.417Z] #55 23.13 go: downloading github.com/nishanths/predeclared v0.2.2
16:53:24 [2022-07-20T16:53:24.417Z] #55 23.23 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
16:53:24 [2022-07-20T16:53:24.417Z] #55 23.35 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
16:53:24 [2022-07-20T16:53:24.417Z] #55 23.35 go: downloading github.com/ryancurrah/gomodguard v1.2.3
16:53:24 [2022-07-20T16:53:24.417Z] #55 23.47 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
16:53:24 [2022-07-20T16:53:24.417Z] #55 ...
16:53:24 [2022-07-20T16:53:24.417Z] 
16:53:24 [2022-07-20T16:53:24.417Z] #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
16:53:24 [2022-07-20T16:53:24.417Z] #67 sha256:7da4d8c7a91121fa3f57095c13bd4de8148d3598d41b01166522e710d4e98dc5
16:53:24 [2022-07-20T16:53:24.417Z] #67 12.84 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
16:53:24 [2022-07-20T16:53:24.417Z] #67 13.66 go: downloading github.com/google/uuid v1.3.0
16:53:24 [2022-07-20T16:53:24.417Z] #67 13.67 go: downloading github.com/moby/vpnkit v0.5.0
16:53:24 [2022-07-20T16:53:24.417Z] #67 13.82 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:53:24 [2022-07-20T16:53:24.417Z] #67 13.98 go: downloading github.com/gofrs/flock v0.8.1
16:53:24 [2022-07-20T16:53:24.417Z] #67 14.18 go: downloading github.com/gorilla/mux v1.8.0
16:53:24 [2022-07-20T16:53:24.417Z] #67 14.38 go: downloading github.com/moby/sys/mountinfo v0.6.0
16:53:24 [2022-07-20T16:53:24.417Z] #67 14.92 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
16:53:24 [2022-07-20T16:53:24.417Z] #67 15.01 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
16:53:24 [2022-07-20T16:53:24.417Z] #67 17.76 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
16:53:24 [2022-07-20T16:53:24.417Z] #67 18.03 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:53:24 [2022-07-20T16:53:24.429Z] #31 DONE 30.9s
16:53:24 [2022-07-20T16:53:24.429Z] 
16:53:24 [2022-07-20T16:53:24.429Z] #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
16:53:24 [2022-07-20T16:53:24.429Z] #55 sha256:3650f9b480a2e97bd2ef924ab8a54b43910bb82f21b40060625e6d1934dbe452
16:53:24 [2022-07-20T16:53:24.429Z] #55 26.42 go: downloading mvdan.cc/gofumpt v0.3.1
16:53:24 [2022-07-20T16:53:24.429Z] #55 26.47 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:53:24 [2022-07-20T16:53:24.429Z] #55 26.56 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
16:53:24 [2022-07-20T16:53:24.429Z] #55 26.60 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
16:53:24 [2022-07-20T16:53:24.429Z] #55 26.64 go: downloading github.com/davecgh/go-spew v1.1.1
16:53:24 [2022-07-20T16:53:24.429Z] #55 26.76 go: downloading github.com/pmezard/go-difflib v1.0.0
16:53:24 [2022-07-20T16:53:24.429Z] #55 26.80 go: downloading github.com/stretchr/objx v0.1.1
16:53:24 [2022-07-20T16:53:24.429Z] #55 26.89 go: downloading github.com/hashicorp/errwrap v1.0.0
16:53:24 [2022-07-20T16:53:24.429Z] #55 26.95 go: downloading github.com/subosito/gotenv v1.2.0
16:53:24 [2022-07-20T16:53:24.429Z] #55 26.95 go: downloading github.com/hashicorp/hcl v1.0.0
16:53:24 [2022-07-20T16:53:24.429Z] #55 27.20 go: downloading gopkg.in/ini.v1 v1.66.4
16:53:24 [2022-07-20T16:53:24.429Z] #55 27.20 go: downloading github.com/magiconair/properties v1.8.6
16:53:24 [2022-07-20T16:53:24.429Z] #55 27.42 go: downloading github.com/pelletier/go-toml v1.9.5
16:53:24 [2022-07-20T16:53:24.429Z] #55 27.51 go: downloading golang.org/x/text v0.3.7
16:53:24 [2022-07-20T16:53:24.565Z] #55 33.02 go: downloading github.com/daixiang0/gci v0.3.3
16:53:24 [2022-07-20T16:53:24.565Z] #55 33.24 go: downloading github.com/denis-tingaikin/go-header v0.4.3
16:53:24 [2022-07-20T16:53:24.676Z] #67 ...
16:53:24 [2022-07-20T16:53:24.676Z] 
16:53:24 [2022-07-20T16:53:24.676Z] #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
16:53:24 [2022-07-20T16:53:24.676Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:24 [2022-07-20T16:53:24.676Z] #55 23.53 go: downloading github.com/securego/gosec/v2 v2.11.0
16:53:24 [2022-07-20T16:53:24.825Z] #55 33.44 go: downloading github.com/esimonov/ifshort v1.0.4
16:53:24 [2022-07-20T16:53:24.935Z] #55 23.85 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
16:53:25 [2022-07-20T16:53:25.085Z] #55 33.58 go: downloading github.com/firefart/nonamedreturns v1.0.1
16:53:25 [2022-07-20T16:53:25.085Z] #55 33.63 go: downloading github.com/fzipp/gocyclo v0.5.1
16:53:25 [2022-07-20T16:53:25.085Z] #55 33.80 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:53:25 [2022-07-20T16:53:25.099Z] #62 ...
16:53:25 [2022-07-20T16:53:25.099Z] 
16:53:25 [2022-07-20T16:53:25.099Z] #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
16:53:25 [2022-07-20T16:53:25.099Z] #67 sha256:fb7f3ff1dc1c23b2e35cd04d4f80edcfb66d360ef3a81b9ab3d1815626f8e4a9
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.316 + RM_GOPATH=0
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.316 + TMP_GOPATH=
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.316 + : /build
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.316 + '[' -z '' ']'
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.319 ++ mktemp -d
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.319 + export GOPATH=/tmp/tmp.IZzgukT13V
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.319 + GOPATH=/tmp/tmp.IZzgukT13V
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.319 + RM_GOPATH=1
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.319 + case "$(go env GOARCH)" in
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.321 ++ go env GOARCH
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + export GO_BUILDMODE=-buildmode=pie
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + GO_BUILDMODE=-buildmode=pie
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 ++ dirname /install.sh
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + dir=/
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + bin=rootlesskit
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + shift
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + '[' '!' -f //rootlesskit.installer ']'
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + . //rootlesskit.installer
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 ++ : 1920341cd41e047834a21007424162a2dc946315
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + install_rootlesskit
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + case "$1" in
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + export CGO_ENABLED=0
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + CGO_ENABLED=0
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + _install_rootlesskit
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + for f in rootlesskit rootlesskit-docker-proxy
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + GOBIN=/build
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + GO111MODULE=on
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.334 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
16:53:25 [2022-07-20T16:53:25.099Z] #67 5.776 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
16:53:25 [2022-07-20T16:53:25.099Z] #67 9.241 go: downloading github.com/sirupsen/logrus v1.8.1
16:53:25 [2022-07-20T16:53:25.099Z] #67 9.359 go: downloading github.com/urfave/cli/v2 v2.4.0
16:53:25 [2022-07-20T16:53:25.099Z] #67 10.22 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
16:53:25 [2022-07-20T16:53:25.195Z] #55 23.94 go: downloading github.com/sivchari/containedctx v1.0.2
16:53:25 [2022-07-20T16:53:25.195Z] #55 24.00 go: downloading github.com/sivchari/tenv v1.5.0
16:53:25 [2022-07-20T16:53:25.195Z] #55 24.00 go: downloading github.com/sonatard/noctx v0.0.1
16:53:25 [2022-07-20T16:53:25.195Z] #55 24.12 go: downloading github.com/sourcegraph/go-diff v0.6.1
16:53:25 [2022-07-20T16:53:25.346Z] #55 33.93 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:53:25 [2022-07-20T16:53:25.346Z] #55 33.94 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
16:53:25 [2022-07-20T16:53:25.357Z] #67 ...
16:53:25 [2022-07-20T16:53:25.357Z] 
16:53:25 [2022-07-20T16:53:25.357Z] #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
16:53:25 [2022-07-20T16:53:25.357Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:25 [2022-07-20T16:53:25.357Z] #55 12.56 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
16:53:25 [2022-07-20T16:53:25.357Z] #55 12.86 go: downloading github.com/go-critic/go-critic v0.6.3
16:53:25 [2022-07-20T16:53:25.357Z] #55 16.00 go: downloading github.com/hashicorp/go-version v1.4.0
16:53:25 [2022-07-20T16:53:25.455Z] #55 24.24 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
16:53:25 [2022-07-20T16:53:25.455Z] #55 24.31 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
16:53:25 [2022-07-20T16:53:25.455Z] #55 24.35 go: downloading github.com/sylvia7788/contextcheck v1.0.4
16:53:25 [2022-07-20T16:53:25.455Z] #55 24.38 go: downloading github.com/tdakkota/asciicheck v0.1.1
16:53:25 [2022-07-20T16:53:25.455Z] #55 24.50 go: downloading github.com/tetafro/godot v1.4.11
16:53:25 [2022-07-20T16:53:25.621Z] #55 34.19 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:53:25 [2022-07-20T16:53:25.714Z] #55 24.53 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
16:53:25 [2022-07-20T16:53:25.714Z] #55 24.63 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
16:53:25 [2022-07-20T16:53:25.822Z] #55 ...
16:53:25 [2022-07-20T16:53:25.822Z] 
16:53:25 [2022-07-20T16:53:25.822Z] #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
16:53:25 [2022-07-20T16:53:25.822Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:53:25 [2022-07-20T16:53:25.822Z] #14 30.97 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.39 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.39 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.39 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.40 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.41 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.42 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.42 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.42 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.44 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.46 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.46 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.46 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.48 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.49 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.50 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:53:25 [2022-07-20T16:53:25.822Z] #14 31.51 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
16:53:25 [2022-07-20T16:53:25.883Z] #55 34.60 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:53:25 [2022-07-20T16:53:25.920Z] #55 16.46 go: downloading github.com/ldez/gomoddirectives v0.2.3
16:53:25 [2022-07-20T16:53:25.973Z] #55 24.84 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
16:53:25 [2022-07-20T16:53:25.973Z] #55 25.04 go: downloading github.com/ultraware/funlen v0.0.3
16:53:25 [2022-07-20T16:53:25.973Z] #55 ...
16:53:25 [2022-07-20T16:53:25.973Z] 
16:53:25 [2022-07-20T16:53:25.973Z] #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
16:53:25 [2022-07-20T16:53:25.973Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:53:25 [2022-07-20T16:53:25.973Z] #36 15.00 go: downloading github.com/sirupsen/logrus v1.6.0
16:53:25 [2022-07-20T16:53:25.973Z] #36 15.00 go: downloading github.com/spf13/cobra v1.1.3
16:53:25 [2022-07-20T16:53:25.973Z] #36 15.37 go: downloading github.com/mattn/go-isatty v0.0.3
16:53:25 [2022-07-20T16:53:25.973Z] #36 15.64 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
16:53:25 [2022-07-20T16:53:25.973Z] #36 16.06 go: downloading gopkg.in/yaml.v2 v2.4.0
16:53:25 [2022-07-20T16:53:25.973Z] #36 16.50 go: downloading github.com/cosiner/argv v0.1.0
16:53:25 [2022-07-20T16:53:25.973Z] #36 16.56 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
16:53:25 [2022-07-20T16:53:25.973Z] #36 16.56 go: downloading github.com/peterh/liner v1.2.2
16:53:25 [2022-07-20T16:53:25.973Z] #36 16.94 go: downloading github.com/google/go-dap v0.6.0
16:53:25 [2022-07-20T16:53:25.973Z] #36 17.33 go: downloading github.com/russross/blackfriday/v2 v2.0.1
16:53:25 [2022-07-20T16:53:25.973Z] #36 17.62 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
16:53:25 [2022-07-20T16:53:25.973Z] #36 18.44 go: downloading github.com/mattn/go-runewidth v0.0.3
16:53:25 [2022-07-20T16:53:25.973Z] #36 18.58 go: downloading github.com/hashicorp/golang-lru v0.5.4
16:53:25 [2022-07-20T16:53:25.973Z] #36 18.64 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
16:53:25 [2022-07-20T16:53:25.973Z] #36 20.28 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
16:53:25 [2022-07-20T16:53:25.973Z] #36 20.34 go: downloading github.com/cilium/ebpf v0.7.0
16:53:26 [2022-07-20T16:53:26.143Z] #55 34.78 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:53:26 [2022-07-20T16:53:26.143Z] #55 34.91 go: downloading github.com/golangci/misspell v0.3.5
16:53:26 [2022-07-20T16:53:26.178Z] #55 16.71 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:53:26 [2022-07-20T16:53:26.178Z] #55 16.81 go: downloading github.com/hashicorp/go-multierror v1.1.1
16:53:26 [2022-07-20T16:53:26.245Z] #36 ...
16:53:26 [2022-07-20T16:53:26.245Z] 
16:53:26 [2022-07-20T16:53:26.245Z] #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
16:53:26 [2022-07-20T16:53:26.245Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:26 [2022-07-20T16:53:26.245Z] #55 25.06 go: downloading github.com/ultraware/whitespace v0.0.5
16:53:26 [2022-07-20T16:53:26.245Z] #55 25.17 go: downloading github.com/uudashr/gocognit v1.0.5
16:53:26 [2022-07-20T16:53:26.245Z] #55 25.28 go: downloading github.com/yagipy/maintidx v1.0.0
16:53:26 [2022-07-20T16:53:26.245Z] #55 25.28 go: downloading github.com/yeya24/promlinter v0.2.0
16:53:26 [2022-07-20T16:53:26.780Z] #14 32.50 debconf: delaying package configuration, since apt-utils is not installed
16:53:26 [2022-07-20T16:53:26.780Z] #14 ...
16:53:26 [2022-07-20T16:53:26.780Z] 
16:53:26 [2022-07-20T16:53:26.780Z] #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             ;
16:53:26 [2022-07-20T16:53:26.780Z] #76 sha256:d5452cd5fd1efdff905784b328e0220417a97ce100df30225125c8e1670c5eff
16:53:26 [2022-07-20T16:53:26.780Z] #76 17.34 Reading package lists...
16:53:26 [2022-07-20T16:53:26.780Z] #76 22.71 Reading package lists...
16:53:26 [2022-07-20T16:53:26.780Z] #76 27.54 Building dependency tree...
16:53:26 [2022-07-20T16:53:26.780Z] #76 31.87 python3 is already the newest version (3.9.2-3).
16:53:26 [2022-07-20T16:53:26.780Z] #76 31.87 The following additional packages will be installed:
16:53:26 [2022-07-20T16:53:26.780Z] #76 31.88   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
16:53:26 [2022-07-20T16:53:26.780Z] #76 31.89   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
16:53:26 [2022-07-20T16:53:26.780Z] #76 31.92 Suggested packages:
16:53:26 [2022-07-20T16:53:26.780Z] #76 31.92   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
16:53:26 [2022-07-20T16:53:26.780Z] #76 31.92   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
16:53:26 [2022-07-20T16:53:26.780Z] #76 31.92   m4-doc ed diffutils-doc
16:53:26 [2022-07-20T16:53:26.780Z] #76 31.92 Recommended packages:
16:53:26 [2022-07-20T16:53:26.780Z] #76 31.92   fakeroot libalgorithm-merge-perl libltdl-dev
16:53:26 [2022-07-20T16:53:26.780Z] #76 ...
16:53:26 [2022-07-20T16:53:26.780Z] 
16:53:26 [2022-07-20T16:53:26.780Z] #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
16:53:26 [2022-07-20T16:53:26.780Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:53:26 [2022-07-20T16:53:26.780Z] #14 32.73 Fetched 108 MB in 5s (21.7 MB/s)
16:53:26 [2022-07-20T16:53:26.780Z] #14 32.84 Selecting previously unselected package binutils-mingw-w64-i686.
16:53:26 [2022-07-20T16:53:26.830Z] #55 35.27 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:53:26 [2022-07-20T16:53:26.830Z] #55 35.40 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
16:53:27 [2022-07-20T16:53:27.060Z] #14 32.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15708 files and directories currently installed.)
16:53:27 [2022-07-20T16:53:27.060Z] #14 32.93 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
16:53:27 [2022-07-20T16:53:27.060Z] #14 32.97 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:53:27 [2022-07-20T16:53:27.060Z] #14 ...
16:53:27 [2022-07-20T16:53:27.060Z] 
16:53:27 [2022-07-20T16:53:27.060Z] #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
16:53:27 [2022-07-20T16:53:27.060Z] #51 sha256:746b398effad4dc679ea918020e44d983e3e0af862b8f362125c6b1ff3059980
16:53:27 [2022-07-20T16:53:27.060Z] #51 17.63 Reading package lists...
16:53:27 [2022-07-20T16:53:27.060Z] #51 23.00 Reading package lists...
16:53:27 [2022-07-20T16:53:27.060Z] #51 27.85 Building dependency tree...
16:53:27 [2022-07-20T16:53:27.060Z] #51 31.55 The following additional packages will be installed:
16:53:27 [2022-07-20T16:53:27.060Z] #51 31.56   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:53:27 [2022-07-20T16:53:27.060Z] #51 31.56   python3-protobuf python3-six
16:53:27 [2022-07-20T16:53:27.060Z] #51 31.59 Suggested packages:
16:53:27 [2022-07-20T16:53:27.060Z] #51 31.59   python3-setuptools
16:53:27 [2022-07-20T16:53:27.060Z] #51 31.59 Recommended packages:
16:53:27 [2022-07-20T16:53:27.060Z] #51 31.59   iproute2 | iproute
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.23 The following NEW packages will be installed:
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.23   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.25   python3-protobuf python3-six
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.77 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.77 Need to get 2136 kB of archives.
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.77 After this operation, 10.8 MB of additional disk space will be used.
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.78 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.81 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.82 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
16:53:27 [2022-07-20T16:53:27.060Z] #51 32.83 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:53:27 [2022-07-20T16:53:27.090Z] #55 35.60 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
16:53:27 [2022-07-20T16:53:27.090Z] #55 35.69 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
16:53:27 [2022-07-20T16:53:27.090Z] #55 35.81 go: downloading github.com/jgautheron/goconst v1.5.1
16:53:27 [2022-07-20T16:53:27.193Z] #55 25.79 go: downloading gitlab.com/bosi/decorder v0.2.1
16:53:27 [2022-07-20T16:53:27.319Z] #51 ...
16:53:27 [2022-07-20T16:53:27.319Z] 
16:53:27 [2022-07-20T16:53:27.319Z] #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
16:53:27 [2022-07-20T16:53:27.319Z] #55 sha256:3650f9b480a2e97bd2ef924ab8a54b43910bb82f21b40060625e6d1934dbe452
16:53:27 [2022-07-20T16:53:27.319Z] #55 33.00 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
16:53:27 [2022-07-20T16:53:27.319Z] #55 33.10 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
16:53:27 [2022-07-20T16:53:27.319Z] #55 33.15 go: downloading github.com/gobwas/glob v0.2.3
16:53:27 [2022-07-20T16:53:27.319Z] #55 33.19 go: downloading github.com/kisielk/gotool v1.0.0
16:53:27 [2022-07-20T16:53:27.319Z] #55 33.23 go: downloading github.com/gostaticanalysis/comment v1.4.2
16:53:27 [2022-07-20T16:53:27.319Z] #55 33.36 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
16:53:27 [2022-07-20T16:53:27.319Z] #55 ...
16:53:27 [2022-07-20T16:53:27.319Z] 
16:53:27 [2022-07-20T16:53:27.319Z] #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
16:53:27 [2022-07-20T16:53:27.319Z] #57 sha256:52f634ec01e5a1622441c1478ed6615b60f17bc870c55e64b86891a9dd421412
16:53:27 [2022-07-20T16:53:27.319Z] #57 33.18 v3.0.2
16:53:27 [2022-07-20T16:53:27.319Z] #57 DONE 33.5s
16:53:27 [2022-07-20T16:53:27.319Z] 
16:53:27 [2022-07-20T16:53:27.319Z] #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
16:53:27 [2022-07-20T16:53:27.319Z] #62 sha256:58aebe86ab0ef5228a167fc120e71ee054454b2e653119aafe4e286e5cbdea17
16:53:27 [2022-07-20T16:53:27.319Z] #62 26.01 Building dependency tree...
16:53:27 [2022-07-20T16:53:27.319Z] #62 29.83 The following additional packages will be installed:
16:53:27 [2022-07-20T16:53:27.319Z] #62 29.84   libbtrfs0
16:53:27 [2022-07-20T16:53:27.319Z] #62 30.09 The following NEW packages will be installed:
16:53:27 [2022-07-20T16:53:27.319Z] #62 30.10   libbtrfs-dev libbtrfs0
16:53:27 [2022-07-20T16:53:27.319Z] #62 30.63 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:53:27 [2022-07-20T16:53:27.319Z] #62 30.63 Need to get 454 kB of archives.
16:53:27 [2022-07-20T16:53:27.319Z] #62 30.63 After this operation, 1275 kB of additional disk space will be used.
16:53:27 [2022-07-20T16:53:27.319Z] #62 30.63 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
16:53:27 [2022-07-20T16:53:27.319Z] #62 30.64 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
16:53:27 [2022-07-20T16:53:27.319Z] #62 31.72 debconf: delaying package configuration, since apt-utils is not installed
16:53:27 [2022-07-20T16:53:27.319Z] #62 31.96 Fetched 454 kB in 0s (1086 kB/s)
16:53:27 [2022-07-20T16:53:27.319Z] #62 32.06 Selecting previously unselected package libbtrfs0:arm64.
16:53:27 [2022-07-20T16:53:27.319Z] #62 32.06 (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 ... 15708 files and directories currently installed.)
16:53:27 [2022-07-20T16:53:27.319Z] #62 32.14 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
16:53:27 [2022-07-20T16:53:27.319Z] #62 32.15 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
16:53:27 [2022-07-20T16:53:27.319Z] #62 32.33 Selecting previously unselected package libbtrfs-dev:arm64.
16:53:27 [2022-07-20T16:53:27.319Z] #62 32.36 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
16:53:27 [2022-07-20T16:53:27.319Z] #62 32.37 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
16:53:27 [2022-07-20T16:53:27.319Z] #62 32.81 Setting up libbtrfs0:arm64 (5.10.1-2) ...
16:53:27 [2022-07-20T16:53:27.319Z] #62 32.83 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
16:53:27 [2022-07-20T16:53:27.319Z] #62 32.84 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:53:27 [2022-07-20T16:53:27.319Z] #62 DONE 33.5s
16:53:27 [2022-07-20T16:53:27.319Z] 
16:53:27 [2022-07-20T16:53:27.319Z] #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
16:53:27 [2022-07-20T16:53:27.319Z] #55 sha256:3650f9b480a2e97bd2ef924ab8a54b43910bb82f21b40060625e6d1934dbe452
16:53:27 [2022-07-20T16:53:27.319Z] #55 33.48 go: downloading github.com/ettle/strcase v0.1.1
16:53:27 [2022-07-20T16:53:27.319Z] #55 33.50 go: downloading github.com/fatih/structtag v1.2.0
16:53:27 [2022-07-20T16:53:27.350Z] #55 35.88 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
16:53:27 [2022-07-20T16:53:27.350Z] #55 36.03 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
16:53:27 [2022-07-20T16:53:27.452Z] #55 26.24 go: downloading honnef.co/go/tools v0.3.1
16:53:27 [2022-07-20T16:53:27.452Z] #55 ...
16:53:27 [2022-07-20T16:53:27.452Z] 
16:53:27 [2022-07-20T16:53:27.452Z] #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
16:53:27 [2022-07-20T16:53:27.452Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:27 [2022-07-20T16:53:27.452Z] #51 15.89 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
16:53:27 [2022-07-20T16:53:27.452Z] #51 23.10 Fetched 8558 kB in 17s (515 kB/s)
16:53:27 [2022-07-20T16:53:27.580Z] #55 33.67 go: downloading github.com/Masterminds/semver v1.5.0
16:53:27 [2022-07-20T16:53:27.580Z] #55 ...
16:53:27 [2022-07-20T16:53:27.580Z] 
16:53:27 [2022-07-20T16:53:27.580Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
16:53:27 [2022-07-20T16:53:27.580Z] #63 sha256:0fd187a989fb8159d4c763f8da8a7eca176e1fe0ad3114e122ec5100244ebc81
16:53:27 [2022-07-20T16:53:27.580Z] #63 DONE 0.2s
16:53:27 [2022-07-20T16:53:27.580Z] 
16:53:27 [2022-07-20T16:53:27.580Z] #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
16:53:27 [2022-07-20T16:53:27.580Z] #55 sha256:3650f9b480a2e97bd2ef924ab8a54b43910bb82f21b40060625e6d1934dbe452
16:53:27 [2022-07-20T16:53:27.580Z] #55 33.67 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
16:53:27 [2022-07-20T16:53:27.611Z] #55 36.13 go: downloading github.com/julz/importas v0.1.0
16:53:27 [2022-07-20T16:53:27.611Z] #55 36.17 go: downloading github.com/kisielk/errcheck v1.6.0
16:53:27 [2022-07-20T16:53:27.611Z] #55 36.39 go: downloading github.com/kulti/thelper v0.6.2
16:53:27 [2022-07-20T16:53:27.712Z] #51 23.10 Reading package lists...
16:53:27 [2022-07-20T16:53:27.712Z] #51 ...
16:53:27 [2022-07-20T16:53:27.712Z] 
16:53:27 [2022-07-20T16:53:27.712Z] #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
16:53:27 [2022-07-20T16:53:27.712Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:27 [2022-07-20T16:53:27.712Z] #62 20.65 Reading package lists...
16:53:27 [2022-07-20T16:53:27.838Z] #55 33.81 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
16:53:27 [2022-07-20T16:53:27.838Z] #55 33.90 go: downloading github.com/prometheus/client_golang v1.12.1
16:53:27 [2022-07-20T16:53:27.870Z] #55 36.46 go: downloading github.com/kunwardeep/paralleltest v1.0.3
16:53:28 [2022-07-20T16:53:28.130Z] #55 36.55 go: downloading github.com/kyoh86/exportloopref v0.1.8
16:53:28 [2022-07-20T16:53:28.130Z] #55 36.63 go: downloading github.com/ldez/tagliatelle v0.3.1
16:53:28 [2022-07-20T16:53:28.149Z] #55 ...
16:53:28 [2022-07-20T16:53:28.149Z] 
16:53:28 [2022-07-20T16:53:28.149Z] #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
16:53:28 [2022-07-20T16:53:28.149Z] #67 sha256:fb7f3ff1dc1c23b2e35cd04d4f80edcfb66d360ef3a81b9ab3d1815626f8e4a9
16:53:28 [2022-07-20T16:53:28.149Z] #67 15.83 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
16:53:28 [2022-07-20T16:53:28.149Z] #67 17.31 go: downloading github.com/google/uuid v1.3.0
16:53:28 [2022-07-20T16:53:28.149Z] #67 17.37 go: downloading github.com/moby/vpnkit v0.5.0
16:53:28 [2022-07-20T16:53:28.149Z] #67 17.61 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:53:28 [2022-07-20T16:53:28.149Z] #67 17.95 go: downloading github.com/gofrs/flock v0.8.1
16:53:28 [2022-07-20T16:53:28.149Z] #67 18.40 go: downloading github.com/gorilla/mux v1.8.0
16:53:28 [2022-07-20T16:53:28.390Z] #55 36.90 go: downloading github.com/leonklingele/grouper v1.1.0
16:53:28 [2022-07-20T16:53:28.390Z] #55 37.04 go: downloading github.com/lufeee/execinquery v1.2.1
16:53:28 [2022-07-20T16:53:28.409Z] #55 34.64 go: downloading github.com/prometheus/client_model v0.2.0
16:53:28 [2022-07-20T16:53:28.650Z] #55 37.20 go: downloading github.com/maratori/testpackage v1.0.1
16:53:28 [2022-07-20T16:53:28.650Z] #55 37.37 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
16:53:28 [2022-07-20T16:53:28.650Z] #55 37.40 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
16:53:28 [2022-07-20T16:53:28.718Z] #67 19.09 go: downloading github.com/moby/sys/mountinfo v0.6.0
16:53:28 [2022-07-20T16:53:28.910Z] #55 37.57 go: downloading github.com/mgechev/revive v1.2.1
16:53:29 [2022-07-20T16:53:29.029Z] #84 64.62 configure.ac:7: installing './compile'
16:53:29 [2022-07-20T16:53:29.029Z] #84 64.63 configure.ac:11: installing './config.guess'
16:53:29 [2022-07-20T16:53:29.029Z] #84 64.65 configure.ac:11: installing './config.sub'
16:53:29 [2022-07-20T16:53:29.029Z] #84 64.69 configure.ac:8: installing './install-sh'
16:53:29 [2022-07-20T16:53:29.029Z] #84 64.71 configure.ac:8: installing './missing'
16:53:29 [2022-07-20T16:53:29.029Z] #84 64.89 Makefile.am: installing './depcomp'
16:53:29 [2022-07-20T16:53:29.047Z] #55 34.88 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
16:53:29 [2022-07-20T16:53:29.047Z] #55 35.02 go: downloading github.com/google/go-cmp v0.5.7
16:53:29 [2022-07-20T16:53:29.283Z] #67 19.57 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
16:53:29 [2022-07-20T16:53:29.307Z] #55 35.31 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:53:29 [2022-07-20T16:53:29.307Z] #55 35.40 go: downloading github.com/hexops/gotextdiff v1.0.3
16:53:29 [2022-07-20T16:53:29.307Z] #55 35.46 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
16:53:29 [2022-07-20T16:53:29.307Z] #55 35.49 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
16:53:29 [2022-07-20T16:53:29.540Z] #67 19.74 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
16:53:29 [2022-07-20T16:53:29.566Z] #55 35.52 go: downloading github.com/olekukonko/tablewriter v0.0.5
16:53:29 [2022-07-20T16:53:29.566Z] #55 35.62 go: downloading github.com/beorn7/perks v1.0.1
16:53:29 [2022-07-20T16:53:29.566Z] #55 35.64 go: downloading github.com/cespare/xxhash/v2 v2.1.2
16:53:29 [2022-07-20T16:53:29.566Z] #55 35.64 go: downloading github.com/golang/protobuf v1.5.2
16:53:29 [2022-07-20T16:53:29.798Z] #67 20.07 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
16:53:29 [2022-07-20T16:53:29.827Z] #55 35.79 go: downloading github.com/prometheus/common v0.32.1
16:53:29 [2022-07-20T16:53:29.827Z] #55 ...
16:53:29 [2022-07-20T16:53:29.827Z] 
16:53:29 [2022-07-20T16:53:29.827Z] #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
16:53:29 [2022-07-20T16:53:29.827Z] #42 sha256:57e7f6f4ab6c98dc4c610da8773f5d87a8d530ff86085ed7a10e0de297c7b339
16:53:29 [2022-07-20T16:53:29.827Z] #42 21.00 Reading package lists...
16:53:29 [2022-07-20T16:53:29.827Z] #42 25.90 Building dependency tree...
16:53:29 [2022-07-20T16:53:29.827Z] #42 29.77 The following additional packages will be installed:
16:53:29 [2022-07-20T16:53:29.827Z] #42 29.77   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
16:53:29 [2022-07-20T16:53:29.827Z] #42 29.80 Suggested packages:
16:53:29 [2022-07-20T16:53:29.827Z] #42 29.81   cmake-doc ninja-build lrzip
16:53:29 [2022-07-20T16:53:29.827Z] #42 29.81 Recommended packages:
16:53:29 [2022-07-20T16:53:29.827Z] #42 29.81   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:53:29 [2022-07-20T16:53:29.827Z] #42 30.51 The following NEW packages will be installed:
16:53:29 [2022-07-20T16:53:29.827Z] #42 30.51   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:53:29 [2022-07-20T16:53:29.827Z] #42 30.51   vim-common xxd
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.06 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.06 Need to get 15.6 MB of archives.
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.06 After this operation, 67.4 MB of additional disk space will be used.
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.07 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.14 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.50 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB]
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.53 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.53 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.55 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.55 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
16:53:29 [2022-07-20T16:53:29.827Z] #42 31.56 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
16:53:29 [2022-07-20T16:53:29.827Z] #42 32.73 debconf: delaying package configuration, since apt-utils is not installed
16:53:29 [2022-07-20T16:53:29.827Z] #42 32.99 Fetched 15.6 MB in 1s (16.5 MB/s)
16:53:29 [2022-07-20T16:53:29.827Z] #42 33.06 Selecting previously unselected package xxd.
16:53:29 [2022-07-20T16:53:29.827Z] #42 33.06 (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 ... 15708 files and directories currently installed.)
16:53:29 [2022-07-20T16:53:29.827Z] #42 33.12 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:53:29 [2022-07-20T16:53:29.827Z] #42 33.14 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:53:29 [2022-07-20T16:53:29.827Z] #42 33.49 Selecting previously unselected package vim-common.
16:53:29 [2022-07-20T16:53:29.827Z] #42 33.49 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:53:29 [2022-07-20T16:53:29.827Z] #42 33.57 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:53:29 [2022-07-20T16:53:29.827Z] #42 34.11 Selecting previously unselected package cmake-data.
16:53:29 [2022-07-20T16:53:29.827Z] #42 34.11 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
16:53:29 [2022-07-20T16:53:29.827Z] #42 34.18 Unpacking cmake-data (3.18.4-2+deb11u1) ...
16:53:29 [2022-07-20T16:53:29.827Z] #42 ...
16:53:29 [2022-07-20T16:53:29.827Z] 
16:53:29 [2022-07-20T16:53:29.827Z] #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
16:53:29 [2022-07-20T16:53:29.827Z] #40 sha256:5b3279bbd684cd60e71b2ec6230923013fb1881001cf7bf1cbea4d1d4889e7d6
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.88 NAME:
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89    go-winres - A tool for embedding resources in Windows executables
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89 
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89 USAGE:
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89    go-winres [global options] command [command options] [arguments...]
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89 
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89 COMMANDS:
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89    init     Create an initial ./winres/winres.json
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89    make     Make syso files for the "go build" command
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89    simply   Make syso files for the "go build" command (simplified)
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89    extract  Extract all resources from an executable
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89    patch    Replace resources in an executable file (exe, dll)
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89    help, h  Shows a list of commands or help for one command
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89 
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89 GLOBAL OPTIONS:
16:53:29 [2022-07-20T16:53:29.827Z] #40 35.89    --help, -h  show help (default: false)
16:53:29 [2022-07-20T16:53:29.965Z] #84 66.62 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:53:29 [2022-07-20T16:53:29.965Z] #84 66.62 libtoolize: copying file 'build-aux/ltmain.sh'
16:53:30 [2022-07-20T16:53:30.140Z] #40 DONE 36.2s
16:53:30 [2022-07-20T16:53:30.140Z] 
16:53:30 [2022-07-20T16:53:30.140Z] #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
16:53:30 [2022-07-20T16:53:30.140Z] #55 sha256:3650f9b480a2e97bd2ef924ab8a54b43910bb82f21b40060625e6d1934dbe452
16:53:30 [2022-07-20T16:53:30.140Z] #55 36.23 go: downloading github.com/prometheus/procfs v0.7.3
16:53:30 [2022-07-20T16:53:30.140Z] #55 36.27 go: downloading google.golang.org/protobuf v1.28.0
16:53:30 [2022-07-20T16:53:30.225Z] #84 66.78 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:53:30 [2022-07-20T16:53:30.225Z] #84 66.78 libtoolize: copying file 'm4/libtool.m4'
16:53:30 [2022-07-20T16:53:30.225Z] #84 66.86 libtoolize: copying file 'm4/ltoptions.m4'
16:53:30 [2022-07-20T16:53:30.225Z] #84 66.92 libtoolize: copying file 'm4/ltsugar.m4'
16:53:30 [2022-07-20T16:53:30.364Z] #67 ...
16:53:30 [2022-07-20T16:53:30.364Z] 
16:53:30 [2022-07-20T16:53:30.364Z] #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
16:53:30 [2022-07-20T16:53:30.364Z] #53 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:53:30 [2022-07-20T16:53:30.364Z] #53 11.21 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
16:53:30 [2022-07-20T16:53:30.364Z] #53 18.73 go: downloading github.com/jonboulle/clockwork v0.2.2
16:53:30 [2022-07-20T16:53:30.364Z] #53 18.88 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
16:53:30 [2022-07-20T16:53:30.364Z] #53 19.06 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
16:53:30 [2022-07-20T16:53:30.412Z] #55 38.84 go: downloading github.com/moricho/tparallel v0.2.1
16:53:30 [2022-07-20T16:53:30.413Z] #55 38.86 go: downloading github.com/nakabonne/nestif v0.3.1
16:53:30 [2022-07-20T16:53:30.413Z] #55 38.98 go: downloading github.com/nishanths/exhaustive v0.7.11
16:53:30 [2022-07-20T16:53:30.413Z] #55 ...
16:53:30 [2022-07-20T16:53:30.413Z] 
16:53:30 [2022-07-20T16:53:30.413Z] #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
16:53:30 [2022-07-20T16:53:30.413Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:53:30 [2022-07-20T16:53:30.484Z] #84 67.03 libtoolize: copying file 'm4/ltversion.m4'
16:53:30 [2022-07-20T16:53:30.484Z] #84 67.14 libtoolize: copying file 'm4/lt~obsolete.m4'
16:53:30 [2022-07-20T16:53:30.634Z] #53 ...
16:53:30 [2022-07-20T16:53:30.634Z] 
16:53:30 [2022-07-20T16:53:30.634Z] #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
16:53:30 [2022-07-20T16:53:30.634Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:30 [2022-07-20T16:53:30.634Z] #42 19.63 Fetched 8555 kB in 15s (568 kB/s)
16:53:30 [2022-07-20T16:53:30.743Z] #84 67.37 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:53:31 [2022-07-20T16:53:31.525Z] #55 37.37 go: downloading github.com/mattn/go-runewidth v0.0.9
16:53:31 [2022-07-20T16:53:31.682Z] #84 ...
16:53:31 [2022-07-20T16:53:31.682Z] 
16:53:31 [2022-07-20T16:53:31.682Z] #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
16:53:31 [2022-07-20T16:53:31.682Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:53:31 [2022-07-20T16:53:31.682Z] #19 92.03 Reading package lists...
16:53:31 [2022-07-20T16:53:31.687Z] #42 19.63 Reading package lists...
16:53:31 [2022-07-20T16:53:31.687Z] #42 ...
16:53:31 [2022-07-20T16:53:31.687Z] 
16:53:31 [2022-07-20T16:53:31.687Z] #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
16:53:31 [2022-07-20T16:53:31.687Z] #40 sha256:667d10b0d609dfaf258e552612e5a80c46ee24788069eea0e871a0e8a006fc5c
16:53:31 [2022-07-20T16:53:31.687Z] #40 12.02 go: downloading github.com/urfave/cli/v2 v2.3.0
16:53:31 [2022-07-20T16:53:31.687Z] #40 12.63 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
16:53:31 [2022-07-20T16:53:31.687Z] #40 12.66 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
16:53:31 [2022-07-20T16:53:31.687Z] #40 18.40 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:53:31 [2022-07-20T16:53:31.687Z] #40 18.82 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:53:31 [2022-07-20T16:53:31.687Z] #40 ...
16:53:31 [2022-07-20T16:53:31.687Z] 
16:53:31 [2022-07-20T16:53:31.687Z] #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             ;
16:53:31 [2022-07-20T16:53:31.687Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:31 [2022-07-20T16:53:31.687Z] #76 12.26 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:31 [2022-07-20T16:53:31.687Z] #76 16.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:31 [2022-07-20T16:53:31.687Z] #76 ...
16:53:31 [2022-07-20T16:53:31.687Z] 
16:53:31 [2022-07-20T16:53:31.687Z] #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
16:53:31 [2022-07-20T16:53:31.687Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:31 [2022-07-20T16:53:31.687Z] #51 13.40 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:31 [2022-07-20T16:53:31.687Z] #51 17.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:31 [2022-07-20T16:53:31.687Z] #51 21.01 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
16:53:31 [2022-07-20T16:53:31.737Z] #47 38.67 Updating files:  51% (1117/2177)
Updating files:  52% (1133/2177)
Updating files:  53% (1154/2177)
Updating files:  54% (1176/2177)
Updating files:  55% (1198/2177)
Updating files:  56% (1220/2177)
Updating files:  57% (1241/2177)
Updating files:  58% (1263/2177)
Updating files:  59% (1285/2177)
Updating files:  60% (1307/2177)
Updating files:  61% (1328/2177)
Updating files:  62% (1350/2177)
Updating files:  63% (1372/2177)
Updating files:  64% (1394/2177)
Updating files:  65% (1416/2177)
Updating files:  66% (1437/2177)
Updating files:  67% (1459/2177)
Updating files:  68% (1481/2177)
Updating files:  69% (1503/2177)
Updating files:  70% (1524/2177)
Updating files:  71% (1546/2177)
Updating files:  72% (1568/2177)
Updating files:  73% (1590/2177)
Updating files:  74% (1611/2177)
Updating files:  75% (1633/2177)
Updating files:  76% (1655/2177)
Updating files:  77% (1677/2177)
Updating files:  78% (1699/2177)
Updating files:  79% (1720/2177)
Updating files:  80% (1742/2177)
Updating files:  81% (1764/2177)
Updating files:  82% (1786/2177)
Updating files:  83% (1807/2177)
Updating files:  84% (1829/2177)
Updating files:  85% (1851/2177)
Updating files:  86% (1873/2177)
Updating files:  87% (1894/2177)
Updating files:  88% (1916/2177)
Updating files:  89% (1938/2177)
Updating files:  90% (1960/2177)
Updating files:  91% (1982/2177)
Updating files:  92% (2003/2177)
Updating files:  93% (2025/2177)
Updating files:  94% (2047/2177)
Updating files:  95% (2069/2177)
Updating files:  96% (2090/2177)
Updating files:  97% (2112/2177)
Updating files:  98% (2134/2177)
Updating files:  99% (2156/2177)
Updating files: 100% (2177/2177)
Updating files: 100% (2177/2177), done.
16:53:31 [2022-07-20T16:53:31.737Z] #47 ...
16:53:31 [2022-07-20T16:53:31.737Z] 
16:53:31 [2022-07-20T16:53:31.737Z] #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
16:53:31 [2022-07-20T16:53:31.737Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:31 [2022-07-20T16:53:31.737Z] #14 30.37 Fetched 8555 kB in 23s (371 kB/s)
16:53:31 [2022-07-20T16:53:31.738Z] #14 30.37 Reading package lists...
16:53:31 [2022-07-20T16:53:31.738Z] #14 40.06 Reading package lists...
16:53:31 [2022-07-20T16:53:31.738Z] #14 ...
16:53:31 [2022-07-20T16:53:31.738Z] 
16:53:31 [2022-07-20T16:53:31.738Z] #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
16:53:31 [2022-07-20T16:53:31.738Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:53:31 [2022-07-20T16:53:31.956Z] #51 ...
16:53:31 [2022-07-20T16:53:31.956Z] 
16:53:31 [2022-07-20T16:53:31.956Z] #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
16:53:31 [2022-07-20T16:53:31.956Z] #53 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:53:31 [2022-07-20T16:53:31.956Z] #53 22.46 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
16:53:31 [2022-07-20T16:53:31.956Z] #53 22.53 go: downloading golang.org/x/mod v0.3.0
16:53:31 [2022-07-20T16:53:31.997Z] #47 40.33 + git checkout -q v2.3.0
16:53:31 [2022-07-20T16:53:31.997Z] #47 ...
16:53:31 [2022-07-20T16:53:31.997Z] 
16:53:31 [2022-07-20T16:53:31.997Z] #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
16:53:31 [2022-07-20T16:53:31.997Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:31 [2022-07-20T16:53:31.997Z] #62 30.61 Fetched 8555 kB in 23s (378 kB/s)
16:53:31 [2022-07-20T16:53:31.997Z] #62 30.61 Reading package lists...
16:53:31 [2022-07-20T16:53:31.997Z] #62 ...
16:53:31 [2022-07-20T16:53:31.997Z] 
16:53:31 [2022-07-20T16:53:31.997Z] #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
16:53:31 [2022-07-20T16:53:31.997Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:31 [2022-07-20T16:53:31.997Z] #55 39.39 go: downloading github.com/nishanths/predeclared v0.2.2
16:53:31 [2022-07-20T16:53:31.997Z] #55 39.59 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
16:53:31 [2022-07-20T16:53:31.997Z] #55 39.64 go: downloading github.com/ryancurrah/gomodguard v1.2.3
16:53:31 [2022-07-20T16:53:31.997Z] #55 39.88 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
16:53:31 [2022-07-20T16:53:31.997Z] #55 39.94 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
16:53:31 [2022-07-20T16:53:31.997Z] #55 40.15 go: downloading github.com/securego/gosec/v2 v2.11.0
16:53:31 [2022-07-20T16:53:31.997Z] #55 40.73 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
16:53:31 [2022-07-20T16:53:31.997Z] #55 40.73 go: downloading github.com/sivchari/containedctx v1.0.2
16:53:32 [2022-07-20T16:53:32.095Z] #55 38.21 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:53:32 [2022-07-20T16:53:32.244Z] #53 ...
16:53:32 [2022-07-20T16:53:32.244Z] 
16:53:32 [2022-07-20T16:53:32.244Z] #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
16:53:32 [2022-07-20T16:53:32.244Z] #57 sha256:56a2601fc0bd3cc28d2295a5fea21dd3191de36bc576e6c7a3adb5d66416e572
16:53:32 [2022-07-20T16:53:32.244Z] #57 12.82 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:53:32 [2022-07-20T16:53:32.244Z] #57 ...
16:53:32 [2022-07-20T16:53:32.244Z] 
16:53:32 [2022-07-20T16:53:32.244Z] #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
16:53:32 [2022-07-20T16:53:32.244Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:32 [2022-07-20T16:53:32.244Z] #14 13.36 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:53:32 [2022-07-20T16:53:32.244Z] #14 16.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:53:32 [2022-07-20T16:53:32.258Z] #55 40.83 go: downloading github.com/sivchari/tenv v1.5.0
16:53:32 [2022-07-20T16:53:32.258Z] #55 40.84 go: downloading github.com/sonatard/noctx v0.0.1
16:53:32 [2022-07-20T16:53:32.510Z] #14 ...
16:53:32 [2022-07-20T16:53:32.510Z] 
16:53:32 [2022-07-20T16:53:32.510Z] #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
16:53:32 [2022-07-20T16:53:32.510Z] #26 sha256:b3e20ca8ff578e046788c3003c0e17585bba1937b670a67e30bda608c2236546
16:53:32 [2022-07-20T16:53:32.510Z] #26 22.88 + mkdir -p /build
16:53:32 [2022-07-20T16:53:32.510Z] #26 22.89 + mv docker/docker /build/
16:53:32 [2022-07-20T16:53:32.510Z] #26 22.92 + rmdir docker
16:53:32 [2022-07-20T16:53:32.518Z] #55 ...
16:53:32 [2022-07-20T16:53:32.518Z] 
16:53:32 [2022-07-20T16:53:32.518Z] #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             ;
16:53:32 [2022-07-20T16:53:32.518Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:32 [2022-07-20T16:53:32.518Z] #76 31.08 Fetched 8555 kB in 23s (366 kB/s)
16:53:32 [2022-07-20T16:53:32.518Z] #76 31.08 Reading package lists...
16:53:32 [2022-07-20T16:53:32.518Z] #76 40.63 Reading package lists...
16:53:32 [2022-07-20T16:53:32.518Z] #76 ...
16:53:32 [2022-07-20T16:53:32.518Z] 
16:53:32 [2022-07-20T16:53:32.518Z] #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
16:53:32 [2022-07-20T16:53:32.518Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:32 [2022-07-20T16:53:32.518Z] #51 31.81 Reading package lists...
16:53:32 [2022-07-20T16:53:32.779Z] #51 ...
16:53:32 [2022-07-20T16:53:32.779Z] 
16:53:32 [2022-07-20T16:53:32.779Z] #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
16:53:32 [2022-07-20T16:53:32.779Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:32 [2022-07-20T16:53:32.779Z] #42 31.28 Fetched 8555 kB in 24s (363 kB/s)
16:53:32 [2022-07-20T16:53:32.779Z] #42 31.28 Reading package lists...
16:53:32 [2022-07-20T16:53:32.779Z] #42 41.17 Reading package lists...
16:53:32 [2022-07-20T16:53:32.779Z] #42 ...
16:53:32 [2022-07-20T16:53:32.779Z] 
16:53:32 [2022-07-20T16:53:32.779Z] #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
16:53:32 [2022-07-20T16:53:32.779Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:32 [2022-07-20T16:53:32.779Z] #55 41.12 go: downloading github.com/sourcegraph/go-diff v0.6.1
16:53:32 [2022-07-20T16:53:32.779Z] #55 41.29 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
16:53:32 [2022-07-20T16:53:32.779Z] #55 41.46 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
16:53:33 [2022-07-20T16:53:33.040Z] #55 41.51 go: downloading github.com/sylvia7788/contextcheck v1.0.4
16:53:33 [2022-07-20T16:53:33.040Z] #55 41.70 go: downloading github.com/tdakkota/asciicheck v0.1.1
16:53:33 [2022-07-20T16:53:33.276Z] #62 26.80 Reading package lists...
16:53:33 [2022-07-20T16:53:33.276Z] #62 ...
16:53:33 [2022-07-20T16:53:33.276Z] 
16:53:33 [2022-07-20T16:53:33.276Z] #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
16:53:33 [2022-07-20T16:53:33.276Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:53:33 [2022-07-20T16:53:33.276Z] #47 25.10 Updating files:  71% (1553/2177)
Updating files:  72% (1568/2177)
Updating files:  73% (1590/2177)
Updating files:  74% (1611/2177)
Updating files:  75% (1633/2177)
Updating files:  76% (1655/2177)
Updating files:  77% (1677/2177)
Updating files:  78% (1699/2177)
Updating files:  79% (1720/2177)
Updating files:  80% (1742/2177)
Updating files:  81% (1764/2177)
Updating files:  82% (1786/2177)
Updating files:  83% (1807/2177)
Updating files:  84% (1829/2177)
Updating files:  85% (1851/2177)
Updating files:  86% (1873/2177)
Updating files:  87% (1894/2177)
Updating files:  88% (1916/2177)
Updating files:  89% (1938/2177)
Updating files:  90% (1960/2177)
Updating files:  91% (1982/2177)
Updating files:  92% (2003/2177)
Updating files:  93% (2025/2177)
Updating files:  94% (2047/2177)
Updating files:  95% (2069/2177)
Updating files:  96% (2090/2177)
Updating files:  97% (2112/2177)
Updating files:  98% (2134/2177)
Updating files:  99% (2156/2177)
Updating files: 100% (2177/2177)
Updating files: 100% (2177/2177), done.
16:53:33 [2022-07-20T16:53:33.276Z] #47 26.03 + git checkout -q v2.3.0
16:53:33 [2022-07-20T16:53:33.276Z] #47 28.56 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:53:33 [2022-07-20T16:53:33.303Z] #55 41.80 go: downloading github.com/tetafro/godot v1.4.11
16:53:33 [2022-07-20T16:53:33.303Z] #55 41.86 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
16:53:33 [2022-07-20T16:53:33.303Z] #55 41.98 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
16:53:33 [2022-07-20T16:53:33.562Z] #55 42.13 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
16:53:33 [2022-07-20T16:53:33.823Z] #55 42.52 go: downloading github.com/ultraware/funlen v0.0.3
16:53:33 [2022-07-20T16:53:33.823Z] #55 42.58 go: downloading github.com/ultraware/whitespace v0.0.5
16:53:34 [2022-07-20T16:53:34.085Z] #55 42.69 go: downloading github.com/uudashr/gocognit v1.0.5
16:53:34 [2022-07-20T16:53:34.217Z] #47 ...
16:53:34 [2022-07-20T16:53:34.217Z] 
16:53:34 [2022-07-20T16:53:34.217Z] #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
16:53:34 [2022-07-20T16:53:34.217Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:34 [2022-07-20T16:53:34.217Z] #62 26.80 Reading package lists...
16:53:34 [2022-07-20T16:53:34.345Z] #55 42.85 go: downloading github.com/yagipy/maintidx v1.0.0
16:53:34 [2022-07-20T16:53:34.345Z] #55 42.87 go: downloading github.com/yeya24/promlinter v0.2.0
16:53:34 [2022-07-20T16:53:34.605Z] #55 43.29 go: downloading gitlab.com/bosi/decorder v0.2.1
16:53:34 [2022-07-20T16:53:34.864Z] #55 43.47 go: downloading honnef.co/go/tools v0.3.1
16:53:35 [2022-07-20T16:53:35.051Z] #26 DONE 25.0s
16:53:35 [2022-07-20T16:53:35.051Z] 
16:53:35 [2022-07-20T16:53:35.051Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
16:53:35 [2022-07-20T16:53:35.051Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:35 [2022-07-20T16:53:35.051Z] #55 24.57 go: downloading github.com/mattn/go-colorable v0.1.12
16:53:35 [2022-07-20T16:53:35.051Z] #55 24.66 go: downloading github.com/sirupsen/logrus v1.8.1
16:53:35 [2022-07-20T16:53:35.051Z] #55 25.01 go: downloading github.com/stretchr/testify v1.7.1
16:53:35 [2022-07-20T16:53:35.051Z] #55 25.28 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
16:53:35 [2022-07-20T16:53:35.051Z] #55 25.59 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
16:53:35 [2022-07-20T16:53:35.051Z] #55 25.61 go: downloading github.com/mattn/go-isatty v0.0.14
16:53:35 [2022-07-20T16:53:35.155Z] #62 33.11 Building dependency tree...
16:53:35 [2022-07-20T16:53:35.308Z] #55 25.89 go: downloading github.com/fsnotify/fsnotify v1.5.4
16:53:35 [2022-07-20T16:53:35.308Z] #55 26.15 go: downloading github.com/mitchellh/mapstructure v1.5.0
16:53:35 [2022-07-20T16:53:35.388Z] #55 ...
16:53:35 [2022-07-20T16:53:35.388Z] 
16:53:35 [2022-07-20T16:53:35.388Z] #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             ;
16:53:35 [2022-07-20T16:53:35.388Z] #76 sha256:d5452cd5fd1efdff905784b328e0220417a97ce100df30225125c8e1670c5eff
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.40 The following NEW packages will be installed:
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.43   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.43   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.43   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.43   libyajl2 m4 patch xz-utils
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.81 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.81 Need to get 5916 kB of archives.
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.81 After this operation, 18.6 MB of additional disk space will be used.
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.81 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.83 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.83 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.84 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.84 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.84 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.84 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.86 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.91 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.94 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 33.99 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.11 [2308 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 34.12 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
16:53:35 [2022-07-20T16:53:35.388Z] #76 34.12 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 34.12 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 34.17 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 34.17 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 34.17 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 34.19 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 34.21 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 34.22 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
16:53:35 [2022-07-20T16:53:35.388Z] #76 34.22 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
16:53:35 [2022-07-20T16:53:35.389Z] #76 34.22 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
16:53:35 [2022-07-20T16:53:35.389Z] #76 35.41 debconf: delaying package configuration, since apt-utils is not installed
16:53:35 [2022-07-20T16:53:35.389Z] #76 35.66 Fetched 5916 kB in 1s (7986 kB/s)
16:53:35 [2022-07-20T16:53:35.389Z] #76 35.76 Selecting previously unselected package bzip2.
16:53:35 [2022-07-20T16:53:35.389Z] #76 35.76 (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 ... 15708 files and directories currently installed.)
16:53:35 [2022-07-20T16:53:35.389Z] #76 35.82 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 35.84 Unpacking bzip2 (1.0.8-4) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 36.05 Selecting previously unselected package libmagic-mgc.
16:53:35 [2022-07-20T16:53:35.389Z] #76 36.06 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 36.14 Unpacking libmagic-mgc (1:5.39-3) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.30 Selecting previously unselected package libmagic1:arm64.
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.31 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.33 Unpacking libmagic1:arm64 (1:5.39-3) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.49 Selecting previously unselected package file.
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.50 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.52 Unpacking file (1:5.39-3) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.71 Selecting previously unselected package xz-utils.
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.72 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.72 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.96 Selecting previously unselected package libsigsegv2:arm64.
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.97 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 37.97 Unpacking libsigsegv2:arm64 (2.13-1) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 38.09 Selecting previously unselected package m4.
16:53:35 [2022-07-20T16:53:35.389Z] #76 38.10 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 38.11 Unpacking m4 (1.4.18-5) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 38.34 Selecting previously unselected package autoconf.
16:53:35 [2022-07-20T16:53:35.389Z] #76 38.35 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 38.36 Unpacking autoconf (2.69-14) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 38.79 Selecting previously unselected package autotools-dev.
16:53:35 [2022-07-20T16:53:35.389Z] #76 38.79 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 38.80 Unpacking autotools-dev (20180224.1+nmu1) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 39.08 Selecting previously unselected package automake.
16:53:35 [2022-07-20T16:53:35.389Z] #76 39.08 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 39.10 Unpacking automake (1:1.16.3-2) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 39.67 Selecting previously unselected package patch.
16:53:35 [2022-07-20T16:53:35.389Z] #76 39.69 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 39.70 Unpacking patch (2.7.6-7) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 39.90 Selecting previously unselected package dpkg-dev.
16:53:35 [2022-07-20T16:53:35.389Z] #76 39.90 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 39.91 Unpacking dpkg-dev (1.20.11) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 40.88 Selecting previously unselected package build-essential.
16:53:35 [2022-07-20T16:53:35.389Z] #76 40.91 Preparing to unpack .../12-build-essential_12.9_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 40.91 Unpacking build-essential (12.9) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.00 Selecting previously unselected package libcap2:arm64.
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.01 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.01 Unpacking libcap2:arm64 (1:2.44-1) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.11 Selecting previously unselected package libcap-dev:arm64.
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.13 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.15 Unpacking libcap-dev:arm64 (1:2.44-1) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.30 Selecting previously unselected package libprotobuf-c1:arm64.
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.31 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.32 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.42 Selecting previously unselected package libprotobuf-c-dev:arm64.
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.42 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.389Z] #76 41.43 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
16:53:35 [2022-07-20T16:53:35.647Z] #76 41.59 Selecting previously unselected package libseccomp-dev:arm64.
16:53:35 [2022-07-20T16:53:35.647Z] #76 41.62 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.647Z] #76 41.63 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:53:35 [2022-07-20T16:53:35.647Z] #76 41.81 Selecting previously unselected package libsystemd-dev:arm64.
16:53:35 [2022-07-20T16:53:35.647Z] #76 41.81 Preparing to unpack .../18-libsystemd-dev_247.3-7_arm64.deb ...
16:53:35 [2022-07-20T16:53:35.871Z] #55 26.35 go: downloading github.com/spf13/afero v1.8.2
16:53:35 [2022-07-20T16:53:35.871Z] #55 26.51 go: downloading github.com/spf13/cast v1.4.1
16:53:35 [2022-07-20T16:53:35.906Z] #76 41.82 Unpacking libsystemd-dev:arm64 (247.3-7) ...
16:53:36 [2022-07-20T16:53:36.434Z] #55 26.95 go: downloading github.com/spf13/jwalterweatherman v1.1.0
16:53:36 [2022-07-20T16:53:36.434Z] #55 27.16 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:53:36 [2022-07-20T16:53:36.474Z] #76 42.60 Selecting previously unselected package libtool.
16:53:36 [2022-07-20T16:53:36.474Z] #76 42.60 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
16:53:36 [2022-07-20T16:53:36.474Z] #76 42.61 Unpacking libtool (2.4.6-15) ...
16:53:36 [2022-07-20T16:53:36.692Z] #55 27.26 go: downloading github.com/go-toolsmith/astcopy v1.0.0
16:53:36 [2022-07-20T16:53:36.692Z] #55 27.37 go: downloading github.com/go-toolsmith/astequal v1.0.1
16:53:36 [2022-07-20T16:53:36.692Z] #55 27.42 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:53:36 [2022-07-20T16:53:36.733Z] #76 42.86 Selecting previously unselected package libudev-dev:arm64.
16:53:36 [2022-07-20T16:53:36.733Z] #76 42.87 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
16:53:36 [2022-07-20T16:53:36.734Z] #76 42.88 Unpacking libudev-dev:arm64 (247.3-7) ...
16:53:36 [2022-07-20T16:53:36.949Z] #55 27.44 go: downloading github.com/go-toolsmith/astp v1.0.0
16:53:36 [2022-07-20T16:53:36.949Z] #55 27.46 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:53:36 [2022-07-20T16:53:36.949Z] #55 27.69 go: downloading github.com/go-toolsmith/typep v1.0.2
16:53:37 [2022-07-20T16:53:37.207Z] #55 27.75 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
16:53:37 [2022-07-20T16:53:37.207Z] #55 27.93 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
16:53:37 [2022-07-20T16:53:37.303Z] #76 43.13 Selecting previously unselected package libyajl2:arm64.
16:53:37 [2022-07-20T16:53:37.303Z] #76 43.18 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ...
16:53:37 [2022-07-20T16:53:37.303Z] #76 43.20 Unpacking libyajl2:arm64 (2.1.0-3) ...
16:53:37 [2022-07-20T16:53:37.303Z] #76 43.33 Selecting previously unselected package libyajl-dev:arm64.
16:53:37 [2022-07-20T16:53:37.303Z] #76 43.33 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ...
16:53:37 [2022-07-20T16:53:37.303Z] #76 43.33 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
16:53:37 [2022-07-20T16:53:37.303Z] #76 43.48 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:53:37 [2022-07-20T16:53:37.303Z] #76 43.50 Setting up libmagic-mgc (1:5.39-3) ...
16:53:37 [2022-07-20T16:53:37.303Z] #76 43.52 Setting up libyajl2:arm64 (2.1.0-3) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.53 Setting up libmagic1:arm64 (1:5.39-3) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.56 Setting up file (1:5.39-3) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.58 Setting up bzip2 (1.0.8-4) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.59 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.60 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.62 Setting up libcap2:arm64 (1:2.44-1) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.63 Setting up autotools-dev (20180224.1+nmu1) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.65 Setting up libsigsegv2:arm64 (2.13-1) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.67 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.70 Setting up patch (2.7.6-7) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.72 Setting up libudev-dev:arm64 (247.3-7) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.74 Setting up libyajl-dev:arm64 (2.1.0-3) ...
16:53:37 [2022-07-20T16:53:37.569Z] #76 43.77 Setting up libcap-dev:arm64 (1:2.44-1) ...
16:53:37 [2022-07-20T16:53:37.689Z] #62 36.50 The following additional packages will be installed:
16:53:37 [2022-07-20T16:53:37.689Z] #62 ...
16:53:37 [2022-07-20T16:53:37.689Z] 
16:53:37 [2022-07-20T16:53:37.689Z] #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             ;
16:53:37 [2022-07-20T16:53:37.689Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:37 [2022-07-20T16:53:37.689Z] #76 20.41 Reading package lists...
16:53:37 [2022-07-20T16:53:37.689Z] #76 26.83 Reading package lists...
16:53:37 [2022-07-20T16:53:37.689Z] #76 33.00 Building dependency tree...
16:53:37 [2022-07-20T16:53:37.689Z] #76 ...
16:53:37 [2022-07-20T16:53:37.689Z] 
16:53:37 [2022-07-20T16:53:37.689Z] #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
16:53:37 [2022-07-20T16:53:37.689Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:37 [2022-07-20T16:53:37.689Z] #62 36.54   libbtrfs0
16:53:37 [2022-07-20T16:53:37.689Z] #62 36.75 The following NEW packages will be installed:
16:53:37 [2022-07-20T16:53:37.771Z] #55 28.55 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
16:53:37 [2022-07-20T16:53:37.829Z] #76 43.79 Setting up libsystemd-dev:arm64 (247.3-7) ...
16:53:37 [2022-07-20T16:53:37.829Z] #76 43.80 Setting up libtool (2.4.6-15) ...
16:53:37 [2022-07-20T16:53:37.829Z] #76 43.82 Setting up m4 (1.4.18-5) ...
16:53:37 [2022-07-20T16:53:37.829Z] #76 43.85 Setting up dpkg-dev (1.20.11) ...
16:53:37 [2022-07-20T16:53:37.829Z] #76 ...
16:53:37 [2022-07-20T16:53:37.829Z] 
16:53:37 [2022-07-20T16:53:37.829Z] #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
16:53:37 [2022-07-20T16:53:37.829Z] #64 sha256:2956312d5e09c5110cc2a9bb0b6ae27ff65371b2b6454cabff4dfc50f9a59fe5
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.189 + RM_GOPATH=0
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.189 + TMP_GOPATH=
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.214 + : /build
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.214 + '[' -z '' ']'
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.214 ++ mktemp -d
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.214 + export GOPATH=/tmp/tmp.QS46HwFp1Q
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.214 + GOPATH=/tmp/tmp.QS46HwFp1Q
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.214 + RM_GOPATH=1
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.214 + case "$(go env GOARCH)" in
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.214 ++ go env GOARCH
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.251 + export GO_BUILDMODE=-buildmode=pie
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.251 + GO_BUILDMODE=-buildmode=pie
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.251 ++ dirname /install.sh
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.262 + dir=/
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.262 + bin=containerd
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.262 + shift
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.262 + '[' '!' -f //containerd.installer ']'
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.262 + . //containerd.installer
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.262 ++ set -e
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.262 ++ : v1.6.6
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.262 + install_containerd
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.283 Install containerd version v1.6.6
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.297 + echo 'Install containerd version v1.6.6'
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.297 + git clone https://github.com/containerd/containerd.git /tmp/tmp.QS46HwFp1Q/src/github.com/containerd/containerd
16:53:37 [2022-07-20T16:53:37.829Z] #64 1.297 Cloning into '/tmp/tmp.QS46HwFp1Q/src/github.com/containerd/containerd'...
16:53:37 [2022-07-20T16:53:37.829Z] #64 ...
16:53:37 [2022-07-20T16:53:37.829Z] 
16:53:37 [2022-07-20T16:53:37.829Z] #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             ;
16:53:37 [2022-07-20T16:53:37.829Z] #76 sha256:d5452cd5fd1efdff905784b328e0220417a97ce100df30225125c8e1670c5eff
16:53:37 [2022-07-20T16:53:37.829Z] #76 43.89 Setting up autoconf (2.69-14) ...
16:53:37 [2022-07-20T16:53:37.829Z] #76 43.91 Setting up build-essential (12.9) ...
16:53:37 [2022-07-20T16:53:37.829Z] #76 43.92 Setting up automake (1:1.16.3-2) ...
16:53:37 [2022-07-20T16:53:37.829Z] #76 43.94 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:53:37 [2022-07-20T16:53:37.829Z] #76 43.95 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:53:37 [2022-07-20T16:53:37.948Z] #62 36.78   libbtrfs-dev libbtrfs0
16:53:38 [2022-07-20T16:53:38.175Z] #55 46.56 go: downloading mvdan.cc/gofumpt v0.3.1
16:53:38 [2022-07-20T16:53:38.175Z] #55 46.64 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:53:38 [2022-07-20T16:53:38.435Z] #55 46.89 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
16:53:38 [2022-07-20T16:53:38.435Z] #55 46.92 go: downloading github.com/davecgh/go-spew v1.1.1
16:53:38 [2022-07-20T16:53:38.435Z] #55 46.94 go: downloading github.com/pmezard/go-difflib v1.0.0
16:53:38 [2022-07-20T16:53:38.435Z] #55 46.94 go: downloading github.com/stretchr/objx v0.1.1
16:53:38 [2022-07-20T16:53:38.435Z] #55 47.08 go: downloading golang.org/x/text v0.3.7
16:53:38 [2022-07-20T16:53:38.513Z] #19 114.0 Building dependency tree...
16:53:38 [2022-07-20T16:53:38.516Z] #62 37.20 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:53:38 [2022-07-20T16:53:38.516Z] #62 37.20 Need to get 460 kB of archives.
16:53:38 [2022-07-20T16:53:38.516Z] #62 37.20 After this operation, 1237 kB of additional disk space will be used.
16:53:38 [2022-07-20T16:53:38.516Z] #62 37.20 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:53:38 [2022-07-20T16:53:38.516Z] #62 37.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:53:38 [2022-07-20T16:53:38.712Z] #55 29.29 go: downloading github.com/hashicorp/errwrap v1.0.0
16:53:38 [2022-07-20T16:53:38.969Z] #55 29.52 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
16:53:39 [2022-07-20T16:53:39.083Z] #62 ...
16:53:39 [2022-07-20T16:53:39.083Z] 
16:53:39 [2022-07-20T16:53:39.083Z] #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
16:53:39 [2022-07-20T16:53:39.083Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:39 [2022-07-20T16:53:39.083Z] #55 27.82 go: downloading mvdan.cc/gofumpt v0.3.1
16:53:39 [2022-07-20T16:53:39.083Z] #55 27.82 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:53:39 [2022-07-20T16:53:39.083Z] #55 28.15 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
16:53:39 [2022-07-20T16:53:39.083Z] #55 28.15 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
16:53:39 [2022-07-20T16:53:39.083Z] #55 28.41 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
16:53:39 [2022-07-20T16:53:39.083Z] #55 30.47 go: downloading github.com/davecgh/go-spew v1.1.1
16:53:39 [2022-07-20T16:53:39.083Z] #55 30.62 go: downloading github.com/pmezard/go-difflib v1.0.0
16:53:39 [2022-07-20T16:53:39.083Z] #55 30.62 go: downloading github.com/stretchr/objx v0.1.1
16:53:39 [2022-07-20T16:53:39.083Z] #55 30.68 go: downloading golang.org/x/text v0.3.7
16:53:39 [2022-07-20T16:53:39.083Z] #55 ...
16:53:39 [2022-07-20T16:53:39.083Z] 
16:53:39 [2022-07-20T16:53:39.083Z] #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             ;
16:53:39 [2022-07-20T16:53:39.083Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:39 [2022-07-20T16:53:39.083Z] #76 37.35 python3 is already the newest version (3.9.2-3).
16:53:39 [2022-07-20T16:53:39.083Z] #76 37.35 The following additional packages will be installed:
16:53:39 [2022-07-20T16:53:39.083Z] #76 37.35   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
16:53:39 [2022-07-20T16:53:39.083Z] #76 37.36   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
16:53:39 [2022-07-20T16:53:39.083Z] #76 37.38 Suggested packages:
16:53:39 [2022-07-20T16:53:39.083Z] #76 37.40   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
16:53:39 [2022-07-20T16:53:39.083Z] #76 37.40   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
16:53:39 [2022-07-20T16:53:39.083Z] #76 37.40   m4-doc ed diffutils-doc
16:53:39 [2022-07-20T16:53:39.084Z] #76 37.40 Recommended packages:
16:53:39 [2022-07-20T16:53:39.084Z] #76 37.40   fakeroot libalgorithm-merge-perl libltdl-dev
16:53:39 [2022-07-20T16:53:39.223Z] #76 DONE 45.3s
16:53:39 [2022-07-20T16:53:39.223Z] 
16:53:39 [2022-07-20T16:53:39.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
16:53:39 [2022-07-20T16:53:39.223Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:53:39 [2022-07-20T16:53:39.229Z] #55 29.82 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
16:53:39 [2022-07-20T16:53:39.343Z] #76 ...
16:53:39 [2022-07-20T16:53:39.343Z] 
16:53:39 [2022-07-20T16:53:39.343Z] #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
16:53:39 [2022-07-20T16:53:39.343Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:39 [2022-07-20T16:53:39.343Z] #14 22.28 Reading package lists...
16:53:39 [2022-07-20T16:53:39.343Z] #14 28.43 Reading package lists...
16:53:39 [2022-07-20T16:53:39.343Z] #14 34.98 Building dependency tree...
16:53:39 [2022-07-20T16:53:39.343Z] #14 ...
16:53:39 [2022-07-20T16:53:39.343Z] 
16:53:39 [2022-07-20T16:53:39.343Z] #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
16:53:39 [2022-07-20T16:53:39.343Z] #57 sha256:56a2601fc0bd3cc28d2295a5fea21dd3191de36bc576e6c7a3adb5d66416e572
16:53:39 [2022-07-20T16:53:39.343Z] #57 38.23 v3.0.2
16:53:39 [2022-07-20T16:53:39.482Z] #77 ...
16:53:39 [2022-07-20T16:53:39.483Z] 
16:53:39 [2022-07-20T16:53:39.483Z] #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
16:53:39 [2022-07-20T16:53:39.483Z] #51 sha256:746b398effad4dc679ea918020e44d983e3e0af862b8f362125c6b1ff3059980
16:53:39 [2022-07-20T16:53:39.483Z] #51 35.33 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
16:53:39 [2022-07-20T16:53:39.483Z] #51 36.95 debconf: delaying package configuration, since apt-utils is not installed
16:53:39 [2022-07-20T16:53:39.483Z] #51 37.18 Fetched 2136 kB in 3s (635 kB/s)
16:53:39 [2022-07-20T16:53:39.483Z] #51 37.37 Selecting previously unselected package libprotobuf23:arm64.
16:53:39 [2022-07-20T16:53:39.483Z] #51 37.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 ... 15708 files and directories currently installed.)
16:53:39 [2022-07-20T16:53:39.483Z] #51 37.44 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 37.48 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.03 Selecting previously unselected package python3-pkg-resources.
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.03 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.03 Unpacking python3-pkg-resources (52.0.0-4) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.27 Selecting previously unselected package python3-six.
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.27 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.28 Unpacking python3-six (1.16.0-2) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.39 Selecting previously unselected package python3-protobuf.
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.39 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.40 Unpacking python3-protobuf (3.12.4-1) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.90 Selecting previously unselected package libnet1:arm64.
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.90 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 38.96 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 39.16 Selecting previously unselected package libnl-3-200:arm64.
16:53:39 [2022-07-20T16:53:39.483Z] #51 39.17 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 39.19 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 39.37 Selecting previously unselected package libprotobuf-c1:arm64.
16:53:39 [2022-07-20T16:53:39.483Z] #51 39.37 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 39.38 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 39.52 Selecting previously unselected package criu.
16:53:39 [2022-07-20T16:53:39.483Z] #51 39.53 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 39.54 Unpacking criu (3.17.1-1) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 40.24 Setting up python3-pkg-resources (52.0.0-4) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 41.67 Setting up libprotobuf23:arm64 (3.12.4-1) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 41.70 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 41.77 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 41.79 Setting up python3-six (1.16.0-2) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 42.97 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
16:53:39 [2022-07-20T16:53:39.483Z] #51 43.02 Setting up python3-protobuf (3.12.4-1) ...
16:53:39 [2022-07-20T16:53:39.486Z] #55 30.20 go: downloading 4d63.com/gochecknoglobals v0.1.0
16:53:39 [2022-07-20T16:53:39.602Z] #57 DONE 38.4s
16:53:39 [2022-07-20T16:53:39.602Z] 
16:53:39 [2022-07-20T16:53:39.602Z] #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
16:53:39 [2022-07-20T16:53:39.602Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:39 [2022-07-20T16:53:39.602Z] #55 38.48 go: downloading github.com/subosito/gotenv v1.2.0
16:53:39 [2022-07-20T16:53:39.602Z] #55 38.48 go: downloading github.com/hashicorp/hcl v1.0.0
16:53:39 [2022-07-20T16:53:39.743Z] #55 ...
16:53:39 [2022-07-20T16:53:39.743Z] 
16:53:39 [2022-07-20T16:53:39.743Z] #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
16:53:39 [2022-07-20T16:53:39.743Z] #38 sha256:3a99da573556b459423b4d35702a352cf2c1e17b61e1997540bb4f7fca348320
16:53:39 [2022-07-20T16:53:39.743Z] #38 30.16 tomll can be used in two ways:
16:53:39 [2022-07-20T16:53:39.743Z] #38 30.16 Writing to STDIN and reading from STDOUT:
16:53:39 [2022-07-20T16:53:39.743Z] #38 30.16   cat file.toml | tomll > file.toml
16:53:39 [2022-07-20T16:53:39.743Z] #38 30.16 
16:53:39 [2022-07-20T16:53:39.743Z] #38 30.16 Reading and updating a list of files:
16:53:39 [2022-07-20T16:53:39.743Z] #38 30.16   tomll a.toml b.toml c.toml
16:53:39 [2022-07-20T16:53:39.743Z] #38 30.16 
16:53:39 [2022-07-20T16:53:39.743Z] #38 30.16 When given a list of files, tomll will modify all files in place without asking.
16:53:39 [2022-07-20T16:53:39.743Z] #38 DONE 30.3s
16:53:39 [2022-07-20T16:53:39.743Z] 
16:53:39 [2022-07-20T16:53:39.743Z] #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
16:53:39 [2022-07-20T16:53:39.743Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:53:39 [2022-07-20T16:53:39.743Z] #36 28.02 go: downloading github.com/sirupsen/logrus v1.6.0
16:53:39 [2022-07-20T16:53:39.743Z] #36 28.02 go: downloading github.com/spf13/cobra v1.1.3
16:53:39 [2022-07-20T16:53:39.743Z] #36 28.61 go: downloading github.com/mattn/go-isatty v0.0.3
16:53:39 [2022-07-20T16:53:39.743Z] #36 29.53 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
16:53:39 [2022-07-20T16:53:39.743Z] #36 29.74 go: downloading gopkg.in/yaml.v2 v2.4.0
16:53:39 [2022-07-20T16:53:39.743Z] #36 29.92 go: downloading github.com/cosiner/argv v0.1.0
16:53:39 [2022-07-20T16:53:39.743Z] #36 29.99 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
16:53:39 [2022-07-20T16:53:39.743Z] #36 30.07 go: downloading github.com/peterh/liner v1.2.2
16:53:40 [2022-07-20T16:53:40.003Z] #36 30.62 go: downloading github.com/google/go-dap v0.6.0
16:53:40 [2022-07-20T16:53:40.169Z] #55 38.83 go: downloading gopkg.in/ini.v1 v1.66.4
16:53:40 [2022-07-20T16:53:40.169Z] #55 38.85 go: downloading github.com/magiconair/properties v1.8.6
16:53:40 [2022-07-20T16:53:40.169Z] #55 38.92 go: downloading github.com/pelletier/go-toml v1.9.5
16:53:40 [2022-07-20T16:53:40.169Z] #55 ...
16:53:40 [2022-07-20T16:53:40.169Z] 
16:53:40 [2022-07-20T16:53:40.169Z] #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
16:53:40 [2022-07-20T16:53:40.169Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:40 [2022-07-20T16:53:40.169Z] #42 22.63 Reading package lists...
16:53:40 [2022-07-20T16:53:40.169Z] #42 29.13 Reading package lists...
16:53:40 [2022-07-20T16:53:40.169Z] #42 35.69 Building dependency tree...
16:53:40 [2022-07-20T16:53:40.169Z] #42 ...
16:53:40 [2022-07-20T16:53:40.169Z] 
16:53:40 [2022-07-20T16:53:40.169Z] #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
16:53:40 [2022-07-20T16:53:40.169Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:40 [2022-07-20T16:53:40.169Z] #62 38.68 debconf: delaying package configuration, since apt-utils is not installed
16:53:40 [2022-07-20T16:53:40.169Z] #62 38.97 Fetched 460 kB in 0s (1284 kB/s)
16:53:40 [2022-07-20T16:53:40.169Z] #62 39.07 Selecting previously unselected package libbtrfs0:amd64.
16:53:40 [2022-07-20T16:53:40.169Z] #62 39.07 (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.)
16:53:40 [2022-07-20T16:53:40.169Z] #62 39.19 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
16:53:40 [2022-07-20T16:53:40.346Z] #55 ...
16:53:40 [2022-07-20T16:53:40.346Z] 
16:53:40 [2022-07-20T16:53:40.346Z] #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             ;
16:53:40 [2022-07-20T16:53:40.346Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:40 [2022-07-20T16:53:40.346Z] #76 40.63 Reading package lists...
16:53:40 [2022-07-20T16:53:40.421Z] #51 ...
16:53:40 [2022-07-20T16:53:40.421Z] 
16:53:40 [2022-07-20T16:53:40.421Z] #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
16:53:40 [2022-07-20T16:53:40.421Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:53:40 [2022-07-20T16:53:40.421Z] #14 36.50 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:53:40 [2022-07-20T16:53:40.421Z] #14 36.50 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
16:53:40 [2022-07-20T16:53:40.421Z] #14 36.55 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.06 Selecting previously unselected package binutils-mingw-w64.
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.06 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.09 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.20 Selecting previously unselected package libdevmapper1.02.1:arm64.
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.20 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.29 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.51 Selecting previously unselected package dmsetup.
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.52 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.52 Unpacking dmsetup (2:1.02.175-2.1) ...
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.71 Selecting previously unselected package mingw-w64-common.
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.71 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
16:53:40 [2022-07-20T16:53:40.421Z] #14 39.72 Unpacking mingw-w64-common (8.0.0-1) ...
16:53:40 [2022-07-20T16:53:40.421Z] #14 45.69 Selecting previously unselected package mingw-w64-x86-64-dev.
16:53:40 [2022-07-20T16:53:40.421Z] #14 45.73 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
16:53:40 [2022-07-20T16:53:40.421Z] #14 45.77 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
16:53:40 [2022-07-20T16:53:40.429Z] #62 39.20 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:53:40 [2022-07-20T16:53:40.569Z] #36 31.12 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
16:53:40 [2022-07-20T16:53:40.690Z] #62 39.50 Selecting previously unselected package libbtrfs-dev:amd64.
16:53:40 [2022-07-20T16:53:40.690Z] #62 39.50 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
16:53:40 [2022-07-20T16:53:40.690Z] #62 39.50 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:53:40 [2022-07-20T16:53:40.710Z] #14 ...
16:53:40 [2022-07-20T16:53:40.710Z] 
16:53:40 [2022-07-20T16:53:40.710Z] #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
16:53:40 [2022-07-20T16:53:40.710Z] #42 sha256:57e7f6f4ab6c98dc4c610da8773f5d87a8d530ff86085ed7a10e0de297c7b339
16:53:40 [2022-07-20T16:53:40.710Z] #42 38.65 Selecting previously unselected package libicu67:arm64.
16:53:40 [2022-07-20T16:53:40.710Z] #42 38.65 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 38.68 Unpacking libicu67:arm64 (67.1-7) ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 43.88 Selecting previously unselected package libxml2:arm64.
16:53:40 [2022-07-20T16:53:40.710Z] #42 43.89 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 43.90 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 44.87 Selecting previously unselected package libarchive13:arm64.
16:53:40 [2022-07-20T16:53:40.710Z] #42 44.89 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 44.96 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 45.40 Selecting previously unselected package libjsoncpp24:arm64.
16:53:40 [2022-07-20T16:53:40.710Z] #42 45.40 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 45.41 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 45.61 Selecting previously unselected package librhash0:arm64.
16:53:40 [2022-07-20T16:53:40.710Z] #42 45.61 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 45.64 Unpacking librhash0:arm64 (1.4.1-2) ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 45.83 Selecting previously unselected package libuv1:arm64.
16:53:40 [2022-07-20T16:53:40.710Z] #42 45.84 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 45.84 Unpacking libuv1:arm64 (1.40.0-2) ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 46.06 Selecting previously unselected package cmake.
16:53:40 [2022-07-20T16:53:40.710Z] #42 46.06 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
16:53:40 [2022-07-20T16:53:40.710Z] #42 46.06 Unpacking cmake (3.18.4-2+deb11u1) ...
16:53:40 [2022-07-20T16:53:40.949Z] #62 39.94 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:53:40 [2022-07-20T16:53:40.949Z] #62 39.97 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:53:40 [2022-07-20T16:53:40.949Z] #62 39.99 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:53:40 [2022-07-20T16:53:40.983Z] #42 ...
16:53:40 [2022-07-20T16:53:40.983Z] 
16:53:40 [2022-07-20T16:53:40.983Z] #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
16:53:40 [2022-07-20T16:53:40.983Z] #51 sha256:746b398effad4dc679ea918020e44d983e3e0af862b8f362125c6b1ff3059980
16:53:40 [2022-07-20T16:53:40.983Z] #51 46.67 Setting up criu (3.17.1-1) ...
16:53:41 [2022-07-20T16:53:41.208Z] #62 ...
16:53:41 [2022-07-20T16:53:41.208Z] 
16:53:41 [2022-07-20T16:53:41.208Z] #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
16:53:41 [2022-07-20T16:53:41.208Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:41 [2022-07-20T16:53:41.208Z] #51 23.10 Reading package lists...
16:53:41 [2022-07-20T16:53:41.208Z] #51 29.68 Reading package lists...
16:53:41 [2022-07-20T16:53:41.208Z] #51 36.08 Building dependency tree...
16:53:41 [2022-07-20T16:53:41.467Z] #51 ...
16:53:41 [2022-07-20T16:53:41.467Z] 
16:53:41 [2022-07-20T16:53:41.467Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:53:41 [2022-07-20T16:53:41.467Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:41 [2022-07-20T16:53:41.467Z] #42 39.83 The following additional packages will be installed:
16:53:41 [2022-07-20T16:53:41.467Z] #42 39.85   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
16:53:41 [2022-07-20T16:53:41.467Z] #42 39.87 Suggested packages:
16:53:41 [2022-07-20T16:53:41.467Z] #42 39.89   cmake-doc ninja-build lrzip
16:53:41 [2022-07-20T16:53:41.467Z] #42 39.89 Recommended packages:
16:53:41 [2022-07-20T16:53:41.467Z] #42 39.89   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:53:41 [2022-07-20T16:53:41.467Z] #42 ...
16:53:41 [2022-07-20T16:53:41.467Z] 
16:53:41 [2022-07-20T16:53:41.467Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:53:41 [2022-07-20T16:53:41.467Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:41 [2022-07-20T16:53:41.467Z] #62 DONE 40.4s
16:53:41 [2022-07-20T16:53:41.727Z] 
16:53:41 [2022-07-20T16:53:41.727Z] #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             ;
16:53:41 [2022-07-20T16:53:41.727Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.19 The following NEW packages will be installed:
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.19   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.19   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.19   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.19   libyajl2 m4 patch xz-utils
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.57 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.57 Need to get 5940 kB of archives.
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.57 After this operation, 18.7 MB of additional disk space will be used.
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.57 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.59 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.59 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.60 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.64 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.65 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.68 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.68 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.76 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.76 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.90 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.90 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.90 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.90 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.92 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.92 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.92 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.95 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 39.99 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 40.00 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
16:53:41 [2022-07-20T16:53:41.727Z] #76 40.00 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
16:53:41 [2022-07-20T16:53:41.940Z] #36 32.58 go: downloading github.com/mattn/go-runewidth v0.0.3
16:53:41 [2022-07-20T16:53:41.986Z] #76 ...
16:53:41 [2022-07-20T16:53:41.986Z] 
16:53:41 [2022-07-20T16:53:41.986Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
16:53:41 [2022-07-20T16:53:41.986Z] #63 sha256:9301528dc6dc1a071c24d6f159143f679828ee9484d7ff6cf86a01c42ae9721b
16:53:41 [2022-07-20T16:53:41.986Z] #63 DONE 0.4s
16:53:41 [2022-07-20T16:53:41.986Z] 
16:53:41 [2022-07-20T16:53:41.986Z] #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
16:53:41 [2022-07-20T16:53:41.987Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:41 [2022-07-20T16:53:41.987Z] #51 40.46 The following additional packages will be installed:
16:53:41 [2022-07-20T16:53:41.987Z] #51 40.46   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:53:41 [2022-07-20T16:53:41.987Z] #51 40.46   python3-protobuf python3-six
16:53:42 [2022-07-20T16:53:42.246Z] #51 40.50 Suggested packages:
16:53:42 [2022-07-20T16:53:42.246Z] #51 40.50   python3-setuptools
16:53:42 [2022-07-20T16:53:42.246Z] #51 40.50 Recommended packages:
16:53:42 [2022-07-20T16:53:42.246Z] #51 40.50   iproute2 | iproute
16:53:42 [2022-07-20T16:53:42.506Z] #36 32.99 go: downloading github.com/hashicorp/golang-lru v0.5.4
16:53:42 [2022-07-20T16:53:42.506Z] #36 33.00 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
16:53:42 [2022-07-20T16:53:42.506Z] #36 ...
16:53:42 [2022-07-20T16:53:42.506Z] 
16:53:42 [2022-07-20T16:53:42.506Z] #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
16:53:42 [2022-07-20T16:53:42.506Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:42 [2022-07-20T16:53:42.506Z] #14 33.10 Fetched 8555 kB in 26s (335 kB/s)
16:53:42 [2022-07-20T16:53:42.514Z] #76 49.37 Building dependency tree...
16:53:42 [2022-07-20T16:53:42.514Z] #76 ...
16:53:42 [2022-07-20T16:53:42.514Z] 
16:53:42 [2022-07-20T16:53:42.514Z] #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
16:53:42 [2022-07-20T16:53:42.514Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:42 [2022-07-20T16:53:42.514Z] #62 40.88 Reading package lists...
16:53:42 [2022-07-20T16:53:42.514Z] #62 49.85 Building dependency tree...
16:53:42 [2022-07-20T16:53:42.514Z] #62 ...
16:53:42 [2022-07-20T16:53:42.514Z] 
16:53:42 [2022-07-20T16:53:42.514Z] #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
16:53:42 [2022-07-20T16:53:42.514Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:42 [2022-07-20T16:53:42.514Z] #42 41.17 Reading package lists...
16:53:42 [2022-07-20T16:53:42.816Z] #51 41.26 The following NEW packages will be installed:
16:53:42 [2022-07-20T16:53:42.816Z] #51 41.26   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:53:42 [2022-07-20T16:53:42.816Z] #51 41.26   python3-protobuf python3-six
16:53:43 [2022-07-20T16:53:43.001Z] #51 48.59 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:53:43 [2022-07-20T16:53:43.084Z] #42 50.05 Building dependency tree...
16:53:43 [2022-07-20T16:53:43.084Z] #42 ...
16:53:43 [2022-07-20T16:53:43.084Z] 
16:53:43 [2022-07-20T16:53:43.084Z] #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
16:53:43 [2022-07-20T16:53:43.084Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:43 [2022-07-20T16:53:43.084Z] #51 41.23 Reading package lists...
16:53:43 [2022-07-20T16:53:43.084Z] #51 50.36 Building dependency tree...
16:53:43 [2022-07-20T16:53:43.084Z] #51 ...
16:53:43 [2022-07-20T16:53:43.084Z] 
16:53:43 [2022-07-20T16:53:43.084Z] #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
16:53:43 [2022-07-20T16:53:43.084Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:53:43 [2022-07-20T16:53:43.084Z] #47 43.65 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:53:43 [2022-07-20T16:53:43.084Z] #47 ...
16:53:43 [2022-07-20T16:53:43.084Z] 
16:53:43 [2022-07-20T16:53:43.084Z] #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             ;
16:53:43 [2022-07-20T16:53:43.084Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:43 [2022-07-20T16:53:43.084Z] #76 49.37 Building dependency tree...
16:53:43 [2022-07-20T16:53:43.390Z] #51 41.86 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
16:53:43 [2022-07-20T16:53:43.390Z] #51 41.86 Need to get 2315 kB of archives.
16:53:43 [2022-07-20T16:53:43.390Z] #51 41.86 After this operation, 11.1 MB of additional disk space will be used.
16:53:43 [2022-07-20T16:53:43.390Z] #51 41.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
16:53:43 [2022-07-20T16:53:43.390Z] #51 41.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:53:43 [2022-07-20T16:53:43.439Z] #14 33.10 Reading package lists...
16:53:43 [2022-07-20T16:53:43.439Z] #14 ...
16:53:43 [2022-07-20T16:53:43.439Z] 
16:53:43 [2022-07-20T16:53:43.439Z] #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
16:53:43 [2022-07-20T16:53:43.439Z] #67 sha256:fb7f3ff1dc1c23b2e35cd04d4f80edcfb66d360ef3a81b9ab3d1815626f8e4a9
16:53:43 [2022-07-20T16:53:43.439Z] #67 23.87 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:53:43 [2022-07-20T16:53:43.649Z] #51 41.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
16:53:43 [2022-07-20T16:53:43.650Z] #51 41.96 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
16:53:43 [2022-07-20T16:53:43.650Z] #51 42.08 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:53:43 [2022-07-20T16:53:43.650Z] #51 42.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
16:53:43 [2022-07-20T16:53:43.650Z] #51 42.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
16:53:43 [2022-07-20T16:53:43.698Z] #67 ...
16:53:43 [2022-07-20T16:53:43.698Z] 
16:53:43 [2022-07-20T16:53:43.698Z] #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
16:53:43 [2022-07-20T16:53:43.698Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:43 [2022-07-20T16:53:43.698Z] #55 30.72 go: downloading github.com/Antonboom/errname v0.1.6
16:53:43 [2022-07-20T16:53:43.698Z] #55 30.88 go: downloading github.com/Antonboom/nilnil v0.1.1
16:53:43 [2022-07-20T16:53:43.698Z] #55 31.12 go: downloading github.com/BurntSushi/toml v1.1.0
16:53:43 [2022-07-20T16:53:43.698Z] #55 33.20 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16:53:43 [2022-07-20T16:53:43.698Z] #55 33.34 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
16:53:43 [2022-07-20T16:53:43.698Z] #55 33.40 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
16:53:43 [2022-07-20T16:53:43.698Z] #55 33.72 go: downloading github.com/alexkohler/prealloc v1.0.0
16:53:43 [2022-07-20T16:53:43.698Z] #55 33.81 go: downloading github.com/ashanbrown/forbidigo v1.3.0
16:53:43 [2022-07-20T16:53:43.698Z] #55 34.04 go: downloading github.com/ashanbrown/makezero v1.1.1
16:53:43 [2022-07-20T16:53:43.698Z] #55 34.41 go: downloading github.com/bkielbasa/cyclop v1.2.0
16:53:43 [2022-07-20T16:53:43.698Z] #55 34.53 go: downloading github.com/blizzy78/varnamelen v0.8.0
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4 The following additional packages will be installed:
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.4   linux-libc-dev-s390x-cross patch xz-utils
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.5 Suggested packages:
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.5   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.5   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.5   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.5   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.5   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.5   libyaml-shell-perl ed diffutils-doc
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.5 Recommended packages:
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.5   fakeroot build-essential libalgorithm-merge-perl libwww-perl
16:53:43 [2022-07-20T16:53:43.783Z] #19 125.5   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
16:53:43 [2022-07-20T16:53:43.939Z] #51 ...
16:53:43 [2022-07-20T16:53:43.939Z] 
16:53:43 [2022-07-20T16:53:43.939Z] #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
16:53:43 [2022-07-20T16:53:43.939Z] #34 sha256:d49f8a57e84f81764cc355151895c2e63de0f619235ad6c5d79a9ae10ca87220
16:53:43 [2022-07-20T16:53:43.939Z] #34 39.58 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
16:53:43 [2022-07-20T16:53:43.939Z] #34 40.01 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:53:43 [2022-07-20T16:53:43.939Z] #34 ...
16:53:43 [2022-07-20T16:53:43.939Z] 
16:53:43 [2022-07-20T16:53:43.939Z] #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
16:53:43 [2022-07-20T16:53:43.939Z] #42 sha256:57e7f6f4ab6c98dc4c610da8773f5d87a8d530ff86085ed7a10e0de297c7b339
16:53:43 [2022-07-20T16:53:43.939Z] #42 49.10 Setting up libicu67:arm64 (67.1-7) ...
16:53:43 [2022-07-20T16:53:43.939Z] #42 49.76 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:53:43 [2022-07-20T16:53:43.939Z] #42 49.88 Setting up libuv1:arm64 (1.40.0-2) ...
16:53:43 [2022-07-20T16:53:43.939Z] #42 49.91 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:53:43 [2022-07-20T16:53:43.939Z] #42 50.01 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
16:53:43 [2022-07-20T16:53:43.939Z] #42 50.06 Setting up librhash0:arm64 (1.4.1-2) ...
16:53:44 [2022-07-20T16:53:44.022Z] #76 ...
16:53:44 [2022-07-20T16:53:44.022Z] 
16:53:44 [2022-07-20T16:53:44.022Z] #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
16:53:44 [2022-07-20T16:53:44.022Z] #57 sha256:56a2601fc0bd3cc28d2295a5fea21dd3191de36bc576e6c7a3adb5d66416e572
16:53:44 [2022-07-20T16:53:44.022Z] #57 51.96 v3.0.2
16:53:44 [2022-07-20T16:53:44.022Z] #57 DONE 52.5s
16:53:44 [2022-07-20T16:53:44.022Z] 
16:53:44 [2022-07-20T16:53:44.022Z] #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
16:53:44 [2022-07-20T16:53:44.022Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:44 [2022-07-20T16:53:44.022Z] #42 50.05 Building dependency tree...
16:53:44 [2022-07-20T16:53:44.198Z] 
16:53:44 [2022-07-20T16:53:44.198Z] #42 ...
16:53:44 [2022-07-20T16:53:44.198Z] 
16:53:44 [2022-07-20T16:53:44.198Z] #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
16:53:44 [2022-07-20T16:53:44.198Z] #51 sha256:746b398effad4dc679ea918020e44d983e3e0af862b8f362125c6b1ff3059980
16:53:44 [2022-07-20T16:53:44.198Z] #51 DONE 49.9s
16:53:44 [2022-07-20T16:53:44.198Z] 
16:53:44 [2022-07-20T16:53:44.198Z] #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
16:53:44 [2022-07-20T16:53:44.198Z] #42 sha256:57e7f6f4ab6c98dc4c610da8773f5d87a8d530ff86085ed7a10e0de297c7b339
16:53:44 [2022-07-20T16:53:44.198Z] #42 50.18 Setting up cmake-data (3.18.4-2+deb11u1) ...
16:53:44 [2022-07-20T16:53:44.198Z] #42 50.21 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
16:53:44 [2022-07-20T16:53:44.198Z] #42 50.23 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
16:53:44 [2022-07-20T16:53:44.198Z] #42 50.24 Setting up cmake (3.18.4-2+deb11u1) ...
16:53:44 [2022-07-20T16:53:44.198Z] #42 50.26 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:53:44 [2022-07-20T16:53:44.637Z] #55 35.24 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
16:53:44 [2022-07-20T16:53:44.637Z] #55 35.37 go: downloading github.com/breml/bidichk v0.2.3
16:53:44 [2022-07-20T16:53:44.766Z] #42 DONE 50.8s
16:53:44 [2022-07-20T16:53:44.766Z] 
16:53:44 [2022-07-20T16:53:44.766Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
16:53:44 [2022-07-20T16:53:44.766Z] #43 sha256:710c84ce7ea8e8082cb5b0ede12e4d71306718abdc87268da8683d0f8d7bc9d5
16:53:45 [2022-07-20T16:53:45.028Z] #43 DONE 0.4s
16:53:45 [2022-07-20T16:53:45.028Z] 
16:53:45 [2022-07-20T16:53:45.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
16:53:45 [2022-07-20T16:53:45.028Z] #44 sha256:e293a8305d5a321548e06bbf5dc890ce41352fc9f831432e02f3b7dc337e0119
16:53:45 [2022-07-20T16:53:45.032Z] #51 ...
16:53:45 [2022-07-20T16:53:45.032Z] 
16:53:45 [2022-07-20T16:53:45.032Z] #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
16:53:45 [2022-07-20T16:53:45.032Z] #40 sha256:667d10b0d609dfaf258e552612e5a80c46ee24788069eea0e871a0e8a006fc5c
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79 NAME:
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79    go-winres - A tool for embedding resources in Windows executables
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79 
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79 USAGE:
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79    go-winres [global options] command [command options] [arguments...]
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79 
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79 COMMANDS:
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79    init     Create an initial ./winres/winres.json
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79    make     Make syso files for the "go build" command
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79    simply   Make syso files for the "go build" command (simplified)
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79    extract  Extract all resources from an executable
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79    patch    Replace resources in an executable file (exe, dll)
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79    help, h  Shows a list of commands or help for one command
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79 
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79 GLOBAL OPTIONS:
16:53:45 [2022-07-20T16:53:45.032Z] #40 42.79    --help, -h  show help (default: false)
16:53:45 [2022-07-20T16:53:45.032Z] #40 DONE 43.9s
16:53:45 [2022-07-20T16:53:45.202Z] #55 35.69 go: downloading github.com/breml/errchkjson v0.3.0
16:53:45 [2022-07-20T16:53:45.202Z] #55 35.94 go: downloading github.com/butuzov/ireturn v0.1.1
16:53:45 [2022-07-20T16:53:45.291Z] 
16:53:45 [2022-07-20T16:53:45.291Z] #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             ;
16:53:45 [2022-07-20T16:53:45.291Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:45 [2022-07-20T16:53:45.291Z] #76 41.46 debconf: delaying package configuration, since apt-utils is not installed
16:53:45 [2022-07-20T16:53:45.291Z] #76 41.77 Fetched 5940 kB in 1s (7796 kB/s)
16:53:45 [2022-07-20T16:53:45.291Z] #76 41.91 Selecting previously unselected package bzip2.
16:53:45 [2022-07-20T16:53:45.291Z] #76 41.91 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
16:53:45 [2022-07-20T16:53:45.291Z] #76 41.98 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 41.99 Unpacking bzip2 (1.0.8-4) ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 42.18 Selecting previously unselected package libmagic-mgc.
16:53:45 [2022-07-20T16:53:45.291Z] #76 42.18 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 42.37 Unpacking libmagic-mgc (1:5.39-3) ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 42.84 Selecting previously unselected package libmagic1:amd64.
16:53:45 [2022-07-20T16:53:45.291Z] #76 42.84 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 42.92 Unpacking libmagic1:amd64 (1:5.39-3) ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 43.09 Selecting previously unselected package file.
16:53:45 [2022-07-20T16:53:45.291Z] #76 43.09 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 43.09 Unpacking file (1:5.39-3) ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 43.47 Selecting previously unselected package xz-utils.
16:53:45 [2022-07-20T16:53:45.291Z] #76 43.47 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 43.48 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 43.89 Selecting previously unselected package libsigsegv2:amd64.
16:53:45 [2022-07-20T16:53:45.291Z] #76 43.89 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 43.89 Unpacking libsigsegv2:amd64 (2.13-1) ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 44.07 Selecting previously unselected package m4.
16:53:45 [2022-07-20T16:53:45.291Z] #76 44.07 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 44.07 Unpacking m4 (1.4.18-5) ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 44.27 Selecting previously unselected package autoconf.
16:53:45 [2022-07-20T16:53:45.291Z] #76 44.27 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
16:53:45 [2022-07-20T16:53:45.291Z] #76 44.27 Unpacking autoconf (2.69-14) ...
16:53:45 [2022-07-20T16:53:45.603Z] #44 0.541 + RM_GOPATH=0
16:53:45 [2022-07-20T16:53:45.603Z] #44 0.542 + TMP_GOPATH=
16:53:45 [2022-07-20T16:53:45.603Z] #44 0.542 + : /build
16:53:45 [2022-07-20T16:53:45.603Z] #44 0.542 + '[' -z '' ']'
16:53:45 [2022-07-20T16:53:45.603Z] #44 0.543 ++ mktemp -d
16:53:45 [2022-07-20T16:53:45.603Z] #44 0.547 + export GOPATH=/tmp/tmp.v6jFTtnk1l
16:53:45 [2022-07-20T16:53:45.603Z] #44 0.547 + GOPATH=/tmp/tmp.v6jFTtnk1l
16:53:45 [2022-07-20T16:53:45.603Z] #44 0.547 + RM_GOPATH=1
16:53:45 [2022-07-20T16:53:45.603Z] #44 0.547 + case "$(go env GOARCH)" in
16:53:45 [2022-07-20T16:53:45.603Z] #44 0.548 ++ go env GOARCH
16:53:45 [2022-07-20T16:53:45.603Z] #44 0.632 + export GO_BUILDMODE=-buildmode=pie
16:53:45 [2022-07-20T16:53:45.766Z] #55 36.26 go: downloading github.com/charithe/durationcheck v0.0.9
16:53:45 [2022-07-20T16:53:45.766Z] #55 36.45 go: downloading github.com/daixiang0/gci v0.3.3
16:53:45 [2022-07-20T16:53:45.766Z] #55 36.47 go: downloading github.com/denis-tingaikin/go-header v0.4.3
16:53:45 [2022-07-20T16:53:45.861Z] #76 44.68 Selecting previously unselected package autotools-dev.
16:53:45 [2022-07-20T16:53:45.861Z] #76 44.68 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
16:53:45 [2022-07-20T16:53:45.861Z] #76 44.71 Unpacking autotools-dev (20180224.1+nmu1) ...
16:53:45 [2022-07-20T16:53:45.861Z] #76 44.84 Selecting previously unselected package automake.
16:53:45 [2022-07-20T16:53:45.861Z] #76 44.84 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
16:53:45 [2022-07-20T16:53:45.861Z] #76 44.84 Unpacking automake (1:1.16.3-2) ...
16:53:45 [2022-07-20T16:53:45.862Z] #44 0.632 + GO_BUILDMODE=-buildmode=pie
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.642 ++ dirname /install.sh
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.643 + dir=/
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.643 + bin=tini
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.643 + shift
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.643 + '[' '!' -f //tini.installer ']'
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.643 + . //tini.installer
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.643 ++ : v0.19.0
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.643 + install_tini
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.643 + echo 'Install tini version v0.19.0'
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.643 + git clone https://github.com/krallin/tini.git /tmp/tmp.v6jFTtnk1l/tini
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.643 Install tini version v0.19.0
16:53:45 [2022-07-20T16:53:45.863Z] #44 0.646 Cloning into '/tmp/tmp.v6jFTtnk1l/tini'...
16:53:46 [2022-07-20T16:53:46.023Z] #55 36.78 go: downloading github.com/esimonov/ifshort v1.0.4
16:53:46 [2022-07-20T16:53:46.280Z] #55 36.94 go: downloading github.com/firefart/nonamedreturns v1.0.1
16:53:46 [2022-07-20T16:53:46.280Z] #55 37.08 go: downloading github.com/fzipp/gocyclo v0.5.1
16:53:46 [2022-07-20T16:53:46.434Z] #44 1.234 + cd /tmp/tmp.v6jFTtnk1l/tini
16:53:46 [2022-07-20T16:53:46.434Z] #44 1.238 + git checkout -q v0.19.0
16:53:46 [2022-07-20T16:53:46.434Z] #44 1.243 + cmake .
16:53:46 [2022-07-20T16:53:46.469Z] #76 45.38 Selecting previously unselected package patch.
16:53:46 [2022-07-20T16:53:46.469Z] #76 45.38 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
16:53:46 [2022-07-20T16:53:46.469Z] #76 45.38 Unpacking patch (2.7.6-7) ...
16:53:46 [2022-07-20T16:53:46.537Z] #55 37.28 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:53:46 [2022-07-20T16:53:46.537Z] #55 ...
16:53:46 [2022-07-20T16:53:46.537Z] 
16:53:46 [2022-07-20T16:53:46.537Z] #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
16:53:46 [2022-07-20T16:53:46.537Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:46 [2022-07-20T16:53:46.537Z] #62 27.37 Fetched 8555 kB in 22s (396 kB/s)
16:53:46 [2022-07-20T16:53:46.537Z] #62 27.37 Reading package lists...
16:53:46 [2022-07-20T16:53:46.795Z] #62 ...
16:53:46 [2022-07-20T16:53:46.795Z] 
16:53:46 [2022-07-20T16:53:46.795Z] #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
16:53:46 [2022-07-20T16:53:46.795Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:46 [2022-07-20T16:53:46.795Z] #55 37.41 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:53:46 [2022-07-20T16:53:46.795Z] #55 37.42 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
16:53:47 [2022-07-20T16:53:47.004Z] #44 1.682 -- The C compiler identification is GNU 10.2.1
16:53:47 [2022-07-20T16:53:47.004Z] #44 1.733 -- Detecting C compiler ABI info
16:53:47 [2022-07-20T16:53:47.036Z] #76 45.96 Selecting previously unselected package dpkg-dev.
16:53:47 [2022-07-20T16:53:47.036Z] #76 45.96 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
16:53:47 [2022-07-20T16:53:47.036Z] #76 45.96 Unpacking dpkg-dev (1.20.11) ...
16:53:47 [2022-07-20T16:53:47.052Z] #55 37.64 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:53:47 [2022-07-20T16:53:47.315Z] #42 55.94 The following additional packages will be installed:
16:53:47 [2022-07-20T16:53:47.315Z] #42 55.98   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
16:53:47 [2022-07-20T16:53:47.315Z] #42 56.01 Suggested packages:
16:53:47 [2022-07-20T16:53:47.315Z] #42 56.01   cmake-doc ninja-build lrzip
16:53:47 [2022-07-20T16:53:47.315Z] #42 56.01 Recommended packages:
16:53:47 [2022-07-20T16:53:47.315Z] #42 56.01   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:53:47 [2022-07-20T16:53:47.575Z] #44 2.439 -- Detecting C compiler ABI info - done
16:53:47 [2022-07-20T16:53:47.575Z] #44 2.492 -- Check for working C compiler: /usr/bin/cc - skipped
16:53:47 [2022-07-20T16:53:47.575Z] #44 2.527 -- Detecting C compile features
16:53:47 [2022-07-20T16:53:47.615Z] #55 38.12 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:53:47 [2022-07-20T16:53:47.615Z] #55 38.13 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:53:47 [2022-07-20T16:53:47.615Z] #55 38.33 go: downloading github.com/golangci/misspell v0.3.5
16:53:47 [2022-07-20T16:53:47.835Z] #44 2.535 -- Detecting C compile features - done
16:53:47 [2022-07-20T16:53:47.835Z] #44 2.564 -- Performing Test HAS_BUILTIN_FORTIFY
16:53:47 [2022-07-20T16:53:47.835Z] #44 2.827 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:53:47 [2022-07-20T16:53:47.875Z] #55 38.45 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:53:47 [2022-07-20T16:53:47.875Z] #55 38.54 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
16:53:47 [2022-07-20T16:53:47.875Z] #55 38.63 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
16:53:47 [2022-07-20T16:53:47.973Z] #19 ...
16:53:47 [2022-07-20T16:53:47.973Z] 
16:53:47 [2022-07-20T16:53:47.973Z] #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
16:53:47 [2022-07-20T16:53:47.973Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:53:47 [2022-07-20T16:53:47.973Z] #84 83.95 configure.ac:7: installing 'build-aux/compile'
16:53:47 [2022-07-20T16:53:47.973Z] #84 83.96 configure.ac:9: installing 'build-aux/config.guess'
16:53:47 [2022-07-20T16:53:47.973Z] #84 83.98 configure.ac:9: installing 'build-aux/config.sub'
16:53:47 [2022-07-20T16:53:47.973Z] #84 83.98 configure.ac:11: installing 'build-aux/install-sh'
16:53:47 [2022-07-20T16:53:47.973Z] #84 83.99 configure.ac:11: installing 'build-aux/missing'
16:53:47 [2022-07-20T16:53:47.973Z] #84 84.27 Makefile.am: installing 'build-aux/depcomp'
16:53:47 [2022-07-20T16:53:47.973Z] #84 84.46 parallel-tests: installing 'build-aux/test-driver'
16:53:48 [2022-07-20T16:53:48.095Z] #44 2.938 -- Configuring done
16:53:48 [2022-07-20T16:53:48.095Z] #44 2.960 -- Generating done
16:53:48 [2022-07-20T16:53:48.095Z] #44 2.961 -- Build files have been written to: /tmp/tmp.v6jFTtnk1l/tini
16:53:48 [2022-07-20T16:53:48.095Z] #44 2.984 + make tini-static
16:53:48 [2022-07-20T16:53:48.135Z] #55 38.77 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
16:53:48 [2022-07-20T16:53:48.135Z] #55 38.89 go: downloading github.com/jgautheron/goconst v1.5.1
16:53:48 [2022-07-20T16:53:48.392Z] #55 39.12 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
16:53:48 [2022-07-20T16:53:48.392Z] #55 ...
16:53:48 [2022-07-20T16:53:48.392Z] 
16:53:48 [2022-07-20T16:53:48.392Z] #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
16:53:48 [2022-07-20T16:53:48.392Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:48 [2022-07-20T16:53:48.392Z] #42 19.63 Reading package lists...
16:53:48 [2022-07-20T16:53:48.392Z] #42 29.36 Reading package lists...
16:53:48 [2022-07-20T16:53:48.392Z] #42 39.14 Building dependency tree...
16:53:48 [2022-07-20T16:53:48.392Z] #42 ...
16:53:48 [2022-07-20T16:53:48.392Z] 
16:53:48 [2022-07-20T16:53:48.392Z] #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
16:53:48 [2022-07-20T16:53:48.392Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:48 [2022-07-20T16:53:48.392Z] #55 39.20 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
16:53:48 [2022-07-20T16:53:48.392Z] #55 39.23 go: downloading github.com/julz/importas v0.1.0
16:53:48 [2022-07-20T16:53:48.416Z] #76 47.07 Selecting previously unselected package build-essential.
16:53:48 [2022-07-20T16:53:48.416Z] #76 47.08 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
16:53:48 [2022-07-20T16:53:48.416Z] #76 47.09 Unpacking build-essential (12.9) ...
16:53:48 [2022-07-20T16:53:48.416Z] #76 47.28 Selecting previously unselected package libcap2:amd64.
16:53:48 [2022-07-20T16:53:48.416Z] #76 47.28 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
16:53:48 [2022-07-20T16:53:48.416Z] #76 47.31 Unpacking libcap2:amd64 (1:2.44-1) ...
16:53:48 [2022-07-20T16:53:48.648Z] #55 39.36 go: downloading github.com/kisielk/errcheck v1.6.0
16:53:48 [2022-07-20T16:53:48.648Z] #55 39.49 go: downloading github.com/kulti/thelper v0.6.2
16:53:48 [2022-07-20T16:53:48.665Z] #44 3.414 Scanning dependencies of target tini-static
16:53:48 [2022-07-20T16:53:48.665Z] #44 3.475 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:53:48 [2022-07-20T16:53:48.677Z] #76 47.42 Selecting previously unselected package libcap-dev:amd64.
16:53:48 [2022-07-20T16:53:48.677Z] #76 47.42 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
16:53:48 [2022-07-20T16:53:48.677Z] #76 47.42 Unpacking libcap-dev:amd64 (1:2.44-1) ...
16:53:48 [2022-07-20T16:53:48.677Z] #76 47.56 Selecting previously unselected package libprotobuf-c1:amd64.
16:53:48 [2022-07-20T16:53:48.677Z] #76 47.56 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
16:53:48 [2022-07-20T16:53:48.905Z] #55 39.60 go: downloading github.com/kunwardeep/paralleltest v1.0.3
16:53:48 [2022-07-20T16:53:48.940Z] #76 47.71 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:53:48 [2022-07-20T16:53:48.940Z] #76 47.86 Selecting previously unselected package libprotobuf-c-dev:amd64.
16:53:48 [2022-07-20T16:53:48.940Z] #76 47.87 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
16:53:48 [2022-07-20T16:53:48.940Z] #76 47.88 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
16:53:49 [2022-07-20T16:53:49.162Z] #55 39.76 go: downloading github.com/kyoh86/exportloopref v0.1.8
16:53:49 [2022-07-20T16:53:49.162Z] #55 39.87 go: downloading github.com/ldez/tagliatelle v0.3.1
16:53:49 [2022-07-20T16:53:49.162Z] #55 40.01 go: downloading github.com/leonklingele/grouper v1.1.0
16:53:49 [2022-07-20T16:53:49.198Z] #76 48.01 Selecting previously unselected package libseccomp-dev:amd64.
16:53:49 [2022-07-20T16:53:49.198Z] #76 48.01 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
16:53:49 [2022-07-20T16:53:49.198Z] #76 48.03 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:53:49 [2022-07-20T16:53:49.198Z] #76 ...
16:53:49 [2022-07-20T16:53:49.198Z] 
16:53:49 [2022-07-20T16:53:49.198Z] #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
16:53:49 [2022-07-20T16:53:49.198Z] #34 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:53:49 [2022-07-20T16:53:49.241Z] #42 57.45 The following NEW packages will be installed:
16:53:49 [2022-07-20T16:53:49.242Z] #42 57.45   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:53:49 [2022-07-20T16:53:49.242Z] #42 57.46   vim-common xxd
16:53:49 [2022-07-20T16:53:49.242Z] #42 ...
16:53:49 [2022-07-20T16:53:49.242Z] 
16:53:49 [2022-07-20T16:53:49.242Z] #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
16:53:49 [2022-07-20T16:53:49.242Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:49 [2022-07-20T16:53:49.242Z] #55 57.71 go: downloading github.com/subosito/gotenv v1.2.0
16:53:49 [2022-07-20T16:53:49.242Z] #55 57.73 go: downloading github.com/hashicorp/hcl v1.0.0
16:53:49 [2022-07-20T16:53:49.418Z] #55 40.09 go: downloading github.com/lufeee/execinquery v1.2.1
16:53:49 [2022-07-20T16:53:49.458Z] #34 47.67 Updating files:  92% (1403/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.
16:53:49 [2022-07-20T16:53:49.458Z] #34 48.11 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
16:53:49 [2022-07-20T16:53:49.502Z] #55 58.30 go: downloading gopkg.in/ini.v1 v1.66.4
16:53:49 [2022-07-20T16:53:49.606Z] #44 ...
16:53:49 [2022-07-20T16:53:49.606Z] 
16:53:49 [2022-07-20T16:53:49.606Z] #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
16:53:49 [2022-07-20T16:53:49.606Z] #53 sha256:810949ff2de13d62425cb6d2f40355372a7f677782bd8ba72e743a381274a925
16:53:49 [2022-07-20T16:53:49.606Z] #53 54.23 gotestsum version dev
16:53:49 [2022-07-20T16:53:49.606Z] #53 DONE 55.7s
16:53:49 [2022-07-20T16:53:49.675Z] #55 40.26 go: downloading github.com/maratori/testpackage v1.0.1
16:53:49 [2022-07-20T16:53:49.762Z] #55 58.30 go: downloading github.com/magiconair/properties v1.8.6
16:53:49 [2022-07-20T16:53:49.867Z] 
16:53:49 [2022-07-20T16:53:49.867Z] #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
16:53:49 [2022-07-20T16:53:49.867Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:53:49 [2022-07-20T16:53:49.867Z] #14 53.73 Selecting previously unselected package gcc-mingw-w64-base.
16:53:49 [2022-07-20T16:53:49.868Z] #14 53.75 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
16:53:49 [2022-07-20T16:53:49.868Z] #14 53.76 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:53:49 [2022-07-20T16:53:49.868Z] #14 53.93 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
16:53:49 [2022-07-20T16:53:49.868Z] #14 53.94 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
16:53:49 [2022-07-20T16:53:49.868Z] #14 53.95 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:53:49 [2022-07-20T16:53:49.868Z] #14 ...
16:53:49 [2022-07-20T16:53:49.868Z] 
16:53:49 [2022-07-20T16:53:49.868Z] #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
16:53:49 [2022-07-20T16:53:49.868Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:53:49 [2022-07-20T16:53:49.868Z] #77 0.721 Cloning into '/tmp/crun-build'...
16:53:49 [2022-07-20T16:53:49.868Z] #77 5.911 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
16:53:49 [2022-07-20T16:53:49.868Z] #77 5.998 Cloning into '/tmp/crun-build/libocispec'...
16:53:49 [2022-07-20T16:53:49.868Z] #77 7.464 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
16:53:49 [2022-07-20T16:53:49.868Z] #77 7.487 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
16:53:49 [2022-07-20T16:53:49.868Z] #77 7.496 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
16:53:49 [2022-07-20T16:53:49.868Z] #77 7.497 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
16:53:49 [2022-07-20T16:53:49.868Z] #77 7.513 Cloning into '/tmp/crun-build/libocispec/image-spec'...
16:53:49 [2022-07-20T16:53:49.868Z] #77 9.396 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
16:53:49 [2022-07-20T16:53:49.931Z] #55 40.52 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
16:53:49 [2022-07-20T16:53:49.931Z] #55 40.62 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
16:53:49 [2022-07-20T16:53:49.931Z] #55 40.63 go: downloading github.com/mgechev/revive v1.2.1
16:53:50 [2022-07-20T16:53:50.022Z] #55 58.61 go: downloading github.com/pelletier/go-toml v1.9.5
16:53:50 [2022-07-20T16:53:50.025Z] #34 48.35 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:53:50 [2022-07-20T16:53:50.127Z] #77 10.96 Cloning into '/tmp/crun-build/libocispec/yajl'...
16:53:50 [2022-07-20T16:53:50.282Z] #55 58.90 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
16:53:50 [2022-07-20T16:53:50.506Z] #84 86.95 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:53:50 [2022-07-20T16:53:50.506Z] #84 86.95 libtoolize: copying file 'build-aux/ltmain.sh'
16:53:50 [2022-07-20T16:53:50.554Z] #55 ...
16:53:50 [2022-07-20T16:53:50.554Z] 
16:53:50 [2022-07-20T16:53:50.554Z] #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
16:53:50 [2022-07-20T16:53:50.554Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:50 [2022-07-20T16:53:50.554Z] #14 40.06 Reading package lists...
16:53:50 [2022-07-20T16:53:50.554Z] #14 49.32 Building dependency tree...
16:53:50 [2022-07-20T16:53:50.554Z] #14 55.82 The following additional packages will be installed:
16:53:50 [2022-07-20T16:53:50.554Z] #14 55.82   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:53:50 [2022-07-20T16:53:50.554Z] #14 55.82   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
16:53:50 [2022-07-20T16:53:50.554Z] #14 55.82   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
16:53:50 [2022-07-20T16:53:50.554Z] #14 55.82   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
16:53:50 [2022-07-20T16:53:50.554Z] #14 55.83   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
16:53:50 [2022-07-20T16:53:50.554Z] #14 55.83   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
16:53:50 [2022-07-20T16:53:50.554Z] #14 55.83   mingw-w64-common mingw-w64-x86-64-dev
16:53:50 [2022-07-20T16:53:50.554Z] #14 55.84 Suggested packages:
16:53:50 [2022-07-20T16:53:50.554Z] #14 55.87   gcc-10-locales seccomp wine64
16:53:50 [2022-07-20T16:53:50.554Z] #14 58.43 The following NEW packages will be installed:
16:53:50 [2022-07-20T16:53:50.554Z] #14 58.45   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:53:50 [2022-07-20T16:53:50.554Z] #14 58.45   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
16:53:50 [2022-07-20T16:53:50.554Z] #14 58.45   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
16:53:50 [2022-07-20T16:53:50.554Z] #14 58.45   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
16:53:50 [2022-07-20T16:53:50.554Z] #14 58.45   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
16:53:50 [2022-07-20T16:53:50.554Z] #14 58.45   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:53:50 [2022-07-20T16:53:50.554Z] #14 58.47   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
16:53:50 [2022-07-20T16:53:50.554Z] #14 58.47   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
16:53:50 [2022-07-20T16:53:50.554Z] #14 58.47   mingw-w64-x86-64-dev
16:53:50 [2022-07-20T16:53:50.554Z] #14 59.01 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
16:53:50 [2022-07-20T16:53:50.554Z] #14 59.01 Need to get 115 MB of archives.
16:53:50 [2022-07-20T16:53:50.554Z] #14 59.01 After this operation, 645 MB of additional disk space will be used.
16:53:50 [2022-07-20T16:53:50.554Z] #14 59.01 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]
16:53:50 [2022-07-20T16:53:50.554Z] #14 59.19 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]
16:53:50 [2022-07-20T16:53:50.554Z] #14 ...
16:53:50 [2022-07-20T16:53:50.554Z] 
16:53:50 [2022-07-20T16:53:50.554Z] #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
16:53:50 [2022-07-20T16:53:50.554Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:50 [2022-07-20T16:53:50.554Z] #42 57.91 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:53:50 [2022-07-20T16:53:50.554Z] #42 57.91 Need to get 17.7 MB of archives.
16:53:50 [2022-07-20T16:53:50.554Z] #42 57.91 After this operation, 70.7 MB of additional disk space will be used.
16:53:50 [2022-07-20T16:53:50.554Z] #42 57.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
16:53:50 [2022-07-20T16:53:50.554Z] #42 57.92 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:53:50 [2022-07-20T16:53:50.554Z] #42 57.92 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
16:53:50 [2022-07-20T16:53:50.554Z] #42 58.18 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:53:50 [2022-07-20T16:53:50.554Z] #42 59.06 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
16:53:50 [2022-07-20T16:53:50.554Z] #42 59.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
16:53:50 [2022-07-20T16:53:50.554Z] #42 59.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
16:53:50 [2022-07-20T16:53:50.554Z] #42 59.14 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
16:53:50 [2022-07-20T16:53:50.554Z] #42 59.17 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
16:53:50 [2022-07-20T16:53:50.554Z] #42 59.18 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
16:53:50 [2022-07-20T16:53:50.600Z] #34 ...
16:53:50 [2022-07-20T16:53:50.600Z] 
16:53:50 [2022-07-20T16:53:50.600Z] #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
16:53:50 [2022-07-20T16:53:50.600Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:50 [2022-07-20T16:53:50.600Z] #55 39.26 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
16:53:50 [2022-07-20T16:53:50.600Z] #55 39.50 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
16:53:50 [2022-07-20T16:53:50.600Z] #55 39.50 go: downloading github.com/gobwas/glob v0.2.3
16:53:50 [2022-07-20T16:53:50.600Z] #55 39.67 go: downloading github.com/kisielk/gotool v1.0.0
16:53:50 [2022-07-20T16:53:50.600Z] #55 39.68 go: downloading github.com/gostaticanalysis/comment v1.4.2
16:53:50 [2022-07-20T16:53:50.600Z] #55 39.77 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
16:53:50 [2022-07-20T16:53:50.600Z] #55 39.79 go: downloading github.com/ettle/strcase v0.1.1
16:53:50 [2022-07-20T16:53:50.600Z] #55 39.91 go: downloading github.com/fatih/structtag v1.2.0
16:53:50 [2022-07-20T16:53:50.600Z] #55 39.92 go: downloading github.com/Masterminds/semver v1.5.0
16:53:50 [2022-07-20T16:53:50.600Z] #55 40.08 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
16:53:50 [2022-07-20T16:53:50.600Z] #55 40.16 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
16:53:50 [2022-07-20T16:53:50.600Z] #55 40.33 go: downloading github.com/prometheus/client_golang v1.12.1
16:53:50 [2022-07-20T16:53:50.600Z] #55 41.18 go: downloading github.com/prometheus/client_model v0.2.0
16:53:50 [2022-07-20T16:53:50.600Z] #55 41.23 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
16:53:50 [2022-07-20T16:53:50.600Z] #55 41.41 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:53:50 [2022-07-20T16:53:50.600Z] #55 41.45 go: downloading github.com/google/go-cmp v0.5.7
16:53:50 [2022-07-20T16:53:50.600Z] #55 41.91 go: downloading github.com/hexops/gotextdiff v1.0.3
16:53:50 [2022-07-20T16:53:50.600Z] #55 42.00 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
16:53:50 [2022-07-20T16:53:50.600Z] #55 42.06 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
16:53:50 [2022-07-20T16:53:50.600Z] #55 42.18 go: downloading github.com/olekukonko/tablewriter v0.0.5
16:53:50 [2022-07-20T16:53:50.600Z] #55 42.37 go: downloading github.com/beorn7/perks v1.0.1
16:53:50 [2022-07-20T16:53:50.600Z] #55 42.42 go: downloading github.com/cespare/xxhash/v2 v2.1.2
16:53:50 [2022-07-20T16:53:50.600Z] #55 42.59 go: downloading github.com/golang/protobuf v1.5.2
16:53:50 [2022-07-20T16:53:50.600Z] #55 42.59 go: downloading github.com/prometheus/common v0.32.1
16:53:50 [2022-07-20T16:53:50.600Z] #55 43.09 go: downloading github.com/prometheus/procfs v0.7.3
16:53:50 [2022-07-20T16:53:50.600Z] #55 43.09 go: downloading google.golang.org/protobuf v1.28.0
16:53:50 [2022-07-20T16:53:50.600Z] #55 44.07 go: downloading github.com/mattn/go-runewidth v0.0.9
16:53:50 [2022-07-20T16:53:50.600Z] #55 44.19 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:53:50 [2022-07-20T16:53:50.720Z] #77 ...
16:53:50 [2022-07-20T16:53:50.720Z] 
16:53:50 [2022-07-20T16:53:50.720Z] #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
16:53:50 [2022-07-20T16:53:50.720Z] #44 sha256:e293a8305d5a321548e06bbf5dc890ce41352fc9f831432e02f3b7dc337e0119
16:53:50 [2022-07-20T16:53:50.720Z] #44 5.380 [100%] Linking C executable tini-static
16:53:50 [2022-07-20T16:53:50.859Z] #55 ...
16:53:50 [2022-07-20T16:53:50.859Z] 
16:53:50 [2022-07-20T16:53:50.859Z] #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
16:53:50 [2022-07-20T16:53:50.859Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:50 [2022-07-20T16:53:50.859Z] #14 39.26 The following additional packages will be installed:
16:53:50 [2022-07-20T16:53:50.859Z] #14 39.27   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:53:50 [2022-07-20T16:53:50.859Z] #14 39.27   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
16:53:50 [2022-07-20T16:53:50.859Z] #14 39.27   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
16:53:50 [2022-07-20T16:53:50.859Z] #14 39.27   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
16:53:50 [2022-07-20T16:53:50.859Z] #14 39.27   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
16:53:50 [2022-07-20T16:53:50.859Z] #14 39.27   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
16:53:50 [2022-07-20T16:53:50.859Z] #14 39.27   mingw-w64-common mingw-w64-x86-64-dev
16:53:50 [2022-07-20T16:53:50.859Z] #14 39.30 Suggested packages:
16:53:50 [2022-07-20T16:53:50.859Z] #14 39.30   gcc-10-locales seccomp wine64
16:53:50 [2022-07-20T16:53:50.859Z] #14 40.89 The following NEW packages will be installed:
16:53:50 [2022-07-20T16:53:50.859Z] #14 40.89   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:53:50 [2022-07-20T16:53:50.859Z] #14 40.89   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
16:53:50 [2022-07-20T16:53:50.859Z] #14 40.89   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
16:53:50 [2022-07-20T16:53:50.859Z] #14 40.89   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
16:53:50 [2022-07-20T16:53:50.859Z] #14 40.91   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
16:53:50 [2022-07-20T16:53:50.859Z] #14 40.91   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:53:50 [2022-07-20T16:53:50.859Z] #14 40.91   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
16:53:50 [2022-07-20T16:53:50.859Z] #14 40.91   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
16:53:50 [2022-07-20T16:53:50.859Z] #14 40.92   mingw-w64-x86-64-dev
16:53:50 [2022-07-20T16:53:50.859Z] #14 41.41 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
16:53:50 [2022-07-20T16:53:50.859Z] #14 41.41 Need to get 115 MB of archives.
16:53:50 [2022-07-20T16:53:50.859Z] #14 41.41 After this operation, 645 MB of additional disk space will be used.
16:53:50 [2022-07-20T16:53:50.859Z] #14 41.41 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]
16:53:50 [2022-07-20T16:53:50.859Z] #14 41.59 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]
16:53:50 [2022-07-20T16:53:50.859Z] #14 41.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
16:53:50 [2022-07-20T16:53:50.859Z] #14 41.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
16:53:50 [2022-07-20T16:53:50.859Z] #14 41.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
16:53:50 [2022-07-20T16:53:50.859Z] #14 41.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
16:53:50 [2022-07-20T16:53:50.859Z] #14 42.59 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
16:53:50 [2022-07-20T16:53:50.859Z] #14 42.79 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]
16:53:50 [2022-07-20T16:53:50.859Z] #14 42.81 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]
16:53:50 [2022-07-20T16:53:50.859Z] #14 43.87 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]
16:53:50 [2022-07-20T16:53:50.859Z] #14 46.09 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]
16:53:50 [2022-07-20T16:53:50.859Z] #14 46.97 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]
16:53:50 [2022-07-20T16:53:50.859Z] #14 47.79 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]
16:53:50 [2022-07-20T16:53:50.859Z] #14 49.78 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]
16:53:50 [2022-07-20T16:53:50.859Z] #14 ...
16:53:50 [2022-07-20T16:53:50.859Z] 
16:53:50 [2022-07-20T16:53:50.859Z] #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
16:53:50 [2022-07-20T16:53:50.859Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:50 [2022-07-20T16:53:50.859Z] #51 44.43 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
16:53:50 [2022-07-20T16:53:50.859Z] #51 45.84 debconf: delaying package configuration, since apt-utils is not installed
16:53:50 [2022-07-20T16:53:50.859Z] #51 46.11 Fetched 2315 kB in 3s (670 kB/s)
16:53:50 [2022-07-20T16:53:50.859Z] #51 46.46 Selecting previously unselected package libprotobuf23:amd64.
16:53:50 [2022-07-20T16:53:50.859Z] #51 46.46 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
16:53:50 [2022-07-20T16:53:50.859Z] #51 46.49 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
16:53:50 [2022-07-20T16:53:50.859Z] #51 46.55 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
16:53:50 [2022-07-20T16:53:50.859Z] #51 47.55 Selecting previously unselected package python3-pkg-resources.
16:53:50 [2022-07-20T16:53:50.859Z] #51 47.55 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
16:53:50 [2022-07-20T16:53:50.859Z] #51 47.55 Unpacking python3-pkg-resources (52.0.0-4) ...
16:53:50 [2022-07-20T16:53:50.859Z] #51 47.90 Selecting previously unselected package python3-six.
16:53:50 [2022-07-20T16:53:50.859Z] #51 47.90 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
16:53:50 [2022-07-20T16:53:50.859Z] #51 47.90 Unpacking python3-six (1.16.0-2) ...
16:53:50 [2022-07-20T16:53:50.859Z] #51 48.02 Selecting previously unselected package python3-protobuf.
16:53:50 [2022-07-20T16:53:50.859Z] #51 48.02 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
16:53:50 [2022-07-20T16:53:50.859Z] #51 48.02 Unpacking python3-protobuf (3.12.4-1) ...
16:53:50 [2022-07-20T16:53:50.859Z] #51 49.27 Selecting previously unselected package libnet1:amd64.
16:53:50 [2022-07-20T16:53:50.859Z] #51 49.27 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:53:50 [2022-07-20T16:53:50.859Z] #51 49.27 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:53:50 [2022-07-20T16:53:50.979Z] #44 5.911 [100%] Built target tini-static
16:53:51 [2022-07-20T16:53:51.073Z] #84 87.79 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:53:51 [2022-07-20T16:53:51.073Z] #84 87.79 libtoolize: copying file 'm4/libtool.m4'
16:53:51 [2022-07-20T16:53:51.118Z] #51 49.47 Selecting previously unselected package libnl-3-200:amd64.
16:53:51 [2022-07-20T16:53:51.118Z] #51 49.47 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
16:53:51 [2022-07-20T16:53:51.118Z] #51 49.47 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
16:53:51 [2022-07-20T16:53:51.118Z] #51 49.66 Selecting previously unselected package libprotobuf-c1:amd64.
16:53:51 [2022-07-20T16:53:51.118Z] #51 49.66 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
16:53:51 [2022-07-20T16:53:51.118Z] #51 49.66 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:53:51 [2022-07-20T16:53:51.239Z] #44 5.949 + mkdir -p /build
16:53:51 [2022-07-20T16:53:51.239Z] #44 5.954 + cp tini-static /build/docker-init
16:53:51 [2022-07-20T16:53:51.239Z] #44 DONE 6.1s
16:53:51 [2022-07-20T16:53:51.239Z] 
16:53:51 [2022-07-20T16:53:51.239Z] #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
16:53:51 [2022-07-20T16:53:51.239Z] #26 sha256:d4a2a87dc71115a6137aff7c80672541bad948ac4acbf96cb32d9f42bde56737
16:53:51 [2022-07-20T16:53:51.320Z] #55 41.99 go: downloading github.com/moricho/tparallel v0.2.1
16:53:51 [2022-07-20T16:53:51.320Z] #55 41.99 go: downloading github.com/nakabonne/nestif v0.3.1
16:53:51 [2022-07-20T16:53:51.320Z] #55 42.09 go: downloading github.com/nishanths/exhaustive v0.7.11
16:53:51 [2022-07-20T16:53:51.320Z] #55 ...
16:53:51 [2022-07-20T16:53:51.320Z] 
16:53:51 [2022-07-20T16:53:51.320Z] #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             ;
16:53:51 [2022-07-20T16:53:51.320Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:51 [2022-07-20T16:53:51.320Z] #76 32.07 Fetched 8555 kB in 25s (340 kB/s)
16:53:51 [2022-07-20T16:53:51.320Z] #76 32.07 Reading package lists...
16:53:51 [2022-07-20T16:53:51.331Z] #84 88.05 libtoolize: copying file 'm4/ltoptions.m4'
16:53:51 [2022-07-20T16:53:51.498Z] #26 ...
16:53:51 [2022-07-20T16:53:51.498Z] 
16:53:51 [2022-07-20T16:53:51.498Z] #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
16:53:51 [2022-07-20T16:53:51.498Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:53:51 [2022-07-20T16:53:51.498Z] #77 12.27 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
16:53:51 [2022-07-20T16:53:51.577Z] #76 41.70 Reading package lists...
16:53:51 [2022-07-20T16:53:51.577Z] #76 ...
16:53:51 [2022-07-20T16:53:51.577Z] 
16:53:51 [2022-07-20T16:53:51.577Z] #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
16:53:51 [2022-07-20T16:53:51.577Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:53:51 [2022-07-20T16:53:51.591Z] #84 88.22 libtoolize: copying file 'm4/ltsugar.m4'
16:53:51 [2022-07-20T16:53:51.686Z] #51 49.96 Selecting previously unselected package criu.
16:53:51 [2022-07-20T16:53:51.686Z] #51 49.97 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
16:53:51 [2022-07-20T16:53:51.686Z] #51 50.02 Unpacking criu (3.17.1-1) ...
16:53:51 [2022-07-20T16:53:51.686Z] #51 ...
16:53:51 [2022-07-20T16:53:51.686Z] 
16:53:51 [2022-07-20T16:53:51.686Z] #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
16:53:51 [2022-07-20T16:53:51.686Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.53 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]
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.53 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.57 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.57 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.60 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]
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.60 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.60 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.61 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.63 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.65 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
16:53:51 [2022-07-20T16:53:51.686Z] #14 50.66 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
16:53:51 [2022-07-20T16:53:51.835Z] #47 40.89 Updating files:  47% (1031/2177)
Updating files:  48% (1045/2177)
Updating files:  49% (1067/2177)
Updating files:  50% (1089/2177)
Updating files:  51% (1111/2177)
Updating files:  52% (1133/2177)
Updating files:  53% (1154/2177)
Updating files:  54% (1176/2177)
Updating files:  55% (1198/2177)
Updating files:  56% (1220/2177)
Updating files:  57% (1241/2177)
Updating files:  58% (1263/2177)
Updating files:  59% (1285/2177)
Updating files:  60% (1307/2177)
Updating files:  61% (1328/2177)
Updating files:  62% (1350/2177)
Updating files:  63% (1372/2177)
Updating files:  64% (1394/2177)
Updating files:  65% (1416/2177)
Updating files:  66% (1437/2177)
Updating files:  67% (1459/2177)
Updating files:  68% (1481/2177)
Updating files:  69% (1503/2177)
Updating files:  70% (1524/2177)
Updating files:  71% (1546/2177)
Updating files:  72% (1568/2177)
Updating files:  73% (1590/2177)
Updating files:  74% (1611/2177)
Updating files:  75% (1633/2177)
Updating files:  76% (1655/2177)
Updating files:  77% (1677/2177)
Updating files:  78% (1699/2177)
Updating files:  79% (1720/2177)
Updating files:  80% (1742/2177)
Updating files:  81% (1764/2177)
Updating files:  82% (1786/2177)
Updating files:  83% (1807/2177)
Updating files:  84% (1829/2177)
Updating files:  85% (1851/2177)
Updating files:  86% (1873/2177)
Updating files:  87% (1894/2177)
Updating files:  88% (1916/2177)
Updating files:  89% (1938/2177)
Updating files:  90% (1960/2177)
Updating files:  91% (1982/2177)
Updating files:  91% (1997/2177)
Updating files:  92% (2003/2177)
Updating files:  93% (2025/2177)
Updating files:  94% (2047/2177)
Updating files:  95% (2069/2177)
Updating files:  96% (2090/2177)
Updating files:  97% (2112/2177)
Updating files:  98% (2134/2177)
Updating files:  99% (2156/2177)
Updating files: 100% (2177/2177)
Updating files: 100% (2177/2177), done.
16:53:51 [2022-07-20T16:53:51.835Z] #47 42.18 + git checkout -q v2.3.0
16:53:51 [2022-07-20T16:53:51.850Z] #84 88.37 libtoolize: copying file 'm4/ltversion.m4'
16:53:51 [2022-07-20T16:53:51.850Z] #84 88.58 libtoolize: copying file 'm4/lt~obsolete.m4'
16:53:51 [2022-07-20T16:53:51.945Z] #14 50.75 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #14 50.75 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #14 50.75 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #14 50.77 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #14 ...
16:53:51 [2022-07-20T16:53:51.945Z] 
16:53:51 [2022-07-20T16:53:51.945Z] #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
16:53:51 [2022-07-20T16:53:51.945Z] #64 sha256:0b18d0afb004246aa6b9bcbb2e2c6989d25f273f24276c87e0e0d11a35a8e8bd
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.218 + RM_GOPATH=0
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.218 + TMP_GOPATH=
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.218 + : /build
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.218 + '[' -z '' ']'
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.218 ++ mktemp -d
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.253 + export GOPATH=/tmp/tmp.KbNA8P11Hx
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.253 + GOPATH=/tmp/tmp.KbNA8P11Hx
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.253 + RM_GOPATH=1
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.253 + case "$(go env GOARCH)" in
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.253 ++ go env GOARCH
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.290 + export GO_BUILDMODE=-buildmode=pie
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.290 + GO_BUILDMODE=-buildmode=pie
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.290 ++ dirname /install.sh
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.290 + dir=/
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.290 + bin=containerd
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.290 + shift
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.290 + '[' '!' -f //containerd.installer ']'
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.290 + . //containerd.installer
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.318 Install containerd version v1.6.6
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.345 ++ set -e
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.345 ++ : v1.6.6
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.345 + install_containerd
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.345 + echo 'Install containerd version v1.6.6'
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.345 + git clone https://github.com/containerd/containerd.git /tmp/tmp.KbNA8P11Hx/src/github.com/containerd/containerd
16:53:51 [2022-07-20T16:53:51.945Z] #64 7.345 Cloning into '/tmp/tmp.KbNA8P11Hx/src/github.com/containerd/containerd'...
16:53:51 [2022-07-20T16:53:51.945Z] #64 ...
16:53:51 [2022-07-20T16:53:51.945Z] 
16:53:51 [2022-07-20T16:53:51.945Z] #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
16:53:51 [2022-07-20T16:53:51.945Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:51 [2022-07-20T16:53:51.945Z] #42 40.89 The following NEW packages will be installed:
16:53:51 [2022-07-20T16:53:51.945Z] #42 40.89   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:53:51 [2022-07-20T16:53:51.945Z] #42 40.89   vim-common xxd
16:53:51 [2022-07-20T16:53:51.945Z] #42 41.36 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:53:51 [2022-07-20T16:53:51.945Z] #42 41.36 Need to get 17.7 MB of archives.
16:53:51 [2022-07-20T16:53:51.945Z] #42 41.36 After this operation, 70.7 MB of additional disk space will be used.
16:53:51 [2022-07-20T16:53:51.945Z] #42 41.36 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #42 41.36 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #42 41.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #42 41.59 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #42 42.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #42 42.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #42 42.59 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #42 42.59 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #42 42.59 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #42 42.59 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
16:53:51 [2022-07-20T16:53:51.945Z] #42 43.89 debconf: delaying package configuration, since apt-utils is not installed
16:53:51 [2022-07-20T16:53:51.945Z] #42 44.27 Fetched 17.7 MB in 2s (8950 kB/s)
16:53:51 [2022-07-20T16:53:51.945Z] #42 44.31 Selecting previously unselected package xxd.
16:53:51 [2022-07-20T16:53:51.945Z] #42 44.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 ... 15717 files and directories currently installed.)
16:53:51 [2022-07-20T16:53:51.945Z] #42 44.35 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
16:53:51 [2022-07-20T16:53:51.945Z] #42 44.42 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:53:51 [2022-07-20T16:53:51.945Z] #42 44.59 Selecting previously unselected package vim-common.
16:53:51 [2022-07-20T16:53:51.945Z] #42 44.59 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:53:51 [2022-07-20T16:53:51.945Z] #42 44.62 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:53:51 [2022-07-20T16:53:51.945Z] #42 44.90 Selecting previously unselected package cmake-data.
16:53:51 [2022-07-20T16:53:51.945Z] #42 44.90 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
16:53:51 [2022-07-20T16:53:51.945Z] #42 44.90 Unpacking cmake-data (3.18.4-2+deb11u1) ...
16:53:51 [2022-07-20T16:53:51.945Z] #42 48.95 Selecting previously unselected package libicu67:amd64.
16:53:51 [2022-07-20T16:53:51.945Z] #42 48.99 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
16:53:51 [2022-07-20T16:53:51.945Z] #42 49.04 Unpacking libicu67:amd64 (67.1-7) ...
16:53:52 [2022-07-20T16:53:52.079Z] #77 12.75 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
16:53:52 [2022-07-20T16:53:52.210Z] #42 ...
16:53:52 [2022-07-20T16:53:52.210Z] 
16:53:52 [2022-07-20T16:53:52.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             ;
16:53:52 [2022-07-20T16:53:52.210Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:52 [2022-07-20T16:53:52.210Z] #76 48.25 Selecting previously unselected package libsystemd-dev:amd64.
16:53:52 [2022-07-20T16:53:52.210Z] #76 48.25 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 48.25 Unpacking libsystemd-dev:amd64 (247.3-7) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 49.31 Selecting previously unselected package libtool.
16:53:52 [2022-07-20T16:53:52.210Z] #76 49.31 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 49.52 Unpacking libtool (2.4.6-15) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 49.98 Selecting previously unselected package libudev-dev:amd64.
16:53:52 [2022-07-20T16:53:52.210Z] #76 49.98 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 49.98 Unpacking libudev-dev:amd64 (247.3-7) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.30 Selecting previously unselected package libyajl2:amd64.
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.30 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.30 Unpacking libyajl2:amd64 (2.1.0-3) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.53 Selecting previously unselected package libyajl-dev:amd64.
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.53 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.53 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.82 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.84 Setting up libmagic-mgc (1:5.39-3) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.86 Setting up libyajl2:amd64 (2.1.0-3) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.87 Setting up libmagic1:amd64 (1:5.39-3) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.90 Setting up file (1:5.39-3) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.92 Setting up bzip2 (1.0.8-4) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.93 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.94 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.96 Setting up libcap2:amd64 (1:2.44-1) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.97 Setting up autotools-dev (20180224.1+nmu1) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 50.99 Setting up libsigsegv2:amd64 (2.13-1) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 51.00 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 51.01 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:53:52 [2022-07-20T16:53:52.210Z] #76 51.04 Setting up patch (2.7.6-7) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 51.07 Setting up libudev-dev:amd64 (247.3-7) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 51.09 Setting up libyajl-dev:amd64 (2.1.0-3) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 51.14 Setting up libcap-dev:amd64 (1:2.44-1) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 51.14 Setting up libsystemd-dev:amd64 (247.3-7) ...
16:53:52 [2022-07-20T16:53:52.210Z] #76 51.15 Setting up libtool (2.4.6-15) ...
16:53:52 [2022-07-20T16:53:52.340Z] #77 13.03 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
16:53:52 [2022-07-20T16:53:52.469Z] #76 51.19 Setting up m4 (1.4.18-5) ...
16:53:52 [2022-07-20T16:53:52.469Z] #76 51.23 Setting up dpkg-dev (1.20.11) ...
16:53:52 [2022-07-20T16:53:52.469Z] #76 51.25 Setting up autoconf (2.69-14) ...
16:53:52 [2022-07-20T16:53:52.469Z] #76 51.28 Setting up build-essential (12.9) ...
16:53:52 [2022-07-20T16:53:52.469Z] #76 51.32 Setting up automake (1:1.16.3-2) ...
16:53:52 [2022-07-20T16:53:52.469Z] #76 51.32 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:53:52 [2022-07-20T16:53:52.469Z] #76 51.35 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:53:52 [2022-07-20T16:53:52.470Z] #42 ...
16:53:52 [2022-07-20T16:53:52.470Z] 
16:53:52 [2022-07-20T16:53:52.470Z] #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
16:53:52 [2022-07-20T16:53:52.470Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:52 [2022-07-20T16:53:52.470Z] #62 49.85 Building dependency tree...
16:53:52 [2022-07-20T16:53:52.470Z] #62 55.47 The following additional packages will be installed:
16:53:52 [2022-07-20T16:53:52.470Z] #62 55.49   libbtrfs0
16:53:52 [2022-07-20T16:53:52.470Z] #62 55.87 The following NEW packages will be installed:
16:53:52 [2022-07-20T16:53:52.470Z] #62 55.90   libbtrfs-dev libbtrfs0
16:53:52 [2022-07-20T16:53:52.470Z] #62 56.41 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:53:52 [2022-07-20T16:53:52.470Z] #62 56.41 Need to get 460 kB of archives.
16:53:52 [2022-07-20T16:53:52.470Z] #62 56.41 After this operation, 1237 kB of additional disk space will be used.
16:53:52 [2022-07-20T16:53:52.470Z] #62 56.41 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:53:52 [2022-07-20T16:53:52.470Z] #62 56.41 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:53:52 [2022-07-20T16:53:52.470Z] #62 58.50 debconf: delaying package configuration, since apt-utils is not installed
16:53:52 [2022-07-20T16:53:52.470Z] #62 58.93 Fetched 460 kB in 0s (1277 kB/s)
16:53:52 [2022-07-20T16:53:52.470Z] #62 59.15 Selecting previously unselected package libbtrfs0:amd64.
16:53:52 [2022-07-20T16:53:52.470Z] #62 59.15 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
16:53:52 [2022-07-20T16:53:52.470Z] #62 59.34 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
16:53:52 [2022-07-20T16:53:52.470Z] #62 59.38 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:53:52 [2022-07-20T16:53:52.470Z] #62 59.70 Selecting previously unselected package libbtrfs-dev:amd64.
16:53:52 [2022-07-20T16:53:52.470Z] #62 59.70 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
16:53:52 [2022-07-20T16:53:52.470Z] #62 59.74 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:53:52 [2022-07-20T16:53:52.470Z] #62 60.35 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:53:52 [2022-07-20T16:53:52.470Z] #62 60.42 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:53:52 [2022-07-20T16:53:52.470Z] #62 60.45 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:53:52 [2022-07-20T16:53:52.470Z] #62 DONE 61.2s
16:53:52 [2022-07-20T16:53:52.730Z] 
16:53:52 [2022-07-20T16:53:52.731Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
16:53:52 [2022-07-20T16:53:52.731Z] #63 sha256:4f52bd46170fd7833b2b6eb63b5f1563866cc5159ee6f62daf0fe40bf975df0e
16:53:52 [2022-07-20T16:53:52.731Z] #63 DONE 0.1s
16:53:52 [2022-07-20T16:53:52.731Z] 
16:53:52 [2022-07-20T16:53:52.731Z] #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             ;
16:53:52 [2022-07-20T16:53:52.731Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:52 [2022-07-20T16:53:52.731Z] #76 55.44 python3 is already the newest version (3.9.2-3).
16:53:52 [2022-07-20T16:53:52.731Z] #76 55.44 The following additional packages will be installed:
16:53:52 [2022-07-20T16:53:52.731Z] #76 55.47   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
16:53:52 [2022-07-20T16:53:52.731Z] #76 55.47   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
16:53:52 [2022-07-20T16:53:52.731Z] #76 55.51 Suggested packages:
16:53:52 [2022-07-20T16:53:52.731Z] #76 55.52   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
16:53:52 [2022-07-20T16:53:52.731Z] #76 55.52   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
16:53:52 [2022-07-20T16:53:52.731Z] #76 55.52   m4-doc ed diffutils-doc
16:53:52 [2022-07-20T16:53:52.731Z] #76 55.53 Recommended packages:
16:53:52 [2022-07-20T16:53:52.731Z] #76 55.53   fakeroot libalgorithm-merge-perl libltdl-dev
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.00 The following NEW packages will be installed:
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.03   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.04   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.08   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.08   libyajl2 m4 patch xz-utils
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.70 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.70 Need to get 5940 kB of archives.
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.70 After this operation, 18.7 MB of additional disk space will be used.
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.74 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.76 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.85 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.87 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.89 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 58.99 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.03 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.24 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.27 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.27 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.27 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.30 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.31 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.36 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.42 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.44 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.46 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 59.47 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
16:53:52 [2022-07-20T16:53:52.731Z] #76 61.03 debconf: delaying package configuration, since apt-utils is not installed
16:53:52 [2022-07-20T16:53:52.731Z] #76 61.36 Fetched 5940 kB in 1s (5142 kB/s)
16:53:52 [2022-07-20T16:53:52.991Z] #76 61.59 Selecting previously unselected package bzip2.
16:53:53 [2022-07-20T16:53:53.206Z] #47 ...
16:53:53 [2022-07-20T16:53:53.206Z] 
16:53:53 [2022-07-20T16:53:53.206Z] #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
16:53:53 [2022-07-20T16:53:53.206Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:53 [2022-07-20T16:53:53.206Z] #51 33.89 Fetched 8558 kB in 26s (324 kB/s)
16:53:53 [2022-07-20T16:53:53.206Z] #51 33.89 Reading package lists...
16:53:53 [2022-07-20T16:53:53.225Z] #84 ...
16:53:53 [2022-07-20T16:53:53.225Z] 
16:53:53 [2022-07-20T16:53:53.225Z] #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
16:53:53 [2022-07-20T16:53:53.225Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1 The following NEW packages will be installed:
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   crossbuild-essential-armel crossbuild-essential-armhf
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
16:53:53 [2022-07-20T16:53:53.225Z] #19 135.1   linux-libc-dev-s390x-cross patch xz-utils
16:53:53 [2022-07-20T16:53:53.253Z] #76 61.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.)
16:53:53 [2022-07-20T16:53:53.253Z] #76 61.79 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
16:53:53 [2022-07-20T16:53:53.253Z] #76 61.80 Unpacking bzip2 (1.0.8-4) ...
16:53:53 [2022-07-20T16:53:53.464Z] #51 43.61 Reading package lists...
16:53:53 [2022-07-20T16:53:53.464Z] #51 ...
16:53:53 [2022-07-20T16:53:53.464Z] 
16:53:53 [2022-07-20T16:53:53.464Z] #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
16:53:53 [2022-07-20T16:53:53.464Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:53 [2022-07-20T16:53:53.464Z] #55 42.37 go: downloading github.com/nishanths/predeclared v0.2.2
16:53:53 [2022-07-20T16:53:53.464Z] #55 42.51 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
16:53:53 [2022-07-20T16:53:53.464Z] #55 42.78 go: downloading github.com/ryancurrah/gomodguard v1.2.3
16:53:53 [2022-07-20T16:53:53.464Z] #55 43.00 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
16:53:53 [2022-07-20T16:53:53.464Z] #55 43.00 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
16:53:53 [2022-07-20T16:53:53.464Z] #55 43.44 go: downloading github.com/securego/gosec/v2 v2.11.0
16:53:53 [2022-07-20T16:53:53.464Z] #55 43.97 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
16:53:53 [2022-07-20T16:53:53.464Z] #55 43.98 go: downloading github.com/sivchari/containedctx v1.0.2
16:53:53 [2022-07-20T16:53:53.464Z] #55 44.06 go: downloading github.com/sivchari/tenv v1.5.0
16:53:53 [2022-07-20T16:53:53.464Z] #55 44.21 go: downloading github.com/sonatard/noctx v0.0.1
16:53:53 [2022-07-20T16:53:53.514Z] #76 62.00 Selecting previously unselected package libmagic-mgc.
16:53:53 [2022-07-20T16:53:53.514Z] #76 62.03 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
16:53:53 [2022-07-20T16:53:53.514Z] #76 62.05 Unpacking libmagic-mgc (1:5.39-3) ...
16:53:53 [2022-07-20T16:53:53.514Z] #76 ...
16:53:53 [2022-07-20T16:53:53.514Z] 
16:53:53 [2022-07-20T16:53:53.514Z] #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
16:53:53 [2022-07-20T16:53:53.514Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:53 [2022-07-20T16:53:53.514Z] #42 61.46 debconf: delaying package configuration, since apt-utils is not installed
16:53:53 [2022-07-20T16:53:53.514Z] #42 61.93 Fetched 17.7 MB in 2s (8366 kB/s)
16:53:53 [2022-07-20T16:53:53.514Z] #42 62.05 Selecting previously unselected package xxd.
16:53:53 [2022-07-20T16:53:53.514Z] #42 62.05 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
16:53:53 [2022-07-20T16:53:53.514Z] #42 62.19 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
16:53:53 [2022-07-20T16:53:53.514Z] #42 62.21 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:53:53 [2022-07-20T16:53:53.722Z] #55 44.41 go: downloading github.com/sourcegraph/go-diff v0.6.1
16:53:53 [2022-07-20T16:53:53.993Z] #55 44.84 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
16:53:54 [2022-07-20T16:53:54.085Z] #42 62.64 Selecting previously unselected package vim-common.
16:53:54 [2022-07-20T16:53:54.085Z] #42 62.65 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:53:54 [2022-07-20T16:53:54.085Z] #42 62.69 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:53:54 [2022-07-20T16:53:54.165Z] #19 136.0 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded.
16:53:54 [2022-07-20T16:53:54.165Z] #19 136.0 Need to get 788 MB of archives.
16:53:54 [2022-07-20T16:53:54.165Z] #19 136.0 After this operation, 3385 MB of additional disk space will be used.
16:53:54 [2022-07-20T16:53:54.165Z] #19 136.0 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
16:53:54 [2022-07-20T16:53:54.165Z] #19 136.0 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:53:54 [2022-07-20T16:53:54.165Z] #19 136.0 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
16:53:54 [2022-07-20T16:53:54.165Z] #19 136.1 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
16:53:54 [2022-07-20T16:53:54.165Z] #19 136.1 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
16:53:54 [2022-07-20T16:53:54.165Z] #19 136.1 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
16:53:54 [2022-07-20T16:53:54.165Z] #19 136.1 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
16:53:54 [2022-07-20T16:53:54.165Z] #19 136.2 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
16:53:54 [2022-07-20T16:53:54.250Z] #55 44.87 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
16:53:54 [2022-07-20T16:53:54.424Z] #19 136.4 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
16:53:54 [2022-07-20T16:53:54.507Z] #55 45.04 go: downloading github.com/sylvia7788/contextcheck v1.0.4
16:53:54 [2022-07-20T16:53:54.507Z] #55 45.22 go: downloading github.com/tdakkota/asciicheck v0.1.1
16:53:54 [2022-07-20T16:53:54.562Z] #76 DONE 53.0s
16:53:54 [2022-07-20T16:53:54.562Z] 
16:53:54 [2022-07-20T16:53:54.562Z] #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
16:53:54 [2022-07-20T16:53:54.562Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:53:54 [2022-07-20T16:53:54.656Z] #42 63.24 Selecting previously unselected package cmake-data.
16:53:54 [2022-07-20T16:53:54.656Z] #42 63.24 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
16:53:54 [2022-07-20T16:53:54.656Z] #42 63.28 Unpacking cmake-data (3.18.4-2+deb11u1) ...
16:53:54 [2022-07-20T16:53:54.683Z] #19 136.5 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
16:53:54 [2022-07-20T16:53:54.683Z] #19 136.6 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
16:53:54 [2022-07-20T16:53:54.683Z] #19 136.7 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]
16:53:54 [2022-07-20T16:53:54.683Z] #19 136.7 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]
16:53:54 [2022-07-20T16:53:54.764Z] #55 45.31 go: downloading github.com/tetafro/godot v1.4.11
16:53:54 [2022-07-20T16:53:54.764Z] #55 45.36 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
16:53:54 [2022-07-20T16:53:54.764Z] #55 45.47 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
16:53:54 [2022-07-20T16:53:54.764Z] #55 45.56 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
16:53:54 [2022-07-20T16:53:54.916Z] #42 ...
16:53:54 [2022-07-20T16:53:54.916Z] 
16:53:54 [2022-07-20T16:53:54.916Z] #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
16:53:54 [2022-07-20T16:53:54.916Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:53:54 [2022-07-20T16:53:54.916Z] #51 50.36 Building dependency tree...
16:53:54 [2022-07-20T16:53:54.916Z] #51 56.75 The following additional packages will be installed:
16:53:54 [2022-07-20T16:53:54.916Z] #51 56.77   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:53:54 [2022-07-20T16:53:54.916Z] #51 56.77   python3-protobuf python3-six
16:53:54 [2022-07-20T16:53:54.916Z] #51 56.78 Suggested packages:
16:53:54 [2022-07-20T16:53:54.917Z] #51 56.81   python3-setuptools
16:53:54 [2022-07-20T16:53:54.917Z] #51 56.81 Recommended packages:
16:53:54 [2022-07-20T16:53:54.917Z] #51 56.81   iproute2 | iproute
16:53:54 [2022-07-20T16:53:54.917Z] #51 58.02 The following NEW packages will be installed:
16:53:54 [2022-07-20T16:53:54.917Z] #51 58.04   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:53:54 [2022-07-20T16:53:54.917Z] #51 58.05   python3-protobuf python3-six
16:53:54 [2022-07-20T16:53:54.917Z] #51 58.74 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
16:53:54 [2022-07-20T16:53:54.917Z] #51 58.74 Need to get 2315 kB of archives.
16:53:54 [2022-07-20T16:53:54.917Z] #51 58.74 After this operation, 11.1 MB of additional disk space will be used.
16:53:54 [2022-07-20T16:53:54.917Z] #51 58.74 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
16:53:54 [2022-07-20T16:53:54.917Z] #51 59.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:53:54 [2022-07-20T16:53:54.917Z] #51 59.10 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
16:53:54 [2022-07-20T16:53:54.917Z] #51 59.10 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
16:53:54 [2022-07-20T16:53:54.917Z] #51 59.23 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:53:54 [2022-07-20T16:53:54.917Z] #51 59.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
16:53:54 [2022-07-20T16:53:54.917Z] #51 59.23 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
16:53:54 [2022-07-20T16:53:54.917Z] #51 61.55 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
16:53:54 [2022-07-20T16:53:54.917Z] #51 ...
16:53:54 [2022-07-20T16:53:54.917Z] 
16:53:54 [2022-07-20T16:53:54.917Z] #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             ;
16:53:54 [2022-07-20T16:53:54.917Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:54 [2022-07-20T16:53:54.917Z] #76 63.10 Selecting previously unselected package libmagic1:amd64.
16:53:54 [2022-07-20T16:53:54.917Z] #76 63.10 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
16:53:54 [2022-07-20T16:53:54.917Z] #76 63.11 Unpacking libmagic1:amd64 (1:5.39-3) ...
16:53:54 [2022-07-20T16:53:54.917Z] #76 63.38 Selecting previously unselected package file.
16:53:54 [2022-07-20T16:53:54.917Z] #76 63.38 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
16:53:54 [2022-07-20T16:53:54.917Z] #76 63.41 Unpacking file (1:5.39-3) ...
16:53:55 [2022-07-20T16:53:55.177Z] #76 63.85 Selecting previously unselected package xz-utils.
16:53:55 [2022-07-20T16:53:55.177Z] #76 63.90 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
16:53:55 [2022-07-20T16:53:55.328Z] #55 46.01 go: downloading github.com/ultraware/funlen v0.0.3
16:53:55 [2022-07-20T16:53:55.328Z] #55 46.12 go: downloading github.com/ultraware/whitespace v0.0.5
16:53:55 [2022-07-20T16:53:55.328Z] #55 ...
16:53:55 [2022-07-20T16:53:55.328Z] 
16:53:55 [2022-07-20T16:53:55.328Z] #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
16:53:55 [2022-07-20T16:53:55.328Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:53:55 [2022-07-20T16:53:55.328Z] #36 36.11 go: downloading github.com/russross/blackfriday/v2 v2.0.1
16:53:55 [2022-07-20T16:53:55.328Z] #36 36.56 go: downloading github.com/cilium/ebpf v0.7.0
16:53:55 [2022-07-20T16:53:55.328Z] #36 37.94 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
16:53:55 [2022-07-20T16:53:55.437Z] #76 63.91 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:53:55 [2022-07-20T16:53:55.585Z] #36 ...
16:53:55 [2022-07-20T16:53:55.585Z] 
16:53:55 [2022-07-20T16:53:55.585Z] #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
16:53:55 [2022-07-20T16:53:55.585Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:53:55 [2022-07-20T16:53:55.585Z] #55 46.19 go: downloading github.com/uudashr/gocognit v1.0.5
16:53:55 [2022-07-20T16:53:55.697Z] #76 64.47 Selecting previously unselected package libsigsegv2:amd64.
16:53:55 [2022-07-20T16:53:55.845Z] #55 46.44 go: downloading github.com/yagipy/maintidx v1.0.0
16:53:55 [2022-07-20T16:53:55.957Z] #76 64.48 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
16:53:55 [2022-07-20T16:53:55.957Z] #76 64.48 Unpacking libsigsegv2:amd64 (2.13-1) ...
16:53:56 [2022-07-20T16:53:56.102Z] #55 46.59 go: downloading github.com/yeya24/promlinter v0.2.0
16:53:56 [2022-07-20T16:53:56.102Z] #55 46.84 go: downloading gitlab.com/bosi/decorder v0.2.1
16:53:56 [2022-07-20T16:53:56.217Z] #76 64.74 Selecting previously unselected package m4.
16:53:56 [2022-07-20T16:53:56.217Z] #76 64.81 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
16:53:56 [2022-07-20T16:53:56.217Z] #76 64.82 Unpacking m4 (1.4.18-5) ...
16:53:56 [2022-07-20T16:53:56.359Z] #55 47.06 go: downloading honnef.co/go/tools v0.3.1
16:53:56 [2022-07-20T16:53:56.591Z] #19 138.5 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]
16:53:56 [2022-07-20T16:53:56.591Z] #19 138.6 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]
16:53:56 [2022-07-20T16:53:56.787Z] #76 65.38 Selecting previously unselected package autoconf.
16:53:56 [2022-07-20T16:53:56.787Z] #76 65.39 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
16:53:56 [2022-07-20T16:53:56.787Z] #76 65.40 Unpacking autoconf (2.69-14) ...
16:53:56 [2022-07-20T16:53:56.923Z] #55 ...
16:53:56 [2022-07-20T16:53:56.923Z] 
16:53:56 [2022-07-20T16:53:56.923Z] #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
16:53:56 [2022-07-20T16:53:56.923Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:56 [2022-07-20T16:53:56.923Z] #62 37.69 Reading package lists...
16:53:57 [2022-07-20T16:53:57.179Z] #62 47.51 Building dependency tree...
16:53:57 [2022-07-20T16:53:57.179Z] #62 ...
16:53:57 [2022-07-20T16:53:57.179Z] 
16:53:57 [2022-07-20T16:53:57.179Z] #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
16:53:57 [2022-07-20T16:53:57.179Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:57 [2022-07-20T16:53:57.179Z] #42 39.14 Building dependency tree...
16:53:57 [2022-07-20T16:53:57.179Z] #42 45.54 The following additional packages will be installed:
16:53:57 [2022-07-20T16:53:57.179Z] #42 45.54   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
16:53:57 [2022-07-20T16:53:57.179Z] #42 45.58 Suggested packages:
16:53:57 [2022-07-20T16:53:57.179Z] #42 45.58   cmake-doc ninja-build lrzip
16:53:57 [2022-07-20T16:53:57.179Z] #42 45.58 Recommended packages:
16:53:57 [2022-07-20T16:53:57.179Z] #42 45.58   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:53:57 [2022-07-20T16:53:57.179Z] #42 47.11 The following NEW packages will be installed:
16:53:57 [2022-07-20T16:53:57.179Z] #42 47.13   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:53:57 [2022-07-20T16:53:57.179Z] #42 47.14   vim-common xxd
16:53:57 [2022-07-20T16:53:57.179Z] #42 47.63 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:53:57 [2022-07-20T16:53:57.179Z] #42 47.63 Need to get 17.7 MB of archives.
16:53:57 [2022-07-20T16:53:57.179Z] #42 47.63 After this operation, 70.7 MB of additional disk space will be used.
16:53:57 [2022-07-20T16:53:57.179Z] #42 47.63 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
16:53:57 [2022-07-20T16:53:57.179Z] #42 47.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:53:57 [2022-07-20T16:53:57.179Z] #42 47.65 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
16:53:57 [2022-07-20T16:53:57.179Z] #42 47.80 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:53:57 [2022-07-20T16:53:57.357Z] #76 65.77 Selecting previously unselected package autotools-dev.
16:53:57 [2022-07-20T16:53:57.357Z] #76 65.78 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
16:53:57 [2022-07-20T16:53:57.357Z] #76 65.81 Unpacking autotools-dev (20180224.1+nmu1) ...
16:53:57 [2022-07-20T16:53:57.617Z] #76 ...
16:53:57 [2022-07-20T16:53:57.617Z] 
16:53:57 [2022-07-20T16:53:57.617Z] #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
16:53:57 [2022-07-20T16:53:57.617Z] #40 sha256:667d10b0d609dfaf258e552612e5a80c46ee24788069eea0e871a0e8a006fc5c
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68 NAME:
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68    go-winres - A tool for embedding resources in Windows executables
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68 
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68 USAGE:
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68    go-winres [global options] command [command options] [arguments...]
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68 
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68 COMMANDS:
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68    init     Create an initial ./winres/winres.json
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68    make     Make syso files for the "go build" command
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68    simply   Make syso files for the "go build" command (simplified)
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68    extract  Extract all resources from an executable
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68    patch    Replace resources in an executable file (exe, dll)
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68    help, h  Shows a list of commands or help for one command
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68 
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68 GLOBAL OPTIONS:
16:53:57 [2022-07-20T16:53:57.617Z] #40 65.68    --help, -h  show help (default: false)
16:53:57 [2022-07-20T16:53:57.617Z] #40 DONE 66.1s
16:53:57 [2022-07-20T16:53:57.617Z] 
16:53:57 [2022-07-20T16:53:57.617Z] #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             ;
16:53:57 [2022-07-20T16:53:57.617Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:53:57 [2022-07-20T16:53:57.617Z] #76 66.22 Selecting previously unselected package automake.
16:53:57 [2022-07-20T16:53:57.617Z] #76 66.22 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
16:53:57 [2022-07-20T16:53:57.617Z] #76 66.26 Unpacking automake (1:1.16.3-2) ...
16:53:58 [2022-07-20T16:53:58.109Z] #42 48.69 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
16:53:58 [2022-07-20T16:53:58.110Z] #42 48.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
16:53:58 [2022-07-20T16:53:58.110Z] #42 48.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
16:53:58 [2022-07-20T16:53:58.110Z] #42 48.82 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
16:53:58 [2022-07-20T16:53:58.110Z] #42 48.82 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
16:53:58 [2022-07-20T16:53:58.110Z] #42 48.84 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
16:53:58 [2022-07-20T16:53:58.784Z] #77 4.067 Cloning into '/tmp/crun-build'...
16:53:58 [2022-07-20T16:53:58.915Z] #77 ...
16:53:58 [2022-07-20T16:53:58.916Z] 
16:53:58 [2022-07-20T16:53:58.916Z] #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
16:53:58 [2022-07-20T16:53:58.916Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:53:58 [2022-07-20T16:53:58.916Z] #14 60.84 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
16:53:58 [2022-07-20T16:53:58.916Z] #14 60.85 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
16:53:58 [2022-07-20T16:53:58.916Z] #14 60.86 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:53:58 [2022-07-20T16:53:58.999Z] #76 67.33 Selecting previously unselected package patch.
16:53:58 [2022-07-20T16:53:58.999Z] #76 67.33 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
16:53:58 [2022-07-20T16:53:58.999Z] #76 67.35 Unpacking patch (2.7.6-7) ...
16:53:59 [2022-07-20T16:53:59.126Z] #19 140.7 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]
16:53:59 [2022-07-20T16:53:59.126Z] #19 140.7 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]
16:53:59 [2022-07-20T16:53:59.259Z] #76 67.74 Selecting previously unselected package dpkg-dev.
16:53:59 [2022-07-20T16:53:59.259Z] #76 67.74 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
16:53:59 [2022-07-20T16:53:59.259Z] #76 67.75 Unpacking dpkg-dev (1.20.11) ...
16:53:59 [2022-07-20T16:53:59.351Z] #77 ...
16:53:59 [2022-07-20T16:53:59.351Z] 
16:53:59 [2022-07-20T16:53:59.351Z] #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
16:53:59 [2022-07-20T16:53:59.351Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:53:59 [2022-07-20T16:53:59.351Z] #42 56.95 Selecting previously unselected package libxml2:amd64.
16:53:59 [2022-07-20T16:53:59.351Z] #42 56.95 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
16:53:59 [2022-07-20T16:53:59.351Z] #42 56.96 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
16:53:59 [2022-07-20T16:53:59.351Z] #42 57.56 Selecting previously unselected package libarchive13:amd64.
16:53:59 [2022-07-20T16:53:59.351Z] #42 57.57 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
16:53:59 [2022-07-20T16:53:59.351Z] #42 57.58 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
16:53:59 [2022-07-20T16:53:59.351Z] #42 57.91 Selecting previously unselected package libjsoncpp24:amd64.
16:53:59 [2022-07-20T16:53:59.351Z] #42 57.91 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
16:53:59 [2022-07-20T16:53:59.351Z] #42 57.92 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:53:59 [2022-07-20T16:53:59.351Z] #42 58.07 Selecting previously unselected package librhash0:amd64.
16:53:59 [2022-07-20T16:53:59.351Z] #42 58.08 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
16:53:59 [2022-07-20T16:53:59.351Z] #42 58.08 Unpacking librhash0:amd64 (1.4.1-2) ...
16:53:59 [2022-07-20T16:53:59.351Z] #42 58.30 Selecting previously unselected package libuv1:amd64.
16:53:59 [2022-07-20T16:53:59.351Z] #42 58.30 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
16:53:59 [2022-07-20T16:53:59.351Z] #42 58.31 Unpacking libuv1:amd64 (1.40.0-2) ...
16:53:59 [2022-07-20T16:53:59.481Z] #42 ...
16:53:59 [2022-07-20T16:53:59.481Z] 
16:53:59 [2022-07-20T16:53:59.481Z] #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
16:53:59 [2022-07-20T16:53:59.481Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:53:59 [2022-07-20T16:53:59.481Z] #62 47.51 Building dependency tree...
16:53:59 [2022-07-20T16:53:59.611Z] #42 58.53 Selecting previously unselected package cmake.
16:53:59 [2022-07-20T16:53:59.611Z] #42 58.55 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
16:53:59 [2022-07-20T16:53:59.611Z] #42 58.56 Unpacking cmake (3.18.4-2+deb11u1) ...
16:54:00 [2022-07-20T16:54:00.646Z] #76 ...
16:54:00 [2022-07-20T16:54:00.646Z] 
16:54:00 [2022-07-20T16:54:00.646Z] #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
16:54:00 [2022-07-20T16:54:00.646Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:54:00 [2022-07-20T16:54:00.646Z] #55 59.22 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
16:54:00 [2022-07-20T16:54:00.646Z] #55 59.27 go: downloading github.com/gobwas/glob v0.2.3
16:54:00 [2022-07-20T16:54:00.646Z] #55 59.36 go: downloading github.com/kisielk/gotool v1.0.0
16:54:00 [2022-07-20T16:54:00.646Z] #55 59.64 go: downloading github.com/gostaticanalysis/comment v1.4.2
16:54:00 [2022-07-20T16:54:00.646Z] #55 59.78 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
16:54:00 [2022-07-20T16:54:00.646Z] #55 59.80 go: downloading github.com/ettle/strcase v0.1.1
16:54:00 [2022-07-20T16:54:00.646Z] #55 60.08 go: downloading github.com/fatih/structtag v1.2.0
16:54:00 [2022-07-20T16:54:00.646Z] #55 60.15 go: downloading github.com/Masterminds/semver v1.5.0
16:54:00 [2022-07-20T16:54:00.646Z] #55 60.28 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
16:54:00 [2022-07-20T16:54:00.646Z] #55 60.44 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
16:54:00 [2022-07-20T16:54:00.646Z] #55 60.53 go: downloading github.com/prometheus/client_golang v1.12.1
16:54:00 [2022-07-20T16:54:00.646Z] #55 61.26 go: downloading github.com/prometheus/client_model v0.2.0
16:54:00 [2022-07-20T16:54:00.646Z] #55 61.36 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
16:54:00 [2022-07-20T16:54:00.646Z] #55 61.78 go: downloading github.com/google/go-cmp v0.5.7
16:54:00 [2022-07-20T16:54:00.646Z] #55 62.24 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:54:00 [2022-07-20T16:54:00.646Z] #55 62.40 go: downloading github.com/hexops/gotextdiff v1.0.3
16:54:00 [2022-07-20T16:54:00.646Z] #55 62.66 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
16:54:00 [2022-07-20T16:54:00.646Z] #55 62.79 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
16:54:00 [2022-07-20T16:54:00.646Z] #55 62.99 go: downloading github.com/olekukonko/tablewriter v0.0.5
16:54:00 [2022-07-20T16:54:00.646Z] #55 63.34 go: downloading github.com/beorn7/perks v1.0.1
16:54:00 [2022-07-20T16:54:00.646Z] #55 63.39 go: downloading github.com/cespare/xxhash/v2 v2.1.2
16:54:00 [2022-07-20T16:54:00.646Z] #55 63.47 go: downloading github.com/golang/protobuf v1.5.2
16:54:00 [2022-07-20T16:54:00.646Z] #55 63.55 go: downloading github.com/prometheus/common v0.32.1
16:54:00 [2022-07-20T16:54:00.646Z] #55 64.35 go: downloading github.com/prometheus/procfs v0.7.3
16:54:00 [2022-07-20T16:54:00.646Z] #55 64.36 go: downloading google.golang.org/protobuf v1.28.0
16:54:00 [2022-07-20T16:54:00.646Z] #55 65.70 go: downloading github.com/mattn/go-runewidth v0.0.9
16:54:00 [2022-07-20T16:54:00.646Z] #55 68.00 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:54:00 [2022-07-20T16:54:00.907Z] #55 ...
16:54:00 [2022-07-20T16:54:00.907Z] 
16:54:00 [2022-07-20T16:54:00.907Z] #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
16:54:00 [2022-07-20T16:54:00.907Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:54:00 [2022-07-20T16:54:00.907Z] #42 69.41 Selecting previously unselected package libicu67:amd64.
16:54:00 [2022-07-20T16:54:00.907Z] #42 69.41 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
16:54:00 [2022-07-20T16:54:00.907Z] #42 69.45 Unpacking libicu67:amd64 (67.1-7) ...
16:54:00 [2022-07-20T16:54:00.907Z] #42 ...
16:54:00 [2022-07-20T16:54:00.907Z] 
16:54:00 [2022-07-20T16:54:00.907Z] #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
16:54:00 [2022-07-20T16:54:00.907Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:00 [2022-07-20T16:54:00.907Z] #14 59.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 59.52 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 59.54 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 59.60 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 60.01 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 60.33 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]
16:54:00 [2022-07-20T16:54:00.907Z] #14 60.33 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]
16:54:00 [2022-07-20T16:54:00.907Z] #14 61.43 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]
16:54:00 [2022-07-20T16:54:00.907Z] #14 64.06 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]
16:54:00 [2022-07-20T16:54:00.907Z] #14 65.18 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]
16:54:00 [2022-07-20T16:54:00.907Z] #14 66.28 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]
16:54:00 [2022-07-20T16:54:00.907Z] #14 68.73 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]
16:54:00 [2022-07-20T16:54:00.907Z] #14 69.59 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]
16:54:00 [2022-07-20T16:54:00.907Z] #14 69.60 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 69.60 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 69.61 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 69.62 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 69.64 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]
16:54:00 [2022-07-20T16:54:00.907Z] #14 69.64 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 69.65 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 69.68 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
16:54:00 [2022-07-20T16:54:00.907Z] #14 ...
16:54:00 [2022-07-20T16:54:00.907Z] 
16:54:00 [2022-07-20T16:54:00.907Z] #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             ;
16:54:00 [2022-07-20T16:54:00.907Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:54:00 [2022-07-20T16:54:00.907Z] #76 69.57 Selecting previously unselected package build-essential.
16:54:00 [2022-07-20T16:54:00.907Z] #76 69.58 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
16:54:00 [2022-07-20T16:54:00.907Z] #76 69.61 Unpacking build-essential (12.9) ...
16:54:01 [2022-07-20T16:54:01.034Z] #19 142.9 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]
16:54:01 [2022-07-20T16:54:01.034Z] #19 142.9 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]
16:54:01 [2022-07-20T16:54:01.167Z] #76 69.94 Selecting previously unselected package libcap2:amd64.
16:54:01 [2022-07-20T16:54:01.167Z] #76 69.94 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
16:54:01 [2022-07-20T16:54:01.382Z] #62 ...
16:54:01 [2022-07-20T16:54:01.382Z] 
16:54:01 [2022-07-20T16:54:01.382Z] #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
16:54:01 [2022-07-20T16:54:01.382Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:01 [2022-07-20T16:54:01.382Z] #14 33.10 Reading package lists...
16:54:01 [2022-07-20T16:54:01.382Z] #14 42.63 Reading package lists...
16:54:01 [2022-07-20T16:54:01.427Z] #76 69.94 Unpacking libcap2:amd64 (1:2.44-1) ...
16:54:01 [2022-07-20T16:54:01.639Z] #14 51.77 Building dependency tree...
16:54:01 [2022-07-20T16:54:01.640Z] #14 ...
16:54:01 [2022-07-20T16:54:01.640Z] 
16:54:01 [2022-07-20T16:54:01.640Z] #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
16:54:01 [2022-07-20T16:54:01.640Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:54:01 [2022-07-20T16:54:01.640Z] #42 51.29 debconf: delaying package configuration, since apt-utils is not installed
16:54:01 [2022-07-20T16:54:01.640Z] #42 51.89 Fetched 17.7 MB in 2s (8077 kB/s)
16:54:01 [2022-07-20T16:54:01.640Z] #42 52.05 Selecting previously unselected package xxd.
16:54:01 [2022-07-20T16:54:01.640Z] #42 52.05 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
16:54:01 [2022-07-20T16:54:01.640Z] #42 52.11 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
16:54:01 [2022-07-20T16:54:01.640Z] #42 52.12 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:54:01 [2022-07-20T16:54:01.686Z] #76 70.14 Selecting previously unselected package libcap-dev:amd64.
16:54:01 [2022-07-20T16:54:01.686Z] #76 70.14 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
16:54:01 [2022-07-20T16:54:01.686Z] #76 70.17 Unpacking libcap-dev:amd64 (1:2.44-1) ...
16:54:01 [2022-07-20T16:54:01.909Z] #42 52.63 Selecting previously unselected package vim-common.
16:54:01 [2022-07-20T16:54:01.946Z] #76 70.62 Selecting previously unselected package libprotobuf-c1:amd64.
16:54:01 [2022-07-20T16:54:01.946Z] #76 70.62 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
16:54:02 [2022-07-20T16:54:02.174Z] #42 52.65 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:54:02 [2022-07-20T16:54:02.174Z] #42 52.70 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:54:02 [2022-07-20T16:54:02.206Z] #76 70.65 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:54:02 [2022-07-20T16:54:02.206Z] #76 70.85 Selecting previously unselected package libprotobuf-c-dev:amd64.
16:54:02 [2022-07-20T16:54:02.206Z] #76 70.85 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
16:54:02 [2022-07-20T16:54:02.206Z] #76 70.88 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
16:54:02 [2022-07-20T16:54:02.466Z] #76 71.26 Selecting previously unselected package libseccomp-dev:amd64.
16:54:02 [2022-07-20T16:54:02.466Z] #76 71.26 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
16:54:02 [2022-07-20T16:54:02.725Z] #76 71.29 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:54:02 [2022-07-20T16:54:02.725Z] #76 ...
16:54:02 [2022-07-20T16:54:02.725Z] 
16:54:02 [2022-07-20T16:54:02.725Z] #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
16:54:02 [2022-07-20T16:54:02.725Z] #64 sha256:d51648f036faec5ad7e46efd11c4ec4390f6a9cfa0bd6d1b09eeb6ae5402aee3
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.281 + RM_GOPATH=0
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.281 + TMP_GOPATH=
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.281 + : /build
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.281 + '[' -z '' ']'
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.282 ++ mktemp -d
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.343 + export GOPATH=/tmp/tmp.3Ys8DefNdZ
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.343 + GOPATH=/tmp/tmp.3Ys8DefNdZ
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.345 + RM_GOPATH=1
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.346 + case "$(go env GOARCH)" in
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.347 ++ go env GOARCH
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 Install containerd version v1.6.6
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 + export GO_BUILDMODE=-buildmode=pie
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 + GO_BUILDMODE=-buildmode=pie
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 ++ dirname /install.sh
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 + dir=/
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 + bin=containerd
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 + shift
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 + '[' '!' -f //containerd.installer ']'
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 + . //containerd.installer
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 ++ set -e
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 ++ : v1.6.6
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 + install_containerd
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 + echo 'Install containerd version v1.6.6'
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.416 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3Ys8DefNdZ/src/github.com/containerd/containerd
16:54:02 [2022-07-20T16:54:02.725Z] #64 1.417 Cloning into '/tmp/tmp.3Ys8DefNdZ/src/github.com/containerd/containerd'...
16:54:02 [2022-07-20T16:54:02.739Z] #42 53.32 Selecting previously unselected package cmake-data.
16:54:02 [2022-07-20T16:54:02.739Z] #42 53.32 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
16:54:02 [2022-07-20T16:54:02.739Z] #42 53.36 Unpacking cmake-data (3.18.4-2+deb11u1) ...
16:54:02 [2022-07-20T16:54:02.896Z] #42 ...
16:54:02 [2022-07-20T16:54:02.896Z] 
16:54:02 [2022-07-20T16:54:02.896Z] #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
16:54:02 [2022-07-20T16:54:02.896Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:54:02 [2022-07-20T16:54:02.896Z] #51 50.93 Setting up python3-pkg-resources (52.0.0-4) ...
16:54:02 [2022-07-20T16:54:02.896Z] #51 53.06 Setting up libprotobuf23:amd64 (3.12.4-1) ...
16:54:02 [2022-07-20T16:54:02.896Z] #51 53.07 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:54:02 [2022-07-20T16:54:02.896Z] #51 53.11 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:54:02 [2022-07-20T16:54:02.896Z] #51 53.16 Setting up python3-six (1.16.0-2) ...
16:54:02 [2022-07-20T16:54:02.896Z] #51 54.80 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
16:54:02 [2022-07-20T16:54:02.896Z] #51 54.84 Setting up python3-protobuf (3.12.4-1) ...
16:54:02 [2022-07-20T16:54:02.896Z] #51 59.42 Setting up criu (3.17.1-1) ...
16:54:02 [2022-07-20T16:54:02.896Z] #51 ...
16:54:02 [2022-07-20T16:54:02.896Z] 
16:54:02 [2022-07-20T16:54:02.896Z] #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
16:54:02 [2022-07-20T16:54:02.896Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:02 [2022-07-20T16:54:02.896Z] #14 52.14 debconf: delaying package configuration, since apt-utils is not installed
16:54:02 [2022-07-20T16:54:02.896Z] #14 52.41 Fetched 115 MB in 10s (11.8 MB/s)
16:54:02 [2022-07-20T16:54:02.896Z] #14 52.76 Selecting previously unselected package binutils-mingw-w64-i686.
16:54:02 [2022-07-20T16:54:02.896Z] #14 52.76 (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.)
16:54:02 [2022-07-20T16:54:02.896Z] #14 52.82 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
16:54:02 [2022-07-20T16:54:02.896Z] #14 52.85 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:54:02 [2022-07-20T16:54:02.896Z] #14 55.87 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:54:02 [2022-07-20T16:54:02.896Z] #14 55.87 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
16:54:02 [2022-07-20T16:54:02.896Z] #14 55.88 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:54:02 [2022-07-20T16:54:02.896Z] #14 58.74 Selecting previously unselected package binutils-mingw-w64.
16:54:02 [2022-07-20T16:54:02.896Z] #14 58.75 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
16:54:02 [2022-07-20T16:54:02.896Z] #14 58.76 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
16:54:02 [2022-07-20T16:54:02.896Z] #14 58.90 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:54:02 [2022-07-20T16:54:02.896Z] #14 58.90 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:54:02 [2022-07-20T16:54:02.896Z] #14 58.92 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:54:02 [2022-07-20T16:54:02.896Z] #14 59.18 Selecting previously unselected package dmsetup.
16:54:02 [2022-07-20T16:54:02.896Z] #14 59.18 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
16:54:02 [2022-07-20T16:54:02.896Z] #14 59.19 Unpacking dmsetup (2:1.02.175-2.1) ...
16:54:02 [2022-07-20T16:54:02.896Z] #14 59.42 Selecting previously unselected package mingw-w64-common.
16:54:02 [2022-07-20T16:54:02.896Z] #14 59.45 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
16:54:02 [2022-07-20T16:54:02.896Z] #14 59.45 Unpacking mingw-w64-common (8.0.0-1) ...
16:54:02 [2022-07-20T16:54:02.985Z] #64 ...
16:54:02 [2022-07-20T16:54:02.985Z] 
16:54:02 [2022-07-20T16:54:02.985Z] #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
16:54:02 [2022-07-20T16:54:02.985Z] #34 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:54:03 [2022-07-20T16:54:03.246Z] #34 70.64 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:  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.
16:54:03 [2022-07-20T16:54:03.463Z] #14 ...
16:54:03 [2022-07-20T16:54:03.463Z] 
16:54:03 [2022-07-20T16:54:03.463Z] #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
16:54:03 [2022-07-20T16:54:03.463Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:54:03 [2022-07-20T16:54:03.506Z] #34 71.70 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
16:54:03 [2022-07-20T16:54:03.574Z] #19 145.3 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]
16:54:03 [2022-07-20T16:54:03.574Z] #19 145.3 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]
16:54:03 [2022-07-20T16:54:03.722Z] #51 61.91 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:54:03 [2022-07-20T16:54:03.765Z] #34 71.95 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:04 [2022-07-20T16:54:04.659Z] #51 DONE 62.9s
16:54:04 [2022-07-20T16:54:04.659Z] 
16:54:04 [2022-07-20T16:54:04.659Z] #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
16:54:04 [2022-07-20T16:54:04.659Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:04 [2022-07-20T16:54:04.659Z] #14 ...
16:54:04 [2022-07-20T16:54:04.659Z] 
16:54:04 [2022-07-20T16:54:04.659Z] #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
16:54:04 [2022-07-20T16:54:04.659Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:54:04 [2022-07-20T16:54:04.659Z] #42 63.65 Setting up libicu67:amd64 (67.1-7) ...
16:54:04 [2022-07-20T16:54:04.659Z] #42 63.66 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:54:04 [2022-07-20T16:54:04.659Z] #42 63.69 Setting up libuv1:amd64 (1.40.0-2) ...
16:54:04 [2022-07-20T16:54:04.659Z] #42 63.73 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:54:04 [2022-07-20T16:54:04.918Z] #42 63.73 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:54:04 [2022-07-20T16:54:04.918Z] #42 63.76 Setting up librhash0:amd64 (1.4.1-2) ...
16:54:04 [2022-07-20T16:54:04.918Z] #42 63.76 Setting up cmake-data (3.18.4-2+deb11u1) ...
16:54:04 [2022-07-20T16:54:04.918Z] #42 63.79 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
16:54:04 [2022-07-20T16:54:04.918Z] #42 63.82 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
16:54:04 [2022-07-20T16:54:04.918Z] #42 63.82 Setting up cmake (3.18.4-2+deb11u1) ...
16:54:05 [2022-07-20T16:54:05.177Z] #42 63.88 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:54:05 [2022-07-20T16:54:05.260Z] #42 ...
16:54:05 [2022-07-20T16:54:05.260Z] 
16:54:05 [2022-07-20T16:54:05.260Z] #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
16:54:05 [2022-07-20T16:54:05.260Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:54:05 [2022-07-20T16:54:05.260Z] #47 45.65 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:54:05 [2022-07-20T16:54:05.502Z] #14 ...
16:54:05 [2022-07-20T16:54:05.502Z] 
16:54:05 [2022-07-20T16:54:05.502Z] #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
16:54:05 [2022-07-20T16:54:05.502Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:54:05 [2022-07-20T16:54:05.502Z] #77 25.49 aclocal: warning: couldn't open directory 'm4': No such file or directory
16:54:05 [2022-07-20T16:54:05.516Z] #47 ...
16:54:05 [2022-07-20T16:54:05.516Z] 
16:54:05 [2022-07-20T16:54:05.516Z] #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
16:54:05 [2022-07-20T16:54:05.516Z] #62 sha256:a154359cd202995adbde5364308850986a828b3607a9aad132cf1338da7af054
16:54:05 [2022-07-20T16:54:05.516Z] #62 54.08 The following additional packages will be installed:
16:54:05 [2022-07-20T16:54:05.516Z] #62 54.10   libbtrfs0
16:54:05 [2022-07-20T16:54:05.516Z] #62 54.56 The following NEW packages will be installed:
16:54:05 [2022-07-20T16:54:05.516Z] #62 54.57   libbtrfs-dev libbtrfs0
16:54:05 [2022-07-20T16:54:05.516Z] #62 55.00 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:54:05 [2022-07-20T16:54:05.516Z] #62 55.00 Need to get 460 kB of archives.
16:54:05 [2022-07-20T16:54:05.516Z] #62 55.00 After this operation, 1237 kB of additional disk space will be used.
16:54:05 [2022-07-20T16:54:05.516Z] #62 55.00 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:54:05 [2022-07-20T16:54:05.516Z] #62 55.05 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:54:05 [2022-07-20T16:54:05.676Z] #34 ...
16:54:05 [2022-07-20T16:54:05.676Z] 
16:54:05 [2022-07-20T16:54:05.676Z] #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
16:54:05 [2022-07-20T16:54:05.676Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:54:05 [2022-07-20T16:54:05.676Z] #51 63.59 debconf: delaying package configuration, since apt-utils is not installed
16:54:05 [2022-07-20T16:54:05.676Z] #51 63.98 Fetched 2315 kB in 4s (620 kB/s)
16:54:05 [2022-07-20T16:54:05.676Z] #51 64.33 Selecting previously unselected package libprotobuf23:amd64.
16:54:05 [2022-07-20T16:54:05.676Z] #51 64.33 (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.)
16:54:05 [2022-07-20T16:54:05.676Z] #51 64.49 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 64.54 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 66.27 Selecting previously unselected package python3-pkg-resources.
16:54:05 [2022-07-20T16:54:05.676Z] #51 66.27 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 66.28 Unpacking python3-pkg-resources (52.0.0-4) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 66.75 Selecting previously unselected package python3-six.
16:54:05 [2022-07-20T16:54:05.676Z] #51 66.75 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 66.77 Unpacking python3-six (1.16.0-2) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 66.99 Selecting previously unselected package python3-protobuf.
16:54:05 [2022-07-20T16:54:05.676Z] #51 67.00 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 67.03 Unpacking python3-protobuf (3.12.4-1) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 68.20 Selecting previously unselected package libnet1:amd64.
16:54:05 [2022-07-20T16:54:05.676Z] #51 68.20 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 68.20 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 68.42 Selecting previously unselected package libnl-3-200:amd64.
16:54:05 [2022-07-20T16:54:05.676Z] #51 68.42 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 68.43 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 68.79 Selecting previously unselected package libprotobuf-c1:amd64.
16:54:05 [2022-07-20T16:54:05.676Z] #51 68.79 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 68.80 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 68.98 Selecting previously unselected package criu.
16:54:05 [2022-07-20T16:54:05.676Z] #51 68.99 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 69.00 Unpacking criu (3.17.1-1) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 70.11 Setting up python3-pkg-resources (52.0.0-4) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 73.16 Setting up libprotobuf23:amd64 (3.12.4-1) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 73.26 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 73.36 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 73.38 Setting up python3-six (1.16.0-2) ...
16:54:05 [2022-07-20T16:54:05.676Z] #51 ...
16:54:05 [2022-07-20T16:54:05.676Z] 
16:54:05 [2022-07-20T16:54:05.676Z] #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             ;
16:54:05 [2022-07-20T16:54:05.676Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:54:05 [2022-07-20T16:54:05.676Z] #76 71.61 Selecting previously unselected package libsystemd-dev:amd64.
16:54:05 [2022-07-20T16:54:05.676Z] #76 71.61 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #76 71.62 Unpacking libsystemd-dev:amd64 (247.3-7) ...
16:54:05 [2022-07-20T16:54:05.676Z] #76 72.82 Selecting previously unselected package libtool.
16:54:05 [2022-07-20T16:54:05.676Z] #76 72.82 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #76 72.83 Unpacking libtool (2.4.6-15) ...
16:54:05 [2022-07-20T16:54:05.676Z] #76 73.48 Selecting previously unselected package libudev-dev:amd64.
16:54:05 [2022-07-20T16:54:05.676Z] #76 73.49 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #76 73.52 Unpacking libudev-dev:amd64 (247.3-7) ...
16:54:05 [2022-07-20T16:54:05.676Z] #76 73.94 Selecting previously unselected package libyajl2:amd64.
16:54:05 [2022-07-20T16:54:05.676Z] #76 73.94 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #76 73.96 Unpacking libyajl2:amd64 (2.1.0-3) ...
16:54:05 [2022-07-20T16:54:05.676Z] #76 74.16 Selecting previously unselected package libyajl-dev:amd64.
16:54:05 [2022-07-20T16:54:05.676Z] #76 74.16 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
16:54:05 [2022-07-20T16:54:05.676Z] #76 74.19 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
16:54:05 [2022-07-20T16:54:05.746Z] #42 DONE 64.7s
16:54:05 [2022-07-20T16:54:05.746Z] 
16:54:05 [2022-07-20T16:54:05.746Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
16:54:05 [2022-07-20T16:54:05.746Z] #43 sha256:d511ca349a411f10c1c4ed8fd96c6792b3a365f2280f9670000bb15dcf538aae
16:54:05 [2022-07-20T16:54:05.935Z] #76 74.57 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:54:05 [2022-07-20T16:54:05.935Z] #76 74.70 Setting up libmagic-mgc (1:5.39-3) ...
16:54:06 [2022-07-20T16:54:06.006Z] #43 DONE 0.3s
16:54:06 [2022-07-20T16:54:06.006Z] 
16:54:06 [2022-07-20T16:54:06.006Z] #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
16:54:06 [2022-07-20T16:54:06.006Z] #44 sha256:f43cb0d8f35e86f81150bfc72c0eb4909de470909037c72d034c4687ffee99bb
16:54:06 [2022-07-20T16:54:06.080Z] #62 56.91 debconf: delaying package configuration, since apt-utils is not installed
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 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]
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 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]
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 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]
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 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]
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 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]
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
16:54:06 [2022-07-20T16:54:06.110Z] #19 147.9 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
16:54:06 [2022-07-20T16:54:06.110Z] #19 148.0 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
16:54:06 [2022-07-20T16:54:06.110Z] #19 148.0 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
16:54:06 [2022-07-20T16:54:06.110Z] #19 148.1 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
16:54:06 [2022-07-20T16:54:06.110Z] #19 148.2 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.71 Setting up libyajl2:amd64 (2.1.0-3) ...
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.72 Setting up libmagic1:amd64 (1:5.39-3) ...
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.75 Setting up file (1:5.39-3) ...
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.77 Setting up bzip2 (1.0.8-4) ...
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.79 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.81 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.83 Setting up libcap2:amd64 (1:2.44-1) ...
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.84 Setting up autotools-dev (20180224.1+nmu1) ...
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.86 Setting up libsigsegv2:amd64 (2.13-1) ...
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.87 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.89 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.91 Setting up patch (2.7.6-7) ...
16:54:06 [2022-07-20T16:54:06.195Z] #76 74.92 Setting up libudev-dev:amd64 (247.3-7) ...
16:54:06 [2022-07-20T16:54:06.370Z] #19 148.2 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
16:54:06 [2022-07-20T16:54:06.370Z] #19 148.2 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
16:54:06 [2022-07-20T16:54:06.370Z] #19 148.3 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]
16:54:06 [2022-07-20T16:54:06.455Z] #76 74.94 Setting up libyajl-dev:amd64 (2.1.0-3) ...
16:54:06 [2022-07-20T16:54:06.455Z] #76 74.96 Setting up libcap-dev:amd64 (1:2.44-1) ...
16:54:06 [2022-07-20T16:54:06.455Z] #76 74.98 Setting up libsystemd-dev:amd64 (247.3-7) ...
16:54:06 [2022-07-20T16:54:06.455Z] #76 75.00 Setting up libtool (2.4.6-15) ...
16:54:06 [2022-07-20T16:54:06.455Z] #76 75.02 Setting up m4 (1.4.18-5) ...
16:54:06 [2022-07-20T16:54:06.455Z] #76 75.04 Setting up dpkg-dev (1.20.11) ...
16:54:06 [2022-07-20T16:54:06.455Z] #76 75.07 Setting up autoconf (2.69-14) ...
16:54:06 [2022-07-20T16:54:06.455Z] #76 75.09 Setting up build-essential (12.9) ...
16:54:06 [2022-07-20T16:54:06.455Z] #76 75.12 Setting up automake (1:1.16.3-2) ...
16:54:06 [2022-07-20T16:54:06.455Z] #76 75.13 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:54:06 [2022-07-20T16:54:06.576Z] #44 ...
16:54:06 [2022-07-20T16:54:06.576Z] 
16:54:06 [2022-07-20T16:54:06.576Z] #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
16:54:06 [2022-07-20T16:54:06.576Z] #53 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:54:06 [2022-07-20T16:54:06.576Z] #53 65.23 gotestsum version dev
16:54:06 [2022-07-20T16:54:06.576Z] #53 DONE 65.5s
16:54:06 [2022-07-20T16:54:06.576Z] 
16:54:06 [2022-07-20T16:54:06.576Z] #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
16:54:06 [2022-07-20T16:54:06.576Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:06 [2022-07-20T16:54:06.576Z] #77 11.43 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
16:54:06 [2022-07-20T16:54:06.576Z] #77 11.46 Cloning into '/tmp/crun-build/libocispec'...
16:54:06 [2022-07-20T16:54:06.643Z] #62 57.31 Fetched 460 kB in 0s (1020 kB/s)
16:54:06 [2022-07-20T16:54:06.720Z] #76 75.15 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:54:06 [2022-07-20T16:54:06.835Z] #77 12.84 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
16:54:06 [2022-07-20T16:54:06.836Z] #77 12.89 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
16:54:06 [2022-07-20T16:54:06.836Z] #77 12.89 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
16:54:06 [2022-07-20T16:54:06.836Z] #77 12.89 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
16:54:06 [2022-07-20T16:54:06.900Z] #62 57.57 Selecting previously unselected package libbtrfs0:amd64.
16:54:06 [2022-07-20T16:54:06.900Z] #62 57.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.)
16:54:06 [2022-07-20T16:54:06.900Z] #62 57.63 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
16:54:06 [2022-07-20T16:54:06.900Z] #62 57.65 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:54:07 [2022-07-20T16:54:07.102Z] #77 12.91 Cloning into '/tmp/crun-build/libocispec/image-spec'...
16:54:07 [2022-07-20T16:54:07.467Z] #62 58.09 Selecting previously unselected package libbtrfs-dev:amd64.
16:54:07 [2022-07-20T16:54:07.467Z] #62 58.11 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
16:54:07 [2022-07-20T16:54:07.467Z] #62 58.11 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:54:07 [2022-07-20T16:54:07.660Z] #76 DONE 76.1s
16:54:07 [2022-07-20T16:54:07.660Z] 
16:54:07 [2022-07-20T16:54:07.660Z] #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
16:54:07 [2022-07-20T16:54:07.660Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:08 [2022-07-20T16:54:08.033Z] #62 58.86 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:54:08 [2022-07-20T16:54:08.296Z] #62 58.91 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:54:08 [2022-07-20T16:54:08.296Z] #62 58.92 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:54:08 [2022-07-20T16:54:08.908Z] #19 150.7 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
16:54:08 [2022-07-20T16:54:08.908Z] #19 150.7 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
16:54:08 [2022-07-20T16:54:08.908Z] #19 150.8 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
16:54:08 [2022-07-20T16:54:08.908Z] #19 150.9 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
16:54:08 [2022-07-20T16:54:08.908Z] #19 151.0 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]
16:54:09 [2022-07-20T16:54:09.006Z] #77 14.98 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
16:54:09 [2022-07-20T16:54:09.041Z] #77 1.353 Cloning into '/tmp/crun-build'...
16:54:09 [2022-07-20T16:54:09.232Z] #62 DONE 59.8s
16:54:09 [2022-07-20T16:54:09.232Z] 
16:54:09 [2022-07-20T16:54:09.232Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
16:54:09 [2022-07-20T16:54:09.232Z] #63 sha256:370dbd2643b0bf4d0eb98c60906cd3c3efe143f3f0be39451d7fb80a39c4fb1e
16:54:09 [2022-07-20T16:54:09.232Z] #63 DONE 0.1s
16:54:09 [2022-07-20T16:54:09.232Z] 
16:54:09 [2022-07-20T16:54:09.232Z] #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
16:54:09 [2022-07-20T16:54:09.232Z] #64 sha256:8d5e8de6f6759edd078a3da3a0613589c30a893e676f9a7d6e753db1d9b65b5c
16:54:09 [2022-07-20T16:54:09.707Z] #77 ...
16:54:09 [2022-07-20T16:54:09.707Z] 
16:54:09 [2022-07-20T16:54:09.707Z] #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
16:54:09 [2022-07-20T16:54:09.707Z] #64 sha256:2956312d5e09c5110cc2a9bb0b6ae27ff65371b2b6454cabff4dfc50f9a59fe5
16:54:09 [2022-07-20T16:54:09.707Z] #64 39.44 Updating files:  66% (3271/4896)
Updating files:  67% (3281/4896)
Updating files:  68% (3330/4896)
Updating files:  69% (3379/4896)
Updating files:  70% (3428/4896)
Updating files:  71% (3477/4896)
Updating files:  72% (3526/4896)
Updating files:  73% (3575/4896)
Updating files:  74% (3624/4896)
Updating files:  75% (3672/4896)
Updating files:  76% (3721/4896)
Updating files:  77% (3770/4896)
Updating files:  78% (3819/4896)
Updating files:  79% (3868/4896)
Updating files:  80% (3917/4896)
Updating files:  81% (3966/4896)
Updating files:  82% (4015/4896)
Updating files:  83% (4064/4896)
Updating files:  84% (4113/4896)
Updating files:  85% (4162/4896)
Updating files:  86% (4211/4896)
Updating files:  87% (4260/4896)
Updating files:  88% (4309/4896)
Updating files:  89% (4358/4896)
Updating files:  90% (4407/4896)
Updating files:  91% (4456/4896)
Updating files:  92% (4505/4896)
Updating files:  93% (4554/4896)
Updating files:  94% (4603/4896)
Updating files:  95% (4652/4896)
Updating files:  96% (4701/4896)
Updating files:  97% (4750/4896)
Updating files:  98% (4799/4896)
Updating files:  99% (4848/4896)
Updating files: 100% (4896/4896)
Updating files: 100% (4896/4896), done.
16:54:09 [2022-07-20T16:54:09.707Z] #64 40.29 + cd /tmp/tmp.QS46HwFp1Q/src/github.com/containerd/containerd
16:54:09 [2022-07-20T16:54:09.707Z] #64 40.29 + git checkout -q v1.6.6
16:54:09 [2022-07-20T16:54:09.796Z] #64 ...
16:54:09 [2022-07-20T16:54:09.796Z] 
16:54:09 [2022-07-20T16:54:09.796Z] #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
16:54:09 [2022-07-20T16:54:09.796Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:54:09 [2022-07-20T16:54:09.796Z] #55 50.36 go: downloading mvdan.cc/gofumpt v0.3.1
16:54:09 [2022-07-20T16:54:09.796Z] #55 50.40 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:54:09 [2022-07-20T16:54:09.796Z] #55 50.84 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
16:54:09 [2022-07-20T16:54:09.796Z] #55 51.06 go: downloading github.com/davecgh/go-spew v1.1.1
16:54:09 [2022-07-20T16:54:09.796Z] #55 51.21 go: downloading github.com/pmezard/go-difflib v1.0.0
16:54:09 [2022-07-20T16:54:09.796Z] #55 51.24 go: downloading github.com/stretchr/objx v0.1.1
16:54:09 [2022-07-20T16:54:09.796Z] #55 51.40 go: downloading golang.org/x/text v0.3.7
16:54:09 [2022-07-20T16:54:09.796Z] #55 ...
16:54:09 [2022-07-20T16:54:09.796Z] 
16:54:09 [2022-07-20T16:54:09.796Z] #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             ;
16:54:09 [2022-07-20T16:54:09.796Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:54:09 [2022-07-20T16:54:09.796Z] #76 41.70 Reading package lists...
16:54:09 [2022-07-20T16:54:09.796Z] #76 50.70 Building dependency tree...
16:54:09 [2022-07-20T16:54:09.796Z] #76 57.04 python3 is already the newest version (3.9.2-3).
16:54:09 [2022-07-20T16:54:09.796Z] #76 57.04 The following additional packages will be installed:
16:54:09 [2022-07-20T16:54:09.796Z] #76 57.06   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
16:54:09 [2022-07-20T16:54:09.796Z] #76 57.08   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
16:54:09 [2022-07-20T16:54:09.796Z] #76 57.09 Suggested packages:
16:54:09 [2022-07-20T16:54:09.796Z] #76 57.12   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
16:54:09 [2022-07-20T16:54:09.796Z] #76 57.12   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
16:54:09 [2022-07-20T16:54:09.796Z] #76 57.12   m4-doc ed diffutils-doc
16:54:09 [2022-07-20T16:54:09.796Z] #76 57.12 Recommended packages:
16:54:09 [2022-07-20T16:54:09.796Z] #76 57.12   fakeroot libalgorithm-merge-perl libltdl-dev
16:54:09 [2022-07-20T16:54:09.796Z] #76 59.81 The following NEW packages will be installed:
16:54:09 [2022-07-20T16:54:09.796Z] #76 59.81   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
16:54:09 [2022-07-20T16:54:09.796Z] #76 59.82   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
16:54:09 [2022-07-20T16:54:09.796Z] #76 59.82   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
16:54:09 [2022-07-20T16:54:09.796Z] #76 59.83   libyajl2 m4 patch xz-utils
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.49 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.49 Need to get 5940 kB of archives.
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.49 After this operation, 18.7 MB of additional disk space will be used.
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.49 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.51 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.51 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.52 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.52 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.53 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.59 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.62 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:54:09 [2022-07-20T16:54:09.796Z] #76 60.62 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
16:54:09 [2022-07-20T16:54:09.796Z] #76 ...
16:54:09 [2022-07-20T16:54:09.796Z] 
16:54:09 [2022-07-20T16:54:09.796Z] #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
16:54:09 [2022-07-20T16:54:09.796Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:54:09 [2022-07-20T16:54:09.796Z] #42 59.31 Selecting previously unselected package libicu67:amd64.
16:54:09 [2022-07-20T16:54:09.796Z] #42 59.32 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
16:54:09 [2022-07-20T16:54:09.796Z] #42 59.33 Unpacking libicu67:amd64 (67.1-7) ...
16:54:09 [2022-07-20T16:54:09.967Z] #64 42.14 + export 'BUILDTAGS=netgo osusergo static_build'
16:54:09 [2022-07-20T16:54:09.967Z] #64 42.15 + BUILDTAGS='netgo osusergo static_build'
16:54:09 [2022-07-20T16:54:09.967Z] #64 42.15 + export EXTRA_FLAGS=-buildmode=pie
16:54:09 [2022-07-20T16:54:09.967Z] #64 42.15 + EXTRA_FLAGS=-buildmode=pie
16:54:09 [2022-07-20T16:54:09.967Z] #64 42.15 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:54:09 [2022-07-20T16:54:09.967Z] #64 42.15 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:54:09 [2022-07-20T16:54:09.967Z] #64 42.15 + '[' '' = dynamic ']'
16:54:09 [2022-07-20T16:54:09.967Z] #64 42.15 + make
16:54:11 [2022-07-20T16:54:11.444Z] #19 153.5 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
16:54:11 [2022-07-20T16:54:11.540Z] #77 16.94 Cloning into '/tmp/crun-build/libocispec/yajl'...
16:54:11 [2022-07-20T16:54:11.579Z] #77 ...
16:54:11 [2022-07-20T16:54:11.579Z] 
16:54:11 [2022-07-20T16:54:11.579Z] #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
16:54:11 [2022-07-20T16:54:11.579Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:11 [2022-07-20T16:54:11.579Z] #14 69.69 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
16:54:11 [2022-07-20T16:54:11.579Z] #14 69.70 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
16:54:11 [2022-07-20T16:54:11.579Z] #14 69.72 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
16:54:11 [2022-07-20T16:54:11.579Z] #14 69.80 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
16:54:11 [2022-07-20T16:54:11.579Z] #14 69.80 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
16:54:11 [2022-07-20T16:54:11.579Z] #14 69.81 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
16:54:11 [2022-07-20T16:54:11.579Z] #14 69.81 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
16:54:11 [2022-07-20T16:54:11.579Z] #14 71.19 debconf: delaying package configuration, since apt-utils is not installed
16:54:11 [2022-07-20T16:54:11.579Z] #14 71.64 Fetched 115 MB in 11s (10.2 MB/s)
16:54:11 [2022-07-20T16:54:11.579Z] #14 71.77 Selecting previously unselected package binutils-mingw-w64-i686.
16:54:11 [2022-07-20T16:54:11.579Z] #14 71.77 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
16:54:11 [2022-07-20T16:54:11.579Z] #14 71.92 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
16:54:11 [2022-07-20T16:54:11.579Z] #14 71.93 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:54:11 [2022-07-20T16:54:11.579Z] #14 76.04 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:54:11 [2022-07-20T16:54:11.579Z] #14 76.11 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
16:54:11 [2022-07-20T16:54:11.579Z] #14 76.12 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:54:11 [2022-07-20T16:54:11.689Z] #42 ...
16:54:11 [2022-07-20T16:54:11.689Z] 
16:54:11 [2022-07-20T16:54:11.689Z] #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
16:54:11 [2022-07-20T16:54:11.689Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:54:11 [2022-07-20T16:54:11.689Z] #51 43.61 Reading package lists...
16:54:11 [2022-07-20T16:54:11.689Z] #51 52.78 Building dependency tree...
16:54:11 [2022-07-20T16:54:11.689Z] #51 58.65 The following additional packages will be installed:
16:54:11 [2022-07-20T16:54:11.689Z] #51 58.67   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:54:11 [2022-07-20T16:54:11.689Z] #51 58.69   python3-protobuf python3-six
16:54:11 [2022-07-20T16:54:11.689Z] #51 58.69 Suggested packages:
16:54:11 [2022-07-20T16:54:11.689Z] #51 58.69   python3-setuptools
16:54:11 [2022-07-20T16:54:11.689Z] #51 58.69 Recommended packages:
16:54:11 [2022-07-20T16:54:11.689Z] #51 58.69   iproute2 | iproute
16:54:11 [2022-07-20T16:54:11.689Z] #51 59.94 The following NEW packages will be installed:
16:54:11 [2022-07-20T16:54:11.689Z] #51 59.98   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
16:54:11 [2022-07-20T16:54:11.689Z] #51 59.99   python3-protobuf python3-six
16:54:11 [2022-07-20T16:54:11.689Z] #51 60.61 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
16:54:11 [2022-07-20T16:54:11.689Z] #51 60.61 Need to get 2315 kB of archives.
16:54:11 [2022-07-20T16:54:11.689Z] #51 60.61 After this operation, 11.1 MB of additional disk space will be used.
16:54:11 [2022-07-20T16:54:11.689Z] #51 60.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
16:54:11 [2022-07-20T16:54:11.689Z] #51 60.75 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:54:11 [2022-07-20T16:54:11.689Z] #51 60.75 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
16:54:11 [2022-07-20T16:54:11.689Z] #51 60.75 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
16:54:11 [2022-07-20T16:54:11.689Z] #51 60.81 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:54:11 [2022-07-20T16:54:11.689Z] #51 60.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
16:54:11 [2022-07-20T16:54:11.689Z] #51 60.87 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
16:54:11 [2022-07-20T16:54:11.703Z] #19 153.5 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:54:11 [2022-07-20T16:54:11.703Z] #19 153.5 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
16:54:11 [2022-07-20T16:54:11.703Z] #19 153.6 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
16:54:11 [2022-07-20T16:54:11.703Z] #19 153.6 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
16:54:11 [2022-07-20T16:54:11.703Z] #19 153.6 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:54:11 [2022-07-20T16:54:11.875Z] #64 43.84 + bin/ctr
16:54:11 [2022-07-20T16:54:11.946Z] #51 ...
16:54:11 [2022-07-20T16:54:11.946Z] 
16:54:11 [2022-07-20T16:54:11.946Z] #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
16:54:11 [2022-07-20T16:54:11.946Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:54:11 [2022-07-20T16:54:11.946Z] #55 62.38 go: downloading github.com/subosito/gotenv v1.2.0
16:54:11 [2022-07-20T16:54:11.946Z] #55 62.41 go: downloading github.com/hashicorp/hcl v1.0.0
16:54:11 [2022-07-20T16:54:11.962Z] #19 ...
16:54:11 [2022-07-20T16:54:11.962Z] 
16:54:11 [2022-07-20T16:54:11.962Z] #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
16:54:11 [2022-07-20T16:54:11.962Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:11 [2022-07-20T16:54:11.962Z] #84 108.7 configure.ac:11: installing 'build-aux/compile'
16:54:11 [2022-07-20T16:54:11.962Z] #84 108.7 configure.ac:11: installing 'build-aux/config.guess'
16:54:11 [2022-07-20T16:54:11.962Z] #84 108.7 configure.ac:11: installing 'build-aux/config.sub'
16:54:11 [2022-07-20T16:54:11.962Z] #84 108.7 configure.ac:13: installing 'build-aux/install-sh'
16:54:11 [2022-07-20T16:54:11.962Z] #84 108.7 configure.ac:13: installing 'build-aux/missing'
16:54:11 [2022-07-20T16:54:11.962Z] #84 108.7 configure.ac:8: installing 'build-aux/tap-driver.sh'
16:54:12 [2022-07-20T16:54:12.202Z] #55 62.95 go: downloading gopkg.in/ini.v1 v1.66.4
16:54:12 [2022-07-20T16:54:12.223Z] #84 108.9 Makefile.am: installing 'build-aux/depcomp'
16:54:12 [2022-07-20T16:54:12.459Z] #55 62.95 go: downloading github.com/magiconair/properties v1.8.6
16:54:12 [2022-07-20T16:54:12.476Z] #77 ...
16:54:12 [2022-07-20T16:54:12.476Z] 
16:54:12 [2022-07-20T16:54:12.476Z] #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
16:54:12 [2022-07-20T16:54:12.476Z] #44 sha256:f43cb0d8f35e86f81150bfc72c0eb4909de470909037c72d034c4687ffee99bb
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.325 + RM_GOPATH=0
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.325 + TMP_GOPATH=
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.325 + : /build
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.325 + '[' -z '' ']'
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.325 ++ mktemp -d
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.325 + export GOPATH=/tmp/tmp.GFqcoE9pIr
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.325 + GOPATH=/tmp/tmp.GFqcoE9pIr
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.325 + RM_GOPATH=1
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.325 + case "$(go env GOARCH)" in
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.325 ++ go env GOARCH
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.361 Install tini version v0.19.0
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 + export GO_BUILDMODE=-buildmode=pie
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 + GO_BUILDMODE=-buildmode=pie
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 ++ dirname /install.sh
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 + dir=/
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 + bin=tini
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 + shift
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 + '[' '!' -f //tini.installer ']'
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 + . //tini.installer
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 ++ : v0.19.0
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 + install_tini
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 + echo 'Install tini version v0.19.0'
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 + git clone https://github.com/krallin/tini.git /tmp/tmp.GFqcoE9pIr/tini
16:54:12 [2022-07-20T16:54:12.476Z] #44 6.376 Cloning into '/tmp/tmp.GFqcoE9pIr/tini'...
16:54:12 [2022-07-20T16:54:12.716Z] #55 63.26 go: downloading github.com/pelletier/go-toml v1.9.5
16:54:12 [2022-07-20T16:54:12.716Z] #55 ...
16:54:12 [2022-07-20T16:54:12.716Z] 
16:54:12 [2022-07-20T16:54:12.716Z] #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
16:54:12 [2022-07-20T16:54:12.716Z] #57 sha256:56a2601fc0bd3cc28d2295a5fea21dd3191de36bc576e6c7a3adb5d66416e572
16:54:12 [2022-07-20T16:54:12.716Z] #57 63.01 v3.0.2
16:54:12 [2022-07-20T16:54:12.716Z] #57 DONE 63.5s
16:54:12 [2022-07-20T16:54:12.959Z] #14 81.22 Selecting previously unselected package binutils-mingw-w64.
16:54:12 [2022-07-20T16:54:12.959Z] #14 81.22 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
16:54:12 [2022-07-20T16:54:12.959Z] #14 81.23 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
16:54:12 [2022-07-20T16:54:12.959Z] #14 81.61 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:54:12 [2022-07-20T16:54:12.959Z] #14 ...
16:54:12 [2022-07-20T16:54:12.959Z] 
16:54:12 [2022-07-20T16:54:12.959Z] #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
16:54:12 [2022-07-20T16:54:12.959Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:54:12 [2022-07-20T16:54:12.959Z] #42 81.52 Selecting previously unselected package libxml2:amd64.
16:54:12 [2022-07-20T16:54:12.960Z] #42 81.53 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
16:54:12 [2022-07-20T16:54:12.960Z] #42 81.53 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
16:54:12 [2022-07-20T16:54:12.986Z] 
16:54:12 [2022-07-20T16:54:12.986Z] #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
16:54:12 [2022-07-20T16:54:12.986Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:54:12 [2022-07-20T16:54:12.986Z] #55 63.67 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
16:54:13 [2022-07-20T16:54:13.243Z] #55 ...
16:54:13 [2022-07-20T16:54:13.243Z] 
16:54:13 [2022-07-20T16:54:13.243Z] #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
16:54:13 [2022-07-20T16:54:13.243Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:13 [2022-07-20T16:54:13.243Z] #14 51.77 Building dependency tree...
16:54:13 [2022-07-20T16:54:13.243Z] #14 57.73 The following additional packages will be installed:
16:54:13 [2022-07-20T16:54:13.243Z] #14 57.74   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:54:13 [2022-07-20T16:54:13.243Z] #14 57.74   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
16:54:13 [2022-07-20T16:54:13.243Z] #14 57.74   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
16:54:13 [2022-07-20T16:54:13.243Z] #14 57.74   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
16:54:13 [2022-07-20T16:54:13.243Z] #14 57.75   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
16:54:13 [2022-07-20T16:54:13.243Z] #14 57.75   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
16:54:13 [2022-07-20T16:54:13.243Z] #14 57.78   mingw-w64-common mingw-w64-x86-64-dev
16:54:13 [2022-07-20T16:54:13.243Z] #14 57.79 Suggested packages:
16:54:13 [2022-07-20T16:54:13.243Z] #14 57.80   gcc-10-locales seccomp wine64
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.23 The following NEW packages will be installed:
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.23   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.23   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.23   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.23   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.23   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.24   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.24   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.24   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.24   mingw-w64-x86-64-dev
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.68 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.68 Need to get 115 MB of archives.
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.68 After this operation, 645 MB of additional disk space will be used.
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.68 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]
16:54:13 [2022-07-20T16:54:13.243Z] #14 60.95 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]
16:54:13 [2022-07-20T16:54:13.243Z] #14 61.24 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
16:54:13 [2022-07-20T16:54:13.243Z] #14 61.27 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
16:54:13 [2022-07-20T16:54:13.243Z] #14 61.29 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
16:54:13 [2022-07-20T16:54:13.243Z] #14 61.31 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
16:54:13 [2022-07-20T16:54:13.243Z] #14 61.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
16:54:13 [2022-07-20T16:54:13.243Z] #14 62.17 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]
16:54:13 [2022-07-20T16:54:13.243Z] #14 62.19 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]
16:54:13 [2022-07-20T16:54:13.243Z] #14 63.42 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]
16:54:13 [2022-07-20T16:54:13.412Z] #44 7.140 + cd /tmp/tmp.GFqcoE9pIr/tini
16:54:13 [2022-07-20T16:54:13.412Z] #44 7.140 + git checkout -q v0.19.0
16:54:13 [2022-07-20T16:54:13.412Z] #44 7.140 + cmake .
16:54:13 [2022-07-20T16:54:13.500Z] #14 ...
16:54:13 [2022-07-20T16:54:13.500Z] 
16:54:13 [2022-07-20T16:54:13.500Z] #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
16:54:13 [2022-07-20T16:54:13.500Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:54:13 [2022-07-20T16:54:13.500Z] #55 64.08 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
16:54:13 [2022-07-20T16:54:13.500Z] #55 64.21 go: downloading github.com/gobwas/glob v0.2.3
16:54:13 [2022-07-20T16:54:13.757Z] #55 64.38 go: downloading github.com/kisielk/gotool v1.0.0
16:54:13 [2022-07-20T16:54:13.757Z] #55 64.60 go: downloading github.com/gostaticanalysis/comment v1.4.2
16:54:13 [2022-07-20T16:54:13.792Z] #64 ...
16:54:13 [2022-07-20T16:54:13.792Z] 
16:54:13 [2022-07-20T16:54:13.792Z] #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
16:54:13 [2022-07-20T16:54:13.792Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:54:13 [2022-07-20T16:54:13.792Z] #77 34.49 libtoolize: putting auxiliary files in '.'.
16:54:13 [2022-07-20T16:54:13.792Z] #77 34.49 libtoolize: copying file './ltmain.sh'
16:54:13 [2022-07-20T16:54:13.980Z] #44 7.799 -- The C compiler identification is GNU 10.2.1
16:54:13 [2022-07-20T16:54:13.980Z] #44 7.811 -- Detecting C compiler ABI info
16:54:14 [2022-07-20T16:54:14.114Z] #55 64.81 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
16:54:14 [2022-07-20T16:54:14.340Z] #42 82.70 Selecting previously unselected package libarchive13:amd64.
16:54:14 [2022-07-20T16:54:14.340Z] #42 82.70 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
16:54:14 [2022-07-20T16:54:14.340Z] #42 82.70 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
16:54:14 [2022-07-20T16:54:14.340Z] #42 83.10 Selecting previously unselected package libjsoncpp24:amd64.
16:54:14 [2022-07-20T16:54:14.340Z] #42 83.10 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
16:54:14 [2022-07-20T16:54:14.374Z] #55 64.94 go: downloading github.com/ettle/strcase v0.1.1
16:54:14 [2022-07-20T16:54:14.392Z] #84 110.6 checking build system type... x86_64-pc-linux-gnu
16:54:14 [2022-07-20T16:54:14.392Z] #84 111.1 checking host system type... x86_64-pc-linux-gnu
16:54:14 [2022-07-20T16:54:14.392Z] #84 111.1 checking how to print strings... printf
16:54:14 [2022-07-20T16:54:14.392Z] #84 111.2 checking for gcc... gcc
16:54:14 [2022-07-20T16:54:14.547Z] #44 8.459 -- Detecting C compiler ABI info - done
16:54:14 [2022-07-20T16:54:14.600Z] #42 83.10 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:54:14 [2022-07-20T16:54:14.600Z] #42 83.36 Selecting previously unselected package librhash0:amd64.
16:54:14 [2022-07-20T16:54:14.648Z] #55 65.20 go: downloading github.com/fatih/structtag v1.2.0
16:54:14 [2022-07-20T16:54:14.648Z] #55 65.23 go: downloading github.com/Masterminds/semver v1.5.0
16:54:14 [2022-07-20T16:54:14.648Z] #55 65.29 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
16:54:14 [2022-07-20T16:54:14.648Z] #55 65.42 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
16:54:14 [2022-07-20T16:54:14.731Z] #77 35.33 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
16:54:14 [2022-07-20T16:54:14.731Z] #77 35.33 libtoolize: and rerunning libtoolize and aclocal.
16:54:14 [2022-07-20T16:54:14.731Z] #77 35.33 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:54:14 [2022-07-20T16:54:14.806Z] #44 8.592 -- Check for working C compiler: /usr/bin/cc - skipped
16:54:14 [2022-07-20T16:54:14.806Z] #44 8.599 -- Detecting C compile features
16:54:14 [2022-07-20T16:54:14.806Z] #44 8.599 -- Detecting C compile features - done
16:54:14 [2022-07-20T16:54:14.806Z] #44 8.678 -- Performing Test HAS_BUILTIN_FORTIFY
16:54:14 [2022-07-20T16:54:14.860Z] #42 83.37 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
16:54:14 [2022-07-20T16:54:14.860Z] #42 83.39 Unpacking librhash0:amd64 (1.4.1-2) ...
16:54:14 [2022-07-20T16:54:14.934Z] #55 65.59 go: downloading github.com/prometheus/client_golang v1.12.1
16:54:15 [2022-07-20T16:54:15.065Z] #44 8.891 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:54:15 [2022-07-20T16:54:15.065Z] #44 8.956 -- Configuring done
16:54:15 [2022-07-20T16:54:15.065Z] #44 8.990 -- Generating done
16:54:15 [2022-07-20T16:54:15.065Z] #44 8.990 -- Build files have been written to: /tmp/tmp.GFqcoE9pIr/tini
16:54:15 [2022-07-20T16:54:15.065Z] #44 9.035 + make tini-static
16:54:15 [2022-07-20T16:54:15.120Z] #42 83.74 Selecting previously unselected package libuv1:amd64.
16:54:15 [2022-07-20T16:54:15.120Z] #42 83.75 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
16:54:15 [2022-07-20T16:54:15.120Z] #42 83.76 Unpacking libuv1:amd64 (1.40.0-2) ...
16:54:15 [2022-07-20T16:54:15.219Z] #84 111.3 checking whether the C compiler works... yes
16:54:15 [2022-07-20T16:54:15.219Z] #84 111.7 checking for C compiler default output file name... a.out
16:54:15 [2022-07-20T16:54:15.219Z] #84 111.7 checking for suffix of executables... 
16:54:15 [2022-07-20T16:54:15.379Z] #42 83.93 Selecting previously unselected package cmake.
16:54:15 [2022-07-20T16:54:15.379Z] #42 83.93 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
16:54:15 [2022-07-20T16:54:15.380Z] #42 83.94 Unpacking cmake (3.18.4-2+deb11u1) ...
16:54:15 [2022-07-20T16:54:15.632Z] #44 9.318 Scanning dependencies of target tini-static
16:54:15 [2022-07-20T16:54:15.632Z] #44 9.334 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:54:15 [2022-07-20T16:54:15.670Z] #77 ...
16:54:15 [2022-07-20T16:54:15.670Z] 
16:54:15 [2022-07-20T16:54:15.670Z] #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
16:54:15 [2022-07-20T16:54:15.670Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:54:15 [2022-07-20T16:54:15.670Z] #14 71.81 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
16:54:15 [2022-07-20T16:54:15.670Z] #14 71.82 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
16:54:15 [2022-07-20T16:54:15.670Z] #14 71.82 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:54:15 [2022-07-20T16:54:15.670Z] #14 77.00 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
16:54:15 [2022-07-20T16:54:15.670Z] #14 77.00 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
16:54:15 [2022-07-20T16:54:15.670Z] #14 77.01 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:54:15 [2022-07-20T16:54:15.793Z] #84 112.0 checking whether we are cross compiling... no
16:54:15 [2022-07-20T16:54:15.864Z] #55 66.48 go: downloading github.com/prometheus/client_model v0.2.0
16:54:15 [2022-07-20T16:54:15.864Z] #55 66.70 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
16:54:16 [2022-07-20T16:54:16.052Z] #84 112.4 checking for suffix of object files... o
16:54:16 [2022-07-20T16:54:16.052Z] #84 112.6 checking whether we are using the GNU C compiler... yes
16:54:16 [2022-07-20T16:54:16.124Z] #55 66.92 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:54:16 [2022-07-20T16:54:16.124Z] #55 66.97 go: downloading github.com/google/go-cmp v0.5.7
16:54:16 [2022-07-20T16:54:16.312Z] #84 112.8 checking whether gcc accepts -g... yes
16:54:16 [2022-07-20T16:54:16.572Z] #84 113.1 checking for gcc option to accept ISO C89... none needed
16:54:16 [2022-07-20T16:54:16.687Z] #55 67.50 go: downloading github.com/hexops/gotextdiff v1.0.3
16:54:16 [2022-07-20T16:54:16.944Z] #55 67.64 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
16:54:16 [2022-07-20T16:54:16.944Z] #55 67.65 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
16:54:16 [2022-07-20T16:54:16.944Z] #55 67.71 go: downloading github.com/olekukonko/tablewriter v0.0.5
16:54:17 [2022-07-20T16:54:17.009Z] #44 10.67 [100%] Linking C executable tini-static
16:54:17 [2022-07-20T16:54:17.050Z] #14 82.91 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
16:54:17 [2022-07-20T16:54:17.050Z] #14 82.91 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
16:54:17 [2022-07-20T16:54:17.050Z] #14 82.91 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:54:17 [2022-07-20T16:54:17.140Z] #84 113.4 checking whether gcc understands -c and -o together... yes
16:54:17 [2022-07-20T16:54:17.140Z] #84 113.8 checking for a sed that does not truncate output... /bin/sed
16:54:17 [2022-07-20T16:54:17.140Z] #84 113.8 checking for grep that handles long lines and -e... /bin/grep
16:54:17 [2022-07-20T16:54:17.140Z] #84 113.8 checking for egrep... /bin/grep -E
16:54:17 [2022-07-20T16:54:17.140Z] #84 113.9 checking for fgrep... /bin/grep -F
16:54:17 [2022-07-20T16:54:17.140Z] #84 113.9 checking for ld used by gcc... /usr/bin/ld
16:54:17 [2022-07-20T16:54:17.287Z] #42 ...
16:54:17 [2022-07-20T16:54:17.288Z] 
16:54:17 [2022-07-20T16:54:17.288Z] #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
16:54:17 [2022-07-20T16:54:17.288Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:54:17 [2022-07-20T16:54:17.288Z] #51 75.31 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
16:54:17 [2022-07-20T16:54:17.288Z] #51 75.67 Setting up python3-protobuf (3.12.4-1) ...
16:54:17 [2022-07-20T16:54:17.288Z] #51 82.89 Setting up criu (3.17.1-1) ...
16:54:17 [2022-07-20T16:54:17.288Z] #51 ...
16:54:17 [2022-07-20T16:54:17.288Z] 
16:54:17 [2022-07-20T16:54:17.288Z] #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
16:54:17 [2022-07-20T16:54:17.288Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:17 [2022-07-20T16:54:17.288Z] #14 81.61 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:54:17 [2022-07-20T16:54:17.288Z] #14 81.61 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:54:17 [2022-07-20T16:54:17.288Z] #14 81.62 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:54:17 [2022-07-20T16:54:17.288Z] #14 81.93 Selecting previously unselected package dmsetup.
16:54:17 [2022-07-20T16:54:17.288Z] #14 81.93 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
16:54:17 [2022-07-20T16:54:17.288Z] #14 81.93 Unpacking dmsetup (2:1.02.175-2.1) ...
16:54:17 [2022-07-20T16:54:17.288Z] #14 82.27 Selecting previously unselected package mingw-w64-common.
16:54:17 [2022-07-20T16:54:17.288Z] #14 82.27 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
16:54:17 [2022-07-20T16:54:17.288Z] #14 82.28 Unpacking mingw-w64-common (8.0.0-1) ...
16:54:17 [2022-07-20T16:54:17.398Z] #84 114.0 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:54:17 [2022-07-20T16:54:17.398Z] #84 114.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:54:17 [2022-07-20T16:54:17.514Z] #55 67.96 go: downloading github.com/beorn7/perks v1.0.1
16:54:17 [2022-07-20T16:54:17.514Z] #55 68.03 go: downloading github.com/cespare/xxhash/v2 v2.1.2
16:54:17 [2022-07-20T16:54:17.514Z] #55 68.12 go: downloading github.com/golang/protobuf v1.5.2
16:54:17 [2022-07-20T16:54:17.514Z] #55 68.19 go: downloading github.com/prometheus/common v0.32.1
16:54:17 [2022-07-20T16:54:17.576Z] #44 11.42 [100%] Built target tini-static
16:54:17 [2022-07-20T16:54:17.576Z] #44 11.55 + mkdir -p /build
16:54:17 [2022-07-20T16:54:17.576Z] #44 11.55 + cp tini-static /build/docker-init
16:54:17 [2022-07-20T16:54:17.657Z] #84 114.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:54:17 [2022-07-20T16:54:17.657Z] #84 114.4 checking whether ln -s works... yes
16:54:17 [2022-07-20T16:54:17.657Z] #84 114.4 checking the maximum length of command line arguments... 1572864
16:54:17 [2022-07-20T16:54:17.657Z] #84 114.5 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:54:17 [2022-07-20T16:54:17.657Z] #84 114.5 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:54:17 [2022-07-20T16:54:17.657Z] #84 114.5 checking for /usr/bin/ld option to reload object files... -r
16:54:17 [2022-07-20T16:54:17.657Z] #84 114.5 checking for objdump... objdump
16:54:17 [2022-07-20T16:54:17.657Z] #84 114.5 checking how to recognize dependent libraries... pass_all
16:54:17 [2022-07-20T16:54:17.657Z] #84 114.5 checking for dlltool... no
16:54:17 [2022-07-20T16:54:17.657Z] #84 114.5 checking how to associate runtime and link libraries... printf %s\n
16:54:17 [2022-07-20T16:54:17.916Z] #84 114.5 checking for ar... ar
16:54:17 [2022-07-20T16:54:17.916Z] #84 114.5 checking for archiver @FILE support... @
16:54:17 [2022-07-20T16:54:17.916Z] #84 114.7 checking for strip... strip
16:54:17 [2022-07-20T16:54:17.916Z] #84 114.7 checking for ranlib... ranlib
16:54:17 [2022-07-20T16:54:17.916Z] #84 114.7 checking for gawk... no
16:54:17 [2022-07-20T16:54:17.916Z] #84 114.7 checking for mawk... mawk
16:54:18 [2022-07-20T16:54:18.078Z] #55 ...
16:54:18 [2022-07-20T16:54:18.079Z] 
16:54:18 [2022-07-20T16:54:18.079Z] #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
16:54:18 [2022-07-20T16:54:18.079Z] #40 sha256:667d10b0d609dfaf258e552612e5a80c46ee24788069eea0e871a0e8a006fc5c
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44 NAME:
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44    go-winres - A tool for embedding resources in Windows executables
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44 
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44 USAGE:
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44    go-winres [global options] command [command options] [arguments...]
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44 
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44 COMMANDS:
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44    init     Create an initial ./winres/winres.json
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44    make     Make syso files for the "go build" command
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44    simply   Make syso files for the "go build" command (simplified)
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44    extract  Extract all resources from an executable
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44    patch    Replace resources in an executable file (exe, dll)
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44    help, h  Shows a list of commands or help for one command
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44 
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44 GLOBAL OPTIONS:
16:54:18 [2022-07-20T16:54:18.079Z] #40 68.44    --help, -h  show help (default: false)
16:54:18 [2022-07-20T16:54:18.079Z] #40 DONE 68.7s
16:54:18 [2022-07-20T16:54:18.079Z] 
16:54:18 [2022-07-20T16:54:18.079Z] #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             ;
16:54:18 [2022-07-20T16:54:18.079Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:54:18 [2022-07-20T16:54:18.079Z] #76 60.70 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 60.71 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 61.01 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
16:54:18 [2022-07-20T16:54:18.079Z] #76 61.01 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 61.01 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 61.02 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 61.04 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 61.04 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 61.04 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 61.12 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 61.13 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 61.17 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 61.18 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
16:54:18 [2022-07-20T16:54:18.079Z] #76 63.01 debconf: delaying package configuration, since apt-utils is not installed
16:54:18 [2022-07-20T16:54:18.079Z] #76 63.55 Fetched 5940 kB in 1s (5122 kB/s)
16:54:18 [2022-07-20T16:54:18.079Z] #76 63.78 Selecting previously unselected package bzip2.
16:54:18 [2022-07-20T16:54:18.079Z] #76 63.78 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
16:54:18 [2022-07-20T16:54:18.079Z] #76 63.94 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 63.96 Unpacking bzip2 (1.0.8-4) ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 64.30 Selecting previously unselected package libmagic-mgc.
16:54:18 [2022-07-20T16:54:18.079Z] #76 64.30 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 64.31 Unpacking libmagic-mgc (1:5.39-3) ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 65.62 Selecting previously unselected package libmagic1:amd64.
16:54:18 [2022-07-20T16:54:18.079Z] #76 65.62 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 65.63 Unpacking libmagic1:amd64 (1:5.39-3) ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 66.19 Selecting previously unselected package file.
16:54:18 [2022-07-20T16:54:18.079Z] #76 66.19 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 66.21 Unpacking file (1:5.39-3) ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 66.45 Selecting previously unselected package xz-utils.
16:54:18 [2022-07-20T16:54:18.079Z] #76 66.45 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 66.45 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 66.86 Selecting previously unselected package libsigsegv2:amd64.
16:54:18 [2022-07-20T16:54:18.079Z] #76 66.86 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 66.87 Unpacking libsigsegv2:amd64 (2.13-1) ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 67.06 Selecting previously unselected package m4.
16:54:18 [2022-07-20T16:54:18.079Z] #76 67.06 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 67.07 Unpacking m4 (1.4.18-5) ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 67.52 Selecting previously unselected package autoconf.
16:54:18 [2022-07-20T16:54:18.079Z] #76 67.53 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 67.54 Unpacking autoconf (2.69-14) ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 68.35 Selecting previously unselected package autotools-dev.
16:54:18 [2022-07-20T16:54:18.079Z] #76 68.35 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 68.38 Unpacking autotools-dev (20180224.1+nmu1) ...
16:54:18 [2022-07-20T16:54:18.079Z] #76 68.87 Selecting previously unselected package automake.
16:54:18 [2022-07-20T16:54:18.079Z] #76 68.87 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
16:54:18 [2022-07-20T16:54:18.143Z] #44 ...
16:54:18 [2022-07-20T16:54:18.144Z] 
16:54:18 [2022-07-20T16:54:18.144Z] #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
16:54:18 [2022-07-20T16:54:18.144Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:18 [2022-07-20T16:54:18.144Z] #14 66.72 Selecting previously unselected package mingw-w64-x86-64-dev.
16:54:18 [2022-07-20T16:54:18.144Z] #14 66.72 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
16:54:18 [2022-07-20T16:54:18.144Z] #14 66.72 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
16:54:18 [2022-07-20T16:54:18.144Z] #14 73.12 Selecting previously unselected package gcc-mingw-w64-base.
16:54:18 [2022-07-20T16:54:18.144Z] #14 73.12 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
16:54:18 [2022-07-20T16:54:18.144Z] #14 73.14 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:54:18 [2022-07-20T16:54:18.144Z] #14 73.26 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
16:54:18 [2022-07-20T16:54:18.144Z] #14 73.26 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
16:54:18 [2022-07-20T16:54:18.144Z] #14 73.28 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:54:18 [2022-07-20T16:54:18.144Z] #14 ...
16:54:18 [2022-07-20T16:54:18.144Z] 
16:54:18 [2022-07-20T16:54:18.144Z] #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
16:54:18 [2022-07-20T16:54:18.144Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:18 [2022-07-20T16:54:18.144Z] #77 18.39 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
16:54:18 [2022-07-20T16:54:18.144Z] #77 18.65 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
16:54:18 [2022-07-20T16:54:18.144Z] #77 18.95 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
16:54:18 [2022-07-20T16:54:18.338Z] #76 68.92 Unpacking automake (1:1.16.3-2) ...
16:54:18 [2022-07-20T16:54:18.338Z] #76 ...
16:54:18 [2022-07-20T16:54:18.338Z] 
16:54:18 [2022-07-20T16:54:18.338Z] #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
16:54:18 [2022-07-20T16:54:18.338Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:54:18 [2022-07-20T16:54:18.338Z] #55 68.96 go: downloading github.com/prometheus/procfs v0.7.3
16:54:18 [2022-07-20T16:54:18.492Z] #84 114.7 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:54:18 [2022-07-20T16:54:18.595Z] #55 69.25 go: downloading google.golang.org/protobuf v1.28.0
16:54:18 [2022-07-20T16:54:18.668Z] #14 ...
16:54:18 [2022-07-20T16:54:18.668Z] 
16:54:18 [2022-07-20T16:54:18.668Z] #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
16:54:18 [2022-07-20T16:54:18.668Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:18 [2022-07-20T16:54:18.668Z] #77 11.10 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
16:54:18 [2022-07-20T16:54:18.668Z] #77 ...
16:54:18 [2022-07-20T16:54:18.668Z] 
16:54:18 [2022-07-20T16:54:18.668Z] #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
16:54:18 [2022-07-20T16:54:18.668Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:54:18 [2022-07-20T16:54:18.668Z] #51 85.96 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:54:18 [2022-07-20T16:54:18.668Z] #51 DONE 86.9s
16:54:18 [2022-07-20T16:54:18.668Z] 
16:54:18 [2022-07-20T16:54:18.668Z] #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
16:54:18 [2022-07-20T16:54:18.668Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:18 [2022-07-20T16:54:18.668Z] #77 11.11 Cloning into '/tmp/crun-build/libocispec'...
16:54:18 [2022-07-20T16:54:18.751Z] #84 115.3 checking for sysroot... no
16:54:18 [2022-07-20T16:54:18.751Z] #84 115.3 checking for a working dd... /bin/dd
16:54:18 [2022-07-20T16:54:18.751Z] #84 115.4 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:54:19 [2022-07-20T16:54:19.012Z] #84 115.6 checking for mt... no
16:54:19 [2022-07-20T16:54:19.012Z] #84 115.6 checking if : is a manifest tool... no
16:54:19 [2022-07-20T16:54:19.081Z] #77 ...
16:54:19 [2022-07-20T16:54:19.081Z] 
16:54:19 [2022-07-20T16:54:19.081Z] #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
16:54:19 [2022-07-20T16:54:19.081Z] #44 sha256:f43cb0d8f35e86f81150bfc72c0eb4909de470909037c72d034c4687ffee99bb
16:54:19 [2022-07-20T16:54:19.081Z] #44 DONE 13.1s
16:54:19 [2022-07-20T16:54:19.271Z] #84 115.6 checking how to run the C preprocessor... gcc -E
16:54:19 [2022-07-20T16:54:19.339Z] 
16:54:19 [2022-07-20T16:54:19.339Z] #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
16:54:19 [2022-07-20T16:54:19.339Z] #64 sha256:0b18d0afb004246aa6b9bcbb2e2c6989d25f273f24276c87e0e0d11a35a8e8bd
16:54:19 [2022-07-20T16:54:19.967Z] #55 70.55 go: downloading github.com/mattn/go-runewidth v0.0.9
16:54:20 [2022-07-20T16:54:20.224Z] #55 70.96 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:54:20 [2022-07-20T16:54:20.481Z] #55 ...
16:54:20 [2022-07-20T16:54:20.481Z] 
16:54:20 [2022-07-20T16:54:20.481Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
16:54:20 [2022-07-20T16:54:20.481Z] #64 sha256:8d5e8de6f6759edd078a3da3a0613589c30a893e676f9a7d6e753db1d9b65b5c
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.308 + RM_GOPATH=0
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.309 + TMP_GOPATH=
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.309 + : /build
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.309 + '[' -z '' ']'
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.310 ++ mktemp -d
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.317 + export GOPATH=/tmp/tmp.3wx3IVPQEe
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.317 + GOPATH=/tmp/tmp.3wx3IVPQEe
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.317 + RM_GOPATH=1
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.317 + case "$(go env GOARCH)" in
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.328 ++ go env GOARCH
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.389 Install containerd version v1.6.6
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 + export GO_BUILDMODE=-buildmode=pie
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 + GO_BUILDMODE=-buildmode=pie
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 ++ dirname /install.sh
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 + dir=/
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 + bin=containerd
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 + shift
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 + '[' '!' -f //containerd.installer ']'
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 + . //containerd.installer
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 ++ set -e
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 ++ : v1.6.6
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 + install_containerd
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.390 + echo 'Install containerd version v1.6.6'
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.406 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3wx3IVPQEe/src/github.com/containerd/containerd
16:54:20 [2022-07-20T16:54:20.481Z] #64 1.418 Cloning into '/tmp/tmp.3wx3IVPQEe/src/github.com/containerd/containerd'...
16:54:20 [2022-07-20T16:54:20.643Z] #77 13.23 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
16:54:20 [2022-07-20T16:54:20.643Z] #77 13.25 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
16:54:20 [2022-07-20T16:54:20.643Z] #77 13.25 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
16:54:20 [2022-07-20T16:54:20.643Z] #77 13.25 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
16:54:20 [2022-07-20T16:54:20.652Z] #84 116.0 checking for ANSI C header files... yes
16:54:20 [2022-07-20T16:54:20.737Z] #64 ...
16:54:20 [2022-07-20T16:54:20.737Z] 
16:54:20 [2022-07-20T16:54:20.737Z] #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             ;
16:54:20 [2022-07-20T16:54:20.737Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:54:20 [2022-07-20T16:54:20.737Z] #76 70.05 Selecting previously unselected package patch.
16:54:20 [2022-07-20T16:54:20.737Z] #76 70.10 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
16:54:20 [2022-07-20T16:54:20.737Z] #76 70.14 Unpacking patch (2.7.6-7) ...
16:54:20 [2022-07-20T16:54:20.737Z] #76 70.57 Selecting previously unselected package dpkg-dev.
16:54:20 [2022-07-20T16:54:20.737Z] #76 70.58 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
16:54:20 [2022-07-20T16:54:20.737Z] #76 70.65 Unpacking dpkg-dev (1.20.11) ...
16:54:20 [2022-07-20T16:54:20.903Z] #77 13.40 Cloning into '/tmp/crun-build/libocispec/image-spec'...
16:54:20 [2022-07-20T16:54:20.910Z] #84 117.2 checking for sys/types.h... yes
16:54:20 [2022-07-20T16:54:20.910Z] #84 117.6 checking for sys/stat.h... yes
16:54:21 [2022-07-20T16:54:21.169Z] #84 117.7 checking for stdlib.h... yes
16:54:21 [2022-07-20T16:54:21.428Z] #84 117.9 checking for string.h... yes
16:54:21 [2022-07-20T16:54:21.870Z] #64 ...
16:54:21 [2022-07-20T16:54:21.870Z] 
16:54:21 [2022-07-20T16:54:21.870Z] #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
16:54:21 [2022-07-20T16:54:21.870Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:21 [2022-07-20T16:54:21.870Z] #14 80.63 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
16:54:21 [2022-07-20T16:54:21.870Z] #14 80.63 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:54:21 [2022-07-20T16:54:21.870Z] #14 80.64 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:54:21 [2022-07-20T16:54:21.995Z] #84 118.3 checking for memory.h... 
16:54:21 [2022-07-20T16:54:21.995Z] #84 ...
16:54:21 [2022-07-20T16:54:21.995Z] 
16:54:21 [2022-07-20T16:54:21.995Z] #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
16:54:21 [2022-07-20T16:54:21.995Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.1 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.2 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.2 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.2 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.2 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.2 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.2 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.4 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.4 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.4 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 154.4 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]
16:54:21 [2022-07-20T16:54:21.995Z] #19 157.3 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
16:54:21 [2022-07-20T16:54:21.995Z] #19 157.3 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 157.4 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 157.4 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 157.5 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]
16:54:21 [2022-07-20T16:54:21.995Z] #19 160.3 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
16:54:21 [2022-07-20T16:54:21.995Z] #19 160.3 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
16:54:21 [2022-07-20T16:54:21.995Z] #19 160.3 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 160.4 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 160.4 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 160.4 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
16:54:21 [2022-07-20T16:54:21.995Z] #19 160.4 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 160.5 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 160.5 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 160.5 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
16:54:21 [2022-07-20T16:54:21.995Z] #19 160.6 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]
16:54:22 [2022-07-20T16:54:22.106Z] #76 72.49 Selecting previously unselected package build-essential.
16:54:22 [2022-07-20T16:54:22.106Z] #76 72.50 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.106Z] #76 72.51 Unpacking build-essential (12.9) ...
16:54:22 [2022-07-20T16:54:22.106Z] #76 72.72 Selecting previously unselected package libcap2:amd64.
16:54:22 [2022-07-20T16:54:22.106Z] #76 72.73 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.106Z] #76 72.77 Unpacking libcap2:amd64 (1:2.44-1) ...
16:54:22 [2022-07-20T16:54:22.254Z] #19 164.1 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
16:54:22 [2022-07-20T16:54:22.254Z] #19 164.2 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
16:54:22 [2022-07-20T16:54:22.254Z] #19 ...
16:54:22 [2022-07-20T16:54:22.254Z] 
16:54:22 [2022-07-20T16:54:22.255Z] #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
16:54:22 [2022-07-20T16:54:22.255Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:22 [2022-07-20T16:54:22.255Z] #84 118.3 checking for memory.h... yes
16:54:22 [2022-07-20T16:54:22.328Z] #14 ...
16:54:22 [2022-07-20T16:54:22.328Z] 
16:54:22 [2022-07-20T16:54:22.328Z] #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
16:54:22 [2022-07-20T16:54:22.328Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:54:22 [2022-07-20T16:54:22.328Z] #77 43.19 configure.ac:7: installing './compile'
16:54:22 [2022-07-20T16:54:22.363Z] #76 72.94 Selecting previously unselected package libcap-dev:amd64.
16:54:22 [2022-07-20T16:54:22.363Z] #76 72.95 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.363Z] #76 72.96 Unpacking libcap-dev:amd64 (1:2.44-1) ...
16:54:22 [2022-07-20T16:54:22.517Z] #84 119.0 checking for strings.h... yes
16:54:22 [2022-07-20T16:54:22.589Z] #77 43.19 configure.ac:11: installing './config.guess'
16:54:22 [2022-07-20T16:54:22.589Z] #77 43.21 configure.ac:11: installing './config.sub'
16:54:22 [2022-07-20T16:54:22.589Z] #77 43.21 configure.ac:8: installing './install-sh'
16:54:22 [2022-07-20T16:54:22.589Z] #77 43.23 configure.ac:8: installing './missing'
16:54:22 [2022-07-20T16:54:22.589Z] #77 43.34 Makefile.am: installing './depcomp'
16:54:22 [2022-07-20T16:54:22.619Z] #76 73.19 Selecting previously unselected package libprotobuf-c1:amd64.
16:54:22 [2022-07-20T16:54:22.619Z] #76 73.20 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.619Z] #76 73.24 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:54:22 [2022-07-20T16:54:22.619Z] #76 73.37 Selecting previously unselected package libprotobuf-c-dev:amd64.
16:54:22 [2022-07-20T16:54:22.619Z] #76 73.39 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.619Z] #76 73.40 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
16:54:22 [2022-07-20T16:54:22.779Z] #84 119.3 checking for inttypes.h... yes
16:54:22 [2022-07-20T16:54:22.876Z] #76 73.60 Selecting previously unselected package libseccomp-dev:amd64.
16:54:22 [2022-07-20T16:54:22.876Z] #76 73.60 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.876Z] #76 73.60 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:54:22 [2022-07-20T16:54:22.876Z] #76 ...
16:54:22 [2022-07-20T16:54:22.876Z] 
16:54:22 [2022-07-20T16:54:22.876Z] #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
16:54:22 [2022-07-20T16:54:22.876Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:54:22 [2022-07-20T16:54:22.876Z] #51 63.58 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
16:54:22 [2022-07-20T16:54:22.876Z] #51 66.40 debconf: delaying package configuration, since apt-utils is not installed
16:54:22 [2022-07-20T16:54:22.876Z] #51 66.78 Fetched 2315 kB in 4s (611 kB/s)
16:54:22 [2022-07-20T16:54:22.876Z] #51 66.92 Selecting previously unselected package libprotobuf23:amd64.
16:54:22 [2022-07-20T16:54:22.876Z] #51 66.92 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
16:54:22 [2022-07-20T16:54:22.876Z] #51 67.01 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 67.04 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 68.31 Selecting previously unselected package python3-pkg-resources.
16:54:22 [2022-07-20T16:54:22.876Z] #51 68.32 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 68.32 Unpacking python3-pkg-resources (52.0.0-4) ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 68.80 Selecting previously unselected package python3-six.
16:54:22 [2022-07-20T16:54:22.876Z] #51 68.83 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 68.85 Unpacking python3-six (1.16.0-2) ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 69.03 Selecting previously unselected package python3-protobuf.
16:54:22 [2022-07-20T16:54:22.876Z] #51 69.04 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 69.05 Unpacking python3-protobuf (3.12.4-1) ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 70.34 Selecting previously unselected package libnet1:amd64.
16:54:22 [2022-07-20T16:54:22.876Z] #51 70.34 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 70.38 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 70.75 Selecting previously unselected package libnl-3-200:amd64.
16:54:22 [2022-07-20T16:54:22.876Z] #51 70.75 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 70.77 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 71.14 Selecting previously unselected package libprotobuf-c1:amd64.
16:54:22 [2022-07-20T16:54:22.876Z] #51 71.17 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 71.17 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 71.27 Selecting previously unselected package criu.
16:54:22 [2022-07-20T16:54:22.876Z] #51 71.27 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 71.28 Unpacking criu (3.17.1-1) ...
16:54:22 [2022-07-20T16:54:22.876Z] #51 72.60 Setting up python3-pkg-resources (52.0.0-4) ...
16:54:23 [2022-07-20T16:54:23.038Z] #84 119.6 checking for stdint.h... yes
16:54:23 [2022-07-20T16:54:23.133Z] #51 ...
16:54:23 [2022-07-20T16:54:23.133Z] 
16:54:23 [2022-07-20T16:54:23.133Z] #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             ;
16:54:23 [2022-07-20T16:54:23.133Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:54:23 [2022-07-20T16:54:23.133Z] #76 73.97 Selecting previously unselected package libsystemd-dev:amd64.
16:54:23 [2022-07-20T16:54:23.390Z] #76 73.98 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
16:54:23 [2022-07-20T16:54:23.390Z] #76 74.01 Unpacking libsystemd-dev:amd64 (247.3-7) ...
16:54:23 [2022-07-20T16:54:23.970Z] #77 44.47 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:54:23 [2022-07-20T16:54:23.970Z] #77 44.47 libtoolize: copying file 'build-aux/ltmain.sh'
16:54:23 [2022-07-20T16:54:23.970Z] #77 44.62 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:54:23 [2022-07-20T16:54:23.970Z] #77 44.62 libtoolize: copying file 'm4/libtool.m4'
16:54:23 [2022-07-20T16:54:23.970Z] #77 44.76 libtoolize: copying file 'm4/ltoptions.m4'
16:54:24 [2022-07-20T16:54:24.042Z] #84 119.9 checking for unistd.h... yes
16:54:24 [2022-07-20T16:54:24.199Z] #77 ...
16:54:24 [2022-07-20T16:54:24.199Z] 
16:54:24 [2022-07-20T16:54:24.199Z] #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
16:54:24 [2022-07-20T16:54:24.199Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:54:24 [2022-07-20T16:54:24.199Z] #42 91.72 Setting up libicu67:amd64 (67.1-7) ...
16:54:24 [2022-07-20T16:54:24.199Z] #42 91.77 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:54:24 [2022-07-20T16:54:24.199Z] #42 91.79 Setting up libuv1:amd64 (1.40.0-2) ...
16:54:24 [2022-07-20T16:54:24.199Z] #42 91.82 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:54:24 [2022-07-20T16:54:24.199Z] #42 91.91 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:54:24 [2022-07-20T16:54:24.199Z] #42 91.92 Setting up librhash0:amd64 (1.4.1-2) ...
16:54:24 [2022-07-20T16:54:24.199Z] #42 91.94 Setting up cmake-data (3.18.4-2+deb11u1) ...
16:54:24 [2022-07-20T16:54:24.199Z] #42 91.96 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
16:54:24 [2022-07-20T16:54:24.199Z] #42 91.97 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
16:54:24 [2022-07-20T16:54:24.199Z] #42 91.99 Setting up cmake (3.18.4-2+deb11u1) ...
16:54:24 [2022-07-20T16:54:24.199Z] #42 92.00 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:54:24 [2022-07-20T16:54:24.199Z] #42 DONE 92.5s
16:54:24 [2022-07-20T16:54:24.199Z] 
16:54:24 [2022-07-20T16:54:24.199Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
16:54:24 [2022-07-20T16:54:24.199Z] #43 sha256:4c1e96cbafd89f3f2ba89c80705f4e1cb2ffaf3ae5088e0e3e5134d7019b8b48
16:54:24 [2022-07-20T16:54:24.199Z] #43 DONE 0.1s
16:54:24 [2022-07-20T16:54:24.199Z] 
16:54:24 [2022-07-20T16:54:24.199Z] #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
16:54:24 [2022-07-20T16:54:24.199Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:24 [2022-07-20T16:54:24.199Z] #77 16.66 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
16:54:24 [2022-07-20T16:54:24.229Z] #77 44.86 libtoolize: copying file 'm4/ltsugar.m4'
16:54:24 [2022-07-20T16:54:24.229Z] #77 45.02 libtoolize: copying file 'm4/ltversion.m4'
16:54:24 [2022-07-20T16:54:24.302Z] #84 120.4 checking for dlfcn.h... yes
16:54:24 [2022-07-20T16:54:24.302Z] #84 121.1 checking for objdir... .libs
16:54:24 [2022-07-20T16:54:24.489Z] #77 45.17 libtoolize: copying file 'm4/lt~obsolete.m4'
16:54:24 [2022-07-20T16:54:24.489Z] #77 45.32 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:54:24 [2022-07-20T16:54:24.757Z] #76 75.32 Selecting previously unselected package libtool.
16:54:24 [2022-07-20T16:54:24.757Z] #76 75.34 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
16:54:24 [2022-07-20T16:54:24.757Z] #76 75.37 Unpacking libtool (2.4.6-15) ...
16:54:25 [2022-07-20T16:54:25.237Z] #84 121.7 checking if gcc supports -fno-rtti -fno-exceptions... no
16:54:25 [2022-07-20T16:54:25.237Z] #84 121.9 checking for gcc option to produce PIC... -fPIC -DPIC
16:54:25 [2022-07-20T16:54:25.324Z] #76 75.94 Selecting previously unselected package libudev-dev:amd64.
16:54:25 [2022-07-20T16:54:25.324Z] #76 75.95 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
16:54:25 [2022-07-20T16:54:25.324Z] #76 75.95 Unpacking libudev-dev:amd64 (247.3-7) ...
16:54:25 [2022-07-20T16:54:25.573Z] #84 121.9 checking if gcc PIC flag -fPIC -DPIC works... yes
16:54:25 [2022-07-20T16:54:25.887Z] #76 76.49 Selecting previously unselected package libyajl2:amd64.
16:54:25 [2022-07-20T16:54:25.887Z] #76 76.49 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
16:54:25 [2022-07-20T16:54:25.887Z] #76 76.50 Unpacking libyajl2:amd64 (2.1.0-3) ...
16:54:26 [2022-07-20T16:54:26.144Z] #76 76.70 Selecting previously unselected package libyajl-dev:amd64.
16:54:26 [2022-07-20T16:54:26.144Z] #76 76.70 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
16:54:26 [2022-07-20T16:54:26.144Z] #76 76.70 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
16:54:26 [2022-07-20T16:54:26.144Z] #76 ...
16:54:26 [2022-07-20T16:54:26.144Z] 
16:54:26 [2022-07-20T16:54:26.144Z] #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
16:54:26 [2022-07-20T16:54:26.144Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:26 [2022-07-20T16:54:26.144Z] #14 66.70 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]
16:54:26 [2022-07-20T16:54:26.144Z] #14 67.50 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]
16:54:26 [2022-07-20T16:54:26.144Z] #14 68.63 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]
16:54:26 [2022-07-20T16:54:26.144Z] #14 70.93 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]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.60 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]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.60 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.62 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.64 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.66 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.70 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]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.70 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.70 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.75 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.75 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.80 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.80 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.87 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.88 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.89 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 71.90 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
16:54:26 [2022-07-20T16:54:26.144Z] #14 73.45 debconf: delaying package configuration, since apt-utils is not installed
16:54:26 [2022-07-20T16:54:26.144Z] #14 73.72 Fetched 115 MB in 12s (9885 kB/s)
16:54:26 [2022-07-20T16:54:26.144Z] #14 73.95 Selecting previously unselected package binutils-mingw-w64-i686.
16:54:26 [2022-07-20T16:54:26.144Z] #14 73.95 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
16:54:26 [2022-07-20T16:54:26.144Z] #14 74.05 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
16:54:26 [2022-07-20T16:54:26.144Z] #14 74.05 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:54:26 [2022-07-20T16:54:26.144Z] #14 ...
16:54:26 [2022-07-20T16:54:26.144Z] 
16:54:26 [2022-07-20T16:54:26.144Z] #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
16:54:26 [2022-07-20T16:54:26.144Z] #34 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:54:26 [2022-07-20T16:54:26.144Z] #34 73.87 Updating files:  78% (1188/1521)
Updating files:  79% (1202/1521)
Updating files:  80% (1217/1521)
Updating files:  81% (1233/1521)
Updating files:  82% (1248/1521)
Updating files:  83% (1263/1521)
Updating files:  84% (1278/1521)
Updating files:  85% (1293/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:  92% (1402/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.
16:54:26 [2022-07-20T16:54:26.144Z] #34 75.32 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
16:54:26 [2022-07-20T16:54:26.144Z] #34 75.91 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:26 [2022-07-20T16:54:26.189Z] #84 122.1 checking if gcc static flag -static works... yes
16:54:26 [2022-07-20T16:54:26.453Z] #84 122.9 checking if gcc supports -c -o file.o... yes
16:54:26 [2022-07-20T16:54:26.453Z] #84 123.1 checking if gcc supports -c -o file.o... (cached) yes
16:54:26 [2022-07-20T16:54:26.724Z] #84 123.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:54:27 [2022-07-20T16:54:27.310Z] #84 123.3 checking dynamic linker characteristics... GNU/Linux ld.so
16:54:27 [2022-07-20T16:54:27.310Z] #84 123.9 checking how to hardcode library paths into programs... immediate
16:54:27 [2022-07-20T16:54:27.310Z] #84 123.9 checking whether stripping libraries is possible... yes
16:54:27 [2022-07-20T16:54:27.310Z] #84 123.9 checking if libtool supports shared libraries... yes
16:54:27 [2022-07-20T16:54:27.310Z] #84 123.9 checking whether to build shared libraries... no
16:54:27 [2022-07-20T16:54:27.310Z] #84 123.9 checking whether to build static libraries... yes
16:54:27 [2022-07-20T16:54:27.310Z] #84 123.9 checking for a BSD-compatible install... /usr/bin/install -c
16:54:27 [2022-07-20T16:54:27.310Z] #84 124.0 checking whether build environment is sane... yes
16:54:27 [2022-07-20T16:54:27.310Z] #84 124.1 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:54:27 [2022-07-20T16:54:27.494Z] #77 19.92 Cloning into '/tmp/crun-build/libocispec/yajl'...
16:54:27 [2022-07-20T16:54:27.569Z] #84 124.1 checking whether make sets $(MAKE)... yes
16:54:27 [2022-07-20T16:54:27.569Z] #84 124.2 checking whether make supports the include directive... yes (GNU style)
16:54:27 [2022-07-20T16:54:27.569Z] #84 124.3 checking whether make supports nested variables... yes
16:54:27 [2022-07-20T16:54:27.569Z] #84 124.4 checking whether UID '0' is supported by ustar format... yes
16:54:27 [2022-07-20T16:54:27.569Z] #84 124.4 checking whether GID '0' is supported by ustar format... yes
16:54:27 [2022-07-20T16:54:27.828Z] #84 124.4 checking how to create a ustar tar archive... gnutar
16:54:28 [2022-07-20T16:54:28.088Z] #84 124.5 checking dependency style of gcc... gcc3
16:54:28 [2022-07-20T16:54:28.088Z] #84 124.8 checking whether to enable maintainer-specific portions of Makefiles... yes
16:54:28 [2022-07-20T16:54:28.088Z] #84 124.8 checking whether make supports nested variables... (cached) yes
16:54:28 [2022-07-20T16:54:28.088Z] #84 124.8 checking for gawk... (cached) mawk
16:54:28 [2022-07-20T16:54:28.088Z] #84 124.8 checking for a sed that does not truncate output... (cached) /bin/sed
16:54:28 [2022-07-20T16:54:28.088Z] #84 124.8 checking for gcc... (cached) gcc
16:54:28 [2022-07-20T16:54:28.347Z] #84 125.0 checking whether we are using the GNU C compiler... (cached) yes
16:54:28 [2022-07-20T16:54:28.347Z] #84 125.0 checking whether gcc accepts -g... (cached) yes
16:54:28 [2022-07-20T16:54:28.347Z] #84 125.0 checking for gcc option to accept ISO C89... (cached) none needed
16:54:28 [2022-07-20T16:54:28.347Z] #84 125.0 checking whether gcc understands -c and -o together... (cached) yes
16:54:28 [2022-07-20T16:54:28.347Z] #84 125.0 checking for a Python interpreter with version >= 3... python3
16:54:28 [2022-07-20T16:54:28.347Z] #84 125.1 checking for python3... /usr/bin/python3
16:54:28 [2022-07-20T16:54:28.347Z] #84 125.1 checking for python3 version... 3.9
16:54:28 [2022-07-20T16:54:28.606Z] #84 125.2 checking for python3 platform... linux
16:54:28 [2022-07-20T16:54:28.665Z] #34 ...
16:54:28 [2022-07-20T16:54:28.665Z] 
16:54:28 [2022-07-20T16:54:28.665Z] #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             ;
16:54:28 [2022-07-20T16:54:28.665Z] #76 sha256:2d1721cb0ca43816cedee2d6125fa2dda4f7f991aac6a0b1dec08e769d2b70d4
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.08 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.21 Setting up libmagic-mgc (1:5.39-3) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.25 Setting up libyajl2:amd64 (2.1.0-3) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.26 Setting up libmagic1:amd64 (1:5.39-3) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.31 Setting up file (1:5.39-3) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.33 Setting up bzip2 (1.0.8-4) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.39 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.41 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.44 Setting up libcap2:amd64 (1:2.44-1) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.46 Setting up autotools-dev (20180224.1+nmu1) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.49 Setting up libsigsegv2:amd64 (2.13-1) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.52 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.57 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.60 Setting up patch (2.7.6-7) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.61 Setting up libudev-dev:amd64 (247.3-7) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.62 Setting up libyajl-dev:amd64 (2.1.0-3) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.65 Setting up libcap-dev:amd64 (1:2.44-1) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.68 Setting up libsystemd-dev:amd64 (247.3-7) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.70 Setting up libtool (2.4.6-15) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.72 Setting up m4 (1.4.18-5) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.78 Setting up dpkg-dev (1.20.11) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.83 Setting up autoconf (2.69-14) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.87 Setting up build-essential (12.9) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.90 Setting up automake (1:1.16.3-2) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.91 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:54:28 [2022-07-20T16:54:28.665Z] #76 77.92 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:54:28 [2022-07-20T16:54:28.665Z] #76 DONE 79.1s
16:54:28 [2022-07-20T16:54:28.665Z] 
16:54:28 [2022-07-20T16:54:28.665Z] #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
16:54:28 [2022-07-20T16:54:28.665Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:28 [2022-07-20T16:54:28.665Z] #14 79.13 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:54:28 [2022-07-20T16:54:28.665Z] #14 79.13 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
16:54:28 [2022-07-20T16:54:28.665Z] #14 79.14 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:54:29 [2022-07-20T16:54:29.174Z] #84 125.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:54:29 [2022-07-20T16:54:29.174Z] #84 125.7 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:54:29 [2022-07-20T16:54:29.174Z] #84 126.0 checking for go-md2man... no
16:54:29 [2022-07-20T16:54:29.401Z] #77 ...
16:54:29 [2022-07-20T16:54:29.401Z] 
16:54:29 [2022-07-20T16:54:29.401Z] #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
16:54:29 [2022-07-20T16:54:29.401Z] #44 sha256:fd74a390a2cf7eb6cb463ca5ba63e4b610b9e39fa4b4bb759e5e0b4aab8f0be5
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.437 + RM_GOPATH=0
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.437 + TMP_GOPATH=
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.437 + : /build
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.437 + '[' -z '' ']'
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.437 ++ mktemp -d
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.450 + export GOPATH=/tmp/tmp.njvwDybOC1
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.450 + GOPATH=/tmp/tmp.njvwDybOC1
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.450 + RM_GOPATH=1
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.450 + case "$(go env GOARCH)" in
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.466 ++ go env GOARCH
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.498 + export GO_BUILDMODE=-buildmode=pie
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.498 + GO_BUILDMODE=-buildmode=pie
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.499 ++ dirname /install.sh
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.500 + dir=/
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.500 + bin=tini
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.500 + shift
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.500 + '[' '!' -f //tini.installer ']'
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.501 + . //tini.installer
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.501 ++ : v0.19.0
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.501 + install_tini
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.501 + echo 'Install tini version v0.19.0'
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.501 Install tini version v0.19.0
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.501 + git clone https://github.com/krallin/tini.git /tmp/tmp.njvwDybOC1/tini
16:54:29 [2022-07-20T16:54:29.401Z] #44 1.503 Cloning into '/tmp/tmp.njvwDybOC1/tini'...
16:54:29 [2022-07-20T16:54:29.401Z] #44 2.724 + cd /tmp/tmp.njvwDybOC1/tini
16:54:29 [2022-07-20T16:54:29.401Z] #44 2.725 + git checkout -q v0.19.0
16:54:29 [2022-07-20T16:54:29.401Z] #44 2.767 + cmake .
16:54:29 [2022-07-20T16:54:29.401Z] #44 3.865 -- The C compiler identification is GNU 10.2.1
16:54:29 [2022-07-20T16:54:29.401Z] #44 3.996 -- Detecting C compiler ABI info
16:54:29 [2022-07-20T16:54:29.401Z] #44 4.935 -- Detecting C compiler ABI info - done
16:54:29 [2022-07-20T16:54:29.401Z] #44 5.131 -- Check for working C compiler: /usr/bin/cc - skipped
16:54:29 [2022-07-20T16:54:29.401Z] #44 5.153 -- Detecting C compile features
16:54:29 [2022-07-20T16:54:29.401Z] #44 5.155 -- Detecting C compile features - done
16:54:29 [2022-07-20T16:54:29.401Z] #44 5.187 -- Performing Test HAS_BUILTIN_FORTIFY
16:54:29 [2022-07-20T16:54:29.661Z] #44 5.551 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:54:29 [2022-07-20T16:54:29.661Z] #44 5.673 -- Configuring done
16:54:29 [2022-07-20T16:54:29.661Z] #44 5.689 -- Generating done
16:54:29 [2022-07-20T16:54:29.661Z] #44 5.712 -- Build files have been written to: /tmp/tmp.njvwDybOC1/tini
16:54:29 [2022-07-20T16:54:29.661Z] #44 5.728 + make tini-static
16:54:29 [2022-07-20T16:54:29.742Z] #84 126.0 checking error.h usability... yes
16:54:29 [2022-07-20T16:54:29.742Z] #84 126.2 checking error.h presence... yes
16:54:29 [2022-07-20T16:54:29.742Z] #84 126.3 checking for error.h... yes
16:54:29 [2022-07-20T16:54:29.742Z] #84 126.3 checking linux/openat2.h usability... yes
16:54:29 [2022-07-20T16:54:29.742Z] #84 126.4 checking linux/openat2.h presence... yes
16:54:29 [2022-07-20T16:54:29.742Z] #84 126.5 checking for linux/openat2.h... yes
16:54:29 [2022-07-20T16:54:29.981Z] #14 ...
16:54:29 [2022-07-20T16:54:29.981Z] 
16:54:29 [2022-07-20T16:54:29.981Z] #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
16:54:29 [2022-07-20T16:54:29.981Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:29 [2022-07-20T16:54:29.981Z] #77 35.33 aclocal: warning: couldn't open directory 'm4': No such file or directory
16:54:30 [2022-07-20T16:54:30.231Z] #44 6.055 Scanning dependencies of target tini-static
16:54:30 [2022-07-20T16:54:30.231Z] #44 6.159 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:54:30 [2022-07-20T16:54:30.310Z] #84 126.5 checking for copy_file_range... yes
16:54:30 [2022-07-20T16:54:30.883Z] #84 127.0 checking for fgetxattr... yes
16:54:31 [2022-07-20T16:54:31.419Z] #84 127.7 checking for statx... yes
16:54:31 [2022-07-20T16:54:31.986Z] #84 128.1 checking for fgetpwent_r... yes
16:54:32 [2022-07-20T16:54:32.137Z] #44 8.237 [100%] Linking C executable tini-static
16:54:32 [2022-07-20T16:54:32.578Z] #84 128.8 checking for issetugid... 
16:54:32 [2022-07-20T16:54:32.578Z] #84 ...
16:54:32 [2022-07-20T16:54:32.578Z] 
16:54:32 [2022-07-20T16:54:32.578Z] #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
16:54:32 [2022-07-20T16:54:32.578Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:54:32 [2022-07-20T16:54:32.578Z] #19 164.3 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 164.6 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 164.8 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]
16:54:32 [2022-07-20T16:54:32.578Z] #19 167.5 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
16:54:32 [2022-07-20T16:54:32.578Z] #19 167.5 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
16:54:32 [2022-07-20T16:54:32.578Z] #19 167.5 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 167.6 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 167.6 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 167.6 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 167.6 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
16:54:32 [2022-07-20T16:54:32.578Z] #19 167.6 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 167.8 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 167.8 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 168.0 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 168.0 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 168.1 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 168.1 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 168.2 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]
16:54:32 [2022-07-20T16:54:32.578Z] #19 171.6 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
16:54:32 [2022-07-20T16:54:32.578Z] #19 171.6 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 171.6 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 171.7 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
16:54:32 [2022-07-20T16:54:32.578Z] #19 171.9 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]
16:54:32 [2022-07-20T16:54:32.578Z] #19 ...
16:54:32 [2022-07-20T16:54:32.578Z] 
16:54:32 [2022-07-20T16:54:32.578Z] #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
16:54:32 [2022-07-20T16:54:32.578Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:32 [2022-07-20T16:54:32.578Z] #84 128.8 checking for issetugid... no
16:54:32 [2022-07-20T16:54:32.578Z] #84 129.2 checking for pkg-config... /usr/bin/pkg-config
16:54:32 [2022-07-20T16:54:32.578Z] #84 129.2 checking pkg-config is at least version 0.9.0... yes
16:54:32 [2022-07-20T16:54:32.615Z] #77 ...
16:54:32 [2022-07-20T16:54:32.615Z] 
16:54:32 [2022-07-20T16:54:32.615Z] #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
16:54:32 [2022-07-20T16:54:32.615Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:54:32 [2022-07-20T16:54:32.615Z] #14 93.01 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
16:54:32 [2022-07-20T16:54:32.615Z] #14 93.01 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
16:54:32 [2022-07-20T16:54:32.615Z] #14 93.02 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:54:32 [2022-07-20T16:54:32.615Z] #14 98.40 Selecting previously unselected package g++-mingw-w64-x86-64.
16:54:32 [2022-07-20T16:54:32.615Z] #14 98.40 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
16:54:32 [2022-07-20T16:54:32.615Z] #14 98.41 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:54:32 [2022-07-20T16:54:32.615Z] #14 98.53 Selecting previously unselected package libapparmor1:arm64.
16:54:32 [2022-07-20T16:54:32.615Z] #14 98.53 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
16:54:32 [2022-07-20T16:54:32.615Z] #14 98.54 Unpacking libapparmor1:arm64 (2.13.6-10) ...
16:54:32 [2022-07-20T16:54:32.615Z] #14 98.65 Selecting previously unselected package libapparmor-dev:arm64.
16:54:32 [2022-07-20T16:54:32.615Z] #14 98.67 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
16:54:32 [2022-07-20T16:54:32.615Z] #14 98.68 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
16:54:32 [2022-07-20T16:54:32.839Z] #14 ...
16:54:32 [2022-07-20T16:54:32.839Z] 
16:54:32 [2022-07-20T16:54:32.839Z] #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
16:54:32 [2022-07-20T16:54:32.839Z] #42 sha256:c71ebab3e1445b1b21a0a9f0f6c94395214aa2d28861e086d91e712720a344be
16:54:32 [2022-07-20T16:54:32.839Z] #42 72.89 Selecting previously unselected package libxml2:amd64.
16:54:32 [2022-07-20T16:54:32.839Z] #42 72.90 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 72.91 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 74.00 Selecting previously unselected package libarchive13:amd64.
16:54:32 [2022-07-20T16:54:32.839Z] #42 74.01 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 74.01 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 74.64 Selecting previously unselected package libjsoncpp24:amd64.
16:54:32 [2022-07-20T16:54:32.839Z] #42 74.64 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 74.65 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 74.94 Selecting previously unselected package librhash0:amd64.
16:54:32 [2022-07-20T16:54:32.839Z] #42 74.94 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 74.95 Unpacking librhash0:amd64 (1.4.1-2) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 75.42 Selecting previously unselected package libuv1:amd64.
16:54:32 [2022-07-20T16:54:32.839Z] #42 75.43 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 75.46 Unpacking libuv1:amd64 (1.40.0-2) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 75.74 Selecting previously unselected package cmake.
16:54:32 [2022-07-20T16:54:32.839Z] #42 75.75 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 75.76 Unpacking cmake (3.18.4-2+deb11u1) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 82.88 Setting up libicu67:amd64 (67.1-7) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 82.96 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 83.00 Setting up libuv1:amd64 (1.40.0-2) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 83.07 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 83.12 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 83.17 Setting up librhash0:amd64 (1.4.1-2) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 83.21 Setting up cmake-data (3.18.4-2+deb11u1) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 83.23 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 83.24 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 83.26 Setting up cmake (3.18.4-2+deb11u1) ...
16:54:32 [2022-07-20T16:54:32.839Z] #42 83.27 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:54:32 [2022-07-20T16:54:32.875Z] #14 98.83 Selecting previously unselected package libbtrfs0:arm64.
16:54:32 [2022-07-20T16:54:32.875Z] #14 98.83 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
16:54:32 [2022-07-20T16:54:32.875Z] #14 98.84 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
16:54:33 [2022-07-20T16:54:33.075Z] #44 ...
16:54:33 [2022-07-20T16:54:33.075Z] 
16:54:33 [2022-07-20T16:54:33.075Z] #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
16:54:33 [2022-07-20T16:54:33.075Z] #53 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:54:33 [2022-07-20T16:54:33.075Z] #53 101.6 gotestsum version dev
16:54:33 [2022-07-20T16:54:33.135Z] #14 99.06 Selecting previously unselected package libbtrfs-dev:arm64.
16:54:33 [2022-07-20T16:54:33.135Z] #14 99.06 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
16:54:33 [2022-07-20T16:54:33.135Z] #14 99.07 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
16:54:33 [2022-07-20T16:54:33.135Z] #14 99.28 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
16:54:33 [2022-07-20T16:54:33.135Z] #14 99.29 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
16:54:33 [2022-07-20T16:54:33.135Z] #14 99.29 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
16:54:33 [2022-07-20T16:54:33.394Z] #14 99.38 Selecting previously unselected package libudev-dev:arm64.
16:54:33 [2022-07-20T16:54:33.395Z] #14 99.41 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
16:54:33 [2022-07-20T16:54:33.395Z] #14 99.42 Unpacking libudev-dev:arm64 (247.3-7) ...
16:54:33 [2022-07-20T16:54:33.395Z] #14 99.62 Selecting previously unselected package libsepol1-dev:arm64.
16:54:33 [2022-07-20T16:54:33.405Z] #42 DONE 84.1s
16:54:33 [2022-07-20T16:54:33.405Z] 
16:54:33 [2022-07-20T16:54:33.405Z] #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
16:54:33 [2022-07-20T16:54:33.405Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:33 [2022-07-20T16:54:33.405Z] #14 84.11 Selecting previously unselected package binutils-mingw-w64.
16:54:33 [2022-07-20T16:54:33.405Z] #14 84.11 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
16:54:33 [2022-07-20T16:54:33.405Z] #14 84.15 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
16:54:33 [2022-07-20T16:54:33.514Z] #84 129.2 checking for library containing yajl_tree_get... -lyajl
16:54:33 [2022-07-20T16:54:33.514Z] #84 130.1 checking for yajl >= 2.0.0... yes
16:54:33 [2022-07-20T16:54:33.654Z] #14 99.62 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
16:54:33 [2022-07-20T16:54:33.654Z] #14 99.62 Unpacking libsepol1-dev:arm64 (3.1-1) ...
16:54:33 [2022-07-20T16:54:33.662Z] #14 ...
16:54:33 [2022-07-20T16:54:33.662Z] 
16:54:33 [2022-07-20T16:54:33.662Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
16:54:33 [2022-07-20T16:54:33.662Z] #43 sha256:4d749a4da7a6786b6b4f441ff4c3ca62df04c6920e6873cbca557aab47e45aca
16:54:33 [2022-07-20T16:54:33.662Z] #43 DONE 0.1s
16:54:33 [2022-07-20T16:54:33.662Z] 
16:54:33 [2022-07-20T16:54:33.662Z] #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
16:54:33 [2022-07-20T16:54:33.662Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:33 [2022-07-20T16:54:33.663Z] #14 84.44 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:54:33 [2022-07-20T16:54:33.773Z] #84 130.1 checking sys/capability.h usability... yes
16:54:33 [2022-07-20T16:54:33.773Z] #84 130.4 checking sys/capability.h presence... yes
16:54:33 [2022-07-20T16:54:33.914Z] #14 99.98 Selecting previously unselected package libpcre2-16-0:arm64.
16:54:33 [2022-07-20T16:54:33.914Z] #14 99.98 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
16:54:33 [2022-07-20T16:54:33.914Z] #14 99.99 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
16:54:33 [2022-07-20T16:54:33.919Z] #14 84.45 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:54:33 [2022-07-20T16:54:33.919Z] #14 84.47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:54:34 [2022-07-20T16:54:34.020Z] #53 DONE 102.5s
16:54:34 [2022-07-20T16:54:34.020Z] 
16:54:34 [2022-07-20T16:54:34.020Z] #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
16:54:34 [2022-07-20T16:54:34.020Z] #44 sha256:fd74a390a2cf7eb6cb463ca5ba63e4b610b9e39fa4b4bb759e5e0b4aab8f0be5
16:54:34 [2022-07-20T16:54:34.020Z] #44 9.345 [100%] Built target tini-static
16:54:34 [2022-07-20T16:54:34.020Z] #44 9.433 + mkdir -p /build
16:54:34 [2022-07-20T16:54:34.020Z] #44 9.437 + cp tini-static /build/docker-init
16:54:34 [2022-07-20T16:54:34.020Z] #44 DONE 9.9s
16:54:34 [2022-07-20T16:54:34.020Z] 
16:54:34 [2022-07-20T16:54:34.020Z] #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
16:54:34 [2022-07-20T16:54:34.020Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:34 [2022-07-20T16:54:34.020Z] #77 22.24 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
16:54:34 [2022-07-20T16:54:34.020Z] #77 22.49 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
16:54:34 [2022-07-20T16:54:34.020Z] #77 23.06 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
16:54:34 [2022-07-20T16:54:34.032Z] #84 130.6 checking for sys/capability.h... yes
16:54:34 [2022-07-20T16:54:34.032Z] #84 130.6 checking for library containing cap_from_name... 
16:54:34 [2022-07-20T16:54:34.032Z] #84 ...
16:54:34 [2022-07-20T16:54:34.032Z] 
16:54:34 [2022-07-20T16:54:34.032Z] #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
16:54:34 [2022-07-20T16:54:34.032Z] #41 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:54:34 [2022-07-20T16:54:34.032Z] #41 DONE 189.2s
16:54:34 [2022-07-20T16:54:34.174Z] #14 100.2 Selecting previously unselected package libpcre2-32-0:arm64.
16:54:34 [2022-07-20T16:54:34.174Z] #14 100.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
16:54:34 [2022-07-20T16:54:34.174Z] #14 100.2 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
16:54:34 [2022-07-20T16:54:34.175Z] #14 84.78 Selecting previously unselected package dmsetup.
16:54:34 [2022-07-20T16:54:34.175Z] #14 84.78 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
16:54:34 [2022-07-20T16:54:34.175Z] #14 84.80 Unpacking dmsetup (2:1.02.175-2.1) ...
16:54:34 [2022-07-20T16:54:34.280Z] #77 ...
16:54:34 [2022-07-20T16:54:34.280Z] 
16:54:34 [2022-07-20T16:54:34.280Z] #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
16:54:34 [2022-07-20T16:54:34.280Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:34 [2022-07-20T16:54:34.280Z] #14 92.94 Selecting previously unselected package mingw-w64-x86-64-dev.
16:54:34 [2022-07-20T16:54:34.280Z] #14 92.94 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
16:54:34 [2022-07-20T16:54:34.280Z] #14 92.94 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
16:54:34 [2022-07-20T16:54:34.292Z] 
16:54:34 [2022-07-20T16:54:34.292Z] #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
16:54:34 [2022-07-20T16:54:34.292Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:54:34 [2022-07-20T16:54:34.292Z] #19 174.7 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
16:54:34 [2022-07-20T16:54:34.292Z] #19 174.7 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
16:54:34 [2022-07-20T16:54:34.292Z] #19 174.7 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
16:54:34 [2022-07-20T16:54:34.292Z] #19 174.8 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
16:54:34 [2022-07-20T16:54:34.292Z] #19 174.8 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
16:54:34 [2022-07-20T16:54:34.292Z] #19 174.8 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
16:54:34 [2022-07-20T16:54:34.292Z] #19 174.8 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
16:54:34 [2022-07-20T16:54:34.292Z] #19 174.8 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
16:54:34 [2022-07-20T16:54:34.292Z] #19 174.9 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
16:54:34 [2022-07-20T16:54:34.292Z] #19 175.0 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
16:54:34 [2022-07-20T16:54:34.292Z] #19 175.0 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
16:54:34 [2022-07-20T16:54:34.292Z] #19 175.0 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]
16:54:34 [2022-07-20T16:54:34.434Z] #14 100.4 Selecting previously unselected package libpcre2-posix2:arm64.
16:54:34 [2022-07-20T16:54:34.434Z] #14 100.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
16:54:34 [2022-07-20T16:54:34.434Z] #14 100.4 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
16:54:34 [2022-07-20T16:54:34.434Z] #14 100.5 Selecting previously unselected package libpcre2-dev:arm64.
16:54:34 [2022-07-20T16:54:34.434Z] #14 100.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
16:54:34 [2022-07-20T16:54:34.434Z] #14 100.5 Unpacking libpcre2-dev:arm64 (10.36-2) ...
16:54:34 [2022-07-20T16:54:34.540Z] #14 103.0 Selecting previously unselected package gcc-mingw-w64-base.
16:54:34 [2022-07-20T16:54:34.540Z] #14 103.0 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
16:54:34 [2022-07-20T16:54:34.540Z] #14 103.1 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:54:34 [2022-07-20T16:54:34.742Z] #14 85.22 Selecting previously unselected package mingw-w64-common.
16:54:34 [2022-07-20T16:54:34.742Z] #14 85.23 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
16:54:34 [2022-07-20T16:54:34.742Z] #14 85.25 Unpacking mingw-w64-common (8.0.0-1) ...
16:54:34 [2022-07-20T16:54:34.742Z] #14 ...
16:54:34 [2022-07-20T16:54:34.742Z] 
16:54:34 [2022-07-20T16:54:34.742Z] #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
16:54:34 [2022-07-20T16:54:34.742Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:54:34 [2022-07-20T16:54:34.742Z] #51 75.39 Setting up libprotobuf23:amd64 (3.12.4-1) ...
16:54:34 [2022-07-20T16:54:34.742Z] #51 75.41 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:54:34 [2022-07-20T16:54:34.742Z] #51 75.42 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:54:34 [2022-07-20T16:54:34.742Z] #51 75.44 Setting up python3-six (1.16.0-2) ...
16:54:34 [2022-07-20T16:54:34.742Z] #51 77.08 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
16:54:34 [2022-07-20T16:54:34.742Z] #51 77.14 Setting up python3-protobuf (3.12.4-1) ...
16:54:34 [2022-07-20T16:54:34.742Z] #51 83.52 Setting up criu (3.17.1-1) ...
16:54:34 [2022-07-20T16:54:34.742Z] #51 ...
16:54:34 [2022-07-20T16:54:34.742Z] 
16:54:34 [2022-07-20T16:54:34.742Z] #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
16:54:34 [2022-07-20T16:54:34.742Z] #44 sha256:69dfce424aedfeb4c0cc49612f65ee929ae90251aed7b4fdf4c0838b99a0fe38
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.276 + RM_GOPATH=0
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.276 + TMP_GOPATH=
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.276 + : /build
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.276 + '[' -z '' ']'
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.276 ++ mktemp -d
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.284 + export GOPATH=/tmp/tmp.B9ahRhASlB
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.284 + GOPATH=/tmp/tmp.B9ahRhASlB
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.284 + RM_GOPATH=1
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.284 + case "$(go env GOARCH)" in
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.284 ++ go env GOARCH
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.355 Install tini version v0.19.0
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 + export GO_BUILDMODE=-buildmode=pie
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 + GO_BUILDMODE=-buildmode=pie
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 ++ dirname /install.sh
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 + dir=/
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 + bin=tini
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 + shift
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 + '[' '!' -f //tini.installer ']'
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 + . //tini.installer
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 ++ : v0.19.0
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 + install_tini
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 + echo 'Install tini version v0.19.0'
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.356 + git clone https://github.com/krallin/tini.git /tmp/tmp.B9ahRhASlB/tini
16:54:34 [2022-07-20T16:54:34.742Z] #44 1.384 Cloning into '/tmp/tmp.B9ahRhASlB/tini'...
16:54:34 [2022-07-20T16:54:34.800Z] #14 103.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
16:54:34 [2022-07-20T16:54:34.800Z] #14 103.4 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
16:54:34 [2022-07-20T16:54:34.800Z] #14 103.4 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:54:35 [2022-07-20T16:54:35.003Z] #14 100.9 Selecting previously unselected package libselinux1-dev:arm64.
16:54:35 [2022-07-20T16:54:35.003Z] #14 101.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
16:54:35 [2022-07-20T16:54:35.003Z] #14 101.0 Unpacking libselinux1-dev:arm64 (3.1-3) ...
16:54:35 [2022-07-20T16:54:35.003Z] #14 ...
16:54:35 [2022-07-20T16:54:35.003Z] 
16:54:35 [2022-07-20T16:54:35.003Z] #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
16:54:35 [2022-07-20T16:54:35.003Z] #67 sha256:a31bc8585ea5b2200791a584e1bfa16fbe47f07a79533c179e43040297f45763
16:54:35 [2022-07-20T16:54:35.003Z] #67 100.7 + for f in rootlesskit rootlesskit-docker-proxy
16:54:35 [2022-07-20T16:54:35.263Z] #67 100.7 + GOBIN=/build
16:54:35 [2022-07-20T16:54:35.263Z] #67 100.7 + GO111MODULE=on
16:54:35 [2022-07-20T16:54:35.263Z] #67 100.7 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
16:54:36 [2022-07-20T16:54:36.108Z] #44 2.723 + cd /tmp/tmp.B9ahRhASlB/tini
16:54:36 [2022-07-20T16:54:36.195Z] #19 177.9 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
16:54:36 [2022-07-20T16:54:36.195Z] #19 177.9 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
16:54:36 [2022-07-20T16:54:36.195Z] #19 177.9 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
16:54:36 [2022-07-20T16:54:36.195Z] #19 178.1 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
16:54:36 [2022-07-20T16:54:36.195Z] #19 178.2 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]
16:54:36 [2022-07-20T16:54:36.372Z] #44 2.723 + git checkout -q v0.19.0
16:54:36 [2022-07-20T16:54:36.372Z] #44 2.755 + cmake .
16:54:36 [2022-07-20T16:54:36.547Z] #77 ...
16:54:36 [2022-07-20T16:54:36.547Z] 
16:54:36 [2022-07-20T16:54:36.547Z] #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
16:54:36 [2022-07-20T16:54:36.547Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:36 [2022-07-20T16:54:36.547Z] #14 94.55 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
16:54:36 [2022-07-20T16:54:36.547Z] #14 94.56 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:54:36 [2022-07-20T16:54:36.547Z] #14 94.56 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:54:36 [2022-07-20T16:54:36.937Z] #44 ...
16:54:36 [2022-07-20T16:54:36.937Z] 
16:54:36 [2022-07-20T16:54:36.937Z] #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
16:54:36 [2022-07-20T16:54:36.937Z] #51 sha256:8923d2fc6a05d9cfbe04cb49e64467c960c36a230736c0af7aa6fa6870793a4f
16:54:36 [2022-07-20T16:54:36.937Z] #51 87.18 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:54:36 [2022-07-20T16:54:36.937Z] #51 DONE 87.6s
16:54:37 [2022-07-20T16:54:37.194Z] 
16:54:37 [2022-07-20T16:54:37.194Z] #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
16:54:37 [2022-07-20T16:54:37.194Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:37 [2022-07-20T16:54:37.194Z] #77 1.161 Cloning into '/tmp/crun-build'...
16:54:37 [2022-07-20T16:54:37.451Z] #77 ...
16:54:37 [2022-07-20T16:54:37.451Z] 
16:54:37 [2022-07-20T16:54:37.451Z] #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
16:54:37 [2022-07-20T16:54:37.451Z] #44 sha256:69dfce424aedfeb4c0cc49612f65ee929ae90251aed7b4fdf4c0838b99a0fe38
16:54:37 [2022-07-20T16:54:37.451Z] #44 3.922 -- The C compiler identification is GNU 10.2.1
16:54:37 [2022-07-20T16:54:37.708Z] #44 4.091 -- Detecting C compiler ABI info
16:54:38 [2022-07-20T16:54:38.098Z] #19 ...
16:54:38 [2022-07-20T16:54:38.098Z] 
16:54:38 [2022-07-20T16:54:38.098Z] #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
16:54:38 [2022-07-20T16:54:38.098Z] #43 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 Delve is a source level debugger for Go programs.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 Delve enables you to interact with your program by controlling the execution of the process,
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 Pass flags to the program you are debugging using `--`, for example:
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 `dlv exec ./hello -- server --config conf/config.toml`
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 Usage:
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   dlv [command]
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 Available Commands:
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   attach      Attach to running process and begin debugging.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   connect     Connect to a headless debug server with a terminal client.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   core        Examine a core dump.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   debug       Compile and begin debugging main package in current directory, or the package specified.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   exec        Execute a precompiled binary, and begin a debug session.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   help        Help about any command
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   run         Deprecated command. Use 'debug' instead.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   test        Compile test binary and begin debugging program.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   trace       Compile and begin tracing program.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   version     Prints version.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 Flags:
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --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)
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --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)
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --disable-aslr                     Disables address space randomization
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   -h, --help                             help for dlv
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --init string                      Init file, executed by the terminal client.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --log                              Enable debugging server logging.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0       --wd string                        Working directory for running the program.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 Additional help topics:
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   dlv backend  Help about the --backend flag.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   dlv log      Help about logging flags.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0   dlv redirect Help about file redirection.
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 
16:54:38 [2022-07-20T16:54:38.098Z] #43 193.0 Use "dlv [command] --help" for more information about a command.
16:54:38 [2022-07-20T16:54:38.098Z] #43 DONE 193.2s
16:54:38 [2022-07-20T16:54:38.098Z] 
16:54:38 [2022-07-20T16:54:38.098Z] #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
16:54:38 [2022-07-20T16:54:38.098Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:38 [2022-07-20T16:54:38.098Z] #84 130.6 checking for library containing cap_from_name... -lcap
16:54:38 [2022-07-20T16:54:38.098Z] #84 131.3 checking for library containing dlopen... -ldl
16:54:38 [2022-07-20T16:54:38.098Z] #84 131.9 checking seccomp.h usability... yes
16:54:38 [2022-07-20T16:54:38.098Z] #84 132.1 checking seccomp.h presence... yes
16:54:38 [2022-07-20T16:54:38.098Z] #84 132.3 checking for seccomp.h... yes
16:54:38 [2022-07-20T16:54:38.098Z] #84 132.3 checking for library containing seccomp_rule_add... -lseccomp
16:54:38 [2022-07-20T16:54:38.098Z] #84 132.9 checking for library containing seccomp_arch_resolve_name... none required
16:54:38 [2022-07-20T16:54:38.099Z] #84 133.2 checking systemd/sd-bus.h usability... yes
16:54:38 [2022-07-20T16:54:38.099Z] #84 133.6 checking systemd/sd-bus.h presence... yes
16:54:38 [2022-07-20T16:54:38.099Z] #84 133.8 checking for systemd/sd-bus.h... yes
16:54:38 [2022-07-20T16:54:38.099Z] #84 133.8 checking for library containing sd_bus_match_signal_async... -lsystemd
16:54:38 [2022-07-20T16:54:38.099Z] #84 134.5 checking for sd_notify_barrier... yes
16:54:38 [2022-07-20T16:54:38.364Z] #84 134.7 checking linux/bpf.h usability... yes
16:54:38 [2022-07-20T16:54:38.364Z] #84 135.0 checking linux/bpf.h presence... yes
16:54:38 [2022-07-20T16:54:38.364Z] #84 135.1 checking for linux/bpf.h... yes
16:54:38 [2022-07-20T16:54:38.629Z] #84 135.1 checking compilation for eBPF... yes
16:54:38 [2022-07-20T16:54:38.629Z] #84 135.4 checking for criu >= 3.15... no
16:54:38 [2022-07-20T16:54:38.629Z] #84 135.4 configure: CRIU headers not found, building without CRIU support
16:54:38 [2022-07-20T16:54:38.629Z] #84 135.4 checking for criu > 3.16... no
16:54:38 [2022-07-20T16:54:38.629Z] #84 135.4 configure: CRIU version doesn't support join-ns API
16:54:38 [2022-07-20T16:54:38.638Z] #44 5.224 -- Detecting C compiler ABI info - done
16:54:38 [2022-07-20T16:54:38.894Z] #84 135.4 checking for criu > 3.16.1... no
16:54:38 [2022-07-20T16:54:38.894Z] #84 135.5 configure: CRIU version doesn't support for pre-dumping
16:54:38 [2022-07-20T16:54:38.894Z] #84 135.5 checking for new mount API (fsconfig)... yes
16:54:38 [2022-07-20T16:54:38.894Z] #84 135.6 checking for seccomp notify API... yes
16:54:38 [2022-07-20T16:54:38.895Z] #44 5.426 -- Check for working C compiler: /usr/bin/cc - skipped
16:54:38 [2022-07-20T16:54:38.895Z] #44 5.437 -- Detecting C compile features
16:54:38 [2022-07-20T16:54:38.895Z] #44 5.439 -- Detecting C compile features - done
16:54:38 [2022-07-20T16:54:38.895Z] #44 5.503 -- Performing Test HAS_BUILTIN_FORTIFY
16:54:39 [2022-07-20T16:54:39.162Z] #84 135.7 checking for gperf... no
16:54:39 [2022-07-20T16:54:39.162Z] #84 135.7 configure: gperf not found - cannot rebuild signal parser code
16:54:39 [2022-07-20T16:54:39.162Z] #84 135.7 checking for library containing argp_parse... none required
16:54:39 [2022-07-20T16:54:39.425Z] #84 136.2 checking that generated files are newer than configure... done
16:54:39 [2022-07-20T16:54:39.425Z] #84 136.2 configure: creating ./config.status
16:54:39 [2022-07-20T16:54:39.458Z] #44 5.921 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:54:39 [2022-07-20T16:54:39.715Z] #44 6.107 -- Configuring done
16:54:39 [2022-07-20T16:54:39.715Z] #44 6.115 -- Generating done
16:54:39 [2022-07-20T16:54:39.715Z] #44 6.157 -- Build files have been written to: /tmp/tmp.B9ahRhASlB/tini
16:54:39 [2022-07-20T16:54:39.715Z] #44 6.172 + make tini-static
16:54:40 [2022-07-20T16:54:40.277Z] #44 6.793 Scanning dependencies of target tini-static
16:54:40 [2022-07-20T16:54:40.545Z] #67 105.9 rootlesskit version 1.0.0
16:54:40 [2022-07-20T16:54:40.545Z] #67 106.0 Usage of /build/rootlesskit-docker-proxy:
16:54:40 [2022-07-20T16:54:40.545Z] #67 106.0   -container-ip string
16:54:40 [2022-07-20T16:54:40.545Z] #67 106.0     	container ip
16:54:40 [2022-07-20T16:54:40.545Z] #67 106.0   -container-port int
16:54:40 [2022-07-20T16:54:40.545Z] #67 106.0     	container port (default -1)
16:54:40 [2022-07-20T16:54:40.545Z] #67 106.0   -host-ip string
16:54:40 [2022-07-20T16:54:40.545Z] #67 106.0     	host ip
16:54:40 [2022-07-20T16:54:40.545Z] #67 106.0   -host-port int
16:54:40 [2022-07-20T16:54:40.545Z] #67 106.0     	host port (default -1)
16:54:40 [2022-07-20T16:54:40.545Z] #67 106.0   -proto string
16:54:40 [2022-07-20T16:54:40.545Z] #67 106.0     	proxy protocol (default "tcp")
16:54:40 [2022-07-20T16:54:40.545Z] #67 ...
16:54:40 [2022-07-20T16:54:40.545Z] 
16:54:40 [2022-07-20T16:54:40.545Z] #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
16:54:40 [2022-07-20T16:54:40.545Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:54:40 [2022-07-20T16:54:40.545Z] #14 101.2 Selecting previously unselected package libdevmapper-dev:arm64.
16:54:40 [2022-07-20T16:54:40.545Z] #14 101.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 101.2 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 101.3 Selecting previously unselected package libseccomp-dev:arm64.
16:54:40 [2022-07-20T16:54:40.545Z] #14 101.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 101.3 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 101.4 Selecting previously unselected package libsystemd-dev:arm64.
16:54:40 [2022-07-20T16:54:40.545Z] #14 101.4 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 101.4 Unpacking libsystemd-dev:arm64 (247.3-7) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.1 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.1 Setting up libapparmor1:arm64 (2.13.6-10) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.1 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.1 Setting up libsepol1-dev:arm64 (3.1-1) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.1 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.2 Setting up libpcre2-16-0:arm64 (10.36-2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.2 Setting up libbtrfs0:arm64 (5.10.1-2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.2 Setting up libpcre2-32-0:arm64 (10.36-2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.2 Setting up libudev-dev:arm64 (247.3-7) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.2 Setting up libpcre2-posix2:arm64 (10.36-2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.2 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.2 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.3 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.3 Setting up mingw-w64-common (8.0.0-1) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.3 Setting up libsystemd-dev:arm64 (247.3-7) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.4 Setting up libpcre2-dev:arm64 (10.36-2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.4 Setting up libselinux1-dev:arm64 (3.1-3) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 102.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.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
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.6 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.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
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.8 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.8 Setting up dmsetup (2:1.02.175-2.1) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.8 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.8 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
16:54:40 [2022-07-20T16:54:40.545Z] #14 103.8 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:54:40 [2022-07-20T16:54:40.735Z] #14 ...
16:54:40 [2022-07-20T16:54:40.735Z] 
16:54:40 [2022-07-20T16:54:40.735Z] #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
16:54:40 [2022-07-20T16:54:40.735Z] #64 sha256:0b18d0afb004246aa6b9bcbb2e2c6989d25f273f24276c87e0e0d11a35a8e8bd
16:54:40 [2022-07-20T16:54:40.735Z] #64 54.45 Updating files:  48% (2364/4896)
Updating files:  49% (2400/4896)
Updating files:  50% (2448/4896)
Updating files:  51% (2497/4896)
Updating files:  52% (2546/4896)
Updating files:  53% (2595/4896)
Updating files:  54% (2644/4896)
Updating files:  55% (2693/4896)
Updating files:  56% (2742/4896)
Updating files:  57% (2791/4896)
Updating files:  58% (2840/4896)
Updating files:  59% (2889/4896)
Updating files:  60% (2938/4896)
Updating files:  61% (2987/4896)
Updating files:  62% (3036/4896)
Updating files:  63% (3085/4896)
Updating files:  64% (3134/4896)
Updating files:  65% (3183/4896)
Updating files:  66% (3232/4896)
Updating files:  67% (3281/4896)
Updating files:  68% (3330/4896)
Updating files:  69% (3379/4896)
Updating files:  70% (3428/4896)
Updating files:  71% (3477/4896)
Updating files:  72% (3526/4896)
Updating files:  73% (3575/4896)
Updating files:  74% (3624/4896)
Updating files:  75% (3672/4896)
Updating files:  76% (3721/4896)
Updating files:  77% (3770/4896)
Updating files:  78% (3819/4896)
Updating files:  79% (3868/4896)
Updating files:  80% (3917/4896)
Updating files:  81% (3966/4896)
Updating files:  82% (4015/4896)
Updating files:  83% (4064/4896)
Updating files:  84% (4113/4896)
Updating files:  85% (4162/4896)
Updating files:  85% (4185/4896)
Updating files:  86% (4211/4896)
Updating files:  87% (4260/4896)
Updating files:  88% (4309/4896)
Updating files:  89% (4358/4896)
Updating files:  90% (4407/4896)
Updating files:  91% (4456/4896)
Updating files:  92% (4505/4896)
Updating files:  93% (4554/4896)
Updating files:  94% (4603/4896)
Updating files:  95% (4652/4896)
Updating files:  96% (4701/4896)
Updating files:  97% (4750/4896)
Updating files:  98% (4799/4896)
Updating files:  99% (4848/4896)
Updating files: 100% (4896/4896)
Updating files: 100% (4896/4896), done.
16:54:40 [2022-07-20T16:54:40.735Z] #64 56.01 + cd /tmp/tmp.KbNA8P11Hx/src/github.com/containerd/containerd
16:54:40 [2022-07-20T16:54:40.735Z] #64 56.01 + git checkout -q v1.6.6
16:54:40 [2022-07-20T16:54:40.735Z] #64 58.18 + export 'BUILDTAGS=netgo osusergo static_build'
16:54:40 [2022-07-20T16:54:40.735Z] #64 58.18 + BUILDTAGS='netgo osusergo static_build'
16:54:40 [2022-07-20T16:54:40.735Z] #64 58.18 + export EXTRA_FLAGS=-buildmode=pie
16:54:40 [2022-07-20T16:54:40.735Z] #64 58.18 + EXTRA_FLAGS=-buildmode=pie
16:54:40 [2022-07-20T16:54:40.735Z] #64 58.19 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:54:40 [2022-07-20T16:54:40.735Z] #64 58.19 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:54:40 [2022-07-20T16:54:40.735Z] #64 58.19 + '[' '' = dynamic ']'
16:54:40 [2022-07-20T16:54:40.735Z] #64 58.19 + make
16:54:40 [2022-07-20T16:54:40.841Z] #44 7.088 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:54:42 [2022-07-20T16:54:42.109Z] #64 59.98 + bin/ctr
16:54:42 [2022-07-20T16:54:42.453Z] #14 ...
16:54:42 [2022-07-20T16:54:42.453Z] 
16:54:42 [2022-07-20T16:54:42.453Z] #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
16:54:42 [2022-07-20T16:54:42.453Z] #67 sha256:a31bc8585ea5b2200791a584e1bfa16fbe47f07a79533c179e43040297f45763
16:54:42 [2022-07-20T16:54:42.453Z] #67 DONE 108.0s
16:54:42 [2022-07-20T16:54:42.453Z] 
16:54:42 [2022-07-20T16:54:42.453Z] #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
16:54:42 [2022-07-20T16:54:42.453Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:54:42 [2022-07-20T16:54:42.453Z] #77 56.12 configure.ac:7: installing 'build-aux/compile'
16:54:42 [2022-07-20T16:54:42.453Z] #77 56.12 configure.ac:9: installing 'build-aux/config.guess'
16:54:42 [2022-07-20T16:54:42.453Z] #77 56.13 configure.ac:9: installing 'build-aux/config.sub'
16:54:42 [2022-07-20T16:54:42.453Z] #77 56.13 configure.ac:11: installing 'build-aux/install-sh'
16:54:42 [2022-07-20T16:54:42.453Z] #77 56.13 configure.ac:11: installing 'build-aux/missing'
16:54:42 [2022-07-20T16:54:42.453Z] #77 56.26 Makefile.am: installing 'build-aux/depcomp'
16:54:42 [2022-07-20T16:54:42.453Z] #77 56.37 parallel-tests: installing 'build-aux/test-driver'
16:54:42 [2022-07-20T16:54:42.453Z] #77 58.41 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:54:42 [2022-07-20T16:54:42.453Z] #77 58.43 libtoolize: copying file 'build-aux/ltmain.sh'
16:54:42 [2022-07-20T16:54:42.453Z] #77 59.02 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:54:42 [2022-07-20T16:54:42.453Z] #77 59.02 libtoolize: copying file 'm4/libtool.m4'
16:54:42 [2022-07-20T16:54:42.453Z] #77 59.13 libtoolize: copying file 'm4/ltoptions.m4'
16:54:42 [2022-07-20T16:54:42.453Z] #77 59.25 libtoolize: copying file 'm4/ltsugar.m4'
16:54:42 [2022-07-20T16:54:42.453Z] #77 59.38 libtoolize: copying file 'm4/ltversion.m4'
16:54:42 [2022-07-20T16:54:42.453Z] #77 59.48 libtoolize: copying file 'm4/lt~obsolete.m4'
16:54:42 [2022-07-20T16:54:42.453Z] #77 ...
16:54:42 [2022-07-20T16:54:42.453Z] 
16:54:42 [2022-07-20T16:54:42.453Z] #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
16:54:42 [2022-07-20T16:54:42.453Z] #14 sha256:b236067f8f2cee7d6e24d4851824256e858b909a7056445496e34f8a62d064ea
16:54:42 [2022-07-20T16:54:42.453Z] #14 DONE 108.5s
16:54:42 [2022-07-20T16:54:42.453Z] 
16:54:42 [2022-07-20T16:54:42.453Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
16:54:42 [2022-07-20T16:54:42.453Z] #68 sha256:4584ae5d100d5ffe61540f653adcb848bb33cfafac61c123115755e34335afcd
16:54:42 [2022-07-20T16:54:42.453Z] #68 DONE 0.1s
16:54:42 [2022-07-20T16:54:42.453Z] 
16:54:42 [2022-07-20T16:54:42.453Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
16:54:42 [2022-07-20T16:54:42.453Z] #59 sha256:ea816280bc653032aa7dba783b51cbec988ce8d962505c4d76b709e72e949702
16:54:42 [2022-07-20T16:54:42.713Z] #59 DONE 0.3s
16:54:42 [2022-07-20T16:54:42.713Z] 
16:54:42 [2022-07-20T16:54:42.713Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:54:42 [2022-07-20T16:54:42.713Z] #69 sha256:38a60753281caca6f6c160a6a7ffad0f5a4ca3408d9cfc487bde7afc378eaf12
16:54:42 [2022-07-20T16:54:42.713Z] #69 DONE 0.2s
16:54:42 [2022-07-20T16:54:42.713Z] 
16:54:42 [2022-07-20T16:54:42.713Z] #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
16:54:42 [2022-07-20T16:54:42.713Z] #60 sha256:1f1126ec41caa2e451d3f428e9d8c83902a45c5cca8e64a34293de97a73bdab0
16:54:42 [2022-07-20T16:54:42.722Z] #84 ...
16:54:42 [2022-07-20T16:54:42.722Z] 
16:54:42 [2022-07-20T16:54:42.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
16:54:42 [2022-07-20T16:54:42.722Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:54:42 [2022-07-20T16:54:42.722Z] #19 180.0 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
16:54:42 [2022-07-20T16:54:42.722Z] #19 180.0 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
16:54:42 [2022-07-20T16:54:42.722Z] #19 181.5 debconf: delaying package configuration, since apt-utils is not installed
16:54:42 [2022-07-20T16:54:42.722Z] #19 182.2 Fetched 788 MB in 44s (17.7 MB/s)
16:54:42 [2022-07-20T16:54:42.722Z] #19 182.3 Selecting previously unselected package liblocale-gettext-perl.
16:54:42 [2022-07-20T16:54:42.722Z] #19 182.3 (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.)
16:54:42 [2022-07-20T16:54:42.722Z] #19 182.4 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 182.4 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 182.5 Selecting previously unselected package bzip2.
16:54:42 [2022-07-20T16:54:42.722Z] #19 182.5 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 182.6 Unpacking bzip2 (1.0.8-4) ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 182.7 Selecting previously unselected package libmagic-mgc.
16:54:42 [2022-07-20T16:54:42.722Z] #19 182.7 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 182.7 Unpacking libmagic-mgc (1:5.39-3) ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 183.3 Selecting previously unselected package libmagic1:amd64.
16:54:42 [2022-07-20T16:54:42.722Z] #19 183.4 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 183.4 Unpacking libmagic1:amd64 (1:5.39-3) ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 183.5 Selecting previously unselected package file.
16:54:42 [2022-07-20T16:54:42.722Z] #19 183.5 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 183.5 Unpacking file (1:5.39-3) ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 183.7 Selecting previously unselected package xz-utils.
16:54:42 [2022-07-20T16:54:42.722Z] #19 183.7 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 183.7 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 184.0 Selecting previously unselected package binutils-aarch64-linux-gnu.
16:54:42 [2022-07-20T16:54:42.722Z] #19 184.0 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
16:54:42 [2022-07-20T16:54:42.722Z] #19 184.0 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
16:54:42 [2022-07-20T16:54:42.743Z] #44 9.079 [100%] Linking C executable tini-static
16:54:43 [2022-07-20T16:54:43.674Z] #44 10.15 [100%] Built target tini-static
16:54:43 [2022-07-20T16:54:43.931Z] #44 10.26 + mkdir -p /build
16:54:43 [2022-07-20T16:54:43.931Z] #44 10.30 + cp tini-static /build/docker-init
16:54:44 [2022-07-20T16:54:44.099Z] #19 186.0 Selecting previously unselected package binutils-arm-linux-gnueabi.
16:54:44 [2022-07-20T16:54:44.100Z] #19 186.0 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
16:54:44 [2022-07-20T16:54:44.100Z] #19 186.0 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
16:54:44 [2022-07-20T16:54:44.198Z] #60 1.384 + RM_GOPATH=0
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.384 + TMP_GOPATH=
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.384 + : /build
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.384 + '[' -z '' ']'
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.384 ++ mktemp -d
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.384 + export GOPATH=/tmp/tmp.4PyOeLZqFa
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.384 + GOPATH=/tmp/tmp.4PyOeLZqFa
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.384 + RM_GOPATH=1
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.384 + case "$(go env GOARCH)" in
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.391 ++ go env GOARCH
16:54:44 [2022-07-20T16:54:44.199Z] #60 ...
16:54:44 [2022-07-20T16:54:44.199Z] 
16:54:44 [2022-07-20T16:54:44.199Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
16:54:44 [2022-07-20T16:54:44.199Z] #15 sha256:852afe2b51c6a42e588317e7b560c608435c6fc8265d8ce0a05223a6d3cc86ad
16:54:44 [2022-07-20T16:54:44.199Z] #15 DONE 1.8s
16:54:44 [2022-07-20T16:54:44.199Z] 
16:54:44 [2022-07-20T16:54:44.199Z] #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
16:54:44 [2022-07-20T16:54:44.199Z] #60 sha256:1f1126ec41caa2e451d3f428e9d8c83902a45c5cca8e64a34293de97a73bdab0
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.460 + export GO_BUILDMODE=-buildmode=pie
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.460 + GO_BUILDMODE=-buildmode=pie
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.460 ++ dirname /install.sh
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.460 Install runc version v1.1.2 (build tags: seccomp)
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.461 + dir=/
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.461 + bin=runc
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.461 + shift
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.461 + '[' '!' -f //runc.installer ']'
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.461 + . //runc.installer
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.461 ++ set -e
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.461 ++ : v1.1.2
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.461 + install_runc
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.461 + RUNC_BUILDTAGS=seccomp
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.461 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.461 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.4PyOeLZqFa/src/github.com/opencontainers/runc
16:54:44 [2022-07-20T16:54:44.199Z] #60 1.464 Cloning into '/tmp/tmp.4PyOeLZqFa/src/github.com/opencontainers/runc'...
16:54:44 [2022-07-20T16:54:44.861Z] #44 DONE 11.3s
16:54:44 [2022-07-20T16:54:44.861Z] 
16:54:44 [2022-07-20T16:54:44.861Z] #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
16:54:44 [2022-07-20T16:54:44.861Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:44 [2022-07-20T16:54:44.861Z] #77 12.36 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
16:54:44 [2022-07-20T16:54:44.861Z] #77 12.40 Cloning into '/tmp/crun-build/libocispec'...
16:54:44 [2022-07-20T16:54:44.861Z] #77 15.37 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
16:54:44 [2022-07-20T16:54:44.861Z] #77 15.45 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
16:54:44 [2022-07-20T16:54:44.861Z] #77 15.45 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
16:54:44 [2022-07-20T16:54:44.861Z] #77 15.45 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
16:54:44 [2022-07-20T16:54:44.861Z] #77 15.49 Cloning into '/tmp/crun-build/libocispec/image-spec'...
16:54:45 [2022-07-20T16:54:45.588Z] #60 ...
16:54:45 [2022-07-20T16:54:45.588Z] 
16:54:45 [2022-07-20T16:54:45.588Z] #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
16:54:45 [2022-07-20T16:54:45.588Z] #16 sha256:459f6c9b8edd9829802ee69072df5ddca080fc84549eed688fca8209120b3336
16:54:45 [2022-07-20T16:54:45.588Z] #16 DONE 1.2s
16:54:45 [2022-07-20T16:54:45.588Z] 
16:54:45 [2022-07-20T16:54:45.588Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:54:45 [2022-07-20T16:54:45.588Z] #17 sha256:02dc6b893d2b5e4d9ae24b05c87e1d8e989a26bb64a01ba7f8b80820413b77f1
16:54:46 [2022-07-20T16:54:46.002Z] #19 187.9 Selecting previously unselected package binutils-arm-linux-gnueabihf.
16:54:46 [2022-07-20T16:54:46.002Z] #19 187.9 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
16:54:46 [2022-07-20T16:54:46.002Z] #19 187.9 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
16:54:46 [2022-07-20T16:54:46.159Z] #17 0.682 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:54:46 [2022-07-20T16:54:46.420Z] #17 DONE 0.9s
16:54:46 [2022-07-20T16:54:46.420Z] 
16:54:46 [2022-07-20T16:54:46.420Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:54:46 [2022-07-20T16:54:46.420Z] #18 sha256:c14040022841611b1d38dcb03a1a23a3e9f8dc9adc6c16d7177d2cbfb086b5d6
16:54:46 [2022-07-20T16:54:46.940Z] #19 ...
16:54:46 [2022-07-20T16:54:46.940Z] 
16:54:46 [2022-07-20T16:54:46.940Z] #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
16:54:46 [2022-07-20T16:54:46.940Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:46 [2022-07-20T16:54:46.940Z] #84 139.0 config.status: creating Makefile
16:54:46 [2022-07-20T16:54:46.940Z] #84 139.1 config.status: creating rpm/crun.spec
16:54:46 [2022-07-20T16:54:46.940Z] #84 139.2 config.status: creating config.h
16:54:46 [2022-07-20T16:54:46.940Z] #84 139.2 config.status: executing libtool commands
16:54:46 [2022-07-20T16:54:46.940Z] #84 139.3 config.status: executing depfiles commands
16:54:46 [2022-07-20T16:54:46.940Z] #84 140.6 === configuring in libocispec (/tmp/crun-build/libocispec)
16:54:46 [2022-07-20T16:54:46.940Z] #84 140.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:54:46 [2022-07-20T16:54:46.940Z] #84 141.1 checking for gcc... gcc
16:54:46 [2022-07-20T16:54:46.940Z] #84 141.2 checking whether the C compiler works... yes
16:54:46 [2022-07-20T16:54:46.940Z] #84 141.4 checking for C compiler default output file name... a.out
16:54:46 [2022-07-20T16:54:46.940Z] #84 141.4 checking for suffix of executables... 
16:54:46 [2022-07-20T16:54:46.940Z] #84 141.7 checking whether we are cross compiling... no
16:54:46 [2022-07-20T16:54:46.940Z] #84 141.9 checking for suffix of object files... o
16:54:46 [2022-07-20T16:54:46.940Z] #84 142.0 checking whether we are using the GNU C compiler... yes
16:54:46 [2022-07-20T16:54:46.940Z] #84 142.1 checking whether gcc accepts -g... yes
16:54:46 [2022-07-20T16:54:46.940Z] #84 142.3 checking for gcc option to accept ISO C89... none needed
16:54:46 [2022-07-20T16:54:46.940Z] #84 142.5 checking whether gcc understands -c and -o together... yes
16:54:46 [2022-07-20T16:54:46.940Z] #84 142.7 checking how to run the C preprocessor... gcc -E
16:54:46 [2022-07-20T16:54:46.940Z] #84 143.0 checking for grep that handles long lines and -e... /bin/grep
16:54:46 [2022-07-20T16:54:46.940Z] #84 143.0 checking for egrep... /bin/grep -E
16:54:46 [2022-07-20T16:54:46.940Z] #84 143.0 checking for ANSI C header files... yes
16:54:46 [2022-07-20T16:54:46.989Z] #18 DONE 0.8s
16:54:46 [2022-07-20T16:54:46.989Z] 
16:54:46 [2022-07-20T16:54:46.989Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:54:46 [2022-07-20T16:54:46.989Z] #19 sha256:384dfc0c8d6d5d05e11abae3d043e5ebfa8b290da496447951ac23046f138379
16:54:47 [2022-07-20T16:54:47.019Z] #14 115.3 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
16:54:47 [2022-07-20T16:54:47.019Z] #14 115.3 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:54:47 [2022-07-20T16:54:47.019Z] #14 115.3 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:54:47 [2022-07-20T16:54:47.198Z] #84 143.7 checking for sys/types.h... yes
16:54:47 [2022-07-20T16:54:47.382Z] #77 18.82 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
16:54:47 [2022-07-20T16:54:47.457Z] #84 143.9 checking for sys/stat.h... yes
16:54:47 [2022-07-20T16:54:47.715Z] #84 144.1 checking for stdlib.h... yes
16:54:47 [2022-07-20T16:54:47.715Z] #84 144.4 checking for string.h... yes
16:54:47 [2022-07-20T16:54:47.927Z] #19 DONE 0.8s
16:54:47 [2022-07-20T16:54:47.927Z] 
16:54:47 [2022-07-20T16:54:47.927Z] #20 [dev-systemd-false  6/28] RUN ldconfig
16:54:47 [2022-07-20T16:54:47.927Z] #20 sha256:83f9af4ed84639f7768d38927f29584d377cb0cc78cbd463535ac072d65e1cf9
16:54:48 [2022-07-20T16:54:48.282Z] #84 144.6 checking for memory.h... yes
16:54:48 [2022-07-20T16:54:48.282Z] #84 144.8 checking for strings.h... yes
16:54:48 [2022-07-20T16:54:48.282Z] #84 144.9 checking for inttypes.h... yes
16:54:48 [2022-07-20T16:54:48.541Z] #84 145.1 checking for stdint.h... yes
16:54:48 [2022-07-20T16:54:48.541Z] #84 145.3 checking for unistd.h... yes
16:54:48 [2022-07-20T16:54:48.799Z] #84 145.4 checking minix/config.h usability... no
16:54:48 [2022-07-20T16:54:48.799Z] #84 145.4 checking minix/config.h presence... no
16:54:48 [2022-07-20T16:54:48.799Z] #84 145.5 checking for minix/config.h... no
16:54:48 [2022-07-20T16:54:48.866Z] #20 DONE 0.8s
16:54:48 [2022-07-20T16:54:48.866Z] 
16:54:48 [2022-07-20T16:54:48.866Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:54:48 [2022-07-20T16:54:48.866Z] #21 sha256:699b1cb4c1a91474c16a5090c19a867e88ebd5049d6375c1de7649dbb3ea5939
16:54:49 [2022-07-20T16:54:49.058Z] #84 145.5 checking whether it is safe to define __EXTENSIONS__... yes
16:54:49 [2022-07-20T16:54:49.317Z] #84 145.6 checking build system type... x86_64-pc-linux-gnu
16:54:49 [2022-07-20T16:54:49.317Z] #84 145.9 checking host system type... x86_64-pc-linux-gnu
16:54:49 [2022-07-20T16:54:49.317Z] #84 145.9 checking how to print strings... printf
16:54:49 [2022-07-20T16:54:49.317Z] #84 145.9 checking for a sed that does not truncate output... /bin/sed
16:54:49 [2022-07-20T16:54:49.317Z] #84 145.9 checking for fgrep... /bin/grep -F
16:54:49 [2022-07-20T16:54:49.317Z] #84 145.9 checking for ld used by gcc... /usr/bin/ld
16:54:49 [2022-07-20T16:54:49.317Z] #84 146.0 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:54:49 [2022-07-20T16:54:49.317Z] #84 146.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:54:49 [2022-07-20T16:54:49.575Z] #84 146.0 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:54:49 [2022-07-20T16:54:49.575Z] #84 146.1 checking whether ln -s works... yes
16:54:49 [2022-07-20T16:54:49.575Z] #84 146.1 checking the maximum length of command line arguments... 1572864
16:54:49 [2022-07-20T16:54:49.575Z] #84 146.1 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:54:49 [2022-07-20T16:54:49.576Z] #84 146.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:54:49 [2022-07-20T16:54:49.576Z] #84 146.1 checking for /usr/bin/ld option to reload object files... -r
16:54:49 [2022-07-20T16:54:49.576Z] #84 146.1 checking for objdump... objdump
16:54:49 [2022-07-20T16:54:49.576Z] #84 146.1 checking how to recognize dependent libraries... pass_all
16:54:49 [2022-07-20T16:54:49.576Z] #84 146.1 checking for dlltool... no
16:54:49 [2022-07-20T16:54:49.576Z] #84 146.1 checking how to associate runtime and link libraries... printf %s\n
16:54:49 [2022-07-20T16:54:49.576Z] #84 146.1 checking for ar... ar
16:54:49 [2022-07-20T16:54:49.576Z] #84 146.1 checking for archiver @FILE support... @
16:54:49 [2022-07-20T16:54:49.805Z] #21 1.000 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:54:49 [2022-07-20T16:54:49.805Z] #21 1.029 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:54:49 [2022-07-20T16:54:49.805Z] #21 1.035 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:54:49 [2022-07-20T16:54:49.834Z] #84 146.4 checking for strip... strip
16:54:49 [2022-07-20T16:54:49.834Z] #84 146.4 checking for ranlib... ranlib
16:54:49 [2022-07-20T16:54:49.834Z] #84 146.4 checking for gawk... no
16:54:49 [2022-07-20T16:54:49.834Z] #84 146.4 checking for mawk... mawk
16:54:49 [2022-07-20T16:54:49.903Z] #77 21.52 Cloning into '/tmp/crun-build/libocispec/yajl'...
16:54:50 [2022-07-20T16:54:50.093Z] #84 146.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:54:50 [2022-07-20T16:54:50.093Z] #84 146.7 checking for sysroot... no
16:54:50 [2022-07-20T16:54:50.093Z] #84 146.7 checking for a working dd... /bin/dd
16:54:50 [2022-07-20T16:54:50.093Z] #84 146.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:54:50 [2022-07-20T16:54:50.093Z] #84 146.9 checking for mt... no
16:54:50 [2022-07-20T16:54:50.093Z] #84 146.9 checking if : is a manifest tool... no
16:54:50 [2022-07-20T16:54:50.224Z] #64 ...
16:54:50 [2022-07-20T16:54:50.224Z] 
16:54:50 [2022-07-20T16:54:50.224Z] #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
16:54:50 [2022-07-20T16:54:50.224Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:50 [2022-07-20T16:54:50.224Z] #77 46.06 libtoolize: putting auxiliary files in '.'.
16:54:50 [2022-07-20T16:54:50.224Z] #77 46.06 libtoolize: copying file './ltmain.sh'
16:54:50 [2022-07-20T16:54:50.224Z] #77 46.77 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
16:54:50 [2022-07-20T16:54:50.224Z] #77 46.77 libtoolize: and rerunning libtoolize and aclocal.
16:54:50 [2022-07-20T16:54:50.224Z] #77 46.77 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:54:50 [2022-07-20T16:54:50.224Z] #77 ...
16:54:50 [2022-07-20T16:54:50.224Z] 
16:54:50 [2022-07-20T16:54:50.224Z] #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
16:54:50 [2022-07-20T16:54:50.224Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:50 [2022-07-20T16:54:50.224Z] #14 101.3 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
16:54:50 [2022-07-20T16:54:50.224Z] #14 101.3 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
16:54:50 [2022-07-20T16:54:50.224Z] #14 101.3 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:54:50 [2022-07-20T16:54:50.224Z] #14 107.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
16:54:50 [2022-07-20T16:54:50.224Z] #14 107.6 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:54:50 [2022-07-20T16:54:50.224Z] #14 107.6 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:54:50 [2022-07-20T16:54:50.351Z] #84 146.9 checking for dlfcn.h... yes
16:54:50 [2022-07-20T16:54:50.351Z] #84 147.0 checking for objdir... .libs
16:54:50 [2022-07-20T16:54:50.375Z] #21 1.671 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:54:50 [2022-07-20T16:54:50.482Z] #14 ...
16:54:50 [2022-07-20T16:54:50.482Z] 
16:54:50 [2022-07-20T16:54:50.482Z] #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
16:54:50 [2022-07-20T16:54:50.482Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:50 [2022-07-20T16:54:50.482Z] #77 56.34 configure.ac:7: installing './compile'
16:54:50 [2022-07-20T16:54:50.482Z] #77 56.34 configure.ac:11: installing './config.guess'
16:54:50 [2022-07-20T16:54:50.482Z] #77 56.35 configure.ac:11: installing './config.sub'
16:54:50 [2022-07-20T16:54:50.482Z] #77 56.35 configure.ac:8: installing './install-sh'
16:54:50 [2022-07-20T16:54:50.482Z] #77 56.37 configure.ac:8: installing './missing'
16:54:50 [2022-07-20T16:54:50.482Z] #77 56.47 Makefile.am: installing './depcomp'
16:54:50 [2022-07-20T16:54:50.834Z] #77 ...
16:54:50 [2022-07-20T16:54:50.834Z] 
16:54:50 [2022-07-20T16:54:50.834Z] #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
16:54:50 [2022-07-20T16:54:50.834Z] #53 sha256:c4307ce0fa5894f07cfe70a53bf8eaff6a86d66d0d08ee774c61ee5de08066e1
16:54:50 [2022-07-20T16:54:50.834Z] #53 101.6 gotestsum version dev
16:54:51 [2022-07-20T16:54:51.176Z] #84 147.6 checking if gcc supports -fno-rtti -fno-exceptions... no
16:54:51 [2022-07-20T16:54:51.176Z] #84 147.7 checking for gcc option to produce PIC... -fPIC -DPIC
16:54:51 [2022-07-20T16:54:51.176Z] #84 147.7 checking if gcc PIC flag -fPIC -DPIC works... yes
16:54:51 [2022-07-20T16:54:51.320Z] #21 2.589 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:54:51 [2022-07-20T16:54:51.766Z] #53 DONE 102.4s
16:54:51 [2022-07-20T16:54:51.766Z] 
16:54:51 [2022-07-20T16:54:51.766Z] #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
16:54:51 [2022-07-20T16:54:51.766Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:51 [2022-07-20T16:54:51.766Z] #14 95.70 Selecting previously unselected package mingw-w64-x86-64-dev.
16:54:51 [2022-07-20T16:54:51.766Z] #14 95.70 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
16:54:51 [2022-07-20T16:54:51.766Z] #14 95.72 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
16:54:51 [2022-07-20T16:54:51.856Z] #77 57.75 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:54:51 [2022-07-20T16:54:51.856Z] #77 57.75 libtoolize: copying file 'build-aux/ltmain.sh'
16:54:52 [2022-07-20T16:54:52.002Z] #84 148.0 checking if gcc static flag -static works... yes
16:54:52 [2022-07-20T16:54:52.002Z] #84 148.5 checking if gcc supports -c -o file.o... yes
16:54:52 [2022-07-20T16:54:52.002Z] #84 148.5 checking if gcc supports -c -o file.o... (cached) yes
16:54:52 [2022-07-20T16:54:52.002Z] #84 148.5 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:54:52 [2022-07-20T16:54:52.023Z] #14 ...
16:54:52 [2022-07-20T16:54:52.023Z] 
16:54:52 [2022-07-20T16:54:52.023Z] #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
16:54:52 [2022-07-20T16:54:52.023Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:52 [2022-07-20T16:54:52.023Z] #77 23.48 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
16:54:52 [2022-07-20T16:54:52.114Z] #77 57.85 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:54:52 [2022-07-20T16:54:52.114Z] #77 57.85 libtoolize: copying file 'm4/libtool.m4'
16:54:52 [2022-07-20T16:54:52.114Z] #77 57.94 libtoolize: copying file 'm4/ltoptions.m4'
16:54:52 [2022-07-20T16:54:52.114Z] #77 58.07 libtoolize: copying file 'm4/ltsugar.m4'
16:54:52 [2022-07-20T16:54:52.260Z] #84 148.6 checking dynamic linker characteristics... GNU/Linux ld.so
16:54:52 [2022-07-20T16:54:52.271Z] #21 ...
16:54:52 [2022-07-20T16:54:52.271Z] 
16:54:52 [2022-07-20T16:54:52.271Z] #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
16:54:52 [2022-07-20T16:54:52.271Z] #36 sha256:ee7775826a597c470a12cfbb2ef825e540f3651189bc161538ba74706af7daa1
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 Delve is a source level debugger for Go programs.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 Delve enables you to interact with your program by controlling the execution of the process,
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 Pass flags to the program you are debugging using `--`, for example:
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 `dlv exec ./hello -- server --config conf/config.toml`
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 Usage:
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   dlv [command]
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 Available Commands:
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   attach      Attach to running process and begin debugging.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   connect     Connect to a headless debug server with a terminal client.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   core        Examine a core dump.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   debug       Compile and begin debugging main package in current directory, or the package specified.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   exec        Execute a precompiled binary, and begin a debug session.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   help        Help about any command
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   run         Deprecated command. Use 'debug' instead.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   test        Compile test binary and begin debugging program.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   trace       Compile and begin tracing program.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   version     Prints version.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 Flags:
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --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)
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --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)
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --disable-aslr                     Disables address space randomization
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   -h, --help                             help for dlv
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --init string                      Init file, executed by the terminal client.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --log                              Enable debugging server logging.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8       --wd string                        Working directory for running the program.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 Additional help topics:
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   dlv backend  Help about the --backend flag.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   dlv log      Help about logging flags.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8   dlv redirect Help about file redirection.
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 
16:54:52 [2022-07-20T16:54:52.271Z] #36 117.8 Use "dlv [command] --help" for more information about a command.
16:54:52 [2022-07-20T16:54:52.271Z] #36 DONE 118.5s
16:54:52 [2022-07-20T16:54:52.280Z] #77 23.86 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
16:54:52 [2022-07-20T16:54:52.372Z] #77 58.20 libtoolize: copying file 'm4/ltversion.m4'
16:54:52 [2022-07-20T16:54:52.372Z] #77 58.31 libtoolize: copying file 'm4/lt~obsolete.m4'
16:54:52 [2022-07-20T16:54:52.519Z] #84 149.0 checking how to hardcode library paths into programs... immediate
16:54:52 [2022-07-20T16:54:52.519Z] #84 149.0 checking whether stripping libraries is possible... yes
16:54:52 [2022-07-20T16:54:52.519Z] #84 149.0 checking if libtool supports shared libraries... yes
16:54:52 [2022-07-20T16:54:52.519Z] #84 149.0 checking whether to build shared libraries... no
16:54:52 [2022-07-20T16:54:52.519Z] #84 149.0 checking whether to build static libraries... yes
16:54:52 [2022-07-20T16:54:52.519Z] #84 149.0 checking for a BSD-compatible install... /usr/bin/install -c
16:54:52 [2022-07-20T16:54:52.519Z] #84 149.1 checking whether build environment is sane... yes
16:54:52 [2022-07-20T16:54:52.519Z] #84 149.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:54:52 [2022-07-20T16:54:52.519Z] #84 149.2 checking whether make sets $(MAKE)... yes
16:54:52 [2022-07-20T16:54:52.519Z] #84 149.3 checking whether make supports the include directive... yes (GNU style)
16:54:52 [2022-07-20T16:54:52.519Z] #84 149.4 checking whether make supports nested variables... yes
16:54:52 [2022-07-20T16:54:52.531Z] 
16:54:52 [2022-07-20T16:54:52.531Z] #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
16:54:52 [2022-07-20T16:54:52.531Z] #26 sha256:d4a2a87dc71115a6137aff7c80672541bad948ac4acbf96cb32d9f42bde56737
16:54:52 [2022-07-20T16:54:52.630Z] #77 58.48 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:54:52 [2022-07-20T16:54:52.777Z] #84 149.5 checking whether UID '0' is supported by ustar format... yes
16:54:52 [2022-07-20T16:54:52.777Z] #84 149.5 checking whether GID '0' is supported by ustar format... yes
16:54:52 [2022-07-20T16:54:52.777Z] #84 149.5 checking how to create a ustar tar archive... gnutar
16:54:52 [2022-07-20T16:54:52.843Z] #77 24.17 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
16:54:53 [2022-07-20T16:54:53.036Z] #84 149.5 checking dependency style of gcc... gcc3
16:54:53 [2022-07-20T16:54:53.036Z] #84 149.7 checking whether to enable maintainer-specific portions of Makefiles... yes
16:54:53 [2022-07-20T16:54:53.036Z] #84 149.7 checking whether make supports nested variables... (cached) yes
16:54:53 [2022-07-20T16:54:53.036Z] #84 149.7 checking for pkg-config... /usr/bin/pkg-config
16:54:53 [2022-07-20T16:54:53.036Z] #84 149.7 checking pkg-config is at least version 0.9.0... yes
16:54:53 [2022-07-20T16:54:53.036Z] #84 149.7 checking for yajl >= 2.1.0... yes
16:54:53 [2022-07-20T16:54:53.036Z] #84 149.7 checking for a sed that does not truncate output... (cached) /bin/sed
16:54:53 [2022-07-20T16:54:53.036Z] #84 149.7 checking for gcc... (cached) gcc
16:54:53 [2022-07-20T16:54:53.294Z] #84 149.9 checking whether we are using the GNU C compiler... (cached) yes
16:54:53 [2022-07-20T16:54:53.294Z] #84 149.9 checking whether gcc accepts -g... (cached) yes
16:54:53 [2022-07-20T16:54:53.294Z] #84 149.9 checking for gcc option to accept ISO C89... (cached) none needed
16:54:53 [2022-07-20T16:54:53.294Z] #84 149.9 checking whether gcc understands -c and -o together... (cached) yes
16:54:53 [2022-07-20T16:54:53.294Z] #84 149.9 checking for a Python interpreter with version >= 3... python3
16:54:53 [2022-07-20T16:54:53.294Z] #84 150.0 checking for python3... /usr/bin/python3
16:54:53 [2022-07-20T16:54:53.294Z] #84 150.0 checking for python3 version... 3.9
16:54:53 [2022-07-20T16:54:53.294Z] #84 150.0 checking for python3 platform... linux
16:54:53 [2022-07-20T16:54:53.294Z] #84 150.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:54:53 [2022-07-20T16:54:53.553Z] #84 150.1 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:54:53 [2022-07-20T16:54:53.553Z] #84 150.3 checking that generated files are newer than configure... done
16:54:53 [2022-07-20T16:54:53.553Z] #84 150.3 configure: creating ./config.status
16:54:55 [2022-07-20T16:54:55.146Z] #14 ...
16:54:55 [2022-07-20T16:54:55.146Z] 
16:54:55 [2022-07-20T16:54:55.146Z] #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
16:54:55 [2022-07-20T16:54:55.146Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:55 [2022-07-20T16:54:55.146Z] #77 46.62 aclocal: warning: couldn't open directory 'm4': No such file or directory
16:54:56 [2022-07-20T16:54:56.093Z] #84 152.9 config.status: creating Makefile
16:54:56 [2022-07-20T16:54:56.093Z] #84 152.9 config.status: creating config.h
16:54:56 [2022-07-20T16:54:56.178Z] #26 118.2 Updating files:  22% (2577/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  32% (3746/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  56% (6452/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  81% (9246/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  86% (9817/11414)
Updating files:  86% (9853/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
Updating files:  97% (11072/11414)
Updating files:  98% (11186/11414)
Updating files:  99% (11300/11414)
Updating files: 100% (11414/11414)
Updating files: 100% (11414/11414), done.
16:54:56 [2022-07-20T16:54:56.178Z] #26 121.8 + cd /tmp/tmp.6eVnk6289T/tmp/docker-ce
16:54:56 [2022-07-20T16:54:56.178Z] #26 121.8 + git checkout -q v17.06.2-ce
16:54:56 [2022-07-20T16:54:56.355Z] #84 153.0 config.status: executing libtool commands
16:54:56 [2022-07-20T16:54:56.355Z] #84 153.0 config.status: executing depfiles commands
16:54:57 [2022-07-20T16:54:57.300Z] #84 153.8 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
16:54:57 [2022-07-20T16:54:57.300Z] #84 153.8 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:54:57 [2022-07-20T16:54:57.559Z] #84 154.2 checking for gcc... gcc
16:54:57 [2022-07-20T16:54:57.559Z] #84 ...
16:54:57 [2022-07-20T16:54:57.559Z] 
16:54:57 [2022-07-20T16:54:57.559Z] #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
16:54:57 [2022-07-20T16:54:57.559Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:54:57 [2022-07-20T16:54:57.559Z] #19 189.5 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
16:54:57 [2022-07-20T16:54:57.559Z] #19 189.5 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
16:54:57 [2022-07-20T16:54:57.559Z] #19 189.5 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
16:54:57 [2022-07-20T16:54:57.559Z] #19 190.8 Selecting previously unselected package binutils-s390x-linux-gnu.
16:54:57 [2022-07-20T16:54:57.559Z] #19 190.8 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
16:54:57 [2022-07-20T16:54:57.559Z] #19 190.8 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
16:54:57 [2022-07-20T16:54:57.559Z] #19 192.0 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
16:54:57 [2022-07-20T16:54:57.559Z] #19 192.0 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
16:54:57 [2022-07-20T16:54:57.559Z] #19 192.0 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:54:57 [2022-07-20T16:54:57.559Z] #19 192.2 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
16:54:57 [2022-07-20T16:54:57.559Z] #19 192.2 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:54:57 [2022-07-20T16:54:57.559Z] #19 192.3 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:54:57 [2022-07-20T16:54:57.559Z] #19 ...
16:54:57 [2022-07-20T16:54:57.559Z] 
16:54:57 [2022-07-20T16:54:57.559Z] #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
16:54:57 [2022-07-20T16:54:57.559Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:54:57 [2022-07-20T16:54:57.821Z] #84 154.4 checking whether the C compiler works... yes
16:54:57 [2022-07-20T16:54:57.821Z] #84 154.5 checking for C compiler default output file name... a.out
16:54:58 [2022-07-20T16:54:58.091Z] #84 154.5 checking for suffix of executables... 
16:54:58 [2022-07-20T16:54:58.097Z] #77 ...
16:54:58 [2022-07-20T16:54:58.097Z] 
16:54:58 [2022-07-20T16:54:58.097Z] #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
16:54:58 [2022-07-20T16:54:58.097Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:54:58 [2022-07-20T16:54:58.097Z] #14 105.9 Selecting previously unselected package gcc-mingw-w64-base.
16:54:58 [2022-07-20T16:54:58.097Z] #14 105.9 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
16:54:58 [2022-07-20T16:54:58.097Z] #14 106.0 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:54:58 [2022-07-20T16:54:58.097Z] #14 106.2 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
16:54:58 [2022-07-20T16:54:58.097Z] #14 106.2 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
16:54:58 [2022-07-20T16:54:58.097Z] #14 106.2 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:54:58 [2022-07-20T16:54:58.360Z] #84 154.9 checking whether we are cross compiling... no
16:54:58 [2022-07-20T16:54:58.623Z] #84 155.0 checking for suffix of object files... o
16:54:58 [2022-07-20T16:54:58.623Z] #84 155.2 checking whether we are using the GNU C compiler... yes
16:54:58 [2022-07-20T16:54:58.623Z] #84 155.3 checking whether gcc accepts -g... yes
16:54:58 [2022-07-20T16:54:58.885Z] #84 155.4 checking for gcc option to accept ISO C89... none needed
16:54:59 [2022-07-20T16:54:59.143Z] #84 155.6 checking whether gcc understands -c and -o together... yes
16:54:59 [2022-07-20T16:54:59.143Z] #84 155.8 checking for a BSD-compatible install... /usr/bin/install -c
16:54:59 [2022-07-20T16:54:59.143Z] #84 155.8 checking whether build environment is sane... yes
16:54:59 [2022-07-20T16:54:59.143Z] #84 155.8 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:54:59 [2022-07-20T16:54:59.143Z] #84 155.9 checking for gawk... no
16:54:59 [2022-07-20T16:54:59.143Z] #84 155.9 checking for mawk... mawk
16:54:59 [2022-07-20T16:54:59.143Z] #84 155.9 checking whether make sets $(MAKE)... yes
16:54:59 [2022-07-20T16:54:59.401Z] #84 156.0 checking whether make supports the include directive... yes (GNU style)
16:54:59 [2022-07-20T16:54:59.401Z] #84 156.0 checking whether make supports nested variables... yes
16:54:59 [2022-07-20T16:54:59.401Z] #84 156.1 checking whether UID '0' is supported by ustar format... yes
16:54:59 [2022-07-20T16:54:59.401Z] #84 156.1 checking whether GID '0' is supported by ustar format... yes
16:54:59 [2022-07-20T16:54:59.401Z] #84 156.1 checking how to create a ustar tar archive... gnutar
16:54:59 [2022-07-20T16:54:59.660Z] #84 156.2 checking dependency style of gcc... gcc3
16:54:59 [2022-07-20T16:54:59.660Z] #84 156.5 checking whether to enable maintainer-specific portions of Makefiles... yes
16:54:59 [2022-07-20T16:54:59.660Z] #84 156.5 checking whether make supports nested variables... (cached) yes
16:55:00 [2022-07-20T16:55:00.230Z] #84 156.5 checking build system type... x86_64-pc-linux-gnu
16:55:00 [2022-07-20T16:55:00.230Z] #84 156.9 checking host system type... x86_64-pc-linux-gnu
16:55:00 [2022-07-20T16:55:00.230Z] #84 156.9 checking how to print strings... printf
16:55:00 [2022-07-20T16:55:00.230Z] #84 156.9 checking for a sed that does not truncate output... /bin/sed
16:55:00 [2022-07-20T16:55:00.230Z] #84 156.9 checking for grep that handles long lines and -e... /bin/grep
16:55:00 [2022-07-20T16:55:00.230Z] #84 156.9 checking for egrep... /bin/grep -E
16:55:00 [2022-07-20T16:55:00.230Z] #84 156.9 checking for fgrep... /bin/grep -F
16:55:00 [2022-07-20T16:55:00.230Z] #84 156.9 checking for ld used by gcc... /usr/bin/ld
16:55:00 [2022-07-20T16:55:00.230Z] #84 156.9 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:55:00 [2022-07-20T16:55:00.230Z] #84 156.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:55:00 [2022-07-20T16:55:00.230Z] #84 156.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:55:00 [2022-07-20T16:55:00.230Z] #84 157.1 checking whether ln -s works... yes
16:55:00 [2022-07-20T16:55:00.378Z] #26 125.4 + mkdir -p /tmp/tmp.6eVnk6289T/src/github.com/docker
16:55:00 [2022-07-20T16:55:00.378Z] #26 125.4 + mv components/cli /tmp/tmp.6eVnk6289T/src/github.com/docker/cli
16:55:00 [2022-07-20T16:55:00.378Z] #26 125.4 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
16:55:00 [2022-07-20T16:55:00.488Z] #84 157.1 checking the maximum length of command line arguments... 1572864
16:55:00 [2022-07-20T16:55:00.488Z] #84 157.1 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:55:00 [2022-07-20T16:55:00.488Z] #84 157.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:55:00 [2022-07-20T16:55:00.488Z] #84 157.1 checking for /usr/bin/ld option to reload object files... -r
16:55:00 [2022-07-20T16:55:00.488Z] #84 157.1 checking for objdump... objdump
16:55:00 [2022-07-20T16:55:00.488Z] #84 157.1 checking how to recognize dependent libraries... pass_all
16:55:00 [2022-07-20T16:55:00.488Z] #84 157.1 checking for dlltool... no
16:55:00 [2022-07-20T16:55:00.488Z] #84 157.1 checking how to associate runtime and link libraries... printf %s\n
16:55:00 [2022-07-20T16:55:00.488Z] #84 157.2 checking for ar... ar
16:55:00 [2022-07-20T16:55:00.641Z] #26 ...
16:55:00 [2022-07-20T16:55:00.641Z] 
16:55:00 [2022-07-20T16:55:00.641Z] #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
16:55:00 [2022-07-20T16:55:00.641Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:55:00 [2022-07-20T16:55:00.641Z] #77 73.66 configure.ac:11: installing 'build-aux/compile'
16:55:00 [2022-07-20T16:55:00.641Z] #77 73.69 configure.ac:11: installing 'build-aux/config.guess'
16:55:00 [2022-07-20T16:55:00.641Z] #77 73.72 configure.ac:11: installing 'build-aux/config.sub'
16:55:00 [2022-07-20T16:55:00.641Z] #77 73.72 configure.ac:13: installing 'build-aux/install-sh'
16:55:00 [2022-07-20T16:55:00.641Z] #77 73.74 configure.ac:13: installing 'build-aux/missing'
16:55:00 [2022-07-20T16:55:00.641Z] #77 73.76 configure.ac:8: installing 'build-aux/tap-driver.sh'
16:55:00 [2022-07-20T16:55:00.641Z] #77 74.11 Makefile.am: installing 'build-aux/depcomp'
16:55:00 [2022-07-20T16:55:00.641Z] #77 75.33 checking build system type... aarch64-unknown-linux-gnu
16:55:00 [2022-07-20T16:55:00.641Z] #77 75.68 checking host system type... aarch64-unknown-linux-gnu
16:55:00 [2022-07-20T16:55:00.641Z] #77 75.68 checking how to print strings... printf
16:55:00 [2022-07-20T16:55:00.641Z] #77 75.69 checking for gcc... gcc
16:55:00 [2022-07-20T16:55:00.641Z] #77 75.79 checking whether the C compiler works... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 75.99 checking for C compiler default output file name... a.out
16:55:00 [2022-07-20T16:55:00.641Z] #77 76.00 checking for suffix of executables... 
16:55:00 [2022-07-20T16:55:00.641Z] #77 76.18 checking whether we are cross compiling... no
16:55:00 [2022-07-20T16:55:00.641Z] #77 76.35 checking for suffix of object files... o
16:55:00 [2022-07-20T16:55:00.641Z] #77 76.43 checking whether we are using the GNU C compiler... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 76.55 checking whether gcc accepts -g... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 76.71 checking for gcc option to accept ISO C89... none needed
16:55:00 [2022-07-20T16:55:00.641Z] #77 76.86 checking whether gcc understands -c and -o together... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.06 checking for a sed that does not truncate output... /bin/sed
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.09 checking for grep that handles long lines and -e... /bin/grep
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.10 checking for egrep... /bin/grep -E
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.10 checking for fgrep... /bin/grep -F
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.11 checking for ld used by gcc... /usr/bin/ld
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.14 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.15 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.16 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.29 checking whether ln -s works... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.29 checking the maximum length of command line arguments... 1572864
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.31 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.31 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.32 checking for /usr/bin/ld option to reload object files... -r
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.32 checking for objdump... objdump
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.32 checking how to recognize dependent libraries... pass_all
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.32 checking for dlltool... no
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.32 checking how to associate runtime and link libraries... printf %s\n
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.32 checking for ar... ar
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.32 checking for archiver @FILE support... @
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.50 checking for strip... strip
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.51 checking for ranlib... ranlib
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.52 checking for gawk... no
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.52 checking for mawk... mawk
16:55:00 [2022-07-20T16:55:00.641Z] #77 77.52 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:55:00 [2022-07-20T16:55:00.641Z] #77 78.03 checking for sysroot... no
16:55:00 [2022-07-20T16:55:00.641Z] #77 78.03 checking for a working dd... /bin/dd
16:55:00 [2022-07-20T16:55:00.641Z] #77 78.06 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:55:00 [2022-07-20T16:55:00.641Z] #77 78.08 checking for mt... no
16:55:00 [2022-07-20T16:55:00.641Z] #77 78.08 checking if : is a manifest tool... no
16:55:00 [2022-07-20T16:55:00.641Z] #77 78.10 checking how to run the C preprocessor... gcc -E
16:55:00 [2022-07-20T16:55:00.641Z] #77 78.42 checking for ANSI C header files... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 79.01 checking for sys/types.h... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 79.22 checking for sys/stat.h... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 79.39 checking for stdlib.h... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 79.55 checking for string.h... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 79.73 checking for memory.h... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 79.92 checking for strings.h... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 80.08 checking for inttypes.h... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 80.27 checking for stdint.h... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 80.48 checking for unistd.h... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 80.65 checking for dlfcn.h... yes
16:55:00 [2022-07-20T16:55:00.641Z] #77 80.80 checking for objdir... .libs
16:55:00 [2022-07-20T16:55:00.641Z] #77 81.26 checking if gcc supports -fno-rtti -fno-exceptions... no
16:55:00 [2022-07-20T16:55:00.641Z] #77 81.46 checking for gcc option to produce PIC... -fPIC -DPIC
16:55:00 [2022-07-20T16:55:00.641Z] #77 81.46 checking if gcc PIC flag -fPIC -DPIC works... yes
16:55:00 [2022-07-20T16:55:00.750Z] #84 157.2 checking for archiver @FILE support... @
16:55:00 [2022-07-20T16:55:00.750Z] #84 157.3 checking for strip... strip
16:55:00 [2022-07-20T16:55:00.750Z] #84 157.3 checking for ranlib... ranlib
16:55:01 [2022-07-20T16:55:01.160Z] #77 81.59 checking if gcc static flag -static works... yes
16:55:01 [2022-07-20T16:55:01.160Z] #77 82.01 checking if gcc supports -c -o file.o... yes
16:55:01 [2022-07-20T16:55:01.332Z] #84 157.3 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:55:01 [2022-07-20T16:55:01.332Z] #84 157.9 checking for sysroot... no
16:55:01 [2022-07-20T16:55:01.332Z] #84 157.9 checking for a working dd... /bin/dd
16:55:01 [2022-07-20T16:55:01.332Z] #84 157.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:55:01 [2022-07-20T16:55:01.332Z] #84 158.0 checking for mt... no
16:55:01 [2022-07-20T16:55:01.332Z] #84 158.0 checking if : is a manifest tool... no
16:55:01 [2022-07-20T16:55:01.419Z] #77 82.13 checking if gcc supports -c -o file.o... (cached) yes
16:55:01 [2022-07-20T16:55:01.419Z] #77 82.13 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:55:01 [2022-07-20T16:55:01.590Z] #84 158.0 checking how to run the C preprocessor... gcc -E
16:55:01 [2022-07-20T16:55:01.678Z] #77 82.18 checking dynamic linker characteristics... GNU/Linux ld.so
16:55:01 [2022-07-20T16:55:01.679Z] #77 82.43 checking how to hardcode library paths into programs... immediate
16:55:01 [2022-07-20T16:55:01.679Z] #77 82.43 checking whether stripping libraries is possible... yes
16:55:01 [2022-07-20T16:55:01.679Z] #77 82.45 checking if libtool supports shared libraries... yes
16:55:01 [2022-07-20T16:55:01.679Z] #77 82.45 checking whether to build shared libraries... no
16:55:01 [2022-07-20T16:55:01.679Z] #77 82.45 checking whether to build static libraries... yes
16:55:01 [2022-07-20T16:55:01.679Z] #77 82.45 checking for a BSD-compatible install... /usr/bin/install -c
16:55:01 [2022-07-20T16:55:01.679Z] #77 82.52 checking whether build environment is sane... yes
16:55:01 [2022-07-20T16:55:01.938Z] #77 82.60 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:55:01 [2022-07-20T16:55:01.938Z] #77 82.61 checking whether make sets $(MAKE)... yes
16:55:01 [2022-07-20T16:55:01.938Z] #77 82.67 checking whether make supports the include directive... yes (GNU style)
16:55:01 [2022-07-20T16:55:01.938Z] #77 82.74 checking whether make supports nested variables... yes
16:55:02 [2022-07-20T16:55:02.198Z] #77 82.81 checking whether UID '0' is supported by ustar format... yes
16:55:02 [2022-07-20T16:55:02.198Z] #77 82.81 checking whether GID '0' is supported by ustar format... yes
16:55:02 [2022-07-20T16:55:02.198Z] #77 82.81 checking how to create a ustar tar archive... gnutar
16:55:02 [2022-07-20T16:55:02.458Z] #77 82.90 checking dependency style of gcc... gcc3
16:55:02 [2022-07-20T16:55:02.458Z] #77 83.13 checking whether to enable maintainer-specific portions of Makefiles... yes
16:55:02 [2022-07-20T16:55:02.458Z] #77 83.13 checking whether make supports nested variables... (cached) yes
16:55:02 [2022-07-20T16:55:02.458Z] #77 83.14 checking for gawk... (cached) mawk
16:55:02 [2022-07-20T16:55:02.458Z] #77 83.14 checking for a sed that does not truncate output... (cached) /bin/sed
16:55:02 [2022-07-20T16:55:02.458Z] #77 83.14 checking for gcc... (cached) gcc
16:55:02 [2022-07-20T16:55:02.458Z] #77 83.27 checking whether we are using the GNU C compiler... (cached) yes
16:55:02 [2022-07-20T16:55:02.458Z] #77 83.28 checking whether gcc accepts -g... (cached) yes
16:55:02 [2022-07-20T16:55:02.458Z] #77 83.28 checking for gcc option to accept ISO C89... (cached) none needed
16:55:02 [2022-07-20T16:55:02.458Z] #77 83.28 checking whether gcc understands -c and -o together... (cached) yes
16:55:02 [2022-07-20T16:55:02.525Z] #84 158.3 checking for ANSI C header files... yes
16:55:02 [2022-07-20T16:55:02.525Z] #84 159.0 checking for sys/types.h... yes
16:55:02 [2022-07-20T16:55:02.718Z] #77 83.28 checking for a Python interpreter with version >= 3... python3
16:55:02 [2022-07-20T16:55:02.718Z] #77 83.40 checking for python3... /usr/bin/python3
16:55:02 [2022-07-20T16:55:02.718Z] #77 83.40 checking for python3 version... 3.9
16:55:02 [2022-07-20T16:55:02.718Z] #77 83.46 checking for python3 platform... linux
16:55:02 [2022-07-20T16:55:02.783Z] #84 159.2 checking for sys/stat.h... yes
16:55:02 [2022-07-20T16:55:02.783Z] #84 159.5 checking for stdlib.h... yes
16:55:02 [2022-07-20T16:55:02.978Z] #77 83.51 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:55:02 [2022-07-20T16:55:02.978Z] #77 83.68 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:55:02 [2022-07-20T16:55:02.978Z] #77 83.84 checking for go-md2man... no
16:55:02 [2022-07-20T16:55:02.978Z] #77 83.85 checking error.h usability... 
16:55:02 [2022-07-20T16:55:02.978Z] #77 ...
16:55:02 [2022-07-20T16:55:02.978Z] 
16:55:02 [2022-07-20T16:55:02.978Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:55:02 [2022-07-20T16:55:02.978Z] #21 sha256:699b1cb4c1a91474c16a5090c19a867e88ebd5049d6375c1de7649dbb3ea5939
16:55:02 [2022-07-20T16:55:02.978Z] #21 4.337 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:55:02 [2022-07-20T16:55:02.978Z] #21 7.399 Fetched 8441 kB in 7s (1263 kB/s)
16:55:02 [2022-07-20T16:55:02.978Z] #21 7.399 Reading package lists...
16:55:02 [2022-07-20T16:55:02.978Z] #21 9.776 Reading package lists...
16:55:02 [2022-07-20T16:55:02.978Z] #21 11.88 Building dependency tree...
16:55:02 [2022-07-20T16:55:02.978Z] #21 13.83 The following additional packages will be installed:
16:55:02 [2022-07-20T16:55:02.978Z] #21 13.84   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
16:55:02 [2022-07-20T16:55:02.978Z] #21 13.84   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
16:55:02 [2022-07-20T16:55:02.978Z] #21 13.85   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
16:55:02 [2022-07-20T16:55:02.978Z] #21 13.85   python3-pkg-resources vim-runtime xxd
16:55:02 [2022-07-20T16:55:02.978Z] #21 13.85 Suggested packages:
16:55:02 [2022-07-20T16:55:02.978Z] #21 13.86   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
16:55:02 [2022-07-20T16:55:02.978Z] #21 13.86   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
16:55:02 [2022-07-20T16:55:02.978Z] #21 13.86   acl attr quota
16:55:02 [2022-07-20T16:55:02.978Z] #21 13.86 Recommended packages:
16:55:02 [2022-07-20T16:55:02.978Z] #21 13.86   libatm1 nftables libpam-cap build-essential python3-dev unzip
16:55:03 [2022-07-20T16:55:03.042Z] #84 159.7 checking for string.h... yes
16:55:03 [2022-07-20T16:55:03.238Z] #21 ...
16:55:03 [2022-07-20T16:55:03.238Z] 
16:55:03 [2022-07-20T16:55:03.238Z] #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
16:55:03 [2022-07-20T16:55:03.238Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:55:03 [2022-07-20T16:55:03.238Z] #77 83.85 checking error.h usability... yes
16:55:03 [2022-07-20T16:55:03.238Z] #77 84.06 checking error.h presence... yes
16:55:03 [2022-07-20T16:55:03.238Z] #77 84.14 checking for error.h... yes
16:55:03 [2022-07-20T16:55:03.300Z] #84 159.7 checking for memory.h... yes
16:55:03 [2022-07-20T16:55:03.300Z] #84 160.0 checking for strings.h... yes
16:55:03 [2022-07-20T16:55:03.499Z] #77 84.18 checking linux/openat2.h usability... yes
16:55:03 [2022-07-20T16:55:03.499Z] #77 84.38 checking linux/openat2.h presence... yes
16:55:03 [2022-07-20T16:55:03.558Z] #84 160.1 checking for inttypes.h... yes
16:55:03 [2022-07-20T16:55:03.558Z] #84 160.3 checking for stdint.h... yes
16:55:03 [2022-07-20T16:55:03.759Z] #77 84.43 checking for linux/openat2.h... yes
16:55:03 [2022-07-20T16:55:03.759Z] #77 84.49 checking for copy_file_range... yes
16:55:03 [2022-07-20T16:55:03.815Z] #84 160.4 checking for unistd.h... yes
16:55:03 [2022-07-20T16:55:03.815Z] #84 160.5 checking for dlfcn.h... yes
16:55:04 [2022-07-20T16:55:04.074Z] #84 160.7 checking for objdir... .libs
16:55:04 [2022-07-20T16:55:04.279Z] #77 84.73 checking for fgetxattr... yes
16:55:04 [2022-07-20T16:55:04.279Z] #77 85.06 checking for statx... 
16:55:04 [2022-07-20T16:55:04.279Z] #77 ...
16:55:04 [2022-07-20T16:55:04.279Z] 
16:55:04 [2022-07-20T16:55:04.279Z] #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
16:55:04 [2022-07-20T16:55:04.279Z] #60 sha256:1f1126ec41caa2e451d3f428e9d8c83902a45c5cca8e64a34293de97a73bdab0
16:55:04 [2022-07-20T16:55:04.279Z] #60 11.66 + cd /tmp/tmp.4PyOeLZqFa/src/github.com/opencontainers/runc
16:55:04 [2022-07-20T16:55:04.279Z] #60 11.67 + git checkout -q v1.1.2
16:55:04 [2022-07-20T16:55:04.279Z] #60 12.10 + '[' -z '' ']'
16:55:04 [2022-07-20T16:55:04.279Z] #60 12.12 + target=static
16:55:04 [2022-07-20T16:55:04.279Z] #60 12.12 + make BUILDTAGS=seccomp static
16:55:04 [2022-07-20T16:55:04.279Z] #60 12.64 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
16:55:04 [2022-07-20T16:55:04.332Z] #84 161.0 checking if gcc supports -fno-rtti -fno-exceptions... no
16:55:04 [2022-07-20T16:55:04.332Z] #84 161.1 checking for gcc option to produce PIC... -fPIC -DPIC
16:55:04 [2022-07-20T16:55:04.540Z] #60 ...
16:55:04 [2022-07-20T16:55:04.540Z] 
16:55:04 [2022-07-20T16:55:04.540Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:55:04 [2022-07-20T16:55:04.540Z] #21 sha256:699b1cb4c1a91474c16a5090c19a867e88ebd5049d6375c1de7649dbb3ea5939
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.15 The following NEW packages will be installed:
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.16   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.16   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.16   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.16   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.16   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.16   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.16   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.16   xz-utils zip zstd
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.51 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.51 Need to get 27.0 MB of archives.
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.51 After this operation, 105 MB of additional disk space will be used.
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.51 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.53 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.53 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.54 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.54 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.55 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.56 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.56 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.57 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.57 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.57 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.58 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.58 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.59 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.59 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.59 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.59 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.60 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.61 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.62 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.62 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.63 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.63 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
16:55:04 [2022-07-20T16:55:04.540Z] #21 15.63 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
16:55:04 [2022-07-20T16:55:04.591Z] #84 161.1 checking if gcc PIC flag -fPIC -DPIC works... yes
16:55:04 [2022-07-20T16:55:04.591Z] #84 161.1 checking if gcc static flag -static works... yes
16:55:04 [2022-07-20T16:55:04.591Z] #84 161.4 checking if gcc supports -c -o file.o... yes
16:55:04 [2022-07-20T16:55:04.591Z] #84 161.4 checking if gcc supports -c -o file.o... (cached) yes
16:55:04 [2022-07-20T16:55:04.591Z] #84 161.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:55:04 [2022-07-20T16:55:04.837Z] #77 ...
16:55:04 [2022-07-20T16:55:04.837Z] 
16:55:04 [2022-07-20T16:55:04.837Z] #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
16:55:04 [2022-07-20T16:55:04.837Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:55:04 [2022-07-20T16:55:04.837Z] #14 122.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
16:55:04 [2022-07-20T16:55:04.837Z] #14 122.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:55:04 [2022-07-20T16:55:04.837Z] #14 122.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.20 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.20 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.20 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.20 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.20 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.21 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.21 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.21 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.31 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.31 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.32 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.32 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.36 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.36 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.37 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.40 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.40 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
16:55:05 [2022-07-20T16:55:05.109Z] #21 16.40 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
16:55:05 [2022-07-20T16:55:05.158Z] #84 161.5 checking dynamic linker characteristics... GNU/Linux ld.so
16:55:05 [2022-07-20T16:55:05.158Z] #84 161.6 checking how to hardcode library paths into programs... immediate
16:55:05 [2022-07-20T16:55:05.158Z] #84 161.6 checking whether stripping libraries is possible... yes
16:55:05 [2022-07-20T16:55:05.158Z] #84 161.6 checking if libtool supports shared libraries... yes
16:55:05 [2022-07-20T16:55:05.158Z] #84 161.6 checking whether to build shared libraries... no
16:55:05 [2022-07-20T16:55:05.158Z] #84 161.6 checking whether to build static libraries... yes
16:55:05 [2022-07-20T16:55:05.158Z] #84 161.6 checking float.h usability... yes
16:55:05 [2022-07-20T16:55:05.158Z] #84 161.8 checking float.h presence... yes
16:55:05 [2022-07-20T16:55:05.158Z] #84 161.8 checking for float.h... yes
16:55:05 [2022-07-20T16:55:05.369Z] #21 ...
16:55:05 [2022-07-20T16:55:05.369Z] 
16:55:05 [2022-07-20T16:55:05.369Z] #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
16:55:05 [2022-07-20T16:55:05.369Z] #34 sha256:d49f8a57e84f81764cc355151895c2e63de0f619235ad6c5d79a9ae10ca87220
16:55:05 [2022-07-20T16:55:05.369Z] #34 DONE 131.2s
16:55:05 [2022-07-20T16:55:05.369Z] 
16:55:05 [2022-07-20T16:55:05.369Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:55:05 [2022-07-20T16:55:05.369Z] #21 sha256:699b1cb4c1a91474c16a5090c19a867e88ebd5049d6375c1de7649dbb3ea5939
16:55:05 [2022-07-20T16:55:05.369Z] #21 16.59 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
16:55:05 [2022-07-20T16:55:05.369Z] #21 16.63 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
16:55:05 [2022-07-20T16:55:05.369Z] #21 16.65 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
16:55:05 [2022-07-20T16:55:05.369Z] #21 16.66 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
16:55:05 [2022-07-20T16:55:05.417Z] #84 161.8 checking limits.h usability... yes
16:55:05 [2022-07-20T16:55:05.417Z] #84 162.0 checking limits.h presence... yes
16:55:05 [2022-07-20T16:55:05.417Z] #84 162.0 checking for limits.h... yes
16:55:05 [2022-07-20T16:55:05.417Z] #84 162.1 checking stddef.h usability... yes
16:55:05 [2022-07-20T16:55:05.675Z] #84 162.2 checking stddef.h presence... yes
16:55:05 [2022-07-20T16:55:05.675Z] #84 162.2 checking for stddef.h... yes
16:55:05 [2022-07-20T16:55:05.675Z] #84 162.2 checking for stdlib.h... (cached) yes
16:55:05 [2022-07-20T16:55:05.675Z] #84 162.2 checking for string.h... (cached) yes
16:55:05 [2022-07-20T16:55:05.675Z] #84 162.3 checking sys/time.h usability... yes
16:55:05 [2022-07-20T16:55:05.675Z] #84 162.4 checking sys/time.h presence... yes
16:55:05 [2022-07-20T16:55:05.934Z] #84 162.4 checking for sys/time.h... yes
16:55:05 [2022-07-20T16:55:05.934Z] #84 162.4 checking for inline... inline
16:55:06 [2022-07-20T16:55:06.192Z] #84 162.5 checking for size_t... yes
16:55:06 [2022-07-20T16:55:06.193Z] #84 162.8 checking for stdlib.h... (cached) yes
16:55:06 [2022-07-20T16:55:06.193Z] #84 162.8 checking for GNU libc compatible malloc... yes
16:55:06 [2022-07-20T16:55:06.193Z] #84 162.9 checking for stdlib.h... (cached) yes
16:55:06 [2022-07-20T16:55:06.308Z] #21 17.57 debconf: delaying package configuration, since apt-utils is not installed
16:55:06 [2022-07-20T16:55:06.452Z] #84 162.9 checking for GNU libc compatible realloc... yes
16:55:06 [2022-07-20T16:55:06.452Z] #84 163.1 checking for working strtod... yes
16:55:06 [2022-07-20T16:55:06.568Z] #21 17.68 Fetched 27.0 MB in 1s (18.1 MB/s)
16:55:06 [2022-07-20T16:55:06.568Z] #21 17.74 Selecting previously unselected package pigz.
16:55:06 [2022-07-20T16:55:06.568Z] #21 17.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24009 files and directories currently installed.)
16:55:06 [2022-07-20T16:55:06.568Z] #21 17.79 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
16:55:06 [2022-07-20T16:55:06.568Z] #21 17.79 Unpacking pigz (2.6-1) ...
16:55:06 [2022-07-20T16:55:06.828Z] #21 17.89 Selecting previously unselected package libelf1:arm64.
16:55:06 [2022-07-20T16:55:06.828Z] #21 17.89 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
16:55:06 [2022-07-20T16:55:06.828Z] #21 17.90 Unpacking libelf1:arm64 (0.183-1) ...
16:55:06 [2022-07-20T16:55:06.828Z] #21 18.06 Selecting previously unselected package libbpf0:arm64.
16:55:06 [2022-07-20T16:55:06.828Z] #21 18.06 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
16:55:06 [2022-07-20T16:55:06.828Z] #21 18.08 Unpacking libbpf0:arm64 (1:0.3-2) ...
16:55:07 [2022-07-20T16:55:07.019Z] #84 163.3 checking for gettimeofday... yes
16:55:07 [2022-07-20T16:55:07.019Z] #84 163.5 checking for memset... yes
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.14 Selecting previously unselected package libcap2:arm64.
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.15 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.15 Unpacking libcap2:arm64 (1:2.44-1) ...
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.23 Selecting previously unselected package libmnl0:arm64.
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.24 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.24 Unpacking libmnl0:arm64 (1.0.4-3) ...
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.31 Selecting previously unselected package libxtables12:arm64.
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.31 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.32 Unpacking libxtables12:arm64 (1.8.7-1) ...
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.39 Selecting previously unselected package libcap2-bin.
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.39 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.39 Unpacking libcap2-bin (1:2.44-1) ...
16:55:07 [2022-07-20T16:55:07.088Z] #21 18.51 Selecting previously unselected package iproute2.
16:55:07 [2022-07-20T16:55:07.289Z] #84 163.7 checking for strspn... yes
16:55:07 [2022-07-20T16:55:07.289Z] #84 164.0 checking that generated files are newer than configure... done
16:55:07 [2022-07-20T16:55:07.289Z] #84 164.0 configure: creating ./config.status
16:55:07 [2022-07-20T16:55:07.347Z] #21 18.51 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
16:55:07 [2022-07-20T16:55:07.347Z] #21 18.52 Unpacking iproute2 (5.10.0-4) ...
16:55:07 [2022-07-20T16:55:07.376Z] #77 ...
16:55:07 [2022-07-20T16:55:07.376Z] 
16:55:07 [2022-07-20T16:55:07.376Z] #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
16:55:07 [2022-07-20T16:55:07.376Z] #64 sha256:d51648f036faec5ad7e46efd11c4ec4390f6a9cfa0bd6d1b09eeb6ae5402aee3
16:55:07 [2022-07-20T16:55:07.607Z] #21 19.01 Selecting previously unselected package xxd.
16:55:07 [2022-07-20T16:55:07.607Z] #21 19.01 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:55:07 [2022-07-20T16:55:07.607Z] #21 19.01 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:55:07 [2022-07-20T16:55:07.867Z] #21 19.12 Selecting previously unselected package vim-common.
16:55:07 [2022-07-20T16:55:07.867Z] #21 19.12 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:55:07 [2022-07-20T16:55:07.867Z] #21 19.15 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:55:08 [2022-07-20T16:55:08.052Z] #14 117.7 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
16:55:08 [2022-07-20T16:55:08.052Z] #14 117.7 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:55:08 [2022-07-20T16:55:08.052Z] #14 117.7 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:55:08 [2022-07-20T16:55:08.127Z] #21 19.32 Selecting previously unselected package bash-completion.
16:55:08 [2022-07-20T16:55:08.127Z] #21 19.33 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
16:55:08 [2022-07-20T16:55:08.669Z] #84 165.4 config.status: creating Makefile
16:55:08 [2022-07-20T16:55:08.669Z] #84 165.5 config.status: creating config.h
16:55:08 [2022-07-20T16:55:08.938Z] #64 73.66 Updating files:  23% (1151/4896)
Updating files:  24% (1176/4896)
Updating files:  25% (1224/4896)
Updating files:  26% (1273/4896)
Updating files:  27% (1322/4896)
Updating files:  28% (1371/4896)
Updating files:  29% (1420/4896)
Updating files:  30% (1469/4896)
Updating files:  31% (1518/4896)
Updating files:  32% (1567/4896)
Updating files:  33% (1616/4896)
Updating files:  34% (1665/4896)
Updating files:  35% (1714/4896)
Updating files:  36% (1763/4896)
Updating files:  37% (1812/4896)
Updating files:  38% (1861/4896)
Updating files:  39% (1910/4896)
Updating files:  40% (1959/4896)
Updating files:  41% (2008/4896)
Updating files:  42% (2057/4896)
Updating files:  43% (2106/4896)
Updating files:  44% (2155/4896)
Updating files:  45% (2204/4896)
Updating files:  46% (2253/4896)
Updating files:  47% (2302/4896)
Updating files:  48% (2351/4896)
Updating files:  49% (2400/4896)
Updating files:  50% (2448/4896)
Updating files:  51% (2497/4896)
Updating files:  52% (2546/4896)
Updating files:  53% (2595/4896)
Updating files:  54% (2644/4896)
Updating files:  54% (2686/4896)
Updating files:  55% (2693/4896)
Updating files:  56% (2742/4896)
Updating files:  57% (2791/4896)
Updating files:  58% (2840/4896)
Updating files:  59% (2889/4896)
Updating files:  60% (2938/4896)
Updating files:  61% (2987/4896)
Updating files:  62% (3036/4896)
Updating files:  63% (3085/4896)
Updating files:  64% (3134/4896)
Updating files:  65% (3183/4896)
Updating files:  66% (3232/4896)
Updating files:  67% (3281/4896)
Updating files:  68% (3330/4896)
Updating files:  69% (3379/4896)
Updating files:  70% (3428/4896)
Updating files:  71% (3477/4896)
Updating files:  72% (3526/4896)
Updating files:  73% (3575/4896)
Updating files:  74% (3624/4896)
Updating files:  75% (3672/4896)
Updating files:  76% (3721/4896)
Updating files:  77% (3770/4896)
Updating files:  78% (3819/4896)
Updating files:  79% (3868/4896)
Updating files:  80% (3917/4896)
Updating files:  81% (3966/4896)
Updating files:  82% (4015/4896)
Updating files:  83% (4064/4896)
Updating files:  84% (4113/4896)
Updating files:  84% (4156/4896)
Updating files:  85% (4162/4896)
Updating files:  86% (4211/4896)
Updating files:  87% (4260/4896)
Updating files:  88% (4309/4896)
Updating files:  89% (4358/4896)
Updating files:  90% (4407/4896)
Updating files:  91% (4456/4896)
Updating files:  92% (4505/4896)
Updating files:  93% (4554/4896)
Updating files:  94% (4603/4896)
Updating files:  95% (4652/4896)
Updating files:  96% (4701/4896)
Updating files:  97% (4750/4896)
Updating files:  98% (4799/4896)
Updating files:  99% (4848/4896)
Updating files: 100% (4896/4896)
Updating files: 100% (4896/4896), done.
16:55:08 [2022-07-20T16:55:08.938Z] #64 76.42 + cd /tmp/tmp.3Ys8DefNdZ/src/github.com/containerd/containerd
16:55:08 [2022-07-20T16:55:08.939Z] #84 165.5 config.status: executing depfiles commands
16:55:08 [2022-07-20T16:55:08.939Z] #84 165.7 config.status: executing libtool commands
16:55:09 [2022-07-20T16:55:09.198Z] #64 76.42 + git checkout -q v1.6.6
16:55:09 [2022-07-20T16:55:09.877Z] #84 166.6   GEN      .version
16:55:09 [2022-07-20T16:55:09.877Z] #84 166.6 make  install-recursive
16:55:09 [2022-07-20T16:55:09.877Z] #84 166.6 make[1]: Entering directory '/tmp/crun-build'
16:55:09 [2022-07-20T16:55:09.877Z] #84 166.7 Making install in libocispec
16:55:09 [2022-07-20T16:55:09.877Z] #84 166.7 make[2]: Entering directory '/tmp/crun-build/libocispec'
16:55:10 [2022-07-20T16:55:10.109Z] #14 ...
16:55:10 [2022-07-20T16:55:10.109Z] 
16:55:10 [2022-07-20T16:55:10.109Z] #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
16:55:10 [2022-07-20T16:55:10.109Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:10 [2022-07-20T16:55:10.109Z] #77 72.15 configure.ac:7: installing 'build-aux/compile'
16:55:10 [2022-07-20T16:55:10.109Z] #77 72.16 configure.ac:9: installing 'build-aux/config.guess'
16:55:10 [2022-07-20T16:55:10.109Z] #77 72.16 configure.ac:9: installing 'build-aux/config.sub'
16:55:10 [2022-07-20T16:55:10.109Z] #77 72.18 configure.ac:11: installing 'build-aux/install-sh'
16:55:10 [2022-07-20T16:55:10.109Z] #77 72.19 configure.ac:11: installing 'build-aux/missing'
16:55:10 [2022-07-20T16:55:10.109Z] #77 72.43 Makefile.am: installing 'build-aux/depcomp'
16:55:10 [2022-07-20T16:55:10.109Z] #77 72.55 parallel-tests: installing 'build-aux/test-driver'
16:55:10 [2022-07-20T16:55:10.109Z] #77 74.61 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:55:10 [2022-07-20T16:55:10.109Z] #77 74.61 libtoolize: copying file 'build-aux/ltmain.sh'
16:55:10 [2022-07-20T16:55:10.109Z] #77 75.15 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:55:10 [2022-07-20T16:55:10.109Z] #77 75.15 libtoolize: copying file 'm4/libtool.m4'
16:55:10 [2022-07-20T16:55:10.109Z] #77 75.23 libtoolize: copying file 'm4/ltoptions.m4'
16:55:10 [2022-07-20T16:55:10.109Z] #77 75.34 libtoolize: copying file 'm4/ltsugar.m4'
16:55:10 [2022-07-20T16:55:10.109Z] #77 75.41 libtoolize: copying file 'm4/ltversion.m4'
16:55:10 [2022-07-20T16:55:10.109Z] #77 75.52 libtoolize: copying file 'm4/lt~obsolete.m4'
16:55:10 [2022-07-20T16:55:10.136Z] #84 166.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
16:55:10 [2022-07-20T16:55:10.136Z] #84 166.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
16:55:10 [2022-07-20T16:55:10.136Z] #84 166.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
16:55:10 [2022-07-20T16:55:10.136Z] #84 166.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
16:55:10 [2022-07-20T16:55:10.666Z] #21 21.72 Unpacking bash-completion (1:2.11-2) ...
16:55:10 [2022-07-20T16:55:10.703Z] #84 ...
16:55:10 [2022-07-20T16:55:10.703Z] 
16:55:10 [2022-07-20T16:55:10.703Z] #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
16:55:10 [2022-07-20T16:55:10.703Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:55:10 [2022-07-20T16:55:10.703Z] #19 212.7 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
16:55:10 [2022-07-20T16:55:10.703Z] #19 212.7 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
16:55:10 [2022-07-20T16:55:10.703Z] #19 212.7 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
16:55:10 [2022-07-20T16:55:10.926Z] #21 22.18 Selecting previously unselected package bzip2.
16:55:10 [2022-07-20T16:55:10.926Z] #21 22.19 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
16:55:10 [2022-07-20T16:55:10.926Z] #21 22.20 Unpacking bzip2 (1.0.8-4) ...
16:55:10 [2022-07-20T16:55:10.926Z] #21 22.28 Selecting previously unselected package xz-utils.
16:55:10 [2022-07-20T16:55:10.962Z] #19 212.8 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
16:55:10 [2022-07-20T16:55:10.962Z] #19 212.8 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
16:55:10 [2022-07-20T16:55:10.962Z] #19 212.8 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:55:11 [2022-07-20T16:55:11.185Z] #21 22.28 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
16:55:11 [2022-07-20T16:55:11.185Z] #21 22.29 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:55:11 [2022-07-20T16:55:11.186Z] #21 22.44 Selecting previously unselected package apparmor.
16:55:11 [2022-07-20T16:55:11.186Z] #21 22.44 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
16:55:11 [2022-07-20T16:55:11.186Z] #21 22.51 Unpacking apparmor (2.13.6-10) ...
16:55:11 [2022-07-20T16:55:11.755Z] #21 22.92 Selecting previously unselected package inetutils-ping.
16:55:11 [2022-07-20T16:55:11.755Z] #21 22.92 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ...
16:55:11 [2022-07-20T16:55:11.755Z] #21 22.92 Unpacking inetutils-ping (2:2.0-1) ...
16:55:11 [2022-07-20T16:55:11.755Z] #21 23.03 Selecting previously unselected package libip4tc2:arm64.
16:55:11 [2022-07-20T16:55:11.755Z] #21 23.03 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ...
16:55:11 [2022-07-20T16:55:11.755Z] #21 23.05 Unpacking libip4tc2:arm64 (1.8.7-1) ...
16:55:12 [2022-07-20T16:55:12.014Z] #77 ...
16:55:12 [2022-07-20T16:55:12.014Z] 
16:55:12 [2022-07-20T16:55:12.014Z] #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
16:55:12 [2022-07-20T16:55:12.014Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:55:12 [2022-07-20T16:55:12.014Z] #14 128.8 Selecting previously unselected package g++-mingw-w64-x86-64.
16:55:12 [2022-07-20T16:55:12.014Z] #14 128.8 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 128.8 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 128.9 Selecting previously unselected package libapparmor1:amd64.
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.0 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.0 Unpacking libapparmor1:amd64 (2.13.6-10) ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.1 Selecting previously unselected package libapparmor-dev:amd64.
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.1 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.1 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.3 Selecting previously unselected package libbtrfs0:amd64.
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.3 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.3 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.5 Selecting previously unselected package libbtrfs-dev:amd64.
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.5 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.5 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.8 Selecting previously unselected package libudev-dev:amd64.
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.8 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 129.8 Unpacking libudev-dev:amd64 (247.3-7) ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 130.2 Selecting previously unselected package libsepol1-dev:amd64.
16:55:12 [2022-07-20T16:55:12.014Z] #14 130.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 130.2 Unpacking libsepol1-dev:amd64 (3.1-1) ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 130.9 Selecting previously unselected package libpcre2-16-0:amd64.
16:55:12 [2022-07-20T16:55:12.014Z] #14 130.9 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.014Z] #14 130.9 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
16:55:12 [2022-07-20T16:55:12.015Z] #21 23.13 Selecting previously unselected package libip6tc2:arm64.
16:55:12 [2022-07-20T16:55:12.015Z] #21 23.14 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ...
16:55:12 [2022-07-20T16:55:12.015Z] #21 23.14 Unpacking libip6tc2:arm64 (1.8.7-1) ...
16:55:12 [2022-07-20T16:55:12.015Z] #21 23.21 Selecting previously unselected package libnfnetlink0:arm64.
16:55:12 [2022-07-20T16:55:12.015Z] #21 23.21 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
16:55:12 [2022-07-20T16:55:12.015Z] #21 23.22 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:55:12 [2022-07-20T16:55:12.015Z] #21 23.27 Selecting previously unselected package libnetfilter-conntrack3:arm64.
16:55:12 [2022-07-20T16:55:12.015Z] #21 23.28 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
16:55:12 [2022-07-20T16:55:12.015Z] #21 23.30 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:55:12 [2022-07-20T16:55:12.015Z] #21 23.38 Selecting previously unselected package libnftnl11:arm64.
16:55:12 [2022-07-20T16:55:12.274Z] #14 ...
16:55:12 [2022-07-20T16:55:12.274Z] 
16:55:12 [2022-07-20T16:55:12.274Z] #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
16:55:12 [2022-07-20T16:55:12.274Z] #67 sha256:7da4d8c7a91121fa3f57095c13bd4de8148d3598d41b01166522e710d4e98dc5
16:55:12 [2022-07-20T16:55:12.274Z] #67 122.7 + for f in rootlesskit rootlesskit-docker-proxy
16:55:12 [2022-07-20T16:55:12.274Z] #67 122.7 + GOBIN=/build
16:55:12 [2022-07-20T16:55:12.274Z] #67 122.7 + GO111MODULE=on
16:55:12 [2022-07-20T16:55:12.274Z] #67 122.7 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3 rootlesskit version 1.0.0
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3 Usage of /build/rootlesskit-docker-proxy:
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3   -container-ip string
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3     	container ip
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3   -container-port int
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3     	container port (default -1)
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3   -host-ip string
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3     	host ip
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3   -host-port int
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3     	host port (default -1)
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3   -proto string
16:55:12 [2022-07-20T16:55:12.274Z] #67 129.3     	proxy protocol (default "tcp")
16:55:12 [2022-07-20T16:55:12.274Z] #67 DONE 130.5s
16:55:12 [2022-07-20T16:55:12.274Z] 
16:55:12 [2022-07-20T16:55:12.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
16:55:12 [2022-07-20T16:55:12.274Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:55:12 [2022-07-20T16:55:12.274Z] #14 131.2 Selecting previously unselected package libpcre2-32-0:amd64.
16:55:12 [2022-07-20T16:55:12.274Z] #14 ...
16:55:12 [2022-07-20T16:55:12.274Z] 
16:55:12 [2022-07-20T16:55:12.274Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
16:55:12 [2022-07-20T16:55:12.274Z] #68 sha256:94ff0d908cd0eff6ede3da5acb1eda9bafc9b0d1165a1ad50f2d68d6d64011b1
16:55:12 [2022-07-20T16:55:12.274Z] #68 DONE 0.2s
16:55:12 [2022-07-20T16:55:12.274Z] 
16:55:12 [2022-07-20T16:55:12.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
16:55:12 [2022-07-20T16:55:12.274Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:55:12 [2022-07-20T16:55:12.274Z] #14 131.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.274Z] #14 131.2 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
16:55:12 [2022-07-20T16:55:12.274Z] #21 23.39 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ...
16:55:12 [2022-07-20T16:55:12.274Z] #21 23.40 Unpacking libnftnl11:arm64 (1.1.9-1) ...
16:55:12 [2022-07-20T16:55:12.274Z] #21 23.51 Selecting previously unselected package iptables.
16:55:12 [2022-07-20T16:55:12.274Z] #21 23.52 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ...
16:55:12 [2022-07-20T16:55:12.274Z] #21 23.52 Unpacking iptables (1.8.7-1) ...
16:55:12 [2022-07-20T16:55:12.507Z] #64 79.51 + export 'BUILDTAGS=netgo osusergo static_build'
16:55:12 [2022-07-20T16:55:12.507Z] #64 79.51 + BUILDTAGS='netgo osusergo static_build'
16:55:12 [2022-07-20T16:55:12.507Z] #64 79.51 + export EXTRA_FLAGS=-buildmode=pie
16:55:12 [2022-07-20T16:55:12.507Z] #64 79.51 + EXTRA_FLAGS=-buildmode=pie
16:55:12 [2022-07-20T16:55:12.507Z] #64 79.51 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:55:12 [2022-07-20T16:55:12.507Z] #64 79.51 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:55:12 [2022-07-20T16:55:12.507Z] #64 79.51 + '[' '' = dynamic ']'
16:55:12 [2022-07-20T16:55:12.507Z] #64 79.51 + make
16:55:12 [2022-07-20T16:55:12.507Z] #64 ...
16:55:12 [2022-07-20T16:55:12.507Z] 
16:55:12 [2022-07-20T16:55:12.507Z] #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
16:55:12 [2022-07-20T16:55:12.507Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:55:12 [2022-07-20T16:55:12.507Z] #14 141.2 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
16:55:12 [2022-07-20T16:55:12.533Z] #14 131.4 Selecting previously unselected package libpcre2-posix2:amd64.
16:55:12 [2022-07-20T16:55:12.533Z] #14 131.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.533Z] #14 131.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
16:55:12 [2022-07-20T16:55:12.533Z] #14 ...
16:55:12 [2022-07-20T16:55:12.533Z] 
16:55:12 [2022-07-20T16:55:12.533Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:55:12 [2022-07-20T16:55:12.533Z] #69 sha256:97c23356631dd58f60ea7c936b550f890370b4fb53db543f51b451c2f89925b4
16:55:12 [2022-07-20T16:55:12.533Z] #69 DONE 0.3s
16:55:12 [2022-07-20T16:55:12.533Z] 
16:55:12 [2022-07-20T16:55:12.533Z] #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
16:55:12 [2022-07-20T16:55:12.533Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:55:12 [2022-07-20T16:55:12.533Z] #14 131.5 Selecting previously unselected package libpcre2-dev:amd64.
16:55:12 [2022-07-20T16:55:12.533Z] #14 131.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.533Z] #14 131.5 Unpacking libpcre2-dev:amd64 (10.36-2) ...
16:55:12 [2022-07-20T16:55:12.533Z] #21 23.83 Selecting previously unselected package libonig5:arm64.
16:55:12 [2022-07-20T16:55:12.533Z] #21 23.84 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ...
16:55:12 [2022-07-20T16:55:12.533Z] #21 23.84 Unpacking libonig5:arm64 (6.9.6-1.1) ...
16:55:12 [2022-07-20T16:55:12.770Z] #14 141.2 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:55:12 [2022-07-20T16:55:12.770Z] #14 141.2 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:55:12 [2022-07-20T16:55:12.792Z] #21 23.97 Selecting previously unselected package libjq1:arm64.
16:55:12 [2022-07-20T16:55:12.792Z] #21 23.98 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ...
16:55:12 [2022-07-20T16:55:12.792Z] #21 23.99 Unpacking libjq1:arm64 (1.6-2.1) ...
16:55:13 [2022-07-20T16:55:13.050Z] #21 24.13 Selecting previously unselected package jq.
16:55:13 [2022-07-20T16:55:13.051Z] #21 24.14 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ...
16:55:13 [2022-07-20T16:55:13.051Z] #21 24.15 Unpacking jq (1.6-2.1) ...
16:55:13 [2022-07-20T16:55:13.051Z] #21 24.24 Selecting previously unselected package libaio1:arm64.
16:55:13 [2022-07-20T16:55:13.051Z] #21 24.25 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ...
16:55:13 [2022-07-20T16:55:13.051Z] #21 24.25 Unpacking libaio1:arm64 (0.3.112-9) ...
16:55:13 [2022-07-20T16:55:13.051Z] #21 24.32 Selecting previously unselected package libgpm2:arm64.
16:55:13 [2022-07-20T16:55:13.051Z] #21 24.32 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ...
16:55:13 [2022-07-20T16:55:13.051Z] #21 24.33 Unpacking libgpm2:arm64 (1.20.7-8) ...
16:55:13 [2022-07-20T16:55:13.124Z] #14 132.1 Selecting previously unselected package libselinux1-dev:amd64.
16:55:13 [2022-07-20T16:55:13.124Z] #14 132.1 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
16:55:13 [2022-07-20T16:55:13.124Z] #14 132.1 Unpacking libselinux1-dev:amd64 (3.1-3) ...
16:55:13 [2022-07-20T16:55:13.309Z] #21 24.43 Selecting previously unselected package libicu67:arm64.
16:55:13 [2022-07-20T16:55:13.309Z] #21 24.43 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ...
16:55:13 [2022-07-20T16:55:13.309Z] #21 24.43 Unpacking libicu67:arm64 (67.1-7) ...
16:55:13 [2022-07-20T16:55:13.428Z] #14 132.4 Selecting previously unselected package libdevmapper-dev:amd64.
16:55:13 [2022-07-20T16:55:13.690Z] #14 132.4 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
16:55:13 [2022-07-20T16:55:13.690Z] #14 132.4 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:55:13 [2022-07-20T16:55:13.690Z] #14 132.6 Selecting previously unselected package libseccomp-dev:amd64.
16:55:13 [2022-07-20T16:55:13.690Z] #14 132.6 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
16:55:13 [2022-07-20T16:55:13.690Z] #14 132.6 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:55:13 [2022-07-20T16:55:13.690Z] #14 132.7 Selecting previously unselected package libsystemd-dev:amd64.
16:55:13 [2022-07-20T16:55:13.958Z] #14 132.7 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
16:55:13 [2022-07-20T16:55:13.958Z] #14 132.7 Unpacking libsystemd-dev:amd64 (247.3-7) ...
16:55:14 [2022-07-20T16:55:14.530Z] #14 133.4 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:55:14 [2022-07-20T16:55:14.530Z] #14 133.5 Setting up libapparmor1:amd64 (2.13.6-10) ...
16:55:14 [2022-07-20T16:55:14.530Z] #14 133.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:55:14 [2022-07-20T16:55:14.530Z] #14 133.5 Setting up libsepol1-dev:amd64 (3.1-1) ...
16:55:14 [2022-07-20T16:55:14.530Z] #14 133.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:55:14 [2022-07-20T16:55:14.530Z] #14 133.5 Setting up libpcre2-16-0:amd64 (10.36-2) ...
16:55:14 [2022-07-20T16:55:14.530Z] #14 133.5 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:55:14 [2022-07-20T16:55:14.530Z] #14 133.5 Setting up libpcre2-32-0:amd64 (10.36-2) ...
16:55:14 [2022-07-20T16:55:14.530Z] #14 133.5 Setting up libudev-dev:amd64 (247.3-7) ...
16:55:14 [2022-07-20T16:55:14.530Z] #14 133.5 Setting up libpcre2-posix2:amd64 (10.36-2) ...
16:55:14 [2022-07-20T16:55:14.602Z] #14 ...
16:55:14 [2022-07-20T16:55:14.602Z] 
16:55:14 [2022-07-20T16:55:14.602Z] #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
16:55:14 [2022-07-20T16:55:14.602Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:14 [2022-07-20T16:55:14.602Z] #77 46.17 aclocal: warning: couldn't open directory 'm4': No such file or directory
16:55:14 [2022-07-20T16:55:14.687Z] #21 ...
16:55:14 [2022-07-20T16:55:14.687Z] 
16:55:14 [2022-07-20T16:55:14.687Z] #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
16:55:14 [2022-07-20T16:55:14.687Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:55:14 [2022-07-20T16:55:14.687Z] #77 85.06 checking for statx... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 85.29 checking for fgetpwent_r... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 85.47 checking for issetugid... no
16:55:14 [2022-07-20T16:55:14.687Z] #77 85.66 checking for pkg-config... /usr/bin/pkg-config
16:55:14 [2022-07-20T16:55:14.687Z] #77 85.66 checking pkg-config is at least version 0.9.0... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 85.67 checking for library containing yajl_tree_get... -lyajl
16:55:14 [2022-07-20T16:55:14.687Z] #77 86.05 checking for yajl >= 2.0.0... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 86.07 checking sys/capability.h usability... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 86.37 checking sys/capability.h presence... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 86.52 checking for sys/capability.h... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 86.53 checking for library containing cap_from_name... -lcap
16:55:14 [2022-07-20T16:55:14.687Z] #77 87.13 checking for library containing dlopen... -ldl
16:55:14 [2022-07-20T16:55:14.687Z] #77 87.52 checking seccomp.h usability... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 87.67 checking seccomp.h presence... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 87.72 checking for seccomp.h... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 87.72 checking for library containing seccomp_rule_add... -lseccomp
16:55:14 [2022-07-20T16:55:14.687Z] #77 88.08 checking for library containing seccomp_arch_resolve_name... none required
16:55:14 [2022-07-20T16:55:14.687Z] #77 88.24 checking systemd/sd-bus.h usability... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 88.45 checking systemd/sd-bus.h presence... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 88.57 checking for systemd/sd-bus.h... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 88.57 checking for library containing sd_bus_match_signal_async... -lsystemd
16:55:14 [2022-07-20T16:55:14.687Z] #77 88.94 checking for sd_notify_barrier... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.14 checking linux/bpf.h usability... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.26 checking linux/bpf.h presence... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.31 checking for linux/bpf.h... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.31 checking compilation for eBPF... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.46 checking for criu >= 3.15... no
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.51 configure: CRIU headers not found, building without CRIU support
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.51 checking for criu > 3.16... no
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.53 configure: CRIU version doesn't support join-ns API
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.54 checking for criu > 3.16.1... no
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.57 configure: CRIU version doesn't support for pre-dumping
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.57 checking for new mount API (fsconfig)... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.69 checking for seccomp notify API... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.79 checking for gperf... no
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.80 configure: gperf not found - cannot rebuild signal parser code
16:55:14 [2022-07-20T16:55:14.687Z] #77 89.80 checking for library containing argp_parse... none required
16:55:14 [2022-07-20T16:55:14.687Z] #77 90.10 checking that generated files are newer than configure... done
16:55:14 [2022-07-20T16:55:14.687Z] #77 90.10 configure: creating ./config.status
16:55:14 [2022-07-20T16:55:14.687Z] #77 92.71 config.status: creating Makefile
16:55:14 [2022-07-20T16:55:14.687Z] #77 92.80 config.status: creating rpm/crun.spec
16:55:14 [2022-07-20T16:55:14.687Z] #77 92.86 config.status: creating config.h
16:55:14 [2022-07-20T16:55:14.687Z] #77 92.90 config.status: executing libtool commands
16:55:14 [2022-07-20T16:55:14.687Z] #77 92.94 config.status: executing depfiles commands
16:55:14 [2022-07-20T16:55:14.687Z] #77 94.13 === configuring in libocispec (/tmp/crun-build/libocispec)
16:55:14 [2022-07-20T16:55:14.687Z] #77 94.15 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:55:14 [2022-07-20T16:55:14.687Z] #77 94.56 checking for gcc... gcc
16:55:14 [2022-07-20T16:55:14.687Z] #77 94.65 checking whether the C compiler works... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 94.84 checking for C compiler default output file name... a.out
16:55:14 [2022-07-20T16:55:14.687Z] #77 94.84 checking for suffix of executables... 
16:55:14 [2022-07-20T16:55:14.687Z] #77 95.01 checking whether we are cross compiling... no
16:55:14 [2022-07-20T16:55:14.687Z] #77 95.15 checking for suffix of object files... o
16:55:14 [2022-07-20T16:55:14.687Z] #77 95.22 checking whether we are using the GNU C compiler... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 95.36 checking whether gcc accepts -g... yes
16:55:14 [2022-07-20T16:55:14.687Z] #77 95.46 checking for gcc option to accept ISO C89... none needed
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.6 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.6 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.6 Setting up mingw-w64-common (8.0.0-1) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.6 Setting up libsystemd-dev:amd64 (247.3-7) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.7 Setting up libpcre2-dev:amd64 (10.36-2) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.7 Setting up libselinux1-dev:amd64 (3.1-3) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.7 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.8 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:55:14 [2022-07-20T16:55:14.792Z] #14 133.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:55:14 [2022-07-20T16:55:14.946Z] #77 95.63 checking whether gcc understands -c and -o together... yes
16:55:15 [2022-07-20T16:55:15.051Z] #14 133.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:55:15 [2022-07-20T16:55:15.051Z] #14 133.9 Setting up dmsetup (2:1.02.175-2.1) ...
16:55:15 [2022-07-20T16:55:15.051Z] #14 133.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:55:15 [2022-07-20T16:55:15.051Z] #14 133.9 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:55:15 [2022-07-20T16:55:15.051Z] #14 133.9 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:55:15 [2022-07-20T16:55:15.206Z] #77 95.84 checking how to run the C preprocessor... gcc -E
16:55:15 [2022-07-20T16:55:15.465Z] #77 96.15 checking for grep that handles long lines and -e... /bin/grep
16:55:15 [2022-07-20T16:55:15.465Z] #77 96.17 checking for egrep... /bin/grep -E
16:55:15 [2022-07-20T16:55:15.619Z] #14 DONE 134.6s
16:55:15 [2022-07-20T16:55:15.619Z] 
16:55:15 [2022-07-20T16:55:15.619Z] #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
16:55:15 [2022-07-20T16:55:15.619Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:55:15 [2022-07-20T16:55:15.724Z] #77 96.17 checking for ANSI C header files... yes
16:55:15 [2022-07-20T16:55:15.879Z] #47 ...
16:55:15 [2022-07-20T16:55:15.879Z] 
16:55:15 [2022-07-20T16:55:15.879Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
16:55:15 [2022-07-20T16:55:15.879Z] #59 sha256:93391c2d6e1aa4b2e7c7b9b6f3c2e2e30790aa80a93f94ac8eb82c550bb4c71a
16:55:15 [2022-07-20T16:55:15.983Z] #77 96.66 checking for sys/types.h... yes
16:55:16 [2022-07-20T16:55:16.137Z] #59 DONE 0.3s
16:55:16 [2022-07-20T16:55:16.137Z] 
16:55:16 [2022-07-20T16:55:16.137Z] #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
16:55:16 [2022-07-20T16:55:16.137Z] #60 sha256:5c8285bf500d4f43ed603d0a3ea4c60ebea38354344e285ab8940c8e61c2216f
16:55:16 [2022-07-20T16:55:16.242Z] #77 96.81 checking for sys/stat.h... yes
16:55:16 [2022-07-20T16:55:16.242Z] #77 97.06 checking for stdlib.h... yes
16:55:16 [2022-07-20T16:55:16.242Z] #77 97.18 checking for string.h... 
16:55:16 [2022-07-20T16:55:16.242Z] #77 ...
16:55:16 [2022-07-20T16:55:16.242Z] 
16:55:16 [2022-07-20T16:55:16.242Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:55:16 [2022-07-20T16:55:16.242Z] #21 sha256:699b1cb4c1a91474c16a5090c19a867e88ebd5049d6375c1de7649dbb3ea5939
16:55:16 [2022-07-20T16:55:16.242Z] #21 27.53 Selecting previously unselected package libinih1:arm64.
16:55:16 [2022-07-20T16:55:16.242Z] #21 27.53 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ...
16:55:16 [2022-07-20T16:55:16.242Z] #21 27.53 Unpacking libinih1:arm64 (53-1+b2) ...
16:55:16 [2022-07-20T16:55:16.242Z] #21 27.61 Selecting previously unselected package libnet1:arm64.
16:55:16 [2022-07-20T16:55:16.242Z] #21 27.61 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:55:16 [2022-07-20T16:55:16.242Z] #21 27.61 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:55:16 [2022-07-20T16:55:16.502Z] #21 27.70 Selecting previously unselected package libnl-3-200:arm64.
16:55:16 [2022-07-20T16:55:16.502Z] #21 27.72 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ...
16:55:16 [2022-07-20T16:55:16.502Z] #21 27.73 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
16:55:16 [2022-07-20T16:55:16.502Z] #21 27.83 Selecting previously unselected package libprotobuf-c1:arm64.
16:55:16 [2022-07-20T16:55:16.502Z] #21 27.84 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
16:55:16 [2022-07-20T16:55:16.502Z] #21 27.84 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:55:16 [2022-07-20T16:55:16.761Z] #21 27.93 Selecting previously unselected package libyajl2:arm64.
16:55:16 [2022-07-20T16:55:16.761Z] #21 27.93 Preparing to unpack .../31-libyajl2_2.1.0-3_arm64.deb ...
16:55:16 [2022-07-20T16:55:16.761Z] #21 27.94 Unpacking libyajl2:arm64 (2.1.0-3) ...
16:55:16 [2022-07-20T16:55:16.761Z] #21 28.01 Selecting previously unselected package net-tools.
16:55:16 [2022-07-20T16:55:16.761Z] #21 28.02 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
16:55:16 [2022-07-20T16:55:16.761Z] #21 28.03 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
16:55:17 [2022-07-20T16:55:17.021Z] #21 28.19 Selecting previously unselected package patch.
16:55:17 [2022-07-20T16:55:17.021Z] #21 28.20 Preparing to unpack .../33-patch_2.7.6-7_arm64.deb ...
16:55:17 [2022-07-20T16:55:17.021Z] #21 28.21 Unpacking patch (2.7.6-7) ...
16:55:17 [2022-07-20T16:55:17.021Z] #21 28.33 Selecting previously unselected package python-pip-whl.
16:55:17 [2022-07-20T16:55:17.021Z] #21 28.34 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
16:55:17 [2022-07-20T16:55:17.021Z] #21 28.34 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
16:55:17 [2022-07-20T16:55:17.591Z] #21 28.81 Selecting previously unselected package python3-lib2to3.
16:55:17 [2022-07-20T16:55:17.591Z] #21 28.82 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
16:55:17 [2022-07-20T16:55:17.591Z] #21 28.83 Unpacking python3-lib2to3 (3.9.2-1) ...
16:55:17 [2022-07-20T16:55:17.618Z] #19 ...
16:55:17 [2022-07-20T16:55:17.618Z] 
16:55:17 [2022-07-20T16:55:17.618Z] #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
16:55:17 [2022-07-20T16:55:17.618Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 167.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.5 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.6 make  install-recursive
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.6 make[3]: Entering directory '/tmp/crun-build/libocispec'
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.7 Making install in yajl
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.7 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.7   CC       verify/json_verify-json_verify.o
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.7   CC       src/libyajl_la-yajl_alloc.lo
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.8   CC       src/libyajl_la-yajl.lo
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.8   CC       src/libyajl_la-yajl_gen.lo
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.8   CC       src/libyajl_la-yajl_parser.lo
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.8   CC       src/libyajl_la-yajl_buf.lo
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.8   CC       src/libyajl_la-yajl_encode.lo
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.9   CC       src/libyajl_la-yajl_lex.lo
16:55:17 [2022-07-20T16:55:17.618Z] #84 168.9   CC       src/libyajl_la-yajl_tree.lo
16:55:17 [2022-07-20T16:55:17.851Z] #21 28.94 Selecting previously unselected package python3-distutils.
16:55:17 [2022-07-20T16:55:17.851Z] #21 28.94 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
16:55:17 [2022-07-20T16:55:17.851Z] #21 28.95 Unpacking python3-distutils (3.9.2-1) ...
16:55:17 [2022-07-20T16:55:17.851Z] #21 29.09 Selecting previously unselected package python3-pkg-resources.
16:55:17 [2022-07-20T16:55:17.851Z] #21 29.09 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
16:55:17 [2022-07-20T16:55:17.851Z] #21 29.09 Unpacking python3-pkg-resources (52.0.0-4) ...
16:55:18 [2022-07-20T16:55:18.110Z] #21 29.21 Selecting previously unselected package python3-setuptools.
16:55:18 [2022-07-20T16:55:18.110Z] #21 29.22 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
16:55:18 [2022-07-20T16:55:18.110Z] #21 29.22 Unpacking python3-setuptools (52.0.0-4) ...
16:55:18 [2022-07-20T16:55:18.110Z] #21 29.42 Selecting previously unselected package python3-wheel.
16:55:18 [2022-07-20T16:55:18.110Z] #21 29.42 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
16:55:18 [2022-07-20T16:55:18.110Z] #21 29.43 Unpacking python3-wheel (0.34.2-1) ...
16:55:18 [2022-07-20T16:55:18.370Z] #21 29.50 Selecting previously unselected package python3-pip.
16:55:18 [2022-07-20T16:55:18.370Z] #21 29.50 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
16:55:18 [2022-07-20T16:55:18.370Z] #21 29.51 Unpacking python3-pip (20.3.4-4+deb11u1) ...
16:55:18 [2022-07-20T16:55:18.564Z] #84 175.2   CCLD     libyajl.la
16:55:18 [2022-07-20T16:55:18.630Z] #21 29.80 Selecting previously unselected package sudo.
16:55:18 [2022-07-20T16:55:18.630Z] #21 29.80 Preparing to unpack .../41-sudo_1.9.5p2-3_arm64.deb ...
16:55:18 [2022-07-20T16:55:18.630Z] #21 29.81 Unpacking sudo (1.9.5p2-3) ...
16:55:19 [2022-07-20T16:55:19.134Z] #84 175.8   CCLD     verify/json_verify
16:55:19 [2022-07-20T16:55:19.208Z] #21 30.37 Selecting previously unselected package thin-provisioning-tools.
16:55:19 [2022-07-20T16:55:19.208Z] #21 30.37 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_arm64.deb ...
16:55:19 [2022-07-20T16:55:19.208Z] #21 30.38 Unpacking thin-provisioning-tools (0.9.0-1) ...
16:55:19 [2022-07-20T16:55:19.208Z] #21 30.59 Selecting previously unselected package uidmap.
16:55:19 [2022-07-20T16:55:19.467Z] #21 30.61 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_arm64.deb ...
16:55:19 [2022-07-20T16:55:19.467Z] #21 30.62 Unpacking uidmap (1:4.8.1-1) ...
16:55:19 [2022-07-20T16:55:19.467Z] #21 30.74 Selecting previously unselected package vim-runtime.
16:55:19 [2022-07-20T16:55:19.467Z] #21 30.75 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
16:55:19 [2022-07-20T16:55:19.467Z] #21 30.79 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
16:55:19 [2022-07-20T16:55:19.467Z] #21 30.81 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
16:55:19 [2022-07-20T16:55:19.467Z] #21 30.81 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
16:55:19 [2022-07-20T16:55:19.700Z] #84 176.4 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:55:19 [2022-07-20T16:55:19.700Z] #84 176.4 make[5]: Nothing to be done for 'install-exec-am'.
16:55:19 [2022-07-20T16:55:19.700Z] #84 176.4 make[5]: Nothing to be done for 'install-data-am'.
16:55:19 [2022-07-20T16:55:19.700Z] #84 176.4 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:55:19 [2022-07-20T16:55:19.700Z] #84 176.4 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:55:19 [2022-07-20T16:55:19.700Z] #84 176.4 make[4]: Entering directory '/tmp/crun-build/libocispec'
16:55:19 [2022-07-20T16:55:19.700Z] #84 176.5   CC       src/image_spec_schema_config_schema.lo
16:55:19 [2022-07-20T16:55:19.700Z] #84 176.5   CC       src/validate.o
16:55:19 [2022-07-20T16:55:19.700Z] #84 176.5   CC       src/image_spec_schema_content_descriptor.lo
16:55:19 [2022-07-20T16:55:19.700Z] #84 176.5   CC       src/image_spec_schema_defs.lo
16:55:19 [2022-07-20T16:55:19.700Z] #84 176.5   CC       src/image_spec_schema_defs_descriptor.lo
16:55:19 [2022-07-20T16:55:19.958Z] #84 176.6   CC       src/image_spec_schema_image_index_schema.lo
16:55:19 [2022-07-20T16:55:19.958Z] #84 176.6   CC       src/image_spec_schema_image_layout_schema.lo
16:55:19 [2022-07-20T16:55:19.958Z] #84 176.6   CC       src/image_spec_schema_image_manifest_schema.lo
16:55:19 [2022-07-20T16:55:19.958Z] #84 176.6   CC       src/runtime_spec_schema_config_linux.lo
16:55:19 [2022-07-20T16:55:19.958Z] #84 176.6   CC       src/runtime_spec_schema_config_zos.lo
16:55:19 [2022-07-20T16:55:19.958Z] #84 176.6   CC       src/runtime_spec_schema_config_schema.lo
16:55:19 [2022-07-20T16:55:19.958Z] #84 176.7   CC       src/runtime_spec_schema_config_solaris.lo
16:55:20 [2022-07-20T16:55:20.217Z] #84 176.7   CC       src/runtime_spec_schema_config_windows.lo
16:55:20 [2022-07-20T16:55:20.217Z] #84 176.8   CC       src/runtime_spec_schema_config_vm.lo
16:55:20 [2022-07-20T16:55:20.217Z] #84 176.8   CC       src/runtime_spec_schema_defs_linux.lo
16:55:20 [2022-07-20T16:55:20.217Z] #84 176.8   CC       src/runtime_spec_schema_defs_zos.lo
16:55:20 [2022-07-20T16:55:20.217Z] #84 176.8   CC       src/runtime_spec_schema_defs.lo
16:55:20 [2022-07-20T16:55:20.217Z] #84 176.8   CC       src/runtime_spec_schema_defs_vm.lo
16:55:20 [2022-07-20T16:55:20.217Z] #84 176.9   CC       src/runtime_spec_schema_defs_windows.lo
16:55:20 [2022-07-20T16:55:20.217Z] #84 176.9   CC       src/runtime_spec_schema_state_schema.lo
16:55:20 [2022-07-20T16:55:20.326Z] #60 ...
16:55:20 [2022-07-20T16:55:20.326Z] 
16:55:20 [2022-07-20T16:55:20.326Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
16:55:20 [2022-07-20T16:55:20.326Z] #15 sha256:edcda5693d2635c3f069f2011ba6db8c7ce89b36645414c0f57c08a72d007d85
16:55:20 [2022-07-20T16:55:20.326Z] #15 DONE 4.2s
16:55:20 [2022-07-20T16:55:20.326Z] 
16:55:20 [2022-07-20T16:55:20.326Z] #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
16:55:20 [2022-07-20T16:55:20.326Z] #16 sha256:2353b8739c8c3fc5049e9faed2ae69cb67f5e282ff7c893028374af64ebc90c2
16:55:20 [2022-07-20T16:55:20.476Z] #84 177.1   CC       src/basic_test_double_array_item.lo
16:55:20 [2022-07-20T16:55:20.476Z] #84 177.1   CC       src/image_manifest_items_image_manifest_items_schema.lo
16:55:20 [2022-07-20T16:55:20.476Z] #84 177.1   CC       src/basic_test_double_array.lo
16:55:20 [2022-07-20T16:55:20.476Z] #84 177.2   CC       src/basic_test_top_array_string.lo
16:55:20 [2022-07-20T16:55:20.476Z] #84 177.2   CC       src/basic_test_top_array_int.lo
16:55:20 [2022-07-20T16:55:20.476Z] #84 177.2   CC       src/basic_test_top_double_array_int.lo
16:55:20 [2022-07-20T16:55:20.476Z] #84 177.3   CC       src/basic_test_top_double_array_string.lo
16:55:20 [2022-07-20T16:55:20.476Z] #84 177.3   CC       src/basic_test_top_double_array_obj.lo
16:55:20 [2022-07-20T16:55:20.476Z] #84 177.3   CC       src/read-file.lo
16:55:20 [2022-07-20T16:55:20.734Z] #84 177.3   CC       src/basic_test_top_double_array_refobj.lo
16:55:20 [2022-07-20T16:55:20.734Z] #84 177.3   CC       src/json_common.lo
16:55:20 [2022-07-20T16:55:20.734Z] #84 177.4   CC       tests/test-1.o
16:55:20 [2022-07-20T16:55:20.734Z] #84 177.5   CC       tests/test-2.o
16:55:20 [2022-07-20T16:55:20.734Z] #84 177.5   CC       tests/test-4.o
16:55:20 [2022-07-20T16:55:20.898Z] #14 ...
16:55:20 [2022-07-20T16:55:20.898Z] 
16:55:20 [2022-07-20T16:55:20.898Z] #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
16:55:20 [2022-07-20T16:55:20.898Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:20 [2022-07-20T16:55:20.898Z] #77 64.55 libtoolize: putting auxiliary files in '.'.
16:55:20 [2022-07-20T16:55:20.898Z] #77 64.55 libtoolize: copying file './ltmain.sh'
16:55:20 [2022-07-20T16:55:20.898Z] #77 65.47 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
16:55:20 [2022-07-20T16:55:20.898Z] #77 65.47 libtoolize: and rerunning libtoolize and aclocal.
16:55:20 [2022-07-20T16:55:20.898Z] #77 65.47 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:55:20 [2022-07-20T16:55:20.993Z] #84 177.6   CC       tests/test-3.o
16:55:20 [2022-07-20T16:55:20.993Z] #84 177.6   CC       tests/test-5.o
16:55:20 [2022-07-20T16:55:20.993Z] #84 177.6   CC       tests/test-6.o
16:55:20 [2022-07-20T16:55:20.993Z] #84 177.7   CC       tests/test-7.o
16:55:20 [2022-07-20T16:55:20.993Z] #84 177.8   CC       tests/test-9.o
16:55:21 [2022-07-20T16:55:21.148Z] #77 ...
16:55:21 [2022-07-20T16:55:21.148Z] 
16:55:21 [2022-07-20T16:55:21.148Z] #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
16:55:21 [2022-07-20T16:55:21.148Z] #64 sha256:8d5e8de6f6759edd078a3da3a0613589c30a893e676f9a7d6e753db1d9b65b5c
16:55:21 [2022-07-20T16:55:21.252Z] #84 177.8   CC       tests/test-8.o
16:55:21 [2022-07-20T16:55:21.252Z] #84 177.9   CC       tests/test-10.o
16:55:21 [2022-07-20T16:55:21.252Z] #84 178.0   CC       tests/test-11.o
16:55:22 [2022-07-20T16:55:22.808Z] #21 34.04 Selecting previously unselected package vim.
16:55:22 [2022-07-20T16:55:22.808Z] #21 34.05 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
16:55:22 [2022-07-20T16:55:22.808Z] #21 34.07 Unpacking vim (2:8.2.2434-3+deb11u1) ...
16:55:23 [2022-07-20T16:55:23.376Z] #21 34.56 Selecting previously unselected package xfsprogs.
16:55:23 [2022-07-20T16:55:23.376Z] #21 34.56 Preparing to unpack .../46-xfsprogs_5.10.0-4_arm64.deb ...
16:55:23 [2022-07-20T16:55:23.376Z] #21 34.57 Unpacking xfsprogs (5.10.0-4) ...
16:55:23 [2022-07-20T16:55:23.609Z] #16 DONE 3.5s
16:55:23 [2022-07-20T16:55:23.609Z] 
16:55:23 [2022-07-20T16:55:23.609Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:55:23 [2022-07-20T16:55:23.609Z] #17 sha256:18d853997f98f6e501725e6a0dca2e28b75bc0fed258eefdad09412abc69e98f
16:55:23 [2022-07-20T16:55:23.635Z] #21 34.96 Selecting previously unselected package zip.
16:55:23 [2022-07-20T16:55:23.713Z] #64 71.76 Updating files:  38% (1891/4896)
Updating files:  39% (1910/4896)
Updating files:  40% (1959/4896)
Updating files:  41% (2008/4896)
Updating files:  42% (2057/4896)
Updating files:  43% (2106/4896)
Updating files:  44% (2155/4896)
Updating files:  45% (2204/4896)
Updating files:  46% (2253/4896)
Updating files:  47% (2302/4896)
Updating files:  48% (2351/4896)
Updating files:  49% (2400/4896)
Updating files:  50% (2448/4896)
Updating files:  51% (2497/4896)
Updating files:  52% (2546/4896)
Updating files:  53% (2595/4896)
Updating files:  54% (2644/4896)
Updating files:  55% (2693/4896)
Updating files:  56% (2742/4896)
Updating files:  57% (2791/4896)
Updating files:  58% (2840/4896)
Updating files:  59% (2889/4896)
Updating files:  60% (2938/4896)
Updating files:  61% (2987/4896)
Updating files:  62% (3036/4896)
Updating files:  63% (3085/4896)
Updating files:  64% (3134/4896)
Updating files:  65% (3183/4896)
Updating files:  66% (3232/4896)
Updating files:  67% (3281/4896)
Updating files:  68% (3330/4896)
Updating files:  69% (3379/4896)
Updating files:  70% (3428/4896)
Updating files:  70% (3470/4896)
Updating files:  71% (3477/4896)
Updating files:  72% (3526/4896)
Updating files:  73% (3575/4896)
Updating files:  74% (3624/4896)
Updating files:  75% (3672/4896)
Updating files:  76% (3721/4896)
Updating files:  77% (3770/4896)
Updating files:  78% (3819/4896)
Updating files:  79% (3868/4896)
Updating files:  80% (3917/4896)
Updating files:  81% (3966/4896)
Updating files:  82% (4015/4896)
Updating files:  83% (4064/4896)
Updating files:  84% (4113/4896)
Updating files:  85% (4162/4896)
Updating files:  86% (4211/4896)
Updating files:  87% (4260/4896)
Updating files:  88% (4309/4896)
Updating files:  89% (4358/4896)
Updating files:  90% (4407/4896)
Updating files:  90% (4421/4896)
Updating files:  91% (4456/4896)
Updating files:  92% (4505/4896)
Updating files:  93% (4554/4896)
Updating files:  94% (4603/4896)
Updating files:  95% (4652/4896)
Updating files:  96% (4701/4896)
Updating files:  97% (4750/4896)
Updating files:  98% (4799/4896)
Updating files:  99% (4848/4896)
Updating files: 100% (4896/4896)
Updating files: 100% (4896/4896), done.
16:55:23 [2022-07-20T16:55:23.713Z] #64 74.61 + cd /tmp/tmp.3wx3IVPQEe/src/github.com/containerd/containerd
16:55:23 [2022-07-20T16:55:23.894Z] #21 34.96 Preparing to unpack .../47-zip_3.0-12_arm64.deb ...
16:55:23 [2022-07-20T16:55:23.894Z] #21 34.97 Unpacking zip (3.0-12) ...
16:55:23 [2022-07-20T16:55:23.894Z] #21 35.13 Selecting previously unselected package zstd.
16:55:23 [2022-07-20T16:55:23.894Z] #21 35.13 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_arm64.deb ...
16:55:23 [2022-07-20T16:55:23.894Z] #21 35.15 Unpacking zstd (1.4.8+dfsg-2.1) ...
16:55:23 [2022-07-20T16:55:23.977Z] #64 74.62 + git checkout -q v1.6.6
16:55:24 [2022-07-20T16:55:24.154Z] #21 35.43 Setting up python3-pkg-resources (52.0.0-4) ...
16:55:24 [2022-07-20T16:55:24.192Z] #77 ...
16:55:24 [2022-07-20T16:55:24.192Z] 
16:55:24 [2022-07-20T16:55:24.192Z] #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
16:55:24 [2022-07-20T16:55:24.192Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:55:24 [2022-07-20T16:55:24.452Z] #14 152.9 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
16:55:24 [2022-07-20T16:55:24.452Z] #14 152.9 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
16:55:24 [2022-07-20T16:55:24.452Z] #14 153.0 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:55:24 [2022-07-20T16:55:24.721Z] #21 ...
16:55:24 [2022-07-20T16:55:24.721Z] 
16:55:24 [2022-07-20T16:55:24.721Z] #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
16:55:24 [2022-07-20T16:55:24.721Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:55:24 [2022-07-20T16:55:24.721Z] #77 97.18 checking for string.h... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 97.33 checking for memory.h... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 97.49 checking for strings.h... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 97.66 checking for inttypes.h... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 97.83 checking for stdint.h... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 97.98 checking for unistd.h... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 98.19 checking minix/config.h usability... no
16:55:24 [2022-07-20T16:55:24.721Z] #77 98.34 checking minix/config.h presence... no
16:55:24 [2022-07-20T16:55:24.721Z] #77 98.43 checking for minix/config.h... no
16:55:24 [2022-07-20T16:55:24.721Z] #77 98.43 checking whether it is safe to define __EXTENSIONS__... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 98.65 checking build system type... aarch64-unknown-linux-gnu
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.01 checking host system type... aarch64-unknown-linux-gnu
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.01 checking how to print strings... printf
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.01 checking for a sed that does not truncate output... /bin/sed
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.03 checking for fgrep... /bin/grep -F
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.04 checking for ld used by gcc... /usr/bin/ld
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.07 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.07 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.09 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.19 checking whether ln -s works... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.19 checking the maximum length of command line arguments... 1572864
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.22 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.22 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.22 checking for /usr/bin/ld option to reload object files... -r
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.22 checking for objdump... objdump
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.23 checking how to recognize dependent libraries... pass_all
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.23 checking for dlltool... no
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.24 checking how to associate runtime and link libraries... printf %s\n
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.24 checking for ar... ar
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.24 checking for archiver @FILE support... @
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.39 checking for strip... strip
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.39 checking for ranlib... ranlib
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.40 checking for gawk... no
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.40 checking for mawk... mawk
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.40 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.79 checking for sysroot... no
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.79 checking for a working dd... /bin/dd
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.82 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.84 checking for mt... no
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.84 checking if : is a manifest tool... no
16:55:24 [2022-07-20T16:55:24.721Z] #77 99.86 checking for dlfcn.h... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 100.0 checking for objdir... .libs
16:55:24 [2022-07-20T16:55:24.721Z] #77 100.3 checking if gcc supports -fno-rtti -fno-exceptions... no
16:55:24 [2022-07-20T16:55:24.721Z] #77 100.5 checking for gcc option to produce PIC... -fPIC -DPIC
16:55:24 [2022-07-20T16:55:24.721Z] #77 100.5 checking if gcc PIC flag -fPIC -DPIC works... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 100.6 checking if gcc static flag -static works... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 100.8 checking if gcc supports -c -o file.o... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.0 checking if gcc supports -c -o file.o... (cached) yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.0 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.0 checking dynamic linker characteristics... GNU/Linux ld.so
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.3 checking how to hardcode library paths into programs... immediate
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.3 checking whether stripping libraries is possible... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.3 checking if libtool supports shared libraries... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.3 checking whether to build shared libraries... no
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.3 checking whether to build static libraries... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.3 checking for a BSD-compatible install... /usr/bin/install -c
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.4 checking whether build environment is sane... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.4 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.5 checking whether make sets $(MAKE)... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.5 checking whether make supports the include directive... yes (GNU style)
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.5 checking whether make supports nested variables... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.6 checking whether UID '0' is supported by ustar format... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.6 checking whether GID '0' is supported by ustar format... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.6 checking how to create a ustar tar archive... gnutar
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.6 checking dependency style of gcc... gcc3
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.8 checking whether to enable maintainer-specific portions of Makefiles... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.8 checking whether make supports nested variables... (cached) yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.8 checking for pkg-config... /usr/bin/pkg-config
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.8 checking pkg-config is at least version 0.9.0... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.9 checking for yajl >= 2.1.0... yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.9 checking for a sed that does not truncate output... (cached) /bin/sed
16:55:24 [2022-07-20T16:55:24.721Z] #77 101.9 checking for gcc... (cached) gcc
16:55:24 [2022-07-20T16:55:24.721Z] #77 102.0 checking whether we are using the GNU C compiler... (cached) yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 102.0 checking whether gcc accepts -g... (cached) yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 102.0 checking for gcc option to accept ISO C89... (cached) none needed
16:55:24 [2022-07-20T16:55:24.721Z] #77 102.0 checking whether gcc understands -c and -o together... (cached) yes
16:55:24 [2022-07-20T16:55:24.721Z] #77 102.1 checking for a Python interpreter with version >= 3... python3
16:55:24 [2022-07-20T16:55:24.721Z] #77 102.1 checking for python3... /usr/bin/python3
16:55:24 [2022-07-20T16:55:24.721Z] #77 102.1 checking for python3 version... 3.9
16:55:24 [2022-07-20T16:55:24.721Z] #77 102.1 checking for python3 platform... linux
16:55:24 [2022-07-20T16:55:24.721Z] #77 102.2 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:55:24 [2022-07-20T16:55:24.721Z] #77 102.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:55:24 [2022-07-20T16:55:24.722Z] #77 102.6 checking that generated files are newer than configure... done
16:55:24 [2022-07-20T16:55:24.722Z] #77 102.6 configure: creating ./config.status
16:55:24 [2022-07-20T16:55:24.722Z] #77 105.2 config.status: creating Makefile
16:55:24 [2022-07-20T16:55:24.722Z] #77 105.3 config.status: creating config.h
16:55:24 [2022-07-20T16:55:24.722Z] #77 105.3 config.status: executing libtool commands
16:55:24 [2022-07-20T16:55:24.722Z] #77 105.3 config.status: executing depfiles commands
16:55:24 [2022-07-20T16:55:24.981Z] #77 ...
16:55:24 [2022-07-20T16:55:24.981Z] 
16:55:24 [2022-07-20T16:55:24.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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:55:24 [2022-07-20T16:55:24.981Z] #21 sha256:699b1cb4c1a91474c16a5090c19a867e88ebd5049d6375c1de7649dbb3ea5939
16:55:24 [2022-07-20T16:55:24.981Z] #21 36.25 Setting up libip4tc2:arm64 (1.8.7-1) ...
16:55:24 [2022-07-20T16:55:24.981Z] #21 36.27 Setting up net-tools (1.60+git20181103.0eebece-1) ...
16:55:24 [2022-07-20T16:55:24.981Z] #21 36.28 Setting up libgpm2:arm64 (1.20.7-8) ...
16:55:24 [2022-07-20T16:55:24.981Z] #21 36.29 Setting up libicu67:arm64 (67.1-7) ...
16:55:24 [2022-07-20T16:55:24.981Z] #21 36.31 Setting up libip6tc2:arm64 (1.8.7-1) ...
16:55:24 [2022-07-20T16:55:24.981Z] #21 36.33 Setting up libinih1:arm64 (53-1+b2) ...
16:55:24 [2022-07-20T16:55:24.981Z] #21 36.35 Setting up uidmap (1:4.8.1-1) ...
16:55:24 [2022-07-20T16:55:24.981Z] #21 36.36 Setting up libyajl2:arm64 (2.1.0-3) ...
16:55:24 [2022-07-20T16:55:24.981Z] #21 36.37 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:55:25 [2022-07-20T16:55:25.240Z] #21 36.38 Setting up bzip2 (1.0.8-4) ...
16:55:25 [2022-07-20T16:55:25.240Z] #21 36.39 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
16:55:25 [2022-07-20T16:55:25.240Z] #21 36.41 Setting up python3-wheel (0.34.2-1) ...
16:55:25 [2022-07-20T16:55:25.391Z] #14 ...
16:55:25 [2022-07-20T16:55:25.391Z] 
16:55:25 [2022-07-20T16:55:25.391Z] #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
16:55:25 [2022-07-20T16:55:25.391Z] #64 sha256:d51648f036faec5ad7e46efd11c4ec4390f6a9cfa0bd6d1b09eeb6ae5402aee3
16:55:25 [2022-07-20T16:55:25.391Z] #64 82.54 + bin/ctr
16:55:25 [2022-07-20T16:55:25.517Z] #17 2.150 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:55:25 [2022-07-20T16:55:25.517Z] #17 DONE 2.3s
16:55:25 [2022-07-20T16:55:25.517Z] 
16:55:25 [2022-07-20T16:55:25.517Z] #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
16:55:25 [2022-07-20T16:55:25.517Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:25 [2022-07-20T16:55:25.517Z] #77 90.81 configure.ac:11: installing 'build-aux/compile'
16:55:25 [2022-07-20T16:55:25.517Z] #77 90.81 configure.ac:11: installing 'build-aux/config.guess'
16:55:25 [2022-07-20T16:55:25.517Z] #77 90.81 configure.ac:11: installing 'build-aux/config.sub'
16:55:25 [2022-07-20T16:55:25.517Z] #77 90.84 configure.ac:13: installing 'build-aux/install-sh'
16:55:25 [2022-07-20T16:55:25.517Z] #77 90.85 configure.ac:13: installing 'build-aux/missing'
16:55:25 [2022-07-20T16:55:25.517Z] #77 90.86 configure.ac:8: installing 'build-aux/tap-driver.sh'
16:55:25 [2022-07-20T16:55:25.517Z] #77 91.14 Makefile.am: installing 'build-aux/depcomp'
16:55:25 [2022-07-20T16:55:25.808Z] #21 37.04 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:55:25 [2022-07-20T16:55:25.808Z] #21 37.06 Setting up libcap2:arm64 (1:2.44-1) ...
16:55:25 [2022-07-20T16:55:25.808Z] #21 37.08 Setting up libcap2-bin (1:2.44-1) ...
16:55:25 [2022-07-20T16:55:25.808Z] #21 37.10 Setting up apparmor (2.13.6-10) ...
16:55:26 [2022-07-20T16:55:26.493Z] #64 77.30 + export 'BUILDTAGS=netgo osusergo static_build'
16:55:26 [2022-07-20T16:55:26.493Z] #64 77.30 + BUILDTAGS='netgo osusergo static_build'
16:55:26 [2022-07-20T16:55:26.493Z] #64 77.30 + export EXTRA_FLAGS=-buildmode=pie
16:55:26 [2022-07-20T16:55:26.493Z] #64 77.30 + EXTRA_FLAGS=-buildmode=pie
16:55:26 [2022-07-20T16:55:26.493Z] #64 77.30 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:55:26 [2022-07-20T16:55:26.493Z] #64 77.30 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:55:26 [2022-07-20T16:55:26.749Z] #64 77.30 + '[' '' = dynamic ']'
16:55:26 [2022-07-20T16:55:26.749Z] #64 77.30 + make
16:55:26 [2022-07-20T16:55:26.894Z] #77 92.51 checking build system type... x86_64-pc-linux-gnu
16:55:26 [2022-07-20T16:55:26.894Z] #77 92.85 checking host system type... x86_64-pc-linux-gnu
16:55:27 [2022-07-20T16:55:27.153Z] #77 92.85 checking how to print strings... printf
16:55:27 [2022-07-20T16:55:27.153Z] #77 92.87 checking for gcc... gcc
16:55:27 [2022-07-20T16:55:27.412Z] #77 92.98 checking whether the C compiler works... yes
16:55:27 [2022-07-20T16:55:27.412Z] #77 93.30 checking for C compiler default output file name... a.out
16:55:27 [2022-07-20T16:55:27.671Z] #77 93.31 checking for suffix of executables... 
16:55:27 [2022-07-20T16:55:27.671Z] #77 ...
16:55:27 [2022-07-20T16:55:27.671Z] 
16:55:27 [2022-07-20T16:55:27.671Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:55:27 [2022-07-20T16:55:27.671Z] #18 sha256:7087313a5c9192db26b037b8a339397f9646d0eb9fbce0179f7e5774c9a60a68
16:55:27 [2022-07-20T16:55:27.671Z] #18 DONE 1.9s
16:55:27 [2022-07-20T16:55:27.671Z] 
16:55:27 [2022-07-20T16:55:27.671Z] #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
16:55:27 [2022-07-20T16:55:27.671Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:27 [2022-07-20T16:55:27.671Z] #77 93.31 checking for suffix of executables... 
16:55:27 [2022-07-20T16:55:27.717Z] #21 38.72 Setting up zip (3.0-12) ...
16:55:27 [2022-07-20T16:55:27.717Z] #21 38.74 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:55:27 [2022-07-20T16:55:27.717Z] #21 38.78 Setting up bash-completion (1:2.11-2) ...
16:55:28 [2022-07-20T16:55:28.239Z] #77 93.63 checking whether we are cross compiling... no
16:55:28 [2022-07-20T16:55:28.239Z] #77 93.92 checking for suffix of object files... o
16:55:28 [2022-07-20T16:55:28.239Z] #77 94.02 checking whether we are using the GNU C compiler... yes
16:55:28 [2022-07-20T16:55:28.498Z] #77 94.16 checking whether gcc accepts -g... yes
16:55:28 [2022-07-20T16:55:28.684Z] #64 ...
16:55:28 [2022-07-20T16:55:28.684Z] 
16:55:28 [2022-07-20T16:55:28.684Z] #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
16:55:28 [2022-07-20T16:55:28.684Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:28 [2022-07-20T16:55:28.684Z] #77 81.23 configure.ac:7: installing './compile'
16:55:28 [2022-07-20T16:55:28.684Z] #77 81.23 configure.ac:11: installing './config.guess'
16:55:28 [2022-07-20T16:55:28.684Z] #77 81.24 configure.ac:11: installing './config.sub'
16:55:28 [2022-07-20T16:55:28.684Z] #77 81.25 configure.ac:8: installing './install-sh'
16:55:28 [2022-07-20T16:55:28.684Z] #77 81.29 configure.ac:8: installing './missing'
16:55:28 [2022-07-20T16:55:28.757Z] #77 94.33 checking for gcc option to accept ISO C89... none needed
16:55:28 [2022-07-20T16:55:28.945Z] #77 81.55 Makefile.am: installing './depcomp'
16:55:29 [2022-07-20T16:55:29.016Z] #77 94.55 checking whether gcc understands -c and -o together... yes
16:55:29 [2022-07-20T16:55:29.016Z] #77 94.84 checking for a sed that does not truncate output... /bin/sed
16:55:29 [2022-07-20T16:55:29.016Z] #77 94.87 checking for grep that handles long lines and -e... /bin/grep
16:55:29 [2022-07-20T16:55:29.016Z] #77 94.89 checking for egrep... /bin/grep -E
16:55:29 [2022-07-20T16:55:29.016Z] #77 94.89 checking for fgrep... /bin/grep -F
16:55:29 [2022-07-20T16:55:29.016Z] #77 94.91 checking for ld used by gcc... /usr/bin/ld
16:55:29 [2022-07-20T16:55:29.016Z] #77 94.92 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:55:29 [2022-07-20T16:55:29.016Z] #77 94.93 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:55:29 [2022-07-20T16:55:29.267Z] #64 80.06 + bin/ctr
16:55:29 [2022-07-20T16:55:29.274Z] #77 94.95 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:55:29 [2022-07-20T16:55:29.274Z] #77 95.06 checking whether ln -s works... yes
16:55:29 [2022-07-20T16:55:29.274Z] #77 95.06 checking the maximum length of command line arguments... 1572864
16:55:29 [2022-07-20T16:55:29.274Z] #77 95.11 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:55:29 [2022-07-20T16:55:29.274Z] #77 95.12 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:55:29 [2022-07-20T16:55:29.274Z] #77 95.12 checking for /usr/bin/ld option to reload object files... -r
16:55:29 [2022-07-20T16:55:29.274Z] #77 95.12 checking for objdump... objdump
16:55:29 [2022-07-20T16:55:29.274Z] #77 95.12 checking how to recognize dependent libraries... pass_all
16:55:29 [2022-07-20T16:55:29.274Z] #77 95.12 checking for dlltool... no
16:55:29 [2022-07-20T16:55:29.274Z] #77 95.12 checking how to associate runtime and link libraries... printf %s\n
16:55:29 [2022-07-20T16:55:29.274Z] #77 95.12 checking for ar... ar
16:55:29 [2022-07-20T16:55:29.274Z] #77 95.12 checking for archiver @FILE support... @
16:55:29 [2022-07-20T16:55:29.532Z] #77 95.27 checking for strip... strip
16:55:29 [2022-07-20T16:55:29.532Z] #77 95.27 checking for ranlib... ranlib
16:55:29 [2022-07-20T16:55:29.532Z] #77 95.27 checking for gawk... no
16:55:29 [2022-07-20T16:55:29.532Z] #77 95.28 checking for mawk... mawk
16:55:29 [2022-07-20T16:55:29.791Z] #77 95.28 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:55:29 [2022-07-20T16:55:29.791Z] #77 95.65 checking for sysroot... no
16:55:29 [2022-07-20T16:55:29.791Z] #77 ...
16:55:29 [2022-07-20T16:55:29.791Z] 
16:55:29 [2022-07-20T16:55:29.791Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:55:29 [2022-07-20T16:55:29.791Z] #19 sha256:1a83232c563c2cc040393be4b8a910da5fa1926b9eacda88c6930b98e1f65dad
16:55:29 [2022-07-20T16:55:29.791Z] #19 DONE 2.3s
16:55:29 [2022-07-20T16:55:29.791Z] 
16:55:29 [2022-07-20T16:55:29.791Z] #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
16:55:29 [2022-07-20T16:55:29.791Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:29 [2022-07-20T16:55:29.791Z] #77 95.66 checking for a working dd... /bin/dd
16:55:29 [2022-07-20T16:55:29.791Z] #77 95.68 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:55:30 [2022-07-20T16:55:30.050Z] #77 95.81 checking for mt... no
16:55:30 [2022-07-20T16:55:30.050Z] #77 95.81 checking if : is a manifest tool... no
16:55:30 [2022-07-20T16:55:30.050Z] #77 95.88 checking how to run the C preprocessor... gcc -E
16:55:30 [2022-07-20T16:55:30.050Z] #77 ...
16:55:30 [2022-07-20T16:55:30.050Z] 
16:55:30 [2022-07-20T16:55:30.050Z] #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
16:55:30 [2022-07-20T16:55:30.050Z] #60 sha256:5c8285bf500d4f43ed603d0a3ea4c60ebea38354344e285ab8940c8e61c2216f
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.003 + RM_GOPATH=0
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.003 + TMP_GOPATH=
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.003 + : /build
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.003 + '[' -z '' ']'
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.003 ++ mktemp -d
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.003 + export GOPATH=/tmp/tmp.yvliK1V8o6
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.003 + GOPATH=/tmp/tmp.yvliK1V8o6
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.003 + RM_GOPATH=1
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.003 + case "$(go env GOARCH)" in
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.003 ++ go env GOARCH
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 Install runc version v1.1.2 (build tags: seccomp)
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 + export GO_BUILDMODE=-buildmode=pie
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 + GO_BUILDMODE=-buildmode=pie
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 ++ dirname /install.sh
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 + dir=/
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 + bin=runc
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 + shift
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 + '[' '!' -f //runc.installer ']'
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 + . //runc.installer
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 ++ set -e
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 ++ : v1.1.2
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 + install_runc
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 + RUNC_BUILDTAGS=seccomp
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.yvliK1V8o6/src/github.com/opencontainers/runc
16:55:30 [2022-07-20T16:55:30.050Z] #60 4.011 Cloning into '/tmp/tmp.yvliK1V8o6/src/github.com/opencontainers/runc'...
16:55:30 [2022-07-20T16:55:30.256Z] #21 41.39 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:55:30 [2022-07-20T16:55:30.256Z] #21 41.41 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:55:30 [2022-07-20T16:55:30.256Z] #21 41.42 Setting up libmnl0:arm64 (1.0.4-3) ...
16:55:30 [2022-07-20T16:55:30.256Z] #21 41.44 Setting up patch (2.7.6-7) ...
16:55:30 [2022-07-20T16:55:30.256Z] #21 41.45 Setting up sudo (1.9.5p2-3) ...
16:55:30 [2022-07-20T16:55:30.256Z] #21 41.51 invoke-rc.d: could not determine current runlevel
16:55:30 [2022-07-20T16:55:30.256Z] #21 41.52 invoke-rc.d: policy-rc.d denied execution of start.
16:55:30 [2022-07-20T16:55:30.256Z] #21 41.58 Setting up xfsprogs (5.10.0-4) ...
16:55:30 [2022-07-20T16:55:30.256Z] #21 41.60 Setting up libxtables12:arm64 (1.8.7-1) ...
16:55:30 [2022-07-20T16:55:30.309Z] #60 ...
16:55:30 [2022-07-20T16:55:30.309Z] 
16:55:30 [2022-07-20T16:55:30.309Z] #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
16:55:30 [2022-07-20T16:55:30.309Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:30 [2022-07-20T16:55:30.516Z] #21 41.61 Setting up inetutils-ping (2:2.0-1) ...
16:55:30 [2022-07-20T16:55:30.516Z] #21 41.63 Setting up pigz (2.6-1) ...
16:55:30 [2022-07-20T16:55:30.516Z] #21 41.64 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:55:30 [2022-07-20T16:55:30.516Z] #21 41.66 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
16:55:30 [2022-07-20T16:55:30.516Z] #21 41.69 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
16:55:30 [2022-07-20T16:55:30.516Z] #21 41.71 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
16:55:30 [2022-07-20T16:55:30.853Z] #77 83.40 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:55:30 [2022-07-20T16:55:30.853Z] #77 83.40 libtoolize: copying file 'build-aux/ltmain.sh'
16:55:31 [2022-07-20T16:55:31.086Z] #21 42.44 Setting up libaio1:arm64 (0.3.112-9) ...
16:55:31 [2022-07-20T16:55:31.112Z] #77 83.69 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:55:31 [2022-07-20T16:55:31.113Z] #77 83.69 libtoolize: copying file 'm4/libtool.m4'
16:55:31 [2022-07-20T16:55:31.221Z] #84 ...
16:55:31 [2022-07-20T16:55:31.221Z] 
16:55:31 [2022-07-20T16:55:31.221Z] #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
16:55:31 [2022-07-20T16:55:31.221Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:55:31 [2022-07-20T16:55:31.221Z] #19 231.6 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
16:55:31 [2022-07-20T16:55:31.221Z] #19 231.6 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
16:55:31 [2022-07-20T16:55:31.221Z] #19 231.6 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
16:55:31 [2022-07-20T16:55:31.221Z] #19 231.8 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
16:55:31 [2022-07-20T16:55:31.221Z] #19 231.8 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
16:55:31 [2022-07-20T16:55:31.221Z] #19 231.8 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:55:31 [2022-07-20T16:55:31.245Z] #77 96.19 checking for ANSI C header files... yes
16:55:31 [2022-07-20T16:55:31.245Z] #77 96.85 checking for sys/types.h... yes
16:55:31 [2022-07-20T16:55:31.245Z] #77 97.00 checking for sys/stat.h... yes
16:55:31 [2022-07-20T16:55:31.346Z] #21 42.46 Setting up python3-lib2to3 (3.9.2-1) ...
16:55:31 [2022-07-20T16:55:31.504Z] #77 97.22 checking for stdlib.h... yes
16:55:31 [2022-07-20T16:55:31.682Z] #77 83.97 libtoolize: copying file 'm4/ltoptions.m4'
16:55:31 [2022-07-20T16:55:31.682Z] #77 84.33 libtoolize: copying file 'm4/ltsugar.m4'
16:55:31 [2022-07-20T16:55:31.762Z] #77 97.42 checking for string.h... yes
16:55:31 [2022-07-20T16:55:31.762Z] #77 97.62 checking for memory.h... yes
16:55:31 [2022-07-20T16:55:31.785Z] #64 ...
16:55:31 [2022-07-20T16:55:31.785Z] 
16:55:31 [2022-07-20T16:55:31.785Z] #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
16:55:31 [2022-07-20T16:55:31.785Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:31 [2022-07-20T16:55:31.785Z] #77 63.37 libtoolize: putting auxiliary files in '.'.
16:55:31 [2022-07-20T16:55:31.785Z] #77 63.37 libtoolize: copying file './ltmain.sh'
16:55:31 [2022-07-20T16:55:31.915Z] #21 43.00 Setting up libelf1:arm64 (0.183-1) ...
16:55:31 [2022-07-20T16:55:31.915Z] #21 43.02 Setting up zstd (1.4.8+dfsg-2.1) ...
16:55:31 [2022-07-20T16:55:31.915Z] #21 43.04 Setting up libonig5:arm64 (6.9.6-1.1) ...
16:55:31 [2022-07-20T16:55:31.915Z] #21 43.05 Setting up python3-distutils (3.9.2-1) ...
16:55:32 [2022-07-20T16:55:32.020Z] #77 97.81 checking for strings.h... 
16:55:32 [2022-07-20T16:55:32.020Z] #77 ...
16:55:32 [2022-07-20T16:55:32.020Z] 
16:55:32 [2022-07-20T16:55:32.020Z] #20 [dev-systemd-false  6/28] RUN ldconfig
16:55:32 [2022-07-20T16:55:32.020Z] #20 sha256:30dcdbf684e2c1ce5b00f48fb1af948db24a1092bad339ec8f33ce546b4d491c
16:55:32 [2022-07-20T16:55:32.020Z] #20 DONE 2.2s
16:55:32 [2022-07-20T16:55:32.177Z] #21 43.53 Setting up vim (2:8.2.2434-3+deb11u1) ...
16:55:32 [2022-07-20T16:55:32.251Z] #77 84.70 libtoolize: copying file 'm4/ltversion.m4'
16:55:32 [2022-07-20T16:55:32.284Z] 
16:55:32 [2022-07-20T16:55:32.284Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:55:32 [2022-07-20T16:55:32.284Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:55:32 [2022-07-20T16:55:32.437Z] #21 43.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:55:32 [2022-07-20T16:55:32.437Z] #21 43.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:55:32 [2022-07-20T16:55:32.437Z] #21 43.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:55:32 [2022-07-20T16:55:32.437Z] #21 43.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:55:32 [2022-07-20T16:55:32.437Z] #21 43.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:55:32 [2022-07-20T16:55:32.437Z] #21 43.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:55:32 [2022-07-20T16:55:32.437Z] #21 43.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:55:32 [2022-07-20T16:55:32.437Z] #21 43.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:55:32 [2022-07-20T16:55:32.437Z] #21 43.61 Setting up python3-setuptools (52.0.0-4) ...
16:55:32 [2022-07-20T16:55:32.437Z] #21 ...
16:55:32 [2022-07-20T16:55:32.437Z] 
16:55:32 [2022-07-20T16:55:32.437Z] #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
16:55:32 [2022-07-20T16:55:32.437Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:55:32 [2022-07-20T16:55:32.437Z] #77 106.0 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
16:55:32 [2022-07-20T16:55:32.437Z] #77 106.1 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:55:32 [2022-07-20T16:55:32.437Z] #77 106.4 checking for gcc... gcc
16:55:32 [2022-07-20T16:55:32.437Z] #77 106.5 checking whether the C compiler works... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 106.6 checking for C compiler default output file name... a.out
16:55:32 [2022-07-20T16:55:32.437Z] #77 106.6 checking for suffix of executables... 
16:55:32 [2022-07-20T16:55:32.437Z] #77 106.8 checking whether we are cross compiling... no
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.0 checking for suffix of object files... o
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.1 checking whether we are using the GNU C compiler... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.2 checking whether gcc accepts -g... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.3 checking for gcc option to accept ISO C89... none needed
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.5 checking whether gcc understands -c and -o together... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.7 checking for a BSD-compatible install... /usr/bin/install -c
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.7 checking whether build environment is sane... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.8 checking for gawk... no
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.8 checking for mawk... mawk
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.8 checking whether make sets $(MAKE)... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.8 checking whether make supports the include directive... yes (GNU style)
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.9 checking whether make supports nested variables... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.9 checking whether UID '0' is supported by ustar format... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.9 checking whether GID '0' is supported by ustar format... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 107.9 checking how to create a ustar tar archive... gnutar
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.0 checking dependency style of gcc... gcc3
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.1 checking whether to enable maintainer-specific portions of Makefiles... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.1 checking whether make supports nested variables... (cached) yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.2 checking build system type... aarch64-unknown-linux-gnu
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.3 checking host system type... aarch64-unknown-linux-gnu
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.3 checking how to print strings... printf
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.3 checking for a sed that does not truncate output... /bin/sed
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.4 checking for grep that handles long lines and -e... /bin/grep
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.4 checking for egrep... /bin/grep -E
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.4 checking for fgrep... /bin/grep -F
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.4 checking for ld used by gcc... /usr/bin/ld
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.4 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.4 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.6 checking whether ln -s works... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.6 checking the maximum length of command line arguments... 1572864
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.6 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.6 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.6 checking for /usr/bin/ld option to reload object files... -r
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.6 checking for objdump... objdump
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.6 checking how to recognize dependent libraries... pass_all
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.6 checking for dlltool... no
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.6 checking how to associate runtime and link libraries... printf %s\n
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.6 checking for ar... ar
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.6 checking for archiver @FILE support... @
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.7 checking for strip... strip
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.7 checking for ranlib... ranlib
16:55:32 [2022-07-20T16:55:32.437Z] #77 108.7 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:55:32 [2022-07-20T16:55:32.437Z] #77 109.2 checking for sysroot... no
16:55:32 [2022-07-20T16:55:32.437Z] #77 109.2 checking for a working dd... /bin/dd
16:55:32 [2022-07-20T16:55:32.437Z] #77 109.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:55:32 [2022-07-20T16:55:32.437Z] #77 109.2 checking for mt... no
16:55:32 [2022-07-20T16:55:32.437Z] #77 109.2 checking if : is a manifest tool... no
16:55:32 [2022-07-20T16:55:32.437Z] #77 109.3 checking how to run the C preprocessor... gcc -E
16:55:32 [2022-07-20T16:55:32.437Z] #77 109.5 checking for ANSI C header files... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 110.1 checking for sys/types.h... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 110.2 checking for sys/stat.h... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 110.4 checking for stdlib.h... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 110.6 checking for string.h... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 110.8 checking for memory.h... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 110.9 checking for strings.h... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 111.2 checking for inttypes.h... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 111.4 checking for stdint.h... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 111.6 checking for unistd.h... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 111.8 checking for dlfcn.h... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 111.9 checking for objdir... .libs
16:55:32 [2022-07-20T16:55:32.437Z] #77 112.1 checking if gcc supports -fno-rtti -fno-exceptions... no
16:55:32 [2022-07-20T16:55:32.437Z] #77 112.2 checking for gcc option to produce PIC... -fPIC -DPIC
16:55:32 [2022-07-20T16:55:32.437Z] #77 112.2 checking if gcc PIC flag -fPIC -DPIC works... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 112.3 checking if gcc static flag -static works... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 112.6 checking if gcc supports -c -o file.o... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 112.8 checking if gcc supports -c -o file.o... (cached) yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 112.8 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 112.9 checking dynamic linker characteristics... GNU/Linux ld.so
16:55:32 [2022-07-20T16:55:32.437Z] #77 113.2 checking how to hardcode library paths into programs... immediate
16:55:32 [2022-07-20T16:55:32.437Z] #77 113.2 checking whether stripping libraries is possible... yes
16:55:32 [2022-07-20T16:55:32.437Z] #77 113.2 checking if libtool supports shared libraries... yes
16:55:32 [2022-07-20T16:55:32.438Z] #77 113.2 checking whether to build shared libraries... no
16:55:32 [2022-07-20T16:55:32.438Z] #77 113.2 checking whether to build static libraries... yes
16:55:32 [2022-07-20T16:55:32.511Z] #77 85.15 libtoolize: copying file 'm4/lt~obsolete.m4'
16:55:32 [2022-07-20T16:55:32.697Z] #77 113.2 checking float.h usability... yes
16:55:32 [2022-07-20T16:55:32.697Z] #77 113.4 checking float.h presence... yes
16:55:32 [2022-07-20T16:55:32.697Z] #77 113.5 checking for float.h... yes
16:55:32 [2022-07-20T16:55:32.770Z] #77 85.28 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:55:32 [2022-07-20T16:55:32.957Z] #77 113.5 checking limits.h usability... yes
16:55:32 [2022-07-20T16:55:32.957Z] #77 113.7 checking limits.h presence... yes
16:55:32 [2022-07-20T16:55:32.957Z] #77 113.8 checking for limits.h... yes
16:55:33 [2022-07-20T16:55:33.217Z] #77 113.8 checking stddef.h usability... yes
16:55:33 [2022-07-20T16:55:33.217Z] #77 114.0 checking stddef.h presence... yes
16:55:33 [2022-07-20T16:55:33.217Z] #77 114.0 checking for stddef.h... yes
16:55:33 [2022-07-20T16:55:33.217Z] #77 114.1 checking for stdlib.h... (cached) yes
16:55:33 [2022-07-20T16:55:33.217Z] #77 114.1 checking for string.h... (cached) yes
16:55:33 [2022-07-20T16:55:33.477Z] #77 114.1 checking sys/time.h usability... yes
16:55:33 [2022-07-20T16:55:33.477Z] #77 114.3 checking sys/time.h presence... yes
16:55:33 [2022-07-20T16:55:33.477Z] #77 114.3 checking for sys/time.h... yes
16:55:33 [2022-07-20T16:55:33.477Z] #77 114.3 checking for inline... inline
16:55:33 [2022-07-20T16:55:33.679Z] #77 64.86 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
16:55:33 [2022-07-20T16:55:33.679Z] #77 64.86 libtoolize: and rerunning libtoolize and aclocal.
16:55:33 [2022-07-20T16:55:33.679Z] #77 64.86 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:55:33 [2022-07-20T16:55:33.736Z] #77 114.4 checking for size_t... 
16:55:33 [2022-07-20T16:55:33.736Z] #77 ...
16:55:33 [2022-07-20T16:55:33.736Z] 
16:55:33 [2022-07-20T16:55:33.736Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:55:33 [2022-07-20T16:55:33.736Z] #21 sha256:699b1cb4c1a91474c16a5090c19a867e88ebd5049d6375c1de7649dbb3ea5939
16:55:33 [2022-07-20T16:55:33.736Z] #21 44.92 Setting up libjq1:arm64 (1.6-2.1) ...
16:55:33 [2022-07-20T16:55:33.736Z] #21 44.95 Setting up libnftnl11:arm64 (1.1.9-1) ...
16:55:33 [2022-07-20T16:55:33.736Z] #21 44.98 Setting up thin-provisioning-tools (0.9.0-1) ...
16:55:33 [2022-07-20T16:55:33.736Z] #21 45.00 Setting up python3-pip (20.3.4-4+deb11u1) ...
16:55:34 [2022-07-20T16:55:34.817Z] #21 2.237 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:55:34 [2022-07-20T16:55:34.817Z] #21 2.270 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:55:34 [2022-07-20T16:55:34.817Z] #21 2.273 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:55:34 [2022-07-20T16:55:34.817Z] #21 2.807 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:55:35 [2022-07-20T16:55:35.117Z] #21 46.22 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
16:55:35 [2022-07-20T16:55:35.117Z] #21 46.24 Setting up jq (1.6-2.1) ...
16:55:35 [2022-07-20T16:55:35.117Z] #21 46.25 Setting up libbpf0:arm64 (1:0.3-2) ...
16:55:35 [2022-07-20T16:55:35.117Z] #21 46.26 Setting up iptables (1.8.7-1) ...
16:55:35 [2022-07-20T16:55:35.117Z] #21 46.28 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:55:35 [2022-07-20T16:55:35.117Z] #21 46.29 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:55:35 [2022-07-20T16:55:35.117Z] #21 46.29 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:55:35 [2022-07-20T16:55:35.117Z] #21 46.30 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:55:35 [2022-07-20T16:55:35.117Z] #21 46.30 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:55:35 [2022-07-20T16:55:35.117Z] #21 46.31 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:55:35 [2022-07-20T16:55:35.117Z] #21 46.32 Setting up iproute2 (5.10.0-4) ...
16:55:35 [2022-07-20T16:55:35.688Z] #21 46.74 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:55:36 [2022-07-20T16:55:36.066Z] #77 ...
16:55:36 [2022-07-20T16:55:36.066Z] 
16:55:36 [2022-07-20T16:55:36.066Z] #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
16:55:36 [2022-07-20T16:55:36.066Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:55:36 [2022-07-20T16:55:36.066Z] #14 164.2 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
16:55:36 [2022-07-20T16:55:36.066Z] #14 164.2 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:55:36 [2022-07-20T16:55:36.066Z] #14 164.2 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:55:36 [2022-07-20T16:55:36.192Z] #21 4.014 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:55:37 [2022-07-20T16:55:37.068Z] #21 DONE 48.4s
16:55:37 [2022-07-20T16:55:37.068Z] 
16:55:37 [2022-07-20T16:55:37.068Z] #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
16:55:37 [2022-07-20T16:55:37.068Z] #22 sha256:adf4e12bcc7b73cc1051f9c83e2a79bb0c0445b6365b9a6bb9eb612f9edb97b6
16:55:37 [2022-07-20T16:55:37.572Z] #21 ...
16:55:37 [2022-07-20T16:55:37.572Z] 
16:55:37 [2022-07-20T16:55:37.572Z] #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
16:55:37 [2022-07-20T16:55:37.572Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:37 [2022-07-20T16:55:37.572Z] #77 97.81 checking for strings.h... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 98.20 checking for inttypes.h... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 98.43 checking for stdint.h... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 98.68 checking for unistd.h... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 98.88 checking for dlfcn.h... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 99.09 checking for objdir... .libs
16:55:37 [2022-07-20T16:55:37.572Z] #77 99.57 checking if gcc supports -fno-rtti -fno-exceptions... no
16:55:37 [2022-07-20T16:55:37.572Z] #77 99.73 checking for gcc option to produce PIC... -fPIC -DPIC
16:55:37 [2022-07-20T16:55:37.572Z] #77 99.73 checking if gcc PIC flag -fPIC -DPIC works... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 99.87 checking if gcc static flag -static works... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 100.4 checking if gcc supports -c -o file.o... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 100.5 checking if gcc supports -c -o file.o... (cached) yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 100.5 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 100.5 checking dynamic linker characteristics... GNU/Linux ld.so
16:55:37 [2022-07-20T16:55:37.572Z] #77 100.9 checking how to hardcode library paths into programs... immediate
16:55:37 [2022-07-20T16:55:37.572Z] #77 100.9 checking whether stripping libraries is possible... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.0 checking if libtool supports shared libraries... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.0 checking whether to build shared libraries... no
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.0 checking whether to build static libraries... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.0 checking for a BSD-compatible install... /usr/bin/install -c
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.0 checking whether build environment is sane... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.1 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.1 checking whether make sets $(MAKE)... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.1 checking whether make supports the include directive... yes (GNU style)
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.2 checking whether make supports nested variables... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.2 checking whether UID '0' is supported by ustar format... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.2 checking whether GID '0' is supported by ustar format... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.2 checking how to create a ustar tar archive... gnutar
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.3 checking dependency style of gcc... gcc3
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.5 checking whether to enable maintainer-specific portions of Makefiles... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.5 checking whether make supports nested variables... (cached) yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.5 checking for gawk... (cached) mawk
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.5 checking for a sed that does not truncate output... (cached) /bin/sed
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.5 checking for gcc... (cached) gcc
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.6 checking whether we are using the GNU C compiler... (cached) yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.6 checking whether gcc accepts -g... (cached) yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.6 checking for gcc option to accept ISO C89... (cached) none needed
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.6 checking whether gcc understands -c and -o together... (cached) yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.6 checking for a Python interpreter with version >= 3... python3
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.8 checking for python3... /usr/bin/python3
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.8 checking for python3 version... 3.9
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.8 checking for python3 platform... linux
16:55:37 [2022-07-20T16:55:37.572Z] #77 101.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:55:37 [2022-07-20T16:55:37.572Z] #77 102.1 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:55:37 [2022-07-20T16:55:37.572Z] #77 102.3 checking for go-md2man... no
16:55:37 [2022-07-20T16:55:37.572Z] #77 102.3 checking error.h usability... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 102.4 checking error.h presence... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 102.5 checking for error.h... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 102.5 checking linux/openat2.h usability... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 102.7 checking linux/openat2.h presence... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 102.7 checking for linux/openat2.h... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 102.8 checking for copy_file_range... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 103.0 checking for fgetxattr... yes
16:55:37 [2022-07-20T16:55:37.572Z] #77 103.3 checking for statx... yes
16:55:37 [2022-07-20T16:55:37.639Z] #22 0.571 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:55:37 [2022-07-20T16:55:37.639Z] #22 0.577 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:55:37 [2022-07-20T16:55:37.639Z] #22 0.581 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:55:37 [2022-07-20T16:55:37.639Z] #22 DONE 0.7s
16:55:37 [2022-07-20T16:55:37.639Z] 
16:55:37 [2022-07-20T16:55:37.639Z] #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
16:55:37 [2022-07-20T16:55:37.639Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:55:37 [2022-07-20T16:55:37.639Z] #77 114.4 checking for size_t... yes
16:55:37 [2022-07-20T16:55:37.639Z] #77 114.8 checking for stdlib.h... (cached) yes
16:55:37 [2022-07-20T16:55:37.639Z] #77 114.8 checking for GNU libc compatible malloc... yes
16:55:37 [2022-07-20T16:55:37.639Z] #77 115.0 checking for stdlib.h... (cached) yes
16:55:37 [2022-07-20T16:55:37.639Z] #77 115.0 checking for GNU libc compatible realloc... yes
16:55:37 [2022-07-20T16:55:37.639Z] #77 115.2 checking for working strtod... yes
16:55:37 [2022-07-20T16:55:37.639Z] #77 115.4 checking for gettimeofday... yes
16:55:37 [2022-07-20T16:55:37.639Z] #77 115.6 checking for memset... yes
16:55:37 [2022-07-20T16:55:37.639Z] #77 115.8 checking for strspn... yes
16:55:37 [2022-07-20T16:55:37.639Z] #77 116.2 checking that generated files are newer than configure... done
16:55:37 [2022-07-20T16:55:37.639Z] #77 116.2 configure: creating ./config.status
16:55:37 [2022-07-20T16:55:37.836Z] #77 103.6 checking for fgetpwent_r... yes
16:55:37 [2022-07-20T16:55:37.899Z] #77 118.8 config.status: creating Makefile
16:55:37 [2022-07-20T16:55:37.899Z] #77 118.8 config.status: creating config.h
16:55:37 [2022-07-20T16:55:37.899Z] #77 118.9 config.status: executing depfiles commands
16:55:38 [2022-07-20T16:55:38.094Z] #77 103.9 checking for issetugid... no
16:55:38 [2022-07-20T16:55:38.094Z] #77 104.1 checking for pkg-config... /usr/bin/pkg-config
16:55:38 [2022-07-20T16:55:38.094Z] #77 104.1 checking pkg-config is at least version 0.9.0... yes
16:55:38 [2022-07-20T16:55:38.468Z] #77 119.1 config.status: executing libtool commands
16:55:39 [2022-07-20T16:55:39.028Z] #77 104.1 checking for library containing yajl_tree_get... -lyajl
16:55:39 [2022-07-20T16:55:39.028Z] #77 104.7 checking for yajl >= 2.0.0... yes
16:55:39 [2022-07-20T16:55:39.028Z] #77 104.8 checking sys/capability.h usability... yes
16:55:39 [2022-07-20T16:55:39.028Z] #77 105.0 checking sys/capability.h presence... yes
16:55:39 [2022-07-20T16:55:39.028Z] #77 105.1 checking for sys/capability.h... yes
16:55:39 [2022-07-20T16:55:39.407Z] #77 120.0   GEN      .version
16:55:39 [2022-07-20T16:55:39.407Z] #77 120.0 make  install-recursive
16:55:39 [2022-07-20T16:55:39.407Z] #77 120.0 make[1]: Entering directory '/tmp/crun-build'
16:55:39 [2022-07-20T16:55:39.407Z] #77 120.1 Making install in libocispec
16:55:39 [2022-07-20T16:55:39.407Z] #77 120.1 make[2]: Entering directory '/tmp/crun-build/libocispec'
16:55:39 [2022-07-20T16:55:39.407Z] #77 120.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
16:55:39 [2022-07-20T16:55:39.407Z] #77 120.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
16:55:39 [2022-07-20T16:55:39.407Z] #77 120.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
16:55:39 [2022-07-20T16:55:39.407Z] #77 120.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
16:55:39 [2022-07-20T16:55:39.962Z] #77 105.1 checking for library containing cap_from_name... -lcap
16:55:39 [2022-07-20T16:55:39.977Z] #77 120.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
16:55:40 [2022-07-20T16:55:40.220Z] #77 105.6 checking for library containing dlopen... -ldl
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
16:55:40 [2022-07-20T16:55:40.236Z] #77 121.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
16:55:40 [2022-07-20T16:55:40.478Z] #77 106.2 checking seccomp.h usability... yes
16:55:40 [2022-07-20T16:55:40.737Z] #77 106.3 checking seccomp.h presence... yes
16:55:40 [2022-07-20T16:55:40.737Z] #77 106.4 checking for seccomp.h... yes
16:55:40 [2022-07-20T16:55:40.995Z] #77 106.4 checking for library containing seccomp_rule_add... -lseccomp
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
16:55:41 [2022-07-20T16:55:41.175Z] #77 121.9 make  install-recursive
16:55:41 [2022-07-20T16:55:41.175Z] #77 122.0 make[3]: Entering directory '/tmp/crun-build/libocispec'
16:55:41 [2022-07-20T16:55:41.175Z] #77 122.0 Making install in yajl
16:55:41 [2022-07-20T16:55:41.175Z] #77 122.0 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:55:41 [2022-07-20T16:55:41.253Z] #77 107.0 checking for library containing seccomp_arch_resolve_name... 
16:55:41 [2022-07-20T16:55:41.254Z] #77 ...
16:55:41 [2022-07-20T16:55:41.254Z] 
16:55:41 [2022-07-20T16:55:41.254Z] #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
16:55:41 [2022-07-20T16:55:41.254Z] #60 sha256:5c8285bf500d4f43ed603d0a3ea4c60ebea38354344e285ab8940c8e61c2216f
16:55:41 [2022-07-20T16:55:41.254Z] #60 15.21 + cd /tmp/tmp.yvliK1V8o6/src/github.com/opencontainers/runc
16:55:41 [2022-07-20T16:55:41.254Z] #60 15.21 + git checkout -q v1.1.2
16:55:41 [2022-07-20T16:55:41.254Z] #60 15.61 + '[' -z '' ']'
16:55:41 [2022-07-20T16:55:41.254Z] #60 15.61 + target=static
16:55:41 [2022-07-20T16:55:41.254Z] #60 15.61 + make BUILDTAGS=seccomp static
16:55:41 [2022-07-20T16:55:41.254Z] #60 16.34 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
16:55:41 [2022-07-20T16:55:41.435Z] #77 122.1   CC       verify/json_verify-json_verify.o
16:55:41 [2022-07-20T16:55:41.435Z] #77 122.1   CC       src/libyajl_la-yajl_alloc.lo
16:55:41 [2022-07-20T16:55:41.435Z] #77 122.1   CC       src/libyajl_la-yajl.lo
16:55:41 [2022-07-20T16:55:41.435Z] #77 122.1   CC       src/libyajl_la-yajl_gen.lo
16:55:41 [2022-07-20T16:55:41.435Z] #77 122.2   CC       src/libyajl_la-yajl_buf.lo
16:55:41 [2022-07-20T16:55:41.435Z] #77 122.3   CC       src/libyajl_la-yajl_parser.lo
16:55:41 [2022-07-20T16:55:41.435Z] #77 122.3   CC       src/libyajl_la-yajl_encode.lo
16:55:41 [2022-07-20T16:55:41.435Z] #77 122.3   CC       src/libyajl_la-yajl_lex.lo
16:55:41 [2022-07-20T16:55:41.435Z] #77 122.3   CC       src/libyajl_la-yajl_tree.lo
16:55:41 [2022-07-20T16:55:41.512Z] #60 ...
16:55:41 [2022-07-20T16:55:41.512Z] 
16:55:41 [2022-07-20T16:55:41.512Z] #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
16:55:41 [2022-07-20T16:55:41.512Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:41 [2022-07-20T16:55:41.512Z] #77 107.0 checking for library containing seccomp_arch_resolve_name... none required
16:55:41 [2022-07-20T16:55:41.772Z] #77 107.4 checking systemd/sd-bus.h usability... yes
16:55:42 [2022-07-20T16:55:42.030Z] #77 107.6 checking systemd/sd-bus.h presence... yes
16:55:42 [2022-07-20T16:55:42.030Z] #77 107.8 checking for systemd/sd-bus.h... yes
16:55:42 [2022-07-20T16:55:42.289Z] #77 107.8 checking for library containing sd_bus_match_signal_async... -lsystemd
16:55:42 [2022-07-20T16:55:42.548Z] #77 108.3 checking for sd_notify_barrier... yes
16:55:42 [2022-07-20T16:55:42.548Z] #77 108.5 checking linux/bpf.h usability... yes
16:55:42 [2022-07-20T16:55:42.807Z] #77 108.6 checking linux/bpf.h presence... yes
16:55:42 [2022-07-20T16:55:42.807Z] #77 108.6 checking for linux/bpf.h... yes
16:55:42 [2022-07-20T16:55:42.807Z] #77 108.6 checking compilation for eBPF... yes
16:55:43 [2022-07-20T16:55:43.066Z] 
16:55:43 [2022-07-20T16:55:43.066Z] #77 ...
16:55:43 [2022-07-20T16:55:43.066Z] 
16:55:43 [2022-07-20T16:55:43.066Z] #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
16:55:43 [2022-07-20T16:55:43.066Z] #34 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:55:43 [2022-07-20T16:55:43.066Z] #34 DONE 161.6s
16:55:43 [2022-07-20T16:55:43.066Z] 
16:55:43 [2022-07-20T16:55:43.066Z] #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
16:55:43 [2022-07-20T16:55:43.066Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:43 [2022-07-20T16:55:43.066Z] #77 108.8 checking for criu >= 3.15... no
16:55:43 [2022-07-20T16:55:43.066Z] #77 108.9 configure: CRIU headers not found, building without CRIU support
16:55:43 [2022-07-20T16:55:43.066Z] #77 108.9 checking for criu > 3.16... no
16:55:43 [2022-07-20T16:55:43.066Z] #77 108.9 configure: CRIU version doesn't support join-ns API
16:55:43 [2022-07-20T16:55:43.066Z] #77 108.9 checking for criu > 3.16.1... no
16:55:43 [2022-07-20T16:55:43.066Z] #77 108.9 configure: CRIU version doesn't support for pre-dumping
16:55:43 [2022-07-20T16:55:43.066Z] #77 108.9 checking for new mount API (fsconfig)... yes
16:55:43 [2022-07-20T16:55:43.325Z] #77 109.1 checking for seccomp notify API... yes
16:55:43 [2022-07-20T16:55:43.325Z] #77 109.2 checking for gperf... no
16:55:43 [2022-07-20T16:55:43.325Z] #77 109.2 configure: gperf not found - cannot rebuild signal parser code
16:55:43 [2022-07-20T16:55:43.583Z] #77 109.2 checking for library containing argp_parse... none required
16:55:43 [2022-07-20T16:55:43.639Z] #77 ...
16:55:43 [2022-07-20T16:55:43.639Z] 
16:55:43 [2022-07-20T16:55:43.639Z] #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
16:55:43 [2022-07-20T16:55:43.639Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:55:43 [2022-07-20T16:55:43.639Z] #14 143.5 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
16:55:43 [2022-07-20T16:55:43.639Z] #14 143.5 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:55:43 [2022-07-20T16:55:43.639Z] #14 143.5 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:55:43 [2022-07-20T16:55:43.842Z] #77 109.5 checking that generated files are newer than configure... done
16:55:43 [2022-07-20T16:55:43.842Z] #77 109.5 configure: creating ./config.status
16:55:45 [2022-07-20T16:55:45.008Z] #14 155.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
16:55:45 [2022-07-20T16:55:45.008Z] #14 155.5 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
16:55:45 [2022-07-20T16:55:45.008Z] #14 155.5 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:55:46 [2022-07-20T16:55:46.377Z] #77 ...
16:55:46 [2022-07-20T16:55:46.377Z] 
16:55:46 [2022-07-20T16:55:46.377Z] #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
16:55:46 [2022-07-20T16:55:46.377Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 Delve is a source level debugger for Go programs.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 Delve enables you to interact with your program by controlling the execution of the process,
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 Pass flags to the program you are debugging using `--`, for example:
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 `dlv exec ./hello -- server --config conf/config.toml`
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 Usage:
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   dlv [command]
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 Available Commands:
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   attach      Attach to running process and begin debugging.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   connect     Connect to a headless debug server with a terminal client.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   core        Examine a core dump.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   debug       Compile and begin debugging main package in current directory, or the package specified.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   exec        Execute a precompiled binary, and begin a debug session.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   help        Help about any command
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   run         Deprecated command. Use 'debug' instead.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   test        Compile test binary and begin debugging program.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   trace       Compile and begin tracing program.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   version     Prints version.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 Flags:
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --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)
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --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)
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --disable-aslr                     Disables address space randomization
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   -h, --help                             help for dlv
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --init string                      Init file, executed by the terminal client.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --log                              Enable debugging server logging.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0       --wd string                        Working directory for running the program.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 Additional help topics:
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   dlv backend  Help about the --backend flag.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   dlv log      Help about logging flags.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0   dlv redirect Help about file redirection.
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 
16:55:46 [2022-07-20T16:55:46.377Z] #36 165.0 Use "dlv [command] --help" for more information about a command.
16:55:46 [2022-07-20T16:55:46.377Z] #36 DONE 165.2s
16:55:46 [2022-07-20T16:55:46.637Z] 
16:55:46 [2022-07-20T16:55:46.637Z] #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
16:55:46 [2022-07-20T16:55:46.637Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:46 [2022-07-20T16:55:46.637Z] #77 112.4 config.status: creating Makefile
16:55:46 [2022-07-20T16:55:46.637Z] #77 112.6 config.status: creating rpm/crun.spec
16:55:46 [2022-07-20T16:55:46.712Z] #77 127.0   CCLD     libyajl.la
16:55:46 [2022-07-20T16:55:46.712Z] #77 127.5   CCLD     verify/json_verify
16:55:46 [2022-07-20T16:55:46.896Z] #77 112.6 config.status: creating config.h
16:55:46 [2022-07-20T16:55:46.896Z] #77 112.6 config.status: executing libtool commands
16:55:46 [2022-07-20T16:55:46.896Z] #77 112.7 config.status: executing depfiles commands
16:55:46 [2022-07-20T16:55:46.974Z] #77 127.8 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:55:47 [2022-07-20T16:55:47.238Z] #77 127.8 make[5]: Nothing to be done for 'install-exec-am'.
16:55:47 [2022-07-20T16:55:47.238Z] #77 127.8 make[5]: Nothing to be done for 'install-data-am'.
16:55:47 [2022-07-20T16:55:47.238Z] #77 127.8 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:55:47 [2022-07-20T16:55:47.238Z] #77 127.8 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:55:47 [2022-07-20T16:55:47.238Z] #77 127.9 make[4]: Entering directory '/tmp/crun-build/libocispec'
16:55:47 [2022-07-20T16:55:47.238Z] #77 128.0   CC       src/validate.o
16:55:47 [2022-07-20T16:55:47.238Z] #77 128.0   CC       src/image_spec_schema_config_schema.lo
16:55:47 [2022-07-20T16:55:47.238Z] #77 128.0   CC       src/image_spec_schema_content_descriptor.lo
16:55:47 [2022-07-20T16:55:47.238Z] #77 128.0   CC       src/image_spec_schema_defs.lo
16:55:47 [2022-07-20T16:55:47.238Z] #77 128.0   CC       src/image_spec_schema_defs_descriptor.lo
16:55:47 [2022-07-20T16:55:47.238Z] #77 128.0   CC       src/image_spec_schema_image_index_schema.lo
16:55:47 [2022-07-20T16:55:47.238Z] #77 128.1   CC       src/image_spec_schema_image_layout_schema.lo
16:55:47 [2022-07-20T16:55:47.238Z] #77 128.1   CC       src/image_spec_schema_image_manifest_schema.lo
16:55:47 [2022-07-20T16:55:47.498Z] #77 128.1   CC       src/runtime_spec_schema_config_linux.lo
16:55:47 [2022-07-20T16:55:47.498Z] #77 128.2   CC       src/runtime_spec_schema_config_zos.lo
16:55:47 [2022-07-20T16:55:47.498Z] #77 128.2   CC       src/runtime_spec_schema_config_schema.lo
16:55:47 [2022-07-20T16:55:47.498Z] #77 128.2   CC       src/runtime_spec_schema_config_solaris.lo
16:55:47 [2022-07-20T16:55:47.498Z] #77 128.3   CC       src/runtime_spec_schema_config_vm.lo
16:55:47 [2022-07-20T16:55:47.498Z] #77 128.3   CC       src/runtime_spec_schema_config_windows.lo
16:55:47 [2022-07-20T16:55:47.498Z] #77 128.4   CC       src/runtime_spec_schema_defs.lo
16:55:47 [2022-07-20T16:55:47.757Z] #77 128.5   CC       src/runtime_spec_schema_defs_linux.lo
16:55:47 [2022-07-20T16:55:47.757Z] #77 128.6   CC       src/runtime_spec_schema_defs_zos.lo
16:55:47 [2022-07-20T16:55:47.757Z] #77 128.6   CC       src/runtime_spec_schema_defs_vm.lo
16:55:47 [2022-07-20T16:55:47.757Z] #77 ...
16:55:47 [2022-07-20T16:55:47.757Z] 
16:55:47 [2022-07-20T16:55:47.757Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
16:55:47 [2022-07-20T16:55:47.757Z] #23 sha256:bb2af0a8d8cfbdc7754cc0f9fed4cf72801edcaa57bf42860c6529a0860b74dc
16:55:47 [2022-07-20T16:55:47.757Z] #23 9.129 Collecting yamllint==1.26.1
16:55:47 [2022-07-20T16:55:47.833Z] #77 ...
16:55:47 [2022-07-20T16:55:47.833Z] 
16:55:47 [2022-07-20T16:55:47.833Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:55:47 [2022-07-20T16:55:47.833Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:55:47 [2022-07-20T16:55:47.833Z] #21 5.539 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:55:47 [2022-07-20T16:55:47.833Z] #21 10.17 Fetched 8555 kB in 8s (1040 kB/s)
16:55:47 [2022-07-20T16:55:47.833Z] #21 10.17 Reading package lists...
16:55:48 [2022-07-20T16:55:48.017Z] #23 ...
16:55:48 [2022-07-20T16:55:48.017Z] 
16:55:48 [2022-07-20T16:55:48.017Z] #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
16:55:48 [2022-07-20T16:55:48.017Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:55:48 [2022-07-20T16:55:48.017Z] #77 128.7   CC       src/runtime_spec_schema_defs_windows.lo
16:55:48 [2022-07-20T16:55:48.017Z] #77 128.8   CC       src/runtime_spec_schema_state_schema.lo
16:55:48 [2022-07-20T16:55:48.017Z] #77 128.9   CC       src/image_manifest_items_image_manifest_items_schema.lo
16:55:48 [2022-07-20T16:55:48.092Z] #21 14.05 Reading package lists...
16:55:48 [2022-07-20T16:55:48.092Z] #21 ...
16:55:48 [2022-07-20T16:55:48.092Z] 
16:55:48 [2022-07-20T16:55:48.092Z] #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
16:55:48 [2022-07-20T16:55:48.092Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:48 [2022-07-20T16:55:48.092Z] #77 114.0 === configuring in libocispec (/tmp/crun-build/libocispec)
16:55:48 [2022-07-20T16:55:48.092Z] #77 114.0 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:55:48 [2022-07-20T16:55:48.277Z] #77 129.1   CC       src/basic_test_double_array_item.lo
16:55:48 [2022-07-20T16:55:48.350Z] #77 114.3 checking for gcc... gcc
16:55:48 [2022-07-20T16:55:48.537Z] #77 129.3   CC       src/basic_test_double_array.lo
16:55:48 [2022-07-20T16:55:48.537Z] #77 129.4   CC       src/basic_test_top_array_int.lo
16:55:48 [2022-07-20T16:55:48.797Z] #77 129.6   CC       src/basic_test_top_array_string.lo
16:55:48 [2022-07-20T16:55:48.869Z] #77 114.4 checking whether the C compiler works... yes
16:55:48 [2022-07-20T16:55:48.869Z] #77 114.5 checking for C compiler default output file name... a.out
16:55:49 [2022-07-20T16:55:49.061Z] #77 129.8   CC       src/basic_test_top_double_array_int.lo
16:55:49 [2022-07-20T16:55:49.061Z] #77 129.9   CC       src/basic_test_top_double_array_obj.lo
16:55:49 [2022-07-20T16:55:49.127Z] #77 114.5 checking for suffix of executables... 
16:55:49 [2022-07-20T16:55:49.127Z] #77 114.9 checking whether we are cross compiling... no
16:55:49 [2022-07-20T16:55:49.183Z] #14 ...
16:55:49 [2022-07-20T16:55:49.183Z] 
16:55:49 [2022-07-20T16:55:49.183Z] #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
16:55:49 [2022-07-20T16:55:49.183Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:49 [2022-07-20T16:55:49.183Z] #77 80.65 configure.ac:7: installing './compile'
16:55:49 [2022-07-20T16:55:49.183Z] #77 80.65 configure.ac:11: installing './config.guess'
16:55:49 [2022-07-20T16:55:49.183Z] #77 80.66 configure.ac:11: installing './config.sub'
16:55:49 [2022-07-20T16:55:49.183Z] #77 80.66 configure.ac:8: installing './install-sh'
16:55:49 [2022-07-20T16:55:49.183Z] #77 80.67 configure.ac:8: installing './missing'
16:55:49 [2022-07-20T16:55:49.183Z] #77 80.84 Makefile.am: installing './depcomp'
16:55:49 [2022-07-20T16:55:49.321Z] #77 130.0   CC       src/basic_test_top_double_array_refobj.lo
16:55:49 [2022-07-20T16:55:49.321Z] #77 130.1   CC       src/basic_test_top_double_array_string.lo
16:55:49 [2022-07-20T16:55:49.386Z] #77 115.1 checking for suffix of object files... o
16:55:49 [2022-07-20T16:55:49.386Z] #77 115.2 checking whether we are using the GNU C compiler... yes
16:55:49 [2022-07-20T16:55:49.582Z] #77 130.3   CC       src/read-file.lo
16:55:49 [2022-07-20T16:55:49.645Z] #77 115.3 checking whether gcc accepts -g... yes
16:55:49 [2022-07-20T16:55:49.841Z] #77 130.6   CC       src/json_common.lo
16:55:49 [2022-07-20T16:55:49.841Z] #77 130.7   CC       tests/test-1.o
16:55:49 [2022-07-20T16:55:49.841Z] #77 130.8   CC       tests/test-2.o
16:55:49 [2022-07-20T16:55:49.904Z] #77 115.5 checking for gcc option to accept ISO C89... none needed
16:55:49 [2022-07-20T16:55:49.904Z] #77 115.6 checking whether gcc understands -c and -o together... yes
16:55:49 [2022-07-20T16:55:49.904Z] #77 115.8 checking how to run the C preprocessor... gcc -E
16:55:50 [2022-07-20T16:55:50.101Z] #77 131.0   CC       tests/test-3.o
16:55:50 [2022-07-20T16:55:50.162Z] #77 116.1 checking for grep that handles long lines and -e... /bin/grep
16:55:50 [2022-07-20T16:55:50.361Z] #77 131.3   CC       tests/test-4.o
16:55:50 [2022-07-20T16:55:50.421Z] #77 116.1 checking for egrep... /bin/grep -E
16:55:50 [2022-07-20T16:55:50.624Z] #77 131.4   CC       tests/test-5.o
16:55:50 [2022-07-20T16:55:50.680Z] #77 116.1 checking for ANSI C header files... yes
16:55:50 [2022-07-20T16:55:50.883Z] #77 131.8   CC       tests/test-6.o
16:55:50 [2022-07-20T16:55:50.938Z] #77 116.7 checking for sys/types.h... yes
16:55:51 [2022-07-20T16:55:51.143Z] #77 132.0   CC       tests/test-7.o
16:55:51 [2022-07-20T16:55:51.197Z] #77 116.9 checking for sys/stat.h... yes
16:55:51 [2022-07-20T16:55:51.405Z] #77 ...
16:55:51 [2022-07-20T16:55:51.405Z] 
16:55:51 [2022-07-20T16:55:51.405Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
16:55:51 [2022-07-20T16:55:51.405Z] #23 sha256:bb2af0a8d8cfbdc7754cc0f9fed4cf72801edcaa57bf42860c6529a0860b74dc
16:55:51 [2022-07-20T16:55:51.405Z] #23 10.18   Downloading yamllint-1.26.1.tar.gz (126 kB)
16:55:51 [2022-07-20T16:55:51.405Z] #23 11.12 Collecting pathspec>=0.5.3
16:55:51 [2022-07-20T16:55:51.405Z] #23 11.13   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
16:55:51 [2022-07-20T16:55:51.405Z] #23 11.46 Collecting pyyaml
16:55:51 [2022-07-20T16:55:51.405Z] #23 11.48   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
16:55:51 [2022-07-20T16:55:51.405Z] #23 11.57 Building wheels for collected packages: yamllint
16:55:51 [2022-07-20T16:55:51.405Z] #23 11.58   Building wheel for yamllint (setup.py): started
16:55:51 [2022-07-20T16:55:51.405Z] #23 12.52   Building wheel for yamllint (setup.py): finished with status 'done'
16:55:51 [2022-07-20T16:55:51.405Z] #23 12.52   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=d5610b6dd869eaa6943037cd00e8e9d9e6f6af033c06bf991615796311b6507d
16:55:51 [2022-07-20T16:55:51.405Z] #23 12.52   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
16:55:51 [2022-07-20T16:55:51.405Z] #23 12.52 Successfully built yamllint
16:55:51 [2022-07-20T16:55:51.405Z] #23 12.54 Installing collected packages: pyyaml, pathspec, yamllint
16:55:51 [2022-07-20T16:55:51.405Z] #23 12.91 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
16:55:51 [2022-07-20T16:55:51.405Z] #23 DONE 13.5s
16:55:51 [2022-07-20T16:55:51.456Z] #77 117.1 checking for stdlib.h... yes
16:55:51 [2022-07-20T16:55:51.456Z] #77 117.3 checking for string.h... yes
16:55:51 [2022-07-20T16:55:51.456Z] #77 117.4 checking for memory.h... yes
16:55:51 [2022-07-20T16:55:51.664Z] 
16:55:51 [2022-07-20T16:55:51.664Z] #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
16:55:51 [2022-07-20T16:55:51.664Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:55:51 [2022-07-20T16:55:51.664Z] #77 132.3   CC       tests/test-8.o
16:55:51 [2022-07-20T16:55:51.664Z] #77 132.3   CC       tests/test-9.o
16:55:51 [2022-07-20T16:55:51.710Z] #77 82.86 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:55:51 [2022-07-20T16:55:51.710Z] #77 82.86 libtoolize: copying file 'build-aux/ltmain.sh'
16:55:51 [2022-07-20T16:55:51.710Z] #77 83.14 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:55:51 [2022-07-20T16:55:51.710Z] #77 83.14 libtoolize: copying file 'm4/libtool.m4'
16:55:51 [2022-07-20T16:55:51.710Z] #77 83.25 libtoolize: copying file 'm4/ltoptions.m4'
16:55:51 [2022-07-20T16:55:51.924Z] #77 132.8   CC       tests/test-10.o
16:55:51 [2022-07-20T16:55:51.924Z] #77 132.8   CC       tests/test-11.o
16:55:51 [2022-07-20T16:55:51.967Z] #77 83.43 libtoolize: copying file 'm4/ltsugar.m4'
16:55:51 [2022-07-20T16:55:51.973Z] #77 117.5 checking for strings.h... yes
16:55:51 [2022-07-20T16:55:51.973Z] #77 117.7 checking for inttypes.h... yes
16:55:52 [2022-07-20T16:55:52.225Z] #77 83.72 libtoolize: copying file 'm4/ltversion.m4'
16:55:52 [2022-07-20T16:55:52.232Z] #77 117.9 checking for stdint.h... yes
16:55:52 [2022-07-20T16:55:52.232Z] #77 118.1 checking for unistd.h... yes
16:55:52 [2022-07-20T16:55:52.484Z] #77 83.95 libtoolize: copying file 'm4/lt~obsolete.m4'
16:55:52 [2022-07-20T16:55:52.484Z] #77 84.16 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
16:55:52 [2022-07-20T16:55:52.489Z] #77 118.2 checking minix/config.h usability... no
16:55:52 [2022-07-20T16:55:52.489Z] #77 118.4 checking minix/config.h presence... no
16:55:52 [2022-07-20T16:55:52.489Z] #77 118.4 checking for minix/config.h... no
16:55:52 [2022-07-20T16:55:52.748Z] #77 118.4 checking whether it is safe to define __EXTENSIONS__... yes
16:55:53 [2022-07-20T16:55:53.006Z] #77 118.7 checking build system type... x86_64-pc-linux-gnu
16:55:53 [2022-07-20T16:55:53.006Z] #77 118.9 checking host system type... x86_64-pc-linux-gnu
16:55:53 [2022-07-20T16:55:53.006Z] #77 118.9 checking how to print strings... printf
16:55:53 [2022-07-20T16:55:53.006Z] #77 118.9 checking for a sed that does not truncate output... /bin/sed
16:55:53 [2022-07-20T16:55:53.006Z] #77 118.9 checking for fgrep... /bin/grep -F
16:55:53 [2022-07-20T16:55:53.006Z] #77 119.0 checking for ld used by gcc... /usr/bin/ld
16:55:53 [2022-07-20T16:55:53.006Z] #77 119.0 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:55:53 [2022-07-20T16:55:53.152Z] #19 252.9 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
16:55:53 [2022-07-20T16:55:53.152Z] #19 252.9 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
16:55:53 [2022-07-20T16:55:53.152Z] #19 253.0 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:55:53 [2022-07-20T16:55:53.152Z] #19 253.3 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
16:55:53 [2022-07-20T16:55:53.152Z] #19 253.3 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:55:53 [2022-07-20T16:55:53.152Z] #19 253.3 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.0 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.1 checking whether ln -s works... yes
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.1 checking the maximum length of command line arguments... 1572864
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.2 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.2 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.2 checking for /usr/bin/ld option to reload object files... -r
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.2 checking for objdump... objdump
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.2 checking how to recognize dependent libraries... pass_all
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.2 checking for dlltool... no
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.2 checking how to associate runtime and link libraries... printf %s\n
16:55:53 [2022-07-20T16:55:53.265Z] #77 119.2 checking for ar... ar
16:55:53 [2022-07-20T16:55:53.524Z] #77 119.2 checking for archiver @FILE support... @
16:55:53 [2022-07-20T16:55:53.524Z] #77 119.3 checking for strip... strip
16:55:53 [2022-07-20T16:55:53.524Z] #77 119.3 checking for ranlib... ranlib
16:55:53 [2022-07-20T16:55:53.524Z] #77 119.3 checking for gawk... no
16:55:53 [2022-07-20T16:55:53.524Z] #77 119.3 checking for mawk... mawk
16:55:53 [2022-07-20T16:55:53.782Z] #77 119.3 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:55:53 [2022-07-20T16:55:53.783Z] #77 119.7 checking for sysroot... no
16:55:53 [2022-07-20T16:55:53.783Z] #77 119.7 checking for a working dd... /bin/dd
16:55:53 [2022-07-20T16:55:53.783Z] #77 119.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:55:54 [2022-07-20T16:55:54.041Z] #77 119.8 checking for mt... no
16:55:54 [2022-07-20T16:55:54.041Z] #77 119.8 checking if : is a manifest tool... no
16:55:54 [2022-07-20T16:55:54.041Z] #77 119.8 checking for dlfcn.h... yes
16:55:54 [2022-07-20T16:55:54.041Z] #77 120.0 checking for objdir... .libs
16:55:54 [2022-07-20T16:55:54.195Z] #14 ...
16:55:54 [2022-07-20T16:55:54.195Z] 
16:55:54 [2022-07-20T16:55:54.195Z] #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
16:55:54 [2022-07-20T16:55:54.195Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:54 [2022-07-20T16:55:54.195Z] #77 106.1 configure.ac:7: installing 'build-aux/compile'
16:55:54 [2022-07-20T16:55:54.195Z] #77 106.1 configure.ac:9: installing 'build-aux/config.guess'
16:55:54 [2022-07-20T16:55:54.195Z] #77 106.2 configure.ac:9: installing 'build-aux/config.sub'
16:55:54 [2022-07-20T16:55:54.195Z] #77 106.2 configure.ac:11: installing 'build-aux/install-sh'
16:55:54 [2022-07-20T16:55:54.195Z] #77 106.2 configure.ac:11: installing 'build-aux/missing'
16:55:54 [2022-07-20T16:55:54.195Z] #77 106.6 Makefile.am: installing 'build-aux/depcomp'
16:55:54 [2022-07-20T16:55:54.195Z] #77 106.8 parallel-tests: installing 'build-aux/test-driver'
16:55:54 [2022-07-20T16:55:54.608Z] #77 120.3 checking if gcc supports -fno-rtti -fno-exceptions... no
16:55:54 [2022-07-20T16:55:54.608Z] #77 120.4 checking for gcc option to produce PIC... -fPIC -DPIC
16:55:54 [2022-07-20T16:55:54.608Z] #77 120.4 checking if gcc PIC flag -fPIC -DPIC works... yes
16:55:54 [2022-07-20T16:55:54.866Z] #77 120.5 checking if gcc static flag -static works... yes
16:55:54 [2022-07-20T16:55:54.866Z] #77 120.8 checking if gcc supports -c -o file.o... yes
16:55:55 [2022-07-20T16:55:55.125Z] #77 120.9 checking if gcc supports -c -o file.o... (cached) yes
16:55:55 [2022-07-20T16:55:55.125Z] #77 120.9 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:55:55 [2022-07-20T16:55:55.384Z] #77 120.9 checking dynamic linker characteristics... GNU/Linux ld.so
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.2 checking how to hardcode library paths into programs... immediate
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.2 checking whether stripping libraries is possible... yes
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.2 checking if libtool supports shared libraries... yes
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.2 checking whether to build shared libraries... no
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.2 checking whether to build static libraries... yes
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.2 checking for a BSD-compatible install... /usr/bin/install -c
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.2 checking whether build environment is sane... yes
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.2 checking whether make sets $(MAKE)... yes
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.3 checking whether make supports the include directive... yes (GNU style)
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.3 checking whether make supports nested variables... yes
16:55:55 [2022-07-20T16:55:55.384Z] #77 121.3 checking whether UID '0' is supported by ustar format... yes
16:55:55 [2022-07-20T16:55:55.643Z] #77 121.3 checking whether GID '0' is supported by ustar format... yes
16:55:55 [2022-07-20T16:55:55.643Z] #77 121.3 checking how to create a ustar tar archive... gnutar
16:55:55 [2022-07-20T16:55:55.643Z] #77 121.4 checking dependency style of gcc... gcc3
16:55:55 [2022-07-20T16:55:55.643Z] #77 121.5 checking whether to enable maintainer-specific portions of Makefiles... yes
16:55:55 [2022-07-20T16:55:55.643Z] #77 121.5 checking whether make supports nested variables... (cached) yes
16:55:55 [2022-07-20T16:55:55.643Z] #77 121.5 checking for pkg-config... /usr/bin/pkg-config
16:55:55 [2022-07-20T16:55:55.643Z] #77 121.5 checking pkg-config is at least version 0.9.0... yes
16:55:55 [2022-07-20T16:55:55.643Z] #77 121.5 checking for yajl >= 2.1.0... yes
16:55:55 [2022-07-20T16:55:55.643Z] #77 121.6 checking for a sed that does not truncate output... (cached) /bin/sed
16:55:55 [2022-07-20T16:55:55.643Z] #77 121.6 checking for gcc... (cached) gcc
16:55:55 [2022-07-20T16:55:55.902Z] #77 121.6 checking whether we are using the GNU C compiler... (cached) yes
16:55:55 [2022-07-20T16:55:55.902Z] #77 121.7 checking whether gcc accepts -g... (cached) yes
16:55:55 [2022-07-20T16:55:55.902Z] #77 121.7 checking for gcc option to accept ISO C89... (cached) none needed
16:55:55 [2022-07-20T16:55:55.902Z] #77 121.7 checking whether gcc understands -c and -o together... (cached) yes
16:55:55 [2022-07-20T16:55:55.902Z] #77 121.7 checking for a Python interpreter with version >= 3... python3
16:55:55 [2022-07-20T16:55:55.902Z] #77 121.7 checking for python3... /usr/bin/python3
16:55:55 [2022-07-20T16:55:55.902Z] #77 121.7 checking for python3 version... 3.9
16:55:55 [2022-07-20T16:55:55.902Z] #77 121.8 checking for python3 platform... linux
16:55:56 [2022-07-20T16:55:56.160Z] #77 121.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:55:56 [2022-07-20T16:55:56.419Z] #77 122.0 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:55:56 [2022-07-20T16:55:56.419Z] #77 122.3 checking that generated files are newer than configure... done
16:55:56 [2022-07-20T16:55:56.419Z] #77 122.3 configure: creating ./config.status
16:55:57 [2022-07-20T16:55:57.737Z] #77 ...
16:55:57 [2022-07-20T16:55:57.737Z] 
16:55:57 [2022-07-20T16:55:57.737Z] #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
16:55:57 [2022-07-20T16:55:57.737Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:55:57 [2022-07-20T16:55:57.737Z] #14 167.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
16:55:57 [2022-07-20T16:55:57.737Z] #14 167.5 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:55:57 [2022-07-20T16:55:57.737Z] #14 167.5 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:55:58 [2022-07-20T16:55:58.321Z] #77 124.3 config.status: creating Makefile
16:55:58 [2022-07-20T16:55:58.321Z] #77 124.3 config.status: creating config.h
16:55:58 [2022-07-20T16:55:58.580Z] #77 124.3 config.status: executing libtool commands
16:55:58 [2022-07-20T16:55:58.580Z] #77 124.4 config.status: executing depfiles commands
16:55:58 [2022-07-20T16:55:58.871Z] #77 110.5 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:55:58 [2022-07-20T16:55:58.871Z] #77 110.5 libtoolize: copying file 'build-aux/ltmain.sh'
16:55:58 [2022-07-20T16:55:58.871Z] #77 110.9 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:55:58 [2022-07-20T16:55:58.871Z] #77 110.9 libtoolize: copying file 'm4/libtool.m4'
16:55:58 [2022-07-20T16:55:58.871Z] #77 111.0 libtoolize: copying file 'm4/ltoptions.m4'
16:55:59 [2022-07-20T16:55:59.162Z] #77 125.0 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
16:55:59 [2022-07-20T16:55:59.162Z] #77 125.0 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:55:59 [2022-07-20T16:55:59.162Z] #77 ...
16:55:59 [2022-07-20T16:55:59.162Z] 
16:55:59 [2022-07-20T16:55:59.162Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:55:59 [2022-07-20T16:55:59.162Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:55:59 [2022-07-20T16:55:59.162Z] #21 14.05 Reading package lists...
16:55:59 [2022-07-20T16:55:59.162Z] #21 17.17 Building dependency tree...
16:55:59 [2022-07-20T16:55:59.162Z] #21 18.97 The following additional packages will be installed:
16:55:59 [2022-07-20T16:55:59.162Z] #21 18.97   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
16:55:59 [2022-07-20T16:55:59.162Z] #21 18.97   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
16:55:59 [2022-07-20T16:55:59.162Z] #21 18.97   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
16:55:59 [2022-07-20T16:55:59.162Z] #21 18.97   python3-pkg-resources vim-runtime xxd
16:55:59 [2022-07-20T16:55:59.162Z] #21 18.99 Suggested packages:
16:55:59 [2022-07-20T16:55:59.162Z] #21 18.99   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
16:55:59 [2022-07-20T16:55:59.162Z] #21 18.99   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
16:55:59 [2022-07-20T16:55:59.162Z] #21 18.99   acl attr quota
16:55:59 [2022-07-20T16:55:59.162Z] #21 18.99 Recommended packages:
16:55:59 [2022-07-20T16:55:59.162Z] #21 18.99   libatm1 nftables libpam-cap build-essential python3-dev unzip
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.50 The following NEW packages will be installed:
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.50   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.50   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.50   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.50   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.50   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.50   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.51   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.51   xz-utils zip zstd
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.83 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.83 Need to get 27.7 MB of archives.
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.83 After this operation, 106 MB of additional disk space will be used.
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.83 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.84 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.84 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.88 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.88 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.88 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.92 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.92 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.93 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.94 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.95 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.95 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.99 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 20.99 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.00 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.00 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.01 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.01 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.01 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.04 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.04 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.05 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.05 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.06 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.07 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.34 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.34 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.34 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.34 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.35 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.35 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.35 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.36 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.42 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.43 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.43 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.45 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.48 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.48 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.49 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.54 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.55 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.56 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.80 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.84 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.86 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 21.86 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
16:55:59 [2022-07-20T16:55:59.163Z] #21 22.47 debconf: delaying package configuration, since apt-utils is not installed
16:55:59 [2022-07-20T16:55:59.163Z] #21 22.60 Fetched 27.7 MB in 1s (20.4 MB/s)
16:55:59 [2022-07-20T16:55:59.163Z] #21 22.67 Selecting previously unselected package pigz.
16:55:59 [2022-07-20T16:55:59.163Z] #21 22.67 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24018 files and directories currently installed.)
16:55:59 [2022-07-20T16:55:59.163Z] #21 22.73 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 22.73 Unpacking pigz (2.6-1) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 22.83 Selecting previously unselected package libelf1:amd64.
16:55:59 [2022-07-20T16:55:59.163Z] #21 22.84 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 22.87 Unpacking libelf1:amd64 (0.183-1) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.05 Selecting previously unselected package libbpf0:amd64.
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.05 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.06 Unpacking libbpf0:amd64 (1:0.3-2) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.14 Selecting previously unselected package libcap2:amd64.
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.16 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.17 Unpacking libcap2:amd64 (1:2.44-1) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.24 Selecting previously unselected package libmnl0:amd64.
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.24 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.25 Unpacking libmnl0:amd64 (1.0.4-3) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.32 Selecting previously unselected package libxtables12:amd64.
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.32 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.33 Unpacking libxtables12:amd64 (1.8.7-1) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.41 Selecting previously unselected package libcap2-bin.
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.41 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.42 Unpacking libcap2-bin (1:2.44-1) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.53 Selecting previously unselected package iproute2.
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.53 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 23.54 Unpacking iproute2 (5.10.0-4) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 24.05 Selecting previously unselected package xxd.
16:55:59 [2022-07-20T16:55:59.163Z] #21 24.05 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 24.06 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 24.16 Selecting previously unselected package vim-common.
16:55:59 [2022-07-20T16:55:59.163Z] #21 24.17 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 24.17 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 24.37 Selecting previously unselected package bash-completion.
16:55:59 [2022-07-20T16:55:59.163Z] #21 24.37 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 26.47 Unpacking bash-completion (1:2.11-2) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 26.99 Selecting previously unselected package bzip2.
16:55:59 [2022-07-20T16:55:59.163Z] #21 26.99 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 27.00 Unpacking bzip2 (1.0.8-4) ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 27.08 Selecting previously unselected package xz-utils.
16:55:59 [2022-07-20T16:55:59.163Z] #21 27.08 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.163Z] #21 27.08 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:55:59 [2022-07-20T16:55:59.399Z] #77 111.1 libtoolize: copying file 'm4/ltsugar.m4'
16:55:59 [2022-07-20T16:55:59.399Z] #77 111.2 libtoolize: copying file 'm4/ltversion.m4'
16:55:59 [2022-07-20T16:55:59.399Z] #77 111.3 libtoolize: copying file 'm4/lt~obsolete.m4'
16:55:59 [2022-07-20T16:55:59.422Z] #21 27.30 Selecting previously unselected package apparmor.
16:55:59 [2022-07-20T16:55:59.422Z] #21 27.30 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
16:55:59 [2022-07-20T16:55:59.422Z] #21 27.35 Unpacking apparmor (2.13.6-10) ...
16:55:59 [2022-07-20T16:55:59.422Z] #21 ...
16:55:59 [2022-07-20T16:55:59.422Z] 
16:55:59 [2022-07-20T16:55:59.422Z] #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
16:55:59 [2022-07-20T16:55:59.422Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:59 [2022-07-20T16:55:59.422Z] #77 125.3 checking for gcc... gcc
16:55:59 [2022-07-20T16:55:59.681Z] #77 125.4 checking whether the C compiler works... yes
16:55:59 [2022-07-20T16:55:59.718Z] #19 ...
16:55:59 [2022-07-20T16:55:59.718Z] 
16:55:59 [2022-07-20T16:55:59.718Z] #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
16:55:59 [2022-07-20T16:55:59.718Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:55:59 [2022-07-20T16:55:59.718Z] #84 216.5   CCLD     libocispec.la
16:55:59 [2022-07-20T16:55:59.940Z] #77 125.7 checking for C compiler default output file name... a.out
16:55:59 [2022-07-20T16:55:59.940Z] #77 125.7 checking for suffix of executables... 
16:56:00 [2022-07-20T16:56:00.199Z] #77 125.9 checking whether we are cross compiling... no
16:56:00 [2022-07-20T16:56:00.199Z] #77 126.1 checking for suffix of object files... o
16:56:00 [2022-07-20T16:56:00.458Z] #77 126.2 checking whether we are using the GNU C compiler... yes
16:56:00 [2022-07-20T16:56:00.458Z] #77 126.3 checking whether gcc accepts -g... yes
16:56:00 [2022-07-20T16:56:00.655Z] #84 217.1   CCLD     src/validate
16:56:00 [2022-07-20T16:56:00.655Z] #84 217.2   CCLD     tests/test-1
16:56:00 [2022-07-20T16:56:00.655Z] #84 217.2   CCLD     tests/test-2
16:56:00 [2022-07-20T16:56:00.655Z] #84 217.2   CCLD     tests/test-3
16:56:00 [2022-07-20T16:56:00.655Z] #84 217.2   CCLD     tests/test-4
16:56:00 [2022-07-20T16:56:00.655Z] #84 217.2   CCLD     tests/test-5
16:56:00 [2022-07-20T16:56:00.655Z] #84 217.3   CCLD     tests/test-6
16:56:00 [2022-07-20T16:56:00.655Z] #84 217.4   CCLD     tests/test-7
16:56:00 [2022-07-20T16:56:00.655Z] #84 217.5   CCLD     tests/test-8
16:56:00 [2022-07-20T16:56:00.655Z] #84 217.5 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
16:56:00 [2022-07-20T16:56:00.717Z] #77 126.4 checking for gcc option to accept ISO C89... none needed
16:56:00 [2022-07-20T16:56:00.717Z] #77 126.6 checking whether gcc understands -c and -o together... yes
16:56:00 [2022-07-20T16:56:00.717Z] #77 126.7 checking for a BSD-compatible install... /usr/bin/install -c
16:56:00 [2022-07-20T16:56:00.917Z] #84 217.5   CCLD     tests/test-9
16:56:00 [2022-07-20T16:56:00.918Z] #84 217.6   CCLD     tests/test-10
16:56:00 [2022-07-20T16:56:00.918Z] #84 217.7   CCLD     tests/test-11
16:56:00 [2022-07-20T16:56:00.976Z] #77 126.7 checking whether build environment is sane... yes
16:56:00 [2022-07-20T16:56:00.976Z] #77 126.8 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:56:00 [2022-07-20T16:56:00.976Z] #77 126.8 checking for gawk... no
16:56:00 [2022-07-20T16:56:00.976Z] #77 126.8 checking for mawk... mawk
16:56:00 [2022-07-20T16:56:00.976Z] #77 126.8 checking whether make sets $(MAKE)... yes
16:56:00 [2022-07-20T16:56:00.976Z] #77 126.8 checking whether make supports the include directive... yes (GNU style)
16:56:00 [2022-07-20T16:56:00.976Z] #77 126.9 checking whether make supports nested variables... yes
16:56:00 [2022-07-20T16:56:00.976Z] #77 126.9 checking whether UID '0' is supported by ustar format... yes
16:56:00 [2022-07-20T16:56:00.976Z] #77 126.9 checking whether GID '0' is supported by ustar format... yes
16:56:00 [2022-07-20T16:56:00.976Z] #77 126.9 checking how to create a ustar tar archive... gnutar
16:56:01 [2022-07-20T16:56:01.235Z] #77 126.9 checking dependency style of gcc... gcc3
16:56:01 [2022-07-20T16:56:01.235Z] #77 127.1 checking whether to enable maintainer-specific portions of Makefiles... yes
16:56:01 [2022-07-20T16:56:01.235Z] #77 127.1 checking whether make supports nested variables... (cached) yes
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.1 checking build system type... x86_64-pc-linux-gnu
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.4 checking host system type... x86_64-pc-linux-gnu
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.4 checking how to print strings... printf
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.4 checking for a sed that does not truncate output... /bin/sed
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.4 checking for grep that handles long lines and -e... /bin/grep
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.4 checking for egrep... /bin/grep -E
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.4 checking for fgrep... /bin/grep -F
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.4 checking for ld used by gcc... /usr/bin/ld
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.5 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:56:01 [2022-07-20T16:56:01.541Z] #77 127.6 checking whether ln -s works... yes
16:56:01 [2022-07-20T16:56:01.802Z] #77 127.6 checking the maximum length of command line arguments... 1572864
16:56:01 [2022-07-20T16:56:01.802Z] #77 127.6 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:56:01 [2022-07-20T16:56:01.802Z] #77 127.6 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:56:01 [2022-07-20T16:56:01.802Z] #77 127.6 checking for /usr/bin/ld option to reload object files... -r
16:56:01 [2022-07-20T16:56:01.802Z] #77 127.6 checking for objdump... objdump
16:56:01 [2022-07-20T16:56:01.802Z] #77 127.6 checking how to recognize dependent libraries... pass_all
16:56:01 [2022-07-20T16:56:01.802Z] #77 127.6 checking for dlltool... no
16:56:01 [2022-07-20T16:56:01.802Z] #77 127.6 checking how to associate runtime and link libraries... printf %s\n
16:56:01 [2022-07-20T16:56:01.802Z] #77 127.6 checking for ar... ar
16:56:01 [2022-07-20T16:56:01.955Z] #77 ...
16:56:01 [2022-07-20T16:56:01.955Z] 
16:56:01 [2022-07-20T16:56:01.955Z] #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
16:56:01 [2022-07-20T16:56:01.955Z] #67 sha256:8f441c26af6f7a0131a570268407924f9ab1657519413f340f69e4c0ccb3f413
16:56:01 [2022-07-20T16:56:01.955Z] #67 189.8 + for f in rootlesskit rootlesskit-docker-proxy
16:56:01 [2022-07-20T16:56:01.955Z] #67 189.8 + GOBIN=/build
16:56:01 [2022-07-20T16:56:01.955Z] #67 189.8 + GO111MODULE=on
16:56:01 [2022-07-20T16:56:01.955Z] #67 189.8 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
16:56:02 [2022-07-20T16:56:02.063Z] #77 127.6 checking for archiver @FILE support... @
16:56:02 [2022-07-20T16:56:02.063Z] #77 127.8 checking for strip... strip
16:56:02 [2022-07-20T16:56:02.063Z] #77 127.8 checking for ranlib... ranlib
16:56:02 [2022-07-20T16:56:02.351Z] #77 127.8 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:56:02 [2022-07-20T16:56:02.351Z] #77 128.1 checking for sysroot... no
16:56:02 [2022-07-20T16:56:02.351Z] #77 128.1 checking for a working dd... /bin/dd
16:56:02 [2022-07-20T16:56:02.351Z] #77 128.1 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:56:02 [2022-07-20T16:56:02.351Z] #77 128.3 checking for mt... no
16:56:02 [2022-07-20T16:56:02.351Z] #77 128.3 checking if : is a manifest tool... no
16:56:02 [2022-07-20T16:56:02.351Z] #77 128.3 checking how to run the C preprocessor... gcc -E
16:56:02 [2022-07-20T16:56:02.876Z] #84 219.8 libtool: link: ar cr libocispec.a 
16:56:03 [2022-07-20T16:56:03.135Z] #84 219.8 libtool: link: ranlib libocispec.a
16:56:03 [2022-07-20T16:56:03.589Z] #77 128.5 checking for ANSI C header files... yes
16:56:03 [2022-07-20T16:56:03.589Z] #77 129.2 checking for sys/types.h... yes
16:56:03 [2022-07-20T16:56:03.589Z] #77 129.4 checking for sys/stat.h... yes
16:56:03 [2022-07-20T16:56:03.848Z] #77 129.6 checking for stdlib.h... yes
16:56:03 [2022-07-20T16:56:03.848Z] #77 129.7 checking for string.h... yes
16:56:04 [2022-07-20T16:56:04.106Z] #77 129.8 checking for memory.h... yes
16:56:04 [2022-07-20T16:56:04.364Z] #77 130.0 checking for strings.h... yes
16:56:04 [2022-07-20T16:56:04.364Z] #77 130.2 checking for inttypes.h... yes
16:56:04 [2022-07-20T16:56:04.364Z] #77 130.3 checking for stdint.h... yes
16:56:04 [2022-07-20T16:56:04.622Z] #77 130.4 checking for unistd.h... yes
16:56:04 [2022-07-20T16:56:04.881Z] #77 130.6 checking for dlfcn.h... yes
16:56:04 [2022-07-20T16:56:04.881Z] #77 130.7 checking for objdir... .libs
16:56:05 [2022-07-20T16:56:05.140Z] #77 131.0 checking if gcc supports -fno-rtti -fno-exceptions... no
16:56:05 [2022-07-20T16:56:05.140Z] #77 131.0 checking for gcc option to produce PIC... -fPIC -DPIC
16:56:05 [2022-07-20T16:56:05.399Z] #77 131.0 checking if gcc PIC flag -fPIC -DPIC works... yes
16:56:05 [2022-07-20T16:56:05.658Z] #77 131.1 checking if gcc static flag -static works... yes
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.0 make[5]: Entering directory '/tmp/crun-build/libocispec'
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.1 make[5]: Nothing to be done for 'install-exec-am'.
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.1 make[5]: Nothing to be done for 'install-data-am'.
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.1 make[5]: Leaving directory '/tmp/crun-build/libocispec'
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.1 make[4]: Leaving directory '/tmp/crun-build/libocispec'
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.1 make[3]: Leaving directory '/tmp/crun-build/libocispec'
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.1 make[2]: Leaving directory '/tmp/crun-build/libocispec'
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.1 make[2]: Entering directory '/tmp/crun-build'
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.4   CC       src/libcrun/libcrun_testing_a-utils.o
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.4   CC       src/libcrun/libcrun_testing_a-container.o
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.4   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.4   CC       src/libcrun/libcrun_testing_a-cgroup.o
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.4   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.5   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
16:56:05 [2022-07-20T16:56:05.669Z] #84 222.5   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
16:56:05 [2022-07-20T16:56:05.916Z] #77 131.5 checking if gcc supports -c -o file.o... yes
16:56:05 [2022-07-20T16:56:05.916Z] #77 131.6 checking if gcc supports -c -o file.o... (cached) yes
16:56:05 [2022-07-20T16:56:05.916Z] #77 131.6 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:56:05 [2022-07-20T16:56:05.932Z] #84 222.6   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
16:56:05 [2022-07-20T16:56:05.932Z] #84 222.6   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
16:56:05 [2022-07-20T16:56:05.932Z] #84 222.6   CC       src/libcrun/libcrun_testing_a-criu.o
16:56:05 [2022-07-20T16:56:05.932Z] #84 222.7   CC       src/libcrun/libcrun_testing_a-custom-handler.o
16:56:05 [2022-07-20T16:56:05.932Z] #84 222.8   CC       src/libcrun/libcrun_testing_a-linux.o
16:56:05 [2022-07-20T16:56:05.932Z] #84 222.8   CC       src/libcrun/libcrun_testing_a-seccomp.o
16:56:06 [2022-07-20T16:56:06.175Z] #77 131.7 checking dynamic linker characteristics... GNU/Linux ld.so
16:56:06 [2022-07-20T16:56:06.175Z] #77 132.0 checking how to hardcode library paths into programs... immediate
16:56:06 [2022-07-20T16:56:06.175Z] #77 132.0 checking whether stripping libraries is possible... yes
16:56:06 [2022-07-20T16:56:06.175Z] #77 132.0 checking if libtool supports shared libraries... yes
16:56:06 [2022-07-20T16:56:06.175Z] #77 132.0 checking whether to build shared libraries... no
16:56:06 [2022-07-20T16:56:06.175Z] #77 132.0 checking whether to build static libraries... yes
16:56:06 [2022-07-20T16:56:06.191Z] #84 222.8   CC       src/libcrun/libcrun_testing_a-ebpf.o
16:56:06 [2022-07-20T16:56:06.191Z] #84 222.8   CC       src/libcrun/libcrun_testing_a-error.o
16:56:06 [2022-07-20T16:56:06.191Z] #84 222.9   CC       src/libcrun/libcrun_testing_a-status.o
16:56:06 [2022-07-20T16:56:06.191Z] #84 223.0   CC       src/libcrun/libcrun_testing_a-terminal.o
16:56:06 [2022-07-20T16:56:06.434Z] #77 132.0 checking float.h usability... yes
16:56:06 [2022-07-20T16:56:06.434Z] #77 132.2 checking float.h presence... yes
16:56:06 [2022-07-20T16:56:06.434Z] #77 132.2 checking for float.h... yes
16:56:06 [2022-07-20T16:56:06.434Z] #77 132.2 checking limits.h usability... yes
16:56:06 [2022-07-20T16:56:06.434Z] #77 132.4 checking limits.h presence... yes
16:56:06 [2022-07-20T16:56:06.450Z] #84 223.1   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
16:56:06 [2022-07-20T16:56:06.450Z] #84 223.1   CC       src/libcrun/libcrun_testing_a-signals.o
16:56:06 [2022-07-20T16:56:06.450Z] #84 223.2   CC       src/libcrun/libcrun_testing_a-mount_flags.o
16:56:06 [2022-07-20T16:56:06.450Z] #84 223.3   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
16:56:06 [2022-07-20T16:56:06.693Z] #77 132.4 checking for limits.h... yes
16:56:06 [2022-07-20T16:56:06.693Z] #77 132.4 checking stddef.h usability... yes
16:56:06 [2022-07-20T16:56:06.693Z] #77 132.6 checking stddef.h presence... yes
16:56:06 [2022-07-20T16:56:06.693Z] #77 132.6 checking for stddef.h... yes
16:56:06 [2022-07-20T16:56:06.693Z] #77 132.6 checking for stdlib.h... (cached) yes
16:56:06 [2022-07-20T16:56:06.709Z] #84 223.3   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
16:56:06 [2022-07-20T16:56:06.709Z] #84 223.4   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
16:56:06 [2022-07-20T16:56:06.709Z] #84 223.5   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
16:56:06 [2022-07-20T16:56:06.951Z] #77 132.7 checking for string.h... (cached) yes
16:56:06 [2022-07-20T16:56:06.951Z] #77 132.7 checking sys/time.h usability... yes
16:56:06 [2022-07-20T16:56:06.951Z] #77 132.9 checking sys/time.h presence... yes
16:56:06 [2022-07-20T16:56:06.951Z] #77 133.0 checking for sys/time.h... yes
16:56:06 [2022-07-20T16:56:06.968Z] #84 223.6   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
16:56:06 [2022-07-20T16:56:06.968Z] #84 223.6   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
16:56:06 [2022-07-20T16:56:06.968Z] #84 223.7   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
16:56:06 [2022-07-20T16:56:06.968Z] #84 223.8   CC       src/crun-crun.o
16:56:07 [2022-07-20T16:56:07.210Z] #77 133.0 checking for inline... inline
16:56:07 [2022-07-20T16:56:07.226Z] #84 224.0   CC       src/crun-run.o
16:56:07 [2022-07-20T16:56:07.468Z] #77 133.1 checking for size_t... yes
16:56:07 [2022-07-20T16:56:07.468Z] #77 133.4 checking for stdlib.h... (cached) yes
16:56:07 [2022-07-20T16:56:07.485Z] #84 224.1   CC       src/crun-kill.o
16:56:07 [2022-07-20T16:56:07.485Z] #84 224.2   CC       src/crun-pause.o
16:56:07 [2022-07-20T16:56:07.485Z] #84 224.2   CC       src/crun-delete.o
16:56:07 [2022-07-20T16:56:07.727Z] #77 133.4 checking for GNU libc compatible malloc... yes
16:56:07 [2022-07-20T16:56:07.727Z] #77 133.6 checking for stdlib.h... (cached) yes
16:56:07 [2022-07-20T16:56:07.744Z] #84 224.3   CC       src/crun-unpause.o
16:56:07 [2022-07-20T16:56:07.744Z] #84 224.4   CC       src/crun-spec.o
16:56:07 [2022-07-20T16:56:07.744Z] #84 224.5   CC       src/crun-list.o
16:56:07 [2022-07-20T16:56:07.744Z] #84 224.5   CC       src/crun-exec.o
16:56:07 [2022-07-20T16:56:07.744Z] #84 224.5   CC       src/crun-create.o
16:56:07 [2022-07-20T16:56:07.744Z] #84 224.5   CC       src/crun-start.o
16:56:07 [2022-07-20T16:56:07.986Z] #77 133.6 checking for GNU libc compatible realloc... yes
16:56:08 [2022-07-20T16:56:08.002Z] #84 224.6   CC       src/crun-state.o
16:56:08 [2022-07-20T16:56:08.003Z] #84 224.7   CC       src/crun-update.o
16:56:08 [2022-07-20T16:56:08.003Z] #84 224.7   CC       src/crun-ps.o
16:56:08 [2022-07-20T16:56:08.003Z] #84 224.8   CC       src/crun-checkpoint.o
16:56:08 [2022-07-20T16:56:08.003Z] #84 224.9   CC       src/crun-restore.o
16:56:08 [2022-07-20T16:56:08.244Z] #77 133.8 checking for working strtod... yes
16:56:08 [2022-07-20T16:56:08.503Z] #77 134.1 checking for gettimeofday... yes
16:56:08 [2022-07-20T16:56:08.553Z] #67 ...
16:56:08 [2022-07-20T16:56:08.553Z] 
16:56:08 [2022-07-20T16:56:08.553Z] #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
16:56:08 [2022-07-20T16:56:08.553Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:56:08 [2022-07-20T16:56:08.553Z] #14 191.7 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
16:56:08 [2022-07-20T16:56:08.553Z] #14 191.8 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:56:08 [2022-07-20T16:56:08.553Z] #14 191.8 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:56:08 [2022-07-20T16:56:08.576Z] #84 225.1   CC       src/libcrun/libcrun_la-utils.lo
16:56:08 [2022-07-20T16:56:08.576Z] #84 225.1   CC       src/libcrun/libcrun_la-cloned_binary.lo
16:56:08 [2022-07-20T16:56:08.576Z] #84 225.2   CC       src/libcrun/libcrun_la-container.lo
16:56:08 [2022-07-20T16:56:08.767Z] #77 134.4 checking for memset... yes
16:56:08 [2022-07-20T16:56:08.767Z] #77 134.6 checking for strspn... yes
16:56:08 [2022-07-20T16:56:08.845Z] #84 225.4   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
16:56:08 [2022-07-20T16:56:08.845Z] #84 225.4   CC       src/libcrun/libcrun_la-cgroup-resources.lo
16:56:08 [2022-07-20T16:56:08.845Z] #84 225.4   CC       src/libcrun/libcrun_la-cgroup.lo
16:56:08 [2022-07-20T16:56:08.845Z] #84 225.5   CC       src/libcrun/libcrun_la-cgroup-setup.lo
16:56:08 [2022-07-20T16:56:08.845Z] #84 225.5   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
16:56:08 [2022-07-20T16:56:08.845Z] #84 225.6   CC       src/libcrun/libcrun_la-cgroup-utils.lo
16:56:09 [2022-07-20T16:56:09.026Z] #77 134.9 checking that generated files are newer than configure... done
16:56:09 [2022-07-20T16:56:09.026Z] #77 134.9 configure: creating ./config.status
16:56:09 [2022-07-20T16:56:09.104Z] #84 225.8   CC       src/libcrun/libcrun_la-criu.lo
16:56:09 [2022-07-20T16:56:09.365Z] #84 226.0   CC       src/libcrun/libcrun_la-custom-handler.lo
16:56:09 [2022-07-20T16:56:09.624Z] #84 226.2   CC       src/libcrun/libcrun_la-seccomp.lo
16:56:09 [2022-07-20T16:56:09.624Z] #84 226.3   CC       src/libcrun/libcrun_la-linux.lo
16:56:09 [2022-07-20T16:56:09.624Z] #84 226.3   CC       src/libcrun/libcrun_la-ebpf.lo
16:56:09 [2022-07-20T16:56:09.624Z] #84 226.4   CC       src/libcrun/libcrun_la-error.lo
16:56:09 [2022-07-20T16:56:09.882Z] #84 226.5   CC       src/libcrun/libcrun_la-status.lo
16:56:09 [2022-07-20T16:56:09.962Z] #77 ...
16:56:09 [2022-07-20T16:56:09.962Z] 
16:56:09 [2022-07-20T16:56:09.962Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:56:09 [2022-07-20T16:56:09.962Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:56:09 [2022-07-20T16:56:09.962Z] #21 27.76 Selecting previously unselected package inetutils-ping.
16:56:09 [2022-07-20T16:56:09.962Z] #21 27.76 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 27.77 Unpacking inetutils-ping (2:2.0-1) ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 27.92 Selecting previously unselected package libip4tc2:amd64.
16:56:09 [2022-07-20T16:56:09.962Z] #21 27.93 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 27.94 Unpacking libip4tc2:amd64 (1.8.7-1) ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.02 Selecting previously unselected package libip6tc2:amd64.
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.02 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.03 Unpacking libip6tc2:amd64 (1.8.7-1) ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.11 Selecting previously unselected package libnfnetlink0:amd64.
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.11 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.12 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.18 Selecting previously unselected package libnetfilter-conntrack3:amd64.
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.19 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.21 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.30 Selecting previously unselected package libnftnl11:amd64.
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.31 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.33 Unpacking libnftnl11:amd64 (1.1.9-1) ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.44 Selecting previously unselected package iptables.
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.45 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.45 Unpacking iptables (1.8.7-1) ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.77 Selecting previously unselected package libonig5:amd64.
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.78 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.79 Unpacking libonig5:amd64 (6.9.6-1.1) ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.92 Selecting previously unselected package libjq1:amd64.
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.95 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 28.96 Unpacking libjq1:amd64 (1.6-2.1) ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 29.10 Selecting previously unselected package jq.
16:56:09 [2022-07-20T16:56:09.962Z] #21 29.11 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 29.12 Unpacking jq (1.6-2.1) ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 29.24 Selecting previously unselected package libaio1:amd64.
16:56:09 [2022-07-20T16:56:09.962Z] #21 29.26 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 29.27 Unpacking libaio1:amd64 (0.3.112-9) ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 29.34 Selecting previously unselected package libgpm2:amd64.
16:56:09 [2022-07-20T16:56:09.962Z] #21 29.34 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.962Z] #21 29.35 Unpacking libgpm2:amd64 (1.20.7-8) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 29.41 Selecting previously unselected package libicu67:amd64.
16:56:09 [2022-07-20T16:56:09.963Z] #21 29.43 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 29.43 Unpacking libicu67:amd64 (67.1-7) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.11 Selecting previously unselected package libinih1:amd64.
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.11 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.13 Unpacking libinih1:amd64 (53-1+b2) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.19 Selecting previously unselected package libnet1:amd64.
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.19 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.19 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.32 Selecting previously unselected package libnl-3-200:amd64.
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.32 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.34 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.44 Selecting previously unselected package libprotobuf-c1:amd64.
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.46 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.47 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.54 Selecting previously unselected package libyajl2:amd64.
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.55 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.56 Unpacking libyajl2:amd64 (2.1.0-3) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.63 Selecting previously unselected package net-tools.
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.63 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.64 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.86 Selecting previously unselected package patch.
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.87 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.87 Unpacking patch (2.7.6-7) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.97 Selecting previously unselected package python-pip-whl.
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.98 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 33.99 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 34.53 Selecting previously unselected package python3-lib2to3.
16:56:09 [2022-07-20T16:56:09.963Z] #21 34.54 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 34.55 Unpacking python3-lib2to3 (3.9.2-1) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 34.68 Selecting previously unselected package python3-distutils.
16:56:09 [2022-07-20T16:56:09.963Z] #21 34.68 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 34.69 Unpacking python3-distutils (3.9.2-1) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 34.84 Selecting previously unselected package python3-pkg-resources.
16:56:09 [2022-07-20T16:56:09.963Z] #21 34.86 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 34.87 Unpacking python3-pkg-resources (52.0.0-4) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.03 Selecting previously unselected package python3-setuptools.
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.03 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.03 Unpacking python3-setuptools (52.0.0-4) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.31 Selecting previously unselected package python3-wheel.
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.32 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.33 Unpacking python3-wheel (0.34.2-1) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.44 Selecting previously unselected package python3-pip.
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.44 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.44 Unpacking python3-pip (20.3.4-4+deb11u1) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.77 Selecting previously unselected package sudo.
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.77 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 35.79 Unpacking sudo (1.9.5p2-3) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 36.33 Selecting previously unselected package thin-provisioning-tools.
16:56:09 [2022-07-20T16:56:09.963Z] #21 36.33 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 36.34 Unpacking thin-provisioning-tools (0.9.0-1) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 36.61 Selecting previously unselected package uidmap.
16:56:09 [2022-07-20T16:56:09.963Z] #21 36.63 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 36.64 Unpacking uidmap (1:4.8.1-1) ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 36.80 Selecting previously unselected package vim-runtime.
16:56:09 [2022-07-20T16:56:09.963Z] #21 36.81 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
16:56:09 [2022-07-20T16:56:09.963Z] #21 36.84 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
16:56:09 [2022-07-20T16:56:09.963Z] #21 36.87 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
16:56:09 [2022-07-20T16:56:09.963Z] #21 36.88 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
16:56:10 [2022-07-20T16:56:10.141Z] #84 226.8   CC       src/libcrun/libcrun_la-terminal.lo
16:56:10 [2022-07-20T16:56:10.141Z] #84 226.9   CC       src/libcrun/libcrun_la-signals.lo
16:56:10 [2022-07-20T16:56:10.141Z] #84 226.9   CC       src/libcrun/libcrun_la-chroot_realpath.lo
16:56:10 [2022-07-20T16:56:10.400Z] #84 227.0   CC       src/libcrun/libcrun_la-seccomp_notify.lo
16:56:10 [2022-07-20T16:56:10.400Z] #84 227.1   CC       src/libcrun/handlers/libcrun_la-krun.lo
16:56:10 [2022-07-20T16:56:10.400Z] #84 227.2   CC       src/libcrun/libcrun_la-mount_flags.lo
16:56:10 [2022-07-20T16:56:10.400Z] #84 227.2   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
16:56:10 [2022-07-20T16:56:10.658Z] #84 227.3   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
16:56:10 [2022-07-20T16:56:10.658Z] #84 227.4   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
16:56:10 [2022-07-20T16:56:10.930Z] #84 227.5   CC       tests/init.o
16:56:10 [2022-07-20T16:56:10.930Z] #84 227.6   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
16:56:11 [2022-07-20T16:56:11.339Z] #21 ...
16:56:11 [2022-07-20T16:56:11.340Z] 
16:56:11 [2022-07-20T16:56:11.340Z] #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
16:56:11 [2022-07-20T16:56:11.340Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:11 [2022-07-20T16:56:11.340Z] #77 137.0 config.status: creating Makefile
16:56:11 [2022-07-20T16:56:11.340Z] #77 137.1 config.status: creating config.h
16:56:11 [2022-07-20T16:56:11.340Z] #77 137.1 config.status: executing depfiles commands
16:56:11 [2022-07-20T16:56:11.340Z] #77 137.3 config.status: executing libtool commands
16:56:11 [2022-07-20T16:56:11.498Z] #84 ...
16:56:11 [2022-07-20T16:56:11.498Z] 
16:56:11 [2022-07-20T16:56:11.498Z] #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
16:56:11 [2022-07-20T16:56:11.498Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:56:11 [2022-07-20T16:56:11.498Z] #19 273.5 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
16:56:11 [2022-07-20T16:56:11.498Z] #19 273.5 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
16:56:11 [2022-07-20T16:56:11.498Z] #19 273.5 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:56:11 [2022-07-20T16:56:11.757Z] #19 273.6 Selecting previously unselected package cpp-10-s390x-linux-gnu.
16:56:11 [2022-07-20T16:56:11.757Z] #19 273.6 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:56:11 [2022-07-20T16:56:11.757Z] #19 273.7 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:56:12 [2022-07-20T16:56:12.275Z] #77 138.2   GEN      .version
16:56:12 [2022-07-20T16:56:12.275Z] #77 138.2 make  install-recursive
16:56:12 [2022-07-20T16:56:12.275Z] #77 138.2 make[1]: Entering directory '/tmp/crun-build'
16:56:12 [2022-07-20T16:56:12.275Z] #77 138.3 Making install in libocispec
16:56:12 [2022-07-20T16:56:12.534Z] #77 138.3 make[2]: Entering directory '/tmp/crun-build/libocispec'
16:56:12 [2022-07-20T16:56:12.534Z] #77 138.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
16:56:12 [2022-07-20T16:56:12.534Z] #77 138.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
16:56:12 [2022-07-20T16:56:12.534Z] #77 138.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
16:56:12 [2022-07-20T16:56:12.534Z] #77 138.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
16:56:13 [2022-07-20T16:56:13.492Z] #77 139.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
16:56:13 [2022-07-20T16:56:13.492Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
16:56:13 [2022-07-20T16:56:13.492Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
16:56:13 [2022-07-20T16:56:13.492Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
16:56:13 [2022-07-20T16:56:13.492Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
16:56:13 [2022-07-20T16:56:13.492Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
16:56:13 [2022-07-20T16:56:13.492Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
16:56:13 [2022-07-20T16:56:13.492Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
16:56:13 [2022-07-20T16:56:13.492Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
16:56:13 [2022-07-20T16:56:13.750Z] #77 139.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
16:56:13 [2022-07-20T16:56:13.750Z] #77 139.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
16:56:13 [2022-07-20T16:56:13.750Z] #77 139.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
16:56:13 [2022-07-20T16:56:13.750Z] #77 139.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
16:56:13 [2022-07-20T16:56:13.750Z] #77 139.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
16:56:13 [2022-07-20T16:56:13.750Z] #77 139.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
16:56:13 [2022-07-20T16:56:13.750Z] #77 139.6 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
16:56:13 [2022-07-20T16:56:13.864Z] #14 ...
16:56:13 [2022-07-20T16:56:13.864Z] 
16:56:13 [2022-07-20T16:56:13.864Z] #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
16:56:13 [2022-07-20T16:56:13.864Z] #67 sha256:8f441c26af6f7a0131a570268407924f9ab1657519413f340f69e4c0ccb3f413
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5 rootlesskit version 1.0.0
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5 Usage of /build/rootlesskit-docker-proxy:
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5   -container-ip string
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5     	container ip
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5   -container-port int
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5     	container port (default -1)
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5   -host-ip string
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5     	host ip
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5   -host-port int
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5     	host port (default -1)
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5   -proto string
16:56:13 [2022-07-20T16:56:13.864Z] #67 201.5     	proxy protocol (default "tcp")
16:56:13 [2022-07-20T16:56:13.864Z] #67 DONE 201.8s
16:56:13 [2022-07-20T16:56:13.864Z] 
16:56:13 [2022-07-20T16:56:13.864Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
16:56:13 [2022-07-20T16:56:13.864Z] #68 sha256:5b7d428ca7c9cf37171820474d5a4997e6fe0d8e739f2ac5bf5580b06771b1b6
16:56:13 [2022-07-20T16:56:13.864Z] #68 DONE 0.2s
16:56:13 [2022-07-20T16:56:13.864Z] 
16:56:13 [2022-07-20T16:56:13.864Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:56:13 [2022-07-20T16:56:13.864Z] #69 sha256:c75d3e43e054678cd4f281596e7a82e64e4f32243b94699d9d5876f93f2f6ce9
16:56:13 [2022-07-20T16:56:13.864Z] #69 DONE 0.1s
16:56:13 [2022-07-20T16:56:13.864Z] 
16:56:13 [2022-07-20T16:56:13.864Z] #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
16:56:13 [2022-07-20T16:56:13.864Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:13 [2022-07-20T16:56:13.880Z] #77 ...
16:56:13 [2022-07-20T16:56:13.880Z] 
16:56:13 [2022-07-20T16:56:13.880Z] #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
16:56:13 [2022-07-20T16:56:13.880Z] #47 sha256:2d881f371ce35b0e4d68c9703e6e783d2c7615c14f7c04faa180d8f8e66494e1
16:56:13 [2022-07-20T16:56:13.880Z] #47 197.2 + dpkg --print-architecture
16:56:13 [2022-07-20T16:56:13.880Z] #47 DONE 197.8s
16:56:13 [2022-07-20T16:56:13.880Z] 
16:56:13 [2022-07-20T16:56:13.880Z] #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
16:56:13 [2022-07-20T16:56:13.880Z] #26 sha256:d4a2a87dc71115a6137aff7c80672541bad948ac4acbf96cb32d9f42bde56737
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 make  install-recursive
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.6 make[3]: Entering directory '/tmp/crun-build/libocispec'
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.7 Making install in yajl
16:56:14 [2022-07-20T16:56:14.685Z] #77 140.7 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:56:14 [2022-07-20T16:56:14.943Z] #77 140.7   CC       verify/json_verify-json_verify.o
16:56:14 [2022-07-20T16:56:14.943Z] #77 140.7   CC       src/libyajl_la-yajl_alloc.lo
16:56:14 [2022-07-20T16:56:14.943Z] #77 140.7   CC       src/libyajl_la-yajl.lo
16:56:14 [2022-07-20T16:56:14.943Z] #77 140.8   CC       src/libyajl_la-yajl_gen.lo
16:56:14 [2022-07-20T16:56:14.943Z] #77 140.8   CC       src/libyajl_la-yajl_parser.lo
16:56:14 [2022-07-20T16:56:14.943Z] #77 140.8   CC       src/libyajl_la-yajl_buf.lo
16:56:14 [2022-07-20T16:56:14.943Z] #77 140.8   CC       src/libyajl_la-yajl_encode.lo
16:56:14 [2022-07-20T16:56:14.943Z] #77 140.9   CC       src/libyajl_la-yajl_lex.lo
16:56:15 [2022-07-20T16:56:15.202Z] #77 140.9   CC       src/libyajl_la-yajl_tree.lo
16:56:15 [2022-07-20T16:56:15.798Z] #14 ...
16:56:15 [2022-07-20T16:56:15.798Z] 
16:56:15 [2022-07-20T16:56:15.798Z] #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
16:56:15 [2022-07-20T16:56:15.798Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:15 [2022-07-20T16:56:15.798Z] #77 105.5 configure.ac:7: installing 'build-aux/compile'
16:56:15 [2022-07-20T16:56:15.798Z] #77 105.5 configure.ac:9: installing 'build-aux/config.guess'
16:56:15 [2022-07-20T16:56:15.798Z] #77 105.5 configure.ac:9: installing 'build-aux/config.sub'
16:56:15 [2022-07-20T16:56:15.798Z] #77 105.5 configure.ac:11: installing 'build-aux/install-sh'
16:56:15 [2022-07-20T16:56:15.798Z] #77 105.5 configure.ac:11: installing 'build-aux/missing'
16:56:15 [2022-07-20T16:56:15.798Z] #77 105.9 Makefile.am: installing 'build-aux/depcomp'
16:56:15 [2022-07-20T16:56:15.798Z] #77 106.1 parallel-tests: installing 'build-aux/test-driver'
16:56:16 [2022-07-20T16:56:16.403Z] #77 ...
16:56:16 [2022-07-20T16:56:16.403Z] 
16:56:16 [2022-07-20T16:56:16.403Z] #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
16:56:16 [2022-07-20T16:56:16.403Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:56:16 [2022-07-20T16:56:16.403Z] #14 204.7 Selecting previously unselected package g++-mingw-w64-x86-64.
16:56:16 [2022-07-20T16:56:16.403Z] #14 204.7 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
16:56:16 [2022-07-20T16:56:16.403Z] #14 204.7 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:56:16 [2022-07-20T16:56:16.403Z] #14 205.1 Selecting previously unselected package libapparmor1:amd64.
16:56:16 [2022-07-20T16:56:16.403Z] #14 205.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
16:56:16 [2022-07-20T16:56:16.661Z] #14 205.1 Unpacking libapparmor1:amd64 (2.13.6-10) ...
16:56:16 [2022-07-20T16:56:16.921Z] #14 205.4 Selecting previously unselected package libapparmor-dev:amd64.
16:56:16 [2022-07-20T16:56:16.921Z] #14 205.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
16:56:16 [2022-07-20T16:56:16.921Z] #14 205.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
16:56:17 [2022-07-20T16:56:17.181Z] #14 205.9 Selecting previously unselected package libbtrfs0:amd64.
16:56:17 [2022-07-20T16:56:17.181Z] #14 205.9 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
16:56:17 [2022-07-20T16:56:17.181Z] #14 205.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:56:17 [2022-07-20T16:56:17.443Z] #14 206.2 Selecting previously unselected package libbtrfs-dev:amd64.
16:56:17 [2022-07-20T16:56:17.703Z] #14 206.3 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
16:56:17 [2022-07-20T16:56:17.703Z] #14 206.3 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:56:18 [2022-07-20T16:56:18.272Z] #14 206.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:56:18 [2022-07-20T16:56:18.272Z] #14 206.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:56:18 [2022-07-20T16:56:18.272Z] #14 206.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:56:18 [2022-07-20T16:56:18.272Z] #14 206.8 Selecting previously unselected package libudev-dev:amd64.
16:56:18 [2022-07-20T16:56:18.272Z] #14 206.8 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
16:56:18 [2022-07-20T16:56:18.272Z] #14 206.8 Unpacking libudev-dev:amd64 (247.3-7) ...
16:56:18 [2022-07-20T16:56:18.354Z] #77 109.8 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
16:56:18 [2022-07-20T16:56:18.354Z] #77 109.8 libtoolize: copying file 'build-aux/ltmain.sh'
16:56:18 [2022-07-20T16:56:18.486Z] #77 ...
16:56:18 [2022-07-20T16:56:18.486Z] 
16:56:18 [2022-07-20T16:56:18.486Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:56:18 [2022-07-20T16:56:18.486Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:56:18 [2022-07-20T16:56:18.486Z] #21 40.39 Selecting previously unselected package vim.
16:56:18 [2022-07-20T16:56:18.486Z] #21 40.39 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 40.41 Unpacking vim (2:8.2.2434-3+deb11u1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 40.99 Selecting previously unselected package xfsprogs.
16:56:18 [2022-07-20T16:56:18.486Z] #21 41.02 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 41.02 Unpacking xfsprogs (5.10.0-4) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 41.76 Selecting previously unselected package zip.
16:56:18 [2022-07-20T16:56:18.486Z] #21 41.78 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 41.79 Unpacking zip (3.0-12) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 41.95 Selecting previously unselected package zstd.
16:56:18 [2022-07-20T16:56:18.486Z] #21 41.97 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 41.97 Unpacking zstd (1.4.8+dfsg-2.1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 42.39 Setting up python3-pkg-resources (52.0.0-4) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.48 Setting up libip4tc2:amd64 (1.8.7-1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.49 Setting up net-tools (1.60+git20181103.0eebece-1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.50 Setting up libgpm2:amd64 (1.20.7-8) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.53 Setting up libicu67:amd64 (67.1-7) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.55 Setting up libip6tc2:amd64 (1.8.7-1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.56 Setting up libinih1:amd64 (53-1+b2) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.57 Setting up uidmap (1:4.8.1-1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.59 Setting up libyajl2:amd64 (2.1.0-3) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.60 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.61 Setting up bzip2 (1.0.8-4) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.62 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 43.64 Setting up python3-wheel (0.34.2-1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 44.40 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 44.41 Setting up libcap2:amd64 (1:2.44-1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 44.43 Setting up libcap2-bin (1:2.44-1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 44.44 Setting up apparmor (2.13.6-10) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 46.12 Setting up zip (3.0-12) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 46.13 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:56:18 [2022-07-20T16:56:18.486Z] #21 46.17 Setting up bash-completion (1:2.11-2) ...
16:56:18 [2022-07-20T16:56:18.532Z] #14 207.1 Selecting previously unselected package libsepol1-dev:amd64.
16:56:18 [2022-07-20T16:56:18.532Z] #14 207.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
16:56:18 [2022-07-20T16:56:18.532Z] #14 207.1 Unpacking libsepol1-dev:amd64 (3.1-1) ...
16:56:18 [2022-07-20T16:56:18.791Z] #14 207.5 Selecting previously unselected package libpcre2-16-0:amd64.
16:56:18 [2022-07-20T16:56:18.791Z] #14 207.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
16:56:18 [2022-07-20T16:56:18.791Z] #14 207.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
16:56:19 [2022-07-20T16:56:19.285Z] #77 110.6 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
16:56:19 [2022-07-20T16:56:19.285Z] #77 110.6 libtoolize: copying file 'm4/libtool.m4'
16:56:19 [2022-07-20T16:56:19.285Z] #77 110.9 libtoolize: copying file 'm4/ltoptions.m4'
16:56:19 [2022-07-20T16:56:19.360Z] #14 208.0 Selecting previously unselected package libpcre2-32-0:amd64.
16:56:19 [2022-07-20T16:56:19.360Z] #14 208.0 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
16:56:19 [2022-07-20T16:56:19.360Z] #14 208.0 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
16:56:19 [2022-07-20T16:56:19.851Z] #77 111.1 libtoolize: copying file 'm4/ltsugar.m4'
16:56:19 [2022-07-20T16:56:19.851Z] #77 111.5 libtoolize: copying file 'm4/ltversion.m4'
16:56:19 [2022-07-20T16:56:19.929Z] #14 208.4 Selecting previously unselected package libpcre2-posix2:amd64.
16:56:19 [2022-07-20T16:56:19.929Z] #14 208.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
16:56:19 [2022-07-20T16:56:19.929Z] #14 208.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
16:56:19 [2022-07-20T16:56:19.929Z] #14 208.6 Selecting previously unselected package libpcre2-dev:amd64.
16:56:19 [2022-07-20T16:56:19.929Z] #14 208.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
16:56:19 [2022-07-20T16:56:19.929Z] #14 208.6 Unpacking libpcre2-dev:amd64 (10.36-2) ...
16:56:20 [2022-07-20T16:56:20.108Z] #77 111.8 libtoolize: copying file 'm4/lt~obsolete.m4'
16:56:20 [2022-07-20T16:56:20.867Z] #14 209.5 Selecting previously unselected package libselinux1-dev:amd64.
16:56:20 [2022-07-20T16:56:20.867Z] #14 209.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
16:56:20 [2022-07-20T16:56:20.867Z] #14 209.5 Unpacking libselinux1-dev:amd64 (3.1-3) ...
16:56:21 [2022-07-20T16:56:21.017Z] #21 48.57 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:56:21 [2022-07-20T16:56:21.017Z] #21 48.60 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:56:21 [2022-07-20T16:56:21.017Z] #21 48.61 Setting up libmnl0:amd64 (1.0.4-3) ...
16:56:21 [2022-07-20T16:56:21.017Z] #21 48.62 Setting up patch (2.7.6-7) ...
16:56:21 [2022-07-20T16:56:21.017Z] #21 48.63 Setting up sudo (1.9.5p2-3) ...
16:56:21 [2022-07-20T16:56:21.017Z] #21 48.78 invoke-rc.d: could not determine current runlevel
16:56:21 [2022-07-20T16:56:21.017Z] #21 48.78 invoke-rc.d: policy-rc.d denied execution of start.
16:56:21 [2022-07-20T16:56:21.017Z] #21 48.79 Setting up xfsprogs (5.10.0-4) ...
16:56:21 [2022-07-20T16:56:21.017Z] #21 48.82 Setting up libxtables12:amd64 (1.8.7-1) ...
16:56:21 [2022-07-20T16:56:21.018Z] #21 48.83 Setting up inetutils-ping (2:2.0-1) ...
16:56:21 [2022-07-20T16:56:21.018Z] #21 48.84 Setting up pigz (2.6-1) ...
16:56:21 [2022-07-20T16:56:21.018Z] #21 48.86 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:56:21 [2022-07-20T16:56:21.018Z] #21 48.87 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
16:56:21 [2022-07-20T16:56:21.018Z] #21 48.89 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
16:56:21 [2022-07-20T16:56:21.018Z] #21 48.91 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
16:56:21 [2022-07-20T16:56:21.127Z] #14 209.8 Selecting previously unselected package libdevmapper-dev:amd64.
16:56:21 [2022-07-20T16:56:21.127Z] #14 209.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
16:56:21 [2022-07-20T16:56:21.127Z] #14 209.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:56:21 [2022-07-20T16:56:21.386Z] #14 209.9 Selecting previously unselected package libseccomp-dev:amd64.
16:56:21 [2022-07-20T16:56:21.386Z] #14 210.0 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
16:56:21 [2022-07-20T16:56:21.386Z] #14 210.0 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:56:21 [2022-07-20T16:56:21.585Z] #21 ...
16:56:21 [2022-07-20T16:56:21.585Z] 
16:56:21 [2022-07-20T16:56:21.585Z] #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
16:56:21 [2022-07-20T16:56:21.585Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:21 [2022-07-20T16:56:21.585Z] #77 146.5   CCLD     libyajl.la
16:56:21 [2022-07-20T16:56:21.585Z] #77 146.8   CCLD     verify/json_verify
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.2 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.2 make[5]: Nothing to be done for 'install-exec-am'.
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.2 make[5]: Nothing to be done for 'install-data-am'.
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.2 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.2 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.2 make[4]: Entering directory '/tmp/crun-build/libocispec'
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.4   CC       src/validate.o
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.4   CC       src/image_spec_schema_config_schema.lo
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.4   CC       src/image_spec_schema_content_descriptor.lo
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.4   CC       src/image_spec_schema_defs.lo
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.4   CC       src/image_spec_schema_defs_descriptor.lo
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.4   CC       src/image_spec_schema_image_index_schema.lo
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.5   CC       src/image_spec_schema_image_layout_schema.lo
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.5   CC       src/image_spec_schema_image_manifest_schema.lo
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.5   CC       src/runtime_spec_schema_config_linux.lo
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.6   CC       src/runtime_spec_schema_config_zos.lo
16:56:21 [2022-07-20T16:56:21.585Z] #77 147.6   CC       src/runtime_spec_schema_config_schema.lo
16:56:21 [2022-07-20T16:56:21.645Z] #14 210.3 Selecting previously unselected package libsystemd-dev:amd64.
16:56:21 [2022-07-20T16:56:21.645Z] #14 210.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
16:56:21 [2022-07-20T16:56:21.645Z] #14 210.3 Unpacking libsystemd-dev:amd64 (247.3-7) ...
16:56:21 [2022-07-20T16:56:21.737Z] #19 ...
16:56:21 [2022-07-20T16:56:21.737Z] 
16:56:21 [2022-07-20T16:56:21.737Z] #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
16:56:21 [2022-07-20T16:56:21.737Z] #54 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:56:21 [2022-07-20T16:56:21.737Z] #54 287.0 + dpkg --print-architecture
16:56:21 [2022-07-20T16:56:21.737Z] #54 287.0 + git checkout -q v2.1.0
16:56:21 [2022-07-20T16:56:21.737Z] #54 287.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:56:21 [2022-07-20T16:56:21.737Z] #54 287.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
16:56:21 [2022-07-20T16:56:21.844Z] #77 147.7   CC       src/runtime_spec_schema_config_solaris.lo
16:56:22 [2022-07-20T16:56:22.103Z] #77 147.8   CC       src/runtime_spec_schema_config_vm.lo
16:56:22 [2022-07-20T16:56:22.103Z] #77 147.8   CC       src/runtime_spec_schema_config_windows.lo
16:56:22 [2022-07-20T16:56:22.103Z] #77 147.9   CC       src/runtime_spec_schema_defs.lo
16:56:22 [2022-07-20T16:56:22.103Z] #77 148.0   CC       src/runtime_spec_schema_defs_linux.lo
16:56:22 [2022-07-20T16:56:22.103Z] #77 148.0   CC       src/runtime_spec_schema_defs_zos.lo
16:56:22 [2022-07-20T16:56:22.103Z] #77 148.1   CC       src/runtime_spec_schema_defs_vm.lo
16:56:22 [2022-07-20T16:56:22.362Z] #77 148.1   CC       src/runtime_spec_schema_defs_windows.lo
16:56:22 [2022-07-20T16:56:22.362Z] #77 148.1   CC       src/runtime_spec_schema_state_schema.lo
16:56:22 [2022-07-20T16:56:22.362Z] #77 148.3   CC       src/image_manifest_items_image_manifest_items_schema.lo
16:56:22 [2022-07-20T16:56:22.582Z] #14 211.3 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:56:22 [2022-07-20T16:56:22.582Z] #14 211.3 Setting up libapparmor1:amd64 (2.13.6-10) ...
16:56:22 [2022-07-20T16:56:22.621Z] #77 148.5   CC       src/basic_test_double_array_item.lo
16:56:22 [2022-07-20T16:56:22.621Z] #77 148.6   CC       src/basic_test_double_array.lo
16:56:22 [2022-07-20T16:56:22.841Z] #14 211.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:56:22 [2022-07-20T16:56:22.841Z] #14 211.4 Setting up libsepol1-dev:amd64 (3.1-1) ...
16:56:22 [2022-07-20T16:56:22.841Z] #14 211.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:56:22 [2022-07-20T16:56:22.841Z] #14 211.4 Setting up libpcre2-16-0:amd64 (10.36-2) ...
16:56:22 [2022-07-20T16:56:22.841Z] #14 211.4 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:56:22 [2022-07-20T16:56:22.841Z] #14 211.5 Setting up libpcre2-32-0:amd64 (10.36-2) ...
16:56:22 [2022-07-20T16:56:22.841Z] #14 211.5 Setting up libudev-dev:amd64 (247.3-7) ...
16:56:22 [2022-07-20T16:56:22.841Z] #14 211.6 Setting up libpcre2-posix2:amd64 (10.36-2) ...
16:56:22 [2022-07-20T16:56:22.880Z] #77 148.8   CC       src/basic_test_top_array_int.lo
16:56:23 [2022-07-20T16:56:23.101Z] #14 211.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:56:23 [2022-07-20T16:56:23.101Z] #14 211.6 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:56:23 [2022-07-20T16:56:23.101Z] #14 211.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:56:23 [2022-07-20T16:56:23.101Z] #14 211.6 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
16:56:23 [2022-07-20T16:56:23.101Z] #14 211.7 Setting up mingw-w64-common (8.0.0-1) ...
16:56:23 [2022-07-20T16:56:23.101Z] #14 211.7 Setting up libsystemd-dev:amd64 (247.3-7) ...
16:56:23 [2022-07-20T16:56:23.101Z] #14 211.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
16:56:23 [2022-07-20T16:56:23.101Z] #14 211.8 Setting up libpcre2-dev:amd64 (10.36-2) ...
16:56:23 [2022-07-20T16:56:23.101Z] #14 211.9 Setting up libselinux1-dev:amd64 (3.1-3) ...
16:56:23 [2022-07-20T16:56:23.101Z] #14 211.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:56:23 [2022-07-20T16:56:23.139Z] #77 148.9   CC       src/basic_test_top_array_string.lo
16:56:23 [2022-07-20T16:56:23.139Z] #77 149.0   CC       src/basic_test_top_double_array_int.lo
16:56:23 [2022-07-20T16:56:23.360Z] #14 211.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.1 Setting up dmsetup (2:1.02.175-2.1) ...
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:56:23 [2022-07-20T16:56:23.360Z] #14 212.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:56:23 [2022-07-20T16:56:23.398Z] #77 149.1   CC       src/basic_test_top_double_array_obj.lo
16:56:23 [2022-07-20T16:56:23.398Z] #77 149.2   CC       src/basic_test_top_double_array_refobj.lo
16:56:23 [2022-07-20T16:56:23.398Z] #77 149.3   CC       src/basic_test_top_double_array_string.lo
16:56:23 [2022-07-20T16:56:23.619Z] #14 212.1 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:56:23 [2022-07-20T16:56:23.656Z] #77 149.4   CC       src/read-file.lo
16:56:23 [2022-07-20T16:56:23.656Z] #77 149.5   CC       src/json_common.lo
16:56:23 [2022-07-20T16:56:23.656Z] #77 149.6   CC       tests/test-1.o
16:56:23 [2022-07-20T16:56:23.866Z] #26 ...
16:56:23 [2022-07-20T16:56:23.866Z] 
16:56:23 [2022-07-20T16:56:23.866Z] #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
16:56:23 [2022-07-20T16:56:23.866Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:56:23 [2022-07-20T16:56:23.866Z] #77 164.2   CCLD     libocispec.la
16:56:23 [2022-07-20T16:56:23.866Z] #77 164.6   CCLD     src/validate
16:56:23 [2022-07-20T16:56:23.866Z] #77 164.6   CCLD     tests/test-1
16:56:23 [2022-07-20T16:56:23.866Z] #77 164.6   CCLD     tests/test-2
16:56:23 [2022-07-20T16:56:23.866Z] #77 164.6   CCLD     tests/test-3
16:56:23 [2022-07-20T16:56:23.866Z] #77 164.7   CCLD     tests/test-4
16:56:23 [2022-07-20T16:56:23.866Z] #77 164.7   CCLD     tests/test-5
16:56:23 [2022-07-20T16:56:23.866Z] #77 164.7   CCLD     tests/test-6
16:56:23 [2022-07-20T16:56:23.915Z] #77 149.7   CC       tests/test-2.o
16:56:24 [2022-07-20T16:56:24.126Z] #77 164.8   CCLD     tests/test-7
16:56:24 [2022-07-20T16:56:24.126Z] #77 164.9   CCLD     tests/test-8
16:56:24 [2022-07-20T16:56:24.126Z] #77 164.9   CCLD     tests/test-9
16:56:24 [2022-07-20T16:56:24.126Z] #77 165.0   CCLD     tests/test-10
16:56:24 [2022-07-20T16:56:24.126Z] #77 165.0 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
16:56:24 [2022-07-20T16:56:24.173Z] #77 150.0   CC       tests/test-3.o
16:56:24 [2022-07-20T16:56:24.174Z] #77 150.2   CC       tests/test-4.o
16:56:24 [2022-07-20T16:56:24.174Z] #77 150.2   CC       tests/test-5.o
16:56:24 [2022-07-20T16:56:24.188Z] #14 DONE 212.8s
16:56:24 [2022-07-20T16:56:24.188Z] 
16:56:24 [2022-07-20T16:56:24.188Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
16:56:24 [2022-07-20T16:56:24.188Z] #15 sha256:edcda5693d2635c3f069f2011ba6db8c7ce89b36645414c0f57c08a72d007d85
16:56:24 [2022-07-20T16:56:24.283Z] #77 ...
16:56:24 [2022-07-20T16:56:24.283Z] 
16:56:24 [2022-07-20T16:56:24.283Z] #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
16:56:24 [2022-07-20T16:56:24.283Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:56:24 [2022-07-20T16:56:24.283Z] #14 194.6 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
16:56:24 [2022-07-20T16:56:24.283Z] #14 194.6 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:56:24 [2022-07-20T16:56:24.283Z] #14 194.6 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:56:24 [2022-07-20T16:56:24.386Z] #77 165.0   CCLD     tests/test-11
16:56:24 [2022-07-20T16:56:24.741Z] #77 150.4   CC       tests/test-6.o
16:56:24 [2022-07-20T16:56:24.741Z] #77 150.6   CC       tests/test-7.o
16:56:24 [2022-07-20T16:56:24.741Z] #77 150.6   CC       tests/test-8.o
16:56:24 [2022-07-20T16:56:24.757Z] #15 ...
16:56:24 [2022-07-20T16:56:24.757Z] 
16:56:24 [2022-07-20T16:56:24.757Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
16:56:24 [2022-07-20T16:56:24.757Z] #59 sha256:1235e88f76840a2e233a69bffa6cbf90650f6a5bc5f1c86243e12d9cd1b03e1d
16:56:24 [2022-07-20T16:56:24.757Z] #59 DONE 0.3s
16:56:24 [2022-07-20T16:56:24.757Z] 
16:56:24 [2022-07-20T16:56:24.757Z] #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
16:56:24 [2022-07-20T16:56:24.757Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:24 [2022-07-20T16:56:24.757Z] #77 133.9 configure.ac:11: installing 'build-aux/compile'
16:56:24 [2022-07-20T16:56:24.757Z] #77 133.9 configure.ac:11: installing 'build-aux/config.guess'
16:56:24 [2022-07-20T16:56:24.757Z] #77 134.0 configure.ac:11: installing 'build-aux/config.sub'
16:56:24 [2022-07-20T16:56:24.757Z] #77 134.0 configure.ac:13: installing 'build-aux/install-sh'
16:56:24 [2022-07-20T16:56:24.757Z] #77 134.0 configure.ac:13: installing 'build-aux/missing'
16:56:24 [2022-07-20T16:56:24.757Z] #77 134.0 configure.ac:8: installing 'build-aux/tap-driver.sh'
16:56:24 [2022-07-20T16:56:24.757Z] #77 134.4 Makefile.am: installing 'build-aux/depcomp'
16:56:24 [2022-07-20T16:56:24.757Z] #77 136.1 checking build system type... x86_64-pc-linux-gnu
16:56:24 [2022-07-20T16:56:24.757Z] #77 136.4 checking host system type... x86_64-pc-linux-gnu
16:56:24 [2022-07-20T16:56:24.757Z] #77 136.4 checking how to print strings... printf
16:56:24 [2022-07-20T16:56:24.757Z] #77 136.5 checking for gcc... gcc
16:56:24 [2022-07-20T16:56:24.757Z] #77 136.6 checking whether the C compiler works... yes
16:56:24 [2022-07-20T16:56:24.757Z] #77 136.9 checking for C compiler default output file name... a.out
16:56:24 [2022-07-20T16:56:24.757Z] #77 136.9 checking for suffix of executables... 
16:56:24 [2022-07-20T16:56:24.999Z] #77 151.0   CC       tests/test-9.o
16:56:25 [2022-07-20T16:56:25.016Z] #77 137.2 checking whether we are cross compiling... no
16:56:25 [2022-07-20T16:56:25.259Z] #77 151.3   CC       tests/test-10.o
16:56:25 [2022-07-20T16:56:25.276Z] #77 137.6 checking for suffix of object files... o
16:56:25 [2022-07-20T16:56:25.518Z] #77 151.5   CC       tests/test-11.o
16:56:25 [2022-07-20T16:56:25.535Z] #77 137.8 checking whether we are using the GNU C compiler... yes
16:56:25 [2022-07-20T16:56:25.535Z] #77 138.0 checking whether gcc accepts -g... yes
16:56:25 [2022-07-20T16:56:25.768Z] #77 166.7 libtool: link: ar cr libocispec.a 
16:56:26 [2022-07-20T16:56:26.028Z] #77 166.7 libtool: link: ranlib libocispec.a
16:56:26 [2022-07-20T16:56:26.104Z] #77 138.2 checking for gcc option to accept ISO C89... none needed
16:56:26 [2022-07-20T16:56:26.104Z] #77 138.5 checking whether gcc understands -c and -o together... yes
16:56:26 [2022-07-20T16:56:26.104Z] #77 138.7 checking for a sed that does not truncate output... /bin/sed
16:56:26 [2022-07-20T16:56:26.104Z] #77 138.7 checking for grep that handles long lines and -e... /bin/grep
16:56:26 [2022-07-20T16:56:26.104Z] #77 138.7 checking for egrep... /bin/grep -E
16:56:26 [2022-07-20T16:56:26.104Z] #77 138.7 checking for fgrep... /bin/grep -F
16:56:26 [2022-07-20T16:56:26.104Z] #77 138.7 checking for ld used by gcc... /usr/bin/ld
16:56:26 [2022-07-20T16:56:26.104Z] #77 138.8 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:56:26 [2022-07-20T16:56:26.364Z] #77 138.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:56:26 [2022-07-20T16:56:26.624Z] #77 138.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:56:26 [2022-07-20T16:56:26.624Z] #77 139.1 checking whether ln -s works... yes
16:56:26 [2022-07-20T16:56:26.624Z] #77 139.1 checking the maximum length of command line arguments... 1572864
16:56:26 [2022-07-20T16:56:26.624Z] #77 139.2 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:56:26 [2022-07-20T16:56:26.624Z] #77 139.2 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:56:26 [2022-07-20T16:56:26.624Z] #77 139.2 checking for /usr/bin/ld option to reload object files... -r
16:56:26 [2022-07-20T16:56:26.624Z] #77 139.2 checking for objdump... objdump
16:56:26 [2022-07-20T16:56:26.624Z] #77 139.2 checking how to recognize dependent libraries... pass_all
16:56:26 [2022-07-20T16:56:26.624Z] #77 139.2 checking for dlltool... no
16:56:26 [2022-07-20T16:56:26.624Z] #77 139.2 checking how to associate runtime and link libraries... printf %s\n
16:56:26 [2022-07-20T16:56:26.624Z] #77 139.2 checking for ar... ar
16:56:26 [2022-07-20T16:56:26.884Z] #77 139.2 checking for archiver @FILE support... @
16:56:26 [2022-07-20T16:56:26.884Z] #77 139.4 checking for strip... strip
16:56:26 [2022-07-20T16:56:26.884Z] #77 139.4 checking for ranlib... 
16:56:26 [2022-07-20T16:56:26.884Z] #77 ...
16:56:26 [2022-07-20T16:56:26.884Z] 
16:56:26 [2022-07-20T16:56:26.884Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
16:56:26 [2022-07-20T16:56:26.884Z] #15 sha256:edcda5693d2635c3f069f2011ba6db8c7ce89b36645414c0f57c08a72d007d85
16:56:26 [2022-07-20T16:56:26.884Z] #15 DONE 2.7s
16:56:26 [2022-07-20T16:56:26.884Z] 
16:56:26 [2022-07-20T16:56:26.884Z] #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
16:56:26 [2022-07-20T16:56:26.884Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:26 [2022-07-20T16:56:26.884Z] #77 139.4 checking for ranlib... ranlib
16:56:26 [2022-07-20T16:56:26.884Z] #77 139.4 checking for gawk... no
16:56:26 [2022-07-20T16:56:26.884Z] #77 139.4 checking for mawk... mawk
16:56:26 [2022-07-20T16:56:26.884Z] #77 139.4 checking command to parse /usr/bin/nm -B output from gcc object... 
16:56:26 [2022-07-20T16:56:26.884Z] #77 ...
16:56:26 [2022-07-20T16:56:26.884Z] 
16:56:26 [2022-07-20T16:56:26.884Z] #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
16:56:26 [2022-07-20T16:56:26.884Z] #16 sha256:2353b8739c8c3fc5049e9faed2ae69cb67f5e282ff7c893028374af64ebc90c2
16:56:26 [2022-07-20T16:56:26.897Z] #77 ...
16:56:26 [2022-07-20T16:56:26.897Z] 
16:56:26 [2022-07-20T16:56:26.897Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:56:26 [2022-07-20T16:56:26.897Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:56:26 [2022-07-20T16:56:26.897Z] #21 49.60 Setting up libaio1:amd64 (0.3.112-9) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 49.62 Setting up python3-lib2to3 (3.9.2-1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.16 Setting up libelf1:amd64 (0.183-1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.18 Setting up zstd (1.4.8+dfsg-2.1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.20 Setting up libonig5:amd64 (6.9.6-1.1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.21 Setting up python3-distutils (3.9.2-1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.78 Setting up vim (2:8.2.2434-3+deb11u1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 50.88 Setting up python3-setuptools (52.0.0-4) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 52.57 Setting up libjq1:amd64 (1.6-2.1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 52.59 Setting up libnftnl11:amd64 (1.1.9-1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 52.60 Setting up thin-provisioning-tools (0.9.0-1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 52.62 Setting up python3-pip (20.3.4-4+deb11u1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 53.80 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 53.82 Setting up jq (1.6-2.1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 53.83 Setting up libbpf0:amd64 (1:0.3-2) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 53.85 Setting up iptables (1.8.7-1) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 53.88 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 53.89 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 53.89 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 53.91 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 53.91 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 53.93 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:56:26 [2022-07-20T16:56:26.897Z] #21 53.94 Setting up iproute2 (5.10.0-4) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 54.33 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:56:26 [2022-07-20T16:56:26.897Z] #21 DONE 54.8s
16:56:26 [2022-07-20T16:56:26.897Z] 
16:56:26 [2022-07-20T16:56:26.897Z] #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
16:56:26 [2022-07-20T16:56:26.897Z] #22 sha256:5f4ae8bfa605e2aba26f7750db7d40147076e30048154293c300649f7263a9d6
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.0 make[5]: Entering directory '/tmp/crun-build/libocispec'
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.1 make[5]: Nothing to be done for 'install-exec-am'.
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.1 make[5]: Nothing to be done for 'install-data-am'.
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.1 make[5]: Leaving directory '/tmp/crun-build/libocispec'
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.1 make[4]: Leaving directory '/tmp/crun-build/libocispec'
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.1 make[3]: Leaving directory '/tmp/crun-build/libocispec'
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.1 make[2]: Leaving directory '/tmp/crun-build/libocispec'
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.1 make[2]: Entering directory '/tmp/crun-build'
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.2   CC       src/libcrun/libcrun_testing_a-utils.o
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.2   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.2   CC       src/libcrun/libcrun_testing_a-container.o
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.2   CC       src/libcrun/libcrun_testing_a-cgroup.o
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.2   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.3   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.3   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.3   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.4   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
16:56:27 [2022-07-20T16:56:27.409Z] #77 168.4   CC       src/libcrun/libcrun_testing_a-criu.o
16:56:27 [2022-07-20T16:56:27.742Z] #77 168.4   CC       src/libcrun/libcrun_testing_a-custom-handler.o
16:56:27 [2022-07-20T16:56:27.742Z] #77 168.5   CC       src/libcrun/libcrun_testing_a-linux.o
16:56:27 [2022-07-20T16:56:27.742Z] #77 168.5   CC       src/libcrun/libcrun_testing_a-seccomp.o
16:56:27 [2022-07-20T16:56:27.742Z] #77 168.5   CC       src/libcrun/libcrun_testing_a-ebpf.o
16:56:27 [2022-07-20T16:56:27.742Z] #77 168.6   CC       src/libcrun/libcrun_testing_a-error.o
16:56:28 [2022-07-20T16:56:28.034Z] #77 168.7   CC       src/libcrun/libcrun_testing_a-status.o
16:56:28 [2022-07-20T16:56:28.034Z] #77 168.7   CC       src/libcrun/libcrun_testing_a-terminal.o
16:56:28 [2022-07-20T16:56:28.034Z] #77 168.8   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
16:56:28 [2022-07-20T16:56:28.034Z] #77 168.9   CC       src/libcrun/libcrun_testing_a-signals.o
16:56:28 [2022-07-20T16:56:28.034Z] #77 168.9   CC       src/libcrun/libcrun_testing_a-mount_flags.o
16:56:28 [2022-07-20T16:56:28.034Z] #77 169.0   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
16:56:28 [2022-07-20T16:56:28.295Z] #77 169.0   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
16:56:28 [2022-07-20T16:56:28.295Z] #77 169.1   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
16:56:28 [2022-07-20T16:56:28.490Z] #14 ...
16:56:28 [2022-07-20T16:56:28.490Z] 
16:56:28 [2022-07-20T16:56:28.490Z] #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
16:56:28 [2022-07-20T16:56:28.490Z] #67 sha256:fb7f3ff1dc1c23b2e35cd04d4f80edcfb66d360ef3a81b9ab3d1815626f8e4a9
16:56:28 [2022-07-20T16:56:28.490Z] #67 188.2 + for f in rootlesskit rootlesskit-docker-proxy
16:56:28 [2022-07-20T16:56:28.490Z] #67 188.2 + GOBIN=/build
16:56:28 [2022-07-20T16:56:28.490Z] #67 188.2 + GO111MODULE=on
16:56:28 [2022-07-20T16:56:28.490Z] #67 188.2 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
16:56:28 [2022-07-20T16:56:28.534Z] #22 1.616 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:56:28 [2022-07-20T16:56:28.534Z] #22 1.626 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:56:28 [2022-07-20T16:56:28.534Z] #22 1.634 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:56:28 [2022-07-20T16:56:28.534Z] #22 DONE 1.7s
16:56:28 [2022-07-20T16:56:28.534Z] 
16:56:28 [2022-07-20T16:56:28.534Z] #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
16:56:28 [2022-07-20T16:56:28.534Z] #60 sha256:5c8285bf500d4f43ed603d0a3ea4c60ebea38354344e285ab8940c8e61c2216f
16:56:28 [2022-07-20T16:56:28.534Z] #60 ...
16:56:28 [2022-07-20T16:56:28.534Z] 
16:56:28 [2022-07-20T16:56:28.534Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
16:56:28 [2022-07-20T16:56:28.534Z] #23 sha256:dcb87a46ef9dcee5ff17fb1ca0baaeb3c72a47cb574067faccf88874bb81e41d
16:56:28 [2022-07-20T16:56:28.875Z] #77 169.4   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
16:56:28 [2022-07-20T16:56:28.875Z] #77 169.7   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
16:56:28 [2022-07-20T16:56:28.875Z] #77 169.8   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
16:56:29 [2022-07-20T16:56:29.137Z] #77 169.9   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
16:56:29 [2022-07-20T16:56:29.396Z] #77 170.2   CC       src/crun-crun.o
16:56:29 [2022-07-20T16:56:29.396Z] #77 170.2   CC       src/crun-run.o
16:56:29 [2022-07-20T16:56:29.396Z] #77 170.4   CC       src/crun-delete.o
16:56:29 [2022-07-20T16:56:29.423Z] #16 DONE 2.4s
16:56:29 [2022-07-20T16:56:29.423Z] 
16:56:29 [2022-07-20T16:56:29.423Z] #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
16:56:29 [2022-07-20T16:56:29.423Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:29 [2022-07-20T16:56:29.423Z] #77 139.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:56:29 [2022-07-20T16:56:29.423Z] #77 140.2 checking for sysroot... no
16:56:29 [2022-07-20T16:56:29.423Z] #77 140.2 checking for a working dd... /bin/dd
16:56:29 [2022-07-20T16:56:29.423Z] #77 140.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:56:29 [2022-07-20T16:56:29.423Z] #77 140.5 checking for mt... no
16:56:29 [2022-07-20T16:56:29.423Z] #77 140.5 checking if : is a manifest tool... no
16:56:29 [2022-07-20T16:56:29.423Z] #77 140.5 checking how to run the C preprocessor... gcc -E
16:56:29 [2022-07-20T16:56:29.655Z] #77 170.4   CC       src/crun-kill.o
16:56:29 [2022-07-20T16:56:29.655Z] #77 170.5   CC       src/crun-pause.o
16:56:29 [2022-07-20T16:56:29.655Z] #77 170.6   CC       src/crun-unpause.o
16:56:29 [2022-07-20T16:56:29.655Z] #77 170.6   CC       src/crun-spec.o
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0 rootlesskit version 1.0.0
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0 Usage of /build/rootlesskit-docker-proxy:
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0   -container-ip string
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0     	container ip
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0   -container-port int
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0     	container port (default -1)
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0   -host-ip string
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0     	host ip
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0   -host-port int
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0     	host port (default -1)
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0   -proto string
16:56:29 [2022-07-20T16:56:29.864Z] #67 200.0     	proxy protocol (default "tcp")
16:56:29 [2022-07-20T16:56:29.992Z] #77 141.2 checking for ANSI C header files... yes
16:56:30 [2022-07-20T16:56:30.224Z] #77 170.8   CC       src/crun-exec.o
16:56:30 [2022-07-20T16:56:30.224Z] #77 170.9   CC       src/crun-list.o
16:56:30 [2022-07-20T16:56:30.224Z] #77 171.0   CC       src/crun-create.o
16:56:30 [2022-07-20T16:56:30.258Z] #77 142.5 checking for sys/types.h... yes
16:56:30 [2022-07-20T16:56:30.431Z] #67 DONE 201.0s
16:56:30 [2022-07-20T16:56:30.431Z] 
16:56:30 [2022-07-20T16:56:30.431Z] #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
16:56:30 [2022-07-20T16:56:30.431Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:30 [2022-07-20T16:56:30.483Z] #77 171.2   CC       src/crun-start.o
16:56:30 [2022-07-20T16:56:30.483Z] #77 171.3   CC       src/crun-state.o
16:56:30 [2022-07-20T16:56:30.518Z] #77 142.9 checking for sys/stat.h... yes
16:56:30 [2022-07-20T16:56:30.691Z] #77 ...
16:56:30 [2022-07-20T16:56:30.691Z] 
16:56:30 [2022-07-20T16:56:30.691Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
16:56:30 [2022-07-20T16:56:30.691Z] #68 sha256:62203f42f6c2aeacf62ddfcf36aea681359848f37d503507cbd414c64b2d3c25
16:56:30 [2022-07-20T16:56:30.691Z] #68 DONE 0.1s
16:56:30 [2022-07-20T16:56:30.691Z] 
16:56:30 [2022-07-20T16:56:30.691Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:56:30 [2022-07-20T16:56:30.691Z] #69 sha256:4477beb9982aacf9139f5ac95a51f7d7103ac488b93ff9e705e13d0eba3a77e4
16:56:30 [2022-07-20T16:56:30.743Z] #77 171.5   CC       src/crun-update.o
16:56:30 [2022-07-20T16:56:30.777Z] #77 143.2 checking for stdlib.h... yes
16:56:30 [2022-07-20T16:56:30.947Z] #69 DONE 0.2s
16:56:30 [2022-07-20T16:56:30.947Z] 
16:56:30 [2022-07-20T16:56:30.947Z] #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
16:56:30 [2022-07-20T16:56:30.947Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:56:31 [2022-07-20T16:56:31.003Z] #77 171.7   CC       src/crun-ps.o
16:56:31 [2022-07-20T16:56:31.003Z] #77 171.8   CC       src/crun-checkpoint.o
16:56:31 [2022-07-20T16:56:31.263Z] #77 172.1   CC       src/crun-restore.o
16:56:31 [2022-07-20T16:56:31.297Z] #77 143.5 checking for string.h... yes
16:56:31 [2022-07-20T16:56:31.297Z] #77 143.8 checking for memory.h... 
16:56:31 [2022-07-20T16:56:31.297Z] #77 ...
16:56:31 [2022-07-20T16:56:31.297Z] 
16:56:31 [2022-07-20T16:56:31.297Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:56:31 [2022-07-20T16:56:31.297Z] #17 sha256:18d853997f98f6e501725e6a0dca2e28b75bc0fed258eefdad09412abc69e98f
16:56:31 [2022-07-20T16:56:31.297Z] #17 1.792 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:56:31 [2022-07-20T16:56:31.297Z] #17 DONE 2.0s
16:56:31 [2022-07-20T16:56:31.522Z] #77 172.4   CC       src/libcrun/libcrun_la-utils.lo
16:56:31 [2022-07-20T16:56:31.560Z] 
16:56:31 [2022-07-20T16:56:31.560Z] #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
16:56:31 [2022-07-20T16:56:31.560Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:31 [2022-07-20T16:56:31.560Z] #77 143.8 checking for memory.h... yes
16:56:31 [2022-07-20T16:56:31.782Z] #77 172.5   CC       src/libcrun/libcrun_la-cloned_binary.lo
16:56:31 [2022-07-20T16:56:31.782Z] #77 172.6   CC       src/libcrun/libcrun_la-container.lo
16:56:32 [2022-07-20T16:56:32.042Z] #77 172.9   CC       src/libcrun/libcrun_la-cgroup.lo
16:56:32 [2022-07-20T16:56:32.130Z] #77 144.1 checking for strings.h... yes
16:56:32 [2022-07-20T16:56:32.130Z] #77 144.5 checking for inttypes.h... yes
16:56:32 [2022-07-20T16:56:32.613Z] #77 173.3   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
16:56:32 [2022-07-20T16:56:32.613Z] #77 173.4   CC       src/libcrun/libcrun_la-cgroup-resources.lo
16:56:32 [2022-07-20T16:56:32.613Z] #77 173.4   CC       src/libcrun/libcrun_la-cgroup-setup.lo
16:56:32 [2022-07-20T16:56:32.613Z] #77 173.5   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
16:56:32 [2022-07-20T16:56:32.873Z] #77 173.7   CC       src/libcrun/libcrun_la-cgroup-utils.lo
16:56:32 [2022-07-20T16:56:32.964Z] #77 144.9 checking for stdint.h... yes
16:56:33 [2022-07-20T16:56:33.132Z] #77 174.0   CC       src/libcrun/libcrun_la-criu.lo
16:56:33 [2022-07-20T16:56:33.224Z] #77 145.4 checking for unistd.h... yes
16:56:33 [2022-07-20T16:56:33.484Z] #77 145.8 checking for dlfcn.h... 
16:56:33 [2022-07-20T16:56:33.484Z] #77 ...
16:56:33 [2022-07-20T16:56:33.484Z] 
16:56:33 [2022-07-20T16:56:33.484Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:56:33 [2022-07-20T16:56:33.484Z] #18 sha256:7087313a5c9192db26b037b8a339397f9646d0eb9fbce0179f7e5774c9a60a68
16:56:33 [2022-07-20T16:56:33.484Z] #18 DONE 2.0s
16:56:33 [2022-07-20T16:56:33.484Z] 
16:56:33 [2022-07-20T16:56:33.484Z] #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
16:56:33 [2022-07-20T16:56:33.484Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:33 [2022-07-20T16:56:33.484Z] #77 145.8 checking for dlfcn.h... yes
16:56:33 [2022-07-20T16:56:33.743Z] #77 146.1 checking for objdir... .libs
16:56:33 [2022-07-20T16:56:33.958Z] #54 ...
16:56:33 [2022-07-20T16:56:33.958Z] 
16:56:33 [2022-07-20T16:56:33.958Z] #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
16:56:33 [2022-07-20T16:56:33.958Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.0 Selecting previously unselected package cpp-aarch64-linux-gnu.
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.1 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.1 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.1 Selecting previously unselected package cpp-arm-linux-gnueabi.
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.1 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.1 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.2 Selecting previously unselected package cpp-arm-linux-gnueabihf.
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.2 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.2 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.3 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.4 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.4 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.4 Selecting previously unselected package cpp-s390x-linux-gnu.
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.4 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.5 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.5 Selecting previously unselected package cross-config.
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.5 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.5 Unpacking cross-config (2.6.18+nmu1) ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.6 Selecting previously unselected package gcc-10-cross-base.
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.6 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.6 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.7 Selecting previously unselected package libc6-arm64-cross.
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.7 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 294.7 Unpacking libc6-arm64-cross (2.31-9cross4) ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 295.2 Selecting previously unselected package libgcc-s1-arm64-cross.
16:56:33 [2022-07-20T16:56:33.958Z] #19 295.2 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 295.2 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 295.3 Selecting previously unselected package libgomp1-arm64-cross.
16:56:33 [2022-07-20T16:56:33.958Z] #19 295.3 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 295.3 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 295.4 Selecting previously unselected package libitm1-arm64-cross.
16:56:33 [2022-07-20T16:56:33.958Z] #19 295.4 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 295.4 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
16:56:33 [2022-07-20T16:56:33.958Z] #19 295.5 Selecting previously unselected package libatomic1-arm64-cross.
16:56:33 [2022-07-20T16:56:33.958Z] #19 295.5 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
16:56:33 [2022-07-20T16:56:33.959Z] #19 295.5 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
16:56:33 [2022-07-20T16:56:33.959Z] #19 295.7 Selecting previously unselected package libasan6-arm64-cross.
16:56:33 [2022-07-20T16:56:33.959Z] #19 295.7 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
16:56:33 [2022-07-20T16:56:33.959Z] #19 295.8 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
16:56:34 [2022-07-20T16:56:34.071Z] #77 174.7   CC       src/libcrun/libcrun_la-custom-handler.lo
16:56:34 [2022-07-20T16:56:34.331Z] #77 175.0   CC       src/libcrun/libcrun_la-linux.lo
16:56:34 [2022-07-20T16:56:34.331Z] #77 175.3   CC       src/libcrun/libcrun_la-seccomp.lo
16:56:34 [2022-07-20T16:56:34.577Z] #77 146.8 checking if gcc supports -fno-rtti -fno-exceptions... no
16:56:34 [2022-07-20T16:56:34.577Z] #77 147.0 checking for gcc option to produce PIC... -fPIC -DPIC
16:56:34 [2022-07-20T16:56:34.577Z] #77 147.0 checking if gcc PIC flag -fPIC -DPIC works... 
16:56:34 [2022-07-20T16:56:34.577Z] #77 ...
16:56:34 [2022-07-20T16:56:34.577Z] 
16:56:34 [2022-07-20T16:56:34.577Z] #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
16:56:34 [2022-07-20T16:56:34.577Z] #60 sha256:77167377de4a2a7dd6fffe297dae49565e69fd17c79d508cb6eb09fea49100b1
16:56:34 [2022-07-20T16:56:34.577Z] #60 1.976 + RM_GOPATH=0
16:56:34 [2022-07-20T16:56:34.577Z] #60 1.976 + TMP_GOPATH=
16:56:34 [2022-07-20T16:56:34.577Z] #60 1.976 + : /build
16:56:34 [2022-07-20T16:56:34.577Z] #60 1.976 + '[' -z '' ']'
16:56:34 [2022-07-20T16:56:34.577Z] #60 1.976 ++ mktemp -d
16:56:34 [2022-07-20T16:56:34.577Z] #60 1.976 + export GOPATH=/tmp/tmp.s3Un5dvBKT
16:56:34 [2022-07-20T16:56:34.577Z] #60 1.976 + GOPATH=/tmp/tmp.s3Un5dvBKT
16:56:34 [2022-07-20T16:56:34.577Z] #60 1.976 + RM_GOPATH=1
16:56:34 [2022-07-20T16:56:34.577Z] #60 1.976 + case "$(go env GOARCH)" in
16:56:34 [2022-07-20T16:56:34.577Z] #60 1.976 ++ go env GOARCH
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.008 + export GO_BUILDMODE=-buildmode=pie
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.009 + GO_BUILDMODE=-buildmode=pie
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.009 ++ dirname /install.sh
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.010 + dir=/
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.011 + bin=runc
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.011 + shift
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.011 + '[' '!' -f //runc.installer ']'
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.011 + . //runc.installer
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.012 ++ set -e
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.012 ++ : v1.1.2
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.012 + install_runc
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.012 + RUNC_BUILDTAGS=seccomp
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.013 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.013 Install runc version v1.1.2 (build tags: seccomp)
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.013 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.s3Un5dvBKT/src/github.com/opencontainers/runc
16:56:34 [2022-07-20T16:56:34.577Z] #60 2.015 Cloning into '/tmp/tmp.s3Un5dvBKT/src/github.com/opencontainers/runc'...
16:56:34 [2022-07-20T16:56:34.577Z] #60 ...
16:56:34 [2022-07-20T16:56:34.577Z] 
16:56:34 [2022-07-20T16:56:34.577Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:56:34 [2022-07-20T16:56:34.577Z] #19 sha256:1a83232c563c2cc040393be4b8a910da5fa1926b9eacda88c6930b98e1f65dad
16:56:34 [2022-07-20T16:56:34.577Z] #19 DONE 1.3s
16:56:34 [2022-07-20T16:56:34.577Z] 
16:56:34 [2022-07-20T16:56:34.577Z] #20 [dev-systemd-false  6/28] RUN ldconfig
16:56:34 [2022-07-20T16:56:34.577Z] #20 sha256:30dcdbf684e2c1ce5b00f48fb1af948db24a1092bad339ec8f33ce546b4d491c
16:56:34 [2022-07-20T16:56:34.900Z] #77 175.5   CC       src/libcrun/libcrun_la-ebpf.lo
16:56:35 [2022-07-20T16:56:35.337Z] #19 297.1 Selecting previously unselected package liblsan0-arm64-cross.
16:56:35 [2022-07-20T16:56:35.337Z] #19 297.1 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
16:56:35 [2022-07-20T16:56:35.337Z] #19 297.1 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
16:56:35 [2022-07-20T16:56:35.597Z] #19 297.4 Selecting previously unselected package libtsan0-arm64-cross.
16:56:35 [2022-07-20T16:56:35.597Z] #19 297.4 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
16:56:35 [2022-07-20T16:56:35.597Z] #19 297.4 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
16:56:35 [2022-07-20T16:56:35.840Z] #77 176.4   CC       src/libcrun/libcrun_la-error.lo
16:56:35 [2022-07-20T16:56:35.840Z] #77 176.7   CC       src/libcrun/libcrun_la-status.lo
16:56:36 [2022-07-20T16:56:36.102Z] #77 177.1   CC       src/libcrun/libcrun_la-terminal.lo
16:56:36 [2022-07-20T16:56:36.200Z] #36 ...
16:56:36 [2022-07-20T16:56:36.200Z] 
16:56:36 [2022-07-20T16:56:36.200Z] #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
16:56:36 [2022-07-20T16:56:36.200Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:56:36 [2022-07-20T16:56:36.200Z] #14 206.8 Selecting previously unselected package g++-mingw-w64-x86-64.
16:56:36 [2022-07-20T16:56:36.200Z] #14 206.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
16:56:36 [2022-07-20T16:56:36.200Z] #14 206.9 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:56:36 [2022-07-20T16:56:36.457Z] #14 207.2 Selecting previously unselected package libapparmor1:amd64.
16:56:36 [2022-07-20T16:56:36.504Z] #20 DONE 1.8s
16:56:36 [2022-07-20T16:56:36.504Z] 
16:56:36 [2022-07-20T16:56:36.504Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:56:36 [2022-07-20T16:56:36.504Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:56:36 [2022-07-20T16:56:36.534Z] #19 298.4 Selecting previously unselected package libstdc++6-arm64-cross.
16:56:36 [2022-07-20T16:56:36.534Z] #19 298.4 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
16:56:36 [2022-07-20T16:56:36.534Z] #19 298.4 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
16:56:36 [2022-07-20T16:56:36.671Z] #77 177.3   CC       src/libcrun/libcrun_la-chroot_realpath.lo
16:56:36 [2022-07-20T16:56:36.713Z] #14 207.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
16:56:36 [2022-07-20T16:56:36.713Z] #14 207.3 Unpacking libapparmor1:amd64 (2.13.6-10) ...
16:56:36 [2022-07-20T16:56:36.713Z] #14 207.4 Selecting previously unselected package libapparmor-dev:amd64.
16:56:36 [2022-07-20T16:56:36.713Z] #14 207.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
16:56:36 [2022-07-20T16:56:36.713Z] #14 207.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
16:56:36 [2022-07-20T16:56:36.792Z] #19 298.7 Selecting previously unselected package libubsan1-arm64-cross.
16:56:36 [2022-07-20T16:56:36.792Z] #19 298.7 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
16:56:36 [2022-07-20T16:56:36.792Z] #19 298.7 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
16:56:36 [2022-07-20T16:56:36.931Z] #77 177.6   CC       src/libcrun/libcrun_la-signals.lo
16:56:36 [2022-07-20T16:56:36.970Z] #14 207.7 Selecting previously unselected package libbtrfs0:amd64.
16:56:36 [2022-07-20T16:56:36.970Z] #14 207.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
16:56:36 [2022-07-20T16:56:36.970Z] #14 207.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:56:37 [2022-07-20T16:56:37.052Z] #19 299.0 Selecting previously unselected package libgcc-10-dev-arm64-cross.
16:56:37 [2022-07-20T16:56:37.052Z] #19 299.0 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
16:56:37 [2022-07-20T16:56:37.052Z] #19 299.0 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
16:56:37 [2022-07-20T16:56:37.190Z] #77 177.8   CC       src/libcrun/libcrun_la-mount_flags.lo
16:56:37 [2022-07-20T16:56:37.227Z] #14 208.1 Selecting previously unselected package libbtrfs-dev:amd64.
16:56:37 [2022-07-20T16:56:37.227Z] #14 208.1 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
16:56:37 [2022-07-20T16:56:37.450Z] #77 178.3   CC       src/libcrun/libcrun_la-seccomp_notify.lo
16:56:37 [2022-07-20T16:56:37.484Z] #14 208.1 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:56:37 [2022-07-20T16:56:37.619Z] #19 299.6 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
16:56:37 [2022-07-20T16:56:37.620Z] #19 299.6 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:56:37 [2022-07-20T16:56:37.620Z] #19 299.6 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:56:37 [2022-07-20T16:56:37.998Z] #14 208.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:56:37 [2022-07-20T16:56:37.998Z] #14 208.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:56:37 [2022-07-20T16:56:37.998Z] #14 208.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:56:37 [2022-07-20T16:56:37.998Z] #14 208.8 Selecting previously unselected package libudev-dev:amd64.
16:56:38 [2022-07-20T16:56:38.020Z] #77 178.7   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
16:56:38 [2022-07-20T16:56:38.255Z] #14 208.8 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
16:56:38 [2022-07-20T16:56:38.255Z] #14 208.8 Unpacking libudev-dev:amd64 (247.3-7) ...
16:56:38 [2022-07-20T16:56:38.255Z] #14 209.0 Selecting previously unselected package libsepol1-dev:amd64.
16:56:38 [2022-07-20T16:56:38.279Z] #77 179.1   CC       src/libcrun/handlers/libcrun_la-krun.lo
16:56:38 [2022-07-20T16:56:38.410Z] #21 2.009 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:56:38 [2022-07-20T16:56:38.512Z] #14 209.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
16:56:38 [2022-07-20T16:56:38.512Z] #14 209.0 Unpacking libsepol1-dev:amd64 (3.1-1) ...
16:56:38 [2022-07-20T16:56:38.539Z] #77 179.5   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
16:56:38 [2022-07-20T16:56:38.669Z] #21 2.135 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:56:38 [2022-07-20T16:56:38.669Z] #21 2.135 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:56:38 [2022-07-20T16:56:38.769Z] #14 209.5 Selecting previously unselected package libpcre2-16-0:amd64.
16:56:38 [2022-07-20T16:56:38.769Z] #14 209.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
16:56:38 [2022-07-20T16:56:38.769Z] #14 209.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
16:56:38 [2022-07-20T16:56:38.799Z] #77 179.7   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
16:56:39 [2022-07-20T16:56:39.332Z] #14 209.9 Selecting previously unselected package libpcre2-32-0:amd64.
16:56:39 [2022-07-20T16:56:39.332Z] #14 209.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
16:56:39 [2022-07-20T16:56:39.332Z] #14 210.0 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
16:56:39 [2022-07-20T16:56:39.372Z] #77 180.0   CC       tests/init.o
16:56:39 [2022-07-20T16:56:39.590Z] #14 210.3 Selecting previously unselected package libpcre2-posix2:amd64.
16:56:39 [2022-07-20T16:56:39.590Z] #14 210.3 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
16:56:39 [2022-07-20T16:56:39.607Z] #21 2.904 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:56:39 [2022-07-20T16:56:39.849Z] #14 210.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
16:56:39 [2022-07-20T16:56:39.850Z] #14 210.6 Selecting previously unselected package libpcre2-dev:amd64.
16:56:39 [2022-07-20T16:56:39.850Z] #14 210.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
16:56:39 [2022-07-20T16:56:39.850Z] #14 210.6 Unpacking libpcre2-dev:amd64 (10.36-2) ...
16:56:39 [2022-07-20T16:56:39.941Z] #77 180.6   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
16:56:40 [2022-07-20T16:56:40.152Z] #19 ...
16:56:40 [2022-07-20T16:56:40.152Z] 
16:56:40 [2022-07-20T16:56:40.152Z] #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
16:56:40 [2022-07-20T16:56:40.152Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:40 [2022-07-20T16:56:40.152Z] #84 256.4   CCLD     tests/init
16:56:40 [2022-07-20T16:56:40.743Z] #23 10.83 Collecting yamllint==1.26.1
16:56:40 [2022-07-20T16:56:40.743Z] #23 11.97   Downloading yamllint-1.26.1.tar.gz (126 kB)
16:56:40 [2022-07-20T16:56:40.779Z] #14 211.3 Selecting previously unselected package libselinux1-dev:amd64.
16:56:40 [2022-07-20T16:56:40.779Z] #14 211.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
16:56:40 [2022-07-20T16:56:40.779Z] #14 211.4 Unpacking libselinux1-dev:amd64 (3.1-3) ...
16:56:40 [2022-07-20T16:56:40.985Z] #21 4.424 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:56:41 [2022-07-20T16:56:41.342Z] #14 212.1 Selecting previously unselected package libdevmapper-dev:amd64.
16:56:41 [2022-07-20T16:56:41.342Z] #14 212.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
16:56:41 [2022-07-20T16:56:41.342Z] #14 212.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:56:41 [2022-07-20T16:56:41.599Z] #14 212.3 Selecting previously unselected package libseccomp-dev:amd64.
16:56:41 [2022-07-20T16:56:41.599Z] #14 212.4 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
16:56:41 [2022-07-20T16:56:41.599Z] #14 212.4 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:56:41 [2022-07-20T16:56:41.679Z] #23 13.21 Collecting pathspec>=0.5.3
16:56:41 [2022-07-20T16:56:41.938Z] #23 13.22   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
16:56:42 [2022-07-20T16:56:42.163Z] #14 212.7 Selecting previously unselected package libsystemd-dev:amd64.
16:56:42 [2022-07-20T16:56:42.163Z] #14 212.8 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
16:56:42 [2022-07-20T16:56:42.163Z] #14 212.8 Unpacking libsystemd-dev:amd64 (247.3-7) ...
16:56:42 [2022-07-20T16:56:42.197Z] #23 13.72 Collecting pyyaml
16:56:42 [2022-07-20T16:56:42.197Z] #23 13.74   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)
16:56:42 [2022-07-20T16:56:42.364Z] #21 ...
16:56:42 [2022-07-20T16:56:42.364Z] 
16:56:42 [2022-07-20T16:56:42.364Z] #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
16:56:42 [2022-07-20T16:56:42.364Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:42 [2022-07-20T16:56:42.364Z] #77 147.0 checking if gcc PIC flag -fPIC -DPIC works... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 147.3 checking if gcc static flag -static works... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 148.3 checking if gcc supports -c -o file.o... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 148.6 checking if gcc supports -c -o file.o... (cached) yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 148.6 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 148.8 checking dynamic linker characteristics... GNU/Linux ld.so
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.3 checking how to hardcode library paths into programs... immediate
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.3 checking whether stripping libraries is possible... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.4 checking if libtool supports shared libraries... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.4 checking whether to build shared libraries... no
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.4 checking whether to build static libraries... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.4 checking for a BSD-compatible install... /usr/bin/install -c
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.4 checking whether build environment is sane... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.6 checking whether make sets $(MAKE)... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.7 checking whether make supports the include directive... yes (GNU style)
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.8 checking whether make supports nested variables... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.9 checking whether UID '0' is supported by ustar format... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.9 checking whether GID '0' is supported by ustar format... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 149.9 checking how to create a ustar tar archive... gnutar
16:56:42 [2022-07-20T16:56:42.364Z] #77 150.0 checking dependency style of gcc... gcc3
16:56:42 [2022-07-20T16:56:42.364Z] #77 150.4 checking whether to enable maintainer-specific portions of Makefiles... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 150.4 checking whether make supports nested variables... (cached) yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 150.4 checking for gawk... (cached) mawk
16:56:42 [2022-07-20T16:56:42.364Z] #77 150.4 checking for a sed that does not truncate output... (cached) /bin/sed
16:56:42 [2022-07-20T16:56:42.364Z] #77 150.5 checking for gcc... (cached) gcc
16:56:42 [2022-07-20T16:56:42.364Z] #77 150.9 checking whether we are using the GNU C compiler... (cached) yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 150.9 checking whether gcc accepts -g... (cached) yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 150.9 checking for gcc option to accept ISO C89... (cached) none needed
16:56:42 [2022-07-20T16:56:42.364Z] #77 150.9 checking whether gcc understands -c and -o together... (cached) yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 150.9 checking for a Python interpreter with version >= 3... python3
16:56:42 [2022-07-20T16:56:42.364Z] #77 151.1 checking for python3... /usr/bin/python3
16:56:42 [2022-07-20T16:56:42.364Z] #77 151.1 checking for python3 version... 3.9
16:56:42 [2022-07-20T16:56:42.364Z] #77 151.2 checking for python3 platform... linux
16:56:42 [2022-07-20T16:56:42.364Z] #77 151.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:56:42 [2022-07-20T16:56:42.364Z] #77 151.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:56:42 [2022-07-20T16:56:42.364Z] #77 151.9 checking for go-md2man... no
16:56:42 [2022-07-20T16:56:42.364Z] #77 152.0 checking error.h usability... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 152.3 checking error.h presence... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 152.4 checking for error.h... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 152.4 checking linux/openat2.h usability... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 152.6 checking linux/openat2.h presence... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 152.8 checking for linux/openat2.h... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 152.8 checking for copy_file_range... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 153.3 checking for fgetxattr... yes
16:56:42 [2022-07-20T16:56:42.364Z] #77 154.0 checking for statx... yes
16:56:42 [2022-07-20T16:56:42.455Z] #23 13.82 Building wheels for collected packages: yamllint
16:56:42 [2022-07-20T16:56:42.455Z] #23 13.82   Building wheel for yamllint (setup.py): started
16:56:42 [2022-07-20T16:56:42.624Z] #77 154.6 checking for fgetpwent_r... yes
16:56:43 [2022-07-20T16:56:43.160Z] #14 213.7 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:56:43 [2022-07-20T16:56:43.160Z] #14 213.8 Setting up libapparmor1:amd64 (2.13.6-10) ...
16:56:43 [2022-07-20T16:56:43.160Z] #14 213.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:56:43 [2022-07-20T16:56:43.160Z] #14 213.9 Setting up libsepol1-dev:amd64 (3.1-1) ...
16:56:43 [2022-07-20T16:56:43.160Z] #14 213.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:56:43 [2022-07-20T16:56:43.192Z] #77 155.1 checking for issetugid... no
16:56:43 [2022-07-20T16:56:43.192Z] #77 155.8 checking for pkg-config... /usr/bin/pkg-config
16:56:43 [2022-07-20T16:56:43.396Z] #23 14.93   Building wheel for yamllint (setup.py): finished with status 'done'
16:56:43 [2022-07-20T16:56:43.396Z] #23 14.93   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=feea234f52013b0396637c75d9d2c32db11036695132141574226cf35a98fb63
16:56:43 [2022-07-20T16:56:43.396Z] #23 14.93   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
16:56:43 [2022-07-20T16:56:43.396Z] #23 14.94 Successfully built yamllint
16:56:43 [2022-07-20T16:56:43.396Z] #23 14.96 Installing collected packages: pyyaml, pathspec, yamllint
16:56:43 [2022-07-20T16:56:43.440Z] #14 214.0 Setting up libpcre2-16-0:amd64 (10.36-2) ...
16:56:43 [2022-07-20T16:56:43.440Z] #14 214.0 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:56:43 [2022-07-20T16:56:43.440Z] #14 214.1 Setting up libpcre2-32-0:amd64 (10.36-2) ...
16:56:43 [2022-07-20T16:56:43.440Z] #14 214.1 Setting up libudev-dev:amd64 (247.3-7) ...
16:56:43 [2022-07-20T16:56:43.440Z] #14 214.1 Setting up libpcre2-posix2:amd64 (10.36-2) ...
16:56:43 [2022-07-20T16:56:43.440Z] #14 214.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:56:43 [2022-07-20T16:56:43.440Z] #14 214.2 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:56:43 [2022-07-20T16:56:43.440Z] #14 214.2 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:56:43 [2022-07-20T16:56:43.440Z] #14 214.2 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
16:56:43 [2022-07-20T16:56:43.440Z] #14 214.2 Setting up mingw-w64-common (8.0.0-1) ...
16:56:43 [2022-07-20T16:56:43.440Z] #14 214.2 Setting up libsystemd-dev:amd64 (247.3-7) ...
16:56:43 [2022-07-20T16:56:43.452Z] #77 155.8 checking pkg-config is at least version 0.9.0... yes
16:56:43 [2022-07-20T16:56:43.697Z] #14 214.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
16:56:43 [2022-07-20T16:56:43.697Z] #14 214.3 Setting up libpcre2-dev:amd64 (10.36-2) ...
16:56:43 [2022-07-20T16:56:43.697Z] #14 214.3 Setting up libselinux1-dev:amd64 (3.1-3) ...
16:56:43 [2022-07-20T16:56:43.697Z] #14 214.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:56:43 [2022-07-20T16:56:43.697Z] #14 214.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:56:43 [2022-07-20T16:56:43.697Z] #14 214.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:56:43 [2022-07-20T16:56:43.697Z] #14 214.4 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:56:43 [2022-07-20T16:56:43.697Z] #14 214.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:56:43 [2022-07-20T16:56:43.697Z] #14 214.4 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
16:56:43 [2022-07-20T16:56:43.697Z] #14 214.5 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:56:43 [2022-07-20T16:56:43.960Z] #14 214.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:56:43 [2022-07-20T16:56:43.960Z] #14 214.5 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:56:43 [2022-07-20T16:56:43.960Z] #14 214.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:56:43 [2022-07-20T16:56:43.960Z] #14 214.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:56:43 [2022-07-20T16:56:43.960Z] #14 214.7 Setting up dmsetup (2:1.02.175-2.1) ...
16:56:43 [2022-07-20T16:56:43.960Z] #14 214.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:56:43 [2022-07-20T16:56:43.964Z] #23 15.42 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
16:56:44 [2022-07-20T16:56:44.021Z] #77 155.8 checking for library containing yajl_tree_get... -lyajl
16:56:44 [2022-07-20T16:56:44.225Z] #14 214.8 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:56:44 [2022-07-20T16:56:44.225Z] #14 214.8 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:56:44 [2022-07-20T16:56:44.280Z] #77 156.7 checking for yajl >= 2.0.0... yes
16:56:44 [2022-07-20T16:56:44.280Z] #77 156.8 checking sys/capability.h usability... 
16:56:44 [2022-07-20T16:56:44.280Z] #77 ...
16:56:44 [2022-07-20T16:56:44.280Z] 
16:56:44 [2022-07-20T16:56:44.280Z] #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
16:56:44 [2022-07-20T16:56:44.280Z] #60 sha256:77167377de4a2a7dd6fffe297dae49565e69fd17c79d508cb6eb09fea49100b1
16:56:44 [2022-07-20T16:56:44.280Z] #60 19.63 + cd /tmp/tmp.s3Un5dvBKT/src/github.com/opencontainers/runc
16:56:44 [2022-07-20T16:56:44.280Z] #60 19.63 + git checkout -q v1.1.2
16:56:44 [2022-07-20T16:56:44.484Z] #14 ...
16:56:44 [2022-07-20T16:56:44.484Z] 
16:56:44 [2022-07-20T16:56:44.484Z] #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
16:56:44 [2022-07-20T16:56:44.484Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:44 [2022-07-20T16:56:44.484Z] #77 136.2 configure.ac:11: installing 'build-aux/compile'
16:56:44 [2022-07-20T16:56:44.484Z] #77 136.2 configure.ac:11: installing 'build-aux/config.guess'
16:56:44 [2022-07-20T16:56:44.484Z] #77 136.2 configure.ac:11: installing 'build-aux/config.sub'
16:56:44 [2022-07-20T16:56:44.533Z] #23 DONE 15.9s
16:56:44 [2022-07-20T16:56:44.533Z] 
16:56:44 [2022-07-20T16:56:44.533Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
16:56:44 [2022-07-20T16:56:44.533Z] #27 sha256:dd17c064daaf1a943400f844958851550cfafd054ec8aadc33436dba47f77e85
16:56:44 [2022-07-20T16:56:44.752Z] #77 136.2 configure.ac:13: installing 'build-aux/install-sh'
16:56:44 [2022-07-20T16:56:44.752Z] #77 136.2 configure.ac:13: installing 'build-aux/missing'
16:56:44 [2022-07-20T16:56:44.752Z] #77 136.2 configure.ac:8: installing 'build-aux/tap-driver.sh'
16:56:45 [2022-07-20T16:56:45.012Z] #77 136.5 Makefile.am: installing 'build-aux/depcomp'
16:56:45 [2022-07-20T16:56:45.102Z] #27 DONE 0.4s
16:56:45 [2022-07-20T16:56:45.102Z] 
16:56:45 [2022-07-20T16:56:45.102Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
16:56:45 [2022-07-20T16:56:45.102Z] #32 sha256:064aab405609cfaef81ff35eb4221580b9da585fc1501518f2394cf375df9fe9
16:56:45 [2022-07-20T16:56:45.584Z] #77 ...
16:56:45 [2022-07-20T16:56:45.584Z] 
16:56:45 [2022-07-20T16:56:45.584Z] #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
16:56:45 [2022-07-20T16:56:45.584Z] #14 sha256:c96ce68fe6e2e2ab07f0103d341eb2f5064edb1955868e3a965bbcba1ee3cb51
16:56:45 [2022-07-20T16:56:45.584Z] #14 DONE 216.2s
16:56:45 [2022-07-20T16:56:45.584Z] 
16:56:45 [2022-07-20T16:56:45.584Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
16:56:45 [2022-07-20T16:56:45.584Z] #59 sha256:db7b6dfbde4056bd3eaf3caa22d06ebb5cd24bd709adcd548043bdf8acf5d0f5
16:56:45 [2022-07-20T16:56:45.660Z] #60 20.98 + '[' -z '' ']'
16:56:45 [2022-07-20T16:56:45.660Z] #60 20.98 + target=static
16:56:45 [2022-07-20T16:56:45.660Z] #60 20.98 + make BUILDTAGS=seccomp static
16:56:45 [2022-07-20T16:56:45.669Z] #32 DONE 0.6s
16:56:45 [2022-07-20T16:56:45.669Z] 
16:56:45 [2022-07-20T16:56:45.669Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
16:56:45 [2022-07-20T16:56:45.669Z] #35 sha256:9a4aa9c834982e19a832b09abfb6015e709308e28bfbb7004e9dcc8800ece7f6
16:56:45 [2022-07-20T16:56:45.841Z] #59 DONE 0.2s
16:56:45 [2022-07-20T16:56:45.841Z] 
16:56:45 [2022-07-20T16:56:45.841Z] #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
16:56:45 [2022-07-20T16:56:45.841Z] #60 sha256:521edc8da9fd8e91b94ee86a3d09913492d90c275667757ee308ce8f8ddb3677
16:56:45 [2022-07-20T16:56:45.928Z] #35 DONE 0.4s
16:56:45 [2022-07-20T16:56:45.928Z] 
16:56:45 [2022-07-20T16:56:45.928Z] #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
16:56:45 [2022-07-20T16:56:45.928Z] #64 sha256:0b18d0afb004246aa6b9bcbb2e2c6989d25f273f24276c87e0e0d11a35a8e8bd
16:56:45 [2022-07-20T16:56:45.928Z] #64 ...
16:56:45 [2022-07-20T16:56:45.928Z] 
16:56:45 [2022-07-20T16:56:45.928Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
16:56:45 [2022-07-20T16:56:45.928Z] #37 sha256:e40e516067509ba1d5548703c2f958e5400f8868469d31b61126c262905204f9
16:56:46 [2022-07-20T16:56:46.187Z] #37 DONE 0.4s
16:56:46 [2022-07-20T16:56:46.187Z] 
16:56:46 [2022-07-20T16:56:46.187Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
16:56:46 [2022-07-20T16:56:46.187Z] #39 sha256:ad50baf0fa0db479f7b980669dc72435c982d188ed5a7928880beb1b4ce0c594
16:56:46 [2022-07-20T16:56:46.231Z] #60 21.55 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
16:56:46 [2022-07-20T16:56:46.446Z] #39 DONE 0.1s
16:56:46 [2022-07-20T16:56:46.446Z] 
16:56:46 [2022-07-20T16:56:46.446Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
16:56:46 [2022-07-20T16:56:46.446Z] #41 sha256:9bd4a7bca75f0e0554efe3c29b99e66c7804cb79f6b4c3be06d62d49965e99c7
16:56:46 [2022-07-20T16:56:46.446Z] #41 DONE 0.1s
16:56:46 [2022-07-20T16:56:46.446Z] 
16:56:46 [2022-07-20T16:56:46.446Z] #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
16:56:46 [2022-07-20T16:56:46.446Z] #64 sha256:0b18d0afb004246aa6b9bcbb2e2c6989d25f273f24276c87e0e0d11a35a8e8bd
16:56:46 [2022-07-20T16:56:46.446Z] #64 ...
16:56:46 [2022-07-20T16:56:46.446Z] 
16:56:46 [2022-07-20T16:56:46.446Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
16:56:46 [2022-07-20T16:56:46.446Z] #45 sha256:b70e83c996fc04e5c67878d2f398e4e95bc0d0ba00d1ab6588c3ac4dd7ccafce
16:56:46 [2022-07-20T16:56:46.446Z] #45 DONE 0.1s
16:56:46 [2022-07-20T16:56:46.705Z] 
16:56:46 [2022-07-20T16:56:46.705Z] #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
16:56:46 [2022-07-20T16:56:46.705Z] #64 sha256:0b18d0afb004246aa6b9bcbb2e2c6989d25f273f24276c87e0e0d11a35a8e8bd
16:56:46 [2022-07-20T16:56:46.713Z] #84 ...
16:56:46 [2022-07-20T16:56:46.713Z] 
16:56:46 [2022-07-20T16:56:46.713Z] #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
16:56:46 [2022-07-20T16:56:46.713Z] #54 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:56:46 [2022-07-20T16:56:46.713Z] #54 DONE 321.5s
16:56:46 [2022-07-20T16:56:46.713Z] 
16:56:46 [2022-07-20T16:56:46.713Z] #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
16:56:46 [2022-07-20T16:56:46.713Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:56:47 [2022-07-20T16:56:47.736Z] #60 ...
16:56:47 [2022-07-20T16:56:47.736Z] 
16:56:47 [2022-07-20T16:56:47.736Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
16:56:47 [2022-07-20T16:56:47.736Z] #15 sha256:edcda5693d2635c3f069f2011ba6db8c7ce89b36645414c0f57c08a72d007d85
16:56:47 [2022-07-20T16:56:47.736Z] #15 DONE 2.1s
16:56:47 [2022-07-20T16:56:47.736Z] 
16:56:47 [2022-07-20T16:56:47.736Z] #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
16:56:47 [2022-07-20T16:56:47.736Z] #60 sha256:521edc8da9fd8e91b94ee86a3d09913492d90c275667757ee308ce8f8ddb3677
16:56:47 [2022-07-20T16:56:47.736Z] #60 1.939 + RM_GOPATH=0
16:56:47 [2022-07-20T16:56:47.736Z] #60 1.939 + TMP_GOPATH=
16:56:47 [2022-07-20T16:56:47.736Z] #60 1.939 + : /build
16:56:47 [2022-07-20T16:56:47.736Z] #60 1.939 + '[' -z '' ']'
16:56:47 [2022-07-20T16:56:47.736Z] #60 1.940 ++ mktemp -d
16:56:47 [2022-07-20T16:56:47.736Z] #60 1.943 + export GOPATH=/tmp/tmp.80BkWVLlcG
16:56:47 [2022-07-20T16:56:47.736Z] #60 1.943 + GOPATH=/tmp/tmp.80BkWVLlcG
16:56:47 [2022-07-20T16:56:47.736Z] #60 1.943 + RM_GOPATH=1
16:56:47 [2022-07-20T16:56:47.736Z] #60 1.943 + case "$(go env GOARCH)" in
16:56:47 [2022-07-20T16:56:47.736Z] #60 1.943 ++ go env GOARCH
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 Install runc version v1.1.2 (build tags: seccomp)
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 + export GO_BUILDMODE=-buildmode=pie
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 + GO_BUILDMODE=-buildmode=pie
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 ++ dirname /install.sh
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 + dir=/
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 + bin=runc
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 + shift
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 + '[' '!' -f //runc.installer ']'
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 + . //runc.installer
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 ++ set -e
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 ++ : v1.1.2
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 + install_runc
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 + RUNC_BUILDTAGS=seccomp
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.80BkWVLlcG/src/github.com/opencontainers/runc
16:56:47 [2022-07-20T16:56:47.736Z] #60 2.011 Cloning into '/tmp/tmp.80BkWVLlcG/src/github.com/opencontainers/runc'...
16:56:50 [2022-07-20T16:56:50.264Z] #60 ...
16:56:50 [2022-07-20T16:56:50.264Z] 
16:56:50 [2022-07-20T16:56:50.264Z] #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
16:56:50 [2022-07-20T16:56:50.264Z] #16 sha256:2353b8739c8c3fc5049e9faed2ae69cb67f5e282ff7c893028374af64ebc90c2
16:56:50 [2022-07-20T16:56:50.264Z] #16 DONE 2.2s
16:56:50 [2022-07-20T16:56:50.264Z] 
16:56:50 [2022-07-20T16:56:50.264Z] #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
16:56:50 [2022-07-20T16:56:50.264Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:50 [2022-07-20T16:56:50.264Z] #77 138.6 checking build system type... x86_64-pc-linux-gnu
16:56:50 [2022-07-20T16:56:50.264Z] #77 139.2 checking host system type... x86_64-pc-linux-gnu
16:56:50 [2022-07-20T16:56:50.264Z] #77 139.2 checking how to print strings... printf
16:56:50 [2022-07-20T16:56:50.264Z] #77 139.2 checking for gcc... gcc
16:56:50 [2022-07-20T16:56:50.264Z] #77 139.5 checking whether the C compiler works... yes
16:56:50 [2022-07-20T16:56:50.264Z] #77 139.9 checking for C compiler default output file name... a.out
16:56:50 [2022-07-20T16:56:50.264Z] #77 139.9 checking for suffix of executables... 
16:56:50 [2022-07-20T16:56:50.264Z] #77 140.3 checking whether we are cross compiling... no
16:56:50 [2022-07-20T16:56:50.264Z] #77 140.8 checking for suffix of object files... o
16:56:50 [2022-07-20T16:56:50.264Z] #77 141.0 checking whether we are using the GNU C compiler... yes
16:56:50 [2022-07-20T16:56:50.264Z] #77 141.2 checking whether gcc accepts -g... yes
16:56:50 [2022-07-20T16:56:50.264Z] #77 141.4 checking for gcc option to accept ISO C89... none needed
16:56:50 [2022-07-20T16:56:50.264Z] #77 141.7 checking whether gcc understands -c and -o together... yes
16:56:50 [2022-07-20T16:56:50.264Z] #77 142.0 checking for a sed that does not truncate output... /bin/sed
16:56:50 [2022-07-20T16:56:50.427Z] #60 ...
16:56:50 [2022-07-20T16:56:50.427Z] 
16:56:50 [2022-07-20T16:56:50.427Z] #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
16:56:50 [2022-07-20T16:56:50.427Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:50 [2022-07-20T16:56:50.427Z] #77 156.8 checking sys/capability.h usability... yes
16:56:50 [2022-07-20T16:56:50.427Z] #77 157.1 checking sys/capability.h presence... yes
16:56:50 [2022-07-20T16:56:50.427Z] #77 157.3 checking for sys/capability.h... yes
16:56:50 [2022-07-20T16:56:50.427Z] #77 157.3 checking for library containing cap_from_name... -lcap
16:56:50 [2022-07-20T16:56:50.427Z] #77 157.8 checking for library containing dlopen... -ldl
16:56:50 [2022-07-20T16:56:50.427Z] #77 158.5 checking seccomp.h usability... yes
16:56:50 [2022-07-20T16:56:50.427Z] #77 158.8 checking seccomp.h presence... yes
16:56:50 [2022-07-20T16:56:50.427Z] #77 158.9 checking for seccomp.h... yes
16:56:50 [2022-07-20T16:56:50.427Z] #77 158.9 checking for library containing seccomp_rule_add... -lseccomp
16:56:50 [2022-07-20T16:56:50.427Z] #77 159.7 checking for library containing seccomp_arch_resolve_name... none required
16:56:50 [2022-07-20T16:56:50.427Z] #77 160.1 checking systemd/sd-bus.h usability... yes
16:56:50 [2022-07-20T16:56:50.428Z] #77 160.5 checking systemd/sd-bus.h presence... yes
16:56:50 [2022-07-20T16:56:50.428Z] #77 160.8 checking for systemd/sd-bus.h... yes
16:56:50 [2022-07-20T16:56:50.428Z] #77 160.8 checking for library containing sd_bus_match_signal_async... -lsystemd
16:56:50 [2022-07-20T16:56:50.428Z] #77 161.9 checking for sd_notify_barrier... yes
16:56:50 [2022-07-20T16:56:50.428Z] #77 162.5 checking linux/bpf.h usability... yes
16:56:50 [2022-07-20T16:56:50.428Z] #77 162.9 checking linux/bpf.h presence... yes
16:56:50 [2022-07-20T16:56:50.428Z] #77 162.9 checking for linux/bpf.h... yes
16:56:50 [2022-07-20T16:56:50.521Z] #77 142.0 checking for grep that handles long lines and -e... /bin/grep
16:56:50 [2022-07-20T16:56:50.521Z] #77 142.0 checking for egrep... /bin/grep -E
16:56:50 [2022-07-20T16:56:50.521Z] #77 142.0 checking for fgrep... /bin/grep -F
16:56:50 [2022-07-20T16:56:50.521Z] #77 142.0 checking for ld used by gcc... /usr/bin/ld
16:56:50 [2022-07-20T16:56:50.521Z] #77 142.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:56:50 [2022-07-20T16:56:50.687Z] #77 163.0 checking compilation for eBPF... yes
16:56:50 [2022-07-20T16:56:50.687Z] #77 163.2 checking for criu >= 3.15... no
16:56:50 [2022-07-20T16:56:50.687Z] #77 163.3 configure: CRIU headers not found, building without CRIU support
16:56:50 [2022-07-20T16:56:50.778Z] #77 142.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:56:50 [2022-07-20T16:56:50.947Z] #77 163.3 checking for criu > 3.16... no
16:56:50 [2022-07-20T16:56:50.947Z] #77 163.4 configure: CRIU version doesn't support join-ns API
16:56:50 [2022-07-20T16:56:50.947Z] #77 163.4 checking for criu > 3.16.1... no
16:56:50 [2022-07-20T16:56:50.947Z] #77 163.4 configure: CRIU version doesn't support for pre-dumping
16:56:50 [2022-07-20T16:56:50.947Z] #77 163.4 checking for new mount API (fsconfig)... yes
16:56:51 [2022-07-20T16:56:51.035Z] #77 142.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:56:51 [2022-07-20T16:56:51.035Z] #77 142.6 checking whether ln -s works... yes
16:56:51 [2022-07-20T16:56:51.035Z] #77 142.6 checking the maximum length of command line arguments... 1572864
16:56:51 [2022-07-20T16:56:51.206Z] #77 163.5 checking for seccomp notify API... yes
16:56:51 [2022-07-20T16:56:51.206Z] #77 163.7 checking for gperf... no
16:56:51 [2022-07-20T16:56:51.206Z] #77 163.7 configure: gperf not found - cannot rebuild signal parser code
16:56:51 [2022-07-20T16:56:51.292Z] #77 142.7 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:56:51 [2022-07-20T16:56:51.292Z] #77 142.7 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:56:51 [2022-07-20T16:56:51.292Z] #77 142.7 checking for /usr/bin/ld option to reload object files... -r
16:56:51 [2022-07-20T16:56:51.292Z] #77 142.7 checking for objdump... objdump
16:56:51 [2022-07-20T16:56:51.292Z] #77 142.7 checking how to recognize dependent libraries... pass_all
16:56:51 [2022-07-20T16:56:51.292Z] #77 142.8 checking for dlltool... no
16:56:51 [2022-07-20T16:56:51.292Z] #77 142.8 checking how to associate runtime and link libraries... printf %s\n
16:56:51 [2022-07-20T16:56:51.292Z] #77 142.8 checking for ar... ar
16:56:51 [2022-07-20T16:56:51.292Z] #77 142.8 checking for archiver @FILE support... 
16:56:51 [2022-07-20T16:56:51.292Z] #77 ...
16:56:51 [2022-07-20T16:56:51.292Z] 
16:56:51 [2022-07-20T16:56:51.292Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:56:51 [2022-07-20T16:56:51.292Z] #17 sha256:18d853997f98f6e501725e6a0dca2e28b75bc0fed258eefdad09412abc69e98f
16:56:51 [2022-07-20T16:56:51.292Z] #17 1.518 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:56:51 [2022-07-20T16:56:51.292Z] #17 DONE 1.6s
16:56:51 [2022-07-20T16:56:51.466Z] #77 163.7 checking for library containing argp_parse... none required
16:56:51 [2022-07-20T16:56:51.549Z] 
16:56:51 [2022-07-20T16:56:51.549Z] #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
16:56:51 [2022-07-20T16:56:51.549Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:51 [2022-07-20T16:56:51.549Z] #77 142.8 checking for archiver @FILE support... @
16:56:51 [2022-07-20T16:56:51.549Z] #77 143.1 checking for strip... strip
16:56:51 [2022-07-20T16:56:51.549Z] #77 143.1 checking for ranlib... ranlib
16:56:51 [2022-07-20T16:56:51.549Z] #77 143.1 checking for gawk... no
16:56:51 [2022-07-20T16:56:51.549Z] #77 143.1 checking for mawk... mawk
16:56:51 [2022-07-20T16:56:51.726Z] #77 164.3 checking that generated files are newer than configure... done
16:56:51 [2022-07-20T16:56:51.726Z] #77 164.3 configure: creating ./config.status
16:56:52 [2022-07-20T16:56:52.480Z] #77 143.1 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:56:52 [2022-07-20T16:56:52.481Z] #77 144.1 checking for sysroot... no
16:56:52 [2022-07-20T16:56:52.481Z] #77 144.1 checking for a working dd... /bin/dd
16:56:52 [2022-07-20T16:56:52.481Z] #77 144.1 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:56:52 [2022-07-20T16:56:52.738Z] #77 144.2 checking for mt... no
16:56:52 [2022-07-20T16:56:52.738Z] #77 144.2 checking if : is a manifest tool... no
16:56:52 [2022-07-20T16:56:52.996Z] #77 144.3 checking how to run the C preprocessor... gcc -E
16:56:53 [2022-07-20T16:56:53.636Z] #77 ...
16:56:53 [2022-07-20T16:56:53.636Z] 
16:56:53 [2022-07-20T16:56:53.636Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:56:53 [2022-07-20T16:56:53.636Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:56:53 [2022-07-20T16:56:53.636Z] #21 6.907 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:56:53 [2022-07-20T16:56:53.636Z] #21 13.63 Fetched 8555 kB in 12s (712 kB/s)
16:56:53 [2022-07-20T16:56:53.820Z] #77 144.8 checking for ANSI C header files... 
16:56:53 [2022-07-20T16:56:53.820Z] #77 ...
16:56:53 [2022-07-20T16:56:53.820Z] 
16:56:53 [2022-07-20T16:56:53.820Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:56:53 [2022-07-20T16:56:53.820Z] #18 sha256:7087313a5c9192db26b037b8a339397f9646d0eb9fbce0179f7e5774c9a60a68
16:56:53 [2022-07-20T16:56:53.820Z] #18 DONE 2.5s
16:56:53 [2022-07-20T16:56:53.898Z] #21 13.63 Reading package lists...
16:56:53 [2022-07-20T16:56:53.898Z] #21 ...
16:56:53 [2022-07-20T16:56:53.898Z] 
16:56:53 [2022-07-20T16:56:53.898Z] #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
16:56:53 [2022-07-20T16:56:53.898Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 Delve is a source level debugger for Go programs.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 Delve enables you to interact with your program by controlling the execution of the process,
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 Pass flags to the program you are debugging using `--`, for example:
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 `dlv exec ./hello -- server --config conf/config.toml`
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 Usage:
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   dlv [command]
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 Available Commands:
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   attach      Attach to running process and begin debugging.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   connect     Connect to a headless debug server with a terminal client.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   core        Examine a core dump.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   debug       Compile and begin debugging main package in current directory, or the package specified.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   exec        Execute a precompiled binary, and begin a debug session.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   help        Help about any command
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   run         Deprecated command. Use 'debug' instead.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   test        Compile test binary and begin debugging program.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   trace       Compile and begin tracing program.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   version     Prints version.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 Flags:
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.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)
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.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)
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --disable-aslr                     Disables address space randomization
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   -h, --help                             help for dlv
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --init string                      Init file, executed by the terminal client.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --log                              Enable debugging server logging.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6       --wd string                        Working directory for running the program.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 Additional help topics:
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   dlv backend  Help about the --backend flag.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   dlv log      Help about logging flags.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6   dlv redirect Help about file redirection.
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 
16:56:53 [2022-07-20T16:56:53.898Z] #36 242.6 Use "dlv [command] --help" for more information about a command.
16:56:54 [2022-07-20T16:56:54.082Z] 
16:56:54 [2022-07-20T16:56:54.082Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:56:54 [2022-07-20T16:56:54.082Z] #19 sha256:1a83232c563c2cc040393be4b8a910da5fa1926b9eacda88c6930b98e1f65dad
16:56:55 [2022-07-20T16:56:55.286Z] #36 DONE 244.0s
16:56:55 [2022-07-20T16:56:55.286Z] 
16:56:55 [2022-07-20T16:56:55.286Z] #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
16:56:55 [2022-07-20T16:56:55.286Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:55 [2022-07-20T16:56:55.286Z] #77 167.0 config.status: creating Makefile
16:56:55 [2022-07-20T16:56:55.286Z] #77 167.1 config.status: creating rpm/crun.spec
16:56:55 [2022-07-20T16:56:55.286Z] #77 167.2 config.status: creating config.h
16:56:55 [2022-07-20T16:56:55.286Z] #77 167.2 config.status: executing libtool commands
16:56:55 [2022-07-20T16:56:55.286Z] #77 167.2 config.status: executing depfiles commands
16:56:56 [2022-07-20T16:56:56.261Z] #77 168.7 === configuring in libocispec (/tmp/crun-build/libocispec)
16:56:56 [2022-07-20T16:56:56.261Z] #77 ...
16:56:56 [2022-07-20T16:56:56.261Z] 
16:56:56 [2022-07-20T16:56:56.261Z] #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
16:56:56 [2022-07-20T16:56:56.261Z] #34 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:56:56 [2022-07-20T16:56:56.261Z] #34 DONE 244.6s
16:56:56 [2022-07-20T16:56:56.261Z] 
16:56:56 [2022-07-20T16:56:56.261Z] #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
16:56:56 [2022-07-20T16:56:56.261Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:56 [2022-07-20T16:56:56.261Z] #77 168.7 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:56:56 [2022-07-20T16:56:56.832Z] #77 169.4 checking for gcc... gcc
16:56:57 [2022-07-20T16:56:57.357Z] #19 DONE 2.9s
16:56:57 [2022-07-20T16:56:57.357Z] 
16:56:57 [2022-07-20T16:56:57.357Z] #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
16:56:57 [2022-07-20T16:56:57.358Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:57 [2022-07-20T16:56:57.358Z] #77 144.8 checking for ANSI C header files... yes
16:56:57 [2022-07-20T16:56:57.358Z] #77 146.1 checking for sys/types.h... yes
16:56:57 [2022-07-20T16:56:57.358Z] #77 146.5 checking for sys/stat.h... yes
16:56:57 [2022-07-20T16:56:57.358Z] #77 146.9 checking for stdlib.h... yes
16:56:57 [2022-07-20T16:56:57.358Z] #77 147.2 checking for string.h... yes
16:56:57 [2022-07-20T16:56:57.358Z] #77 147.6 checking for memory.h... yes
16:56:57 [2022-07-20T16:56:57.358Z] #77 147.9 checking for strings.h... yes
16:56:57 [2022-07-20T16:56:57.358Z] #77 148.3 checking for inttypes.h... yes
16:56:57 [2022-07-20T16:56:57.358Z] #77 148.6 checking for stdint.h... yes
16:56:57 [2022-07-20T16:56:57.396Z] #77 169.6 checking whether the C compiler works... yes
16:56:57 [2022-07-20T16:56:57.396Z] #77 169.9 checking for C compiler default output file name... a.out
16:56:57 [2022-07-20T16:56:57.396Z] #77 169.9 checking for suffix of executables... 
16:56:57 [2022-07-20T16:56:57.872Z] #77 149.1 checking for unistd.h... yes
16:56:57 [2022-07-20T16:56:57.872Z] #77 149.4 checking for dlfcn.h... yes
16:56:57 [2022-07-20T16:56:57.872Z] #77 149.6 checking for objdir... .libs
16:56:57 [2022-07-20T16:56:57.968Z] #77 170.1 checking whether we are cross compiling... no
16:56:58 [2022-07-20T16:56:58.041Z] #77 196.9   CCLD     tests/init
16:56:58 [2022-07-20T16:56:58.227Z] #77 170.5 checking for suffix of object files... o
16:56:58 [2022-07-20T16:56:58.227Z] #77 170.7 checking whether we are using the GNU C compiler... yes
16:56:58 [2022-07-20T16:56:58.486Z] #77 170.8 checking whether gcc accepts -g... yes
16:56:58 [2022-07-20T16:56:58.693Z] #77 150.2 checking if gcc supports -fno-rtti -fno-exceptions... 
16:56:58 [2022-07-20T16:56:58.693Z] #77 ...
16:56:58 [2022-07-20T16:56:58.693Z] 
16:56:58 [2022-07-20T16:56:58.693Z] #20 [dev-systemd-false  6/28] RUN ldconfig
16:56:58 [2022-07-20T16:56:58.693Z] #20 sha256:30dcdbf684e2c1ce5b00f48fb1af948db24a1092bad339ec8f33ce546b4d491c
16:56:58 [2022-07-20T16:56:58.693Z] #20 DONE 1.8s
16:56:58 [2022-07-20T16:56:58.749Z] #77 171.0 checking for gcc option to accept ISO C89... none needed
16:56:58 [2022-07-20T16:56:58.950Z] 
16:56:58 [2022-07-20T16:56:58.950Z] #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
16:56:58 [2022-07-20T16:56:58.950Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:56:58 [2022-07-20T16:56:58.950Z] #77 150.2 checking if gcc supports -fno-rtti -fno-exceptions... no
16:56:58 [2022-07-20T16:56:58.950Z] #77 150.4 checking for gcc option to produce PIC... -fPIC -DPIC
16:56:59 [2022-07-20T16:56:59.010Z] #77 171.2 checking whether gcc understands -c and -o together... yes
16:56:59 [2022-07-20T16:56:59.207Z] #77 150.4 checking if gcc PIC flag -fPIC -DPIC works... yes
16:56:59 [2022-07-20T16:56:59.270Z] #77 171.5 checking how to run the C preprocessor... gcc -E
16:56:59 [2022-07-20T16:56:59.529Z] #77 172.0 checking for grep that handles long lines and -e... /bin/grep
16:56:59 [2022-07-20T16:56:59.529Z] #77 172.0 checking for egrep... /bin/grep -E
16:57:00 [2022-07-20T16:57:00.137Z] #77 150.7 checking if gcc static flag -static works... yes
16:57:00 [2022-07-20T16:57:00.468Z] #77 172.1 checking for ANSI C header files... yes
16:57:00 [2022-07-20T16:57:00.468Z] #77 172.8 checking for sys/types.h... yes
16:57:00 [2022-07-20T16:57:00.701Z] #77 151.5 checking if gcc supports -c -o file.o... yes
16:57:00 [2022-07-20T16:57:00.701Z] #77 152.1 checking if gcc supports -c -o file.o... (cached) yes
16:57:00 [2022-07-20T16:57:00.701Z] #77 152.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:57:00 [2022-07-20T16:57:00.728Z] #77 173.0 checking for sys/stat.h... yes
16:57:00 [2022-07-20T16:57:00.987Z] #77 173.3 checking for stdlib.h... yes
16:57:00 [2022-07-20T16:57:00.987Z] #77 173.5 checking for string.h... yes
16:57:01 [2022-07-20T16:57:01.246Z] #77 173.6 checking for memory.h... yes
16:57:01 [2022-07-20T16:57:01.506Z] #77 173.8 checking for strings.h... yes
16:57:01 [2022-07-20T16:57:01.588Z] #64 ...
16:57:01 [2022-07-20T16:57:01.588Z] 
16:57:01 [2022-07-20T16:57:01.588Z] #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
16:57:01 [2022-07-20T16:57:01.588Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:01 [2022-07-20T16:57:01.588Z] #77 185.9   CCLD     libocispec.la
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.2   CCLD     src/validate
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.2   CCLD     tests/test-1
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.3   CCLD     tests/test-2
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.3   CCLD     tests/test-3
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.3   CCLD     tests/test-4
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.3   CCLD     tests/test-5
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.4   CCLD     tests/test-6
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.5   CCLD     tests/test-7
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.6   CCLD     tests/test-8
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.6   CCLD     tests/test-9
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.7 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.7   CCLD     tests/test-11
16:57:01 [2022-07-20T16:57:01.588Z] #77 186.7   CCLD     tests/test-10
16:57:01 [2022-07-20T16:57:01.631Z] #77 152.3 checking dynamic linker characteristics... GNU/Linux ld.so
16:57:01 [2022-07-20T16:57:01.631Z] #77 153.0 checking how to hardcode library paths into programs... immediate
16:57:01 [2022-07-20T16:57:01.631Z] #77 153.0 checking whether stripping libraries is possible... yes
16:57:01 [2022-07-20T16:57:01.631Z] #77 153.0 checking if libtool supports shared libraries... yes
16:57:01 [2022-07-20T16:57:01.631Z] #77 153.0 checking whether to build shared libraries... no
16:57:01 [2022-07-20T16:57:01.631Z] #77 153.0 checking whether to build static libraries... yes
16:57:01 [2022-07-20T16:57:01.631Z] #77 153.0 checking for a BSD-compatible install... /usr/bin/install -c
16:57:01 [2022-07-20T16:57:01.631Z] #77 153.2 checking whether build environment is sane... yes
16:57:01 [2022-07-20T16:57:01.631Z] #77 153.3 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:57:01 [2022-07-20T16:57:01.634Z] #19 321.4 Selecting previously unselected package gcc-aarch64-linux-gnu.
16:57:01 [2022-07-20T16:57:01.634Z] #19 321.4 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:57:01 [2022-07-20T16:57:01.634Z] #19 321.4 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
16:57:01 [2022-07-20T16:57:01.634Z] #19 321.5 Selecting previously unselected package linux-libc-dev-arm64-cross.
16:57:01 [2022-07-20T16:57:01.634Z] #19 321.5 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
16:57:01 [2022-07-20T16:57:01.634Z] #19 321.5 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
16:57:01 [2022-07-20T16:57:01.634Z] #19 322.2 Selecting previously unselected package libc6-dev-arm64-cross.
16:57:01 [2022-07-20T16:57:01.634Z] #19 322.2 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
16:57:01 [2022-07-20T16:57:01.634Z] #19 322.2 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
16:57:01 [2022-07-20T16:57:01.634Z] #19 322.8 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
16:57:01 [2022-07-20T16:57:01.634Z] #19 322.8 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
16:57:01 [2022-07-20T16:57:01.634Z] #19 322.8 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
16:57:01 [2022-07-20T16:57:01.634Z] #19 323.4 Selecting previously unselected package g++-10-aarch64-linux-gnu.
16:57:01 [2022-07-20T16:57:01.634Z] #19 323.5 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:57:01 [2022-07-20T16:57:01.634Z] #19 323.5 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:57:01 [2022-07-20T16:57:01.765Z] #77 174.1 checking for inttypes.h... yes
16:57:01 [2022-07-20T16:57:01.888Z] #77 153.3 checking whether make sets $(MAKE)... yes
16:57:02 [2022-07-20T16:57:02.027Z] #77 174.4 checking for stdint.h... yes
16:57:02 [2022-07-20T16:57:02.145Z] #77 153.5 checking whether make supports the include directive... yes (GNU style)
16:57:02 [2022-07-20T16:57:02.145Z] #77 153.8 checking whether make supports nested variables... yes
16:57:02 [2022-07-20T16:57:02.287Z] #77 174.6 checking for unistd.h... yes
16:57:02 [2022-07-20T16:57:02.547Z] #77 174.8 checking minix/config.h usability... no
16:57:02 [2022-07-20T16:57:02.547Z] #77 175.0 checking minix/config.h presence... no
16:57:02 [2022-07-20T16:57:02.547Z] #77 175.0 checking for minix/config.h... no
16:57:02 [2022-07-20T16:57:02.547Z] #77 175.0 checking whether it is safe to define __EXTENSIONS__... yes
16:57:02 [2022-07-20T16:57:02.708Z] #77 154.0 checking whether UID '0' is supported by ustar format... yes
16:57:02 [2022-07-20T16:57:02.708Z] #77 154.0 checking whether GID '0' is supported by ustar format... yes
16:57:02 [2022-07-20T16:57:02.965Z] #77 154.0 checking how to create a ustar tar archive... gnutar
16:57:02 [2022-07-20T16:57:02.966Z] #77 188.8 libtool: link: ar cr libocispec.a 
16:57:02 [2022-07-20T16:57:02.966Z] #77 188.8 libtool: link: ranlib libocispec.a
16:57:03 [2022-07-20T16:57:03.067Z] #77 175.3 checking build system type... x86_64-pc-linux-gnu
16:57:03 [2022-07-20T16:57:03.067Z] #77 175.7 checking host system type... x86_64-pc-linux-gnu
16:57:03 [2022-07-20T16:57:03.067Z] #77 175.7 checking how to print strings... printf
16:57:03 [2022-07-20T16:57:03.067Z] #77 175.7 checking for a sed that does not truncate output... /bin/sed
16:57:03 [2022-07-20T16:57:03.067Z] #77 175.7 checking for fgrep... /bin/grep -F
16:57:03 [2022-07-20T16:57:03.067Z] #77 175.8 checking for ld used by gcc... /usr/bin/ld
16:57:03 [2022-07-20T16:57:03.222Z] #77 154.4 checking dependency style of gcc... gcc3
16:57:03 [2022-07-20T16:57:03.222Z] #77 154.8 checking whether to enable maintainer-specific portions of Makefiles... yes
16:57:03 [2022-07-20T16:57:03.222Z] #77 154.8 checking whether make supports nested variables... (cached) yes
16:57:03 [2022-07-20T16:57:03.222Z] #77 154.8 checking for gawk... (cached) mawk
16:57:03 [2022-07-20T16:57:03.222Z] #77 154.8 checking for a sed that does not truncate output... (cached) /bin/sed
16:57:03 [2022-07-20T16:57:03.222Z] #77 154.9 checking for gcc... (cached) gcc
16:57:03 [2022-07-20T16:57:03.330Z] #77 175.8 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:57:03 [2022-07-20T16:57:03.330Z] #77 175.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:57:03 [2022-07-20T16:57:03.330Z] #77 175.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:57:03 [2022-07-20T16:57:03.330Z] #77 176.0 checking whether ln -s works... yes
16:57:03 [2022-07-20T16:57:03.330Z] #77 176.0 checking the maximum length of command line arguments... 1572864
16:57:03 [2022-07-20T16:57:03.591Z] #77 176.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:57:03 [2022-07-20T16:57:03.591Z] #77 176.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:57:03 [2022-07-20T16:57:03.591Z] #77 176.1 checking for /usr/bin/ld option to reload object files... -r
16:57:03 [2022-07-20T16:57:03.591Z] #77 176.1 checking for objdump... objdump
16:57:03 [2022-07-20T16:57:03.591Z] #77 176.1 checking how to recognize dependent libraries... pass_all
16:57:03 [2022-07-20T16:57:03.591Z] #77 176.1 checking for dlltool... no
16:57:03 [2022-07-20T16:57:03.591Z] #77 176.1 checking how to associate runtime and link libraries... printf %s\n
16:57:03 [2022-07-20T16:57:03.591Z] #77 176.1 checking for ar... ar
16:57:03 [2022-07-20T16:57:03.591Z] #77 176.1 checking for archiver @FILE support... @
16:57:03 [2022-07-20T16:57:03.786Z] #77 155.2 checking whether we are using the GNU C compiler... (cached) yes
16:57:03 [2022-07-20T16:57:03.786Z] #77 155.2 checking whether gcc accepts -g... (cached) yes
16:57:03 [2022-07-20T16:57:03.786Z] #77 155.2 checking for gcc option to accept ISO C89... (cached) none needed
16:57:03 [2022-07-20T16:57:03.786Z] #77 155.2 checking whether gcc understands -c and -o together... (cached) yes
16:57:03 [2022-07-20T16:57:03.850Z] #77 176.3 checking for strip... strip
16:57:03 [2022-07-20T16:57:03.850Z] #77 176.3 checking for ranlib... ranlib
16:57:03 [2022-07-20T16:57:03.850Z] #77 176.3 checking for gawk... no
16:57:03 [2022-07-20T16:57:03.850Z] #77 176.3 checking for mawk... mawk
16:57:04 [2022-07-20T16:57:04.042Z] #77 155.2 checking for a Python interpreter with version >= 3... python3
16:57:04 [2022-07-20T16:57:04.042Z] #77 155.4 checking for python3... /usr/bin/python3
16:57:04 [2022-07-20T16:57:04.042Z] #77 155.4 checking for python3 version... 3.9
16:57:04 [2022-07-20T16:57:04.109Z] #77 176.3 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:57:04 [2022-07-20T16:57:04.109Z] #77 176.7 checking for sysroot... no
16:57:04 [2022-07-20T16:57:04.109Z] #77 176.7 checking for a working dd... /bin/dd
16:57:04 [2022-07-20T16:57:04.109Z] #77 176.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:57:04 [2022-07-20T16:57:04.109Z] #77 176.7 checking for mt... no
16:57:04 [2022-07-20T16:57:04.109Z] #77 176.7 checking if : is a manifest tool... no
16:57:04 [2022-07-20T16:57:04.299Z] #77 155.6 checking for python3 platform... linux
16:57:04 [2022-07-20T16:57:04.368Z] #77 176.8 checking for dlfcn.h... 
16:57:04 [2022-07-20T16:57:04.368Z] #77 ...
16:57:04 [2022-07-20T16:57:04.368Z] 
16:57:04 [2022-07-20T16:57:04.368Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:04 [2022-07-20T16:57:04.368Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:04 [2022-07-20T16:57:04.368Z] #21 13.63 Reading package lists...
16:57:04 [2022-07-20T16:57:04.368Z] #21 17.83 Reading package lists...
16:57:04 [2022-07-20T16:57:04.368Z] #21 21.65 Building dependency tree...
16:57:04 [2022-07-20T16:57:04.368Z] #21 24.10 The following additional packages will be installed:
16:57:04 [2022-07-20T16:57:04.368Z] #21 24.10   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
16:57:04 [2022-07-20T16:57:04.368Z] #21 24.10   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
16:57:04 [2022-07-20T16:57:04.368Z] #21 24.11   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
16:57:04 [2022-07-20T16:57:04.368Z] #21 24.11   python3-pkg-resources vim-runtime xxd
16:57:04 [2022-07-20T16:57:04.368Z] #21 24.11 Suggested packages:
16:57:04 [2022-07-20T16:57:04.368Z] #21 24.11   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
16:57:04 [2022-07-20T16:57:04.368Z] #21 24.11   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
16:57:04 [2022-07-20T16:57:04.368Z] #21 24.11   acl attr quota
16:57:04 [2022-07-20T16:57:04.368Z] #21 24.11 Recommended packages:
16:57:04 [2022-07-20T16:57:04.368Z] #21 24.11   libatm1 nftables libpam-cap build-essential python3-dev unzip
16:57:04 [2022-07-20T16:57:04.368Z] #21 25.95 The following NEW packages will be installed:
16:57:04 [2022-07-20T16:57:04.368Z] #21 25.95   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
16:57:04 [2022-07-20T16:57:04.368Z] #21 25.95   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
16:57:04 [2022-07-20T16:57:04.368Z] #21 25.95   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
16:57:04 [2022-07-20T16:57:04.368Z] #21 25.96   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
16:57:04 [2022-07-20T16:57:04.368Z] #21 25.96   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
16:57:04 [2022-07-20T16:57:04.368Z] #21 25.96   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
16:57:04 [2022-07-20T16:57:04.368Z] #21 25.96   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:57:04 [2022-07-20T16:57:04.368Z] #21 25.96   xz-utils zip zstd
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.34 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.34 Need to get 27.7 MB of archives.
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.34 After this operation, 106 MB of additional disk space will be used.
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.34 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.35 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.35 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.36 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.39 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.40 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.41 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.41 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.42 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.44 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.45 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.46 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.46 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.46 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.46 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.46 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.47 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.48 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.49 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.49 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.49 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.50 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.86 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.87 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.87 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.87 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.87 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.87 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.89 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.89 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.96 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.97 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 26.98 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 27.00 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 27.01 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 27.01 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 27.03 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 27.07 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 27.08 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 27.08 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 27.32 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 27.35 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 27.37 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 27.39 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
16:57:04 [2022-07-20T16:57:04.369Z] #21 ...
16:57:04 [2022-07-20T16:57:04.369Z] 
16:57:04 [2022-07-20T16:57:04.369Z] #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
16:57:04 [2022-07-20T16:57:04.369Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:04 [2022-07-20T16:57:04.369Z] #77 176.8 checking for dlfcn.h... yes
16:57:04 [2022-07-20T16:57:04.629Z] #77 177.1 checking for objdir... .libs
16:57:04 [2022-07-20T16:57:04.865Z] #77 155.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.5 make[5]: Entering directory '/tmp/crun-build/libocispec'
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.6 make[5]: Nothing to be done for 'install-exec-am'.
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.6 make[5]: Nothing to be done for 'install-data-am'.
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.6 make[5]: Leaving directory '/tmp/crun-build/libocispec'
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.6 make[4]: Leaving directory '/tmp/crun-build/libocispec'
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.6 make[3]: Leaving directory '/tmp/crun-build/libocispec'
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.6 make[2]: Leaving directory '/tmp/crun-build/libocispec'
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.6 make[2]: Entering directory '/tmp/crun-build'
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.8   CC       src/libcrun/libcrun_testing_a-utils.o
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.8   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.8   CC       src/libcrun/libcrun_testing_a-container.o
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.8   CC       src/libcrun/libcrun_testing_a-cgroup.o
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.8   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.8   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.9   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
16:57:04 [2022-07-20T16:57:04.870Z] #77 190.9   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
16:57:05 [2022-07-20T16:57:05.122Z] #77 156.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:57:05 [2022-07-20T16:57:05.122Z] #77 156.6 checking for go-md2man... no
16:57:05 [2022-07-20T16:57:05.129Z] #77 190.9   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
16:57:05 [2022-07-20T16:57:05.129Z] #77 191.0   CC       src/libcrun/libcrun_testing_a-criu.o
16:57:05 [2022-07-20T16:57:05.129Z] #77 191.0   CC       src/libcrun/libcrun_testing_a-custom-handler.o
16:57:05 [2022-07-20T16:57:05.129Z] #77 191.0   CC       src/libcrun/libcrun_testing_a-linux.o
16:57:05 [2022-07-20T16:57:05.129Z] #77 191.1   CC       src/libcrun/libcrun_testing_a-seccomp.o
16:57:05 [2022-07-20T16:57:05.129Z] #77 191.1   CC       src/libcrun/libcrun_testing_a-ebpf.o
16:57:05 [2022-07-20T16:57:05.388Z] #77 191.2   CC       src/libcrun/libcrun_testing_a-error.o
16:57:05 [2022-07-20T16:57:05.388Z] #77 191.3   CC       src/libcrun/libcrun_testing_a-status.o
16:57:05 [2022-07-20T16:57:05.388Z] #77 191.3   CC       src/libcrun/libcrun_testing_a-terminal.o
16:57:05 [2022-07-20T16:57:05.388Z] #77 191.4   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
16:57:05 [2022-07-20T16:57:05.567Z] #77 177.9 checking if gcc supports -fno-rtti -fno-exceptions... no
16:57:05 [2022-07-20T16:57:05.567Z] #77 178.2 checking for gcc option to produce PIC... -fPIC -DPIC
16:57:05 [2022-07-20T16:57:05.636Z] #77 156.7 checking error.h usability... yes
16:57:05 [2022-07-20T16:57:05.636Z] #77 157.1 checking error.h presence... yes
16:57:05 [2022-07-20T16:57:05.636Z] #77 157.1 checking for error.h... yes
16:57:05 [2022-07-20T16:57:05.646Z] #77 191.5   CC       src/libcrun/libcrun_testing_a-signals.o
16:57:05 [2022-07-20T16:57:05.646Z] #77 191.5   CC       src/libcrun/libcrun_testing_a-mount_flags.o
16:57:05 [2022-07-20T16:57:05.833Z] #77 178.2 checking if gcc PIC flag -fPIC -DPIC works... yes
16:57:05 [2022-07-20T16:57:05.851Z] #19 ...
16:57:05 [2022-07-20T16:57:05.851Z] 
16:57:05 [2022-07-20T16:57:05.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
16:57:05 [2022-07-20T16:57:05.851Z] #84 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:05 [2022-07-20T16:57:05.851Z] #84 280.2   CCLD     libcrun.la
16:57:05 [2022-07-20T16:57:05.851Z] #84 280.3   AR       libcrun_testing.a
16:57:05 [2022-07-20T16:57:05.851Z] #84 280.3 ar: `u' modifier ignored since `D' is the default (see `U')
16:57:05 [2022-07-20T16:57:05.851Z] #84 280.4   CCLD     tests/tests_libcrun_utils
16:57:05 [2022-07-20T16:57:05.851Z] #84 280.4   CCLD     tests/tests_libcrun_errors
16:57:05 [2022-07-20T16:57:05.851Z] #84 280.4   CCLD     tests/tests_libcrun_fuzzer
16:57:05 [2022-07-20T16:57:05.851Z] #84 281.3   CCLD     crun
16:57:05 [2022-07-20T16:57:05.851Z] #84 281.8 make[3]: Entering directory '/tmp/crun-build'
16:57:05 [2022-07-20T16:57:05.851Z] #84 281.9  /bin/mkdir -p '/usr/local/share/man/man1'
16:57:05 [2022-07-20T16:57:05.851Z] #84 281.9  /bin/mkdir -p '/usr/local/lib'
16:57:05 [2022-07-20T16:57:05.851Z] #84 281.9  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
16:57:05 [2022-07-20T16:57:05.851Z] #84 281.9  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.0 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.0 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.0 libtool: install: chmod 644 /usr/local/lib/libcrun.a
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.0 libtool: install: ranlib /usr/local/lib/libcrun.a
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 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
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 ----------------------------------------------------------------------
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 Libraries have been installed in:
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2    /usr/local/lib
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 If you ever happen to want to link against installed libraries
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 in a given directory, LIBDIR, you must either use libtool, and
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 specify the full pathname of the library, or use the '-LLIBDIR'
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 flag during linking and do at least one of the following:
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2      during execution
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2    - add LIBDIR to the 'LD_RUN_PATH' environment variable
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2      during linking
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 See any operating system documentation about shared libraries for
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 more information, such as the ld(1) and ld.so(8) manual pages.
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2 ----------------------------------------------------------------------
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.2  /bin/mkdir -p '/build'
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.3   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.3 libtool: install: /usr/bin/install -c crun /build/crun
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.3 make[3]: Leaving directory '/tmp/crun-build'
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.3 make[2]: Leaving directory '/tmp/crun-build'
16:57:05 [2022-07-20T16:57:05.851Z] #84 282.3 make[1]: Leaving directory '/tmp/crun-build'
16:57:05 [2022-07-20T16:57:05.898Z] #77 157.2 checking linux/openat2.h usability... yes
16:57:05 [2022-07-20T16:57:05.898Z] #77 157.4 checking linux/openat2.h presence... yes
16:57:05 [2022-07-20T16:57:05.898Z] #77 157.4 checking for linux/openat2.h... yes
16:57:05 [2022-07-20T16:57:05.905Z] #77 191.7   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
16:57:05 [2022-07-20T16:57:05.905Z] #77 191.7   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
16:57:06 [2022-07-20T16:57:06.163Z] #77 191.9   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
16:57:06 [2022-07-20T16:57:06.402Z] #77 178.4 checking if gcc static flag -static works... yes
16:57:06 [2022-07-20T16:57:06.422Z] #77 192.2   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
16:57:06 [2022-07-20T16:57:06.422Z] #77 192.3   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
16:57:06 [2022-07-20T16:57:06.422Z] #77 192.3   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
16:57:06 [2022-07-20T16:57:06.461Z] #77 157.5 checking for copy_file_range... yes
16:57:06 [2022-07-20T16:57:06.461Z] #77 157.8 checking for fgetxattr... yes
16:57:06 [2022-07-20T16:57:06.461Z] #77 ...
16:57:06 [2022-07-20T16:57:06.461Z] 
16:57:06 [2022-07-20T16:57:06.461Z] #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
16:57:06 [2022-07-20T16:57:06.461Z] #60 sha256:521edc8da9fd8e91b94ee86a3d09913492d90c275667757ee308ce8f8ddb3677
16:57:06 [2022-07-20T16:57:06.461Z] #60 20.69 + cd /tmp/tmp.80BkWVLlcG/src/github.com/opencontainers/runc
16:57:06 [2022-07-20T16:57:06.461Z] #60 20.70 + git checkout -q v1.1.2
16:57:06 [2022-07-20T16:57:06.662Z] #77 179.0 checking if gcc supports -c -o file.o... yes
16:57:06 [2022-07-20T16:57:06.662Z] #77 179.4 checking if gcc supports -c -o file.o... (cached) yes
16:57:06 [2022-07-20T16:57:06.680Z] #77 192.4   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
16:57:06 [2022-07-20T16:57:06.921Z] #77 179.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:57:06 [2022-07-20T16:57:06.939Z] #77 192.8   CC       src/crun-crun.o
16:57:07 [2022-07-20T16:57:07.025Z] #60 21.39 + '[' -z '' ']'
16:57:07 [2022-07-20T16:57:07.025Z] #60 21.40 + target=static
16:57:07 [2022-07-20T16:57:07.025Z] #60 21.40 + make BUILDTAGS=seccomp static
16:57:07 [2022-07-20T16:57:07.197Z] #77 192.9   CC       src/crun-run.o
16:57:07 [2022-07-20T16:57:07.198Z] #77 193.0   CC       src/crun-delete.o
16:57:07 [2022-07-20T16:57:07.198Z] #77 193.1   CC       src/crun-kill.o
16:57:07 [2022-07-20T16:57:07.441Z] #77 179.5 checking dynamic linker characteristics... GNU/Linux ld.so
16:57:07 [2022-07-20T16:57:07.441Z] #77 180.0 checking how to hardcode library paths into programs... immediate
16:57:07 [2022-07-20T16:57:07.441Z] #77 180.0 checking whether stripping libraries is possible... yes
16:57:07 [2022-07-20T16:57:07.457Z] #77 193.2   CC       src/crun-pause.o
16:57:07 [2022-07-20T16:57:07.457Z] #77 193.4   CC       src/crun-unpause.o
16:57:07 [2022-07-20T16:57:07.457Z] #77 193.5   CC       src/crun-spec.o
16:57:07 [2022-07-20T16:57:07.592Z] #60 21.86 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
16:57:07 [2022-07-20T16:57:07.701Z] #77 180.0 checking if libtool supports shared libraries... yes
16:57:07 [2022-07-20T16:57:07.701Z] #77 180.0 checking whether to build shared libraries... no
16:57:07 [2022-07-20T16:57:07.701Z] #77 180.0 checking whether to build static libraries... yes
16:57:07 [2022-07-20T16:57:07.701Z] #77 180.1 checking for a BSD-compatible install... /usr/bin/install -c
16:57:07 [2022-07-20T16:57:07.701Z] #77 180.1 checking whether build environment is sane... yes
16:57:07 [2022-07-20T16:57:07.701Z] #77 180.2 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:57:07 [2022-07-20T16:57:07.701Z] #77 180.2 checking whether make sets $(MAKE)... yes
16:57:07 [2022-07-20T16:57:07.715Z] #77 193.7   CC       src/crun-exec.o
16:57:07 [2022-07-20T16:57:07.716Z] #77 193.7   CC       src/crun-list.o
16:57:07 [2022-07-20T16:57:07.960Z] #77 180.4 checking whether make supports the include directive... yes (GNU style)
16:57:07 [2022-07-20T16:57:07.960Z] #77 180.4 checking whether make supports nested variables... yes
16:57:07 [2022-07-20T16:57:07.960Z] #77 180.6 checking whether UID '0' is supported by ustar format... yes
16:57:07 [2022-07-20T16:57:07.960Z] #77 180.6 checking whether GID '0' is supported by ustar format... yes
16:57:07 [2022-07-20T16:57:07.974Z] #77 193.9   CC       src/crun-create.o
16:57:08 [2022-07-20T16:57:08.220Z] #77 180.6 checking how to create a ustar tar archive... gnutar
16:57:08 [2022-07-20T16:57:08.233Z] #77 194.0   CC       src/crun-start.o
16:57:08 [2022-07-20T16:57:08.479Z] #77 180.9 checking dependency style of gcc... gcc3
16:57:08 [2022-07-20T16:57:08.491Z] #77 194.2   CC       src/crun-state.o
16:57:08 [2022-07-20T16:57:08.491Z] #77 194.4   CC       src/crun-update.o
16:57:08 [2022-07-20T16:57:08.739Z] #77 181.2 checking whether to enable maintainer-specific portions of Makefiles... yes
16:57:08 [2022-07-20T16:57:08.739Z] #77 181.2 checking whether make supports nested variables... (cached) yes
16:57:08 [2022-07-20T16:57:08.739Z] #77 181.2 checking for pkg-config... /usr/bin/pkg-config
16:57:08 [2022-07-20T16:57:08.739Z] #77 181.2 checking pkg-config is at least version 0.9.0... yes
16:57:08 [2022-07-20T16:57:08.739Z] #77 181.2 checking for yajl >= 2.1.0... yes
16:57:08 [2022-07-20T16:57:08.739Z] #77 181.3 checking for a sed that does not truncate output... (cached) /bin/sed
16:57:08 [2022-07-20T16:57:08.739Z] #77 181.3 checking for gcc... (cached) gcc
16:57:08 [2022-07-20T16:57:08.750Z] #77 194.5   CC       src/crun-ps.o
16:57:08 [2022-07-20T16:57:08.962Z] #60 ...
16:57:08 [2022-07-20T16:57:08.962Z] 
16:57:08 [2022-07-20T16:57:08.962Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:08 [2022-07-20T16:57:08.962Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:08 [2022-07-20T16:57:08.962Z] #21 2.362 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:57:08 [2022-07-20T16:57:08.962Z] #21 2.393 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:57:08 [2022-07-20T16:57:08.962Z] #21 2.393 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:57:08 [2022-07-20T16:57:08.962Z] #21 4.239 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:57:08 [2022-07-20T16:57:08.962Z] #21 6.654 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:57:08 [2022-07-20T16:57:08.962Z] #21 8.375 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:57:08 [2022-07-20T16:57:08.962Z] #21 ...
16:57:08 [2022-07-20T16:57:08.962Z] 
16:57:08 [2022-07-20T16:57:08.962Z] #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
16:57:08 [2022-07-20T16:57:08.962Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:08 [2022-07-20T16:57:08.962Z] #77 158.1 checking for statx... yes
16:57:08 [2022-07-20T16:57:08.962Z] #77 158.4 checking for fgetpwent_r... yes
16:57:08 [2022-07-20T16:57:08.962Z] #77 158.8 checking for issetugid... no
16:57:08 [2022-07-20T16:57:08.962Z] #77 159.1 checking for pkg-config... /usr/bin/pkg-config
16:57:08 [2022-07-20T16:57:08.962Z] #77 159.1 checking pkg-config is at least version 0.9.0... yes
16:57:08 [2022-07-20T16:57:08.962Z] #77 159.1 checking for library containing yajl_tree_get... -lyajl
16:57:08 [2022-07-20T16:57:08.962Z] #77 159.6 checking for yajl >= 2.0.0... yes
16:57:08 [2022-07-20T16:57:08.962Z] #77 159.7 checking sys/capability.h usability... yes
16:57:08 [2022-07-20T16:57:08.962Z] #77 159.8 checking sys/capability.h presence... yes
16:57:08 [2022-07-20T16:57:08.962Z] #77 159.9 checking for sys/capability.h... yes
16:57:08 [2022-07-20T16:57:08.962Z] #77 159.9 checking for library containing cap_from_name... -lcap
16:57:08 [2022-07-20T16:57:08.998Z] #77 181.5 checking whether we are using the GNU C compiler... (cached) yes
16:57:08 [2022-07-20T16:57:08.998Z] #77 181.5 checking whether gcc accepts -g... (cached) yes
16:57:08 [2022-07-20T16:57:08.998Z] #77 181.5 checking for gcc option to accept ISO C89... (cached) none needed
16:57:08 [2022-07-20T16:57:08.998Z] #77 181.5 checking whether gcc understands -c and -o together... (cached) yes
16:57:09 [2022-07-20T16:57:09.008Z] #77 194.8   CC       src/crun-checkpoint.o
16:57:09 [2022-07-20T16:57:09.008Z] #77 194.8   CC       src/crun-restore.o
16:57:09 [2022-07-20T16:57:09.008Z] #77 195.1   CC       src/libcrun/libcrun_la-utils.lo
16:57:09 [2022-07-20T16:57:09.258Z] #77 181.5 checking for a Python interpreter with version >= 3... python3
16:57:09 [2022-07-20T16:57:09.258Z] #77 181.7 checking for python3... /usr/bin/python3
16:57:09 [2022-07-20T16:57:09.258Z] #77 181.7 checking for python3 version... 3.9
16:57:09 [2022-07-20T16:57:09.258Z] #77 181.8 checking for python3 platform... linux
16:57:09 [2022-07-20T16:57:09.325Z] #77 195.3   CC       src/libcrun/libcrun_la-cloned_binary.lo
16:57:09 [2022-07-20T16:57:09.475Z] #77 160.6 checking for library containing dlopen... -ldl
16:57:09 [2022-07-20T16:57:09.777Z] #77 181.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:57:09 [2022-07-20T16:57:09.777Z] #77 182.2 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:57:09 [2022-07-20T16:57:09.913Z] #77 195.6   CC       src/libcrun/libcrun_la-container.lo
16:57:09 [2022-07-20T16:57:09.913Z] #77 195.8   CC       src/libcrun/libcrun_la-cgroup.lo
16:57:10 [2022-07-20T16:57:10.037Z] #77 182.6 checking that generated files are newer than configure... done
16:57:10 [2022-07-20T16:57:10.037Z] #77 182.6 configure: creating ./config.status
16:57:10 [2022-07-20T16:57:10.039Z] #84 DONE 286.6s
16:57:10 [2022-07-20T16:57:10.039Z] 
16:57:10 [2022-07-20T16:57:10.039Z] #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
16:57:10 [2022-07-20T16:57:10.039Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:57:10 [2022-07-20T16:57:10.039Z] #19 331.9 Selecting previously unselected package g++-aarch64-linux-gnu.
16:57:10 [2022-07-20T16:57:10.039Z] #19 331.9 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:57:10 [2022-07-20T16:57:10.039Z] #19 332.0 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
16:57:10 [2022-07-20T16:57:10.039Z] #19 332.0 Selecting previously unselected package patch.
16:57:10 [2022-07-20T16:57:10.039Z] #19 332.0 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
16:57:10 [2022-07-20T16:57:10.039Z] #19 332.0 Unpacking patch (2.7.6-7) ...
16:57:10 [2022-07-20T16:57:10.039Z] #19 332.1 Selecting previously unselected package dpkg-dev.
16:57:10 [2022-07-20T16:57:10.039Z] #19 332.1 Preparing to unpack .../047-dpkg-dev_1.20.11_all.deb ...
16:57:10 [2022-07-20T16:57:10.039Z] #77 161.2 checking seccomp.h usability... yes
16:57:10 [2022-07-20T16:57:10.039Z] #77 161.4 checking seccomp.h presence... yes
16:57:10 [2022-07-20T16:57:10.039Z] #77 161.5 checking for seccomp.h... yes
16:57:10 [2022-07-20T16:57:10.180Z] #77 196.0   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
16:57:10 [2022-07-20T16:57:10.180Z] #77 196.1   CC       src/libcrun/libcrun_la-cgroup-resources.lo
16:57:10 [2022-07-20T16:57:10.297Z] #19 332.1 Unpacking dpkg-dev (1.20.11) ...
16:57:10 [2022-07-20T16:57:10.457Z] #77 196.3   CC       src/libcrun/libcrun_la-cgroup-setup.lo
16:57:10 [2022-07-20T16:57:10.555Z] #19 332.5 Selecting previously unselected package libconfig-inifiles-perl.
16:57:10 [2022-07-20T16:57:10.555Z] #19 332.5 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
16:57:10 [2022-07-20T16:57:10.555Z] #19 332.5 Unpacking libconfig-inifiles-perl (3.000003-1) ...
16:57:10 [2022-07-20T16:57:10.555Z] #19 332.5 Selecting previously unselected package libio-string-perl.
16:57:10 [2022-07-20T16:57:10.555Z] #19 332.5 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
16:57:10 [2022-07-20T16:57:10.555Z] #19 332.5 Unpacking libio-string-perl (1.08-3.1) ...
16:57:10 [2022-07-20T16:57:10.555Z] #19 332.6 Selecting previously unselected package libicu67:amd64.
16:57:10 [2022-07-20T16:57:10.555Z] #19 332.6 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
16:57:10 [2022-07-20T16:57:10.555Z] #19 332.6 Unpacking libicu67:amd64 (67.1-7) ...
16:57:10 [2022-07-20T16:57:10.604Z] #77 161.5 checking for library containing seccomp_rule_add... -lseccomp
16:57:10 [2022-07-20T16:57:10.861Z] #77 162.1 checking for library containing seccomp_arch_resolve_name... none required
16:57:11 [2022-07-20T16:57:11.027Z] #77 196.7   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
16:57:11 [2022-07-20T16:57:11.119Z] #77 162.3 checking systemd/sd-bus.h usability... yes
16:57:11 [2022-07-20T16:57:11.119Z] #77 162.6 checking systemd/sd-bus.h presence... yes
16:57:11 [2022-07-20T16:57:11.119Z] #77 162.7 checking for systemd/sd-bus.h... yes
16:57:11 [2022-07-20T16:57:11.286Z] #77 197.2   CC       src/libcrun/libcrun_la-cgroup-utils.lo
16:57:11 [2022-07-20T16:57:11.286Z] #77 197.2   CC       src/libcrun/libcrun_la-criu.lo
16:57:11 [2022-07-20T16:57:11.684Z] #77 162.7 checking for library containing sd_bus_match_signal_async... -lsystemd
16:57:11 [2022-07-20T16:57:11.851Z] #77 197.5   CC       src/libcrun/libcrun_la-custom-handler.lo
16:57:11 [2022-07-20T16:57:11.941Z] #77 163.2 checking for sd_notify_barrier... yes
16:57:12 [2022-07-20T16:57:12.109Z] #77 197.9   CC       src/libcrun/libcrun_la-seccomp.lo
16:57:12 [2022-07-20T16:57:12.109Z] #77 197.9   CC       src/libcrun/libcrun_la-linux.lo
16:57:12 [2022-07-20T16:57:12.200Z] #77 163.6 checking linux/bpf.h usability... yes
16:57:12 [2022-07-20T16:57:12.368Z] #77 198.3   CC       src/libcrun/libcrun_la-ebpf.lo
16:57:12 [2022-07-20T16:57:12.458Z] #77 163.9 checking linux/bpf.h presence... yes
16:57:12 [2022-07-20T16:57:12.458Z] #77 163.9 checking for linux/bpf.h... yes
16:57:12 [2022-07-20T16:57:12.458Z] #77 163.9 checking compilation for eBPF... yes
16:57:12 [2022-07-20T16:57:12.458Z] #77 164.1 checking for criu >= 3.15... no
16:57:12 [2022-07-20T16:57:12.626Z] #77 198.4   CC       src/libcrun/libcrun_la-error.lo
16:57:12 [2022-07-20T16:57:12.626Z] #77 198.6   CC       src/libcrun/libcrun_la-status.lo
16:57:12 [2022-07-20T16:57:12.716Z] #77 164.2 configure: CRIU headers not found, building without CRIU support
16:57:12 [2022-07-20T16:57:12.716Z] #77 164.2 checking for criu > 3.16... no
16:57:12 [2022-07-20T16:57:12.716Z] #77 164.2 configure: CRIU version doesn't support join-ns API
16:57:12 [2022-07-20T16:57:12.716Z] #77 164.2 checking for criu > 3.16.1... no
16:57:12 [2022-07-20T16:57:12.716Z] #77 164.2 configure: CRIU version doesn't support for pre-dumping
16:57:12 [2022-07-20T16:57:12.716Z] #77 164.2 checking for new mount API (fsconfig)... yes
16:57:12 [2022-07-20T16:57:12.885Z] #77 198.8   CC       src/libcrun/libcrun_la-terminal.lo
16:57:12 [2022-07-20T16:57:12.976Z] #77 164.4 checking for seccomp notify API... yes
16:57:12 [2022-07-20T16:57:12.976Z] #77 164.5 checking for gperf... no
16:57:12 [2022-07-20T16:57:12.976Z] #77 164.5 configure: gperf not found - cannot rebuild signal parser code
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.5 Selecting previously unselected package libxml2:amd64.
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.5 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.5 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.6 Selecting previously unselected package libxml-namespacesupport-perl.
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.6 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.6 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.7 Selecting previously unselected package libxml-sax-base-perl.
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.7 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.7 Unpacking libxml-sax-base-perl (1.09-1.1) ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.7 Selecting previously unselected package libxml-sax-perl.
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.7 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.7 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.8 Selecting previously unselected package libxml-libxml-perl.
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.8 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.8 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.9 Selecting previously unselected package libxml-simple-perl.
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.9 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 334.9 Unpacking libxml-simple-perl (2.25-1) ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.0 Selecting previously unselected package libyaml-perl.
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.0 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.0 Unpacking libyaml-perl (1.30-1) ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.0 Selecting previously unselected package libconfig-auto-perl.
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.0 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.0 Unpacking libconfig-auto-perl (0.44-1.1) ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.1 Selecting previously unselected package libfile-which-perl.
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.1 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.1 Unpacking libfile-which-perl (1.23-1) ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.1 Selecting previously unselected package libfile-homedir-perl.
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.1 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.1 Unpacking libfile-homedir-perl (1.006-1) ...
16:57:13 [2022-07-20T16:57:13.084Z] #19 335.2 Selecting previously unselected package libdebian-dpkgcross-perl.
16:57:13 [2022-07-20T16:57:13.143Z] #77 199.0   CC       src/libcrun/libcrun_la-chroot_realpath.lo
16:57:13 [2022-07-20T16:57:13.235Z] #77 164.5 checking for library containing argp_parse... none required
16:57:13 [2022-07-20T16:57:13.342Z] #19 335.2 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
16:57:13 [2022-07-20T16:57:13.342Z] #19 335.2 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
16:57:13 [2022-07-20T16:57:13.342Z] #19 335.2 Selecting previously unselected package dpkg-cross.
16:57:13 [2022-07-20T16:57:13.342Z] #19 335.2 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
16:57:13 [2022-07-20T16:57:13.342Z] #19 335.2 Unpacking dpkg-cross (2.6.18+nmu1) ...
16:57:13 [2022-07-20T16:57:13.342Z] #19 335.3 Selecting previously unselected package crossbuild-essential-arm64.
16:57:13 [2022-07-20T16:57:13.342Z] #19 335.3 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
16:57:13 [2022-07-20T16:57:13.342Z] #19 335.3 Unpacking crossbuild-essential-arm64 (12.9) ...
16:57:13 [2022-07-20T16:57:13.342Z] #19 335.3 Selecting previously unselected package libc6-armel-cross.
16:57:13 [2022-07-20T16:57:13.342Z] #19 335.3 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
16:57:13 [2022-07-20T16:57:13.342Z] #19 335.3 Unpacking libc6-armel-cross (2.31-9cross4) ...
16:57:13 [2022-07-20T16:57:13.492Z] #77 165.2 checking that generated files are newer than configure... done
16:57:13 [2022-07-20T16:57:13.600Z] #19 335.5 Selecting previously unselected package libgcc-s1-armel-cross.
16:57:13 [2022-07-20T16:57:13.600Z] #19 335.5 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
16:57:13 [2022-07-20T16:57:13.600Z] #19 335.5 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
16:57:13 [2022-07-20T16:57:13.601Z] #19 335.6 Selecting previously unselected package libgomp1-armel-cross.
16:57:13 [2022-07-20T16:57:13.601Z] #19 335.6 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
16:57:13 [2022-07-20T16:57:13.601Z] #19 335.6 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
16:57:13 [2022-07-20T16:57:13.601Z] #19 335.6 Selecting previously unselected package libatomic1-armel-cross.
16:57:13 [2022-07-20T16:57:13.601Z] #19 335.6 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
16:57:13 [2022-07-20T16:57:13.601Z] #19 335.6 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
16:57:13 [2022-07-20T16:57:13.601Z] #19 335.6 Selecting previously unselected package libasan6-armel-cross.
16:57:13 [2022-07-20T16:57:13.709Z] #77 199.4   CC       src/libcrun/libcrun_la-signals.lo
16:57:13 [2022-07-20T16:57:13.750Z] #77 165.2 configure: creating ./config.status
16:57:13 [2022-07-20T16:57:13.859Z] #19 335.6 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
16:57:13 [2022-07-20T16:57:13.859Z] #19 335.7 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
16:57:13 [2022-07-20T16:57:13.968Z] #77 199.6   CC       src/libcrun/libcrun_la-mount_flags.lo
16:57:13 [2022-07-20T16:57:13.968Z] #77 199.9   CC       src/libcrun/libcrun_la-seccomp_notify.lo
16:57:14 [2022-07-20T16:57:14.117Z] #19 336.0 Selecting previously unselected package libstdc++6-armel-cross.
16:57:14 [2022-07-20T16:57:14.117Z] #19 336.0 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
16:57:14 [2022-07-20T16:57:14.117Z] #19 336.0 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
16:57:14 [2022-07-20T16:57:14.117Z] #19 336.1 Selecting previously unselected package libubsan1-armel-cross.
16:57:14 [2022-07-20T16:57:14.117Z] #19 336.1 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
16:57:14 [2022-07-20T16:57:14.117Z] #19 336.1 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
16:57:14 [2022-07-20T16:57:14.227Z] #77 ...
16:57:14 [2022-07-20T16:57:14.227Z] 
16:57:14 [2022-07-20T16:57:14.227Z] #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
16:57:14 [2022-07-20T16:57:14.227Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:57:14 [2022-07-20T16:57:14.227Z] #47 242.9 + dpkg --print-architecture
16:57:14 [2022-07-20T16:57:14.227Z] #47 242.9 + git checkout -q v2.1.0
16:57:14 [2022-07-20T16:57:14.227Z] #47 243.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:57:14 [2022-07-20T16:57:14.227Z] #47 243.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
16:57:14 [2022-07-20T16:57:14.376Z] #19 336.2 Selecting previously unselected package libgcc-10-dev-armel-cross.
16:57:14 [2022-07-20T16:57:14.376Z] #19 336.2 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
16:57:14 [2022-07-20T16:57:14.376Z] #19 336.2 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
16:57:14 [2022-07-20T16:57:14.637Z] #19 336.4 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
16:57:14 [2022-07-20T16:57:14.637Z] #19 336.4 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
16:57:14 [2022-07-20T16:57:14.637Z] #19 336.4 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:57:15 [2022-07-20T16:57:15.314Z] #77 187.3 config.status: creating Makefile
16:57:15 [2022-07-20T16:57:15.314Z] #77 187.4 config.status: creating config.h
16:57:15 [2022-07-20T16:57:15.314Z] #77 187.4 config.status: executing libtool commands
16:57:15 [2022-07-20T16:57:15.314Z] #77 ...
16:57:15 [2022-07-20T16:57:15.314Z] 
16:57:15 [2022-07-20T16:57:15.315Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:15 [2022-07-20T16:57:15.315Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:15 [2022-07-20T16:57:15.315Z] #21 28.28 debconf: delaying package configuration, since apt-utils is not installed
16:57:15 [2022-07-20T16:57:15.315Z] #21 28.54 Fetched 27.7 MB in 1s (20.4 MB/s)
16:57:15 [2022-07-20T16:57:15.315Z] #21 28.71 Selecting previously unselected package pigz.
16:57:15 [2022-07-20T16:57:15.315Z] #21 28.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24018 files and directories currently installed.)
16:57:15 [2022-07-20T16:57:15.315Z] #21 28.89 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 28.91 Unpacking pigz (2.6-1) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 29.20 Selecting previously unselected package libelf1:amd64.
16:57:15 [2022-07-20T16:57:15.315Z] #21 29.20 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 29.21 Unpacking libelf1:amd64 (0.183-1) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 29.48 Selecting previously unselected package libbpf0:amd64.
16:57:15 [2022-07-20T16:57:15.315Z] #21 29.48 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 29.49 Unpacking libbpf0:amd64 (1:0.3-2) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 29.86 Selecting previously unselected package libcap2:amd64.
16:57:15 [2022-07-20T16:57:15.315Z] #21 29.87 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 29.90 Unpacking libcap2:amd64 (1:2.44-1) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 30.16 Selecting previously unselected package libmnl0:amd64.
16:57:15 [2022-07-20T16:57:15.315Z] #21 30.19 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 30.21 Unpacking libmnl0:amd64 (1.0.4-3) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 30.35 Selecting previously unselected package libxtables12:amd64.
16:57:15 [2022-07-20T16:57:15.315Z] #21 30.38 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 30.39 Unpacking libxtables12:amd64 (1.8.7-1) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 30.68 Selecting previously unselected package libcap2-bin.
16:57:15 [2022-07-20T16:57:15.315Z] #21 30.69 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 30.71 Unpacking libcap2-bin (1:2.44-1) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 31.05 Selecting previously unselected package iproute2.
16:57:15 [2022-07-20T16:57:15.315Z] #21 31.06 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 31.06 Unpacking iproute2 (5.10.0-4) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 31.89 Selecting previously unselected package xxd.
16:57:15 [2022-07-20T16:57:15.315Z] #21 31.90 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 31.90 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 32.08 Selecting previously unselected package vim-common.
16:57:15 [2022-07-20T16:57:15.315Z] #21 32.09 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 32.13 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 32.44 Selecting previously unselected package bash-completion.
16:57:15 [2022-07-20T16:57:15.315Z] #21 32.47 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 36.62 Unpacking bash-completion (1:2.11-2) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 37.47 Selecting previously unselected package bzip2.
16:57:15 [2022-07-20T16:57:15.315Z] #21 37.48 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 37.50 Unpacking bzip2 (1.0.8-4) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 37.66 Selecting previously unselected package xz-utils.
16:57:15 [2022-07-20T16:57:15.315Z] #21 37.66 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 37.66 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 37.90 Selecting previously unselected package apparmor.
16:57:15 [2022-07-20T16:57:15.315Z] #21 37.90 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 37.99 Unpacking apparmor (2.13.6-10) ...
16:57:15 [2022-07-20T16:57:15.315Z] #21 ...
16:57:15 [2022-07-20T16:57:15.315Z] 
16:57:15 [2022-07-20T16:57:15.315Z] #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
16:57:15 [2022-07-20T16:57:15.315Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:15 [2022-07-20T16:57:15.315Z] #77 187.5 config.status: executing depfiles commands
16:57:15 [2022-07-20T16:57:15.603Z] #47 ...
16:57:15 [2022-07-20T16:57:15.604Z] 
16:57:15 [2022-07-20T16:57:15.604Z] #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
16:57:15 [2022-07-20T16:57:15.604Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:15 [2022-07-20T16:57:15.604Z] #77 201.2   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
16:57:15 [2022-07-20T16:57:15.604Z] #77 201.4   CC       src/libcrun/handlers/libcrun_la-krun.lo
16:57:16 [2022-07-20T16:57:16.142Z] #77 ...
16:57:16 [2022-07-20T16:57:16.142Z] 
16:57:16 [2022-07-20T16:57:16.142Z] #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
16:57:16 [2022-07-20T16:57:16.142Z] #26 sha256:d4a2a87dc71115a6137aff7c80672541bad948ac4acbf96cb32d9f42bde56737
16:57:16 [2022-07-20T16:57:16.142Z] #26 259.6 + return
16:57:16 [2022-07-20T16:57:16.171Z] #77 202.0   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
16:57:16 [2022-07-20T16:57:16.430Z] #77 202.2   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
16:57:16 [2022-07-20T16:57:16.689Z] #77 202.4   CC       tests/init.o
16:57:17 [2022-07-20T16:57:17.164Z] #19 ...
16:57:17 [2022-07-20T16:57:17.164Z] 
16:57:17 [2022-07-20T16:57:17.164Z] #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
16:57:17 [2022-07-20T16:57:17.164Z] #62 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:57:17 [2022-07-20T16:57:17.164Z] #62 351.8 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
16:57:17 [2022-07-20T16:57:17.164Z] #62 DONE 352.1s
16:57:17 [2022-07-20T16:57:17.164Z] 
16:57:17 [2022-07-20T16:57:17.164Z] #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
16:57:17 [2022-07-20T16:57:17.164Z] #19 sha256:ce841632215d30474d8483d2eaadcc763f12e19648bf60c7a60b6a2673caecf1
16:57:17 [2022-07-20T16:57:17.220Z] #77 189.3 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
16:57:17 [2022-07-20T16:57:17.220Z] #77 189.3 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:57:17 [2022-07-20T16:57:17.257Z] #77 203.1   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
16:57:17 [2022-07-20T16:57:17.479Z] #77 189.9 checking for gcc... gcc
16:57:17 [2022-07-20T16:57:17.479Z] #77 190.0 checking whether the C compiler works... yes
16:57:17 [2022-07-20T16:57:17.479Z] #77 190.1 checking for C compiler default output file name... a.out
16:57:17 [2022-07-20T16:57:17.738Z] #77 190.1 checking for suffix of executables... 
16:57:17 [2022-07-20T16:57:17.928Z] #77 168.9 config.status: creating Makefile
16:57:17 [2022-07-20T16:57:17.928Z] #77 169.1 config.status: creating rpm/crun.spec
16:57:17 [2022-07-20T16:57:17.928Z] #77 169.3 config.status: creating config.h
16:57:17 [2022-07-20T16:57:17.928Z] #77 169.3 config.status: executing libtool commands
16:57:17 [2022-07-20T16:57:17.928Z] #77 169.4 config.status: executing depfiles commands
16:57:17 [2022-07-20T16:57:17.998Z] #77 190.5 checking whether we are cross compiling... no
16:57:18 [2022-07-20T16:57:18.258Z] #77 190.7 checking for suffix of object files... o
16:57:18 [2022-07-20T16:57:18.518Z] #77 190.8 checking whether we are using the GNU C compiler... yes
16:57:18 [2022-07-20T16:57:18.777Z] #77 191.0 checking whether gcc accepts -g... yes
16:57:19 [2022-07-20T16:57:19.038Z] #77 191.3 checking for gcc option to accept ISO C89... none needed
16:57:19 [2022-07-20T16:57:19.038Z] #77 191.5 checking whether gcc understands -c and -o together... yes
16:57:19 [2022-07-20T16:57:19.038Z] #77 191.7 checking for a BSD-compatible install... /usr/bin/install -c
16:57:19 [2022-07-20T16:57:19.038Z] #77 191.7 checking whether build environment is sane... yes
16:57:19 [2022-07-20T16:57:19.038Z] #77 191.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:57:19 [2022-07-20T16:57:19.038Z] #77 191.7 checking for gawk... no
16:57:19 [2022-07-20T16:57:19.038Z] #77 191.7 checking for mawk... mawk
16:57:19 [2022-07-20T16:57:19.038Z] #77 191.7 checking whether make sets $(MAKE)... yes
16:57:19 [2022-07-20T16:57:19.300Z] #77 ...
16:57:19 [2022-07-20T16:57:19.300Z] 
16:57:19 [2022-07-20T16:57:19.300Z] #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
16:57:19 [2022-07-20T16:57:19.300Z] #34 sha256:2972e1750d2a3d6939d3f93d55583632631ab39a5dc5a9ca7f5b8ac5d0d04c48
16:57:19 [2022-07-20T16:57:19.300Z] #34 DONE 249.8s
16:57:19 [2022-07-20T16:57:19.300Z] 
16:57:19 [2022-07-20T16:57:19.300Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:19 [2022-07-20T16:57:19.300Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:19 [2022-07-20T16:57:19.300Z] #21 13.85 Fetched 8555 kB in 12s (727 kB/s)
16:57:19 [2022-07-20T16:57:19.300Z] #21 13.85 Reading package lists...
16:57:19 [2022-07-20T16:57:19.302Z] #77 191.8 checking whether make supports the include directive... yes (GNU style)
16:57:19 [2022-07-20T16:57:19.302Z] #77 191.8 checking whether make supports nested variables... yes
16:57:19 [2022-07-20T16:57:19.302Z] #77 191.9 checking whether UID '0' is supported by ustar format... yes
16:57:19 [2022-07-20T16:57:19.302Z] #77 191.9 checking whether GID '0' is supported by ustar format... yes
16:57:19 [2022-07-20T16:57:19.302Z] #77 191.9 checking how to create a ustar tar archive... gnutar
16:57:19 [2022-07-20T16:57:19.443Z] #26 DONE 264.5s
16:57:19 [2022-07-20T16:57:19.443Z] 
16:57:19 [2022-07-20T16:57:19.443Z] #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
16:57:19 [2022-07-20T16:57:19.443Z] #77 sha256:2f6d6680172765454db37a933d44d665006dfb8d6f4aa8449381fd7aa0e9e6b5
16:57:19 [2022-07-20T16:57:19.443Z] #77 215.5   AR       libcrun_testing.a
16:57:19 [2022-07-20T16:57:19.443Z] #77 215.5 ar: `u' modifier ignored since `D' is the default (see `U')
16:57:19 [2022-07-20T16:57:19.443Z] #77 215.6   CCLD     tests/tests_libcrun_utils
16:57:19 [2022-07-20T16:57:19.443Z] #77 215.6   CCLD     tests/tests_libcrun_errors
16:57:19 [2022-07-20T16:57:19.443Z] #77 215.7   CCLD     tests/tests_libcrun_fuzzer
16:57:19 [2022-07-20T16:57:19.443Z] #77 216.4   CCLD     libcrun.la
16:57:19 [2022-07-20T16:57:19.443Z] #77 217.0   CCLD     crun
16:57:19 [2022-07-20T16:57:19.443Z] #77 217.4 make[3]: Entering directory '/tmp/crun-build'
16:57:19 [2022-07-20T16:57:19.443Z] #77 217.5  /bin/mkdir -p '/usr/local/lib'
16:57:19 [2022-07-20T16:57:19.443Z] #77 217.5  /bin/mkdir -p '/usr/local/share/man/man1'
16:57:19 [2022-07-20T16:57:19.443Z] #77 217.5  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
16:57:19 [2022-07-20T16:57:19.443Z] #77 217.5  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
16:57:19 [2022-07-20T16:57:19.443Z] #77 217.5 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
16:57:19 [2022-07-20T16:57:19.443Z] #77 217.5 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
16:57:19 [2022-07-20T16:57:19.443Z] #77 217.5 libtool: install: chmod 644 /usr/local/lib/libcrun.a
16:57:19 [2022-07-20T16:57:19.443Z] #77 217.6 libtool: install: ranlib /usr/local/lib/libcrun.a
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.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
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0 ----------------------------------------------------------------------
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0 Libraries have been installed in:
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0    /usr/local/lib
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0 
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0 If you ever happen to want to link against installed libraries
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0 in a given directory, LIBDIR, you must either use libtool, and
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0 specify the full pathname of the library, or use the '-LLIBDIR'
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0 flag during linking and do at least one of the following:
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0      during execution
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0    - add LIBDIR to the 'LD_RUN_PATH' environment variable
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0      during linking
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0 
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0 See any operating system documentation about shared libraries for
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0 more information, such as the ld(1) and ld.so(8) manual pages.
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0 ----------------------------------------------------------------------
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0  /bin/mkdir -p '/build'
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.0   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.1 libtool: install: /usr/bin/install -c crun /build/crun
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.1 make[3]: Leaving directory '/tmp/crun-build'
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.1 make[2]: Leaving directory '/tmp/crun-build'
16:57:19 [2022-07-20T16:57:19.443Z] #77 218.1 make[1]: Leaving directory '/tmp/crun-build'
16:57:19 [2022-07-20T16:57:19.443Z] #77 DONE 219.7s
16:57:19 [2022-07-20T16:57:19.443Z] 
16:57:19 [2022-07-20T16:57:19.443Z] #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
16:57:19 [2022-07-20T16:57:19.443Z] #60 sha256:1f1126ec41caa2e451d3f428e9d8c83902a45c5cca8e64a34293de97a73bdab0
16:57:19 [2022-07-20T16:57:19.443Z] #60 156.3 + mkdir -p /build
16:57:19 [2022-07-20T16:57:19.443Z] #60 156.3 + cp runc /build/runc
16:57:19 [2022-07-20T16:57:19.562Z] #77 192.0 checking dependency style of gcc... gcc3
16:57:19 [2022-07-20T16:57:19.562Z] #77 192.3 checking whether to enable maintainer-specific portions of Makefiles... yes
16:57:19 [2022-07-20T16:57:19.562Z] #77 192.3 checking whether make supports nested variables... (cached) yes
16:57:19 [2022-07-20T16:57:19.702Z] #60 DONE 156.9s
16:57:19 [2022-07-20T16:57:19.702Z] 
16:57:19 [2022-07-20T16:57:19.702Z] #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
16:57:19 [2022-07-20T16:57:19.702Z] #55 sha256:3650f9b480a2e97bd2ef924ab8a54b43910bb82f21b40060625e6d1934dbe452
16:57:19 [2022-07-20T16:57:19.702Z] #55 265.4 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
16:57:19 [2022-07-20T16:57:19.702Z] #55 DONE 265.8s
16:57:19 [2022-07-20T16:57:19.702Z] 
16:57:19 [2022-07-20T16:57:19.702Z] #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
16:57:19 [2022-07-20T16:57:19.702Z] #64 sha256:2956312d5e09c5110cc2a9bb0b6ae27ff65371b2b6454cabff4dfc50f9a59fe5
16:57:20 [2022-07-20T16:57:20.230Z] #21 18.45 Reading package lists...
16:57:20 [2022-07-20T16:57:20.230Z] #21 ...
16:57:20 [2022-07-20T16:57:20.230Z] 
16:57:20 [2022-07-20T16:57:20.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
16:57:20 [2022-07-20T16:57:20.230Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:20 [2022-07-20T16:57:20.230Z] #77 171.8 === configuring in libocispec (/tmp/crun-build/libocispec)
16:57:20 [2022-07-20T16:57:20.392Z] #77 192.4 checking build system type... x86_64-pc-linux-gnu
16:57:20 [2022-07-20T16:57:20.392Z] #77 192.9 checking host system type... x86_64-pc-linux-gnu
16:57:20 [2022-07-20T16:57:20.392Z] #77 192.9 checking how to print strings... printf
16:57:20 [2022-07-20T16:57:20.392Z] #77 192.9 checking for a sed that does not truncate output... /bin/sed
16:57:20 [2022-07-20T16:57:20.446Z] #19 342.1 Selecting previously unselected package gcc-arm-linux-gnueabi.
16:57:20 [2022-07-20T16:57:20.446Z] #19 342.1 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
16:57:20 [2022-07-20T16:57:20.446Z] #19 342.1 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
16:57:20 [2022-07-20T16:57:20.446Z] #19 342.1 Selecting previously unselected package linux-libc-dev-armel-cross.
16:57:20 [2022-07-20T16:57:20.446Z] #19 342.1 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
16:57:20 [2022-07-20T16:57:20.446Z] #19 342.1 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
16:57:20 [2022-07-20T16:57:20.446Z] #19 342.3 Selecting previously unselected package libc6-dev-armel-cross.
16:57:20 [2022-07-20T16:57:20.446Z] #19 342.3 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
16:57:20 [2022-07-20T16:57:20.446Z] #19 342.3 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
16:57:20 [2022-07-20T16:57:20.446Z] #19 342.5 Selecting previously unselected package libstdc++-10-dev-armel-cross.
16:57:20 [2022-07-20T16:57:20.487Z] #77 171.9 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:57:20 [2022-07-20T16:57:20.651Z] #77 193.0 checking for grep that handles long lines and -e... /bin/grep
16:57:20 [2022-07-20T16:57:20.652Z] #77 193.0 checking for egrep... /bin/grep -E
16:57:20 [2022-07-20T16:57:20.652Z] #77 193.1 checking for fgrep... /bin/grep -F
16:57:20 [2022-07-20T16:57:20.652Z] #77 193.1 checking for ld used by gcc... /usr/bin/ld
16:57:20 [2022-07-20T16:57:20.652Z] #77 193.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:57:20 [2022-07-20T16:57:20.652Z] #77 193.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:57:20 [2022-07-20T16:57:20.704Z] #19 342.5 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
16:57:20 [2022-07-20T16:57:20.704Z] #19 342.5 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
16:57:20 [2022-07-20T16:57:20.704Z] #19 342.8 Selecting previously unselected package g++-10-arm-linux-gnueabi.
16:57:20 [2022-07-20T16:57:20.911Z] #77 193.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:57:20 [2022-07-20T16:57:20.911Z] #77 193.4 checking whether ln -s works... yes
16:57:20 [2022-07-20T16:57:20.911Z] #77 193.4 checking the maximum length of command line arguments... 1572864
16:57:20 [2022-07-20T16:57:20.911Z] #77 193.5 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:57:20 [2022-07-20T16:57:20.911Z] #77 193.5 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:57:20 [2022-07-20T16:57:20.911Z] #77 193.5 checking for /usr/bin/ld option to reload object files... -r
16:57:20 [2022-07-20T16:57:20.911Z] #77 193.5 checking for objdump... objdump
16:57:20 [2022-07-20T16:57:20.911Z] #77 193.5 checking how to recognize dependent libraries... pass_all
16:57:20 [2022-07-20T16:57:20.911Z] #77 193.5 checking for dlltool... no
16:57:20 [2022-07-20T16:57:20.911Z] #77 193.5 checking how to associate runtime and link libraries... printf %s\n
16:57:20 [2022-07-20T16:57:20.911Z] #77 193.5 checking for ar... ar
16:57:20 [2022-07-20T16:57:20.963Z] #19 342.8 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
16:57:20 [2022-07-20T16:57:20.963Z] #19 342.8 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:57:21 [2022-07-20T16:57:21.171Z] #77 193.5 checking for archiver @FILE support... @
16:57:21 [2022-07-20T16:57:21.418Z] #77 172.8 checking for gcc... gcc
16:57:21 [2022-07-20T16:57:21.431Z] #77 193.8 checking for strip... strip
16:57:21 [2022-07-20T16:57:21.431Z] #77 193.8 checking for ranlib... ranlib
16:57:21 [2022-07-20T16:57:21.691Z] #77 193.8 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:57:21 [2022-07-20T16:57:21.691Z] #77 194.2 checking for sysroot... no
16:57:21 [2022-07-20T16:57:21.691Z] #77 194.2 checking for a working dd... /bin/dd
16:57:21 [2022-07-20T16:57:21.691Z] #77 194.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:57:21 [2022-07-20T16:57:21.931Z] #77 173.1 checking whether the C compiler works... yes
16:57:21 [2022-07-20T16:57:21.931Z] #77 173.5 checking for C compiler default output file name... a.out
16:57:21 [2022-07-20T16:57:21.951Z] #77 194.4 checking for mt... no
16:57:21 [2022-07-20T16:57:21.951Z] #77 194.4 checking if : is a manifest tool... no
16:57:22 [2022-07-20T16:57:22.188Z] #77 173.6 checking for suffix of executables... 
16:57:22 [2022-07-20T16:57:22.188Z] #77 ...
16:57:22 [2022-07-20T16:57:22.188Z] 
16:57:22 [2022-07-20T16:57:22.188Z] #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
16:57:22 [2022-07-20T16:57:22.188Z] #36 sha256:1e06012f045d846ff5738dac7935d8fcc69f207e02f2698d401616ad4a285ff4
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 Delve is a source level debugger for Go programs.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 Delve enables you to interact with your program by controlling the execution of the process,
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 Pass flags to the program you are debugging using `--`, for example:
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 `dlv exec ./hello -- server --config conf/config.toml`
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 Usage:
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   dlv [command]
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 Available Commands:
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   attach      Attach to running process and begin debugging.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   connect     Connect to a headless debug server with a terminal client.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   core        Examine a core dump.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   debug       Compile and begin debugging main package in current directory, or the package specified.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   exec        Execute a precompiled binary, and begin a debug session.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   help        Help about any command
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   run         Deprecated command. Use 'debug' instead.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   test        Compile test binary and begin debugging program.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   trace       Compile and begin tracing program.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   version     Prints version.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 Flags:
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.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)
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.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)
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --disable-aslr                     Disables address space randomization
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   -h, --help                             help for dlv
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --init string                      Init file, executed by the terminal client.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --log                              Enable debugging server logging.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7       --wd string                        Working directory for running the program.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 Additional help topics:
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   dlv backend  Help about the --backend flag.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   dlv log      Help about logging flags.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7   dlv redirect Help about file redirection.
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 
16:57:22 [2022-07-20T16:57:22.188Z] #36 252.7 Use "dlv [command] --help" for more information about a command.
16:57:22 [2022-07-20T16:57:22.188Z] #36 DONE 252.9s
16:57:22 [2022-07-20T16:57:22.188Z] 
16:57:22 [2022-07-20T16:57:22.188Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:22 [2022-07-20T16:57:22.188Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:22 [2022-07-20T16:57:22.188Z] #21 18.45 Reading package lists...
16:57:22 [2022-07-20T16:57:22.210Z] #77 194.4 checking how to run the C preprocessor... gcc -E
16:57:22 [2022-07-20T16:57:22.245Z] #64 ...
16:57:22 [2022-07-20T16:57:22.245Z] 
16:57:22 [2022-07-20T16:57:22.245Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
16:57:22 [2022-07-20T16:57:22.245Z] #27 sha256:d4d25031d2b0aa4266fa30640d9a0344fb0ef63df315c2bd51512936fd4c7089
16:57:22 [2022-07-20T16:57:22.752Z] #21 22.75 Building dependency tree...
16:57:22 [2022-07-20T16:57:22.863Z] #27 DONE 0.9s
16:57:22 [2022-07-20T16:57:22.863Z] 
16:57:22 [2022-07-20T16:57:22.863Z] #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
16:57:22 [2022-07-20T16:57:22.863Z] #64 sha256:2956312d5e09c5110cc2a9bb0b6ae27ff65371b2b6454cabff4dfc50f9a59fe5
16:57:23 [2022-07-20T16:57:23.122Z] #64 ...
16:57:23 [2022-07-20T16:57:23.122Z] 
16:57:23 [2022-07-20T16:57:23.122Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
16:57:23 [2022-07-20T16:57:23.122Z] #32 sha256:076079429caa31610fe29c576fd3f1ccea6dec201ec8ce884821ec27302166cf
16:57:23 [2022-07-20T16:57:23.411Z] #77 195.0 checking for ANSI C header files... yes
16:57:23 [2022-07-20T16:57:23.672Z] #77 196.0 checking for sys/types.h... yes
16:57:23 [2022-07-20T16:57:23.931Z] #77 196.2 checking for sys/stat.h... yes
16:57:23 [2022-07-20T16:57:23.931Z] #77 196.3 checking for stdlib.h... yes
16:57:24 [2022-07-20T16:57:24.060Z] #32 DONE 0.9s
16:57:24 [2022-07-20T16:57:24.060Z] 
16:57:24 [2022-07-20T16:57:24.060Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
16:57:24 [2022-07-20T16:57:24.060Z] #35 sha256:ed25050000f96d56ff3971d52e7f9e8d3ded557401f821d89ca054c8d5891f7f
16:57:24 [2022-07-20T16:57:24.120Z] #21 25.33 The following additional packages will be installed:
16:57:24 [2022-07-20T16:57:24.120Z] #21 25.33   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
16:57:24 [2022-07-20T16:57:24.120Z] #21 25.33   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
16:57:24 [2022-07-20T16:57:24.120Z] #21 25.33   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
16:57:24 [2022-07-20T16:57:24.120Z] #21 25.33   python3-pkg-resources vim-runtime xxd
16:57:24 [2022-07-20T16:57:24.120Z] #21 25.33 Suggested packages:
16:57:24 [2022-07-20T16:57:24.120Z] #21 25.33   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
16:57:24 [2022-07-20T16:57:24.120Z] #21 25.33   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
16:57:24 [2022-07-20T16:57:24.120Z] #21 25.33   acl attr quota
16:57:24 [2022-07-20T16:57:24.120Z] #21 25.33 Recommended packages:
16:57:24 [2022-07-20T16:57:24.120Z] #21 25.33   libatm1 nftables libpam-cap build-essential python3-dev unzip
16:57:24 [2022-07-20T16:57:24.191Z] #77 196.5 checking for string.h... yes
16:57:24 [2022-07-20T16:57:24.452Z] #77 196.7 checking for memory.h... yes
16:57:24 [2022-07-20T16:57:24.626Z] #35 DONE 0.5s
16:57:24 [2022-07-20T16:57:24.626Z] 
16:57:24 [2022-07-20T16:57:24.626Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
16:57:24 [2022-07-20T16:57:24.626Z] #37 sha256:6e6f70f6554d125f39ce08014cefc307ab2a3165ec8832fbae1234bbd98449f0
16:57:24 [2022-07-20T16:57:24.712Z] #77 197.0 checking for strings.h... yes
16:57:24 [2022-07-20T16:57:24.712Z] #77 197.2 checking for inttypes.h... yes
16:57:24 [2022-07-20T16:57:24.972Z] #77 197.4 checking for stdint.h... yes
16:57:25 [2022-07-20T16:57:25.149Z] #19 347.2 Selecting previously unselected package g++-arm-linux-gnueabi.
16:57:25 [2022-07-20T16:57:25.149Z] #19 347.2 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.149Z] #19 347.2 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
16:57:25 [2022-07-20T16:57:25.149Z] #19 347.2 Selecting previously unselected package crossbuild-essential-armel.
16:57:25 [2022-07-20T16:57:25.232Z] #77 197.6 checking for unistd.h... yes
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.2 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.2 Unpacking crossbuild-essential-armel (12.9) ...
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.3 Selecting previously unselected package libc6-armhf-cross.
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.3 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.3 Unpacking libc6-armhf-cross (2.31-9cross4) ...
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.4 Selecting previously unselected package libgcc-s1-armhf-cross.
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.4 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.4 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.4 Selecting previously unselected package libgomp1-armhf-cross.
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.4 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.4 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.5 Selecting previously unselected package libatomic1-armhf-cross.
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.5 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
16:57:25 [2022-07-20T16:57:25.407Z] #19 347.5 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #77 197.9 checking for dlfcn.h... 
16:57:25 [2022-07-20T16:57:25.493Z] #77 ...
16:57:25 [2022-07-20T16:57:25.493Z] 
16:57:25 [2022-07-20T16:57:25.493Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:25 [2022-07-20T16:57:25.493Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:25 [2022-07-20T16:57:25.493Z] #21 38.88 Selecting previously unselected package inetutils-ping.
16:57:25 [2022-07-20T16:57:25.493Z] #21 38.88 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 38.89 Unpacking inetutils-ping (2:2.0-1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.21 Selecting previously unselected package libip4tc2:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.22 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.22 Unpacking libip4tc2:amd64 (1.8.7-1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.47 Selecting previously unselected package libip6tc2:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.47 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.49 Unpacking libip6tc2:amd64 (1.8.7-1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.68 Selecting previously unselected package libnfnetlink0:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.69 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.69 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.80 Selecting previously unselected package libnetfilter-conntrack3:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.80 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 39.81 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 40.02 Selecting previously unselected package libnftnl11:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 40.02 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 40.02 Unpacking libnftnl11:amd64 (1.1.9-1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 40.29 Selecting previously unselected package iptables.
16:57:25 [2022-07-20T16:57:25.493Z] #21 40.30 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 40.30 Unpacking iptables (1.8.7-1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 40.88 Selecting previously unselected package libonig5:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 40.88 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 40.91 Unpacking libonig5:amd64 (6.9.6-1.1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.11 Selecting previously unselected package libjq1:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.16 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.17 Unpacking libjq1:amd64 (1.6-2.1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.49 Selecting previously unselected package jq.
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.50 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.52 Unpacking jq (1.6-2.1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.75 Selecting previously unselected package libaio1:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.75 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.78 Unpacking libaio1:amd64 (0.3.112-9) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.91 Selecting previously unselected package libgpm2:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.91 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 41.92 Unpacking libgpm2:amd64 (1.20.7-8) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 42.02 Selecting previously unselected package libicu67:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 42.03 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 42.05 Unpacking libicu67:amd64 (67.1-7) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.39 Selecting previously unselected package libinih1:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.40 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.41 Unpacking libinih1:amd64 (53-1+b2) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.53 Selecting previously unselected package libnet1:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.53 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.55 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.70 Selecting previously unselected package libnl-3-200:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.71 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.72 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.82 Selecting previously unselected package libprotobuf-c1:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.84 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.84 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.96 Selecting previously unselected package libyajl2:amd64.
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.97 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 48.99 Unpacking libyajl2:amd64 (2.1.0-3) ...
16:57:25 [2022-07-20T16:57:25.493Z] #21 ...
16:57:25 [2022-07-20T16:57:25.493Z] 
16:57:25 [2022-07-20T16:57:25.493Z] #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
16:57:25 [2022-07-20T16:57:25.493Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:25 [2022-07-20T16:57:25.493Z] #77 197.9 checking for dlfcn.h... yes
16:57:25 [2022-07-20T16:57:25.493Z] #77 198.1 checking for objdir... .libs
16:57:25 [2022-07-20T16:57:25.569Z] #37 DONE 0.8s
16:57:25 [2022-07-20T16:57:25.570Z] 
16:57:25 [2022-07-20T16:57:25.570Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
16:57:25 [2022-07-20T16:57:25.570Z] #39 sha256:7045558addaba290aced085b23f203407c6b0d5b25fc830fdeabe6afc1a876d9
16:57:25 [2022-07-20T16:57:25.570Z] #39 DONE 0.1s
16:57:25 [2022-07-20T16:57:25.570Z] 
16:57:25 [2022-07-20T16:57:25.570Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
16:57:25 [2022-07-20T16:57:25.570Z] #41 sha256:da33c513b564520152cc71e40c4cbf94c2159d7d6cdc6f1edf61e89470cee1fa
16:57:25 [2022-07-20T16:57:25.570Z] #41 DONE 0.1s
16:57:25 [2022-07-20T16:57:25.570Z] 
16:57:25 [2022-07-20T16:57:25.570Z] #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
16:57:25 [2022-07-20T16:57:25.570Z] #64 sha256:2956312d5e09c5110cc2a9bb0b6ae27ff65371b2b6454cabff4dfc50f9a59fe5
16:57:25 [2022-07-20T16:57:25.570Z] #64 237.1 + bin/containerd
16:57:25 [2022-07-20T16:57:25.570Z] #64 ...
16:57:25 [2022-07-20T16:57:25.570Z] 
16:57:25 [2022-07-20T16:57:25.570Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
16:57:25 [2022-07-20T16:57:25.570Z] #45 sha256:443c404022801a8de61ef81170fd42ae1e8817507218b968e41a1209e2c6009d
16:57:25 [2022-07-20T16:57:25.570Z] #45 DONE 0.1s
16:57:25 [2022-07-20T16:57:25.570Z] 
16:57:25 [2022-07-20T16:57:25.570Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
16:57:25 [2022-07-20T16:57:25.570Z] #48 sha256:e06af16d2cf24690c3a198ea573f65755c04ab25a92c044f4845d73101d0fdb0
16:57:25 [2022-07-20T16:57:25.664Z] #19 347.5 Selecting previously unselected package libasan6-armhf-cross.
16:57:25 [2022-07-20T16:57:25.664Z] #19 347.5 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
16:57:25 [2022-07-20T16:57:25.664Z] #19 347.5 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
16:57:25 [2022-07-20T16:57:25.664Z] #19 347.7 Selecting previously unselected package libstdc++6-armhf-cross.
16:57:25 [2022-07-20T16:57:25.829Z] #48 DONE 0.5s
16:57:25 [2022-07-20T16:57:25.829Z] 
16:57:25 [2022-07-20T16:57:25.829Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
16:57:25 [2022-07-20T16:57:25.829Z] #52 sha256:a22db02cff3bf6b22ce9679015f33f30ce691943cd1312478316d8da3cc517bc
16:57:25 [2022-07-20T16:57:25.829Z] #52 DONE 0.1s
16:57:25 [2022-07-20T16:57:25.829Z] 
16:57:25 [2022-07-20T16:57:25.829Z] #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
16:57:25 [2022-07-20T16:57:25.829Z] #64 sha256:2956312d5e09c5110cc2a9bb0b6ae27ff65371b2b6454cabff4dfc50f9a59fe5
16:57:25 [2022-07-20T16:57:25.922Z] #19 347.7 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
16:57:25 [2022-07-20T16:57:25.922Z] #19 347.8 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
16:57:25 [2022-07-20T16:57:25.922Z] #19 347.8 Selecting previously unselected package libubsan1-armhf-cross.
16:57:25 [2022-07-20T16:57:25.922Z] #19 347.8 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
16:57:25 [2022-07-20T16:57:25.922Z] #19 347.8 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
16:57:25 [2022-07-20T16:57:25.922Z] #19 347.9 Selecting previously unselected package libgcc-10-dev-armhf-cross.
16:57:25 [2022-07-20T16:57:25.922Z] #19 347.9 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
16:57:25 [2022-07-20T16:57:25.922Z] #19 347.9 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
16:57:25 [2022-07-20T16:57:25.922Z] #19 348.0 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
16:57:26 [2022-07-20T16:57:26.061Z] #77 198.5 checking if gcc supports -fno-rtti -fno-exceptions... no
16:57:26 [2022-07-20T16:57:26.087Z] #64 ...
16:57:26 [2022-07-20T16:57:26.087Z] 
16:57:26 [2022-07-20T16:57:26.087Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
16:57:26 [2022-07-20T16:57:26.087Z] #54 sha256:43af7aa986841de65d2caa38fc77b199062eece163d35bd7ba3fcf8be4bfc60c
16:57:26 [2022-07-20T16:57:26.087Z] #54 DONE 0.1s
16:57:26 [2022-07-20T16:57:26.087Z] 
16:57:26 [2022-07-20T16:57:26.087Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
16:57:26 [2022-07-20T16:57:26.087Z] #56 sha256:cd1feb0f6447638141190cddd0f1335e89c32fcebe330edc8382791f2b118021
16:57:26 [2022-07-20T16:57:26.189Z] #19 348.0 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
16:57:26 [2022-07-20T16:57:26.189Z] #19 348.0 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:57:26 [2022-07-20T16:57:26.321Z] #77 198.7 checking for gcc option to produce PIC... -fPIC -DPIC
16:57:26 [2022-07-20T16:57:26.321Z] #77 198.7 checking if gcc PIC flag -fPIC -DPIC works... yes
16:57:26 [2022-07-20T16:57:26.647Z] #21 27.87 The following NEW packages will be installed:
16:57:26 [2022-07-20T16:57:26.647Z] #21 27.90   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
16:57:26 [2022-07-20T16:57:26.647Z] #21 27.90   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
16:57:26 [2022-07-20T16:57:26.647Z] #21 27.90   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
16:57:26 [2022-07-20T16:57:26.647Z] #21 27.90   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
16:57:26 [2022-07-20T16:57:26.647Z] #21 27.90   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
16:57:26 [2022-07-20T16:57:26.647Z] #21 27.90   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
16:57:26 [2022-07-20T16:57:26.647Z] #21 27.90   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:57:26 [2022-07-20T16:57:26.647Z] #21 27.90   xz-utils zip zstd
16:57:26 [2022-07-20T16:57:26.891Z] #77 198.9 checking if gcc static flag -static works... yes
16:57:26 [2022-07-20T16:57:26.891Z] #77 199.4 checking if gcc supports -c -o file.o... yes
16:57:26 [2022-07-20T16:57:26.891Z] #77 199.5 checking if gcc supports -c -o file.o... (cached) yes
16:57:26 [2022-07-20T16:57:26.891Z] #77 199.5 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:57:27 [2022-07-20T16:57:27.023Z] #56 DONE 1.1s
16:57:27 [2022-07-20T16:57:27.023Z] 
16:57:27 [2022-07-20T16:57:27.023Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
16:57:27 [2022-07-20T16:57:27.023Z] #58 sha256:073569426844aa7c09ffaebe3f45ed007868af7aa1724f85d2eb62985f53bc5d
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.37 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.37 Need to get 27.7 MB of archives.
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.37 After this operation, 106 MB of additional disk space will be used.
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.37 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.38 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.38 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.39 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.44 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.46 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.48 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.48 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.50 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.53 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.54 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.56 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.56 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.56 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.57 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.58 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.60 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.61 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.62 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.63 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.63 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
16:57:27 [2022-07-20T16:57:27.211Z] #21 28.64 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:57:27 [2022-07-20T16:57:27.282Z] #58 DONE 0.1s
16:57:27 [2022-07-20T16:57:27.282Z] 
16:57:27 [2022-07-20T16:57:27.282Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
16:57:27 [2022-07-20T16:57:27.282Z] #61 sha256:61ea7ac1a2aa6e757460f9147acb287870550b7ba2799370c1c1d4f42d8bdf02
16:57:27 [2022-07-20T16:57:27.410Z] #77 199.6 checking dynamic linker characteristics... GNU/Linux ld.so
16:57:27 [2022-07-20T16:57:27.410Z] #77 200.0 checking how to hardcode library paths into programs... immediate
16:57:27 [2022-07-20T16:57:27.410Z] #77 200.0 checking whether stripping libraries is possible... yes
16:57:27 [2022-07-20T16:57:27.410Z] #77 200.0 checking if libtool supports shared libraries... yes
16:57:27 [2022-07-20T16:57:27.410Z] #77 200.0 checking whether to build shared libraries... no
16:57:27 [2022-07-20T16:57:27.410Z] #77 200.0 checking whether to build static libraries... yes
16:57:27 [2022-07-20T16:57:27.541Z] #61 DONE 0.4s
16:57:27 [2022-07-20T16:57:27.541Z] 
16:57:27 [2022-07-20T16:57:27.541Z] #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
16:57:27 [2022-07-20T16:57:27.541Z] #64 sha256:2956312d5e09c5110cc2a9bb0b6ae27ff65371b2b6454cabff4dfc50f9a59fe5
16:57:27 [2022-07-20T16:57:27.670Z] #77 200.1 checking float.h usability... yes
16:57:27 [2022-07-20T16:57:27.774Z] #21 29.03 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
16:57:27 [2022-07-20T16:57:27.775Z] #21 29.04 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:57:27 [2022-07-20T16:57:27.775Z] #21 29.04 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
16:57:27 [2022-07-20T16:57:27.775Z] #21 29.04 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
16:57:27 [2022-07-20T16:57:27.775Z] #21 29.04 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
16:57:27 [2022-07-20T16:57:27.775Z] #21 29.05 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
16:57:27 [2022-07-20T16:57:27.775Z] #21 29.06 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:57:27 [2022-07-20T16:57:27.775Z] #21 29.07 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
16:57:27 [2022-07-20T16:57:27.775Z] #21 29.12 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
16:57:27 [2022-07-20T16:57:27.775Z] #21 29.12 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
16:57:27 [2022-07-20T16:57:27.929Z] #77 200.3 checking float.h presence... yes
16:57:27 [2022-07-20T16:57:27.929Z] #77 200.3 checking for float.h... yes
16:57:27 [2022-07-20T16:57:27.929Z] #77 200.4 checking limits.h usability... yes
16:57:28 [2022-07-20T16:57:28.031Z] #21 29.14 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:57:28 [2022-07-20T16:57:28.031Z] #21 29.15 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
16:57:28 [2022-07-20T16:57:28.031Z] #21 29.16 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
16:57:28 [2022-07-20T16:57:28.031Z] #21 29.17 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
16:57:28 [2022-07-20T16:57:28.031Z] #21 29.17 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
16:57:28 [2022-07-20T16:57:28.031Z] #21 29.21 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
16:57:28 [2022-07-20T16:57:28.031Z] #21 29.21 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
16:57:28 [2022-07-20T16:57:28.031Z] #21 29.22 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
16:57:28 [2022-07-20T16:57:28.190Z] #77 200.6 checking limits.h presence... yes
16:57:28 [2022-07-20T16:57:28.190Z] #77 200.7 checking for limits.h... yes
16:57:28 [2022-07-20T16:57:28.289Z] #21 29.46 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
16:57:28 [2022-07-20T16:57:28.289Z] #21 29.51 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
16:57:28 [2022-07-20T16:57:28.289Z] #21 29.56 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
16:57:28 [2022-07-20T16:57:28.289Z] #21 29.56 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
16:57:28 [2022-07-20T16:57:28.450Z] #77 200.7 checking stddef.h usability... yes
16:57:28 [2022-07-20T16:57:28.450Z] #77 201.0 checking stddef.h presence... yes
16:57:28 [2022-07-20T16:57:28.450Z] #77 201.0 checking for stddef.h... yes
16:57:28 [2022-07-20T16:57:28.450Z] #77 201.1 checking for stdlib.h... (cached) yes
16:57:28 [2022-07-20T16:57:28.712Z] #77 201.2 checking for string.h... (cached) yes
16:57:28 [2022-07-20T16:57:28.972Z] #77 201.2 checking sys/time.h usability... yes
16:57:28 [2022-07-20T16:57:28.972Z] #77 201.4 checking sys/time.h presence... yes
16:57:28 [2022-07-20T16:57:28.972Z] #77 201.5 checking for sys/time.h... yes
16:57:29 [2022-07-20T16:57:29.232Z] #77 201.5 checking for inline... inline
16:57:29 [2022-07-20T16:57:29.658Z] #21 30.77 debconf: delaying package configuration, since apt-utils is not installed
16:57:29 [2022-07-20T16:57:29.658Z] #21 30.97 Fetched 27.7 MB in 2s (17.8 MB/s)
16:57:29 [2022-07-20T16:57:29.801Z] #77 201.7 checking for size_t... yes
16:57:29 [2022-07-20T16:57:29.801Z] #77 202.2 checking for stdlib.h... (cached) yes
16:57:29 [2022-07-20T16:57:29.915Z] #21 31.11 Selecting previously unselected package pigz.
16:57:29 [2022-07-20T16:57:29.916Z] #21 31.12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24018 files and directories currently installed.)
16:57:29 [2022-07-20T16:57:29.916Z] #21 31.18 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
16:57:29 [2022-07-20T16:57:29.916Z] #21 31.19 Unpacking pigz (2.6-1) ...
16:57:30 [2022-07-20T16:57:30.060Z] #77 202.3 checking for GNU libc compatible malloc... yes
16:57:30 [2022-07-20T16:57:30.060Z] #77 202.6 checking for stdlib.h... (cached) yes
16:57:30 [2022-07-20T16:57:30.173Z] #21 31.30 Selecting previously unselected package libelf1:amd64.
16:57:30 [2022-07-20T16:57:30.173Z] #21 31.31 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
16:57:30 [2022-07-20T16:57:30.173Z] #21 31.32 Unpacking libelf1:amd64 (0.183-1) ...
16:57:30 [2022-07-20T16:57:30.173Z] #21 31.55 Selecting previously unselected package libbpf0:amd64.
16:57:30 [2022-07-20T16:57:30.320Z] #77 202.6 checking for GNU libc compatible realloc... yes
16:57:30 [2022-07-20T16:57:30.429Z] #21 31.56 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
16:57:30 [2022-07-20T16:57:30.429Z] #21 31.57 Unpacking libbpf0:amd64 (1:0.3-2) ...
16:57:30 [2022-07-20T16:57:30.429Z] #21 ...
16:57:30 [2022-07-20T16:57:30.429Z] 
16:57:30 [2022-07-20T16:57:30.429Z] #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
16:57:30 [2022-07-20T16:57:30.429Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:30 [2022-07-20T16:57:30.429Z] #77 173.6 checking for suffix of executables... 
16:57:30 [2022-07-20T16:57:30.429Z] #77 173.9 checking whether we are cross compiling... no
16:57:30 [2022-07-20T16:57:30.429Z] #77 174.3 checking for suffix of object files... o
16:57:30 [2022-07-20T16:57:30.429Z] #77 174.5 checking whether we are using the GNU C compiler... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 174.6 checking whether gcc accepts -g... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 174.8 checking for gcc option to accept ISO C89... none needed
16:57:30 [2022-07-20T16:57:30.429Z] #77 175.2 checking whether gcc understands -c and -o together... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 175.5 checking how to run the C preprocessor... gcc -E
16:57:30 [2022-07-20T16:57:30.429Z] #77 176.0 checking for grep that handles long lines and -e... /bin/grep
16:57:30 [2022-07-20T16:57:30.429Z] #77 176.0 checking for egrep... /bin/grep -E
16:57:30 [2022-07-20T16:57:30.429Z] #77 176.0 checking for ANSI C header files... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 177.0 checking for sys/types.h... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 177.3 checking for sys/stat.h... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 177.6 checking for stdlib.h... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 177.9 checking for string.h... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 178.0 checking for memory.h... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 178.2 checking for strings.h... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 178.5 checking for inttypes.h... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 179.0 checking for stdint.h... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 179.4 checking for unistd.h... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 179.6 checking minix/config.h usability... no
16:57:30 [2022-07-20T16:57:30.429Z] #77 179.9 checking minix/config.h presence... no
16:57:30 [2022-07-20T16:57:30.429Z] #77 180.1 checking for minix/config.h... no
16:57:30 [2022-07-20T16:57:30.429Z] #77 180.1 checking whether it is safe to define __EXTENSIONS__... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 180.4 checking build system type... x86_64-pc-linux-gnu
16:57:30 [2022-07-20T16:57:30.429Z] #77 180.8 checking host system type... x86_64-pc-linux-gnu
16:57:30 [2022-07-20T16:57:30.429Z] #77 180.8 checking how to print strings... printf
16:57:30 [2022-07-20T16:57:30.429Z] #77 180.8 checking for a sed that does not truncate output... /bin/sed
16:57:30 [2022-07-20T16:57:30.429Z] #77 180.8 checking for fgrep... /bin/grep -F
16:57:30 [2022-07-20T16:57:30.429Z] #77 180.9 checking for ld used by gcc... /usr/bin/ld
16:57:30 [2022-07-20T16:57:30.429Z] #77 180.9 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 180.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:57:30 [2022-07-20T16:57:30.429Z] #77 180.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.0 checking whether ln -s works... yes
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.1 checking the maximum length of command line arguments... 1572864
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.1 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.1 checking for /usr/bin/ld option to reload object files... -r
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.1 checking for objdump... objdump
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.1 checking how to recognize dependent libraries... pass_all
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.1 checking for dlltool... no
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.1 checking how to associate runtime and link libraries... printf %s\n
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.1 checking for ar... ar
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.1 checking for archiver @FILE support... @
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.4 checking for strip... strip
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.4 checking for ranlib... ranlib
16:57:30 [2022-07-20T16:57:30.429Z] #77 181.4 checking for gawk... no
16:57:30 [2022-07-20T16:57:30.430Z] #77 181.4 checking for mawk... mawk
16:57:30 [2022-07-20T16:57:30.430Z] #77 181.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:57:30 [2022-07-20T16:57:30.430Z] #77 181.8 checking for sysroot... no
16:57:30 [2022-07-20T16:57:30.430Z] #77 181.8 checking for a working dd... /bin/dd
16:57:30 [2022-07-20T16:57:30.430Z] #77 181.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:57:30 [2022-07-20T16:57:30.430Z] #77 181.9 checking for mt... no
16:57:30 [2022-07-20T16:57:30.430Z] #77 181.9 checking if : is a manifest tool... no
16:57:30 [2022-07-20T16:57:30.579Z] #77 202.8 checking for working strtod... yes
16:57:30 [2022-07-20T16:57:30.689Z] #77 182.0 checking for dlfcn.h... yes
16:57:30 [2022-07-20T16:57:30.689Z] #77 182.2 checking for objdir... 
16:57:30 [2022-07-20T16:57:30.689Z] #77 ...
16:57:30 [2022-07-20T16:57:30.689Z] 
16:57:30 [2022-07-20T16:57:30.689Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:30 [2022-07-20T16:57:30.689Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:30 [2022-07-20T16:57:30.689Z] #21 31.90 Selecting previously unselected package libcap2:amd64.
16:57:30 [2022-07-20T16:57:30.689Z] #21 31.90 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
16:57:30 [2022-07-20T16:57:30.689Z] #21 31.92 Unpacking libcap2:amd64 (1:2.44-1) ...
16:57:30 [2022-07-20T16:57:30.689Z] #21 32.09 Selecting previously unselected package libmnl0:amd64.
16:57:30 [2022-07-20T16:57:30.689Z] #21 32.09 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
16:57:30 [2022-07-20T16:57:30.839Z] #77 203.2 checking for gettimeofday... yes
16:57:30 [2022-07-20T16:57:30.946Z] #21 32.10 Unpacking libmnl0:amd64 (1.0.4-3) ...
16:57:30 [2022-07-20T16:57:30.946Z] #21 32.20 Selecting previously unselected package libxtables12:amd64.
16:57:30 [2022-07-20T16:57:30.946Z] #21 32.20 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
16:57:30 [2022-07-20T16:57:30.946Z] #21 32.22 Unpacking libxtables12:amd64 (1.8.7-1) ...
16:57:30 [2022-07-20T16:57:30.946Z] #21 32.31 Selecting previously unselected package libcap2-bin.
16:57:31 [2022-07-20T16:57:31.203Z] #21 32.32 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
16:57:31 [2022-07-20T16:57:31.203Z] #21 32.33 Unpacking libcap2-bin (1:2.44-1) ...
16:57:31 [2022-07-20T16:57:31.450Z] #19 352.8 Selecting previously unselected package gcc-arm-linux-gnueabihf.
16:57:31 [2022-07-20T16:57:31.450Z] #19 352.8 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
16:57:31 [2022-07-20T16:57:31.450Z] #19 352.8 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
16:57:31 [2022-07-20T16:57:31.450Z] #19 352.8 Selecting previously unselected package linux-libc-dev-armhf-cross.
16:57:31 [2022-07-20T16:57:31.450Z] #19 352.8 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
16:57:31 [2022-07-20T16:57:31.450Z] #19 352.8 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
16:57:31 [2022-07-20T16:57:31.450Z] #19 353.0 Selecting previously unselected package libc6-dev-armhf-cross.
16:57:31 [2022-07-20T16:57:31.450Z] #19 353.0 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
16:57:31 [2022-07-20T16:57:31.450Z] #19 353.0 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
16:57:31 [2022-07-20T16:57:31.450Z] #19 353.4 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
16:57:31 [2022-07-20T16:57:31.450Z] #19 353.4 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
16:57:31 [2022-07-20T16:57:31.450Z] #19 353.4 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
16:57:31 [2022-07-20T16:57:31.459Z] #21 32.63 Selecting previously unselected package iproute2.
16:57:31 [2022-07-20T16:57:31.460Z] #21 32.64 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
16:57:31 [2022-07-20T16:57:31.460Z] #21 32.67 Unpacking iproute2 (5.10.0-4) ...
16:57:31 [2022-07-20T16:57:31.668Z] #77 203.6 checking for memset... yes
16:57:32 [2022-07-20T16:57:32.015Z] #19 354.0 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
16:57:32 [2022-07-20T16:57:32.015Z] #19 354.0 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
16:57:32 [2022-07-20T16:57:32.015Z] #19 354.0 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:57:32 [2022-07-20T16:57:32.237Z] #77 204.1 checking for strspn... yes
16:57:32 [2022-07-20T16:57:32.389Z] #21 33.53 Selecting previously unselected package xxd.
16:57:32 [2022-07-20T16:57:32.389Z] #21 33.54 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
16:57:32 [2022-07-20T16:57:32.389Z] #21 33.54 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:57:32 [2022-07-20T16:57:32.496Z] #77 205.0 checking that generated files are newer than configure... done
16:57:32 [2022-07-20T16:57:32.496Z] #77 205.0 configure: creating ./config.status
16:57:32 [2022-07-20T16:57:32.646Z] #21 33.84 Selecting previously unselected package vim-common.
16:57:32 [2022-07-20T16:57:32.646Z] #21 33.84 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:57:32 [2022-07-20T16:57:32.646Z] #21 33.86 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:57:32 [2022-07-20T16:57:32.904Z] #21 34.14 Selecting previously unselected package bash-completion.
16:57:32 [2022-07-20T16:57:32.904Z] #21 34.14 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
16:57:35 [2022-07-20T16:57:35.348Z] #77 ...
16:57:35 [2022-07-20T16:57:35.348Z] 
16:57:35 [2022-07-20T16:57:35.348Z] #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
16:57:35 [2022-07-20T16:57:35.348Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:57:35 [2022-07-20T16:57:35.348Z] #47 DONE 271.9s
16:57:35 [2022-07-20T16:57:35.348Z] 
16:57:35 [2022-07-20T16:57:35.348Z] #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
16:57:35 [2022-07-20T16:57:35.348Z] #60 sha256:5c8285bf500d4f43ed603d0a3ea4c60ebea38354344e285ab8940c8e61c2216f
16:57:35 [2022-07-20T16:57:35.611Z] #60 ...
16:57:35 [2022-07-20T16:57:35.611Z] 
16:57:35 [2022-07-20T16:57:35.611Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
16:57:35 [2022-07-20T16:57:35.611Z] #48 sha256:568d5d4554876b435fa85b976da4a5c63b431f00ed97ace6654290383f83efa7
16:57:35 [2022-07-20T16:57:35.818Z] #77 ...
16:57:35 [2022-07-20T16:57:35.818Z] 
16:57:35 [2022-07-20T16:57:35.818Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:35 [2022-07-20T16:57:35.818Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:35 [2022-07-20T16:57:35.818Z] #21 49.10 Selecting previously unselected package net-tools.
16:57:35 [2022-07-20T16:57:35.818Z] #21 49.18 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 49.18 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 49.52 Selecting previously unselected package patch.
16:57:35 [2022-07-20T16:57:35.818Z] #21 49.53 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 49.53 Unpacking patch (2.7.6-7) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 49.66 Selecting previously unselected package python-pip-whl.
16:57:35 [2022-07-20T16:57:35.818Z] #21 49.68 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 49.69 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 50.60 Selecting previously unselected package python3-lib2to3.
16:57:35 [2022-07-20T16:57:35.818Z] #21 50.62 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 50.63 Unpacking python3-lib2to3 (3.9.2-1) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 50.78 Selecting previously unselected package python3-distutils.
16:57:35 [2022-07-20T16:57:35.818Z] #21 50.80 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 50.81 Unpacking python3-distutils (3.9.2-1) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 50.96 Selecting previously unselected package python3-pkg-resources.
16:57:35 [2022-07-20T16:57:35.818Z] #21 50.99 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 51.01 Unpacking python3-pkg-resources (52.0.0-4) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 51.23 Selecting previously unselected package python3-setuptools.
16:57:35 [2022-07-20T16:57:35.818Z] #21 51.23 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 51.24 Unpacking python3-setuptools (52.0.0-4) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 51.62 Selecting previously unselected package python3-wheel.
16:57:35 [2022-07-20T16:57:35.818Z] #21 51.62 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 51.63 Unpacking python3-wheel (0.34.2-1) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 51.72 Selecting previously unselected package python3-pip.
16:57:35 [2022-07-20T16:57:35.818Z] #21 51.73 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 51.76 Unpacking python3-pip (20.3.4-4+deb11u1) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 52.16 Selecting previously unselected package sudo.
16:57:35 [2022-07-20T16:57:35.818Z] #21 52.16 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 52.18 Unpacking sudo (1.9.5p2-3) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 53.10 Selecting previously unselected package thin-provisioning-tools.
16:57:35 [2022-07-20T16:57:35.818Z] #21 53.12 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 53.13 Unpacking thin-provisioning-tools (0.9.0-1) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 53.47 Selecting previously unselected package uidmap.
16:57:35 [2022-07-20T16:57:35.818Z] #21 53.48 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 53.49 Unpacking uidmap (1:4.8.1-1) ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 53.70 Selecting previously unselected package vim-runtime.
16:57:35 [2022-07-20T16:57:35.818Z] #21 53.71 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
16:57:35 [2022-07-20T16:57:35.818Z] #21 53.75 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
16:57:35 [2022-07-20T16:57:35.818Z] #21 53.79 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
16:57:35 [2022-07-20T16:57:35.818Z] #21 53.81 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
16:57:36 [2022-07-20T16:57:36.179Z] #48 DONE 0.6s
16:57:36 [2022-07-20T16:57:36.179Z] 
16:57:36 [2022-07-20T16:57:36.179Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
16:57:36 [2022-07-20T16:57:36.179Z] #52 sha256:a0cd67e0b3887c2289fe9f08960dbd7527e10ae76872c097108b8dd42b81e25c
16:57:36 [2022-07-20T16:57:36.179Z] #52 DONE 0.1s
16:57:36 [2022-07-20T16:57:36.179Z] 
16:57:36 [2022-07-20T16:57:36.179Z] #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
16:57:36 [2022-07-20T16:57:36.179Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:57:36 [2022-07-20T16:57:36.389Z] #21 ...
16:57:36 [2022-07-20T16:57:36.389Z] 
16:57:36 [2022-07-20T16:57:36.389Z] #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
16:57:36 [2022-07-20T16:57:36.389Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:36 [2022-07-20T16:57:36.389Z] #77 209.0 config.status: creating Makefile
16:57:36 [2022-07-20T16:57:36.437Z] #55 ...
16:57:36 [2022-07-20T16:57:36.437Z] 
16:57:36 [2022-07-20T16:57:36.437Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
16:57:36 [2022-07-20T16:57:36.437Z] #54 sha256:928e2ed032b574250655b88e48a195b4987cc0278c929f83bfeffeba92cd5c72
16:57:36 [2022-07-20T16:57:36.437Z] #54 DONE 0.2s
16:57:36 [2022-07-20T16:57:36.437Z] 
16:57:36 [2022-07-20T16:57:36.437Z] #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
16:57:36 [2022-07-20T16:57:36.437Z] #60 sha256:5c8285bf500d4f43ed603d0a3ea4c60ebea38354344e285ab8940c8e61c2216f
16:57:36 [2022-07-20T16:57:36.677Z] #77 209.1 config.status: creating config.h
16:57:36 [2022-07-20T16:57:36.677Z] #77 209.1 config.status: executing depfiles commands
16:57:36 [2022-07-20T16:57:36.677Z] #77 209.2 config.status: executing libtool commands
16:57:37 [2022-07-20T16:57:37.276Z] #19 358.5 Selecting previously unselected package g++-arm-linux-gnueabihf.
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.5 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.6 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.6 Selecting previously unselected package crossbuild-essential-armhf.
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.6 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.6 Unpacking crossbuild-essential-armhf (12.9) ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.6 Selecting previously unselected package libc6-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.6 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.6 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.8 Selecting previously unselected package libgcc-s1-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.8 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.8 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.8 Selecting previously unselected package libgomp1-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.8 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.8 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.8 Selecting previously unselected package libitm1-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.8 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.8 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.9 Selecting previously unselected package libatomic1-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.9 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.9 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.9 Selecting previously unselected package libasan6-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.9 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 358.9 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 359.2 Selecting previously unselected package liblsan0-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.277Z] #19 359.2 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 359.2 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
16:57:37 [2022-07-20T16:57:37.277Z] #19 359.3 Selecting previously unselected package libtsan0-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.535Z] #19 359.3 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:37 [2022-07-20T16:57:37.535Z] #19 359.3 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
16:57:37 [2022-07-20T16:57:37.535Z] #19 359.5 Selecting previously unselected package libstdc++6-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.535Z] #19 359.5 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:37 [2022-07-20T16:57:37.793Z] #19 359.5 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
16:57:37 [2022-07-20T16:57:37.793Z] #19 359.6 Selecting previously unselected package libubsan1-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.793Z] #19 359.6 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:37 [2022-07-20T16:57:37.793Z] #19 359.6 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
16:57:37 [2022-07-20T16:57:37.793Z] #19 359.7 Selecting previously unselected package libquadmath0-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.793Z] #19 359.7 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:37 [2022-07-20T16:57:37.793Z] #19 359.7 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
16:57:37 [2022-07-20T16:57:37.793Z] #19 359.8 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
16:57:37 [2022-07-20T16:57:37.793Z] #19 359.8 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:37 [2022-07-20T16:57:37.793Z] #19 359.8 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:57:38 [2022-07-20T16:57:38.051Z] #19 359.9 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
16:57:38 [2022-07-20T16:57:38.051Z] #19 359.9 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:57:38 [2022-07-20T16:57:38.051Z] #19 359.9 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:57:38 [2022-07-20T16:57:38.058Z] #77 210.4   GEN      .version
16:57:38 [2022-07-20T16:57:38.058Z] #77 210.5 make  install-recursive
16:57:38 [2022-07-20T16:57:38.058Z] #77 210.5 make[1]: Entering directory '/tmp/crun-build'
16:57:38 [2022-07-20T16:57:38.058Z] #77 210.8 Making install in libocispec
16:57:38 [2022-07-20T16:57:38.258Z] #21 ...
16:57:38 [2022-07-20T16:57:38.258Z] 
16:57:38 [2022-07-20T16:57:38.258Z] #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
16:57:38 [2022-07-20T16:57:38.258Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:38 [2022-07-20T16:57:38.258Z] #77 182.2 checking for objdir... .libs
16:57:38 [2022-07-20T16:57:38.258Z] #77 182.7 checking if gcc supports -fno-rtti -fno-exceptions... no
16:57:38 [2022-07-20T16:57:38.258Z] #77 182.9 checking for gcc option to produce PIC... -fPIC -DPIC
16:57:38 [2022-07-20T16:57:38.258Z] #77 182.9 checking if gcc PIC flag -fPIC -DPIC works... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 183.2 checking if gcc static flag -static works... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 183.9 checking if gcc supports -c -o file.o... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.1 checking if gcc supports -c -o file.o... (cached) yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.1 checking dynamic linker characteristics... GNU/Linux ld.so
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.6 checking how to hardcode library paths into programs... immediate
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.6 checking whether stripping libraries is possible... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.6 checking if libtool supports shared libraries... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.6 checking whether to build shared libraries... no
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.6 checking whether to build static libraries... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.6 checking for a BSD-compatible install... /usr/bin/install -c
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.7 checking whether build environment is sane... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.8 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:57:38 [2022-07-20T16:57:38.258Z] #77 184.8 checking whether make sets $(MAKE)... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.0 checking whether make supports the include directive... yes (GNU style)
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.0 checking whether make supports nested variables... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.1 checking whether UID '0' is supported by ustar format... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.2 checking whether GID '0' is supported by ustar format... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.2 checking how to create a ustar tar archive... gnutar
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.3 checking dependency style of gcc... gcc3
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.5 checking whether to enable maintainer-specific portions of Makefiles... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.5 checking whether make supports nested variables... (cached) yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.5 checking for pkg-config... /usr/bin/pkg-config
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.5 checking pkg-config is at least version 0.9.0... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.5 checking for yajl >= 2.1.0... yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.5 checking for a sed that does not truncate output... (cached) /bin/sed
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.5 checking for gcc... (cached) gcc
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.7 checking whether we are using the GNU C compiler... (cached) yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.8 checking whether gcc accepts -g... (cached) yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.8 checking for gcc option to accept ISO C89... (cached) none needed
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.8 checking whether gcc understands -c and -o together... (cached) yes
16:57:38 [2022-07-20T16:57:38.258Z] #77 185.8 checking for a Python interpreter with version >= 3... python3
16:57:38 [2022-07-20T16:57:38.258Z] #77 186.0 checking for python3... /usr/bin/python3
16:57:38 [2022-07-20T16:57:38.258Z] #77 186.0 checking for python3 version... 3.9
16:57:38 [2022-07-20T16:57:38.258Z] #77 186.2 checking for python3 platform... linux
16:57:38 [2022-07-20T16:57:38.258Z] #77 186.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
16:57:38 [2022-07-20T16:57:38.258Z] #77 186.4 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
16:57:38 [2022-07-20T16:57:38.258Z] #77 186.9 checking that generated files are newer than configure... done
16:57:38 [2022-07-20T16:57:38.258Z] #77 186.9 configure: creating ./config.status
16:57:38 [2022-07-20T16:57:38.318Z] #77 210.8 make[2]: Entering directory '/tmp/crun-build/libocispec'
16:57:38 [2022-07-20T16:57:38.318Z] #77 210.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
16:57:38 [2022-07-20T16:57:38.318Z] #77 210.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
16:57:38 [2022-07-20T16:57:38.318Z] #77 210.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
16:57:38 [2022-07-20T16:57:38.318Z] #77 210.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
16:57:38 [2022-07-20T16:57:38.965Z] #60 ...
16:57:38 [2022-07-20T16:57:38.965Z] 
16:57:38 [2022-07-20T16:57:38.965Z] #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
16:57:38 [2022-07-20T16:57:38.965Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:38 [2022-07-20T16:57:38.965Z] #77 224.4   CCLD     tests/init
16:57:39 [2022-07-20T16:57:39.698Z] #77 212.2 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
16:57:39 [2022-07-20T16:57:39.958Z] #77 212.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
16:57:39 [2022-07-20T16:57:39.958Z] #77 212.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
16:57:39 [2022-07-20T16:57:39.958Z] #77 212.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
16:57:39 [2022-07-20T16:57:39.958Z] #77 212.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
16:57:39 [2022-07-20T16:57:39.958Z] #77 212.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
16:57:39 [2022-07-20T16:57:39.958Z] #77 212.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
16:57:39 [2022-07-20T16:57:39.958Z] #77 212.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
16:57:39 [2022-07-20T16:57:39.958Z] #77 212.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
16:57:40 [2022-07-20T16:57:40.151Z] #77 191.7 config.status: creating Makefile
16:57:40 [2022-07-20T16:57:40.151Z] #77 191.8 config.status: creating config.h
16:57:40 [2022-07-20T16:57:40.218Z] #77 212.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
16:57:40 [2022-07-20T16:57:40.218Z] #77 212.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
16:57:40 [2022-07-20T16:57:40.218Z] #77 212.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
16:57:40 [2022-07-20T16:57:40.218Z] #77 212.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
16:57:40 [2022-07-20T16:57:40.218Z] #77 212.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
16:57:40 [2022-07-20T16:57:40.218Z] #77 212.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
16:57:40 [2022-07-20T16:57:40.218Z] #77 212.8 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
16:57:40 [2022-07-20T16:57:40.409Z] #77 191.9 config.status: executing libtool commands
16:57:40 [2022-07-20T16:57:40.409Z] #77 191.9 config.status: executing depfiles commands
16:57:40 [2022-07-20T16:57:40.409Z] #77 ...
16:57:40 [2022-07-20T16:57:40.409Z] 
16:57:40 [2022-07-20T16:57:40.409Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:40 [2022-07-20T16:57:40.409Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:40 [2022-07-20T16:57:40.409Z] #21 39.40 Unpacking bash-completion (1:2.11-2) ...
16:57:40 [2022-07-20T16:57:40.409Z] #21 40.19 Selecting previously unselected package bzip2.
16:57:40 [2022-07-20T16:57:40.409Z] #21 40.19 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
16:57:40 [2022-07-20T16:57:40.409Z] #21 40.19 Unpacking bzip2 (1.0.8-4) ...
16:57:40 [2022-07-20T16:57:40.409Z] #21 40.27 Selecting previously unselected package xz-utils.
16:57:40 [2022-07-20T16:57:40.409Z] #21 40.27 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
16:57:40 [2022-07-20T16:57:40.409Z] #21 40.28 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
16:57:40 [2022-07-20T16:57:40.409Z] #21 40.54 Selecting previously unselected package apparmor.
16:57:40 [2022-07-20T16:57:40.409Z] #21 40.54 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
16:57:40 [2022-07-20T16:57:40.409Z] #21 40.74 Unpacking apparmor (2.13.6-10) ...
16:57:40 [2022-07-20T16:57:40.409Z] #21 41.42 Selecting previously unselected package inetutils-ping.
16:57:40 [2022-07-20T16:57:40.410Z] #21 41.43 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
16:57:40 [2022-07-20T16:57:40.410Z] #21 41.44 Unpacking inetutils-ping (2:2.0-1) ...
16:57:40 [2022-07-20T16:57:40.410Z] #21 41.60 Selecting previously unselected package libip4tc2:amd64.
16:57:40 [2022-07-20T16:57:40.410Z] #21 41.61 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
16:57:40 [2022-07-20T16:57:40.410Z] #21 41.62 Unpacking libip4tc2:amd64 (1.8.7-1) ...
16:57:40 [2022-07-20T16:57:40.410Z] #21 41.74 Selecting previously unselected package libip6tc2:amd64.
16:57:40 [2022-07-20T16:57:40.410Z] #21 41.75 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
16:57:40 [2022-07-20T16:57:40.410Z] #21 41.76 Unpacking libip6tc2:amd64 (1.8.7-1) ...
16:57:40 [2022-07-20T16:57:40.667Z] #21 41.89 Selecting previously unselected package libnfnetlink0:amd64.
16:57:40 [2022-07-20T16:57:40.667Z] #21 41.89 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
16:57:40 [2022-07-20T16:57:40.667Z] #21 41.90 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:57:40 [2022-07-20T16:57:40.667Z] #21 41.98 Selecting previously unselected package libnetfilter-conntrack3:amd64.
16:57:40 [2022-07-20T16:57:40.668Z] #21 42.01 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
16:57:40 [2022-07-20T16:57:40.668Z] #21 42.01 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
16:57:40 [2022-07-20T16:57:40.926Z] #21 42.12 Selecting previously unselected package libnftnl11:amd64.
16:57:40 [2022-07-20T16:57:40.926Z] #21 42.13 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
16:57:40 [2022-07-20T16:57:40.926Z] #21 42.14 Unpacking libnftnl11:amd64 (1.1.9-1) ...
16:57:41 [2022-07-20T16:57:41.184Z] #21 42.30 Selecting previously unselected package iptables.
16:57:41 [2022-07-20T16:57:41.184Z] #21 42.31 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
16:57:41 [2022-07-20T16:57:41.184Z] #21 42.32 Unpacking iptables (1.8.7-1) ...
16:57:41 [2022-07-20T16:57:41.441Z] #21 42.66 Selecting previously unselected package libonig5:amd64.
16:57:41 [2022-07-20T16:57:41.441Z] #21 42.67 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
16:57:41 [2022-07-20T16:57:41.441Z] #21 42.67 Unpacking libonig5:amd64 (6.9.6-1.1) ...
16:57:41 [2022-07-20T16:57:41.441Z] #21 42.89 Selecting previously unselected package libjq1:amd64.
16:57:41 [2022-07-20T16:57:41.697Z] #21 42.90 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
16:57:41 [2022-07-20T16:57:41.697Z] #21 42.91 Unpacking libjq1:amd64 (1.6-2.1) ...
16:57:41 [2022-07-20T16:57:41.697Z] #21 43.07 Selecting previously unselected package jq.
16:57:41 [2022-07-20T16:57:41.697Z] #21 43.08 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
16:57:41 [2022-07-20T16:57:41.697Z] #21 43.08 Unpacking jq (1.6-2.1) ...
16:57:41 [2022-07-20T16:57:41.956Z] #21 43.24 Selecting previously unselected package libaio1:amd64.
16:57:41 [2022-07-20T16:57:41.956Z] #21 43.25 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
16:57:41 [2022-07-20T16:57:41.956Z] #21 43.26 Unpacking libaio1:amd64 (0.3.112-9) ...
16:57:41 [2022-07-20T16:57:41.956Z] #21 43.39 Selecting previously unselected package libgpm2:amd64.
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 make  install-recursive
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.4 make[3]: Entering directory '/tmp/crun-build/libocispec'
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.5 Making install in yajl
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.5 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.6   CC       src/libyajl_la-yajl_alloc.lo
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.6   CC       src/libyajl_la-yajl.lo
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.6   CC       src/libyajl_la-yajl_buf.lo
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.6   CC       src/libyajl_la-yajl_encode.lo
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.6   CC       src/libyajl_la-yajl_gen.lo
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.6   CC       src/libyajl_la-yajl_lex.lo
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.6   CC       src/libyajl_la-yajl_tree.lo
16:57:42 [2022-07-20T16:57:42.127Z] #77 214.6   CC       src/libyajl_la-yajl_parser.lo
16:57:42 [2022-07-20T16:57:42.214Z] #21 43.42 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
16:57:42 [2022-07-20T16:57:42.214Z] #21 43.44 Unpacking libgpm2:amd64 (1.20.7-8) ...
16:57:42 [2022-07-20T16:57:42.214Z] #21 43.54 Selecting previously unselected package libicu67:amd64.
16:57:42 [2022-07-20T16:57:42.214Z] #21 43.55 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
16:57:42 [2022-07-20T16:57:42.214Z] #21 43.55 Unpacking libicu67:amd64 (67.1-7) ...
16:57:43 [2022-07-20T16:57:43.322Z] #19 364.5 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
16:57:43 [2022-07-20T16:57:43.322Z] #19 364.5 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:57:43 [2022-07-20T16:57:43.322Z] #19 364.5 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:57:43 [2022-07-20T16:57:43.322Z] #19 364.5 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
16:57:43 [2022-07-20T16:57:43.322Z] #19 364.5 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
16:57:43 [2022-07-20T16:57:43.322Z] #19 364.5 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
16:57:43 [2022-07-20T16:57:43.322Z] #19 364.7 Selecting previously unselected package libc6-dev-ppc64el-cross.
16:57:43 [2022-07-20T16:57:43.322Z] #19 364.7 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
16:57:43 [2022-07-20T16:57:43.322Z] #19 364.7 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
16:57:43 [2022-07-20T16:57:43.322Z] #19 365.0 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
16:57:43 [2022-07-20T16:57:43.322Z] #19 365.0 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:57:43 [2022-07-20T16:57:43.322Z] #19 365.0 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:57:43 [2022-07-20T16:57:43.322Z] #19 365.3 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
16:57:43 [2022-07-20T16:57:43.322Z] #19 365.3 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:57:43 [2022-07-20T16:57:43.322Z] #19 365.3 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #77 ...
16:57:45 [2022-07-20T16:57:45.425Z] 
16:57:45 [2022-07-20T16:57:45.425Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:45 [2022-07-20T16:57:45.425Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:45 [2022-07-20T16:57:45.425Z] #21 60.37 Selecting previously unselected package vim.
16:57:45 [2022-07-20T16:57:45.425Z] #21 60.37 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 60.40 Unpacking vim (2:8.2.2434-3+deb11u1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 61.44 Selecting previously unselected package xfsprogs.
16:57:45 [2022-07-20T16:57:45.425Z] #21 61.45 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 61.47 Unpacking xfsprogs (5.10.0-4) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 62.62 Selecting previously unselected package zip.
16:57:45 [2022-07-20T16:57:45.425Z] #21 62.64 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 62.65 Unpacking zip (3.0-12) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 62.87 Selecting previously unselected package zstd.
16:57:45 [2022-07-20T16:57:45.425Z] #21 62.88 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 62.90 Unpacking zstd (1.4.8+dfsg-2.1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 63.51 Setting up python3-pkg-resources (52.0.0-4) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.28 Setting up libip4tc2:amd64 (1.8.7-1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.30 Setting up net-tools (1.60+git20181103.0eebece-1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.34 Setting up libgpm2:amd64 (1.20.7-8) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.38 Setting up libicu67:amd64 (67.1-7) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.40 Setting up libip6tc2:amd64 (1.8.7-1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.42 Setting up libinih1:amd64 (53-1+b2) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.46 Setting up uidmap (1:4.8.1-1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.48 Setting up libyajl2:amd64 (2.1.0-3) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.54 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.62 Setting up bzip2 (1.0.8-4) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.64 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 65.67 Setting up python3-wheel (0.34.2-1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 66.97 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 67.03 Setting up libcap2:amd64 (1:2.44-1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 67.08 Setting up libcap2-bin (1:2.44-1) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 67.11 Setting up apparmor (2.13.6-10) ...
16:57:45 [2022-07-20T16:57:45.425Z] #21 ...
16:57:45 [2022-07-20T16:57:45.425Z] 
16:57:45 [2022-07-20T16:57:45.425Z] #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
16:57:45 [2022-07-20T16:57:45.425Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:45 [2022-07-20T16:57:45.425Z] #77 217.7   CC       verify/json_verify-json_verify.o
16:57:46 [2022-07-20T16:57:46.405Z] #21 ...
16:57:46 [2022-07-20T16:57:46.405Z] 
16:57:46 [2022-07-20T16:57:46.405Z] #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
16:57:46 [2022-07-20T16:57:46.405Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:46 [2022-07-20T16:57:46.405Z] #77 192.9 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
16:57:46 [2022-07-20T16:57:46.405Z] #77 192.9 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
16:57:46 [2022-07-20T16:57:46.405Z] #77 193.3 checking for gcc... gcc
16:57:46 [2022-07-20T16:57:46.405Z] #77 193.4 checking whether the C compiler works... yes
16:57:46 [2022-07-20T16:57:46.405Z] #77 193.7 checking for C compiler default output file name... a.out
16:57:46 [2022-07-20T16:57:46.405Z] #77 193.7 checking for suffix of executables... 
16:57:46 [2022-07-20T16:57:46.405Z] #77 193.9 checking whether we are cross compiling... no
16:57:46 [2022-07-20T16:57:46.405Z] #77 194.2 checking for suffix of object files... o
16:57:46 [2022-07-20T16:57:46.405Z] #77 194.3 checking whether we are using the GNU C compiler... yes
16:57:46 [2022-07-20T16:57:46.405Z] #77 194.4 checking whether gcc accepts -g... yes
16:57:46 [2022-07-20T16:57:46.405Z] #77 194.5 checking for gcc option to accept ISO C89... none needed
16:57:46 [2022-07-20T16:57:46.405Z] #77 194.8 checking whether gcc understands -c and -o together... yes
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.0 checking for a BSD-compatible install... /usr/bin/install -c
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.1 checking whether build environment is sane... yes
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.1 checking for a thread-safe mkdir -p... /bin/mkdir -p
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.1 checking for gawk... no
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.1 checking for mawk... mawk
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.2 checking whether make sets $(MAKE)... yes
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.2 checking whether make supports the include directive... yes (GNU style)
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.2 checking whether make supports nested variables... yes
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.3 checking whether UID '0' is supported by ustar format... yes
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.3 checking whether GID '0' is supported by ustar format... yes
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.3 checking how to create a ustar tar archive... gnutar
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.4 checking dependency style of gcc... gcc3
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.6 checking whether to enable maintainer-specific portions of Makefiles... yes
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.6 checking whether make supports nested variables... (cached) yes
16:57:46 [2022-07-20T16:57:46.405Z] #77 195.6 checking build system type... x86_64-pc-linux-gnu
16:57:46 [2022-07-20T16:57:46.406Z] #77 195.9 checking host system type... x86_64-pc-linux-gnu
16:57:46 [2022-07-20T16:57:46.406Z] #77 195.9 checking how to print strings... printf
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.0 checking for a sed that does not truncate output... /bin/sed
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.0 checking for grep that handles long lines and -e... /bin/grep
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.0 checking for egrep... /bin/grep -E
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.0 checking for fgrep... /bin/grep -F
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.0 checking for ld used by gcc... /usr/bin/ld
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.3 checking whether ln -s works... yes
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.3 checking the maximum length of command line arguments... 1572864
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.3 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.3 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.3 checking for /usr/bin/ld option to reload object files... -r
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.3 checking for objdump... objdump
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.3 checking how to recognize dependent libraries... pass_all
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.3 checking for dlltool... no
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.3 checking how to associate runtime and link libraries... printf %s\n
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.3 checking for ar... ar
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.3 checking for archiver @FILE support... @
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.6 checking for strip... strip
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.6 checking for ranlib... ranlib
16:57:46 [2022-07-20T16:57:46.406Z] #77 196.6 checking command to parse /usr/bin/nm -B output from gcc object... ok
16:57:46 [2022-07-20T16:57:46.406Z] #77 197.1 checking for sysroot... no
16:57:46 [2022-07-20T16:57:46.406Z] #77 197.1 checking for a working dd... /bin/dd
16:57:46 [2022-07-20T16:57:46.406Z] #77 197.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
16:57:46 [2022-07-20T16:57:46.406Z] #77 197.3 checking for mt... no
16:57:46 [2022-07-20T16:57:46.406Z] #77 197.3 checking if : is a manifest tool... no
16:57:46 [2022-07-20T16:57:46.406Z] #77 197.3 checking how to run the C preprocessor... gcc -E
16:57:46 [2022-07-20T16:57:46.967Z] #77 197.7 checking for ANSI C header files... yes
16:57:46 [2022-07-20T16:57:46.967Z] #77 198.4 checking for sys/types.h... yes
16:57:47 [2022-07-20T16:57:47.480Z] #77 198.8 checking for sys/stat.h... yes
16:57:47 [2022-07-20T16:57:47.502Z] #19 369.6 Selecting previously unselected package g++-powerpc64le-linux-gnu.
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.6 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.6 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.6 Selecting previously unselected package crossbuild-essential-ppc64el.
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.6 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.6 Unpacking crossbuild-essential-ppc64el (12.9) ...
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.7 Selecting previously unselected package libc6-s390x-cross.
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.7 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.7 Unpacking libc6-s390x-cross (2.31-9cross4) ...
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.8 Selecting previously unselected package libgcc-s1-s390x-cross.
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.8 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.8 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.8 Selecting previously unselected package libgomp1-s390x-cross.
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.9 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
16:57:47 [2022-07-20T16:57:47.759Z] #19 369.9 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
16:57:47 [2022-07-20T16:57:47.991Z] #77 199.1 checking for stdlib.h... yes
16:57:47 [2022-07-20T16:57:47.991Z] #77 199.6 checking for string.h... 
16:57:47 [2022-07-20T16:57:47.991Z] #77 ...
16:57:47 [2022-07-20T16:57:47.991Z] 
16:57:47 [2022-07-20T16:57:47.991Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:47 [2022-07-20T16:57:47.991Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:47 [2022-07-20T16:57:47.991Z] #21 49.42 Selecting previously unselected package libinih1:amd64.
16:57:47 [2022-07-20T16:57:47.991Z] #21 49.43 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
16:57:47 [2022-07-20T16:57:47.991Z] #21 49.47 Unpacking libinih1:amd64 (53-1+b2) ...
16:57:48 [2022-07-20T16:57:48.025Z] #19 369.9 Selecting previously unselected package libitm1-s390x-cross.
16:57:48 [2022-07-20T16:57:48.025Z] #19 369.9 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
16:57:48 [2022-07-20T16:57:48.025Z] #19 369.9 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
16:57:48 [2022-07-20T16:57:48.025Z] #19 369.9 Selecting previously unselected package libatomic1-s390x-cross.
16:57:48 [2022-07-20T16:57:48.025Z] #19 369.9 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
16:57:48 [2022-07-20T16:57:48.025Z] #19 369.9 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
16:57:48 [2022-07-20T16:57:48.025Z] #19 370.0 Selecting previously unselected package libasan6-s390x-cross.
16:57:48 [2022-07-20T16:57:48.025Z] #19 370.0 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
16:57:48 [2022-07-20T16:57:48.025Z] #19 370.0 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
16:57:48 [2022-07-20T16:57:48.283Z] #19 370.2 Selecting previously unselected package libstdc++6-s390x-cross.
16:57:48 [2022-07-20T16:57:48.283Z] #19 370.2 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
16:57:48 [2022-07-20T16:57:48.283Z] #19 370.2 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
16:57:48 [2022-07-20T16:57:48.283Z] #19 370.3 Selecting previously unselected package libubsan1-s390x-cross.
16:57:48 [2022-07-20T16:57:48.283Z] #19 370.3 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
16:57:48 [2022-07-20T16:57:48.283Z] #19 370.3 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
16:57:48 [2022-07-20T16:57:48.283Z] #19 370.4 Selecting previously unselected package libgcc-10-dev-s390x-cross.
16:57:48 [2022-07-20T16:57:48.283Z] #19 370.4 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
16:57:48 [2022-07-20T16:57:48.540Z] #19 370.4 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
16:57:48 [2022-07-20T16:57:48.540Z] #19 370.5 Selecting previously unselected package gcc-10-s390x-linux-gnu.
16:57:48 [2022-07-20T16:57:48.540Z] #19 370.5 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:57:48 [2022-07-20T16:57:48.540Z] #19 370.5 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:57:48 [2022-07-20T16:57:48.565Z] #21 49.66 Selecting previously unselected package libnet1:amd64.
16:57:48 [2022-07-20T16:57:48.565Z] #21 49.66 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:57:48 [2022-07-20T16:57:48.565Z] #21 49.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:57:48 [2022-07-20T16:57:48.565Z] #21 49.79 Selecting previously unselected package libnl-3-200:amd64.
16:57:48 [2022-07-20T16:57:48.565Z] #21 49.80 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
16:57:48 [2022-07-20T16:57:48.565Z] #21 49.82 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
16:57:48 [2022-07-20T16:57:48.823Z] #21 50.06 Selecting previously unselected package libprotobuf-c1:amd64.
16:57:48 [2022-07-20T16:57:48.823Z] #21 50.07 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
16:57:48 [2022-07-20T16:57:48.823Z] #21 50.07 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:57:48 [2022-07-20T16:57:48.823Z] #21 50.16 Selecting previously unselected package libyajl2:amd64.
16:57:48 [2022-07-20T16:57:48.823Z] #21 50.16 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
16:57:48 [2022-07-20T16:57:48.823Z] #21 50.17 Unpacking libyajl2:amd64 (2.1.0-3) ...
16:57:49 [2022-07-20T16:57:49.385Z] #21 50.43 Selecting previously unselected package net-tools.
16:57:49 [2022-07-20T16:57:49.385Z] #21 50.44 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
16:57:49 [2022-07-20T16:57:49.385Z] #21 50.45 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
16:57:49 [2022-07-20T16:57:49.385Z] #21 50.81 Selecting previously unselected package patch.
16:57:49 [2022-07-20T16:57:49.385Z] #21 50.82 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
16:57:49 [2022-07-20T16:57:49.385Z] #21 50.85 Unpacking patch (2.7.6-7) ...
16:57:49 [2022-07-20T16:57:49.947Z] #21 51.17 Selecting previously unselected package python-pip-whl.
16:57:49 [2022-07-20T16:57:49.947Z] #21 51.18 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
16:57:49 [2022-07-20T16:57:49.947Z] #21 51.21 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
16:57:50 [2022-07-20T16:57:50.766Z] #77 ...
16:57:50 [2022-07-20T16:57:50.766Z] 
16:57:50 [2022-07-20T16:57:50.766Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:57:50 [2022-07-20T16:57:50.766Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:57:50 [2022-07-20T16:57:50.766Z] #21 70.23 Setting up zip (3.0-12) ...
16:57:50 [2022-07-20T16:57:50.766Z] #21 70.29 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:57:50 [2022-07-20T16:57:50.766Z] #21 70.44 Setting up bash-completion (1:2.11-2) ...
16:57:50 [2022-07-20T16:57:50.766Z] #21 74.14 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:57:50 [2022-07-20T16:57:50.766Z] #21 74.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:57:50 [2022-07-20T16:57:50.766Z] #21 74.24 Setting up libmnl0:amd64 (1.0.4-3) ...
16:57:50 [2022-07-20T16:57:50.766Z] #21 74.33 Setting up patch (2.7.6-7) ...
16:57:50 [2022-07-20T16:57:50.876Z] #21 52.20 Selecting previously unselected package python3-lib2to3.
16:57:50 [2022-07-20T16:57:50.876Z] #21 52.22 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
16:57:50 [2022-07-20T16:57:50.876Z] #21 52.24 Unpacking python3-lib2to3 (3.9.2-1) ...
16:57:51 [2022-07-20T16:57:51.025Z] #21 74.40 Setting up sudo (1.9.5p2-3) ...
16:57:51 [2022-07-20T16:57:51.025Z] #21 74.56 invoke-rc.d: could not determine current runlevel
16:57:51 [2022-07-20T16:57:51.025Z] #21 74.61 invoke-rc.d: policy-rc.d denied execution of start.
16:57:51 [2022-07-20T16:57:51.025Z] #21 74.66 Setting up xfsprogs (5.10.0-4) ...
16:57:51 [2022-07-20T16:57:51.132Z] #21 52.47 Selecting previously unselected package python3-distutils.
16:57:51 [2022-07-20T16:57:51.132Z] #21 52.47 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
16:57:51 [2022-07-20T16:57:51.132Z] #21 52.47 Unpacking python3-distutils (3.9.2-1) ...
16:57:51 [2022-07-20T16:57:51.284Z] #21 74.73 Setting up libxtables12:amd64 (1.8.7-1) ...
16:57:51 [2022-07-20T16:57:51.284Z] #21 74.75 Setting up inetutils-ping (2:2.0-1) ...
16:57:51 [2022-07-20T16:57:51.284Z] #21 74.76 Setting up pigz (2.6-1) ...
16:57:51 [2022-07-20T16:57:51.284Z] #21 74.81 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:57:51 [2022-07-20T16:57:51.284Z] #21 74.84 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
16:57:51 [2022-07-20T16:57:51.543Z] #21 74.87 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
16:57:51 [2022-07-20T16:57:51.543Z] #21 74.89 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
16:57:51 [2022-07-20T16:57:51.695Z] #21 52.84 Selecting previously unselected package python3-pkg-resources.
16:57:51 [2022-07-20T16:57:51.695Z] #21 52.85 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
16:57:51 [2022-07-20T16:57:51.695Z] #21 52.86 Unpacking python3-pkg-resources (52.0.0-4) ...
16:57:51 [2022-07-20T16:57:51.956Z] #21 53.09 Selecting previously unselected package python3-setuptools.
16:57:51 [2022-07-20T16:57:51.956Z] #21 53.09 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
16:57:51 [2022-07-20T16:57:51.956Z] #21 53.10 Unpacking python3-setuptools (52.0.0-4) ...
16:57:52 [2022-07-20T16:57:52.923Z] #21 76.36 Setting up libaio1:amd64 (0.3.112-9) ...
16:57:52 [2022-07-20T16:57:52.924Z] #21 76.37 Setting up python3-lib2to3 (3.9.2-1) ...
16:57:53 [2022-07-20T16:57:53.332Z] #21 54.47 Selecting previously unselected package python3-wheel.
16:57:53 [2022-07-20T16:57:53.332Z] #21 54.48 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
16:57:53 [2022-07-20T16:57:53.332Z] #21 54.49 Unpacking python3-wheel (0.34.2-1) ...
16:57:53 [2022-07-20T16:57:53.332Z] #21 54.61 Selecting previously unselected package python3-pip.
16:57:53 [2022-07-20T16:57:53.332Z] #21 54.62 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
16:57:53 [2022-07-20T16:57:53.332Z] #21 54.65 Unpacking python3-pip (20.3.4-4+deb11u1) ...
16:57:53 [2022-07-20T16:57:53.804Z] #19 374.9 Selecting previously unselected package gcc-s390x-linux-gnu.
16:57:53 [2022-07-20T16:57:53.804Z] #19 374.9 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:57:53 [2022-07-20T16:57:53.804Z] #19 374.9 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
16:57:53 [2022-07-20T16:57:53.804Z] #19 374.9 Selecting previously unselected package linux-libc-dev-s390x-cross.
16:57:53 [2022-07-20T16:57:53.804Z] #19 374.9 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
16:57:53 [2022-07-20T16:57:53.804Z] #19 374.9 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
16:57:53 [2022-07-20T16:57:53.804Z] #19 375.1 Selecting previously unselected package libc6-dev-s390x-cross.
16:57:53 [2022-07-20T16:57:53.804Z] #19 375.1 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
16:57:53 [2022-07-20T16:57:53.804Z] #19 375.1 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
16:57:53 [2022-07-20T16:57:53.804Z] #19 375.4 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
16:57:53 [2022-07-20T16:57:53.804Z] #19 375.4 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
16:57:53 [2022-07-20T16:57:53.804Z] #19 375.4 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
16:57:53 [2022-07-20T16:57:53.804Z] #19 375.6 Selecting previously unselected package g++-10-s390x-linux-gnu.
16:57:53 [2022-07-20T16:57:53.804Z] #19 375.6 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:57:53 [2022-07-20T16:57:53.804Z] #19 375.6 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:57:53 [2022-07-20T16:57:53.860Z] #21 ...
16:57:53 [2022-07-20T16:57:53.860Z] 
16:57:53 [2022-07-20T16:57:53.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
16:57:53 [2022-07-20T16:57:53.860Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:53 [2022-07-20T16:57:53.860Z] #77 223.5   CCLD     libyajl.la
16:57:53 [2022-07-20T16:57:53.860Z] #77 224.1   CCLD     verify/json_verify
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.0 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.0 make[5]: Nothing to be done for 'install-exec-am'.
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.0 make[5]: Nothing to be done for 'install-data-am'.
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.0 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.0 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.1 make[4]: Entering directory '/tmp/crun-build/libocispec'
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.3   CC       src/validate.o
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.3   CC       src/image_spec_schema_config_schema.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.3   CC       src/image_spec_schema_content_descriptor.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.3   CC       src/image_spec_schema_defs.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.3   CC       src/image_spec_schema_defs_descriptor.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.4   CC       src/image_spec_schema_image_index_schema.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.4   CC       src/image_spec_schema_image_layout_schema.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.4   CC       src/image_spec_schema_image_manifest_schema.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.5   CC       src/runtime_spec_schema_config_linux.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.5   CC       src/runtime_spec_schema_config_zos.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.6   CC       src/runtime_spec_schema_config_solaris.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.6   CC       src/runtime_spec_schema_config_schema.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.6   CC       src/runtime_spec_schema_config_vm.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.7   CC       src/runtime_spec_schema_defs.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.7   CC       src/runtime_spec_schema_defs_linux.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.8   CC       src/runtime_spec_schema_config_windows.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.8   CC       src/runtime_spec_schema_defs_vm.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.9   CC       src/runtime_spec_schema_defs_zos.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 225.9   CC       src/runtime_spec_schema_defs_windows.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 226.0   CC       src/image_manifest_items_image_manifest_items_schema.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 226.1   CC       src/basic_test_double_array_item.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 226.1   CC       src/runtime_spec_schema_state_schema.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 226.2   CC       src/basic_test_double_array.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 226.3   CC       src/basic_test_top_array_string.lo
16:57:53 [2022-07-20T16:57:53.860Z] #77 226.5   CC       src/basic_test_top_double_array_int.lo
16:57:53 [2022-07-20T16:57:53.897Z] #21 55.23 Selecting previously unselected package sudo.
16:57:53 [2022-07-20T16:57:53.897Z] #21 55.23 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
16:57:53 [2022-07-20T16:57:53.897Z] #21 55.25 Unpacking sudo (1.9.5p2-3) ...
16:57:54 [2022-07-20T16:57:54.119Z] #77 226.6   CC       src/basic_test_top_double_array_obj.lo
16:57:54 [2022-07-20T16:57:54.119Z] #77 226.7   CC       src/basic_test_top_array_int.lo
16:57:54 [2022-07-20T16:57:54.119Z] #77 226.7   CC       src/basic_test_top_double_array_refobj.lo
16:57:54 [2022-07-20T16:57:54.119Z] #77 226.8   CC       src/basic_test_top_double_array_string.lo
16:57:54 [2022-07-20T16:57:54.119Z] #77 226.8   CC       src/read-file.lo
16:57:54 [2022-07-20T16:57:54.378Z] #77 227.0   CC       src/json_common.lo
16:57:54 [2022-07-20T16:57:54.378Z] #77 227.1   CC       tests/test-1.o
16:57:54 [2022-07-20T16:57:54.636Z] #77 227.2   CC       tests/test-2.o
16:57:54 [2022-07-20T16:57:54.636Z] #77 227.3   CC       tests/test-3.o
16:57:54 [2022-07-20T16:57:54.896Z] #77 227.5   CC       tests/test-4.o
16:57:54 [2022-07-20T16:57:54.896Z] #77 227.6   CC       tests/test-5.o
16:57:55 [2022-07-20T16:57:55.156Z] #77 227.6   CC       tests/test-6.o
16:57:55 [2022-07-20T16:57:55.262Z] #21 56.31 Selecting previously unselected package thin-provisioning-tools.
16:57:55 [2022-07-20T16:57:55.262Z] #21 56.33 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
16:57:55 [2022-07-20T16:57:55.262Z] #21 56.34 Unpacking thin-provisioning-tools (0.9.0-1) ...
16:57:55 [2022-07-20T16:57:55.418Z] #77 227.9   CC       tests/test-7.o
16:57:55 [2022-07-20T16:57:55.419Z] #77 228.1   CC       tests/test-8.o
16:57:55 [2022-07-20T16:57:55.518Z] #21 56.86 Selecting previously unselected package uidmap.
16:57:55 [2022-07-20T16:57:55.518Z] #21 56.86 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
16:57:55 [2022-07-20T16:57:55.518Z] #21 56.87 Unpacking uidmap (1:4.8.1-1) ...
16:57:55 [2022-07-20T16:57:55.678Z] #77 228.1   CC       tests/test-9.o
16:57:55 [2022-07-20T16:57:55.678Z] #77 228.2   CC       tests/test-10.o
16:57:56 [2022-07-20T16:57:56.080Z] #21 57.23 Selecting previously unselected package vim-runtime.
16:57:56 [2022-07-20T16:57:56.080Z] #21 57.23 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
16:57:56 [2022-07-20T16:57:56.080Z] #21 57.28 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
16:57:56 [2022-07-20T16:57:56.080Z] #21 57.39 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
16:57:56 [2022-07-20T16:57:56.080Z] #21 57.41 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
16:57:56 [2022-07-20T16:57:56.247Z] #77 228.5   CC       tests/test-11.o
16:57:57 [2022-07-20T16:57:57.008Z] #21 ...
16:57:57 [2022-07-20T16:57:57.008Z] 
16:57:57 [2022-07-20T16:57:57.008Z] #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
16:57:57 [2022-07-20T16:57:57.008Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:57:57 [2022-07-20T16:57:57.008Z] #77 199.6 checking for string.h... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 200.0 checking for memory.h... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 200.4 checking for strings.h... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 200.7 checking for inttypes.h... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 201.1 checking for stdint.h... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 201.4 checking for unistd.h... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 201.7 checking for dlfcn.h... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 201.9 checking for objdir... .libs
16:57:57 [2022-07-20T16:57:57.008Z] #77 202.4 checking if gcc supports -fno-rtti -fno-exceptions... no
16:57:57 [2022-07-20T16:57:57.008Z] #77 202.6 checking for gcc option to produce PIC... -fPIC -DPIC
16:57:57 [2022-07-20T16:57:57.008Z] #77 202.6 checking if gcc PIC flag -fPIC -DPIC works... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 203.0 checking if gcc static flag -static works... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 203.5 checking if gcc supports -c -o file.o... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 203.7 checking if gcc supports -c -o file.o... (cached) yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 203.7 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 203.7 checking dynamic linker characteristics... GNU/Linux ld.so
16:57:57 [2022-07-20T16:57:57.008Z] #77 203.9 checking how to hardcode library paths into programs... immediate
16:57:57 [2022-07-20T16:57:57.008Z] #77 203.9 checking whether stripping libraries is possible... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.0 checking if libtool supports shared libraries... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.0 checking whether to build shared libraries... no
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.0 checking whether to build static libraries... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.0 checking float.h usability... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.3 checking float.h presence... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.3 checking for float.h... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.3 checking limits.h usability... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.5 checking limits.h presence... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.6 checking for limits.h... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.6 checking stddef.h usability... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.8 checking stddef.h presence... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.8 checking for stddef.h... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.9 checking for stdlib.h... (cached) yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 204.9 checking for string.h... (cached) yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 205.0 checking sys/time.h usability... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 205.2 checking sys/time.h presence... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 205.2 checking for sys/time.h... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 205.2 checking for inline... inline
16:57:57 [2022-07-20T16:57:57.008Z] #77 205.3 checking for size_t... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 205.8 checking for stdlib.h... (cached) yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 205.9 checking for GNU libc compatible malloc... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 206.3 checking for stdlib.h... (cached) yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 206.3 checking for GNU libc compatible realloc... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 206.7 checking for working strtod... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 207.2 checking for gettimeofday... yes
16:57:57 [2022-07-20T16:57:57.008Z] #77 207.5 checking for memset... yes
16:57:57 [2022-07-20T16:57:57.009Z] #77 207.8 checking for strspn... yes
16:57:57 [2022-07-20T16:57:57.009Z] #77 208.6 checking that generated files are newer than configure... done
16:57:57 [2022-07-20T16:57:57.009Z] #77 208.6 configure: creating ./config.status
16:57:57 [2022-07-20T16:57:57.986Z] #19 379.8 Selecting previously unselected package g++-s390x-linux-gnu.
16:57:57 [2022-07-20T16:57:57.986Z] #19 379.8 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 379.8 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 379.8 Selecting previously unselected package crossbuild-essential-s390x.
16:57:57 [2022-07-20T16:57:57.986Z] #19 379.8 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 379.8 Unpacking crossbuild-essential-s390x (12.9) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 379.9 Setting up libconfig-inifiles-perl (3.000003-1) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 379.9 Setting up libfile-which-perl (1.23-1) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 379.9 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 379.9 Setting up libc6-armhf-cross (2.31-9cross4) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 379.9 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.0 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.0 Setting up libicu67:amd64 (67.1-7) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.0 Setting up libmagic-mgc (1:5.39-3) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.0 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.0 Setting up libc6-s390x-cross (2.31-9cross4) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.0 Setting up libmagic1:amd64 (1:5.39-3) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.0 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.1 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.1 Setting up file (1:5.39-3) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.1 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.1 Setting up bzip2 (1.0.8-4) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.1 Setting up libyaml-perl (1.30-1) ...
16:57:57 [2022-07-20T16:57:57.986Z] #19 380.1 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.1 Setting up libxml-sax-base-perl (1.09-1.1) ...
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.1 Setting up libio-string-perl (1.08-3.1) ...
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.1 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.2 Setting up cross-config (2.6.18+nmu1) ...
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.3 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.3 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.3 Setting up libc6-arm64-cross (2.31-9cross4) ...
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.3 Setting up patch (2.7.6-7) ...
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.3 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.3 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.3 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.244Z] #19 380.4 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.4 Setting up libc6-armel-cross (2.31-9cross4) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.4 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.4 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.4 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.4 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.4 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.4 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.5 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.5 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.5 Setting up libfile-homedir-perl (1.006-1) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.5 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.5 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.5 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.5 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.6 Setting up liblocale-gettext-perl (1.07-4+b1) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.6 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:57:58 [2022-07-20T16:57:58.501Z] #19 380.6 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.6 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.6 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.6 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.6 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.6 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.6 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.6 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.7 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.7 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.7 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.7 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.7 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.7 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.7 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.7 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.7 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.8 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.8 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.8 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.8 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.8 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.8 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.8 Setting up libxml-sax-perl (1.02+dfsg-1) ...
16:57:58 [2022-07-20T16:57:58.759Z] #19 380.9 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
16:57:59 [2022-07-20T16:57:59.017Z] #19 381.0 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:57:59 [2022-07-20T16:57:59.017Z] #19 381.1 
16:57:59 [2022-07-20T16:57:59.017Z] #19 381.1 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:57:59 [2022-07-20T16:57:59.017Z] #19 381.1 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.017Z] #19 381.1 Setting up dpkg-dev (1.20.11) ...
16:57:59 [2022-07-20T16:57:59.017Z] #19 381.1 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.2 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.2 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.2 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.2 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.2 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.2 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.2 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.2 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.3 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.3 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.3 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.3 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
16:57:59 [2022-07-20T16:57:59.275Z] #19 381.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
16:57:59 [2022-07-20T16:57:59.533Z] #19 381.5 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:57:59 [2022-07-20T16:57:59.533Z] #19 381.6 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:57:59 [2022-07-20T16:57:59.533Z] #19 381.6 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.533Z] #19 381.6 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.533Z] #19 381.6 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.533Z] #19 381.6 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
16:57:59 [2022-07-20T16:57:59.533Z] #19 381.7 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.7 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.7 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.7 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.7 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.7 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.7 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.7 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.7 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.8 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.8 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.8 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.8 Setting up libxml-simple-perl (2.25-1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.8 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.8 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.8 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.8 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.9 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
16:57:59 [2022-07-20T16:57:59.790Z] #19 381.9 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 381.9 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 381.9 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 381.9 Setting up libconfig-auto-perl (0.44-1.1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 381.9 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 381.9 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 381.9 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 382.0 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 382.0 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 382.0 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 382.0 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 382.0 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 382.1 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 382.1 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.048Z] #19 382.1 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.1 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.1 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.1 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.1 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.1 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.2 Setting up dpkg-cross (2.6.18+nmu1) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.2 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.2 Setting up crossbuild-essential-armel (12.9) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.2 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.2 Setting up crossbuild-essential-armhf (12.9) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.2 Setting up crossbuild-essential-arm64 (12.9) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.3 Setting up crossbuild-essential-s390x (12.9) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.3 Setting up crossbuild-essential-ppc64el (12.9) ...
16:58:00 [2022-07-20T16:58:00.306Z] #19 382.3 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:58:00 [2022-07-20T16:58:00.890Z] #77 243.4   AR       libcrun_testing.a
16:58:00 [2022-07-20T16:58:00.890Z] #77 243.5 ar: `u' modifier ignored since `D' is the default (see `U')
16:58:00 [2022-07-20T16:58:00.890Z] #77 243.6   CCLD     tests/tests_libcrun_utils
16:58:00 [2022-07-20T16:58:00.890Z] #77 243.6   CCLD     tests/tests_libcrun_errors
16:58:00 [2022-07-20T16:58:00.890Z] #77 243.6   CCLD     tests/tests_libcrun_fuzzer
16:58:00 [2022-07-20T16:58:00.890Z] #77 244.2   CCLD     libcrun.la
16:58:00 [2022-07-20T16:58:00.890Z] #77 245.1   CCLD     crun
16:58:00 [2022-07-20T16:58:00.890Z] #77 245.8 make[3]: Entering directory '/tmp/crun-build'
16:58:00 [2022-07-20T16:58:00.890Z] #77 245.9  /bin/mkdir -p '/usr/local/share/man/man1'
16:58:00 [2022-07-20T16:58:00.890Z] #77 245.9  /bin/mkdir -p '/usr/local/lib'
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.0  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.0  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.0 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.0 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.1 libtool: install: chmod 644 /usr/local/lib/libcrun.a
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.1 libtool: install: ranlib /usr/local/lib/libcrun.a
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 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
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 ----------------------------------------------------------------------
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 Libraries have been installed in:
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3    /usr/local/lib
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 If you ever happen to want to link against installed libraries
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 in a given directory, LIBDIR, you must either use libtool, and
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 specify the full pathname of the library, or use the '-LLIBDIR'
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 flag during linking and do at least one of the following:
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3      during execution
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3    - add LIBDIR to the 'LD_RUN_PATH' environment variable
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3      during linking
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 See any operating system documentation about shared libraries for
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 more information, such as the ld(1) and ld.so(8) manual pages.
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3 ----------------------------------------------------------------------
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3  /bin/mkdir -p '/build'
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.3   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.4 libtool: install: /usr/bin/install -c crun /build/crun
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.4 make[3]: Leaving directory '/tmp/crun-build'
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.4 make[2]: Leaving directory '/tmp/crun-build'
16:58:00 [2022-07-20T16:58:00.890Z] #77 246.4 make[1]: Leaving directory '/tmp/crun-build'
16:58:00 [2022-07-20T16:58:00.890Z] #77 DONE 246.6s
16:58:00 [2022-07-20T16:58:00.890Z] 
16:58:00 [2022-07-20T16:58:00.890Z] #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
16:58:00 [2022-07-20T16:58:00.890Z] #64 sha256:0b18d0afb004246aa6b9bcbb2e2c6989d25f273f24276c87e0e0d11a35a8e8bd
16:58:01 [2022-07-20T16:58:01.241Z] #19 DONE 383.2s
16:58:01 [2022-07-20T16:58:01.241Z] 
16:58:01 [2022-07-20T16:58:01.241Z] #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
16:58:01 [2022-07-20T16:58:01.241Z] #69 sha256:590671de9d2336fb8db1eb9af9361e75bfe459bdeb19ab5114a81d5e3bbfd468
16:58:01 [2022-07-20T16:58:01.241Z] #69 ...
16:58:01 [2022-07-20T16:58:01.241Z] 
16:58:01 [2022-07-20T16:58:01.241Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
16:58:01 [2022-07-20T16:58:01.241Z] #32 sha256:439c367189ba89f0cd3d90b2cb9c39b0b6cb3864dacd2b7187069ea9e192e71e
16:58:01 [2022-07-20T16:58:01.241Z] #32 DONE 0.1s
16:58:01 [2022-07-20T16:58:01.503Z] 
16:58:01 [2022-07-20T16:58:01.503Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
16:58:01 [2022-07-20T16:58:01.503Z] #73 sha256:845ac0c1fd52bb9c13975d1eaef4e2b2fb80da4715a71b02d3017d09497687b3
16:58:01 [2022-07-20T16:58:01.503Z] #73 DONE 0.2s
16:58:01 [2022-07-20T16:58:01.503Z] 
16:58:01 [2022-07-20T16:58:01.503Z] #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
16:58:01 [2022-07-20T16:58:01.503Z] #74 sha256:1986846f709adf8146368b618a0d7689c846c4fd7c575d1a95638aee57fa41d0
16:58:01 [2022-07-20T16:58:01.526Z] #77 ...
16:58:01 [2022-07-20T16:58:01.526Z] 
16:58:01 [2022-07-20T16:58:01.526Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:58:01 [2022-07-20T16:58:01.526Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:58:01 [2022-07-20T16:58:01.526Z] #21 77.67 Setting up libelf1:amd64 (0.183-1) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 77.68 Setting up zstd (1.4.8+dfsg-2.1) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 77.70 Setting up libonig5:amd64 (6.9.6-1.1) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 77.71 Setting up python3-distutils (3.9.2-1) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 78.69 Setting up vim (2:8.2.2434-3+deb11u1) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 78.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 78.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 78.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 78.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 78.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 78.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 78.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 78.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 78.83 Setting up python3-setuptools (52.0.0-4) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 81.12 Setting up libjq1:amd64 (1.6-2.1) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 81.71 Setting up libnftnl11:amd64 (1.1.9-1) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 81.80 Setting up thin-provisioning-tools (0.9.0-1) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 81.88 Setting up python3-pip (20.3.4-4+deb11u1) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 84.08 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 84.18 Setting up jq (1.6-2.1) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 84.19 Setting up libbpf0:amd64 (1:0.3-2) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 84.26 Setting up iptables (1.8.7-1) ...
16:58:01 [2022-07-20T16:58:01.526Z] #21 84.30 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 84.31 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 84.33 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 84.35 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 84.37 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 84.39 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:58:01 [2022-07-20T16:58:01.526Z] #21 84.41 Setting up iproute2 (5.10.0-4) ...
16:58:01 [2022-07-20T16:58:01.786Z] #21 85.43 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:58:02 [2022-07-20T16:58:02.274Z] #77 213.1 config.status: creating Makefile
16:58:02 [2022-07-20T16:58:02.274Z] #77 213.2 config.status: creating config.h
16:58:02 [2022-07-20T16:58:02.274Z] #77 213.3 config.status: executing depfiles commands
16:58:02 [2022-07-20T16:58:02.274Z] #77 ...
16:58:02 [2022-07-20T16:58:02.274Z] 
16:58:02 [2022-07-20T16:58:02.274Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:58:02 [2022-07-20T16:58:02.274Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:58:02 [2022-07-20T16:58:02.274Z] #21 63.08 Selecting previously unselected package vim.
16:58:02 [2022-07-20T16:58:02.274Z] #21 63.08 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
16:58:02 [2022-07-20T16:58:02.274Z] #21 63.12 Unpacking vim (2:8.2.2434-3+deb11u1) ...
16:58:02 [2022-07-20T16:58:02.531Z] #21 63.90 Selecting previously unselected package xfsprogs.
16:58:02 [2022-07-20T16:58:02.531Z] #21 63.90 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
16:58:02 [2022-07-20T16:58:02.531Z] #21 63.91 Unpacking xfsprogs (5.10.0-4) ...
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.269 + RM_GOPATH=0
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.269 + TMP_GOPATH=
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.269 + : /build
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.269 + '[' -z '' ']'
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.269 ++ mktemp -d
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.269 + export GOPATH=/tmp/tmp.o6TEuE2yFY
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.269 + GOPATH=/tmp/tmp.o6TEuE2yFY
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.269 + RM_GOPATH=1
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.269 + case "$(go env GOARCH)" in
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.269 ++ go env GOARCH
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + export GO_BUILDMODE=-buildmode=pie
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + GO_BUILDMODE=-buildmode=pie
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 ++ dirname /install.sh
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + dir=/
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + bin=rootlesskit
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + shift
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + '[' '!' -f //rootlesskit.installer ']'
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + . //rootlesskit.installer
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 ++ : 1920341cd41e047834a21007424162a2dc946315
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + install_rootlesskit
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + case "$1" in
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + export CGO_ENABLED=0
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + CGO_ENABLED=0
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + _install_rootlesskit
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + for f in rootlesskit rootlesskit-docker-proxy
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + GOBIN=/build
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + GO111MODULE=on
16:58:02 [2022-07-20T16:58:02.881Z] #74 1.284 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
16:58:03 [2022-07-20T16:58:03.139Z] #74 1.706 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
16:58:03 [2022-07-20T16:58:03.468Z] #21 64.70 Selecting previously unselected package zip.
16:58:03 [2022-07-20T16:58:03.469Z] #21 64.71 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
16:58:03 [2022-07-20T16:58:03.469Z] #21 64.72 Unpacking zip (3.0-12) ...
16:58:03 [2022-07-20T16:58:03.469Z] #21 64.86 Selecting previously unselected package zstd.
16:58:03 [2022-07-20T16:58:03.469Z] #21 64.87 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
16:58:03 [2022-07-20T16:58:03.469Z] #21 64.88 Unpacking zstd (1.4.8+dfsg-2.1) ...
16:58:03 [2022-07-20T16:58:03.698Z] #21 DONE 87.0s
16:58:03 [2022-07-20T16:58:03.698Z] 
16:58:03 [2022-07-20T16:58:03.698Z] #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
16:58:03 [2022-07-20T16:58:03.698Z] #22 sha256:5f4ae8bfa605e2aba26f7750db7d40147076e30048154293c300649f7263a9d6
16:58:04 [2022-07-20T16:58:04.400Z] #21 65.68 Setting up python3-pkg-resources (52.0.0-4) ...
16:58:04 [2022-07-20T16:58:04.518Z] #74 3.014 go: downloading github.com/sirupsen/logrus v1.8.1
16:58:04 [2022-07-20T16:58:04.518Z] #74 3.024 go: downloading github.com/urfave/cli/v2 v2.4.0
16:58:04 [2022-07-20T16:58:04.779Z] #74 3.356 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
16:58:05 [2022-07-20T16:58:05.081Z] #22 1.478 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:58:05 [2022-07-20T16:58:05.081Z] #22 1.487 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:58:05 [2022-07-20T16:58:05.081Z] #22 1.500 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:58:05 [2022-07-20T16:58:05.081Z] #22 DONE 1.6s
16:58:05 [2022-07-20T16:58:05.081Z] 
16:58:05 [2022-07-20T16:58:05.081Z] #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
16:58:05 [2022-07-20T16:58:05.081Z] #64 sha256:d51648f036faec5ad7e46efd11c4ec4390f6a9cfa0bd6d1b09eeb6ae5402aee3
16:58:05 [2022-07-20T16:58:05.081Z] #64 ...
16:58:05 [2022-07-20T16:58:05.081Z] 
16:58:05 [2022-07-20T16:58:05.081Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
16:58:05 [2022-07-20T16:58:05.081Z] #23 sha256:dcb87a46ef9dcee5ff17fb1ca0baaeb3c72a47cb574067faccf88874bb81e41d
16:58:06 [2022-07-20T16:58:06.161Z] #74 ...
16:58:06 [2022-07-20T16:58:06.162Z] 
16:58:06 [2022-07-20T16:58:06.162Z] #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
16:58:06 [2022-07-20T16:58:06.162Z] #33 sha256:b150edc7da7f8733684bfc8a596dabf40f82ab05b2fdcd24b4331229cd94c478
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.319 + RM_GOPATH=0
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.319 + TMP_GOPATH=
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.319 + : /build
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.319 + '[' -z '' ']'
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.319 ++ mktemp -d
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.319 + export GOPATH=/tmp/tmp.f46xzKk8sy
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.319 + GOPATH=/tmp/tmp.f46xzKk8sy
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.319 + RM_GOPATH=1
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.319 + case "$(go env GOARCH)" in
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.319 ++ go env GOARCH
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.328 + export GO_BUILDMODE=-buildmode=pie
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.328 + GO_BUILDMODE=-buildmode=pie
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.328 ++ dirname /install.sh
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.332 Install docker/cli version 17.06.2-ce from stable
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.332 + dir=/
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.332 + bin=dockercli
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.332 + shift
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.332 + '[' '!' -f //dockercli.installer ']'
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.332 + . //dockercli.installer
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.332 ++ : stable
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.332 ++ : 17.06.2-ce
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.332 + install_dockercli
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.332 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.332 ++ uname -m
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.333 + arch=x86_64
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.333 + '[' x86_64 '!=' x86_64 ']'
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.333 + url=https://download.docker.com/linux/static
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.333 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
16:58:06 [2022-07-20T16:58:06.162Z] #33 1.338 + tar -xz docker/docker
16:58:06 [2022-07-20T16:58:06.162Z] #33 4.357 + mkdir -p /build
16:58:06 [2022-07-20T16:58:06.162Z] #33 4.360 + mv docker/docker /build/
16:58:06 [2022-07-20T16:58:06.162Z] #33 4.362 + rmdir docker
16:58:06 [2022-07-20T16:58:06.162Z] #33 DONE 4.5s
16:58:06 [2022-07-20T16:58:06.162Z] 
16:58:06 [2022-07-20T16:58:06.162Z] #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
16:58:06 [2022-07-20T16:58:06.162Z] #74 sha256:1986846f709adf8146368b618a0d7689c846c4fd7c575d1a95638aee57fa41d0
16:58:06 [2022-07-20T16:58:06.162Z] #74 4.572 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
16:58:06 [2022-07-20T16:58:06.267Z] #64 276.1 # github.com/containerd/containerd/cmd/containerd
16:58:06 [2022-07-20T16:58:06.267Z] #64 276.1 /usr/bin/ld: /tmp/go-link-1165452046/000019.o: in function `New':
16:58:06 [2022-07-20T16:58:06.267Z] #64 276.1 /tmp/tmp.QS46HwFp1Q/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
16:58:06 [2022-07-20T16:58:06.267Z] #64 276.2 + bin/containerd-stress
16:58:06 [2022-07-20T16:58:06.267Z] #64 277.2 + bin/containerd-shim
16:58:06 [2022-07-20T16:58:06.295Z] #21 67.44 Setting up libip4tc2:amd64 (1.8.7-1) ...
16:58:06 [2022-07-20T16:58:06.295Z] #21 67.46 Setting up net-tools (1.60+git20181103.0eebece-1) ...
16:58:06 [2022-07-20T16:58:06.295Z] #21 67.52 Setting up libgpm2:amd64 (1.20.7-8) ...
16:58:06 [2022-07-20T16:58:06.295Z] #21 67.58 Setting up libicu67:amd64 (67.1-7) ...
16:58:06 [2022-07-20T16:58:06.295Z] #21 67.62 Setting up libip6tc2:amd64 (1.8.7-1) ...
16:58:06 [2022-07-20T16:58:06.295Z] #21 67.67 Setting up libinih1:amd64 (53-1+b2) ...
16:58:06 [2022-07-20T16:58:06.420Z] #74 4.950 go: downloading github.com/google/uuid v1.3.0
16:58:06 [2022-07-20T16:58:06.421Z] #74 4.986 go: downloading github.com/moby/vpnkit v0.5.0
16:58:06 [2022-07-20T16:58:06.421Z] #74 4.987 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:58:06 [2022-07-20T16:58:06.552Z] #21 67.73 Setting up uidmap (1:4.8.1-1) ...
16:58:06 [2022-07-20T16:58:06.552Z] #21 67.76 Setting up libyajl2:amd64 (2.1.0-3) ...
16:58:06 [2022-07-20T16:58:06.552Z] #21 67.81 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:58:06 [2022-07-20T16:58:06.552Z] #21 67.91 Setting up bzip2 (1.0.8-4) ...
16:58:06 [2022-07-20T16:58:06.552Z] #21 67.97 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
16:58:06 [2022-07-20T16:58:06.552Z] #21 68.02 Setting up python3-wheel (0.34.2-1) ...
16:58:06 [2022-07-20T16:58:06.680Z] #74 5.127 go: downloading github.com/gofrs/flock v0.8.1
16:58:06 [2022-07-20T16:58:06.680Z] #74 5.200 go: downloading github.com/gorilla/mux v1.8.0
16:58:06 [2022-07-20T16:58:06.680Z] #74 5.251 go: downloading github.com/moby/sys/mountinfo v0.6.0
16:58:06 [2022-07-20T16:58:06.938Z] #74 5.428 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
16:58:06 [2022-07-20T16:58:06.938Z] #74 5.536 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
16:58:07 [2022-07-20T16:58:07.920Z] #21 69.35 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:58:07 [2022-07-20T16:58:07.920Z] #21 69.38 Setting up libcap2:amd64 (1:2.44-1) ...
16:58:08 [2022-07-20T16:58:08.177Z] #21 69.41 Setting up libcap2-bin (1:2.44-1) ...
16:58:08 [2022-07-20T16:58:08.177Z] #21 69.45 Setting up apparmor (2.13.6-10) ...
16:58:08 [2022-07-20T16:58:08.318Z] #74 6.706 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
16:58:08 [2022-07-20T16:58:08.318Z] #74 6.800 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:58:10 [2022-07-20T16:58:10.700Z] #21 71.91 Setting up zip (3.0-12) ...
16:58:10 [2022-07-20T16:58:10.700Z] #21 71.94 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:58:10 [2022-07-20T16:58:10.700Z] #21 71.98 Setting up bash-completion (1:2.11-2) ...
16:58:11 [2022-07-20T16:58:11.648Z] #74 ...
16:58:11 [2022-07-20T16:58:11.648Z] 
16:58:11 [2022-07-20T16:58:11.648Z] #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
16:58:11 [2022-07-20T16:58:11.648Z] #49 sha256:04215169a1208fca40eaec12f9fd4d3c6d64540440c695d9aef63e37c4914ff2
16:58:11 [2022-07-20T16:58:11.648Z] #49 1.826 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 1.844 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 1.859 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 2.223 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 2.668 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 3.185 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 3.818 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 4.434 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.122 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.714 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [166 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.716 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.737 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.750 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [140 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.754 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [158 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.766 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [148 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.797 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.797 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.797 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.797 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.797 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
16:58:11 [2022-07-20T16:58:11.648Z] #49 5.797 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
16:58:11 [2022-07-20T16:58:11.648Z] #49 ...
16:58:11 [2022-07-20T16:58:11.648Z] 
16:58:11 [2022-07-20T16:58:11.648Z] #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
16:58:11 [2022-07-20T16:58:11.648Z] #20 sha256:66d1cc59992e18b7d02555a2c415d42f39866a8ebe2091f2583b7e6c1e0393d3
16:58:11 [2022-07-20T16:58:11.648Z] #20 1.814 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 1.849 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 1.850 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 2.181 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 2.544 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 3.005 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 3.434 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 4.145 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 4.745 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.553 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [158 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.553 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [148 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.553 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.611 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [140 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.611 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [166 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.611 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.611 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.611 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.611 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.611 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.611 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:58:11 [2022-07-20T16:58:11.648Z] #20 5.611 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
16:58:11 [2022-07-20T16:58:11.648Z] #20 ...
16:58:11 [2022-07-20T16:58:11.648Z] 
16:58:11 [2022-07-20T16:58:11.648Z] #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
16:58:11 [2022-07-20T16:58:11.648Z] #69 sha256:590671de9d2336fb8db1eb9af9361e75bfe459bdeb19ab5114a81d5e3bbfd468
16:58:11 [2022-07-20T16:58:11.648Z] #69 1.618 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 1.627 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 1.628 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 1.740 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 1.914 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 2.234 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 2.769 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 3.285 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 3.884 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.339 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [148 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.342 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.344 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.344 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [140 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.350 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [158 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.365 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [166 kB]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.731 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.746 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.746 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.747 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.757 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:58:11 [2022-07-20T16:58:11.648Z] #69 4.761 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:58:12 [2022-07-20T16:58:12.594Z] #21 ...
16:58:12 [2022-07-20T16:58:12.594Z] 
16:58:12 [2022-07-20T16:58:12.594Z] #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
16:58:12 [2022-07-20T16:58:12.594Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:58:12 [2022-07-20T16:58:12.594Z] #77 213.7 config.status: executing libtool commands
16:58:12 [2022-07-20T16:58:12.594Z] #77 215.1   GEN      .version
16:58:12 [2022-07-20T16:58:12.594Z] #77 215.1 make  install-recursive
16:58:12 [2022-07-20T16:58:12.594Z] #77 215.1 make[1]: Entering directory '/tmp/crun-build'
16:58:12 [2022-07-20T16:58:12.594Z] #77 215.2 Making install in libocispec
16:58:12 [2022-07-20T16:58:12.594Z] #77 215.2 make[2]: Entering directory '/tmp/crun-build/libocispec'
16:58:12 [2022-07-20T16:58:12.594Z] #77 215.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
16:58:12 [2022-07-20T16:58:12.594Z] #77 215.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
16:58:12 [2022-07-20T16:58:12.594Z] #77 215.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
16:58:12 [2022-07-20T16:58:12.594Z] #77 215.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
16:58:12 [2022-07-20T16:58:12.594Z] #77 216.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 216.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 216.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 216.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 216.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 216.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 216.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 216.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 216.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 217.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 217.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 217.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 217.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 217.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 217.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 217.1 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.7 make  install-recursive
16:58:12 [2022-07-20T16:58:12.594Z] #77 218.7 make[3]: Entering directory '/tmp/crun-build/libocispec'
16:58:12 [2022-07-20T16:58:12.594Z] #77 219.0 Making install in yajl
16:58:12 [2022-07-20T16:58:12.594Z] #77 219.0 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:58:12 [2022-07-20T16:58:12.594Z] #77 219.2   CC       verify/json_verify-json_verify.o
16:58:12 [2022-07-20T16:58:12.594Z] #77 219.3   CC       src/libyajl_la-yajl_alloc.lo
16:58:12 [2022-07-20T16:58:12.594Z] #77 219.3   CC       src/libyajl_la-yajl.lo
16:58:12 [2022-07-20T16:58:12.594Z] #77 219.3   CC       src/libyajl_la-yajl_gen.lo
16:58:12 [2022-07-20T16:58:12.594Z] #77 219.3   CC       src/libyajl_la-yajl_parser.lo
16:58:12 [2022-07-20T16:58:12.594Z] #77 219.4   CC       src/libyajl_la-yajl_buf.lo
16:58:12 [2022-07-20T16:58:12.594Z] #77 219.4   CC       src/libyajl_la-yajl_encode.lo
16:58:12 [2022-07-20T16:58:12.594Z] #77 219.5   CC       src/libyajl_la-yajl_lex.lo
16:58:12 [2022-07-20T16:58:12.594Z] #77 219.5   CC       src/libyajl_la-yajl_tree.lo
16:58:14 [2022-07-20T16:58:14.447Z] #64 285.8 + bin/containerd-shim-runc-v1
16:58:15 [2022-07-20T16:58:15.116Z] #77 ...
16:58:15 [2022-07-20T16:58:15.116Z] 
16:58:15 [2022-07-20T16:58:15.116Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:58:15 [2022-07-20T16:58:15.116Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:58:15 [2022-07-20T16:58:15.116Z] #21 76.55 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
16:58:15 [2022-07-20T16:58:15.373Z] #21 76.61 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:58:15 [2022-07-20T16:58:15.373Z] #21 76.66 Setting up libmnl0:amd64 (1.0.4-3) ...
16:58:15 [2022-07-20T16:58:15.373Z] #21 76.70 Setting up patch (2.7.6-7) ...
16:58:15 [2022-07-20T16:58:15.373Z] #21 76.74 Setting up sudo (1.9.5p2-3) ...
16:58:15 [2022-07-20T16:58:15.629Z] #21 76.94 invoke-rc.d: could not determine current runlevel
16:58:15 [2022-07-20T16:58:15.629Z] #21 76.99 invoke-rc.d: policy-rc.d denied execution of start.
16:58:15 [2022-07-20T16:58:15.629Z] #21 77.03 Setting up xfsprogs (5.10.0-4) ...
16:58:15 [2022-07-20T16:58:15.888Z] #21 77.16 Setting up libxtables12:amd64 (1.8.7-1) ...
16:58:15 [2022-07-20T16:58:15.888Z] #21 77.21 Setting up inetutils-ping (2:2.0-1) ...
16:58:15 [2022-07-20T16:58:15.888Z] #21 77.25 Setting up pigz (2.6-1) ...
16:58:15 [2022-07-20T16:58:15.888Z] #21 77.29 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:58:16 [2022-07-20T16:58:16.145Z] #21 77.38 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
16:58:16 [2022-07-20T16:58:16.145Z] #21 77.42 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
16:58:16 [2022-07-20T16:58:16.145Z] #21 77.43 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
16:58:18 [2022-07-20T16:58:18.039Z] #21 79.01 Setting up libaio1:amd64 (0.3.112-9) ...
16:58:18 [2022-07-20T16:58:18.039Z] #21 79.03 Setting up python3-lib2to3 (3.9.2-1) ...
16:58:18 [2022-07-20T16:58:18.296Z] #21 79.59 Setting up libelf1:amd64 (0.183-1) ...
16:58:18 [2022-07-20T16:58:18.296Z] #21 79.60 Setting up zstd (1.4.8+dfsg-2.1) ...
16:58:18 [2022-07-20T16:58:18.296Z] #21 79.61 Setting up libonig5:amd64 (6.9.6-1.1) ...
16:58:18 [2022-07-20T16:58:18.296Z] #21 79.63 Setting up python3-distutils (3.9.2-1) ...
16:58:18 [2022-07-20T16:58:18.639Z] #64 290.6 + bin/containerd-shim-runc-v2
16:58:18 [2022-07-20T16:58:18.979Z] #64 ...
16:58:18 [2022-07-20T16:58:18.980Z] 
16:58:18 [2022-07-20T16:58:18.980Z] #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
16:58:18 [2022-07-20T16:58:18.980Z] #60 sha256:5c8285bf500d4f43ed603d0a3ea4c60ebea38354344e285ab8940c8e61c2216f
16:58:18 [2022-07-20T16:58:18.980Z] #60 181.8 + mkdir -p /build
16:58:18 [2022-07-20T16:58:18.980Z] #60 181.8 + cp runc /build/runc
16:58:18 [2022-07-20T16:58:18.980Z] #60 DONE 182.9s
16:58:18 [2022-07-20T16:58:18.980Z] 
16:58:18 [2022-07-20T16:58:18.980Z] #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
16:58:18 [2022-07-20T16:58:18.980Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:58:18 [2022-07-20T16:58:18.980Z] #55 316.9 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
16:58:18 [2022-07-20T16:58:18.980Z] #55 DONE 317.9s
16:58:18 [2022-07-20T16:58:18.980Z] 
16:58:18 [2022-07-20T16:58:18.980Z] #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
16:58:18 [2022-07-20T16:58:18.980Z] #64 sha256:0b18d0afb004246aa6b9bcbb2e2c6989d25f273f24276c87e0e0d11a35a8e8bd
16:58:19 [2022-07-20T16:58:19.207Z] #64 291.4 + binaries
16:58:19 [2022-07-20T16:58:19.207Z] #64 291.4 + install -D bin/containerd /build/containerd
16:58:19 [2022-07-20T16:58:19.207Z] #64 291.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:58:19 [2022-07-20T16:58:19.207Z] #64 291.4 + install -D bin/ctr /build/ctr
16:58:19 [2022-07-20T16:58:19.225Z] #21 80.49 Setting up vim (2:8.2.2434-3+deb11u1) ...
16:58:19 [2022-07-20T16:58:19.226Z] #21 80.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:58:19 [2022-07-20T16:58:19.226Z] #21 80.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:58:19 [2022-07-20T16:58:19.226Z] #21 80.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:58:19 [2022-07-20T16:58:19.226Z] #21 80.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:58:19 [2022-07-20T16:58:19.226Z] #21 80.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:58:19 [2022-07-20T16:58:19.226Z] #21 80.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:58:19 [2022-07-20T16:58:19.226Z] #21 80.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:58:19 [2022-07-20T16:58:19.226Z] #21 80.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:58:19 [2022-07-20T16:58:19.482Z] #21 80.69 Setting up python3-setuptools (52.0.0-4) ...
16:58:19 [2022-07-20T16:58:19.979Z] #23 14.07 Collecting yamllint==1.26.1
16:58:20 [2022-07-20T16:58:20.239Z] #23 15.14   Downloading yamllint-1.26.1.tar.gz (126 kB)
16:58:21 [2022-07-20T16:58:21.511Z] #64 ...
16:58:21 [2022-07-20T16:58:21.511Z] 
16:58:21 [2022-07-20T16:58:21.511Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
16:58:21 [2022-07-20T16:58:21.511Z] #56 sha256:69ec11f980e15bf1891c887a4c7c0ff4b7fbc658d49a201605e219c0a0637651
16:58:22 [2022-07-20T16:58:22.154Z] #23 17.00 Collecting pathspec>=0.5.3
16:58:22 [2022-07-20T16:58:22.154Z] #23 17.02   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
16:58:22 [2022-07-20T16:58:22.466Z] #56 DONE 0.8s
16:58:22 [2022-07-20T16:58:22.466Z] 
16:58:22 [2022-07-20T16:58:22.466Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
16:58:22 [2022-07-20T16:58:22.466Z] #58 sha256:badfef5403452983867281758c093380851a742a42bcbba5728bdb4983a6517c
16:58:22 [2022-07-20T16:58:22.466Z] #58 DONE 0.1s
16:58:22 [2022-07-20T16:58:22.466Z] 
16:58:22 [2022-07-20T16:58:22.466Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
16:58:22 [2022-07-20T16:58:22.466Z] #61 sha256:40d100d5e2157b437f00e687abe588e5cafb2171a6f79890027f6c20850ec568
16:58:22 [2022-07-20T16:58:22.466Z] #61 DONE 0.3s
16:58:22 [2022-07-20T16:58:22.466Z] 
16:58:22 [2022-07-20T16:58:22.466Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
16:58:22 [2022-07-20T16:58:22.466Z] #64 sha256:0b18d0afb004246aa6b9bcbb2e2c6989d25f273f24276c87e0e0d11a35a8e8bd
16:58:22 [2022-07-20T16:58:22.725Z] #23 17.70 Collecting pyyaml
16:58:22 [2022-07-20T16:58:22.986Z] #23 17.72   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)
16:58:22 [2022-07-20T16:58:22.986Z] #23 17.82 Building wheels for collected packages: yamllint
16:58:22 [2022-07-20T16:58:22.986Z] #23 17.82   Building wheel for yamllint (setup.py): started
16:58:23 [2022-07-20T16:58:23.395Z] #64 DONE 295.7s
16:58:23 [2022-07-20T16:58:23.659Z] #21 84.26 Setting up libjq1:amd64 (1.6-2.1) ...
16:58:23 [2022-07-20T16:58:23.659Z] #21 84.29 Setting up libnftnl11:amd64 (1.1.9-1) ...
16:58:23 [2022-07-20T16:58:23.659Z] #21 84.31 Setting up thin-provisioning-tools (0.9.0-1) ...
16:58:23 [2022-07-20T16:58:23.659Z] #21 84.33 Setting up python3-pip (20.3.4-4+deb11u1) ...
16:58:23 [2022-07-20T16:58:23.874Z] #69 21.82 Fetched 49.1 MB in 20s (2402 kB/s)
16:58:23 [2022-07-20T16:58:23.874Z] #69 21.82 Reading package lists...
16:58:23 [2022-07-20T16:58:23.874Z] #69 ...
16:58:23 [2022-07-20T16:58:23.874Z] 
16:58:23 [2022-07-20T16:58:23.874Z] #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
16:58:23 [2022-07-20T16:58:23.874Z] #20 sha256:66d1cc59992e18b7d02555a2c415d42f39866a8ebe2091f2583b7e6c1e0393d3
16:58:23 [2022-07-20T16:58:23.874Z] #20 22.00 Fetched 49.1 MB in 20s (2407 kB/s)
16:58:24 [2022-07-20T16:58:24.333Z] 
16:58:24 [2022-07-20T16:58:24.333Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
16:58:24 [2022-07-20T16:58:24.333Z] #65 sha256:832bcb5e90c7f37c92dcbb8642672c9a5e2ac5c32cf8ccbf88ce91bb4ed9414c
16:58:24 [2022-07-20T16:58:24.590Z] #21 ...
16:58:24 [2022-07-20T16:58:24.590Z] 
16:58:24 [2022-07-20T16:58:24.590Z] #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
16:58:24 [2022-07-20T16:58:24.590Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:58:24 [2022-07-20T16:58:24.590Z] #77 227.6   CCLD     libyajl.la
16:58:24 [2022-07-20T16:58:24.590Z] #77 228.3   CCLD     verify/json_verify
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.3 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.3 make[5]: Nothing to be done for 'install-exec-am'.
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.3 make[5]: Nothing to be done for 'install-data-am'.
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.3 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.3 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.3 make[4]: Entering directory '/tmp/crun-build/libocispec'
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.4   CC       src/validate.o
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.4   CC       src/image_spec_schema_config_schema.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.5   CC       src/image_spec_schema_content_descriptor.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.5   CC       src/image_spec_schema_defs.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.5   CC       src/image_spec_schema_defs_descriptor.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.5   CC       src/image_spec_schema_image_index_schema.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.5   CC       src/image_spec_schema_image_layout_schema.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.5   CC       src/runtime_spec_schema_config_linux.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.5   CC       src/image_spec_schema_image_manifest_schema.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.6   CC       src/runtime_spec_schema_config_zos.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.6   CC       src/runtime_spec_schema_config_schema.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.6   CC       src/runtime_spec_schema_config_solaris.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.6   CC       src/runtime_spec_schema_config_vm.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.7   CC       src/runtime_spec_schema_config_windows.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.9   CC       src/runtime_spec_schema_defs.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 229.9   CC       src/runtime_spec_schema_defs_vm.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 230.0   CC       src/runtime_spec_schema_defs_windows.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 230.0   CC       src/runtime_spec_schema_state_schema.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 230.0   CC       src/runtime_spec_schema_defs_zos.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 230.0   CC       src/runtime_spec_schema_defs_linux.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 230.1   CC       src/image_manifest_items_image_manifest_items_schema.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 230.2   CC       src/basic_test_double_array_item.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 230.4   CC       src/basic_test_double_array.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 230.4   CC       src/basic_test_top_array_int.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 230.5   CC       src/basic_test_top_array_string.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 230.6   CC       src/basic_test_top_double_array_int.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.0   CC       src/basic_test_top_double_array_obj.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.1   CC       src/basic_test_top_double_array_refobj.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.1   CC       src/read-file.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.1   CC       src/basic_test_top_double_array_string.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.3   CC       src/json_common.lo
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.4   CC       tests/test-1.o
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.5   CC       tests/test-2.o
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.6   CC       tests/test-5.o
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.6   CC       tests/test-3.o
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.7   CC       tests/test-4.o
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.8   CC       tests/test-6.o
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.9   CC       tests/test-7.o
16:58:24 [2022-07-20T16:58:24.590Z] #77 231.9   CC       tests/test-8.o
16:58:24 [2022-07-20T16:58:24.590Z] #77 232.1   CC       tests/test-9.o
16:58:24 [2022-07-20T16:58:24.590Z] #77 232.1   CC       tests/test-10.o
16:58:24 [2022-07-20T16:58:24.590Z] #77 232.1   CC       tests/test-11.o
16:58:24 [2022-07-20T16:58:24.895Z] #23 19.33   Building wheel for yamllint (setup.py): finished with status 'done'
16:58:24 [2022-07-20T16:58:24.895Z] #23 19.34   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=857131aebc004b012b19ea4395b6092594e9fee0b959f188e6a6a53e265abcd9
16:58:24 [2022-07-20T16:58:24.895Z] #23 19.35   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
16:58:24 [2022-07-20T16:58:24.895Z] #23 19.35 Successfully built yamllint
16:58:24 [2022-07-20T16:58:24.895Z] #23 19.39 Installing collected packages: pyyaml, pathspec, yamllint
16:58:24 [2022-07-20T16:58:24.999Z] #64 283.1 + bin/containerd
16:58:25 [2022-07-20T16:58:25.154Z] #23 20.13 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
16:58:25 [2022-07-20T16:58:25.520Z] #77 ...
16:58:25 [2022-07-20T16:58:25.520Z] 
16:58:25 [2022-07-20T16:58:25.520Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:58:25 [2022-07-20T16:58:25.520Z] #21 sha256:b93301d9a1ea323286c1372a2ee92166952ffe2d80af34172d146711cadeec8a
16:58:25 [2022-07-20T16:58:25.520Z] #21 86.81 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
16:58:25 [2022-07-20T16:58:25.520Z] #21 86.83 Setting up jq (1.6-2.1) ...
16:58:25 [2022-07-20T16:58:25.520Z] #21 86.87 Setting up libbpf0:amd64 (1:0.3-2) ...
16:58:25 [2022-07-20T16:58:25.520Z] #21 86.92 Setting up iptables (1.8.7-1) ...
16:58:25 [2022-07-20T16:58:25.777Z] #21 86.95 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:58:25 [2022-07-20T16:58:25.777Z] #21 86.96 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:58:25 [2022-07-20T16:58:25.777Z] #21 86.98 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:58:25 [2022-07-20T16:58:25.777Z] #21 86.99 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:58:25 [2022-07-20T16:58:25.777Z] #21 87.02 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:58:25 [2022-07-20T16:58:25.777Z] #21 87.05 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:58:25 [2022-07-20T16:58:25.777Z] #21 87.08 Setting up iproute2 (5.10.0-4) ...
16:58:26 [2022-07-20T16:58:26.236Z] #65 DONE 1.8s
16:58:26 [2022-07-20T16:58:26.236Z] 
16:58:26 [2022-07-20T16:58:26.236Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
16:58:26 [2022-07-20T16:58:26.236Z] #70 sha256:b236d4258fb032dd22d31330798cb6403395ee054573d3503457c706d234ad10
16:58:26 [2022-07-20T16:58:26.236Z] #70 DONE 0.3s
16:58:26 [2022-07-20T16:58:26.236Z] 
16:58:26 [2022-07-20T16:58:26.236Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
16:58:26 [2022-07-20T16:58:26.236Z] #75 sha256:325fa31dd037a91d71c9ee26b0659f3ea8668dbf1f6bada8e08aa1e73373c9f2
16:58:26 [2022-07-20T16:58:26.599Z] #21 87.73 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:58:27 [2022-07-20T16:58:27.075Z] #23 DONE 21.6s
16:58:27 [2022-07-20T16:58:27.075Z] 
16:58:27 [2022-07-20T16:58:27.075Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
16:58:27 [2022-07-20T16:58:27.075Z] #27 sha256:7cc1c487dfd6035b3d2754937fc82b94f118a9ac81c301c3c03b963786aad3f1
16:58:27 [2022-07-20T16:58:27.334Z] #27 DONE 0.5s
16:58:27 [2022-07-20T16:58:27.334Z] 
16:58:27 [2022-07-20T16:58:27.334Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
16:58:27 [2022-07-20T16:58:27.334Z] #32 sha256:cf6433631ef012948ede023b5e30cbaaecb28b7c969f5624431e288f1b883eb8
16:58:27 [2022-07-20T16:58:27.535Z] #21 DONE 88.7s
16:58:27 [2022-07-20T16:58:27.535Z] 
16:58:27 [2022-07-20T16:58:27.535Z] #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
16:58:27 [2022-07-20T16:58:27.535Z] #22 sha256:5f4ae8bfa605e2aba26f7750db7d40147076e30048154293c300649f7263a9d6
16:58:27 [2022-07-20T16:58:27.908Z] #32 DONE 0.6s
16:58:27 [2022-07-20T16:58:27.908Z] 
16:58:27 [2022-07-20T16:58:27.908Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
16:58:27 [2022-07-20T16:58:27.908Z] #35 sha256:e2a394f2c8403d851daa91da112479c5f7b3fd786a1217cb80053a0133afc873
16:58:28 [2022-07-20T16:58:28.139Z] #75 DONE 1.7s
16:58:28 [2022-07-20T16:58:28.139Z] 
16:58:28 [2022-07-20T16:58:28.139Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
16:58:28 [2022-07-20T16:58:28.139Z] #78 sha256:eee193d37d13c4b082bd10bceea622fabc803a3196e3c0521686e442d89a3318
16:58:28 [2022-07-20T16:58:28.139Z] #78 DONE 0.1s
16:58:28 [2022-07-20T16:58:28.139Z] 
16:58:28 [2022-07-20T16:58:28.139Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
16:58:28 [2022-07-20T16:58:28.139Z] #79 sha256:9a96e0b6da375a3a1d0c9c5d6921e9dda54986419f772594298b4c5531cfb4e0
16:58:28 [2022-07-20T16:58:28.139Z] #79 DONE 0.0s
16:58:28 [2022-07-20T16:58:28.139Z] 
16:58:28 [2022-07-20T16:58:28.139Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
16:58:28 [2022-07-20T16:58:28.139Z] #80 sha256:3868a1e62e49a537153289ec0080b60fe77779caacc342b2ac7030e89b8868d6
16:58:28 [2022-07-20T16:58:28.139Z] #80 DONE 0.1s
16:58:28 [2022-07-20T16:58:28.139Z] 
16:58:28 [2022-07-20T16:58:28.139Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
16:58:28 [2022-07-20T16:58:28.139Z] #81 sha256:7d0126420749a1cf7de0f3f0e29151e423527c244486f6613e6b97b6bdc85cca
16:58:28 [2022-07-20T16:58:28.168Z] #35 DONE 0.4s
16:58:28 [2022-07-20T16:58:28.168Z] 
16:58:28 [2022-07-20T16:58:28.168Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
16:58:28 [2022-07-20T16:58:28.168Z] #37 sha256:560284f83661ebabe8ec36e7cb356396a4feca78479fcc198c9b2fa296507912
16:58:28 [2022-07-20T16:58:28.741Z] #37 DONE 0.3s
16:58:28 [2022-07-20T16:58:28.741Z] 
16:58:28 [2022-07-20T16:58:28.741Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
16:58:28 [2022-07-20T16:58:28.741Z] #39 sha256:2694db0a513b79cd2fdd7825f04fbaf567e5ac5f918e667f51fda3469ab7d15b
16:58:28 [2022-07-20T16:58:28.741Z] #39 DONE 0.1s
16:58:28 [2022-07-20T16:58:28.741Z] 
16:58:28 [2022-07-20T16:58:28.741Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
16:58:28 [2022-07-20T16:58:28.741Z] #41 sha256:4af0ee2bdd1c051f26d3c6d732565adee0069b1a01ea5ee76c0bb404136fc666
16:58:28 [2022-07-20T16:58:28.741Z] #41 DONE 0.1s
16:58:28 [2022-07-20T16:58:28.741Z] 
16:58:28 [2022-07-20T16:58:28.741Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
16:58:28 [2022-07-20T16:58:28.741Z] #45 sha256:e97dd156b2b97954ffe84a1b8554ed2a1dd4cf5f40ea1f1c329ed121328d3142
16:58:28 [2022-07-20T16:58:28.741Z] #45 DONE 0.1s
16:58:28 [2022-07-20T16:58:28.741Z] 
16:58:28 [2022-07-20T16:58:28.741Z] #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
16:58:28 [2022-07-20T16:58:28.741Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:58:29 [2022-07-20T16:58:29.077Z] #81 DONE 0.9s
16:58:29 [2022-07-20T16:58:29.077Z] 
16:58:29 [2022-07-20T16:58:29.077Z] #82 exporting to image
16:58:29 [2022-07-20T16:58:29.077Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:58:29 [2022-07-20T16:58:29.077Z] #82 exporting layers
16:58:29 [2022-07-20T16:58:29.437Z] #22 1.614 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:58:29 [2022-07-20T16:58:29.437Z] #22 1.621 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:58:29 [2022-07-20T16:58:29.437Z] #22 1.632 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:58:29 [2022-07-20T16:58:29.437Z] #22 DONE 1.8s
16:58:29 [2022-07-20T16:58:29.437Z] 
16:58:29 [2022-07-20T16:58:29.437Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
16:58:29 [2022-07-20T16:58:29.437Z] #23 sha256:dcb87a46ef9dcee5ff17fb1ca0baaeb3c72a47cb574067faccf88874bb81e41d
16:58:31 [2022-07-20T16:58:31.986Z] #20 22.00 Reading package lists...
16:58:31 [2022-07-20T16:58:31.986Z] #20 ...
16:58:31 [2022-07-20T16:58:31.986Z] 
16:58:31 [2022-07-20T16:58:31.986Z] #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
16:58:31 [2022-07-20T16:58:31.986Z] #69 sha256:590671de9d2336fb8db1eb9af9361e75bfe459bdeb19ab5114a81d5e3bbfd468
16:58:31 [2022-07-20T16:58:31.986Z] #69 21.82 Reading package lists...
16:58:32 [2022-07-20T16:58:32.367Z] #82 exporting layers 3.3s done
16:58:32 [2022-07-20T16:58:32.367Z] #82 writing image sha256:db0452da5ce904b6ff9c4ef8f246a17026cc3ff83404d9360c6d364a45f93771 done
16:58:32 [2022-07-20T16:58:32.367Z] #82 naming to docker.io/library/docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 done
16:58:32 [2022-07-20T16:58:32.367Z] #82 DONE 3.3s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
16:58:32 [2022-07-20T16:58:32.688Z] + sudo modprobe ip6table_filter
[Pipeline] sh
16:58:32 [2022-07-20T16:58:32.970Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/test/unit
16:58:33 [2022-07-20T16:58:33.620Z] #69 31.04 Reading package lists...
16:58:33 [2022-07-20T16:58:33.620Z] #69 ...
16:58:33 [2022-07-20T16:58:33.620Z] 
16:58:33 [2022-07-20T16:58:33.620Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:58:33 [2022-07-20T16:58:33.620Z] #49 sha256:04215169a1208fca40eaec12f9fd4d3c6d64540440c695d9aef63e37c4914ff2
16:58:33 [2022-07-20T16:58:33.620Z] #49 22.44 Fetched 49.1 MB in 21s (2357 kB/s)
16:58:33 [2022-07-20T16:58:33.620Z] #49 22.44 Reading package lists...
16:58:33 [2022-07-20T16:58:33.878Z] #49 31.64 Reading package lists...
16:58:33 [2022-07-20T16:58:33.878Z] #49 ...
16:58:33 [2022-07-20T16:58:33.878Z] 
16:58:33 [2022-07-20T16:58:33.878Z] #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
16:58:33 [2022-07-20T16:58:33.878Z] #20 sha256:66d1cc59992e18b7d02555a2c415d42f39866a8ebe2091f2583b7e6c1e0393d3
16:58:33 [2022-07-20T16:58:33.878Z] #20 22.00 Reading package lists...
16:58:34 [2022-07-20T16:58:34.874Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
16:58:34 [2022-07-20T16:58:34.874Z] + TESTFLAGS+=' -test.timeout=5m'
16:58:34 [2022-07-20T16:58:34.874Z] + TESTDIRS=./...
16:58:34 [2022-07-20T16:58:34.874Z] + exclude_paths='/vendor/|/integration'
16:58:34 [2022-07-20T16:58:34.874Z] ++ go list ./...
16:58:34 [2022-07-20T16:58:34.874Z] ++ grep -vE '(/vendor/|/integration)'
16:58:35 [2022-07-20T16:58:35.444Z] + pkg_list='github.com/docker/docker/api
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/backend/build
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/httpstatus
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/httputils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/middleware
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/build
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/checkpoint
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/container
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/debug
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/distribution
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/grpc
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/image
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/network
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/plugin
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/session
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/swarm
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/system
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/server/router/volume
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/backend
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/blkiodev
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/container
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/events
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/filters
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/image
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/mount
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/network
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/plugins/logdriver
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/registry
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/strslice
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/swarm
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/swarm/runtime
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/time
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/versions
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/versions/v1p19
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/versions/v1p20
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/api/types/volume
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder/builder-next
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder/builder-next/exporter
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder/builder-next/worker
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder/dockerfile
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder/remotecontext
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder/remotecontext/git
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/builder/remotecontext/urlutil
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/cli
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/cli/config
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/cli/debug
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/cli/winresources/docker-proxy
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/cli/winresources/dockerd
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/client
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/cmd/docker-proxy
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/cmd/dockerd
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/cmd/dockerd/trap
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/container
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/container/stream
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/contrib/apparmor
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/contrib/docker-device-tool
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/contrib/httpserver
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/cluster
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/cluster/convert
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/cluster/executor
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/cluster/executor/container
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/cluster/provider
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/config
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/containerd
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/events
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/events/testutils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/exec
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/aufs
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/copy
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/overlay
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/register
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/vfs
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/graphdriver/zfs
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/images
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/initlayer
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/links
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/listeners
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/awslogs
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/fluentd
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/gcplogs
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/gelf
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/journald
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/local
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/logentries
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/loggertest
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/loggerutils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/splunk
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/syslog
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/logger/templates
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/names
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/network
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/daemon/stats
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/distribution
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/distribution/metadata
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/distribution/utils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/distribution/xfer
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/dockerversion
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/errdefs
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/image
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/image/cache
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/image/tarexport
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/image/v1
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/internal/test/suite
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/layer
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libcontainerd
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libcontainerd/queue
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libcontainerd/remote
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libcontainerd/supervisor
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libcontainerd/types
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/bitseq
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/cluster
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/config
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/datastore
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/diagnostic
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/discoverapi
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/driverapi
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/bridge
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/host
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/null
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/overlay
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/remote
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/windows
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/drvregistry
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/etchosts
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/idm
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/internal/caller
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/ipam
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/ipamapi
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/ipams/builtin
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/ipams/null
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/ipams/remote
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/ipamutils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/iptables
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/netlabel
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/netutils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/networkdb
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/ns
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/options
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/osl
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/osl/kernel
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/portallocator
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/portmapper
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/resolvconf
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/testutils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/libnetwork/types
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/oci
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/oci/caps
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/opts
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/aaparser
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/archive
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/authorization
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/broadcaster
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/capabilities
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/chrootarchive
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/containerfs
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/devicemapper
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/directory
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/dmesg
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/fileutils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/fsutils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/homedir
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/idtools
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/ioutils
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/jsonmessage
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/longpath
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/loopback
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/namesgenerator
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/parsers
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/parsers/kernel
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/pidfile
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/platform
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/plugingetter
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/plugins
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:58:35 [2022-07-20T16:58:35.444Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/plugins/transport
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/pools
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/progress
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/pubsub
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/reexec
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/signal
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/stack
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/stdcopy
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/streamformatter
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/stringid
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/sysinfo
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/system
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/tailfile
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/tarsum
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/urlutil
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/useragent
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/plugin
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/plugin/executor/containerd
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/plugin/v2
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/profiles/apparmor
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/profiles/seccomp
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/quota
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/reference
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/registry
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/registry/resumable
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/restartmanager
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/rootless
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/rootless/specconv
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/runconfig
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/runconfig/opts
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/daemon
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/environment
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fakecontext
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fakegit
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fakestorage
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fixtures/load
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fixtures/plugin
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/registry
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/request
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/drivers
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/local
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/mounts
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/service
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/service/opts
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/testutils'
16:58:35 [2022-07-20T16:58:35.445Z] ++ grep --fixed-strings -v /libnetwork
16:58:35 [2022-07-20T16:58:35.445Z] ++ echo 'github.com/docker/docker/api
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/backend/build
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/httpstatus
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/httputils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/middleware
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/build
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/checkpoint
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/container
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/debug
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/distribution
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/grpc
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/image
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/network
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/plugin
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/session
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/swarm
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/system
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/volume
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/backend
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/blkiodev
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/container
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/events
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/filters
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/image
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/mount
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/network
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/plugins/logdriver
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/registry
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/strslice
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/swarm
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/swarm/runtime
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/time
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/versions
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/versions/v1p19
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/versions/v1p20
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/volume
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next/exporter
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next/worker
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/dockerfile
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/remotecontext
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/remotecontext/git
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/remotecontext/urlutil
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/cli
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/cli/config
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/cli/debug
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/cli/winresources/docker-proxy
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/cli/winresources/dockerd
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/client
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/cmd/docker-proxy
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/cmd/dockerd
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/cmd/dockerd/trap
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/container
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/container/stream
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/contrib/apparmor
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/contrib/docker-device-tool
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/contrib/httpserver
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/cluster
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/cluster/convert
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/cluster/executor
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/cluster/executor/container
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/cluster/provider
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/config
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/containerd
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/events
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/events/testutils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/exec
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/aufs
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/copy
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/overlay
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/register
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/vfs
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/graphdriver/zfs
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/images
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/initlayer
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/links
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/listeners
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/awslogs
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/fluentd
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/gcplogs
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/gelf
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/journald
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/local
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/logentries
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/loggertest
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/loggerutils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/splunk
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/syslog
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/logger/templates
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/names
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/network
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/daemon/stats
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/distribution
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/distribution/metadata
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/distribution/utils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/distribution/xfer
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/dockerversion
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/errdefs
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/image
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/image/cache
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/image/tarexport
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/image/v1
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/internal/test/suite
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/layer
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libcontainerd
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libcontainerd/queue
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libcontainerd/remote
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libcontainerd/supervisor
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libcontainerd/types
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/bitseq
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/cluster
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/config
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/datastore
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/diagnostic
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/discoverapi
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/driverapi
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/bridge
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/host
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/null
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/overlay
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/remote
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/windows
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/drvregistry
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/etchosts
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/idm
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/internal/caller
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/ipam
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/ipamapi
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/ipams/builtin
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/ipams/null
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/ipams/remote
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/ipamutils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/iptables
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/netlabel
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/netutils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/networkdb
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/ns
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/options
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/osl
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/osl/kernel
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/portallocator
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/portmapper
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/resolvconf
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/testutils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/libnetwork/types
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/oci
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/oci/caps
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/opts
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/aaparser
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/archive
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/authorization
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/broadcaster
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/capabilities
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/chrootarchive
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/containerfs
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/devicemapper
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/directory
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/dmesg
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/fileutils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/fsutils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/homedir
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/idtools
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/ioutils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/jsonmessage
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/longpath
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/loopback
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/namesgenerator
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/parsers
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/parsers/kernel
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/pidfile
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/platform
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/plugingetter
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/plugins
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/plugins/transport
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/pools
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/progress
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/pubsub
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/reexec
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/signal
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/stack
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/stdcopy
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/streamformatter
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/stringid
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/sysinfo
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/system
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/tailfile
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/tarsum
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/urlutil
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/pkg/useragent
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/plugin
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/plugin/executor/containerd
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/plugin/v2
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/profiles/apparmor
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/profiles/seccomp
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/quota
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/reference
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/registry
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/registry/resumable
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/restartmanager
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/rootless
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/rootless/specconv
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/runconfig
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/runconfig/opts
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/daemon
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/environment
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fakecontext
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fakegit
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fakestorage
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fixtures/load
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fixtures/plugin
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/registry
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/testutil/request
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/drivers
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/local
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/mounts
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/service
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/service/opts
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/volume/testutils'
16:58:35 [2022-07-20T16:58:35.445Z] + base_pkg_list='github.com/docker/docker/api
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/backend/build
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/httpstatus
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/httputils
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/middleware
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/build
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/checkpoint
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/container
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/debug
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/distribution
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/grpc
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/image
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/network
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/plugin
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/session
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/swarm
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/system
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/server/router/volume
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/backend
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/blkiodev
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/container
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/events
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/filters
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/image
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/mount
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/network
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/plugins/logdriver
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/registry
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/strslice
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/swarm
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/swarm/runtime
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/time
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/versions
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/versions/v1p19
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/versions/v1p20
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/api/types/volume
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:58:35 [2022-07-20T16:58:35.445Z] github.com/docker/docker/builder/builder-next/exporter
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/builder-next/worker
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/dockerfile
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/remotecontext
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/remotecontext/git
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/remotecontext/urlutil
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cli
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cli/config
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cli/debug
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cli/winresources/docker-proxy
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cli/winresources/dockerd
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/client
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cmd/docker-proxy
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cmd/dockerd
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cmd/dockerd/trap
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/container
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/container/stream
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/contrib/apparmor
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/contrib/docker-device-tool
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/contrib/httpserver
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster/convert
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster/executor
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster/executor/container
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster/provider
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/config
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/containerd
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/events
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/events/testutils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/exec
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/aufs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/copy
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/overlay
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/register
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/vfs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/zfs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/images
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/initlayer
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/links
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/listeners
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/awslogs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/fluentd
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/gcplogs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/gelf
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/journald
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/local
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/logentries
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/loggertest
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/loggerutils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/splunk
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/syslog
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/templates
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/names
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/network
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/stats
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/distribution
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/distribution/metadata
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/distribution/utils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/distribution/xfer
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/dockerversion
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/errdefs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/image
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/image/cache
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/image/tarexport
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/image/v1
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/internal/test/suite
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/layer
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libcontainerd
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libcontainerd/queue
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libcontainerd/remote
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libcontainerd/supervisor
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libcontainerd/types
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/oci
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/oci/caps
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/opts
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/aaparser
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/archive
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/authorization
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/broadcaster
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/capabilities
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/chrootarchive
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/containerfs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/devicemapper
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/directory
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/dmesg
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/fileutils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/fsutils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/homedir
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/idtools
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/ioutils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/jsonmessage
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/longpath
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/loopback
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/namesgenerator
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/parsers
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/parsers/kernel
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/pidfile
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/platform
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/plugingetter
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/plugins
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/plugins/transport
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/pools
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/progress
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/pubsub
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/reexec
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/signal
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/stack
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/stdcopy
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/streamformatter
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/stringid
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/sysinfo
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/system
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/tailfile
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/tarsum
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/urlutil
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/pkg/useragent
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/plugin
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/plugin/executor/containerd
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/plugin/v2
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/profiles/apparmor
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/profiles/seccomp
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/quota
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/reference
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/registry
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/registry/resumable
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/restartmanager
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/rootless
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/rootless/specconv
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/runconfig
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/runconfig/opts
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/testutil
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/testutil/daemon
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/testutil/environment
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/testutil/fakecontext
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/testutil/fakegit
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/testutil/fakestorage
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/testutil/fixtures/load
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/testutil/fixtures/plugin
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/testutil/registry
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/testutil/request
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/volume
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/volume/drivers
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/volume/local
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/volume/mounts
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/volume/service
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/volume/service/opts
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/volume/testutils'
16:58:35 [2022-07-20T16:58:35.446Z] ++ grep --fixed-strings /libnetwork
16:58:35 [2022-07-20T16:58:35.446Z] ++ echo 'github.com/docker/docker/api
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/backend/build
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/httpstatus
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/httputils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/middleware
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/build
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/checkpoint
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/container
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/debug
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/distribution
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/grpc
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/image
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/network
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/plugin
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/session
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/swarm
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/system
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/server/router/volume
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/backend
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/blkiodev
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/container
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/events
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/filters
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/image
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/mount
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/network
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/plugins/logdriver
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/registry
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/strslice
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/swarm
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/swarm/runtime
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/time
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/versions
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/versions/v1p19
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/versions/v1p20
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/api/types/volume
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/builder-next
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/builder-next/exporter
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/builder-next/worker
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/dockerfile
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/remotecontext
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/remotecontext/git
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/builder/remotecontext/urlutil
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cli
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cli/config
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cli/debug
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cli/winresources/docker-proxy
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cli/winresources/dockerd
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/client
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cmd/docker-proxy
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cmd/dockerd
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cmd/dockerd/trap
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/container
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/container/stream
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/contrib/apparmor
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/contrib/docker-device-tool
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/contrib/httpserver
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster/convert
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster/executor
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster/executor/container
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/cluster/provider
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/config
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/containerd
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/events
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/events/testutils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/exec
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/aufs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/copy
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/overlay
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/register
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/vfs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/graphdriver/zfs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/images
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/initlayer
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/links
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/listeners
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/awslogs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/fluentd
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/gcplogs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/gelf
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/journald
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/local
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/logentries
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/loggertest
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/loggerutils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/splunk
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/syslog
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/logger/templates
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/names
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/network
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/daemon/stats
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/distribution
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/distribution/metadata
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/distribution/utils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/distribution/xfer
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/dockerversion
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/errdefs
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/image
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/image/cache
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/image/tarexport
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/image/v1
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/internal/test/suite
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/layer
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libcontainerd
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libcontainerd/queue
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libcontainerd/remote
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libcontainerd/supervisor
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libcontainerd/types
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/bitseq
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/cluster
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/config
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/datastore
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/diagnostic
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/discoverapi
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/driverapi
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/bridge
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/host
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/null
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/overlay
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/remote
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/windows
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/drvregistry
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/etchosts
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/idm
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/internal/caller
16:58:35 [2022-07-20T16:58:35.446Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipam
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipamapi
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/builtin
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/null
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/remote
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipamutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/iptables
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/netlabel
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/netutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/networkdb
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ns
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/options
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/osl
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/osl/kernel
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/portallocator
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/portmapper
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/resolvconf
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/testutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/types
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/oci
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/oci/caps
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/opts
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/aaparser
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/archive
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/authorization
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/broadcaster
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/capabilities
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/chrootarchive
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/containerfs
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/devicemapper
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/directory
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/dmesg
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/fileutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/fsutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/homedir
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/idtools
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/ioutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/jsonmessage
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/longpath
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/loopback
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/namesgenerator
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/parsers
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/parsers/kernel
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/pidfile
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/platform
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/plugingetter
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/plugins
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/plugins/transport
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/pools
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/progress
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/pubsub
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/reexec
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/signal
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/stack
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/stdcopy
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/streamformatter
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/stringid
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/sysinfo
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/system
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/tailfile
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/tarsum
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/urlutil
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/pkg/useragent
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/plugin
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/plugin/executor/containerd
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/plugin/v2
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/profiles/apparmor
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/profiles/seccomp
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/quota
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/reference
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/registry
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/registry/resumable
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/restartmanager
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/rootless
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/rootless/specconv
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/runconfig
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/runconfig/opts
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/testutil
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/testutil/daemon
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/testutil/environment
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/testutil/fakecontext
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/testutil/fakegit
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/testutil/fakestorage
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/testutil/fixtures/load
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/testutil/fixtures/plugin
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/testutil/registry
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/testutil/request
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/volume
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/volume/drivers
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/volume/local
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/volume/mounts
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/volume/service
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/volume/service/opts
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/volume/testutils'
16:58:35 [2022-07-20T16:58:35.447Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/bitseq
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cluster
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/config
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/datastore
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/diagnostic
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/discoverapi
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/driverapi
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/bridge
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/host
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/null
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/overlay
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/remote
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/windows
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drvregistry
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/etchosts
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/idm
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/internal/caller
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipam
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipamapi
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/builtin
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/null
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/remote
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipamutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/iptables
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/netlabel
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/netutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/networkdb
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ns
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/options
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/osl
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/osl/kernel
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/portallocator
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/portmapper
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/resolvconf
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/testutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/types'
16:58:35 [2022-07-20T16:58:35.447Z] + grep --fixed-strings libnetwork/drivers/bridge
16:58:35 [2022-07-20T16:58:35.447Z] + echo 'github.com/docker/docker/libnetwork
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/bitseq
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cluster
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/config
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/datastore
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/diagnostic
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/discoverapi
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/driverapi
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/bridge
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/host
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/null
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/overlay
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/remote
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/windows
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drvregistry
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/etchosts
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/idm
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/internal/caller
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipam
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipamapi
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/builtin
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/null
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/remote
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ipamutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/iptables
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/netlabel
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/netutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/networkdb
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/ns
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/options
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/osl
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/osl/kernel
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/portallocator
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/portmapper
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/resolvconf
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/testutils
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/types'
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/bridge
16:58:35 [2022-07-20T16:58:35.447Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:58:35 [2022-07-20T16:58:35.447Z] + type docker-proxy
16:58:35 [2022-07-20T16:58:35.447Z] hack/test/unit: line 25: type: docker-proxy: not found
16:58:35 [2022-07-20T16:58:35.447Z] + hack/make.sh binary-proxy install-proxy
16:58:35 [2022-07-20T16:58:35.447Z] 
16:58:35 [2022-07-20T16:58:35.447Z] Removing bundles/
16:58:35 [2022-07-20T16:58:35.447Z] 
16:58:35 [2022-07-20T16:58:35.447Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
16:58:35 [2022-07-20T16:58:35.447Z] Building: bundles/binary-proxy/docker-proxy
16:58:35 [2022-07-20T16:58:35.447Z] GOOS="" GOARCH="" GOARM=""
16:58:41 [2022-07-20T16:58:41.990Z] #20 31.44 Reading package lists...
16:58:41 [2022-07-20T16:58:41.990Z] #20 ...
16:58:41 [2022-07-20T16:58:41.990Z] 
16:58:41 [2022-07-20T16:58:41.990Z] #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
16:58:41 [2022-07-20T16:58:41.990Z] #69 sha256:590671de9d2336fb8db1eb9af9361e75bfe459bdeb19ab5114a81d5e3bbfd468
16:58:41 [2022-07-20T16:58:41.990Z] #69 31.04 Reading package lists...
16:58:42 [2022-07-20T16:58:42.018Z] Created binary: bundles/binary-proxy/docker-proxy
16:58:42 [2022-07-20T16:58:42.018Z] 
16:58:42 [2022-07-20T16:58:42.018Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
16:58:42 [2022-07-20T16:58:42.018Z] Installing docker-proxy to /usr/local/bin/
16:58:42 [2022-07-20T16:58:42.018Z] 
16:58:42 [2022-07-20T16:58:42.018Z] + mkdir -p bundles
16:58:42 [2022-07-20T16:58:42.018Z] + '[' -n 'github.com/docker/docker/api
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/backend/build
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/httpstatus
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/httputils
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/middleware
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/build
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/checkpoint
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/container
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/debug
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/distribution
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/grpc
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/image
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/network
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/plugin
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/session
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/swarm
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/system
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/server/router/volume
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/backend
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/blkiodev
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/container
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/events
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/filters
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/image
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/mount
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/network
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/plugins/logdriver
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/registry
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/strslice
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/swarm
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/swarm/runtime
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/time
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/versions
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/versions/v1p19
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/versions/v1p20
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/api/types/volume
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder/builder-next
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder/builder-next/exporter
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder/builder-next/worker
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder/dockerfile
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder/remotecontext
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder/remotecontext/git
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/builder/remotecontext/urlutil
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/cli
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/cli/config
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/cli/debug
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/cli/winresources/docker-proxy
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/cli/winresources/dockerd
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/client
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/cmd/docker-proxy
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/cmd/dockerd
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/cmd/dockerd/trap
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/container
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/container/stream
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/contrib/apparmor
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/contrib/docker-device-tool
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/contrib/httpserver
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/cluster
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/cluster/convert
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/cluster/executor
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/cluster/executor/container
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/cluster/provider
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/config
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/containerd
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/events
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/events/testutils
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/exec
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/aufs
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/copy
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/overlay
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/register
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/vfs
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/graphdriver/zfs
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/images
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/initlayer
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/links
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/listeners
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/awslogs
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/fluentd
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/gcplogs
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/gelf
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/journald
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/local
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/logentries
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/loggertest
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/loggerutils
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/splunk
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/syslog
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/logger/templates
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/names
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/network
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/daemon/stats
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/distribution
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/distribution/metadata
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/distribution/utils
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/distribution/xfer
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/dockerversion
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/errdefs
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/image
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/image/cache
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/image/tarexport
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/image/v1
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/internal/test/suite
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/layer
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/libcontainerd
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/libcontainerd/queue
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/libcontainerd/remote
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/libcontainerd/supervisor
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/libcontainerd/types
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/oci
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/oci/caps
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/opts
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/aaparser
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/archive
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/authorization
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/broadcaster
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/capabilities
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/chrootarchive
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/containerfs
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/devicemapper
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/directory
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/dmesg
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/fileutils
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/fsutils
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/homedir
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/idtools
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/ioutils
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/jsonmessage
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/longpath
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/loopback
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/namesgenerator
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/parsers
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/parsers/kernel
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/pidfile
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/platform
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/plugingetter
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/plugins
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/plugins/transport
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/pools
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/progress
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/pubsub
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/reexec
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/signal
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/stack
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/stdcopy
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/streamformatter
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/stringid
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/sysinfo
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/system
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/tailfile
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/tarsum
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/urlutil
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/pkg/useragent
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/plugin
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/plugin/executor/containerd
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/plugin/v2
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/profiles/apparmor
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/profiles/seccomp
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/quota
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/reference
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/registry
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/registry/resumable
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/restartmanager
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/rootless
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/rootless/specconv
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/runconfig
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/runconfig/opts
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/testutil
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/testutil/daemon
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/testutil/environment
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/testutil/fakecontext
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/testutil/fakegit
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/testutil/fakestorage
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/testutil/fixtures/load
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/testutil/fixtures/plugin
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/testutil/registry
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/testutil/request
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/volume
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/volume/drivers
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/volume/local
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/volume/mounts
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/volume/service
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/volume/service/opts
16:58:42 [2022-07-20T16:58:42.018Z] github.com/docker/docker/volume/testutils' ']'
16:58:42 [2022-07-20T16:58:42.019Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/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
16:58:42 [2022-07-20T16:58:42.019Z] ?   	github.com/docker/docker/api	[no test files]
16:58:43 [2022-07-20T16:58:43.891Z] #69 40.18 Building dependency tree...
16:58:44 [2022-07-20T16:58:44.454Z] #23 13.59 Collecting yamllint==1.26.1
16:58:44 [2022-07-20T16:58:44.455Z] #23 14.78   Downloading yamllint-1.26.1.tar.gz (126 kB)
16:58:45 [2022-07-20T16:58:45.794Z] #69 44.54 The following additional packages will be installed:
16:58:45 [2022-07-20T16:58:45.794Z] #69 44.55   libbtrfs0
16:58:45 [2022-07-20T16:58:45.827Z] #23 16.54 Collecting pathspec>=0.5.3
16:58:45 [2022-07-20T16:58:45.827Z] #23 16.56   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
16:58:46 [2022-07-20T16:58:46.052Z] #69 44.75 The following NEW packages will be installed:
16:58:46 [2022-07-20T16:58:46.053Z] #69 44.77   libbtrfs-dev libbtrfs0
16:58:46 [2022-07-20T16:58:46.395Z] #23 17.32 Collecting pyyaml
16:58:46 [2022-07-20T16:58:46.620Z] #69 45.30 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:58:46 [2022-07-20T16:58:46.620Z] #69 45.30 Need to get 460 kB of archives.
16:58:46 [2022-07-20T16:58:46.620Z] #69 45.30 After this operation, 1237 kB of additional disk space will be used.
16:58:46 [2022-07-20T16:58:46.620Z] #69 45.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:58:46 [2022-07-20T16:58:46.620Z] #69 45.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:58:46 [2022-07-20T16:58:46.653Z] #23 17.33   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)
16:58:46 [2022-07-20T16:58:46.653Z] #23 17.44 Building wheels for collected packages: yamllint
16:58:46 [2022-07-20T16:58:46.653Z] #23 17.44   Building wheel for yamllint (setup.py): started
16:58:47 [2022-07-20T16:58:47.186Z] #69 46.04 debconf: delaying package configuration, since apt-utils is not installed
16:58:47 [2022-07-20T16:58:47.444Z] #69 46.21 Fetched 460 kB in 0s (1391 kB/s)
16:58:47 [2022-07-20T16:58:47.444Z] #69 46.28 Selecting previously unselected package libbtrfs0:amd64.
16:58:47 [2022-07-20T16:58:47.703Z] #69 46.28 (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.)
16:58:47 [2022-07-20T16:58:47.703Z] #69 46.34 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
16:58:47 [2022-07-20T16:58:47.703Z] #69 46.35 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:58:47 [2022-07-20T16:58:47.703Z] #69 46.46 Selecting previously unselected package libbtrfs-dev:amd64.
16:58:47 [2022-07-20T16:58:47.703Z] #69 46.46 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
16:58:47 [2022-07-20T16:58:47.703Z] #69 46.47 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:58:47 [2022-07-20T16:58:47.962Z] #69 46.68 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:58:47 [2022-07-20T16:58:47.962Z] #69 46.71 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:58:47 [2022-07-20T16:58:47.962Z] #69 46.72 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:58:48 [2022-07-20T16:58:48.222Z] #69 DONE 47.1s
16:58:48 [2022-07-20T16:58:48.222Z] 
16:58:48 [2022-07-20T16:58:48.222Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
16:58:48 [2022-07-20T16:58:48.222Z] #70 sha256:7d478453f8eeab798323174a7b391b8d313dcbe02f297a6558eaabec2b0cc951
16:58:48 [2022-07-20T16:58:48.222Z] #70 DONE 0.1s
16:58:48 [2022-07-20T16:58:48.222Z] 
16:58:48 [2022-07-20T16:58:48.222Z] #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
16:58:48 [2022-07-20T16:58:48.222Z] #20 sha256:66d1cc59992e18b7d02555a2c415d42f39866a8ebe2091f2583b7e6c1e0393d3
16:58:48 [2022-07-20T16:58:48.222Z] #20 31.44 Reading package lists...
16:58:48 [2022-07-20T16:58:48.222Z] #20 40.78 Building dependency tree...
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.08 The following additional packages will be installed:
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.08   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.08   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.08   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.08   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.09   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.09   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.09   mingw-w64-common mingw-w64-x86-64-dev
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.13 Suggested packages:
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.13   gcc-10-locales seccomp wine64
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.77 The following NEW packages will be installed:
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.77   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.77   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.77   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.77   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.78   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.78   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.79   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.79   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
16:58:48 [2022-07-20T16:58:48.222Z] #20 45.79   mingw-w64-x86-64-dev
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.22 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.22 Need to get 115 MB of archives.
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.22 After this operation, 645 MB of additional disk space will be used.
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.22 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]
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.27 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]
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.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]
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.31 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.54 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]
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.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]
16:58:48 [2022-07-20T16:58:48.222Z] #20 46.78 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]
16:58:48 [2022-07-20T16:58:48.554Z] #23 19.33   Building wheel for yamllint (setup.py): finished with status 'done'
16:58:48 [2022-07-20T16:58:48.554Z] #23 19.33   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c15d543a6810e5213593103bdf1dae3376dfc3b605111d04f64ac3acc46e16d2
16:58:48 [2022-07-20T16:58:48.554Z] #23 19.33   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
16:58:48 [2022-07-20T16:58:48.554Z] #23 19.34 Successfully built yamllint
16:58:48 [2022-07-20T16:58:48.554Z] #23 19.38 Installing collected packages: pyyaml, pathspec, yamllint
16:58:48 [2022-07-20T16:58:48.790Z] #20 47.32 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]
16:58:48 [2022-07-20T16:58:48.790Z] #20 47.60 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]
16:58:49 [2022-07-20T16:58:49.049Z] #20 ...
16:58:49 [2022-07-20T16:58:49.049Z] 
16:58:49 [2022-07-20T16:58:49.049Z] #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
16:58:49 [2022-07-20T16:58:49.049Z] #74 sha256:1986846f709adf8146368b618a0d7689c846c4fd7c575d1a95638aee57fa41d0
16:58:49 [2022-07-20T16:58:49.049Z] #74 47.61 + for f in rootlesskit rootlesskit-docker-proxy
16:58:49 [2022-07-20T16:58:49.049Z] #74 47.61 + GOBIN=/build
16:58:49 [2022-07-20T16:58:49.049Z] #74 47.61 + GO111MODULE=on
16:58:49 [2022-07-20T16:58:49.049Z] #74 47.61 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
16:58:49 [2022-07-20T16:58:49.484Z] #23 20.17 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
16:58:50 [2022-07-20T16:58:50.048Z] #23 DONE 21.0s
16:58:50 [2022-07-20T16:58:50.048Z] 
16:58:50 [2022-07-20T16:58:50.048Z] #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
16:58:50 [2022-07-20T16:58:50.048Z] #64 sha256:8d5e8de6f6759edd078a3da3a0613589c30a893e676f9a7d6e753db1d9b65b5c
16:58:50 [2022-07-20T16:58:50.305Z] #64 ...
16:58:50 [2022-07-20T16:58:50.305Z] 
16:58:50 [2022-07-20T16:58:50.305Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
16:58:50 [2022-07-20T16:58:50.305Z] #27 sha256:562a31f40799395c49325fdc15c9dd041b458723b022b8f80250598d1cd40dfd
16:58:50 [2022-07-20T16:58:50.563Z] #27 DONE 0.6s
16:58:50 [2022-07-20T16:58:50.563Z] 
16:58:50 [2022-07-20T16:58:50.563Z] #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
16:58:50 [2022-07-20T16:58:50.563Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:58:50 [2022-07-20T16:58:50.696Z] #55 ...
16:58:50 [2022-07-20T16:58:50.697Z] 
16:58:50 [2022-07-20T16:58:50.697Z] #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
16:58:50 [2022-07-20T16:58:50.697Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:58:50 [2022-07-20T16:58:50.697Z] #77 280.9   CCLD     libocispec.la
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.3   CCLD     src/validate
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.3   CCLD     tests/test-1
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.3   CCLD     tests/test-2
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.3   CCLD     tests/test-3
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.3   CCLD     tests/test-4
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.4   CCLD     tests/test-5
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.4   CCLD     tests/test-6
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.4   CCLD     tests/test-7
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.5   CCLD     tests/test-8
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.5   CCLD     tests/test-9
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.7 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.8   CCLD     tests/test-10
16:58:50 [2022-07-20T16:58:50.697Z] #77 281.8   CCLD     tests/test-11
16:58:50 [2022-07-20T16:58:50.697Z] #77 283.4 libtool: link: ar cr libocispec.a 
16:58:50 [2022-07-20T16:58:50.820Z] #77 ...
16:58:50 [2022-07-20T16:58:50.820Z] 
16:58:50 [2022-07-20T16:58:50.820Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
16:58:50 [2022-07-20T16:58:50.820Z] #32 sha256:effc7dad788e70f8bfb9c558b2ecf05791cdda30caceb2c5d6bd0969f9e2ae0a
16:58:50 [2022-07-20T16:58:50.820Z] #32 DONE 0.3s
16:58:50 [2022-07-20T16:58:50.820Z] 
16:58:50 [2022-07-20T16:58:50.820Z] #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
16:58:50 [2022-07-20T16:58:50.820Z] #64 sha256:8d5e8de6f6759edd078a3da3a0613589c30a893e676f9a7d6e753db1d9b65b5c
16:58:50 [2022-07-20T16:58:50.956Z] #77 283.5 libtool: link: ranlib libocispec.a
16:58:51 [2022-07-20T16:58:51.077Z] #64 ...
16:58:51 [2022-07-20T16:58:51.078Z] 
16:58:51 [2022-07-20T16:58:51.078Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
16:58:51 [2022-07-20T16:58:51.078Z] #35 sha256:7f5b7001868a64abcfb73abf8ce7d544f886177d3b19c08c8ea77d15110324eb
16:58:51 [2022-07-20T16:58:51.078Z] #35 DONE 0.1s
16:58:51 [2022-07-20T16:58:51.078Z] 
16:58:51 [2022-07-20T16:58:51.078Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
16:58:51 [2022-07-20T16:58:51.078Z] #37 sha256:289882f60f4831c4a72f111194d3f831c99ed1c56b9392290ebea01e5a5bdf54
16:58:51 [2022-07-20T16:58:51.078Z] #37 DONE 0.1s
16:58:51 [2022-07-20T16:58:51.078Z] 
16:58:51 [2022-07-20T16:58:51.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
16:58:51 [2022-07-20T16:58:51.078Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:58:51 [2022-07-20T16:58:51.334Z] #77 ...
16:58:51 [2022-07-20T16:58:51.334Z] 
16:58:51 [2022-07-20T16:58:51.334Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
16:58:51 [2022-07-20T16:58:51.334Z] #39 sha256:b8f56a3c7f0331a88b091dbf258a4feefbb40ddd887b0d666a3aaf95eebba201
16:58:51 [2022-07-20T16:58:51.334Z] #39 DONE 0.1s
16:58:51 [2022-07-20T16:58:51.334Z] 
16:58:51 [2022-07-20T16:58:51.334Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
16:58:51 [2022-07-20T16:58:51.334Z] #41 sha256:5631aa80d12d7280db9de1b8cdd1b618a5c66a1b529af0be4afd8e054d9621f3
16:58:51 [2022-07-20T16:58:51.334Z] #41 DONE 0.1s
16:58:51 [2022-07-20T16:58:51.334Z] 
16:58:51 [2022-07-20T16:58:51.334Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
16:58:51 [2022-07-20T16:58:51.334Z] #45 sha256:be42d0800f91744b15dea1e50c6fda1d236c745c00ed9975343f52180b8e0ece
16:58:51 [2022-07-20T16:58:51.334Z] #45 DONE 0.0s
16:58:51 [2022-07-20T16:58:51.334Z] 
16:58:51 [2022-07-20T16:58:51.334Z] #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
16:58:51 [2022-07-20T16:58:51.334Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:58:52 [2022-07-20T16:58:52.338Z] #74 ...
16:58:52 [2022-07-20T16:58:52.338Z] 
16:58:52 [2022-07-20T16:58:52.338Z] #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
16:58:52 [2022-07-20T16:58:52.338Z] #49 sha256:04215169a1208fca40eaec12f9fd4d3c6d64540440c695d9aef63e37c4914ff2
16:58:52 [2022-07-20T16:58:52.338Z] #49 31.64 Reading package lists...
16:58:52 [2022-07-20T16:58:52.338Z] #49 40.71 Building dependency tree...
16:58:52 [2022-07-20T16:58:52.338Z] #49 45.04 The following additional packages will be installed:
16:58:52 [2022-07-20T16:58:52.338Z] #49 45.06   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
16:58:52 [2022-07-20T16:58:52.338Z] #49 45.09 Suggested packages:
16:58:52 [2022-07-20T16:58:52.338Z] #49 45.09   cmake-doc ninja-build lrzip
16:58:52 [2022-07-20T16:58:52.338Z] #49 45.09 Recommended packages:
16:58:52 [2022-07-20T16:58:52.338Z] #49 45.09   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:58:52 [2022-07-20T16:58:52.338Z] #49 45.75 The following NEW packages will be installed:
16:58:52 [2022-07-20T16:58:52.338Z] #49 45.77   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
16:58:52 [2022-07-20T16:58:52.338Z] #49 46.26 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
16:58:52 [2022-07-20T16:58:52.338Z] #49 46.26 Need to get 8418 kB of archives.
16:58:52 [2022-07-20T16:58:52.338Z] #49 46.26 After this operation, 34.9 MB of additional disk space will be used.
16:58:52 [2022-07-20T16:58:52.338Z] #49 46.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #49 46.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #49 46.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #49 46.33 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #49 46.34 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #49 46.34 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #49 46.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #49 46.35 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #49 47.28 debconf: delaying package configuration, since apt-utils is not installed
16:58:52 [2022-07-20T16:58:52.338Z] #49 47.63 Fetched 8418 kB in 1s (15.7 MB/s)
16:58:52 [2022-07-20T16:58:52.338Z] #49 47.71 Selecting previously unselected package xxd.
16:58:52 [2022-07-20T16:58:52.338Z] #49 47.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30255 files and directories currently installed.)
16:58:52 [2022-07-20T16:58:52.338Z] #49 47.74 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 47.76 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 47.90 Selecting previously unselected package vim-common.
16:58:52 [2022-07-20T16:58:52.338Z] #49 47.90 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 47.92 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 48.03 Selecting previously unselected package cmake-data.
16:58:52 [2022-07-20T16:58:52.338Z] #49 48.05 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 48.07 Unpacking cmake-data (3.18.4-2+deb11u1) ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 48.98 Selecting previously unselected package libarchive13:amd64.
16:58:52 [2022-07-20T16:58:52.338Z] #49 48.99 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.00 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.15 Selecting previously unselected package libjsoncpp24:amd64.
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.15 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.16 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.22 Selecting previously unselected package librhash0:amd64.
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.22 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.23 Unpacking librhash0:amd64 (1.4.1-2) ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.33 Selecting previously unselected package libuv1:amd64.
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.33 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.33 Unpacking libuv1:amd64 (1.40.0-2) ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.40 Selecting previously unselected package cmake.
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.40 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 49.40 Unpacking cmake (3.18.4-2+deb11u1) ...
16:58:52 [2022-07-20T16:58:52.338Z] #49 ...
16:58:52 [2022-07-20T16:58:52.338Z] 
16:58:52 [2022-07-20T16:58:52.338Z] #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
16:58:52 [2022-07-20T16:58:52.338Z] #20 sha256:66d1cc59992e18b7d02555a2c415d42f39866a8ebe2091f2583b7e6c1e0393d3
16:58:52 [2022-07-20T16:58:52.338Z] #20 47.87 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]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.24 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]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.43 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]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.43 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.44 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.44 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.45 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]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.45 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.45 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.46 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.46 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.46 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.51 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.53 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.54 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.54 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 48.54 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
16:58:52 [2022-07-20T16:58:52.338Z] #20 49.32 debconf: delaying package configuration, since apt-utils is not installed
16:58:52 [2022-07-20T16:58:52.338Z] #20 49.61 Fetched 115 MB in 3s (43.8 MB/s)
16:58:52 [2022-07-20T16:58:52.338Z] #20 49.66 Selecting previously unselected package binutils-mingw-w64-i686.
16:58:52 [2022-07-20T16:58:52.338Z] #20 49.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30255 files and directories currently installed.)
16:58:52 [2022-07-20T16:58:52.338Z] #20 49.71 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
16:58:52 [2022-07-20T16:58:52.338Z] #20 49.72 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:58:52 [2022-07-20T16:58:52.338Z] #20 50.54 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:58:52 [2022-07-20T16:58:52.338Z] #20 50.54 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
16:58:52 [2022-07-20T16:58:52.338Z] #20 50.55 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:58:52 [2022-07-20T16:58:52.601Z] #20 ...
16:58:52 [2022-07-20T16:58:52.601Z] 
16:58:52 [2022-07-20T16:58:52.601Z] #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
16:58:52 [2022-07-20T16:58:52.601Z] #74 sha256:1986846f709adf8146368b618a0d7689c846c4fd7c575d1a95638aee57fa41d0
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87 rootlesskit version 1.0.0
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87 Usage of /build/rootlesskit-docker-proxy:
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87   -container-ip string
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87     	container ip
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87   -container-port int
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87     	container port (default -1)
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87   -host-ip string
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87     	host ip
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87   -host-port int
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87     	host port (default -1)
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87   -proto string
16:58:52 [2022-07-20T16:58:52.601Z] #74 50.87     	proxy protocol (default "tcp")
16:58:52 [2022-07-20T16:58:52.601Z] #74 DONE 51.2s
16:58:52 [2022-07-20T16:58:52.601Z] 
16:58:52 [2022-07-20T16:58:52.601Z] #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
16:58:52 [2022-07-20T16:58:52.601Z] #49 sha256:04215169a1208fca40eaec12f9fd4d3c6d64540440c695d9aef63e37c4914ff2
16:58:52 [2022-07-20T16:58:52.601Z] #49 50.97 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
16:58:52 [2022-07-20T16:58:52.601Z] #49 51.00 Setting up xxd (2:8.2.2434-3+deb11u1) ...
16:58:52 [2022-07-20T16:58:52.601Z] #49 51.01 Setting up libuv1:amd64 (1.40.0-2) ...
16:58:52 [2022-07-20T16:58:52.601Z] #49 51.02 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
16:58:52 [2022-07-20T16:58:52.601Z] #49 51.04 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:58:52 [2022-07-20T16:58:52.601Z] #49 51.06 Setting up librhash0:amd64 (1.4.1-2) ...
16:58:52 [2022-07-20T16:58:52.601Z] #49 51.07 Setting up cmake-data (3.18.4-2+deb11u1) ...
16:58:52 [2022-07-20T16:58:52.601Z] #49 51.09 Setting up cmake (3.18.4-2+deb11u1) ...
16:58:52 [2022-07-20T16:58:52.601Z] #49 51.10 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:58:52 [2022-07-20T16:58:52.601Z] #49 DONE 51.4s
16:58:52 [2022-07-20T16:58:52.863Z] 
16:58:52 [2022-07-20T16:58:52.863Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
16:58:52 [2022-07-20T16:58:52.863Z] #75 sha256:4b7e722aef67a62f14a4dbffc5ce85bcd3eb70cedde1daa7ab32f2e813fbfa7d
16:58:52 [2022-07-20T16:58:52.863Z] #75 DONE 0.1s
16:58:52 [2022-07-20T16:58:52.863Z] 
16:58:52 [2022-07-20T16:58:52.863Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
16:58:52 [2022-07-20T16:58:52.863Z] #50 sha256:9bee4e3500199570b3314cd2a2b15b0b85f5e694064801efa2a445d76b3f8e72
16:58:52 [2022-07-20T16:58:52.863Z] #50 DONE 0.2s
16:58:52 [2022-07-20T16:58:52.863Z] 
16:58:52 [2022-07-20T16:58:52.863Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:58:52 [2022-07-20T16:58:52.863Z] #76 sha256:e669c5dd44cfdbb3211800149437a12969918556074d39250d9d0c822097d38f
16:58:52 [2022-07-20T16:58:52.863Z] #76 DONE 0.1s
16:58:52 [2022-07-20T16:58:52.863Z] 
16:58:52 [2022-07-20T16:58:52.863Z] #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
16:58:52 [2022-07-20T16:58:52.863Z] #20 sha256:66d1cc59992e18b7d02555a2c415d42f39866a8ebe2091f2583b7e6c1e0393d3
16:58:52 [2022-07-20T16:58:52.863Z] #20 51.68 Selecting previously unselected package binutils-mingw-w64.
16:58:52 [2022-07-20T16:58:52.863Z] #20 51.70 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
16:58:52 [2022-07-20T16:58:52.863Z] #20 51.70 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.3 make[5]: Entering directory '/tmp/crun-build/libocispec'
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.3 make[5]: Nothing to be done for 'install-exec-am'.
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.3 make[5]: Nothing to be done for 'install-data-am'.
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.3 make[5]: Leaving directory '/tmp/crun-build/libocispec'
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.3 make[4]: Leaving directory '/tmp/crun-build/libocispec'
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.3 make[3]: Leaving directory '/tmp/crun-build/libocispec'
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.3 make[2]: Leaving directory '/tmp/crun-build/libocispec'
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.3 make[2]: Entering directory '/tmp/crun-build'
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.5   CC       src/libcrun/libcrun_testing_a-utils.o
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.5   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.5   CC       src/libcrun/libcrun_testing_a-container.o
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.5   CC       src/libcrun/libcrun_testing_a-cgroup.o
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.5   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.5   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
16:58:52 [2022-07-20T16:58:52.866Z] #77 285.5   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
16:58:53 [2022-07-20T16:58:53.123Z] #20 51.78 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:58:53 [2022-07-20T16:58:53.123Z] #20 51.78 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:58:53 [2022-07-20T16:58:53.123Z] #20 51.81 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:58:53 [2022-07-20T16:58:53.123Z] #20 51.92 Selecting previously unselected package dmsetup.
16:58:53 [2022-07-20T16:58:53.123Z] #20 51.92 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
16:58:53 [2022-07-20T16:58:53.123Z] #20 51.93 Unpacking dmsetup (2:1.02.175-2.1) ...
16:58:53 [2022-07-20T16:58:53.126Z] #77 285.6   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
16:58:53 [2022-07-20T16:58:53.126Z] #77 285.6   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
16:58:53 [2022-07-20T16:58:53.126Z] #77 285.6   CC       src/libcrun/libcrun_testing_a-criu.o
16:58:53 [2022-07-20T16:58:53.126Z] #77 285.6   CC       src/libcrun/libcrun_testing_a-custom-handler.o
16:58:53 [2022-07-20T16:58:53.126Z] #77 285.6   CC       src/libcrun/libcrun_testing_a-linux.o
16:58:53 [2022-07-20T16:58:53.126Z] #77 285.8   CC       src/libcrun/libcrun_testing_a-seccomp.o
16:58:53 [2022-07-20T16:58:53.383Z] #20 52.06 Selecting previously unselected package mingw-w64-common.
16:58:53 [2022-07-20T16:58:53.383Z] #20 52.07 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
16:58:53 [2022-07-20T16:58:53.383Z] #20 52.08 Unpacking mingw-w64-common (8.0.0-1) ...
16:58:53 [2022-07-20T16:58:53.385Z] #77 285.8   CC       src/libcrun/libcrun_testing_a-ebpf.o
16:58:53 [2022-07-20T16:58:53.385Z] #77 285.9   CC       src/libcrun/libcrun_testing_a-error.o
16:58:53 [2022-07-20T16:58:53.385Z] #77 285.9   CC       src/libcrun/libcrun_testing_a-status.o
16:58:53 [2022-07-20T16:58:53.385Z] #77 285.9   CC       src/libcrun/libcrun_testing_a-terminal.o
16:58:53 [2022-07-20T16:58:53.385Z] #77 285.9   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
16:58:53 [2022-07-20T16:58:53.385Z] #77 285.9   CC       src/libcrun/libcrun_testing_a-signals.o
16:58:53 [2022-07-20T16:58:53.385Z] #77 286.0   CC       src/libcrun/libcrun_testing_a-mount_flags.o
16:58:53 [2022-07-20T16:58:53.385Z] #77 286.0   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
16:58:53 [2022-07-20T16:58:53.645Z] #77 286.0   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
16:58:53 [2022-07-20T16:58:53.645Z] #77 286.1   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
16:58:53 [2022-07-20T16:58:53.645Z] #77 286.1   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
16:58:53 [2022-07-20T16:58:53.645Z] #77 286.2   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
16:58:53 [2022-07-20T16:58:53.645Z] #77 286.2   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
16:58:53 [2022-07-20T16:58:53.645Z] #77 286.3   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
16:58:53 [2022-07-20T16:58:53.905Z] #77 286.4   CC       src/crun-run.o
16:58:53 [2022-07-20T16:58:53.905Z] #77 286.5   CC       src/crun-delete.o
16:58:53 [2022-07-20T16:58:53.905Z] #77 286.5   CC       src/crun-crun.o
16:58:53 [2022-07-20T16:58:53.905Z] #77 286.5   CC       src/crun-kill.o
16:58:54 [2022-07-20T16:58:54.165Z] #77 286.6   CC       src/crun-pause.o
16:58:54 [2022-07-20T16:58:54.165Z] #77 286.6   CC       src/crun-unpause.o
16:58:54 [2022-07-20T16:58:54.165Z] #77 286.7   CC       src/crun-exec.o
16:58:54 [2022-07-20T16:58:54.165Z] #77 286.8   CC       src/crun-spec.o
16:58:54 [2022-07-20T16:58:54.165Z] #77 286.8   CC       src/crun-list.o
16:58:54 [2022-07-20T16:58:54.425Z] #77 286.9   CC       src/crun-create.o
16:58:54 [2022-07-20T16:58:54.425Z] #77 286.9   CC       src/crun-state.o
16:58:54 [2022-07-20T16:58:54.425Z] #77 ...
16:58:54 [2022-07-20T16:58:54.425Z] 
16:58:54 [2022-07-20T16:58:54.425Z] #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
16:58:54 [2022-07-20T16:58:54.425Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:58:54 [2022-07-20T16:58:54.425Z] #47 362.8 + dpkg --print-architecture
16:58:54 [2022-07-20T16:58:54.425Z] #47 362.8 + git checkout -q v2.1.0
16:58:54 [2022-07-20T16:58:54.686Z] #47 362.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:58:54 [2022-07-20T16:58:54.686Z] #47 362.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
16:58:55 [2022-07-20T16:58:55.917Z] #20 54.24 Selecting previously unselected package mingw-w64-x86-64-dev.
16:58:55 [2022-07-20T16:58:55.917Z] #20 54.24 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
16:58:55 [2022-07-20T16:58:55.917Z] #20 54.25 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
16:58:56 [2022-07-20T16:58:56.485Z] #20 ...
16:58:56 [2022-07-20T16:58:56.485Z] 
16:58:56 [2022-07-20T16:58:56.485Z] #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
16:58:56 [2022-07-20T16:58:56.485Z] #51 sha256:5c3ece9c0176add7295ec9bd38ea9d3bc5ed387a13ba033cc92f1f3b4fcb3690
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.100 + RM_GOPATH=0
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.100 + TMP_GOPATH=
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.100 + : /build
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.100 + '[' -z '' ']'
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.102 ++ mktemp -d
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.105 + export GOPATH=/tmp/tmp.X38ja5QpkU
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.105 + GOPATH=/tmp/tmp.X38ja5QpkU
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.105 + RM_GOPATH=1
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.105 + case "$(go env GOARCH)" in
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.105 ++ go env GOARCH
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.113 + export GO_BUILDMODE=-buildmode=pie
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.113 + GO_BUILDMODE=-buildmode=pie
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.113 ++ dirname /install.sh
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.114 + dir=/
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.114 + bin=tini
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.114 + shift
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.114 + '[' '!' -f //tini.installer ']'
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.114 + . //tini.installer
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.114 ++ : v0.19.0
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.115 + install_tini
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.115 + echo 'Install tini version v0.19.0'
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.115 + git clone https://github.com/krallin/tini.git /tmp/tmp.X38ja5QpkU/tini
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.115 Install tini version v0.19.0
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.116 Cloning into '/tmp/tmp.X38ja5QpkU/tini'...
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.869 + cd /tmp/tmp.X38ja5QpkU/tini
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.870 + git checkout -q v0.19.0
16:58:56 [2022-07-20T16:58:56.485Z] #51 1.876 + cmake .
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.072 -- The C compiler identification is GNU 10.2.1
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.122 -- Detecting C compiler ABI info
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.368 -- Detecting C compiler ABI info - done
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.397 -- Check for working C compiler: /usr/bin/cc - skipped
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.398 -- Detecting C compile features
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.399 -- Detecting C compile features - done
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.409 -- Performing Test HAS_BUILTIN_FORTIFY
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.446 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.475 -- Configuring done
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.484 -- Generating done
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.489 -- Build files have been written to: /tmp/tmp.X38ja5QpkU/tini
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.493 + make tini-static
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.581 Scanning dependencies of target tini-static
16:58:56 [2022-07-20T16:58:56.485Z] #51 2.601 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:58:56 [2022-07-20T16:58:56.485Z] #51 3.022 [100%] Linking C executable tini-static
16:58:56 [2022-07-20T16:58:56.485Z] #51 3.225 [100%] Built target tini-static
16:58:56 [2022-07-20T16:58:56.485Z] #51 3.247 + mkdir -p /build
16:58:56 [2022-07-20T16:58:56.485Z] #51 3.251 + cp tini-static /build/docker-init
16:58:56 [2022-07-20T16:58:56.485Z] #51 DONE 3.4s
16:58:56 [2022-07-20T16:58:56.485Z] 
16:58:56 [2022-07-20T16:58:56.485Z] #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
16:58:56 [2022-07-20T16:58:56.485Z] #71 sha256:19604a01ac73f463eab79a3186ce39f2577ca7851bdc7dc3143c2737031add9d
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.813 + RM_GOPATH=0
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.814 + TMP_GOPATH=
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.814 + : /build
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.814 + '[' -z '' ']'
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.815 ++ mktemp -d
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.818 + export GOPATH=/tmp/tmp.z8AVlvXQMO
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.818 + GOPATH=/tmp/tmp.z8AVlvXQMO
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.818 + RM_GOPATH=1
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.818 + case "$(go env GOARCH)" in
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.818 ++ go env GOARCH
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.837 + export GO_BUILDMODE=-buildmode=pie
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.837 + GO_BUILDMODE=-buildmode=pie
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.837 ++ dirname /install.sh
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.838 + dir=/
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.838 + bin=containerd
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.838 + shift
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.838 + '[' '!' -f //containerd.installer ']'
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.838 + . //containerd.installer
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.838 ++ set -e
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.839 ++ : v1.6.6
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.839 + install_containerd
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.839 + echo 'Install containerd version v1.6.6'
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.839 Install containerd version v1.6.6
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.840 + git clone https://github.com/containerd/containerd.git /tmp/tmp.z8AVlvXQMO/src/github.com/containerd/containerd
16:58:56 [2022-07-20T16:58:56.485Z] #71 0.847 Cloning into '/tmp/tmp.z8AVlvXQMO/src/github.com/containerd/containerd'...
16:58:56 [2022-07-20T16:58:56.907Z] ok  	github.com/docker/docker/api/server	0.011s	coverage: 7.9% of statements
16:58:57 [2022-07-20T16:58:57.861Z] #71 ...
16:58:57 [2022-07-20T16:58:57.861Z] 
16:58:57 [2022-07-20T16:58:57.861Z] #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
16:58:57 [2022-07-20T16:58:57.861Z] #20 sha256:66d1cc59992e18b7d02555a2c415d42f39866a8ebe2091f2583b7e6c1e0393d3
16:58:57 [2022-07-20T16:58:57.861Z] #20 56.40 Selecting previously unselected package gcc-mingw-w64-base.
16:58:57 [2022-07-20T16:58:57.861Z] #20 56.40 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
16:58:57 [2022-07-20T16:58:57.861Z] #20 56.41 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:58:57 [2022-07-20T16:58:57.861Z] #20 56.55 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
16:58:57 [2022-07-20T16:58:57.861Z] #20 56.55 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
16:58:57 [2022-07-20T16:58:57.861Z] #20 56.56 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:59:00 [2022-07-20T16:59:00.027Z] #20 58.59 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
16:59:00 [2022-07-20T16:59:00.027Z] #20 58.60 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:59:00 [2022-07-20T16:59:00.027Z] #20 58.61 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:59:02 [2022-07-20T16:59:02.815Z] #47 ...
16:59:02 [2022-07-20T16:59:02.815Z] 
16:59:02 [2022-07-20T16:59:02.815Z] #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
16:59:02 [2022-07-20T16:59:02.815Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.0   CC       src/crun-update.o
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.0   CC       src/crun-start.o
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.2   CC       src/crun-ps.o
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.2   CC       src/crun-checkpoint.o
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.2   CC       src/crun-restore.o
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.3   CC       src/libcrun/libcrun_la-utils.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.4   CC       src/libcrun/libcrun_la-cloned_binary.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.5   CC       src/libcrun/libcrun_la-container.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.6   CC       src/libcrun/libcrun_la-cgroup.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.7   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.8   CC       src/libcrun/libcrun_la-cgroup-resources.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 287.9   CC       src/libcrun/libcrun_la-cgroup-setup.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.0   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.0   CC       src/libcrun/libcrun_la-cgroup-utils.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.3   CC       src/libcrun/libcrun_la-linux.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.3   CC       src/libcrun/libcrun_la-seccomp.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.4   CC       src/libcrun/libcrun_la-criu.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.4   CC       src/libcrun/libcrun_la-custom-handler.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.5   CC       src/libcrun/libcrun_la-ebpf.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.6   CC       src/libcrun/libcrun_la-status.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.6   CC       src/libcrun/libcrun_la-error.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.7   CC       src/libcrun/libcrun_la-terminal.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.9   CC       src/libcrun/libcrun_la-chroot_realpath.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 288.9   CC       src/libcrun/libcrun_la-signals.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 289.1   CC       src/libcrun/libcrun_la-mount_flags.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 289.3   CC       src/libcrun/libcrun_la-seccomp_notify.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 289.4   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 289.5   CC       src/libcrun/handlers/libcrun_la-krun.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 289.6   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 289.7   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
16:59:02 [2022-07-20T16:59:02.815Z] #77 289.8   CC       tests/init.o
16:59:02 [2022-07-20T16:59:02.815Z] #77 289.8   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
16:59:03 [2022-07-20T16:59:03.313Z] #20 ...
16:59:03 [2022-07-20T16:59:03.313Z] 
16:59:03 [2022-07-20T16:59:03.313Z] #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
16:59:03 [2022-07-20T16:59:03.313Z] #71 sha256:19604a01ac73f463eab79a3186ce39f2577ca7851bdc7dc3143c2737031add9d
16:59:03 [2022-07-20T16:59:03.313Z] #71 14.84 + cd /tmp/tmp.z8AVlvXQMO/src/github.com/containerd/containerd
16:59:03 [2022-07-20T16:59:03.313Z] #71 14.84 + git checkout -q v1.6.6
16:59:03 [2022-07-20T16:59:03.572Z] #71 15.22 + export 'BUILDTAGS=netgo osusergo static_build'
16:59:03 [2022-07-20T16:59:03.572Z] #71 15.22 + BUILDTAGS='netgo osusergo static_build'
16:59:03 [2022-07-20T16:59:03.572Z] #71 15.22 + export EXTRA_FLAGS=-buildmode=pie
16:59:03 [2022-07-20T16:59:03.572Z] #71 15.22 + EXTRA_FLAGS=-buildmode=pie
16:59:03 [2022-07-20T16:59:03.572Z] #71 15.22 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:59:03 [2022-07-20T16:59:03.572Z] #71 15.22 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:59:03 [2022-07-20T16:59:03.572Z] #71 15.22 + '[' '' = dynamic ']'
16:59:03 [2022-07-20T16:59:03.572Z] #71 15.22 + make
16:59:04 [2022-07-20T16:59:04.508Z] #71 16.15 + bin/ctr
16:59:11 [2022-07-20T16:59:11.069Z] #71 ...
16:59:11 [2022-07-20T16:59:11.069Z] 
16:59:11 [2022-07-20T16:59:11.069Z] #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
16:59:11 [2022-07-20T16:59:11.069Z] #20 sha256:66d1cc59992e18b7d02555a2c415d42f39866a8ebe2091f2583b7e6c1e0393d3
16:59:11 [2022-07-20T16:59:11.069Z] #20 62.37 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
16:59:11 [2022-07-20T16:59:11.069Z] #20 62.37 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:59:11 [2022-07-20T16:59:11.069Z] #20 62.38 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:59:11 [2022-07-20T16:59:11.069Z] #20 63.99 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
16:59:11 [2022-07-20T16:59:11.069Z] #20 64.00 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
16:59:11 [2022-07-20T16:59:11.069Z] #20 64.00 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:59:11 [2022-07-20T16:59:11.069Z] #20 65.81 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
16:59:11 [2022-07-20T16:59:11.069Z] #20 65.82 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:59:11 [2022-07-20T16:59:11.069Z] #20 65.83 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:59:11 [2022-07-20T16:59:11.069Z] #20 69.81 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
16:59:11 [2022-07-20T16:59:11.069Z] #20 69.82 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:59:11 [2022-07-20T16:59:11.069Z] #20 69.83 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:59:12 [2022-07-20T16:59:12.972Z] #20 71.55 Selecting previously unselected package g++-mingw-w64-x86-64.
16:59:12 [2022-07-20T16:59:12.972Z] #20 71.56 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
16:59:12 [2022-07-20T16:59:12.972Z] #20 71.57 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:59:12 [2022-07-20T16:59:12.972Z] #20 71.64 Selecting previously unselected package libapparmor1:amd64.
16:59:12 [2022-07-20T16:59:12.972Z] #20 71.65 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
16:59:12 [2022-07-20T16:59:12.972Z] #20 71.65 Unpacking libapparmor1:amd64 (2.13.6-10) ...
16:59:12 [2022-07-20T16:59:12.972Z] #20 71.70 Selecting previously unselected package libapparmor-dev:amd64.
16:59:12 [2022-07-20T16:59:12.972Z] #20 71.71 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
16:59:12 [2022-07-20T16:59:12.972Z] #20 71.71 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
16:59:12 [2022-07-20T16:59:12.972Z] #20 71.78 Selecting previously unselected package libbtrfs0:amd64.
16:59:13 [2022-07-20T16:59:13.231Z] #20 71.78 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
16:59:13 [2022-07-20T16:59:13.231Z] #20 71.79 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:59:13 [2022-07-20T16:59:13.231Z] #20 71.85 Selecting previously unselected package libbtrfs-dev:amd64.
16:59:13 [2022-07-20T16:59:13.231Z] #20 71.85 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
16:59:13 [2022-07-20T16:59:13.231Z] #20 71.86 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:59:13 [2022-07-20T16:59:13.231Z] #20 71.95 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:59:13 [2022-07-20T16:59:13.231Z] #20 71.95 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:59:13 [2022-07-20T16:59:13.231Z] #20 71.96 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:59:13 [2022-07-20T16:59:13.231Z] #20 72.00 Selecting previously unselected package libudev-dev:amd64.
16:59:13 [2022-07-20T16:59:13.231Z] #20 72.01 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
16:59:13 [2022-07-20T16:59:13.231Z] #20 72.01 Unpacking libudev-dev:amd64 (247.3-7) ...
16:59:13 [2022-07-20T16:59:13.231Z] #20 72.07 Selecting previously unselected package libsepol1-dev:amd64.
16:59:13 [2022-07-20T16:59:13.241Z] #77 282.4   CCLD     libocispec.la
16:59:13 [2022-07-20T16:59:13.241Z] #77 282.9   CCLD     src/validate
16:59:13 [2022-07-20T16:59:13.241Z] #77 282.9   CCLD     tests/test-1
16:59:13 [2022-07-20T16:59:13.241Z] #77 282.9   CCLD     tests/test-2
16:59:13 [2022-07-20T16:59:13.241Z] #77 282.9   CCLD     tests/test-3
16:59:13 [2022-07-20T16:59:13.241Z] #77 282.9   CCLD     tests/test-4
16:59:13 [2022-07-20T16:59:13.241Z] #77 283.0   CCLD     tests/test-5
16:59:13 [2022-07-20T16:59:13.241Z] #77 283.0   CCLD     tests/test-6
16:59:13 [2022-07-20T16:59:13.241Z] #77 283.0   CCLD     tests/test-7
16:59:13 [2022-07-20T16:59:13.241Z] #77 283.0   CCLD     tests/test-8
16:59:13 [2022-07-20T16:59:13.241Z] #77 283.1   CCLD     tests/test-9
16:59:13 [2022-07-20T16:59:13.241Z] #77 283.1 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
16:59:13 [2022-07-20T16:59:13.241Z] #77 283.2   CCLD     tests/test-10
16:59:13 [2022-07-20T16:59:13.241Z] #77 283.3   CCLD     tests/test-11
16:59:13 [2022-07-20T16:59:13.241Z] #77 284.8 libtool: link: ar cr libocispec.a 
16:59:13 [2022-07-20T16:59:13.489Z] #20 72.08 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
16:59:13 [2022-07-20T16:59:13.489Z] #20 72.08 Unpacking libsepol1-dev:amd64 (3.1-1) ...
16:59:13 [2022-07-20T16:59:13.489Z] #20 72.19 Selecting previously unselected package libpcre2-16-0:amd64.
16:59:13 [2022-07-20T16:59:13.489Z] #20 72.20 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
16:59:13 [2022-07-20T16:59:13.489Z] #20 72.20 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
16:59:13 [2022-07-20T16:59:13.489Z] #20 72.30 Selecting previously unselected package libpcre2-32-0:amd64.
16:59:13 [2022-07-20T16:59:13.489Z] #20 72.30 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
16:59:13 [2022-07-20T16:59:13.489Z] #20 72.31 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
16:59:13 [2022-07-20T16:59:13.489Z] #20 72.40 Selecting previously unselected package libpcre2-posix2:amd64.
16:59:13 [2022-07-20T16:59:13.498Z] #77 284.9 libtool: link: ranlib libocispec.a
16:59:13 [2022-07-20T16:59:13.747Z] #20 72.40 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
16:59:13 [2022-07-20T16:59:13.747Z] #20 72.41 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
16:59:13 [2022-07-20T16:59:13.747Z] #20 72.46 Selecting previously unselected package libpcre2-dev:amd64.
16:59:13 [2022-07-20T16:59:13.747Z] #20 72.47 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
16:59:13 [2022-07-20T16:59:13.747Z] #20 72.47 Unpacking libpcre2-dev:amd64 (10.36-2) ...
16:59:14 [2022-07-20T16:59:14.005Z] #20 72.66 Selecting previously unselected package libselinux1-dev:amd64.
16:59:14 [2022-07-20T16:59:14.005Z] #20 72.67 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
16:59:14 [2022-07-20T16:59:14.005Z] #20 72.67 Unpacking libselinux1-dev:amd64 (3.1-3) ...
16:59:14 [2022-07-20T16:59:14.005Z] #20 72.79 Selecting previously unselected package libdevmapper-dev:amd64.
16:59:14 [2022-07-20T16:59:14.005Z] #20 72.79 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
16:59:14 [2022-07-20T16:59:14.005Z] #20 72.80 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:59:14 [2022-07-20T16:59:14.005Z] #20 72.84 Selecting previously unselected package libseccomp-dev:amd64.
16:59:14 [2022-07-20T16:59:14.005Z] #20 72.84 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
16:59:14 [2022-07-20T16:59:14.005Z] #20 72.85 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:59:14 [2022-07-20T16:59:14.005Z] #20 72.91 Selecting previously unselected package libsystemd-dev:amd64.
16:59:14 [2022-07-20T16:59:14.263Z] #20 72.92 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
16:59:14 [2022-07-20T16:59:14.263Z] #20 72.92 Unpacking libsystemd-dev:amd64 (247.3-7) ...
16:59:14 [2022-07-20T16:59:14.263Z] #20 73.15 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
16:59:14 [2022-07-20T16:59:14.263Z] #20 73.16 Setting up libapparmor1:amd64 (2.13.6-10) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.17 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.18 Setting up libsepol1-dev:amd64 (3.1-1) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.19 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.20 Setting up libpcre2-16-0:amd64 (10.36-2) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.21 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.22 Setting up libpcre2-32-0:amd64 (10.36-2) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.23 Setting up libudev-dev:amd64 (247.3-7) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.25 Setting up libpcre2-posix2:amd64 (10.36-2) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.26 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.27 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.28 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.29 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.30 Setting up mingw-w64-common (8.0.0-1) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.31 Setting up libsystemd-dev:amd64 (247.3-7) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.32 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.33 Setting up libpcre2-dev:amd64 (10.36-2) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.34 Setting up libselinux1-dev:amd64 (3.1-3) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.35 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.36 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:59:14 [2022-07-20T16:59:14.522Z] #20 73.38 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.38 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.39 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.40 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.41 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.42 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.43 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.44 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.46 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.47 Setting up dmsetup (2:1.02.175-2.1) ...
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.49 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.50 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:59:14 [2022-07-20T16:59:14.781Z] #20 73.51 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:59:15 [2022-07-20T16:59:15.349Z] #20 DONE 74.1s
16:59:15 [2022-07-20T16:59:15.349Z] 
16:59:15 [2022-07-20T16:59:15.349Z] #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
16:59:15 [2022-07-20T16:59:15.349Z] #71 sha256:19604a01ac73f463eab79a3186ce39f2577ca7851bdc7dc3143c2737031add9d
16:59:15 [2022-07-20T16:59:15.349Z] #71 ...
16:59:15 [2022-07-20T16:59:15.349Z] 
16:59:15 [2022-07-20T16:59:15.349Z] #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
16:59:15 [2022-07-20T16:59:15.349Z] #21 sha256:64f3ecef25c02a7d4b0fd485e1a6934f10e0cd1c3ad62a0a50def9eaf88c1af4
16:59:15 [2022-07-20T16:59:15.392Z] #77 287.0 make[5]: Entering directory '/tmp/crun-build/libocispec'
16:59:15 [2022-07-20T16:59:15.392Z] #77 287.0 make[5]: Nothing to be done for 'install-exec-am'.
16:59:15 [2022-07-20T16:59:15.392Z] #77 287.0 make[5]: Nothing to be done for 'install-data-am'.
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.0 make[5]: Leaving directory '/tmp/crun-build/libocispec'
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.0 make[4]: Leaving directory '/tmp/crun-build/libocispec'
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.0 make[3]: Leaving directory '/tmp/crun-build/libocispec'
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.0 make[2]: Leaving directory '/tmp/crun-build/libocispec'
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.0 make[2]: Entering directory '/tmp/crun-build'
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.2   CC       src/libcrun/libcrun_testing_a-utils.o
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.2   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.2   CC       src/libcrun/libcrun_testing_a-container.o
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.2   CC       src/libcrun/libcrun_testing_a-cgroup.o
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.2   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.2   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
16:59:15 [2022-07-20T16:59:15.650Z] #77 287.3   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
16:59:15 [2022-07-20T16:59:15.907Z] #77 287.3   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
16:59:15 [2022-07-20T16:59:15.907Z] #77 287.4   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
16:59:15 [2022-07-20T16:59:15.907Z] #77 287.4   CC       src/libcrun/libcrun_testing_a-criu.o
16:59:15 [2022-07-20T16:59:15.907Z] #77 287.4   CC       src/libcrun/libcrun_testing_a-custom-handler.o
16:59:15 [2022-07-20T16:59:15.907Z] #77 287.5   CC       src/libcrun/libcrun_testing_a-linux.o
16:59:15 [2022-07-20T16:59:15.907Z] #77 287.5   CC       src/libcrun/libcrun_testing_a-seccomp.o
16:59:16 [2022-07-20T16:59:16.164Z] #77 287.5   CC       src/libcrun/libcrun_testing_a-ebpf.o
16:59:16 [2022-07-20T16:59:16.164Z] #77 287.6   CC       src/libcrun/libcrun_testing_a-error.o
16:59:16 [2022-07-20T16:59:16.164Z] #77 287.6   CC       src/libcrun/libcrun_testing_a-status.o
16:59:16 [2022-07-20T16:59:16.164Z] #77 287.7   CC       src/libcrun/libcrun_testing_a-terminal.o
16:59:16 [2022-07-20T16:59:16.164Z] #77 287.7   CC       src/libcrun/libcrun_testing_a-signals.o
16:59:16 [2022-07-20T16:59:16.164Z] #77 287.7   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
16:59:16 [2022-07-20T16:59:16.164Z] #77 287.7   CC       src/libcrun/libcrun_testing_a-mount_flags.o
16:59:16 [2022-07-20T16:59:16.164Z] #77 287.8   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
16:59:16 [2022-07-20T16:59:16.421Z] #77 287.9   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
16:59:16 [2022-07-20T16:59:16.421Z] #77 287.9   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
16:59:16 [2022-07-20T16:59:16.421Z] #77 288.0   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
16:59:16 [2022-07-20T16:59:16.421Z] #77 288.0   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
16:59:16 [2022-07-20T16:59:16.421Z] #77 288.1   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
16:59:16 [2022-07-20T16:59:16.678Z] #77 288.1   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
16:59:16 [2022-07-20T16:59:16.725Z] #21 1.113 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
16:59:16 [2022-07-20T16:59:16.725Z] #21 1.197 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
16:59:16 [2022-07-20T16:59:16.725Z] #21 1.382 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
16:59:16 [2022-07-20T16:59:16.935Z] #77 288.4   CC       src/crun-crun.o
16:59:16 [2022-07-20T16:59:16.935Z] #77 288.5   CC       src/crun-delete.o
16:59:16 [2022-07-20T16:59:16.935Z] #77 288.5   CC       src/crun-run.o
16:59:16 [2022-07-20T16:59:16.935Z] #77 288.6   CC       src/crun-kill.o
16:59:17 [2022-07-20T16:59:17.192Z] #77 288.6   CC       src/crun-pause.o
16:59:17 [2022-07-20T16:59:17.192Z] #77 288.7   CC       src/crun-unpause.o
16:59:17 [2022-07-20T16:59:17.192Z] #77 288.7   CC       src/crun-spec.o
16:59:17 [2022-07-20T16:59:17.192Z] #77 288.8   CC       src/crun-exec.o
16:59:17 [2022-07-20T16:59:17.192Z] #77 288.8   CC       src/crun-list.o
16:59:17 [2022-07-20T16:59:17.449Z] #77 288.9   CC       src/crun-create.o
16:59:17 [2022-07-20T16:59:17.707Z] #77 289.1   CC       src/crun-start.o
16:59:17 [2022-07-20T16:59:17.707Z] #77 289.1   CC       src/crun-state.o
16:59:17 [2022-07-20T16:59:17.707Z] #77 289.1   CC       src/crun-update.o
16:59:17 [2022-07-20T16:59:17.707Z] #77 289.1   CC       src/crun-ps.o
16:59:17 [2022-07-20T16:59:17.707Z] #77 289.3   CC       src/crun-checkpoint.o
16:59:17 [2022-07-20T16:59:17.707Z] #77 289.3   CC       src/crun-restore.o
16:59:17 [2022-07-20T16:59:17.707Z] #77 289.3   CC       src/libcrun/libcrun_la-utils.lo
16:59:17 [2022-07-20T16:59:17.707Z] #77 289.4   CC       src/libcrun/libcrun_la-cloned_binary.lo
16:59:17 [2022-07-20T16:59:17.707Z] #77 289.4   CC       src/libcrun/libcrun_la-container.lo
16:59:17 [2022-07-20T16:59:17.963Z] #77 289.5   CC       src/libcrun/libcrun_la-cgroup.lo
16:59:18 [2022-07-20T16:59:18.221Z] #77 289.7   CC       src/libcrun/libcrun_la-cgroup-resources.lo
16:59:18 [2022-07-20T16:59:18.221Z] #77 289.7   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
16:59:18 [2022-07-20T16:59:18.221Z] #77 289.8   CC       src/libcrun/libcrun_la-cgroup-setup.lo
16:59:18 [2022-07-20T16:59:18.477Z] #77 289.9   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
16:59:18 [2022-07-20T16:59:18.477Z] #77 290.1   CC       src/libcrun/libcrun_la-cgroup-utils.lo
16:59:18 [2022-07-20T16:59:18.734Z] #77 290.2   CC       src/libcrun/libcrun_la-custom-handler.lo
16:59:18 [2022-07-20T16:59:18.734Z] #77 290.2   CC       src/libcrun/libcrun_la-criu.lo
16:59:18 [2022-07-20T16:59:18.991Z] #77 290.4   CC       src/libcrun/libcrun_la-linux.lo
16:59:18 [2022-07-20T16:59:18.991Z] #77 290.5   CC       src/libcrun/libcrun_la-seccomp.lo
16:59:18 [2022-07-20T16:59:18.991Z] #77 290.6   CC       src/libcrun/libcrun_la-status.lo
16:59:18 [2022-07-20T16:59:18.991Z] #77 290.6   CC       src/libcrun/libcrun_la-error.lo
16:59:19 [2022-07-20T16:59:19.247Z] #77 290.6   CC       src/libcrun/libcrun_la-ebpf.lo
16:59:19 [2022-07-20T16:59:19.247Z] #77 290.7   CC       src/libcrun/libcrun_la-terminal.lo
16:59:19 [2022-07-20T16:59:19.247Z] #77 290.8   CC       src/libcrun/libcrun_la-signals.lo
16:59:19 [2022-07-20T16:59:19.504Z] #77 291.0   CC       src/libcrun/libcrun_la-chroot_realpath.lo
16:59:19 [2022-07-20T16:59:19.504Z] #77 291.1   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
16:59:19 [2022-07-20T16:59:19.504Z] #77 291.1   CC       src/libcrun/handlers/libcrun_la-krun.lo
16:59:19 [2022-07-20T16:59:19.760Z] #77 291.1   CC       src/libcrun/libcrun_la-mount_flags.lo
16:59:19 [2022-07-20T16:59:19.760Z] #77 291.2   CC       src/libcrun/libcrun_la-seccomp_notify.lo
16:59:19 [2022-07-20T16:59:19.760Z] #77 291.2   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
16:59:20 [2022-07-20T16:59:20.017Z] #77 291.4   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
16:59:20 [2022-07-20T16:59:20.017Z] #77 291.6   CC       tests/init.o
16:59:20 [2022-07-20T16:59:20.017Z] #77 291.7   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
16:59:20 [2022-07-20T16:59:20.582Z] #77 ...
16:59:20 [2022-07-20T16:59:20.582Z] 
16:59:20 [2022-07-20T16:59:20.583Z] #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
16:59:20 [2022-07-20T16:59:20.583Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:59:20 [2022-07-20T16:59:20.583Z] #47 361.2 + dpkg --print-architecture
16:59:20 [2022-07-20T16:59:20.583Z] #47 361.2 + git checkout -q v2.1.0
16:59:20 [2022-07-20T16:59:20.583Z] #47 361.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:59:20 [2022-07-20T16:59:20.583Z] #47 361.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
16:59:21 [2022-07-20T16:59:21.269Z] #64 334.5 # github.com/containerd/containerd/cmd/containerd
16:59:21 [2022-07-20T16:59:21.269Z] #64 334.5 /usr/bin/ld: /tmp/go-link-1693621051/000019.o: in function `New':
16:59:21 [2022-07-20T16:59:21.269Z] #64 334.5 /tmp/tmp.KbNA8P11Hx/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
16:59:21 [2022-07-20T16:59:21.269Z] #64 334.6 + bin/containerd-stress
16:59:21 [2022-07-20T16:59:21.269Z] #64 335.8 + bin/containerd-shim
16:59:22 [2022-07-20T16:59:22.253Z] #21 1.628 Reading package lists...
16:59:24 [2022-07-20T16:59:24.765Z] #77 ...
16:59:24 [2022-07-20T16:59:24.766Z] 
16:59:24 [2022-07-20T16:59:24.766Z] #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
16:59:24 [2022-07-20T16:59:24.766Z] #47 sha256:59f0682aa1853caec59b8b2086fb9fbe351a0e6b7786b2b4eeeb7195eec06195
16:59:24 [2022-07-20T16:59:24.766Z] #47 DONE 391.4s
16:59:24 [2022-07-20T16:59:24.766Z] 
16:59:24 [2022-07-20T16:59:24.766Z] #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
16:59:24 [2022-07-20T16:59:24.766Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:59:24 [2022-07-20T16:59:24.766Z] #77 316.6   CCLD     tests/init
16:59:25 [2022-07-20T16:59:25.706Z] #77 ...
16:59:25 [2022-07-20T16:59:25.706Z] 
16:59:25 [2022-07-20T16:59:25.706Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
16:59:25 [2022-07-20T16:59:25.706Z] #48 sha256:0ae66b814d0f8446300b123034d8d75f6287b705714ff937a8793522aba4bf0d
16:59:25 [2022-07-20T16:59:25.706Z] #48 DONE 0.2s
16:59:25 [2022-07-20T16:59:25.706Z] 
16:59:25 [2022-07-20T16:59:25.706Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
16:59:25 [2022-07-20T16:59:25.706Z] #52 sha256:6f6a1bace30a44746a6058a156a0bb7d24fbca862abe93c8048ec4fc16926beb
16:59:25 [2022-07-20T16:59:25.706Z] #52 DONE 0.1s
16:59:25 [2022-07-20T16:59:25.966Z] 
16:59:25 [2022-07-20T16:59:25.966Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
16:59:25 [2022-07-20T16:59:25.966Z] #54 sha256:bfd7a1500a3fa942a6cc944a36d49d267d385457aaf86d75741ca5c10752d952
16:59:25 [2022-07-20T16:59:25.966Z] #54 DONE 0.1s
16:59:25 [2022-07-20T16:59:25.966Z] 
16:59:25 [2022-07-20T16:59:25.966Z] #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
16:59:25 [2022-07-20T16:59:25.966Z] #64 sha256:d51648f036faec5ad7e46efd11c4ec4390f6a9cfa0bd6d1b09eeb6ae5402aee3
16:59:26 [2022-07-20T16:59:26.442Z] #21 6.332 Reading package lists...
16:59:27 [2022-07-20T16:59:27.377Z] #21 10.98 Building dependency tree...
16:59:27 [2022-07-20T16:59:27.377Z] #21 12.16 Reading state information...
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.31 The following additional packages will be installed:
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.31   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.32   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.32   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.32   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.32   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.32   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.33   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.34 Suggested packages:
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.34   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.34   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.34   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.34   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.34   seccomp:ppc64el seccomp:s390x
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.34 Recommended packages:
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.34   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.34   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.34   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
16:59:28 [2022-07-20T16:59:28.755Z] #21 13.34   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.79 The following NEW packages will be installed:
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.79   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.79   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.79   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.79   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.79   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.79   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.79   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.79   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.79   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.79   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
16:59:29 [2022-07-20T16:59:29.014Z] #21 13.80   libseccomp2:ppc64el libseccomp2:s390x
16:59:29 [2022-07-20T16:59:29.301Z] #21 14.15 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded.
16:59:29 [2022-07-20T16:59:29.301Z] #21 14.15 Need to get 15.9 MB of archives.
16:59:29 [2022-07-20T16:59:29.301Z] #21 14.15 After this operation, 73.0 MB of additional disk space will be used.
16:59:29 [2022-07-20T16:59:29.301Z] #21 14.15 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
16:59:29 [2022-07-20T16:59:29.381Z] #64 347.1 + bin/containerd-shim-runc-v1
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.16 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.17 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.17 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.18 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.23 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.23 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.23 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.23 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.24 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.29 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.29 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.29 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.30 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.30 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.32 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.33 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.33 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.33 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.33 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.36 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.36 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.37 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.37 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.37 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB]
16:59:29 [2022-07-20T16:59:29.563Z] #21 14.40 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
16:59:29 [2022-07-20T16:59:29.827Z] #21 14.40 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
16:59:29 [2022-07-20T16:59:29.827Z] #21 14.40 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
16:59:29 [2022-07-20T16:59:29.827Z] #21 14.41 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
16:59:29 [2022-07-20T16:59:29.827Z] #21 14.41 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
16:59:29 [2022-07-20T16:59:29.827Z] #21 14.41 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
16:59:29 [2022-07-20T16:59:29.827Z] #21 14.41 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
16:59:29 [2022-07-20T16:59:29.827Z] #21 14.41 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
16:59:29 [2022-07-20T16:59:29.827Z] #21 14.41 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
16:59:29 [2022-07-20T16:59:29.827Z] #21 14.42 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
16:59:29 [2022-07-20T16:59:29.827Z] #21 14.42 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB]
16:59:29 [2022-07-20T16:59:29.827Z] #21 14.42 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
16:59:30 [2022-07-20T16:59:30.409Z] #21 15.01 debconf: delaying package configuration, since apt-utils is not installed
16:59:30 [2022-07-20T16:59:30.409Z] #21 15.24 Fetched 15.9 MB in 1s (29.1 MB/s)
16:59:30 [2022-07-20T16:59:30.409Z] #21 15.28 Selecting previously unselected package gcc-10-base:armel.
16:59:30 [2022-07-20T16:59:30.667Z] #21 15.28 (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.)
16:59:30 [2022-07-20T16:59:30.667Z] #21 15.34 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
16:59:30 [2022-07-20T16:59:30.667Z] #21 15.34 Unpacking gcc-10-base:armel (10.2.1-6) ...
16:59:30 [2022-07-20T16:59:30.667Z] #21 15.41 Selecting previously unselected package gcc-10-base:armhf.
16:59:30 [2022-07-20T16:59:30.667Z] #21 15.41 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
16:59:30 [2022-07-20T16:59:30.667Z] #21 15.42 Unpacking gcc-10-base:armhf (10.2.1-6) ...
16:59:30 [2022-07-20T16:59:30.667Z] #21 15.46 Selecting previously unselected package gcc-10-base:ppc64el.
16:59:30 [2022-07-20T16:59:30.667Z] #21 15.47 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
16:59:30 [2022-07-20T16:59:30.667Z] #21 15.48 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
16:59:30 [2022-07-20T16:59:30.667Z] #21 15.52 Selecting previously unselected package gcc-10-base:s390x.
16:59:30 [2022-07-20T16:59:30.925Z] #21 15.53 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
16:59:30 [2022-07-20T16:59:30.925Z] #21 15.53 Unpacking gcc-10-base:s390x (10.2.1-6) ...
16:59:30 [2022-07-20T16:59:30.925Z] #21 15.58 Selecting previously unselected package gcc-10-base:arm64.
16:59:30 [2022-07-20T16:59:30.925Z] #21 15.58 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
16:59:30 [2022-07-20T16:59:30.925Z] #21 15.59 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
16:59:30 [2022-07-20T16:59:30.925Z] #21 15.65 Selecting previously unselected package libgcc-s1:armel.
16:59:30 [2022-07-20T16:59:30.925Z] #21 15.65 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
16:59:30 [2022-07-20T16:59:30.925Z] #21 15.66 Unpacking libgcc-s1:armel (10.2.1-6) ...
16:59:30 [2022-07-20T16:59:30.925Z] #21 15.71 Selecting previously unselected package libcrypt1:armel.
16:59:30 [2022-07-20T16:59:30.925Z] #21 15.71 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
16:59:30 [2022-07-20T16:59:30.925Z] #21 15.72 Unpacking libcrypt1:armel (1:4.4.18-4) ...
16:59:31 [2022-07-20T16:59:31.183Z] #21 15.81 Selecting previously unselected package libc6:armel.
16:59:31 [2022-07-20T16:59:31.183Z] #21 15.82 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ...
16:59:31 [2022-07-20T16:59:31.441Z] #21 15.98 Unpacking libc6:armel (2.31-13+deb11u3) ...
16:59:31 [2022-07-20T16:59:31.699Z] #21 16.42 Selecting previously unselected package libapparmor1:armel.
16:59:31 [2022-07-20T16:59:31.699Z] #21 16.43 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
16:59:31 [2022-07-20T16:59:31.699Z] #21 16.44 Unpacking libapparmor1:armel (2.13.6-10) ...
16:59:31 [2022-07-20T16:59:31.699Z] #21 16.49 Selecting previously unselected package libapparmor-dev:armel.
16:59:31 [2022-07-20T16:59:31.699Z] #21 16.50 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
16:59:31 [2022-07-20T16:59:31.699Z] #21 16.50 Unpacking libapparmor-dev:armel (2.13.6-10) ...
16:59:31 [2022-07-20T16:59:31.958Z] #21 16.58 Selecting previously unselected package libgcc-s1:arm64.
16:59:31 [2022-07-20T16:59:31.958Z] #21 16.58 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
16:59:31 [2022-07-20T16:59:31.958Z] #21 16.59 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
16:59:31 [2022-07-20T16:59:31.958Z] #21 16.63 Selecting previously unselected package libcrypt1:arm64.
16:59:31 [2022-07-20T16:59:31.958Z] #21 16.64 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
16:59:31 [2022-07-20T16:59:31.958Z] #21 16.64 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
16:59:31 [2022-07-20T16:59:31.958Z] #21 16.72 Selecting previously unselected package libc6:arm64.
16:59:31 [2022-07-20T16:59:31.958Z] #21 16.73 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ...
16:59:32 [2022-07-20T16:59:32.233Z] #21 16.89 Unpacking libc6:arm64 (2.31-13+deb11u3) ...
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.31 Selecting previously unselected package libapparmor1:arm64.
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.32 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.32 Unpacking libapparmor1:arm64 (2.13.6-10) ...
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.38 Selecting previously unselected package libapparmor-dev:arm64.
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.38 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.39 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.45 Selecting previously unselected package libgcc-s1:s390x.
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.45 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.46 Unpacking libgcc-s1:s390x (10.2.1-6) ...
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.51 Selecting previously unselected package libcrypt1:s390x.
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.52 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.52 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
16:59:32 [2022-07-20T16:59:32.750Z] #21 17.60 Selecting previously unselected package libc6:s390x.
16:59:33 [2022-07-20T16:59:33.009Z] #21 17.60 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ...
16:59:33 [2022-07-20T16:59:33.267Z] #21 17.78 Unpacking libc6:s390x (2.31-13+deb11u3) ...
16:59:33 [2022-07-20T16:59:33.526Z] #21 18.25 Selecting previously unselected package libapparmor1:s390x.
16:59:33 [2022-07-20T16:59:33.526Z] #21 18.26 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
16:59:33 [2022-07-20T16:59:33.526Z] #21 18.26 Unpacking libapparmor1:s390x (2.13.6-10) ...
16:59:33 [2022-07-20T16:59:33.526Z] #21 18.32 Selecting previously unselected package libapparmor-dev:s390x.
16:59:33 [2022-07-20T16:59:33.785Z] #21 18.32 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
16:59:33 [2022-07-20T16:59:33.785Z] #21 18.33 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
16:59:33 [2022-07-20T16:59:33.785Z] #21 18.41 Selecting previously unselected package libgcc-s1:armhf.
16:59:33 [2022-07-20T16:59:33.785Z] #21 18.41 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
16:59:33 [2022-07-20T16:59:33.785Z] #21 18.42 Unpacking libgcc-s1:armhf (10.2.1-6) ...
16:59:33 [2022-07-20T16:59:33.785Z] #21 18.48 Selecting previously unselected package libcrypt1:armhf.
16:59:33 [2022-07-20T16:59:33.785Z] #21 18.48 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
16:59:33 [2022-07-20T16:59:33.785Z] #21 18.48 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
16:59:34 [2022-07-20T16:59:34.044Z] #21 18.59 Selecting previously unselected package libc6:armhf.
16:59:34 [2022-07-20T16:59:34.044Z] #21 18.59 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ...
16:59:34 [2022-07-20T16:59:34.044Z] #21 18.80 Unpacking libc6:armhf (2.31-13+deb11u3) ...
16:59:34 [2022-07-20T16:59:34.610Z] #21 19.23 Selecting previously unselected package libapparmor1:armhf.
16:59:34 [2022-07-20T16:59:34.610Z] #21 19.24 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
16:59:34 [2022-07-20T16:59:34.610Z] #21 19.24 Unpacking libapparmor1:armhf (2.13.6-10) ...
16:59:34 [2022-07-20T16:59:34.610Z] #21 19.29 Selecting previously unselected package libapparmor-dev:armhf.
16:59:34 [2022-07-20T16:59:34.610Z] #21 19.30 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
16:59:34 [2022-07-20T16:59:34.610Z] #21 19.30 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
16:59:34 [2022-07-20T16:59:34.610Z] #21 19.36 Selecting previously unselected package libgcc-s1:ppc64el.
16:59:34 [2022-07-20T16:59:34.610Z] #21 19.37 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
16:59:34 [2022-07-20T16:59:34.610Z] #21 19.37 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
16:59:34 [2022-07-20T16:59:34.868Z] #21 19.42 Selecting previously unselected package libcrypt1:ppc64el.
16:59:34 [2022-07-20T16:59:34.868Z] #21 19.43 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
16:59:34 [2022-07-20T16:59:34.868Z] #21 19.44 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
16:59:34 [2022-07-20T16:59:34.868Z] #21 19.53 Selecting previously unselected package libc6:ppc64el.
16:59:34 [2022-07-20T16:59:34.868Z] #21 19.53 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ...
16:59:35 [2022-07-20T16:59:35.126Z] #21 19.72 Unpacking libc6:ppc64el (2.31-13+deb11u3) ...
16:59:35 [2022-07-20T16:59:35.692Z] #21 20.39 Selecting previously unselected package libapparmor1:ppc64el.
16:59:35 [2022-07-20T16:59:35.692Z] #21 20.40 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
16:59:35 [2022-07-20T16:59:35.692Z] #21 20.40 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
16:59:35 [2022-07-20T16:59:35.692Z] #21 20.45 Selecting previously unselected package libapparmor-dev:ppc64el.
16:59:35 [2022-07-20T16:59:35.692Z] #21 20.46 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
16:59:35 [2022-07-20T16:59:35.692Z] #21 20.46 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
16:59:35 [2022-07-20T16:59:35.944Z] #64 353.5 + bin/containerd-shim-runc-v2
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.52 Selecting previously unselected package libseccomp2:s390x.
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.53 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.53 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.58 Selecting previously unselected package libseccomp-dev:s390x.
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.58 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.59 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.65 Selecting previously unselected package libseccomp2:ppc64el.
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.66 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.66 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.70 Selecting previously unselected package libseccomp-dev:ppc64el.
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.71 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
16:59:35 [2022-07-20T16:59:35.950Z] #21 20.71 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
16:59:36 [2022-07-20T16:59:36.202Z] #64 354.3 + binaries
16:59:36 [2022-07-20T16:59:36.202Z] #64 354.3 + install -D bin/containerd /build/containerd
16:59:36 [2022-07-20T16:59:36.202Z] #64 354.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:59:36 [2022-07-20T16:59:36.202Z] #64 354.3 + install -D bin/ctr /build/ctr
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.77 Selecting previously unselected package libseccomp2:armhf.
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.78 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.79 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.83 Selecting previously unselected package libseccomp-dev:armhf.
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.85 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.85 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.91 Selecting previously unselected package libseccomp2:armel.
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.92 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.92 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.97 Selecting previously unselected package libseccomp-dev:armel.
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.97 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
16:59:36 [2022-07-20T16:59:36.208Z] #21 20.98 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.04 Selecting previously unselected package libseccomp2:arm64.
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.05 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ...
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.06 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ...
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.11 Selecting previously unselected package libseccomp-dev:arm64.
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.12 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.12 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.23 Setting up gcc-10-base:arm64 (10.2.1-6) ...
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.24 Setting up gcc-10-base:armel (10.2.1-6) ...
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.25 Setting up gcc-10-base:armhf (10.2.1-6) ...
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.26 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.27 Setting up gcc-10-base:s390x (10.2.1-6) ...
16:59:36 [2022-07-20T16:59:36.466Z] #21 21.29 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
16:59:36 [2022-07-20T16:59:36.724Z] #21 21.30 Setting up libcrypt1:armel (1:4.4.18-4) ...
16:59:36 [2022-07-20T16:59:36.724Z] #21 21.31 Setting up libcrypt1:armhf (1:4.4.18-4) ...
16:59:36 [2022-07-20T16:59:36.724Z] #21 21.32 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
16:59:36 [2022-07-20T16:59:36.724Z] #21 21.34 Setting up libcrypt1:s390x (1:4.4.18-4) ...
16:59:36 [2022-07-20T16:59:36.724Z] #21 21.35 Setting up libgcc-s1:arm64 (10.2.1-6) ...
16:59:36 [2022-07-20T16:59:36.724Z] #21 21.36 Setting up libgcc-s1:armel (10.2.1-6) ...
16:59:36 [2022-07-20T16:59:36.724Z] #21 21.37 Setting up libgcc-s1:armhf (10.2.1-6) ...
16:59:36 [2022-07-20T16:59:36.724Z] #21 21.38 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
16:59:36 [2022-07-20T16:59:36.724Z] #21 21.40 Setting up libgcc-s1:s390x (10.2.1-6) ...
16:59:36 [2022-07-20T16:59:36.724Z] #21 21.41 Setting up libc6:arm64 (2.31-13+deb11u3) ...
16:59:38 [2022-07-20T16:59:38.102Z] #21 22.65 Setting up libc6:armel (2.31-13+deb11u3) ...
16:59:38 [2022-07-20T16:59:38.729Z] #64 DONE 356.5s
16:59:39 [2022-07-20T16:59:39.296Z] 
16:59:39 [2022-07-20T16:59:39.296Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
16:59:39 [2022-07-20T16:59:39.296Z] #65 sha256:79d3d6058998ce90269aea8bba3913768b13fab11dd7bfba64cd3ffed244a8af
16:59:39 [2022-07-20T16:59:39.477Z] #21 23.88 Setting up libc6:armhf (2.31-13+deb11u3) ...
16:59:40 [2022-07-20T16:59:40.231Z] #65 DONE 1.0s
16:59:40 [2022-07-20T16:59:40.231Z] 
16:59:40 [2022-07-20T16:59:40.231Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
16:59:40 [2022-07-20T16:59:40.231Z] #70 sha256:44027dcb7de8a84ab4a02f7ab81a9b9cbf153f60468ecd67518ea095d17a85e0
16:59:40 [2022-07-20T16:59:40.412Z] #21 25.12 Setting up libc6:ppc64el (2.31-13+deb11u3) ...
16:59:40 [2022-07-20T16:59:40.489Z] #70 DONE 0.2s
16:59:40 [2022-07-20T16:59:40.489Z] 
16:59:40 [2022-07-20T16:59:40.489Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
16:59:40 [2022-07-20T16:59:40.489Z] #75 sha256:058429f6942a230ceb3c27fcf2e39bade75a94640d14f837e9b93107ad34fc44
16:59:41 [2022-07-20T16:59:41.423Z] #75 DONE 0.9s
16:59:41 [2022-07-20T16:59:41.423Z] 
16:59:41 [2022-07-20T16:59:41.423Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
16:59:41 [2022-07-20T16:59:41.423Z] #78 sha256:d74c0890ca444c4387a273c47da4cc615cb6cdc22aebe53a0fd2072ec726f575
16:59:41 [2022-07-20T16:59:41.423Z] #78 DONE 0.1s
16:59:41 [2022-07-20T16:59:41.423Z] 
16:59:41 [2022-07-20T16:59:41.423Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
16:59:41 [2022-07-20T16:59:41.423Z] #79 sha256:0d0f7d18970aeed4f80c9c0a7c5a73d2f827d341042a75082788e93fe5fee2a0
16:59:41 [2022-07-20T16:59:41.423Z] #79 DONE 0.0s
16:59:41 [2022-07-20T16:59:41.423Z] 
16:59:41 [2022-07-20T16:59:41.423Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
16:59:41 [2022-07-20T16:59:41.423Z] #80 sha256:bcea885e17d09db459df3dfe238ce9ce7820c6909cca21a290d423da3dc2421d
16:59:41 [2022-07-20T16:59:41.423Z] #80 DONE 0.0s
16:59:41 [2022-07-20T16:59:41.423Z] 
16:59:41 [2022-07-20T16:59:41.423Z] #81 [dev-systemd-true 1/2] 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
16:59:41 [2022-07-20T16:59:41.423Z] #81 sha256:7f81cdc596d932c7e097c4dfb4f21f26b5bab193733dd430d88a73dc69fa40cf
16:59:41 [2022-07-20T16:59:41.788Z] #21 26.35 Setting up libc6:s390x (2.31-13+deb11u3) ...
16:59:42 [2022-07-20T16:59:42.381Z] #81 0.836 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
16:59:42 [2022-07-20T16:59:42.381Z] #81 0.837 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
16:59:42 [2022-07-20T16:59:42.381Z] #81 0.837 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
16:59:42 [2022-07-20T16:59:42.497Z] #47 DONE 390.6s
16:59:42 [2022-07-20T16:59:42.497Z] 
16:59:42 [2022-07-20T16:59:42.497Z] #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
16:59:42 [2022-07-20T16:59:42.497Z] #64 sha256:8d5e8de6f6759edd078a3da3a0613589c30a893e676f9a7d6e753db1d9b65b5c
16:59:42 [2022-07-20T16:59:42.497Z] #64 ...
16:59:42 [2022-07-20T16:59:42.497Z] 
16:59:42 [2022-07-20T16:59:42.497Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
16:59:42 [2022-07-20T16:59:42.497Z] #48 sha256:9fd9ed7b4bcb1303921f181d36bfa38403a2091844d749dbddc369ce88c50e76
16:59:42 [2022-07-20T16:59:42.754Z] #48 DONE 0.3s
16:59:42 [2022-07-20T16:59:42.754Z] 
16:59:42 [2022-07-20T16:59:42.754Z] #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
16:59:42 [2022-07-20T16:59:42.754Z] #64 sha256:8d5e8de6f6759edd078a3da3a0613589c30a893e676f9a7d6e753db1d9b65b5c
16:59:43 [2022-07-20T16:59:43.011Z] #64 ...
16:59:43 [2022-07-20T16:59:43.011Z] 
16:59:43 [2022-07-20T16:59:43.011Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
16:59:43 [2022-07-20T16:59:43.011Z] #52 sha256:f0f405c570dbe8568534fedd314e4ba000e1e46f3ecf985465a91c0ffd23d36c
16:59:43 [2022-07-20T16:59:43.011Z] #52 DONE 0.0s
16:59:43 [2022-07-20T16:59:43.011Z] 
16:59:43 [2022-07-20T16:59:43.011Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
16:59:43 [2022-07-20T16:59:43.011Z] #54 sha256:4da2f0f79a989e8c59bac34d30c280a88d7115c665c9dd046a83058dd63cacd7
16:59:43 [2022-07-20T16:59:43.011Z] #54 DONE 0.1s
16:59:43 [2022-07-20T16:59:43.011Z] 
16:59:43 [2022-07-20T16:59:43.011Z] #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
16:59:43 [2022-07-20T16:59:43.011Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.63 Setting up libapparmor1:arm64 (2.13.6-10) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.64 Setting up libapparmor1:armel (2.13.6-10) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.66 Setting up libapparmor1:armhf (2.13.6-10) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.67 Setting up libapparmor1:ppc64el (2.13.6-10) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.68 Setting up libapparmor1:s390x (2.13.6-10) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.69 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.70 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.71 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.72 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.74 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.75 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.76 Setting up libapparmor-dev:armel (2.13.6-10) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.77 Setting up libapparmor-dev:armhf (2.13.6-10) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.78 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.79 Setting up libapparmor-dev:s390x (2.13.6-10) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.80 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.81 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.82 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.83 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.85 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
16:59:43 [2022-07-20T16:59:43.164Z] #21 27.87 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:59:43 [2022-07-20T16:59:43.220Z] #81 1.107 Reading package lists...
16:59:43 [2022-07-20T16:59:43.423Z] #21 DONE 28.1s
16:59:43 [2022-07-20T16:59:43.423Z] 
16:59:43 [2022-07-20T16:59:43.423Z] #22 [dev-systemd-false  1/28] RUN groupadd -r docker
16:59:43 [2022-07-20T16:59:43.423Z] #22 sha256:92a93057e00e8346a88138c1c27fab618242ab4af57198ad053ef3bb3e69ec8c
16:59:43 [2022-07-20T16:59:43.423Z] #22 ...
16:59:43 [2022-07-20T16:59:43.423Z] 
16:59:43 [2022-07-20T16:59:43.423Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
16:59:43 [2022-07-20T16:59:43.423Z] #66 sha256:d92215cf6df413434dfc2cbd4cb8471dc122de1a46ee460bca524d00b6f2b4ce
16:59:43 [2022-07-20T16:59:43.423Z] #66 DONE 0.1s
16:59:43 [2022-07-20T16:59:43.681Z] 
16:59:43 [2022-07-20T16:59:43.681Z] #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
16:59:43 [2022-07-20T16:59:43.681Z] #67 sha256:443ccae465a82c2de5e1b7f93acfe371f0c9ef8a63d1605fb0d37f8c2f3daf82
16:59:43 [2022-07-20T16:59:43.795Z] #81 1.676 Reading package lists...
16:59:43 [2022-07-20T16:59:43.795Z] #81 2.222 Building dependency tree...
16:59:43 [2022-07-20T16:59:43.795Z] #81 2.329 Reading state information...
16:59:44 [2022-07-20T16:59:44.054Z] #81 2.468 The following additional packages will be installed:
16:59:44 [2022-07-20T16:59:44.054Z] #81 2.468   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
16:59:44 [2022-07-20T16:59:44.054Z] #81 2.469 Suggested packages:
16:59:44 [2022-07-20T16:59:44.054Z] #81 2.470   systemd-container policykit-1
16:59:44 [2022-07-20T16:59:44.054Z] #81 2.470 Recommended packages:
16:59:44 [2022-07-20T16:59:44.054Z] #81 2.470   systemd-timesyncd | time-daemon libnss-systemd
16:59:44 [2022-07-20T16:59:44.054Z] #81 2.537 The following NEW packages will be installed:
16:59:44 [2022-07-20T16:59:44.054Z] #81 2.538   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
16:59:44 [2022-07-20T16:59:44.054Z] #81 2.538   libkmod2 libpam-systemd systemd systemd-sysv
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.809 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.809 Need to get 5817 kB of archives.
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.809 After this operation, 19.3 MB of additional disk space will be used.
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.809 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.812 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.813 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.815 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.819 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.898 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB]
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.906 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.907 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
16:59:44 [2022-07-20T16:59:44.312Z] #81 2.912 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB]
16:59:44 [2022-07-20T16:59:44.570Z] #81 2.914 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
16:59:44 [2022-07-20T16:59:44.570Z] #81 3.068 debconf: delaying package configuration, since apt-utils is not installed
16:59:44 [2022-07-20T16:59:44.570Z] #81 3.097 Fetched 5817 kB in 0s (15.7 MB/s)
16:59:44 [2022-07-20T16:59:44.570Z] #81 3.124 Selecting previously unselected package libargon2-1:amd64.
16:59:44 [2022-07-20T16:59:44.570Z] #81 3.124 (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 ... 28638 files and directories currently installed.)
16:59:44 [2022-07-20T16:59:44.570Z] #81 3.138 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ...
16:59:44 [2022-07-20T16:59:44.570Z] #81 3.146 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
16:59:44 [2022-07-20T16:59:44.570Z] #81 3.180 Selecting previously unselected package libjson-c5:amd64.
16:59:44 [2022-07-20T16:59:44.632Z] #67 ...
16:59:44 [2022-07-20T16:59:44.632Z] 
16:59:44 [2022-07-20T16:59:44.632Z] #22 [dev-systemd-false  1/28] RUN groupadd -r docker
16:59:44 [2022-07-20T16:59:44.632Z] #22 sha256:92a93057e00e8346a88138c1c27fab618242ab4af57198ad053ef3bb3e69ec8c
16:59:44 [2022-07-20T16:59:44.632Z] #22 DONE 1.2s
16:59:44 [2022-07-20T16:59:44.632Z] 
16:59:44 [2022-07-20T16:59:44.632Z] #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
16:59:44 [2022-07-20T16:59:44.632Z] #67 sha256:443ccae465a82c2de5e1b7f93acfe371f0c9ef8a63d1605fb0d37f8c2f3daf82
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.044 + RM_GOPATH=0
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.044 + TMP_GOPATH=
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.044 + : /build
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.045 + '[' -z '' ']'
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.045 ++ mktemp -d
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.059 + export GOPATH=/tmp/tmp.3XFnce8bFa
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.059 + GOPATH=/tmp/tmp.3XFnce8bFa
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.059 + RM_GOPATH=1
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.059 + case "$(go env GOARCH)" in
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.059 ++ go env GOARCH
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.064 + export GO_BUILDMODE=-buildmode=pie
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.064 + GO_BUILDMODE=-buildmode=pie
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.065 ++ dirname /install.sh
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.066 + dir=/
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.066 + bin=runc
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.066 + shift
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.066 + '[' '!' -f //runc.installer ']'
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.067 + . //runc.installer
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.067 ++ set -e
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.067 ++ : v1.1.2
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.068 + install_runc
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.068 + RUNC_BUILDTAGS=seccomp
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.068 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.068 Install runc version v1.1.2 (build tags: seccomp)
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.068 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.3XFnce8bFa/src/github.com/opencontainers/runc
16:59:44 [2022-07-20T16:59:44.632Z] #67 1.070 Cloning into '/tmp/tmp.3XFnce8bFa/src/github.com/opencontainers/runc'...
16:59:44 [2022-07-20T16:59:44.833Z] #81 3.183 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ...
16:59:44 [2022-07-20T16:59:44.833Z] #81 3.187 Unpacking libjson-c5:amd64 (0.15-2) ...
16:59:44 [2022-07-20T16:59:44.833Z] #81 3.225 Selecting previously unselected package libcryptsetup12:amd64.
16:59:44 [2022-07-20T16:59:44.833Z] #81 3.228 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
16:59:44 [2022-07-20T16:59:44.833Z] #81 3.233 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
16:59:44 [2022-07-20T16:59:44.833Z] #81 3.287 Selecting previously unselected package libkmod2:amd64.
16:59:44 [2022-07-20T16:59:44.833Z] #81 3.289 Preparing to unpack .../libkmod2_28-1_amd64.deb ...
16:59:44 [2022-07-20T16:59:44.833Z] #81 3.293 Unpacking libkmod2:amd64 (28-1) ...
16:59:44 [2022-07-20T16:59:44.833Z] #81 3.352 Selecting previously unselected package systemd.
16:59:44 [2022-07-20T16:59:44.833Z] #81 3.355 Preparing to unpack .../systemd_247.3-7_amd64.deb ...
16:59:44 [2022-07-20T16:59:44.833Z] #81 3.391 Unpacking systemd (247.3-7) ...
16:59:45 [2022-07-20T16:59:45.400Z] #81 3.933 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
16:59:45 [2022-07-20T16:59:45.400Z] #81 3.947 Setting up libjson-c5:amd64 (0.15-2) ...
16:59:45 [2022-07-20T16:59:45.400Z] #81 3.961 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
16:59:45 [2022-07-20T16:59:45.400Z] #81 3.972 Setting up libkmod2:amd64 (28-1) ...
16:59:45 [2022-07-20T16:59:45.400Z] #81 3.983 Setting up systemd (247.3-7) ...
16:59:45 [2022-07-20T16:59:45.400Z] #81 4.038 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
16:59:45 [2022-07-20T16:59:45.400Z] #81 4.040 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
16:59:45 [2022-07-20T16:59:45.400Z] #81 4.043 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
16:59:45 [2022-07-20T16:59:45.400Z] #81 4.064 Initializing machine ID from KVM UUID.
16:59:45 [2022-07-20T16:59:45.566Z] #67 ...
16:59:45 [2022-07-20T16:59:45.566Z] 
16:59:45 [2022-07-20T16:59:45.566Z] #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
16:59:45 [2022-07-20T16:59:45.566Z] #23 sha256:12cb94721d1f20bf9987c058ec28c16cf35d9852226ac81d280e14fd0f40e0b1
16:59:45 [2022-07-20T16:59:45.566Z] #23 DONE 0.9s
16:59:45 [2022-07-20T16:59:45.824Z] 
16:59:45 [2022-07-20T16:59:45.824Z] #24 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:59:45 [2022-07-20T16:59:45.824Z] #24 sha256:6a9357878124d778cb7dfcd24657422fe9be048a826d1792e40d7e9a30898fab
16:59:45 [2022-07-20T16:59:45.965Z] #81 4.473 Selecting previously unselected package systemd-sysv.
16:59:45 [2022-07-20T16:59:45.966Z] #81 4.473 (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 ... 29449 files and directories currently installed.)
16:59:45 [2022-07-20T16:59:45.966Z] #81 4.487 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ...
16:59:45 [2022-07-20T16:59:45.966Z] #81 4.490 Unpacking systemd-sysv (247.3-7) ...
16:59:45 [2022-07-20T16:59:45.966Z] #81 4.533 Selecting previously unselected package libdbus-1-3:amd64.
16:59:45 [2022-07-20T16:59:45.966Z] #81 4.535 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
16:59:45 [2022-07-20T16:59:45.966Z] #81 4.540 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
16:59:45 [2022-07-20T16:59:45.966Z] #81 4.602 Selecting previously unselected package dbus.
16:59:46 [2022-07-20T16:59:46.223Z] #81 4.605 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
16:59:46 [2022-07-20T16:59:46.223Z] #81 4.615 Unpacking dbus (1.12.20-2) ...
16:59:46 [2022-07-20T16:59:46.223Z] #81 4.677 Selecting previously unselected package libpam-systemd:amd64.
16:59:46 [2022-07-20T16:59:46.223Z] #81 4.680 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ...
16:59:46 [2022-07-20T16:59:46.223Z] #81 4.684 Unpacking libpam-systemd:amd64 (247.3-7) ...
16:59:46 [2022-07-20T16:59:46.223Z] #81 4.734 Selecting previously unselected package dbus-user-session.
16:59:46 [2022-07-20T16:59:46.223Z] #81 4.737 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
16:59:46 [2022-07-20T16:59:46.223Z] #81 4.741 Unpacking dbus-user-session (1.12.20-2) ...
16:59:46 [2022-07-20T16:59:46.223Z] #81 4.816 Setting up systemd-sysv (247.3-7) ...
16:59:46 [2022-07-20T16:59:46.223Z] #81 4.830 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
16:59:46 [2022-07-20T16:59:46.223Z] #81 4.843 Setting up dbus (1.12.20-2) ...
16:59:46 [2022-07-20T16:59:46.391Z] #24 0.840 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:59:46 [2022-07-20T16:59:46.391Z] #24 DONE 0.9s
16:59:46 [2022-07-20T16:59:46.391Z] 
16:59:46 [2022-07-20T16:59:46.391Z] #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
16:59:46 [2022-07-20T16:59:46.391Z] #71 sha256:19604a01ac73f463eab79a3186ce39f2577ca7851bdc7dc3143c2737031add9d
16:59:46 [2022-07-20T16:59:46.481Z] #81 4.962 invoke-rc.d: could not determine current runlevel
16:59:46 [2022-07-20T16:59:46.481Z] #81 4.965 invoke-rc.d: policy-rc.d denied execution of start.
16:59:46 [2022-07-20T16:59:46.481Z] #81 4.971 Setting up libpam-systemd:amd64 (247.3-7) ...
16:59:46 [2022-07-20T16:59:46.650Z] #71 ...
16:59:46 [2022-07-20T16:59:46.650Z] 
16:59:46 [2022-07-20T16:59:46.650Z] #25 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:59:46 [2022-07-20T16:59:46.650Z] #25 sha256:ff1813460dfdbaa9997d4254239393e8e886ed4b180bdc654a8ad647d32b4744
16:59:46 [2022-07-20T16:59:46.738Z] #81 5.129 Setting up dbus-user-session (1.12.20-2) ...
16:59:46 [2022-07-20T16:59:46.739Z] #81 5.146 Processing triggers for libc-bin (2.31-13+deb11u3) ...
16:59:46 [2022-07-20T16:59:46.997Z] #81 DONE 5.3s
16:59:46 [2022-07-20T16:59:46.997Z] 
16:59:46 [2022-07-20T16:59:46.997Z] #82 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
16:59:46 [2022-07-20T16:59:46.997Z] #82 sha256:ec87396a6271e77acd9f0764ee143d3b383b6994cb6b7e928e8a34dd1843b1e4
16:59:47 [2022-07-20T16:59:47.185Z] #77 318.7   CCLD     tests/init
16:59:47 [2022-07-20T16:59:47.222Z] #25 DONE 0.9s
16:59:47 [2022-07-20T16:59:47.222Z] 
16:59:47 [2022-07-20T16:59:47.222Z] #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
16:59:47 [2022-07-20T16:59:47.222Z] #67 sha256:443ccae465a82c2de5e1b7f93acfe371f0c9ef8a63d1605fb0d37f8c2f3daf82
16:59:47 [2022-07-20T16:59:47.256Z] #82 0.421   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
16:59:47 [2022-07-20T16:59:47.256Z] #82 0.422                                  Dload  Upload   Total   Spent    Left  Speed
16:59:47 [2022-07-20T16:59:47.514Z] #82 0.423 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   5574      0 --:--:-- --:--:-- --:--:--  5557
100  1823  100  1823    0     0   5557      0 --:--:-- --:--:-- --:--:--  5541
16:59:47 [2022-07-20T16:59:47.514Z] #82 DONE 0.8s
16:59:47 [2022-07-20T16:59:47.514Z] 
16:59:47 [2022-07-20T16:59:47.514Z] #83 [final 1/1] COPY . /go/src/github.com/docker/docker
16:59:47 [2022-07-20T16:59:47.514Z] #83 sha256:45660f7d92d06feca11ac5adaef6d880ead80076b8a44a67813e753c72f73dcb
16:59:47 [2022-07-20T16:59:47.959Z] #64 ...
16:59:47 [2022-07-20T16:59:47.959Z] 
16:59:47 [2022-07-20T16:59:47.959Z] #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
16:59:47 [2022-07-20T16:59:47.959Z] #77 sha256:33358ee3e190388b76c89f80d753c336d4134b7a18f134f60a8769ba1a62dfc0
16:59:47 [2022-07-20T16:59:47.959Z] #77 337.9   CCLD     libcrun.la
16:59:47 [2022-07-20T16:59:47.959Z] #77 337.9   AR       libcrun_testing.a
16:59:47 [2022-07-20T16:59:47.959Z] #77 337.9 ar: `u' modifier ignored since `D' is the default (see `U')
16:59:47 [2022-07-20T16:59:47.959Z] #77 338.0   CCLD     tests/tests_libcrun_utils
16:59:47 [2022-07-20T16:59:47.959Z] #77 338.0   CCLD     tests/tests_libcrun_errors
16:59:47 [2022-07-20T16:59:47.959Z] #77 338.1   CCLD     tests/tests_libcrun_fuzzer
16:59:47 [2022-07-20T16:59:47.959Z] #77 339.3   CCLD     crun
16:59:47 [2022-07-20T16:59:47.959Z] #77 339.9 make[3]: Entering directory '/tmp/crun-build'
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.1  /bin/mkdir -p '/usr/local/share/man/man1'
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.1  /bin/mkdir -p '/usr/local/lib'
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.1  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.1  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.2 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.2 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.2 libtool: install: chmod 644 /usr/local/lib/libcrun.a
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.2 libtool: install: ranlib /usr/local/lib/libcrun.a
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3 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
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3 ----------------------------------------------------------------------
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3 Libraries have been installed in:
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3    /usr/local/lib
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3 
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3 If you ever happen to want to link against installed libraries
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3 in a given directory, LIBDIR, you must either use libtool, and
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3 specify the full pathname of the library, or use the '-LLIBDIR'
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3 flag during linking and do at least one of the following:
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3      during execution
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3    - add LIBDIR to the 'LD_RUN_PATH' environment variable
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3      during linking
16:59:47 [2022-07-20T16:59:47.959Z] #77 340.3    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
16:59:47 [2022-07-20T16:59:47.960Z] #77 340.3    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
16:59:47 [2022-07-20T16:59:47.960Z] #77 340.3 
16:59:47 [2022-07-20T16:59:47.960Z] #77 340.3 See any operating system documentation about shared libraries for
16:59:47 [2022-07-20T16:59:47.960Z] #77 340.3 more information, such as the ld(1) and ld.so(8) manual pages.
16:59:47 [2022-07-20T16:59:47.960Z] #77 340.3 ----------------------------------------------------------------------
16:59:47 [2022-07-20T16:59:47.960Z] #77 340.3  /bin/mkdir -p '/build'
16:59:47 [2022-07-20T16:59:47.960Z] #77 340.4   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
16:59:47 [2022-07-20T16:59:47.960Z] #77 340.5 libtool: install: /usr/bin/install -c crun /build/crun
16:59:47 [2022-07-20T16:59:47.960Z] #77 340.5 make[3]: Leaving directory '/tmp/crun-build'
16:59:47 [2022-07-20T16:59:47.960Z] #77 340.5 make[2]: Leaving directory '/tmp/crun-build'
16:59:47 [2022-07-20T16:59:47.960Z] #77 340.5 make[1]: Leaving directory '/tmp/crun-build'
16:59:48 [2022-07-20T16:59:48.224Z] #77 DONE 340.8s
16:59:48 [2022-07-20T16:59:48.224Z] 
16:59:48 [2022-07-20T16:59:48.224Z] #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
16:59:48 [2022-07-20T16:59:48.224Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
16:59:48 [2022-07-20T16:59:48.448Z] #83 DONE 0.9s
16:59:48 [2022-07-20T16:59:48.448Z] 
16:59:48 [2022-07-20T16:59:48.448Z] #84 exporting to image
16:59:48 [2022-07-20T16:59:48.448Z] #84 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:59:48 [2022-07-20T16:59:48.448Z] #84 exporting layers
16:59:48 [2022-07-20T16:59:48.602Z] #67 ...
16:59:48 [2022-07-20T16:59:48.602Z] 
16:59:48 [2022-07-20T16:59:48.602Z] #26 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:59:48 [2022-07-20T16:59:48.602Z] #26 sha256:a089249a2bc70416e7b5d7704b5b6f1e7cd315fdda0ff2731ffface559491c63
16:59:48 [2022-07-20T16:59:48.602Z] #26 DONE 0.9s
16:59:48 [2022-07-20T16:59:48.602Z] 
16:59:48 [2022-07-20T16:59:48.602Z] #27 [dev-systemd-false  6/28] RUN ldconfig
16:59:48 [2022-07-20T16:59:48.602Z] #27 sha256:02d850a5e591b68bec8e1b49ca0e4a3c74fce8cc9fe7ee2a782987adf364fa46
16:59:49 [2022-07-20T16:59:49.169Z] #27 DONE 1.0s
16:59:49 [2022-07-20T16:59:49.169Z] 
16:59:49 [2022-07-20T16:59:49.169Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
16:59:49 [2022-07-20T16:59:49.169Z] #28 sha256:8e385941d6c160bbcf71f85e9b4aba36a75927777d4d4e7933bef7a97b4ade0f
16:59:50 [2022-07-20T16:59:50.546Z] #28 1.174 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
16:59:50 [2022-07-20T16:59:50.546Z] #28 1.199 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:59:50 [2022-07-20T16:59:50.546Z] #28 1.199 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
16:59:50 [2022-07-20T16:59:50.805Z] #28 1.426 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
16:59:50 [2022-07-20T16:59:50.805Z] #28 1.651 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
16:59:51 [2022-07-20T16:59:51.373Z] #28 1.911 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
16:59:51 [2022-07-20T16:59:51.373Z] #28 2.171 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
16:59:51 [2022-07-20T16:59:51.632Z] #28 2.442 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
16:59:51 [2022-07-20T16:59:51.890Z] #28 2.683 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
16:59:52 [2022-07-20T16:59:52.149Z] #28 2.977 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [166 kB]
16:59:52 [2022-07-20T16:59:52.149Z] #28 2.979 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [166 kB]
16:59:52 [2022-07-20T16:59:52.149Z] #28 2.982 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [165 kB]
16:59:52 [2022-07-20T16:59:52.149Z] #28 2.989 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [148 kB]
16:59:52 [2022-07-20T16:59:52.149Z] #28 2.991 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [140 kB]
16:59:52 [2022-07-20T16:59:52.149Z] #28 2.996 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [158 kB]
16:59:52 [2022-07-20T16:59:52.715Z] #28 3.319 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
16:59:52 [2022-07-20T16:59:52.715Z] #28 3.328 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
16:59:52 [2022-07-20T16:59:52.715Z] #28 3.328 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
16:59:52 [2022-07-20T16:59:52.715Z] #28 3.333 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
16:59:52 [2022-07-20T16:59:52.715Z] #28 3.334 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
16:59:52 [2022-07-20T16:59:52.716Z] #28 3.336 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
16:59:55 [2022-07-20T16:59:55.009Z] #84 exporting layers 6.5s done
16:59:55 [2022-07-20T16:59:55.009Z] #84 writing image sha256:42b2154d115822009a46929922ba8ddd9e4708343ef502d2e013525fe72fdabb
16:59:55 [2022-07-20T16:59:55.009Z] #84 writing image sha256:42b2154d115822009a46929922ba8ddd9e4708343ef502d2e013525fe72fdabb done
16:59:55 [2022-07-20T16:59:55.009Z] #84 naming to docker.io/library/docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 done
16:59:55 [2022-07-20T16:59:55.009Z] #84 DONE 6.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:59:55 [2022-07-20T16:59:55.343Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -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:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/make.sh dynbinary test-integration
16:59:57 [2022-07-20T16:59:57.241Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
16:59:57 [2022-07-20T16:59:57.241Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
16:59:57 [2022-07-20T16:59:57.241Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
16:59:57 [2022-07-20T16:59:57.241Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
16:59:57 [2022-07-20T16:59:57.241Z] 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)
16:59:57 [2022-07-20T16:59:57.241Z] Detected virtualization docker.
16:59:57 [2022-07-20T16:59:57.241Z] Detected architecture x86-64.
16:59:57 [2022-07-20T16:59:57.241Z] Set hostname to <dbb1baee0a57>.
16:59:57 [2022-07-20T16:59:57.241Z] modprobe@configfs.service: Succeeded.
16:59:57 [2022-07-20T16:59:57.241Z] modprobe@drm.service: Succeeded.
16:59:57 [2022-07-20T16:59:57.241Z] modprobe@fuse.service: Succeeded.
16:59:57 [2022-07-20T16:59:57.241Z] + source /etc/docker-entrypoint-cmd
16:59:57 [2022-07-20T16:59:57.241Z] ++ hack/make.sh dynbinary test-integration
16:59:57 [2022-07-20T16:59:57.241Z] 
16:59:57 [2022-07-20T16:59:57.241Z] Removing bundles/
16:59:57 [2022-07-20T16:59:57.241Z] 
16:59:57 [2022-07-20T16:59:57.241Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:59:57 [2022-07-20T16:59:57.241Z] Building: bundles/dynbinary-daemon/dockerd
16:59:57 [2022-07-20T16:59:57.241Z] GOOS="" GOARCH="" GOARM=""
16:59:59 [2022-07-20T16:59:59.285Z] #28 ...
16:59:59 [2022-07-20T16:59:59.285Z] 
16:59:59 [2022-07-20T16:59:59.285Z] #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
16:59:59 [2022-07-20T16:59:59.285Z] #67 sha256:443ccae465a82c2de5e1b7f93acfe371f0c9ef8a63d1605fb0d37f8c2f3daf82
16:59:59 [2022-07-20T16:59:59.285Z] #67 5.437 + cd /tmp/tmp.3XFnce8bFa/src/github.com/opencontainers/runc
16:59:59 [2022-07-20T16:59:59.285Z] #67 5.437 + git checkout -q v1.1.2
16:59:59 [2022-07-20T16:59:59.285Z] #67 5.882 + '[' -z '' ']'
16:59:59 [2022-07-20T16:59:59.285Z] #67 5.882 + target=static
16:59:59 [2022-07-20T16:59:59.285Z] #67 5.882 + make BUILDTAGS=seccomp static
16:59:59 [2022-07-20T16:59:59.285Z] #67 6.155 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
17:00:04 [2022-07-20T17:00:04.555Z] #67 ...
17:00:04 [2022-07-20T17:00:04.555Z] 
17:00:04 [2022-07-20T17:00:04.555Z] #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             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
17:00:04 [2022-07-20T17:00:04.555Z] #28 sha256:8e385941d6c160bbcf71f85e9b4aba36a75927777d4d4e7933bef7a97b4ade0f
17:00:04 [2022-07-20T17:00:04.555Z] #28 14.67 Fetched 49.1 MB in 14s (3576 kB/s)
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ok  	github.com/docker/docker/api/server/httputils	0.006s	coverage: 31.9% of statements
17:00:04 [2022-07-20T17:00:04.613Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ok  	github.com/docker/docker/api/server/router/swarm	0.012s	coverage: 6.0% of statements
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ok  	github.com/docker/docker/api/types/filters	0.013s	coverage: 92.2% of statements
17:00:04 [2022-07-20T17:00:04.613Z] ok  	github.com/docker/docker/api/server/router/volume	0.009s	coverage: 67.9% of statements
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types/container	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types/events	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types/image	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types/network	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
17:00:04 [2022-07-20T17:00:04.613Z] ok  	github.com/docker/docker/api/types/time	0.006s	coverage: 100.0% of statements
17:00:04 [2022-07-20T17:00:04.873Z] ok  	github.com/docker/docker/api/types/versions	0.003s	coverage: 77.3% of statements
17:00:04 [2022-07-20T17:00:04.873Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
17:00:04 [2022-07-20T17:00:04.873Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
17:00:04 [2022-07-20T17:00:04.873Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
17:00:04 [2022-07-20T17:00:04.873Z] ?   	github.com/docker/docker/builder	[no test files]
17:00:04 [2022-07-20T17:00:04.873Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
17:00:04 [2022-07-20T17:00:04.873Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
17:00:04 [2022-07-20T17:00:04.873Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
17:00:04 [2022-07-20T17:00:04.873Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
17:00:04 [2022-07-20T17:00:04.873Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
17:00:04 [2022-07-20T17:00:04.873Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
17:00:04 [2022-07-20T17:00:04.873Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
17:00:06 [2022-07-20T17:00:06.344Z] #55 434.4 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
17:00:06 [2022-07-20T17:00:06.344Z] #55 DONE 434.8s
17:00:06 [2022-07-20T17:00:06.344Z] 
17:00:06 [2022-07-20T17:00:06.344Z] #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
17:00:06 [2022-07-20T17:00:06.344Z] #60 sha256:77167377de4a2a7dd6fffe297dae49565e69fd17c79d508cb6eb09fea49100b1
17:00:06 [2022-07-20T17:00:06.344Z] #60 221.5 + mkdir -p /build
17:00:06 [2022-07-20T17:00:06.344Z] #60 221.5 + cp runc /build/runc
17:00:06 [2022-07-20T17:00:06.344Z] #60 DONE 221.6s
17:00:06 [2022-07-20T17:00:06.344Z] 
17:00:06 [2022-07-20T17:00:06.344Z] #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
17:00:06 [2022-07-20T17:00:06.344Z] #64 sha256:d51648f036faec5ad7e46efd11c4ec4390f6a9cfa0bd6d1b09eeb6ae5402aee3
17:00:06 [2022-07-20T17:00:06.780Z] ok  	github.com/docker/docker/builder/remotecontext	0.124s	coverage: 13.7% of statements
17:00:07 [2022-07-20T17:00:07.718Z] ok  	github.com/docker/docker/builder/dockerfile	0.451s	coverage: 49.3% of statements
17:00:07 [2022-07-20T17:00:07.718Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
17:00:08 [2022-07-20T17:00:08.286Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
17:00:08 [2022-07-20T17:00:08.854Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.487s	coverage: 86.3% of statements
17:00:08 [2022-07-20T17:00:08.854Z] ?   	github.com/docker/docker/cli	[no test files]
17:00:08 [2022-07-20T17:00:08.854Z] ?   	github.com/docker/docker/cli/config	[no test files]
17:00:08 [2022-07-20T17:00:08.854Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
17:00:08 [2022-07-20T17:00:08.854Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
17:00:08 [2022-07-20T17:00:08.878Z] #64 ...
17:00:08 [2022-07-20T17:00:08.878Z] 
17:00:08 [2022-07-20T17:00:08.878Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
17:00:08 [2022-07-20T17:00:08.878Z] #56 sha256:6d60a89247b6ea1fd172f7da19ce59e953e100b6dadda40b0b7837b7d0c6ac49
17:00:09 [2022-07-20T17:00:09.090Z] #77 338.8   AR       libcrun_testing.a
17:00:09 [2022-07-20T17:00:09.090Z] #77 338.8 ar: `u' modifier ignored since `D' is the default (see `U')
17:00:09 [2022-07-20T17:00:09.090Z] #77 338.9   CCLD     tests/tests_libcrun_utils
17:00:09 [2022-07-20T17:00:09.090Z] #77 338.9   CCLD     tests/tests_libcrun_errors
17:00:09 [2022-07-20T17:00:09.090Z] #77 339.0   CCLD     tests/tests_libcrun_fuzzer
17:00:09 [2022-07-20T17:00:09.090Z] #77 339.3   CCLD     libcrun.la
17:00:09 [2022-07-20T17:00:09.090Z] #77 340.4   CCLD     crun
17:00:09 [2022-07-20T17:00:09.137Z] #56 DONE 0.2s
17:00:09 [2022-07-20T17:00:09.137Z] 
17:00:09 [2022-07-20T17:00:09.137Z] #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
17:00:09 [2022-07-20T17:00:09.137Z] #64 sha256:d51648f036faec5ad7e46efd11c4ec4390f6a9cfa0bd6d1b09eeb6ae5402aee3
17:00:09 [2022-07-20T17:00:09.137Z] #64 ...
17:00:09 [2022-07-20T17:00:09.137Z] 
17:00:09 [2022-07-20T17:00:09.137Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
17:00:09 [2022-07-20T17:00:09.137Z] #58 sha256:be7ef3e1d63e398cfb0b8323f0e29cbd94380dfed1e07b8dc59408d70fb66ab3
17:00:09 [2022-07-20T17:00:09.137Z] #58 DONE 0.1s
17:00:09 [2022-07-20T17:00:09.137Z] 
17:00:09 [2022-07-20T17:00:09.137Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
17:00:09 [2022-07-20T17:00:09.137Z] #61 sha256:e2688596ba9038cf58a360a599b292bdd3ac2c2065bd986045118bc37cce7941
17:00:09 [2022-07-20T17:00:09.347Z] #77 340.9 make[3]: Entering directory '/tmp/crun-build'
17:00:09 [2022-07-20T17:00:09.396Z] #61 DONE 0.1s
17:00:09 [2022-07-20T17:00:09.396Z] 
17:00:09 [2022-07-20T17:00:09.396Z] #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
17:00:09 [2022-07-20T17:00:09.396Z] #64 sha256:d51648f036faec5ad7e46efd11c4ec4390f6a9cfa0bd6d1b09eeb6ae5402aee3
17:00:09 [2022-07-20T17:00:09.604Z] #77 341.1  /bin/mkdir -p '/usr/local/share/man/man1'
17:00:09 [2022-07-20T17:00:09.604Z] #77 341.1  /bin/mkdir -p '/usr/local/lib'
17:00:09 [2022-07-20T17:00:09.604Z] #77 341.1  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
17:00:09 [2022-07-20T17:00:09.604Z] #77 341.1  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
17:00:09 [2022-07-20T17:00:09.604Z] #77 341.2 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
17:00:09 [2022-07-20T17:00:09.604Z] #77 341.2 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
17:00:09 [2022-07-20T17:00:09.604Z] #77 341.2 libtool: install: chmod 644 /usr/local/lib/libcrun.a
17:00:09 [2022-07-20T17:00:09.604Z] #77 341.2 libtool: install: ranlib /usr/local/lib/libcrun.a
17:00:09 [2022-07-20T17:00:09.790Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.317s	coverage: 67.6% of statements
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 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
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 ----------------------------------------------------------------------
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 Libraries have been installed in:
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4    /usr/local/lib
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 If you ever happen to want to link against installed libraries
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 in a given directory, LIBDIR, you must either use libtool, and
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 specify the full pathname of the library, or use the '-LLIBDIR'
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 flag during linking and do at least one of the following:
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4      during execution
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4    - add LIBDIR to the 'LD_RUN_PATH' environment variable
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4      during linking
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 See any operating system documentation about shared libraries for
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 more information, such as the ld(1) and ld.so(8) manual pages.
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4 ----------------------------------------------------------------------
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.4  /bin/mkdir -p '/build'
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.5   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
17:00:09 [2022-07-20T17:00:09.863Z] #77 341.5 libtool: install: /usr/bin/install -c crun /build/crun
17:00:10 [2022-07-20T17:00:10.120Z] #77 341.6 make[3]: Leaving directory '/tmp/crun-build'
17:00:10 [2022-07-20T17:00:10.120Z] #77 341.6 make[2]: Leaving directory '/tmp/crun-build'
17:00:10 [2022-07-20T17:00:10.120Z] #77 341.6 make[1]: Leaving directory '/tmp/crun-build'
17:00:10 [2022-07-20T17:00:10.376Z] #77 DONE 341.9s
17:00:10 [2022-07-20T17:00:10.376Z] 
17:00:10 [2022-07-20T17:00:10.376Z] #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
17:00:10 [2022-07-20T17:00:10.376Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
17:00:11 [2022-07-20T17:00:11.120Z] #28 14.67 Reading package lists...
17:00:12 [2022-07-20T17:00:12.688Z] #64 379.7 + bin/containerd
17:00:13 [2022-07-20T17:00:13.122Z] ok  	github.com/docker/docker/client	0.074s	coverage: 75.9% of statements
17:00:17 [2022-07-20T17:00:17.681Z] #28 21.08 Reading package lists...
17:00:18 [2022-07-20T17:00:18.615Z] #28 27.82 Building dependency tree...
17:00:19 [2022-07-20T17:00:19.988Z] #28 30.80 bzip2 is already the newest version (1.0.8-4).
17:00:19 [2022-07-20T17:00:19.988Z] #28 30.80 patch is already the newest version (2.7.6-7).
17:00:19 [2022-07-20T17:00:19.988Z] #28 30.80 xz-utils is already the newest version (5.2.5-2.1~deb11u1).
17:00:19 [2022-07-20T17:00:19.988Z] #28 30.80 The following additional packages will be installed:
17:00:20 [2022-07-20T17:00:20.247Z] #28 30.81   libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
17:00:20 [2022-07-20T17:00:20.247Z] #28 30.81   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
17:00:20 [2022-07-20T17:00:20.247Z] #28 30.82   libxtables12 python-pip-whl python3-distutils python3-lib2to3
17:00:20 [2022-07-20T17:00:20.247Z] #28 30.83   python3-pkg-resources vim-runtime xxd
17:00:20 [2022-07-20T17:00:20.247Z] #28 30.86 Suggested packages:
17:00:20 [2022-07-20T17:00:20.247Z] #28 30.86   apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm
17:00:20 [2022-07-20T17:00:20.247Z] #28 30.86   python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota
17:00:20 [2022-07-20T17:00:20.247Z] #28 30.86 Recommended packages:
17:00:20 [2022-07-20T17:00:20.247Z] #28 30.86   libatm1 nftables libpam-cap build-essential python3-dev unzip
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.48 The following NEW packages will be installed:
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.48   apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.48   libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.48   libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.49   libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.49   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.49   python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.49   vim-common vim-runtime xfsprogs xxd zip zstd
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.88 0 upgraded, 45 newly installed, 0 to remove and 0 not upgraded.
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.88 Need to get 18.6 MB of archives.
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.88 After this operation, 71.4 MB of additional disk space will be used.
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.88 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.89 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.89 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.89 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.89 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.92 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.92 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.92 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.93 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.94 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.94 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.95 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.95 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.95 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.95 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.95 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.96 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.96 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.97 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.97 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.97 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.97 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.97 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.98 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.98 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.98 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
17:00:22 [2022-07-20T17:00:22.146Z] #28 32.98 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.01 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.02 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.02 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.03 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.03 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.03 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.04 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.06 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.06 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.07 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.17 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.19 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.20 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
17:00:22 [2022-07-20T17:00:22.405Z] #28 33.20 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
17:00:22 [2022-07-20T17:00:22.972Z] #28 33.82 debconf: delaying package configuration, since apt-utils is not installed
17:00:23 [2022-07-20T17:00:23.539Z] #28 34.11 Fetched 18.6 MB in 1s (30.1 MB/s)
17:00:23 [2022-07-20T17:00:23.539Z] #28 34.15 Selecting previously unselected package pigz.
17:00:23 [2022-07-20T17:00:23.539Z] #28 34.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 ... 40116 files and directories currently installed.)
17:00:23 [2022-07-20T17:00:23.539Z] #28 34.20 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
17:00:23 [2022-07-20T17:00:23.539Z] #28 34.21 Unpacking pigz (2.6-1) ...
17:00:23 [2022-07-20T17:00:23.539Z] #28 34.28 Selecting previously unselected package libelf1:amd64.
17:00:23 [2022-07-20T17:00:23.539Z] #28 34.29 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
17:00:23 [2022-07-20T17:00:23.539Z] #28 34.31 Unpacking libelf1:amd64 (0.183-1) ...
17:00:23 [2022-07-20T17:00:23.539Z] #28 34.42 Selecting previously unselected package libbpf0:amd64.
17:00:23 [2022-07-20T17:00:23.797Z] #28 34.42 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
17:00:23 [2022-07-20T17:00:23.797Z] #28 34.43 Unpacking libbpf0:amd64 (1:0.3-2) ...
17:00:23 [2022-07-20T17:00:23.797Z] #28 34.51 Selecting previously unselected package libcap2:amd64.
17:00:23 [2022-07-20T17:00:23.797Z] #28 34.51 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
17:00:23 [2022-07-20T17:00:23.797Z] #28 34.52 Unpacking libcap2:amd64 (1:2.44-1) ...
17:00:23 [2022-07-20T17:00:23.797Z] #28 34.58 Selecting previously unselected package libmnl0:amd64.
17:00:23 [2022-07-20T17:00:23.797Z] #28 34.59 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
17:00:23 [2022-07-20T17:00:23.797Z] #28 34.60 Unpacking libmnl0:amd64 (1.0.4-3) ...
17:00:23 [2022-07-20T17:00:23.797Z] #28 34.64 Selecting previously unselected package libxtables12:amd64.
17:00:23 [2022-07-20T17:00:23.797Z] #28 34.65 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
17:00:23 [2022-07-20T17:00:23.797Z] #28 34.65 Unpacking libxtables12:amd64 (1.8.7-1) ...
17:00:24 [2022-07-20T17:00:24.056Z] #28 34.70 Selecting previously unselected package libcap2-bin.
17:00:24 [2022-07-20T17:00:24.056Z] #28 34.71 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
17:00:24 [2022-07-20T17:00:24.056Z] #28 34.71 Unpacking libcap2-bin (1:2.44-1) ...
17:00:24 [2022-07-20T17:00:24.056Z] #28 34.79 Selecting previously unselected package iproute2.
17:00:24 [2022-07-20T17:00:24.056Z] #28 34.80 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
17:00:24 [2022-07-20T17:00:24.056Z] #28 34.81 Unpacking iproute2 (5.10.0-4) ...
17:00:24 [2022-07-20T17:00:24.314Z] #28 35.08 Selecting previously unselected package xxd.
17:00:24 [2022-07-20T17:00:24.314Z] #28 35.08 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
17:00:24 [2022-07-20T17:00:24.314Z] #28 35.09 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
17:00:24 [2022-07-20T17:00:24.314Z] #28 35.16 Selecting previously unselected package vim-common.
17:00:24 [2022-07-20T17:00:24.314Z] #28 35.17 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
17:00:24 [2022-07-20T17:00:24.573Z] #28 35.18 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
17:00:24 [2022-07-20T17:00:24.573Z] #28 35.29 Selecting previously unselected package bash-completion.
17:00:24 [2022-07-20T17:00:24.573Z] #28 35.31 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
17:00:25 [2022-07-20T17:00:25.950Z] #28 36.47 Unpacking bash-completion (1:2.11-2) ...
17:00:25 [2022-07-20T17:00:25.950Z] #28 36.72 Selecting previously unselected package apparmor.
17:00:26 [2022-07-20T17:00:26.209Z] #28 36.73 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ...
17:00:26 [2022-07-20T17:00:26.209Z] #28 36.78 Unpacking apparmor (2.13.6-10) ...
17:00:26 [2022-07-20T17:00:26.467Z] #28 37.05 Selecting previously unselected package inetutils-ping.
17:00:26 [2022-07-20T17:00:26.467Z] #28 37.07 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ...
17:00:26 [2022-07-20T17:00:26.467Z] #28 37.07 Unpacking inetutils-ping (2:2.0-1) ...
17:00:26 [2022-07-20T17:00:26.467Z] #28 37.15 Selecting previously unselected package libip4tc2:amd64.
17:00:26 [2022-07-20T17:00:26.467Z] #28 37.16 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ...
17:00:26 [2022-07-20T17:00:26.467Z] #28 37.17 Unpacking libip4tc2:amd64 (1.8.7-1) ...
17:00:26 [2022-07-20T17:00:26.467Z] #28 37.23 Selecting previously unselected package libip6tc2:amd64.
17:00:26 [2022-07-20T17:00:26.467Z] #28 37.23 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ...
17:00:26 [2022-07-20T17:00:26.467Z] #28 37.24 Unpacking libip6tc2:amd64 (1.8.7-1) ...
17:00:26 [2022-07-20T17:00:26.467Z] #28 37.29 Selecting previously unselected package libnfnetlink0:amd64.
17:00:26 [2022-07-20T17:00:26.726Z] #28 37.29 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
17:00:26 [2022-07-20T17:00:26.726Z] #28 37.30 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:00:26 [2022-07-20T17:00:26.726Z] #28 37.34 Selecting previously unselected package libnetfilter-conntrack3:amd64.
17:00:26 [2022-07-20T17:00:26.726Z] #28 37.35 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
17:00:26 [2022-07-20T17:00:26.726Z] #28 37.35 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
17:00:26 [2022-07-20T17:00:26.726Z] #28 37.41 Selecting previously unselected package libnftnl11:amd64.
17:00:26 [2022-07-20T17:00:26.726Z] #28 37.42 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ...
17:00:26 [2022-07-20T17:00:26.726Z] #28 37.43 Unpacking libnftnl11:amd64 (1.1.9-1) ...
17:00:26 [2022-07-20T17:00:26.726Z] #28 37.50 Selecting previously unselected package iptables.
17:00:26 [2022-07-20T17:00:26.726Z] #28 37.50 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ...
17:00:26 [2022-07-20T17:00:26.726Z] #28 37.51 Unpacking iptables (1.8.7-1) ...
17:00:26 [2022-07-20T17:00:26.985Z] #28 37.71 Selecting previously unselected package libonig5:amd64.
17:00:26 [2022-07-20T17:00:26.985Z] #28 37.71 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ...
17:00:26 [2022-07-20T17:00:26.985Z] #28 37.72 Unpacking libonig5:amd64 (6.9.6-1.1) ...
17:00:27 [2022-07-20T17:00:27.243Z] #28 37.82 Selecting previously unselected package libjq1:amd64.
17:00:27 [2022-07-20T17:00:27.243Z] #28 37.83 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ...
17:00:27 [2022-07-20T17:00:27.243Z] #28 37.84 Unpacking libjq1:amd64 (1.6-2.1) ...
17:00:27 [2022-07-20T17:00:27.243Z] #28 37.93 Selecting previously unselected package jq.
17:00:27 [2022-07-20T17:00:27.243Z] #28 37.95 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ...
17:00:27 [2022-07-20T17:00:27.243Z] #28 37.95 Unpacking jq (1.6-2.1) ...
17:00:27 [2022-07-20T17:00:27.243Z] #28 38.00 Selecting previously unselected package libaio1:amd64.
17:00:27 [2022-07-20T17:00:27.243Z] #28 38.02 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ...
17:00:27 [2022-07-20T17:00:27.243Z] #28 38.03 Unpacking libaio1:amd64 (0.3.112-9) ...
17:00:27 [2022-07-20T17:00:27.243Z] #28 38.09 Selecting previously unselected package libgpm2:amd64.
17:00:27 [2022-07-20T17:00:27.243Z] #28 38.09 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ...
17:00:27 [2022-07-20T17:00:27.243Z] #28 38.11 Unpacking libgpm2:amd64 (1.20.7-8) ...
17:00:27 [2022-07-20T17:00:27.502Z] #28 38.15 Selecting previously unselected package libinih1:amd64.
17:00:27 [2022-07-20T17:00:27.502Z] #28 38.16 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ...
17:00:27 [2022-07-20T17:00:27.502Z] #28 38.17 Unpacking libinih1:amd64 (53-1+b2) ...
17:00:27 [2022-07-20T17:00:27.502Z] #28 38.21 Selecting previously unselected package libnet1:amd64.
17:00:27 [2022-07-20T17:00:27.502Z] #28 38.22 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
17:00:27 [2022-07-20T17:00:27.502Z] #28 38.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.29 Selecting previously unselected package libnl-3-200:amd64.
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.30 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ...
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.30 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.36 Selecting previously unselected package libprotobuf-c1:amd64.
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.37 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.37 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.43 Selecting previously unselected package libyajl2:amd64.
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.43 Preparing to unpack .../28-libyajl2_2.1.0-3_amd64.deb ...
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.44 Unpacking libyajl2:amd64 (2.1.0-3) ...
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.50 Selecting previously unselected package net-tools.
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.51 Preparing to unpack .../29-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
17:00:27 [2022-07-20T17:00:27.760Z] #28 38.52 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
17:00:28 [2022-07-20T17:00:28.018Z] #28 38.63 Selecting previously unselected package python-pip-whl.
17:00:28 [2022-07-20T17:00:28.018Z] #28 38.64 Preparing to unpack .../30-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
17:00:28 [2022-07-20T17:00:28.018Z] #28 38.65 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
17:00:28 [2022-07-20T17:00:28.276Z] #28 38.98 Selecting previously unselected package python3-lib2to3.
17:00:28 [2022-07-20T17:00:28.276Z] #28 38.99 Preparing to unpack .../31-python3-lib2to3_3.9.2-1_all.deb ...
17:00:28 [2022-07-20T17:00:28.276Z] #28 38.99 Unpacking python3-lib2to3 (3.9.2-1) ...
17:00:28 [2022-07-20T17:00:28.276Z] #28 39.06 Selecting previously unselected package python3-distutils.
17:00:28 [2022-07-20T17:00:28.276Z] #28 39.06 Preparing to unpack .../32-python3-distutils_3.9.2-1_all.deb ...
17:00:28 [2022-07-20T17:00:28.276Z] #28 39.07 Unpacking python3-distutils (3.9.2-1) ...
17:00:28 [2022-07-20T17:00:28.440Z] #55 ...
17:00:28 [2022-07-20T17:00:28.440Z] 
17:00:28 [2022-07-20T17:00:28.440Z] #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
17:00:28 [2022-07-20T17:00:28.440Z] #60 sha256:521edc8da9fd8e91b94ee86a3d09913492d90c275667757ee308ce8f8ddb3677
17:00:28 [2022-07-20T17:00:28.440Z] #60 220.6 + mkdir -p /build
17:00:28 [2022-07-20T17:00:28.440Z] #60 220.6 + cp runc /build/runc
17:00:28 [2022-07-20T17:00:28.440Z] #60 ...
17:00:28 [2022-07-20T17:00:28.440Z] 
17:00:28 [2022-07-20T17:00:28.440Z] #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
17:00:28 [2022-07-20T17:00:28.440Z] #55 sha256:e7dc833ac9a21d5dce5073a98315a779154c77373b39b86f6959b3b9ef27db60
17:00:28 [2022-07-20T17:00:28.440Z] #55 437.5 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
17:00:28 [2022-07-20T17:00:28.440Z] #55 DONE 438.2s
17:00:28 [2022-07-20T17:00:28.440Z] 
17:00:28 [2022-07-20T17:00:28.440Z] #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
17:00:28 [2022-07-20T17:00:28.440Z] #60 sha256:521edc8da9fd8e91b94ee86a3d09913492d90c275667757ee308ce8f8ddb3677
17:00:28 [2022-07-20T17:00:28.440Z] #60 DONE 221.8s
17:00:28 [2022-07-20T17:00:28.440Z] 
17:00:28 [2022-07-20T17:00:28.440Z] #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
17:00:28 [2022-07-20T17:00:28.440Z] #64 sha256:8d5e8de6f6759edd078a3da3a0613589c30a893e676f9a7d6e753db1d9b65b5c
17:00:28 [2022-07-20T17:00:28.534Z] #28 39.15 Selecting previously unselected package python3-pkg-resources.
17:00:28 [2022-07-20T17:00:28.534Z] #28 39.16 Preparing to unpack .../33-python3-pkg-resources_52.0.0-4_all.deb ...
17:00:28 [2022-07-20T17:00:28.534Z] #28 39.17 Unpacking python3-pkg-resources (52.0.0-4) ...
17:00:28 [2022-07-20T17:00:28.534Z] #28 39.26 Selecting previously unselected package python3-setuptools.
17:00:28 [2022-07-20T17:00:28.534Z] #28 39.26 Preparing to unpack .../34-python3-setuptools_52.0.0-4_all.deb ...
17:00:28 [2022-07-20T17:00:28.534Z] #28 39.27 Unpacking python3-setuptools (52.0.0-4) ...
17:00:28 [2022-07-20T17:00:28.534Z] #28 39.41 Selecting previously unselected package python3-wheel.
17:00:28 [2022-07-20T17:00:28.792Z] #28 39.41 Preparing to unpack .../35-python3-wheel_0.34.2-1_all.deb ...
17:00:28 [2022-07-20T17:00:28.792Z] #28 39.42 Unpacking python3-wheel (0.34.2-1) ...
17:00:28 [2022-07-20T17:00:28.792Z] #28 39.48 Selecting previously unselected package python3-pip.
17:00:28 [2022-07-20T17:00:28.792Z] #28 39.48 Preparing to unpack .../36-python3-pip_20.3.4-4+deb11u1_all.deb ...
17:00:28 [2022-07-20T17:00:28.792Z] #28 39.49 Unpacking python3-pip (20.3.4-4+deb11u1) ...
17:00:28 [2022-07-20T17:00:28.792Z] #28 39.65 Selecting previously unselected package sudo.
17:00:28 [2022-07-20T17:00:28.792Z] #28 39.66 Preparing to unpack .../37-sudo_1.9.5p2-3_amd64.deb ...
17:00:28 [2022-07-20T17:00:28.792Z] #28 39.67 Unpacking sudo (1.9.5p2-3) ...
17:00:29 [2022-07-20T17:00:29.402Z] #28 39.99 Selecting previously unselected package thin-provisioning-tools.
17:00:29 [2022-07-20T17:00:29.402Z] #28 40.00 Preparing to unpack .../38-thin-provisioning-tools_0.9.0-1_amd64.deb ...
17:00:29 [2022-07-20T17:00:29.402Z] #28 40.01 Unpacking thin-provisioning-tools (0.9.0-1) ...
17:00:29 [2022-07-20T17:00:29.402Z] #28 40.15 Selecting previously unselected package uidmap.
17:00:29 [2022-07-20T17:00:29.402Z] #28 40.15 Preparing to unpack .../39-uidmap_1%3a4.8.1-1_amd64.deb ...
17:00:29 [2022-07-20T17:00:29.402Z] #28 40.16 Unpacking uidmap (1:4.8.1-1) ...
17:00:29 [2022-07-20T17:00:29.402Z] #28 40.25 Selecting previously unselected package vim-runtime.
17:00:29 [2022-07-20T17:00:29.664Z] #28 40.26 Preparing to unpack .../40-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
17:00:29 [2022-07-20T17:00:29.664Z] #28 40.29 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
17:00:29 [2022-07-20T17:00:29.664Z] #28 40.32 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
17:00:29 [2022-07-20T17:00:29.664Z] #28 40.33 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
17:00:30 [2022-07-20T17:00:30.339Z] #64 ...
17:00:30 [2022-07-20T17:00:30.339Z] 
17:00:30 [2022-07-20T17:00:30.339Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
17:00:30 [2022-07-20T17:00:30.339Z] #56 sha256:a1ecbb5b68482391e8a7929eb72cd46aa1f841c65d7d4ab887650d2265d2e200
17:00:30 [2022-07-20T17:00:30.904Z] #56 DONE 0.7s
17:00:30 [2022-07-20T17:00:30.904Z] 
17:00:30 [2022-07-20T17:00:30.904Z] #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
17:00:30 [2022-07-20T17:00:30.904Z] #64 sha256:8d5e8de6f6759edd078a3da3a0613589c30a893e676f9a7d6e753db1d9b65b5c
17:00:30 [2022-07-20T17:00:30.904Z] #64 ...
17:00:30 [2022-07-20T17:00:30.904Z] 
17:00:30 [2022-07-20T17:00:30.904Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
17:00:30 [2022-07-20T17:00:30.904Z] #58 sha256:fac85ec5fbd04368815b6d7a8e25a360fb2fbac0c9624c6b2a07c0dfdc6d7690
17:00:30 [2022-07-20T17:00:30.904Z] #58 DONE 0.1s
17:00:30 [2022-07-20T17:00:30.904Z] 
17:00:30 [2022-07-20T17:00:30.904Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
17:00:30 [2022-07-20T17:00:30.904Z] #61 sha256:8b3bce6f84cf8335c8cffc7e0f156b1e6348454b1a6619f172708b2d1e184205
17:00:31 [2022-07-20T17:00:31.468Z] #61 DONE 0.3s
17:00:31 [2022-07-20T17:00:31.468Z] 
17:00:31 [2022-07-20T17:00:31.468Z] #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
17:00:31 [2022-07-20T17:00:31.468Z] #64 sha256:8d5e8de6f6759edd078a3da3a0613589c30a893e676f9a7d6e753db1d9b65b5c
17:00:31 [2022-07-20T17:00:31.591Z] #28 42.24 Selecting previously unselected package vim.
17:00:31 [2022-07-20T17:00:31.591Z] #28 42.25 Preparing to unpack .../41-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
17:00:31 [2022-07-20T17:00:31.591Z] #28 42.27 Unpacking vim (2:8.2.2434-3+deb11u1) ...
17:00:32 [2022-07-20T17:00:32.157Z] #28 42.66 Selecting previously unselected package xfsprogs.
17:00:32 [2022-07-20T17:00:32.157Z] #28 42.67 Preparing to unpack .../42-xfsprogs_5.10.0-4_amd64.deb ...
17:00:32 [2022-07-20T17:00:32.157Z] #28 42.67 Unpacking xfsprogs (5.10.0-4) ...
17:00:32 [2022-07-20T17:00:32.415Z] #28 42.97 Selecting previously unselected package zip.
17:00:32 [2022-07-20T17:00:32.415Z] #28 42.98 Preparing to unpack .../43-zip_3.0-12_amd64.deb ...
17:00:32 [2022-07-20T17:00:32.415Z] #28 42.99 Unpacking zip (3.0-12) ...
17:00:32 [2022-07-20T17:00:32.415Z] #28 43.08 Selecting previously unselected package zstd.
17:00:32 [2022-07-20T17:00:32.415Z] #28 43.10 Preparing to unpack .../44-zstd_1.4.8+dfsg-2.1_amd64.deb ...
17:00:32 [2022-07-20T17:00:32.415Z] #28 43.10 Unpacking zstd (1.4.8+dfsg-2.1) ...
17:00:32 [2022-07-20T17:00:32.673Z] #28 43.37 Setting up python3-pkg-resources (52.0.0-4) ...
17:00:32 [2022-07-20T17:00:32.835Z] #64 383.2 + bin/containerd
17:00:33 [2022-07-20T17:00:33.239Z] #28 43.91 Setting up libip4tc2:amd64 (1.8.7-1) ...
17:00:33 [2022-07-20T17:00:33.239Z] #28 43.93 Setting up net-tools (1.60+git20181103.0eebece-1) ...
17:00:33 [2022-07-20T17:00:33.239Z] #28 43.94 Setting up libgpm2:amd64 (1.20.7-8) ...
17:00:33 [2022-07-20T17:00:33.239Z] #28 43.95 Setting up libip6tc2:amd64 (1.8.7-1) ...
17:00:33 [2022-07-20T17:00:33.239Z] #28 43.96 Setting up libinih1:amd64 (53-1+b2) ...
17:00:33 [2022-07-20T17:00:33.239Z] #28 43.97 Setting up uidmap (1:4.8.1-1) ...
17:00:33 [2022-07-20T17:00:33.239Z] #28 43.98 Setting up libyajl2:amd64 (2.1.0-3) ...
17:00:33 [2022-07-20T17:00:33.239Z] #28 44.00 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
17:00:33 [2022-07-20T17:00:33.239Z] #28 44.01 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
17:00:33 [2022-07-20T17:00:33.239Z] #28 44.02 Setting up python3-wheel (0.34.2-1) ...
17:00:33 [2022-07-20T17:00:33.806Z] #28 44.49 Setting up xxd (2:8.2.2434-3+deb11u1) ...
17:00:33 [2022-07-20T17:00:33.807Z] #28 44.54 Setting up libcap2:amd64 (1:2.44-1) ...
17:00:33 [2022-07-20T17:00:33.807Z] #28 44.56 Setting up libcap2-bin (1:2.44-1) ...
17:00:33 [2022-07-20T17:00:33.807Z] #28 44.57 Setting up apparmor (2.13.6-10) ...
17:00:35 [2022-07-20T17:00:35.183Z] #28 45.79 Setting up zip (3.0-12) ...
17:00:35 [2022-07-20T17:00:35.183Z] #28 45.81 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
17:00:35 [2022-07-20T17:00:35.183Z] #28 45.84 Setting up bash-completion (1:2.11-2) ...
17:00:36 [2022-07-20T17:00:36.559Z] #28 47.20 Setting up libmnl0:amd64 (1.0.4-3) ...
17:00:36 [2022-07-20T17:00:36.559Z] #28 47.21 Setting up sudo (1.9.5p2-3) ...
17:00:36 [2022-07-20T17:00:36.559Z] #28 47.26 invoke-rc.d: could not determine current runlevel
17:00:36 [2022-07-20T17:00:36.559Z] #28 47.27 invoke-rc.d: policy-rc.d denied execution of start.
17:00:36 [2022-07-20T17:00:36.559Z] #28 47.28 Setting up xfsprogs (5.10.0-4) ...
17:00:36 [2022-07-20T17:00:36.559Z] #28 47.31 Setting up libxtables12:amd64 (1.8.7-1) ...
17:00:36 [2022-07-20T17:00:36.559Z] #28 47.32 Setting up inetutils-ping (2:2.0-1) ...
17:00:36 [2022-07-20T17:00:36.559Z] #28 47.33 Setting up pigz (2.6-1) ...
17:00:36 [2022-07-20T17:00:36.559Z] #28 47.34 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
17:00:36 [2022-07-20T17:00:36.559Z] #28 47.36 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
17:00:36 [2022-07-20T17:00:36.818Z] #28 47.37 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
17:00:36 [2022-07-20T17:00:36.818Z] #28 47.39 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
17:00:37 [2022-07-20T17:00:37.077Z] #28 47.78 Setting up libaio1:amd64 (0.3.112-9) ...
17:00:37 [2022-07-20T17:00:37.077Z] #28 47.79 Setting up python3-lib2to3 (3.9.2-1) ...
17:00:37 [2022-07-20T17:00:37.335Z] #28 48.05 Setting up libelf1:amd64 (0.183-1) ...
17:00:37 [2022-07-20T17:00:37.335Z] #28 48.07 Setting up zstd (1.4.8+dfsg-2.1) ...
17:00:37 [2022-07-20T17:00:37.335Z] #28 48.08 Setting up libonig5:amd64 (6.9.6-1.1) ...
17:00:37 [2022-07-20T17:00:37.335Z] #28 48.09 Setting up python3-distutils (3.9.2-1) ...
17:00:37 [2022-07-20T17:00:37.594Z] #28 48.45 Setting up vim (2:8.2.2434-3+deb11u1) ...
17:00:37 [2022-07-20T17:00:37.852Z] #28 48.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
17:00:37 [2022-07-20T17:00:37.852Z] #28 48.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
17:00:37 [2022-07-20T17:00:37.852Z] #28 48.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
17:00:37 [2022-07-20T17:00:37.852Z] #28 48.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
17:00:37 [2022-07-20T17:00:37.852Z] #28 48.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
17:00:37 [2022-07-20T17:00:37.852Z] #28 48.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
17:00:37 [2022-07-20T17:00:37.852Z] #28 48.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
17:00:37 [2022-07-20T17:00:37.852Z] #28 48.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
17:00:37 [2022-07-20T17:00:37.852Z] #28 48.53 Setting up python3-setuptools (52.0.0-4) ...
17:00:38 [2022-07-20T17:00:38.787Z] #28 49.44 Setting up libjq1:amd64 (1.6-2.1) ...
17:00:38 [2022-07-20T17:00:38.787Z] #28 49.46 Setting up libnftnl11:amd64 (1.1.9-1) ...
17:00:38 [2022-07-20T17:00:38.787Z] #28 49.47 Setting up thin-provisioning-tools (0.9.0-1) ...
17:00:38 [2022-07-20T17:00:38.787Z] #28 49.48 Setting up python3-pip (20.3.4-4+deb11u1) ...
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.27 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.28 Setting up jq (1.6-2.1) ...
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.29 Setting up libbpf0:amd64 (1:0.3-2) ...
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.31 Setting up iptables (1.8.7-1) ...
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.32 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.32 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.33 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.34 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.34 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.34 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.35 Setting up iproute2 (5.10.0-4) ...
17:00:39 [2022-07-20T17:00:39.722Z] #28 50.58 Processing triggers for libc-bin (2.31-13+deb11u3) ...
17:00:40 [2022-07-20T17:00:40.658Z] #28 DONE 51.2s
17:00:40 [2022-07-20T17:00:40.658Z] 
17:00:40 [2022-07-20T17:00:40.658Z] #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
17:00:40 [2022-07-20T17:00:40.658Z] #29 sha256:15071eab72ac39eec172bc26517528a0c965146a6a364b88c4e4ac7cd8ff87b6
17:00:41 [2022-07-20T17:00:41.227Z] #29 ...
17:00:41 [2022-07-20T17:00:41.227Z] 
17:00:41 [2022-07-20T17:00:41.227Z] #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
17:00:41 [2022-07-20T17:00:41.227Z] #71 sha256:19604a01ac73f463eab79a3186ce39f2577ca7851bdc7dc3143c2737031add9d
17:00:41 [2022-07-20T17:00:41.227Z] #71 102.8 + bin/containerd
17:00:41 [2022-07-20T17:00:41.227Z] #71 ...
17:00:41 [2022-07-20T17:00:41.227Z] 
17:00:41 [2022-07-20T17:00:41.227Z] #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
17:00:41 [2022-07-20T17:00:41.227Z] #29 sha256:15071eab72ac39eec172bc26517528a0c965146a6a364b88c4e4ac7cd8ff87b6
17:00:41 [2022-07-20T17:00:41.227Z] #29 0.819 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
17:00:41 [2022-07-20T17:00:41.227Z] #29 0.823 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
17:00:41 [2022-07-20T17:00:41.227Z] #29 0.827 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
17:00:41 [2022-07-20T17:00:41.492Z] #29 DONE 0.9s
17:00:41 [2022-07-20T17:00:41.492Z] 
17:00:41 [2022-07-20T17:00:41.492Z] #30 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
17:00:41 [2022-07-20T17:00:41.492Z] #30 sha256:83bce159d05069a810ec163fcd0fb37cd2aa0fce8eb6f763e11acc0e2a9240e4
17:00:45 [2022-07-20T17:00:45.207Z] ok  	github.com/docker/docker/cmd/dockerd	0.062s	coverage: 31.5% of statements
17:00:45 [2022-07-20T17:00:45.207Z] ok  	github.com/docker/docker/container	0.118s	coverage: 36.2% of statements
17:00:45 [2022-07-20T17:00:45.776Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.442s	coverage: 0.0% of statements
17:00:45 [2022-07-20T17:00:45.776Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
17:00:45 [2022-07-20T17:00:45.776Z] ?   	github.com/docker/docker/container/stream	[no test files]
17:00:45 [2022-07-20T17:00:45.776Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
17:00:45 [2022-07-20T17:00:45.776Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
17:00:45 [2022-07-20T17:00:45.776Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
17:00:49 [2022-07-20T17:00:49.610Z] #30 7.416 Collecting yamllint==1.26.1
17:00:49 [2022-07-20T17:00:49.869Z] #30 8.462   Downloading yamllint-1.26.1.tar.gz (126 kB)
17:00:50 [2022-07-20T17:00:50.804Z] #30 9.198 Collecting pathspec>=0.5.3
17:00:50 [2022-07-20T17:00:50.804Z] #30 9.210   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
17:00:50 [2022-07-20T17:00:50.804Z] #30 9.433 Collecting pyyaml
17:00:50 [2022-07-20T17:00:50.804Z] #30 9.438   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)
17:00:50 [2022-07-20T17:00:50.804Z] #30 9.480 Building wheels for collected packages: yamllint
17:00:50 [2022-07-20T17:00:50.804Z] #30 9.481   Building wheel for yamllint (setup.py): started
17:00:51 [2022-07-20T17:00:51.060Z] ok  	github.com/docker/docker/daemon/cluster	0.060s	coverage: 0.5% of statements
17:00:51 [2022-07-20T17:00:51.371Z] #30 9.920   Building wheel for yamllint (setup.py): finished with status 'done'
17:00:51 [2022-07-20T17:00:51.371Z] #30 9.921   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=39b56e03104406cb41dfe1d1ad3c21d4d5a2d5c04b14f80fa88abea62669ebb6
17:00:51 [2022-07-20T17:00:51.371Z] #30 9.922   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
17:00:51 [2022-07-20T17:00:51.371Z] #30 9.926 Successfully built yamllint
17:00:51 [2022-07-20T17:00:51.371Z] #30 9.938 Installing collected packages: pyyaml, pathspec, yamllint
17:00:51 [2022-07-20T17:00:51.371Z] #30 10.14 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
17:00:51 [2022-07-20T17:00:51.938Z] #30 DONE 10.5s
17:00:51 [2022-07-20T17:00:51.938Z] 
17:00:51 [2022-07-20T17:00:51.938Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
17:00:51 [2022-07-20T17:00:51.938Z] #34 sha256:1efd74049734111a394456c66e1eae13fa1d0145c8f20c2041ddb49b99e70c8d
17:00:51 [2022-07-20T17:00:51.938Z] #34 DONE 0.2s
17:00:51 [2022-07-20T17:00:51.938Z] 
17:00:51 [2022-07-20T17:00:51.938Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
17:00:51 [2022-07-20T17:00:51.938Z] #39 sha256:ecec2ffb6b2dd07229cda8ed2074903e4099cc04828f8fc0754012511b9e724e
17:00:52 [2022-07-20T17:00:52.441Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.014s	coverage: 65.3% of statements
17:00:52 [2022-07-20T17:00:52.507Z] #39 DONE 0.3s
17:00:52 [2022-07-20T17:00:52.507Z] 
17:00:52 [2022-07-20T17:00:52.507Z] #42 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
17:00:52 [2022-07-20T17:00:52.507Z] #42 sha256:c153362e25fd312b5240ebc1a8da609ec32443702f9eeb662be450cf60a5c95b
17:00:52 [2022-07-20T17:00:52.507Z] #42 DONE 0.1s
17:00:52 [2022-07-20T17:00:52.507Z] 
17:00:52 [2022-07-20T17:00:52.507Z] #44 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
17:00:52 [2022-07-20T17:00:52.507Z] #44 sha256:a47c34db83712d099d17322740323ca849cf1116bc95fff1531ebfbaeea00122
17:00:52 [2022-07-20T17:00:52.765Z] #44 DONE 0.1s
17:00:52 [2022-07-20T17:00:52.765Z] 
17:00:52 [2022-07-20T17:00:52.766Z] #46 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
17:00:52 [2022-07-20T17:00:52.766Z] #46 sha256:6e976c03377e1ff2c1879df1ea1947d8edaf893dcaa6238c29296ecba194bbc5
17:00:52 [2022-07-20T17:00:52.766Z] #46 DONE 0.1s
17:00:52 [2022-07-20T17:00:52.766Z] 
17:00:52 [2022-07-20T17:00:52.766Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
17:00:52 [2022-07-20T17:00:52.766Z] #48 sha256:878e22f6b580ef8b6ccdd12aa424399da95f46ac0c37f7e4ae0a987680e6dfdc
17:00:52 [2022-07-20T17:00:52.766Z] #48 DONE 0.1s
17:00:52 [2022-07-20T17:00:52.766Z] 
17:00:52 [2022-07-20T17:00:52.766Z] #52 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
17:00:52 [2022-07-20T17:00:52.766Z] #52 sha256:b2977c3446b9677da2a1a7232bee206236a9c994157c08e9efa6ec0c7a6ce3be
17:00:52 [2022-07-20T17:00:52.766Z] #52 DONE 0.1s
17:00:52 [2022-07-20T17:00:52.766Z] 
17:00:52 [2022-07-20T17:00:52.766Z] #55 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
17:00:52 [2022-07-20T17:00:52.766Z] #55 sha256:5777f381d4b6074594ad09c8e54e4221b1c67fc6c95fe17aed204e18b93d61e4
17:00:53 [2022-07-20T17:00:53.024Z] #55 DONE 0.2s
17:00:53 [2022-07-20T17:00:53.024Z] 
17:00:53 [2022-07-20T17:00:53.024Z] #59 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
17:00:53 [2022-07-20T17:00:53.024Z] #59 sha256:c2fc173c4cf3049407eb1acea7eb6d7b5531f57d50fac3c4f0e4ceae9516c3f0
17:00:53 [2022-07-20T17:00:53.024Z] #59 DONE 0.1s
17:00:53 [2022-07-20T17:00:53.024Z] 
17:00:53 [2022-07-20T17:00:53.024Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
17:00:53 [2022-07-20T17:00:53.024Z] #61 sha256:779e47d5f0cb598c3120ff7c085072343381ab08d452e6a64424deb4b29d7d14
17:00:53 [2022-07-20T17:00:53.283Z] #61 DONE 0.1s
17:00:53 [2022-07-20T17:00:53.283Z] 
17:00:53 [2022-07-20T17:00:53.283Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
17:00:53 [2022-07-20T17:00:53.283Z] #63 sha256:d98777e72a9fc19ba66224112dfa63e51bf86a8f10d96ebd1cd7a95d39e4784a
17:00:53 [2022-07-20T17:00:53.283Z] #63 DONE 0.1s
17:00:53 [2022-07-20T17:00:53.283Z] 
17:00:53 [2022-07-20T17:00:53.283Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
17:00:53 [2022-07-20T17:00:53.283Z] #65 sha256:f09dbf5babd7e49c096a82d90f956d0a3e60a9183a28ee32da2cef5272ad449f
17:00:53 [2022-07-20T17:00:53.283Z] #65 DONE 0.1s
17:00:53 [2022-07-20T17:00:53.283Z] 
17:00:53 [2022-07-20T17:00:53.283Z] #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
17:00:53 [2022-07-20T17:00:53.283Z] #71 sha256:19604a01ac73f463eab79a3186ce39f2577ca7851bdc7dc3143c2737031add9d
17:00:53 [2022-07-20T17:00:53.378Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.011s	coverage: 36.9% of statements
17:00:59 [2022-07-20T17:00:59.943Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.444s	coverage: 13.4% of statements
17:01:00 [2022-07-20T17:01:00.881Z] ok  	github.com/docker/docker/daemon/config	0.032s	coverage: 81.7% of statements
17:01:01 [2022-07-20T17:01:01.451Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
17:01:02 [2022-07-20T17:01:02.020Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
17:01:02 [2022-07-20T17:01:02.960Z] ok  	github.com/docker/docker/daemon	10.125s	coverage: 16.2% of statements
17:01:02 [2022-07-20T17:01:02.960Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
17:01:02 [2022-07-20T17:01:02.960Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
17:01:02 [2022-07-20T17:01:02.960Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
17:01:02 [2022-07-20T17:01:02.960Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
17:01:02 [2022-07-20T17:01:02.960Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
17:01:03 [2022-07-20T17:01:03.529Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.607s	coverage: 74.8% of statements
17:01:04 [2022-07-20T17:01:04.467Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.245s	coverage: 56.2% of statements
17:01:05 [2022-07-20T17:01:05.035Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 3.0% of statements
17:01:05 [2022-07-20T17:01:05.977Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.011s	coverage: 1.9% of statements
17:01:07 [2022-07-20T17:01:07.392Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.207s	coverage: 50.6% of statements
17:01:08 [2022-07-20T17:01:08.939Z] #64 431.2 # github.com/containerd/containerd/cmd/containerd
17:01:08 [2022-07-20T17:01:08.939Z] #64 431.2 /usr/bin/ld: /tmp/go-link-2408401943/000019.o: in function `New':
17:01:08 [2022-07-20T17:01:08.940Z] #64 431.2 /tmp/tmp.3Ys8DefNdZ/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
17:01:08 [2022-07-20T17:01:08.940Z] #64 431.3 + bin/containerd-stress
17:01:08 [2022-07-20T17:01:08.940Z] #64 432.4 + bin/containerd-shim
17:01:09 [2022-07-20T17:01:09.308Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.075s	coverage: 45.9% of statements
17:01:09 [2022-07-20T17:01:09.308Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
17:01:09 [2022-07-20T17:01:09.308Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.876s	coverage: 58.5% of statements
17:01:09 [2022-07-20T17:01:09.309Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
17:01:09 [2022-07-20T17:01:09.309Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
17:01:09 [2022-07-20T17:01:09.876Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.011s	coverage: 58.5% of statements
17:01:10 [2022-07-20T17:01:10.444Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.010s	coverage: 3.0% of statements
17:01:10 [2022-07-20T17:01:10.704Z] ok  	github.com/docker/docker/daemon/links	0.010s	coverage: 93.0% of statements
17:01:12 [2022-07-20T17:01:12.083Z] ok  	github.com/docker/docker/daemon/images	0.044s	coverage: 6.9% of statements
17:01:12 [2022-07-20T17:01:12.083Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
17:01:12 [2022-07-20T17:01:12.083Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
17:01:12 [2022-07-20T17:01:12.083Z] ok  	github.com/docker/docker/daemon/logger	0.224s	coverage: 43.2% of statements
17:01:13 [2022-07-20T17:01:13.021Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.013s	coverage: 53.6% of statements
17:01:13 [2022-07-20T17:01:13.021Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.151s	coverage: 79.9% of statements
17:01:13 [2022-07-20T17:01:13.021Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
17:01:13 [2022-07-20T17:01:13.590Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 68.2% of statements
17:01:13 [2022-07-20T17:01:13.590Z] ok  	github.com/docker/docker/daemon/logger/journald	0.005s	coverage: 23.4% of statements
17:01:14 [2022-07-20T17:01:14.160Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
17:01:14 [2022-07-20T17:01:14.729Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.179s	coverage: 76.8% of statements
17:01:14 [2022-07-20T17:01:14.729Z] ok  	github.com/docker/docker/daemon/logger/local	0.031s	coverage: 79.4% of statements
17:01:14 [2022-07-20T17:01:14.729Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
17:01:14 [2022-07-20T17:01:14.729Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
17:01:15 [2022-07-20T17:01:15.214Z] #71 ...
17:01:15 [2022-07-20T17:01:15.214Z] 
17:01:15 [2022-07-20T17:01:15.214Z] #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
17:01:15 [2022-07-20T17:01:15.214Z] #67 sha256:443ccae465a82c2de5e1b7f93acfe371f0c9ef8a63d1605fb0d37f8c2f3daf82
17:01:15 [2022-07-20T17:01:15.214Z] #67 90.82 + mkdir -p /build
17:01:15 [2022-07-20T17:01:15.214Z] #67 90.82 + cp runc /build/runc
17:01:15 [2022-07-20T17:01:15.214Z] #67 DONE 91.1s
17:01:15 [2022-07-20T17:01:15.214Z] 
17:01:15 [2022-07-20T17:01:15.214Z] #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
17:01:15 [2022-07-20T17:01:15.214Z] #71 sha256:19604a01ac73f463eab79a3186ce39f2577ca7851bdc7dc3143c2737031add9d
17:01:15 [2022-07-20T17:01:15.667Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.052s	coverage: 31.5% of statements
17:01:15 [2022-07-20T17:01:15.667Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.018s	coverage: 62.0% of statements
17:01:16 [2022-07-20T17:01:16.153Z] #71 ...
17:01:16 [2022-07-20T17:01:16.153Z] 
17:01:16 [2022-07-20T17:01:16.153Z] #68 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
17:01:16 [2022-07-20T17:01:16.153Z] #68 sha256:a0d66d2338d8f4915f9c9d447fa039eb775cd7cfd5cd5bbb5688fc4645b05418
17:01:16 [2022-07-20T17:01:16.153Z] #68 DONE 0.1s
17:01:16 [2022-07-20T17:01:16.153Z] 
17:01:16 [2022-07-20T17:01:16.153Z] #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
17:01:16 [2022-07-20T17:01:16.153Z] #71 sha256:19604a01ac73f463eab79a3186ce39f2577ca7851bdc7dc3143c2737031add9d
17:01:16 [2022-07-20T17:01:16.609Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.008s	coverage: 46.8% of statements
17:01:16 [2022-07-20T17:01:16.609Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
17:01:17 [2022-07-20T17:01:17.068Z] #64 443.8 + bin/containerd-shim-runc-v1
17:01:17 [2022-07-20T17:01:17.177Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
17:01:18 [2022-07-20T17:01:18.116Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.549s	coverage: 82.5% of statements
17:01:18 [2022-07-20T17:01:18.116Z] ?   	github.com/docker/docker/daemon/names	[no test files]
17:01:18 [2022-07-20T17:01:18.116Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
17:01:18 [2022-07-20T17:01:18.683Z] ok  	github.com/docker/docker/distribution/metadata	0.025s	coverage: 44.4% of statements
17:01:20 [2022-07-20T17:01:20.062Z] ok  	github.com/docker/docker/distribution	1.521s	coverage: 28.0% of statements
17:01:20 [2022-07-20T17:01:20.062Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
17:01:20 [2022-07-20T17:01:20.321Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
17:01:20 [2022-07-20T17:01:20.890Z] ok  	github.com/docker/docker/image	0.024s	coverage: 86.9% of statements
17:01:21 [2022-07-20T17:01:21.458Z] ok  	github.com/docker/docker/distribution/xfer	1.889s	coverage: 85.4% of statements
17:01:21 [2022-07-20T17:01:21.458Z] ?   	github.com/docker/docker/dockerversion	[no test files]
17:01:21 [2022-07-20T17:01:21.458Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
17:01:22 [2022-07-20T17:01:22.027Z] ok  	github.com/docker/docker/image/tarexport	0.011s	coverage: 0.7% of statements
17:01:22 [2022-07-20T17:01:22.027Z] ?   	github.com/docker/docker/image/v1	[no test files]
17:01:22 [2022-07-20T17:01:22.027Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
17:01:22 [2022-07-20T17:01:22.596Z] ok  	github.com/docker/docker/libcontainerd/queue	0.027s	coverage: 100.0% of statements
17:01:22 [2022-07-20T17:01:22.856Z] ok  	github.com/docker/docker/oci	0.007s	coverage: 46.0% of statements
17:01:23 [2022-07-20T17:01:23.424Z] ok  	github.com/docker/docker/opts	0.021s	coverage: 66.0% of statements
17:01:23 [2022-07-20T17:01:23.637Z] #64 450.1 + bin/containerd-shim-runc-v2
17:01:23 [2022-07-20T17:01:23.637Z] #64 450.9 + binaries
17:01:23 [2022-07-20T17:01:23.637Z] #64 450.9 + install -D bin/containerd /build/containerd
17:01:23 [2022-07-20T17:01:23.637Z] #64 450.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
17:01:23 [2022-07-20T17:01:23.637Z] #64 450.9 + install -D bin/ctr /build/ctr
17:01:23 [2022-07-20T17:01:23.683Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
17:01:24 [2022-07-20T17:01:24.203Z] #64 DONE 451.4s
17:01:25 [2022-07-20T17:01:25.140Z] ok  	github.com/docker/docker/pkg/archive	0.286s	coverage: 82.3% of statements
17:01:25 [2022-07-20T17:01:25.141Z] 
17:01:25 [2022-07-20T17:01:25.141Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
17:01:25 [2022-07-20T17:01:25.141Z] #65 sha256:638d3f62eddb6233251282da51fd7d4b743bbe5c393bb478b54a4fa643e74920
17:01:25 [2022-07-20T17:01:25.400Z] #65 DONE 0.3s
17:01:25 [2022-07-20T17:01:25.400Z] 
17:01:25 [2022-07-20T17:01:25.400Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
17:01:25 [2022-07-20T17:01:25.400Z] #70 sha256:2bfa63ce30a3f12fea72179a178cf258602b997655a49d660267757da54e0a6b
17:01:25 [2022-07-20T17:01:25.400Z] #70 DONE 0.1s
17:01:25 [2022-07-20T17:01:25.400Z] 
17:01:25 [2022-07-20T17:01:25.400Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
17:01:25 [2022-07-20T17:01:25.400Z] #75 sha256:e8b0fa7d559eb3464bf5ce618fb615f9c860a724552dc2d627448f0fddbfb96b
17:01:25 [2022-07-20T17:01:25.659Z] #75 DONE 0.2s
17:01:25 [2022-07-20T17:01:25.659Z] 
17:01:25 [2022-07-20T17:01:25.659Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
17:01:25 [2022-07-20T17:01:25.659Z] #78 sha256:b876ec7844e61121011336676af86c7054f899c92c108c104f23fb41038dde6c
17:01:25 [2022-07-20T17:01:25.659Z] #78 DONE 0.0s
17:01:25 [2022-07-20T17:01:25.659Z] 
17:01:25 [2022-07-20T17:01:25.659Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
17:01:25 [2022-07-20T17:01:25.659Z] #79 sha256:cda074f87e5cd0fac85539511d7ea48d810ab9925d06da2d9711b2d3ce1154c0
17:01:25 [2022-07-20T17:01:25.659Z] #79 DONE 0.0s
17:01:25 [2022-07-20T17:01:25.917Z] 
17:01:25 [2022-07-20T17:01:25.917Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
17:01:25 [2022-07-20T17:01:25.917Z] #80 sha256:c4d36df1218146cccdc356f97e8338872589f13fecb672f0fd3ee771d96712bb
17:01:25 [2022-07-20T17:01:25.917Z] #80 DONE 0.0s
17:01:25 [2022-07-20T17:01:25.917Z] 
17:01:25 [2022-07-20T17:01:25.917Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
17:01:25 [2022-07-20T17:01:25.917Z] #81 sha256:0cd1e568471550473dfb1280fbaa59d65a750ed2ba554c47832211b86775f7c7
17:01:26 [2022-07-20T17:01:26.100Z] ok  	github.com/docker/docker/pkg/authorization	0.294s	coverage: 68.3% of statements
17:01:26 [2022-07-20T17:01:26.100Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
17:01:26 [2022-07-20T17:01:26.366Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
17:01:29 [2022-07-20T17:01:29.120Z] #64 434.4 # github.com/containerd/containerd/cmd/containerd
17:01:29 [2022-07-20T17:01:29.121Z] #64 434.4 /usr/bin/ld: /tmp/go-link-613734898/000019.o: in function `New':
17:01:29 [2022-07-20T17:01:29.121Z] #64 434.4 /tmp/tmp.3wx3IVPQEe/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
17:01:29 [2022-07-20T17:01:29.121Z] #64 434.5 + bin/containerd-stress
17:01:29 [2022-07-20T17:01:29.121Z] #64 435.6 + bin/containerd-shim
17:01:29 [2022-07-20T17:01:29.205Z] #81 DONE 2.9s
17:01:29 [2022-07-20T17:01:29.205Z] 
17:01:29 [2022-07-20T17:01:29.205Z] #82 exporting to image
17:01:29 [2022-07-20T17:01:29.205Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
17:01:29 [2022-07-20T17:01:29.205Z] #82 exporting layers
17:01:29 [2022-07-20T17:01:29.652Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.534s	coverage: 42.7% of statements
17:01:29 [2022-07-20T17:01:29.652Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
17:01:29 [2022-07-20T17:01:29.911Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
17:01:30 [2022-07-20T17:01:30.170Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
17:01:30 [2022-07-20T17:01:30.170Z] ok  	github.com/docker/docker/layer	7.269s	coverage: 68.9% of statements
17:01:30 [2022-07-20T17:01:30.170Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
17:01:30 [2022-07-20T17:01:30.170Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
17:01:30 [2022-07-20T17:01:30.170Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
17:01:30 [2022-07-20T17:01:30.170Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
17:01:30 [2022-07-20T17:01:30.170Z] ?   	github.com/docker/docker/oci/caps	[no test files]
17:01:30 [2022-07-20T17:01:30.170Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
17:01:30 [2022-07-20T17:01:30.511Z] ok  	github.com/docker/docker/pkg/fileutils	0.012s	coverage: 87.2% of statements
17:01:30 [2022-07-20T17:01:30.770Z] ok  	github.com/docker/docker/pkg/fsutils	0.206s	coverage: 85.1% of statements
17:01:30 [2022-07-20T17:01:30.770Z] ok  	github.com/docker/docker/pkg/homedir	0.008s	coverage: 11.4% of statements
17:01:31 [2022-07-20T17:01:31.708Z] ok  	github.com/docker/docker/pkg/idtools	0.422s	coverage: 67.9% of statements
17:01:31 [2022-07-20T17:01:31.708Z] ok  	github.com/docker/docker/pkg/ioutils	0.362s	coverage: 71.5% of statements
17:01:31 [2022-07-20T17:01:31.966Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
17:01:32 [2022-07-20T17:01:32.225Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 91.7% of statements
17:01:32 [2022-07-20T17:01:32.225Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
17:01:32 [2022-07-20T17:01:32.225Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
17:01:32 [2022-07-20T17:01:32.485Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
17:01:32 [2022-07-20T17:01:32.485Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
17:01:32 [2022-07-20T17:01:32.745Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.006s	coverage: 90.5% of statements
17:01:32 [2022-07-20T17:01:32.745Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
17:01:32 [2022-07-20T17:01:32.745Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
17:01:32 [2022-07-20T17:01:32.745Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
17:01:33 [2022-07-20T17:01:33.313Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.012s	coverage: 56.8% of statements
17:01:33 [2022-07-20T17:01:33.881Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
17:01:33 [2022-07-20T17:01:33.881Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
17:01:34 [2022-07-20T17:01:34.140Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
17:01:35 [2022-07-20T17:01:35.523Z] ok  	github.com/docker/docker/pkg/pubsub	1.045s	coverage: 75.0% of statements
17:01:35 [2022-07-20T17:01:35.775Z] #82 exporting layers 7.1s done
17:01:35 [2022-07-20T17:01:35.775Z] #82 writing image sha256:d94f84d5059ca4fa90870ab18da7ea99db709a461aa32f7a7184ed7dde7d861d done
17:01:35 [2022-07-20T17:01:35.775Z] #82 naming to docker.io/library/docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 done
17:01:35 [2022-07-20T17:01:35.775Z] #82 DONE 7.1s
17:01:35 [2022-07-20T17:01:35.782Z] ok  	github.com/docker/docker/pkg/reexec	0.009s	coverage: 82.4% of statements
17:01:35 [2022-07-20T17:01:35.782Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
17:01:36 [2022-07-20T17:01:36.044Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
17:01:36 [2022-07-20T17:01:36.110Z] + trap exit INT TERM
17:01:36 [2022-07-20T17:01:36.110Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
17:01:36 [2022-07-20T17:01:36.110Z] + CONTAINER_NAME=docker-pr4
17:01:36 [2022-07-20T17:01:36.110Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43838/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -e DOCKER_GRAPHDRIVER docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/make.sh dynbinary
17:01:36 [2022-07-20T17:01:36.303Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
17:01:36 [2022-07-20T17:01:36.562Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
17:01:37 [2022-07-20T17:01:37.130Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 53.6% of statements
17:01:37 [2022-07-20T17:01:37.230Z] #64 446.9 + bin/containerd-shim-runc-v1
17:01:37 [2022-07-20T17:01:37.389Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
17:01:37 [2022-07-20T17:01:37.487Z] 
17:01:37 [2022-07-20T17:01:37.487Z] Removing bundles/
17:01:37 [2022-07-20T17:01:37.487Z] 
17:01:37 [2022-07-20T17:01:37.487Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:01:37 [2022-07-20T17:01:37.649Z] ok  	github.com/docker/docker/pkg/tailfile	0.047s	coverage: 88.6% of statements
17:01:37 [2022-07-20T17:01:37.746Z] Building: bundles/dynbinary-daemon/dockerd
17:01:37 [2022-07-20T17:01:37.746Z] GOOS="" GOARCH="" GOARM=""
17:01:38 [2022-07-20T17:01:38.219Z] ok  	github.com/docker/docker/pkg/tarsum	0.041s	coverage: 89.3% of statements
17:01:38 [2022-07-20T17:01:38.478Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
17:01:40 [2022-07-20T17:01:40.383Z] ok  	github.com/docker/docker/plugin	0.517s	coverage: 23.2% of statements
17:01:40 [2022-07-20T17:01:40.383Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
17:01:40 [2022-07-20T17:01:40.642Z] ok  	github.com/docker/docker/profiles/seccomp	0.008s	coverage: 86.0% of statements
17:01:42 [2022-07-20T17:01:42.022Z] ok  	github.com/docker/docker/quota	0.205s	coverage: 71.4% of statements
17:01:42 [2022-07-20T17:01:42.293Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
17:01:42 [2022-07-20T17:01:42.480Z] #64 453.2 + bin/containerd-shim-runc-v2
17:01:43 [2022-07-20T17:01:43.230Z] ok  	github.com/docker/docker/registry	0.080s	coverage: 58.6% of statements
17:01:43 [2022-07-20T17:01:43.407Z] #64 454.0 + binaries
17:01:43 [2022-07-20T17:01:43.407Z] #64 454.0 + install -D bin/containerd /build/containerd
17:01:43 [2022-07-20T17:01:43.407Z] #64 454.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
17:01:43 [2022-07-20T17:01:43.407Z] #64 454.0 + install -D bin/ctr /build/ctr
17:01:43 [2022-07-20T17:01:43.489Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
17:01:43 [2022-07-20T17:01:43.748Z] ok  	github.com/docker/docker/restartmanager	0.024s	coverage: 50.9% of statements
17:01:44 [2022-07-20T17:01:44.317Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 64.5% of statements
17:01:44 [2022-07-20T17:01:44.317Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
17:01:46 [2022-07-20T17:01:46.223Z] ok  	github.com/docker/docker/volume/drivers	0.006s	coverage: 36.1% of statements
17:01:46 [2022-07-20T17:01:46.484Z] ok  	github.com/docker/docker/volume/local	0.088s	coverage: 76.8% of statements
17:01:46 [2022-07-20T17:01:46.671Z] #64 DONE 456.9s
17:01:47 [2022-07-20T17:01:47.052Z] ok  	github.com/docker/docker/volume/mounts	0.010s	coverage: 67.7% of statements
17:01:47 [2022-07-20T17:01:47.232Z] 
17:01:47 [2022-07-20T17:01:47.232Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
17:01:47 [2022-07-20T17:01:47.232Z] #65 sha256:b1b44402ac98c69735a95aadb347ba1794c8e2926f627c53861619b1d54850ba
17:01:48 [2022-07-20T17:01:48.159Z] #65 DONE 1.0s
17:01:48 [2022-07-20T17:01:48.159Z] 
17:01:48 [2022-07-20T17:01:48.159Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
17:01:48 [2022-07-20T17:01:48.159Z] #70 sha256:52c869b917beadf636f93ef56f1159a2876b93b8d5521521d7de943a0ae50531
17:01:48 [2022-07-20T17:01:48.227Z] #71 179.3 # github.com/containerd/containerd/cmd/containerd
17:01:48 [2022-07-20T17:01:48.227Z] #71 179.3 /usr/bin/ld: /tmp/go-link-1316267953/000019.o: in function `New':
17:01:48 [2022-07-20T17:01:48.227Z] #71 179.3 /tmp/tmp.z8AVlvXQMO/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
17:01:48 [2022-07-20T17:01:48.227Z] #71 179.4 + bin/containerd-stress
17:01:48 [2022-07-20T17:01:48.415Z] #70 DONE 0.2s
17:01:48 [2022-07-20T17:01:48.415Z] 
17:01:48 [2022-07-20T17:01:48.415Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
17:01:48 [2022-07-20T17:01:48.415Z] #75 sha256:a992627641d9e041dd35603833257674a5e3ea823565891640fd89d1f2431ebe
17:01:48 [2022-07-20T17:01:48.430Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 72.3% of statements
17:01:48 [2022-07-20T17:01:48.793Z] #71 180.5 + bin/containerd-shim
17:01:49 [2022-07-20T17:01:49.341Z] #75 DONE 1.1s
17:01:49 [2022-07-20T17:01:49.341Z] 
17:01:49 [2022-07-20T17:01:49.341Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
17:01:49 [2022-07-20T17:01:49.341Z] #78 sha256:b5bd20b37b0c84b85a5d9535c5e88212196235c02e0d91c848639a9cf19781ea
17:01:49 [2022-07-20T17:01:49.341Z] #78 DONE 0.0s
17:01:49 [2022-07-20T17:01:49.341Z] 
17:01:49 [2022-07-20T17:01:49.341Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
17:01:49 [2022-07-20T17:01:49.341Z] #79 sha256:65654df28f3ffe3a9c10af4ea40f123bcb3b39a2a86f16878771bbe79369dbe6
17:01:49 [2022-07-20T17:01:49.341Z] #79 DONE 0.0s
17:01:49 [2022-07-20T17:01:49.341Z] 
17:01:49 [2022-07-20T17:01:49.341Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
17:01:49 [2022-07-20T17:01:49.341Z] #80 sha256:c6bd0813453389d378dd8e4ae2ffc71e7aeadb4863f36ff28e5370c6a6c750f5
17:01:49 [2022-07-20T17:01:49.341Z] #80 DONE 0.0s
17:01:49 [2022-07-20T17:01:49.341Z] 
17:01:49 [2022-07-20T17:01:49.341Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
17:01:49 [2022-07-20T17:01:49.341Z] #81 sha256:ec0bc6ef0dba61623779c03009727288d2498e50bde35ebe281177a3bb62d453
17:01:54 [2022-07-20T17:01:54.584Z] #81 DONE 4.2s
17:01:54 [2022-07-20T17:01:54.584Z] 
17:01:54 [2022-07-20T17:01:54.584Z] #82 exporting to image
17:01:54 [2022-07-20T17:01:54.584Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
17:01:54 [2022-07-20T17:01:54.584Z] #82 exporting layers
17:02:00 [2022-07-20T17:02:00.990Z] #71 191.7 + bin/containerd-shim-runc-v1
17:02:01 [2022-07-20T17:02:01.124Z] #82 exporting layers 7.1s done
17:02:01 [2022-07-20T17:02:01.124Z] #82 writing image sha256:6793cf19be951c05efca1895e0b618d65866eef2c9ce7eff0ad6f3594b9909c6 done
17:02:01 [2022-07-20T17:02:01.124Z] #82 naming to docker.io/library/docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 done
17:02:01 [2022-07-20T17:02:01.124Z] #82 DONE 7.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
17:02:01 [2022-07-20T17:02:01.459Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -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:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/make.sh dynbinary test-integration
17:02:02 [2022-07-20T17:02:02.824Z] 
17:02:02 [2022-07-20T17:02:02.824Z] Removing bundles/
17:02:02 [2022-07-20T17:02:02.824Z] 
17:02:02 [2022-07-20T17:02:02.824Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:02:02 [2022-07-20T17:02:02.824Z] Building: bundles/dynbinary-daemon/dockerd
17:02:02 [2022-07-20T17:02:02.824Z] GOOS="" GOARCH="" GOARM=""
17:02:03 [2022-07-20T17:02:03.691Z] Created binary: bundles/dynbinary-daemon/dockerd
17:02:03 [2022-07-20T17:02:03.691Z] Building: bundles/dynbinary-daemon/docker-proxy
17:02:03 [2022-07-20T17:02:03.691Z] GOOS="" GOARCH="" GOARM=""
17:02:03 [2022-07-20T17:02:03.691Z] Created binary: bundles/dynbinary-daemon/docker-proxy
17:02:03 [2022-07-20T17:02:03.691Z] 
17:02:03 [2022-07-20T17:02:03.691Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:02:03 [2022-07-20T17:02:03.691Z] DOCKER_SYSTEMD=1
17:02:03 [2022-07-20T17:02:03.691Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:02:03 [2022-07-20T17:02:03.691Z] HOSTNAME=dbb1baee0a57
17:02:03 [2022-07-20T17:02:03.691Z] DEST=bundles/test-integration
17:02:03 [2022-07-20T17:02:03.691Z] PWD=/go/src/github.com/docker/docker
17:02:03 [2022-07-20T17:02:03.691Z] DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
17:02:03 [2022-07-20T17:02:03.691Z] container=docker
17:02:03 [2022-07-20T17:02:03.691Z] HOME=/root
17:02:03 [2022-07-20T17:02:03.691Z] LANG=C.UTF-8
17:02:03 [2022-07-20T17:02:03.691Z] INVOCATION_ID=171eecb7ecac448ba2c3bc04a860a0e1
17:02:03 [2022-07-20T17:02:03.691Z] GOLANG_VERSION=1.18.4
17:02:03 [2022-07-20T17:02:03.691Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:02:03 [2022-07-20T17:02:03.691Z] VALIDATE_BRANCH=master
17:02:03 [2022-07-20T17:02:03.691Z] TERM=xterm
17:02:03 [2022-07-20T17:02:03.691Z] DOCKER_PKG=github.com/docker/docker
17:02:03 [2022-07-20T17:02:03.691Z] SHLVL=3
17:02:03 [2022-07-20T17:02:03.691Z] TIMEOUT=120m
17:02:03 [2022-07-20T17:02:03.691Z] DOCKER_BUILDTAGS= journald
17:02:03 [2022-07-20T17:02:03.691Z] DOCKER_GRAPHDRIVER=overlay2
17:02:03 [2022-07-20T17:02:03.691Z] GO111MODULE=off
17:02:03 [2022-07-20T17:02:03.691Z] DOCKER_EXPERIMENTAL=1
17:02:03 [2022-07-20T17:02:03.691Z] TEST_SKIP_INTEGRATION_CLI=1
17:02:03 [2022-07-20T17:02:03.691Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:02:03 [2022-07-20T17:02:03.691Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:02:03 [2022-07-20T17:02:03.691Z] GOPATH=/go
17:02:03 [2022-07-20T17:02:03.691Z] PKG_CONFIG=pkg-config
17:02:03 [2022-07-20T17:02:03.691Z] _=/usr/bin/env
17:02:03 [2022-07-20T17:02:03.691Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
17:02:07 [2022-07-20T17:02:07.552Z] #71 198.1 + bin/containerd-shim-runc-v2
17:02:07 [2022-07-20T17:02:07.552Z] #71 198.9 + binaries
17:02:07 [2022-07-20T17:02:07.552Z] #71 198.9 + install -D bin/containerd /build/containerd
17:02:07 [2022-07-20T17:02:07.552Z] #71 198.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
17:02:07 [2022-07-20T17:02:07.552Z] #71 198.9 + install -D bin/ctr /build/ctr
17:02:07 [2022-07-20T17:02:07.811Z] #71 DONE 199.4s
17:02:08 [2022-07-20T17:02:08.758Z] 
17:02:08 [2022-07-20T17:02:08.758Z] #72 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
17:02:08 [2022-07-20T17:02:08.758Z] #72 sha256:7a2ae9c749abdfc2fa336fcd93b4d30ebc29b0ebd8e8fccd941f145996813344
17:02:09 [2022-07-20T17:02:09.326Z] #72 DONE 0.4s
17:02:09 [2022-07-20T17:02:09.326Z] 
17:02:09 [2022-07-20T17:02:09.326Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
17:02:09 [2022-07-20T17:02:09.326Z] #77 sha256:a10ad4d16951c38f975a0cbd0d97134732529239383bcce813be774f8422fbd5
17:02:09 [2022-07-20T17:02:09.326Z] #77 DONE 0.1s
17:02:09 [2022-07-20T17:02:09.326Z] 
17:02:09 [2022-07-20T17:02:09.326Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
17:02:09 [2022-07-20T17:02:09.326Z] #82 sha256:ec6159d09c31af011c7613f48dd89c4f2f22425d5ac43114dc1a7d736758de14
17:02:09 [2022-07-20T17:02:09.891Z] #82 DONE 0.5s
17:02:09 [2022-07-20T17:02:09.891Z] 
17:02:09 [2022-07-20T17:02:09.891Z] #85 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
17:02:09 [2022-07-20T17:02:09.891Z] #85 sha256:439c559bc7a9623feeaa52ca3efc56c6754968f3f8c8186ce099e3c78da964af
17:02:09 [2022-07-20T17:02:09.891Z] #85 DONE 0.1s
17:02:09 [2022-07-20T17:02:09.891Z] 
17:02:09 [2022-07-20T17:02:09.891Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
17:02:09 [2022-07-20T17:02:09.891Z] #86 sha256:4e5f8401ff02ac095a39bcc177e075702d891c602666b16626bce91ba291fa74
17:02:09 [2022-07-20T17:02:09.891Z] #86 DONE 0.0s
17:02:09 [2022-07-20T17:02:09.891Z] 
17:02:09 [2022-07-20T17:02:09.891Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
17:02:09 [2022-07-20T17:02:09.891Z] #87 sha256:50a922d40217420e2ff2af0071470ddad6e3930143386132c5ff5805489c0e42
17:02:09 [2022-07-20T17:02:09.891Z] #87 DONE 0.0s
17:02:09 [2022-07-20T17:02:09.891Z] 
17:02:09 [2022-07-20T17:02:09.891Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker
17:02:09 [2022-07-20T17:02:09.891Z] #88 sha256:280fb013285f39ae4b2591e0dd29f0b79f618a9b3f4eb027095e840a8735d2f3
17:02:10 [2022-07-20T17:02:10.358Z] ok  	github.com/docker/docker/pkg/plugins	33.641s	coverage: 76.3% of statements
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/rootless	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/testutil/request	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/volume	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
17:02:10 [2022-07-20T17:02:10.358Z] 
17:02:10 [2022-07-20T17:02:10.358Z] === Skipped
17:02:10 [2022-07-20T17:02:10.358Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
17:02:10 [2022-07-20T17:02:10.358Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
17:02:10 [2022-07-20T17:02:10.358Z] 
17:02:10 [2022-07-20T17:02:10.358Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
17:02:10 [2022-07-20T17:02:10.358Z]     network_proxy_test.go:208: No support for dual stack yet
17:02:10 [2022-07-20T17:02:10.358Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver btrfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver btrfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver btrfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver btrfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver btrfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:71: No driver to put!
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z] time="2022-07-20T17:01:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z] time="2022-07-20T17:01:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z] time="2022-07-20T17:01:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z] time="2022-07-20T17:01:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z] time="2022-07-20T17:01:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:71: No driver to put!
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     overlay_test.go:50: Fails to compute changes intermittently
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     overlay_test.go:65: Cannot run test with naive change algorithm
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver zfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver zfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver zfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver zfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:44: Driver zfs not supported
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     graphtest_unix.go:71: No driver to put!
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
17:02:10 [2022-07-20T17:02:10.359Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
17:02:10 [2022-07-20T17:02:10.359Z] 
17:02:10 [2022-07-20T17:02:10.359Z] DONE 2811 tests, 28 skipped in 206.376s
17:02:10 [2022-07-20T17:02:10.359Z] + '[' -n 'github.com/docker/docker/libnetwork
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/bitseq
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/cluster
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/config
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/datastore
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/diagnostic
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/discoverapi
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/driverapi
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/bridge
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/host
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/null
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/overlay
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/remote
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/windows
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/drvregistry
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/etchosts
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/idm
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/internal/caller
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/ipam
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/ipamapi
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/ipams/builtin
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/ipams/null
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/ipams/remote
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/ipamutils
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/iptables
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/netlabel
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/netutils
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/networkdb
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/ns
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/options
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/osl
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/osl/kernel
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/portallocator
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/portmapper
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/resolvconf
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/testutils
17:02:10 [2022-07-20T17:02:10.359Z] github.com/docker/docker/libnetwork/types' ']'
17:02:10 [2022-07-20T17:02:10.359Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -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
17:02:14 [2022-07-20T17:02:14.070Z] #88 DONE 3.9s
17:02:14 [2022-07-20T17:02:14.070Z] 
17:02:14 [2022-07-20T17:02:14.070Z] #89 exporting to image
17:02:14 [2022-07-20T17:02:14.070Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
17:02:14 [2022-07-20T17:02:14.070Z] #89 exporting layers
17:02:40 [2022-07-20T17:02:40.600Z] #89 exporting layers 25.3s done
17:02:40 [2022-07-20T17:02:40.600Z] #89 writing image sha256:ed5e086d51b423146331ad54b146527652fd00e1f550bb47fe2d440a85cd78ef done
17:02:40 [2022-07-20T17:02:40.600Z] #89 naming to docker.io/library/docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 done
17:02:40 [2022-07-20T17:02:40.600Z] #89 DONE 25.3s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
17:02:40 [2022-07-20T17:02:40.967Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43838/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/validate/default
17:02:41 [2022-07-20T17:02:41.553Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:02:41 [2022-07-20T17:02:41.553Z] No api/types/ or api/swagger.yaml changes in diff.
17:02:41 [2022-07-20T17:02:41.553Z] Congratulations!  All TOML source files changed here have valid syntax.
17:02:41 [2022-07-20T17:02:41.553Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:02:41 [2022-07-20T17:02:41.553Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:02:41 [2022-07-20T17:02:41.553Z] 
17:02:41 [2022-07-20T17:02:41.553Z] INFO Start validation with golang-ci-lint
17:02:42 [2022-07-20T17:02:42.486Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:02:42 [2022-07-20T17:02:42.486Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
17:02:42 [2022-07-20T17:02:42.486Z] INFO [loader] Using build tags: [ journald]       
17:02:50 [2022-07-20T17:02:50.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
17:02:50 [2022-07-20T17:02:50.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
17:02:57 [2022-07-20T17:02:57.033Z] ok  	github.com/docker/docker/libnetwork	37.384s	coverage: 40.6% of statements
17:02:57 [2022-07-20T17:02:57.033Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.134s	coverage: 84.4% of statements
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ok  	github.com/docker/docker/libnetwork/config	0.016s	coverage: 22.4% of statements
17:02:57 [2022-07-20T17:02:57.033Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
17:02:57 [2022-07-20T17:02:57.033Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.515s	coverage: 59.9% of statements
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
17:02:57 [2022-07-20T17:02:57.033Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.058s	coverage: 5.2% of statements
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.016s	coverage: 4.7% of statements
17:02:57 [2022-07-20T17:02:57.033Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
17:02:57 [2022-07-20T17:02:57.033Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
17:03:07 [2022-07-20T17:03:07.010Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.302s	coverage: 6.6% of statements
17:03:07 [2022-07-20T17:03:07.010Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
17:03:07 [2022-07-20T17:03:07.010Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 63.6% of statements
17:03:07 [2022-07-20T17:03:07.010Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
17:03:07 [2022-07-20T17:03:07.010Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
17:03:07 [2022-07-20T17:03:07.010Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
17:03:07 [2022-07-20T17:03:07.010Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
17:03:07 [2022-07-20T17:03:07.579Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.016s	coverage: 82.4% of statements
17:03:07 [2022-07-20T17:03:07.579Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.012s	coverage: 81.2% of statements
17:03:07 [2022-07-20T17:03:07.838Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
17:03:08 [2022-07-20T17:03:08.097Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
17:03:16 [2022-07-20T17:03:16.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
17:03:20 [2022-07-20T17:03:20.363Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
17:03:22 [2022-07-20T17:03:22.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
17:03:32 [2022-07-20T17:03:32.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
17:03:32 [2022-07-20T17:03:32.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
17:03:32 [2022-07-20T17:03:32.726Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
17:03:33 [2022-07-20T17:03:33.661Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
17:03:34 [2022-07-20T17:03:34.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
17:03:34 [2022-07-20T17:03:34.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
17:03:35 [2022-07-20T17:03:35.244Z] ok  	github.com/docker/docker/libnetwork/ipam	15.683s	coverage: 85.3% of statements
17:03:35 [2022-07-20T17:03:35.244Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
17:03:35 [2022-07-20T17:03:35.244Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
17:03:35 [2022-07-20T17:03:35.244Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
17:03:35 [2022-07-20T17:03:35.244Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
17:03:35 [2022-07-20T17:03:35.244Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
17:03:35 [2022-07-20T17:03:35.502Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
17:03:35 [2022-07-20T17:03:35.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
17:03:36 [2022-07-20T17:03:36.070Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.261s	coverage: 74.0% of statements
17:03:36 [2022-07-20T17:03:36.637Z] ok  	github.com/docker/docker/libnetwork/iptables	0.171s	coverage: 45.0% of statements
17:03:36 [2022-07-20T17:03:36.896Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
17:03:37 [2022-07-20T17:03:37.156Z] ok  	github.com/docker/docker/libnetwork/netutils	0.019s	coverage: 44.1% of statements
17:03:38 [2022-07-20T17:03:38.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
17:03:39 [2022-07-20T17:03:39.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
17:03:40 [2022-07-20T17:03:40.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
17:03:40 [2022-07-20T17:03:40.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:03:41 [2022-07-20T17:03:41.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:03:42 [2022-07-20T17:03:42.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:03:43 [2022-07-20T17:03:43.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:03:44 [2022-07-20T17:03:44.200Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:03:44 [2022-07-20T17:03:44.239Z] Created binary: bundles/dynbinary-daemon/dockerd
17:03:44 [2022-07-20T17:03:44.239Z] Building: bundles/dynbinary-daemon/docker-proxy
17:03:44 [2022-07-20T17:03:44.239Z] GOOS="" GOARCH="" GOARM=""
17:03:44 [2022-07-20T17:03:44.239Z] Created binary: bundles/dynbinary-daemon/docker-proxy
17:03:44 [2022-07-20T17:03:44.239Z] 
17:03:44 [2022-07-20T17:03:44.239Z] + c=0
17:03:44 [2022-07-20T17:03:44.239Z] + TEST_INTEGRATION_DEST=2
17:03:44 [2022-07-20T17:03:44.239Z] + CONTAINER_NAME=docker-pr4-2
17:03:44 [2022-07-20T17:03:44.239Z] + TEST_SKIP_INTEGRATION=1
17:03:44 [2022-07-20T17:03:44.239Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
17:03:44 [2022-07-20T17:03:44.239Z] + run_tests
17:03:44 [2022-07-20T17:03:44.239Z] + '[' -n 0 ']'
17:03:44 [2022-07-20T17:03:44.239Z] + rm=
17:03:44 [2022-07-20T17:03:44.239Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43838/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43838/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/make.sh '' test-integration
17:03:44 [2022-07-20T17:03:44.239Z] ++ jobs -p
17:03:44 [2022-07-20T17:03:44.239Z] + for job in $(jobs -p)
17:03:44 [2022-07-20T17:03:44.239Z] + wait 8745
17:03:44 [2022-07-20T17:03:44.239Z] + TEST_INTEGRATION_DEST=3
17:03:44 [2022-07-20T17:03:44.239Z] + CONTAINER_NAME=docker-pr4-3
17:03:44 [2022-07-20T17:03:44.239Z] + TEST_SKIP_INTEGRATION=1
17:03:44 [2022-07-20T17:03:44.239Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
17:03:44 [2022-07-20T17:03:44.239Z] + run_tests
17:03:44 [2022-07-20T17:03:44.239Z] + '[' -n 0 ']'
17:03:44 [2022-07-20T17:03:44.239Z] + rm=
17:03:44 [2022-07-20T17:03:44.239Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43838/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43838/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/make.sh '' test-integration
17:03:44 [2022-07-20T17:03:44.239Z] + TEST_INTEGRATION_DEST=1
17:03:44 [2022-07-20T17:03:44.239Z] + CONTAINER_NAME=docker-pr4-1
17:03:44 [2022-07-20T17:03:44.239Z] + TEST_SKIP_INTEGRATION_CLI=1
17:03:44 [2022-07-20T17:03:44.239Z] + run_tests test-integration-flaky
17:03:44 [2022-07-20T17:03:44.239Z] + '[' -n 0 ']'
17:03:44 [2022-07-20T17:03:44.239Z] + rm=
17:03:44 [2022-07-20T17:03:44.239Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43838/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43838/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/make.sh test-integration-flaky test-integration
17:03:44 [2022-07-20T17:03:44.239Z] 
17:03:44 [2022-07-20T17:03:44.239Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
17:03:44 [2022-07-20T17:03:44.239Z] 
17:03:44 [2022-07-20T17:03:44.239Z] 
17:03:44 [2022-07-20T17:03:44.239Z] No new tests added to integration.
17:03:44 [2022-07-20T17:03:44.239Z] 
17:03:44 [2022-07-20T17:03:44.239Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:03:44 [2022-07-20T17:03:44.239Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:03:44 [2022-07-20T17:03:44.239Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:03:44 [2022-07-20T17:03:44.239Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:03:44 [2022-07-20T17:03:44.239Z] HOSTNAME=1cb8ac1dd199
17:03:44 [2022-07-20T17:03:44.239Z] TEST_SKIP_INTEGRATION=1
17:03:44 [2022-07-20T17:03:44.239Z] TESTDEBUG=0
17:03:44 [2022-07-20T17:03:44.239Z] DEST=bundles/test-integration
17:03:44 [2022-07-20T17:03:44.239Z] PWD=/go/src/github.com/docker/docker
17:03:44 [2022-07-20T17:03:44.239Z] KEEPBUNDLE=1
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
17:03:44 [2022-07-20T17:03:44.239Z] container=docker
17:03:44 [2022-07-20T17:03:44.239Z] HOME=/root
17:03:44 [2022-07-20T17:03:44.239Z] GOLANG_VERSION=1.18.4
17:03:44 [2022-07-20T17:03:44.239Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:03:44 [2022-07-20T17:03:44.239Z] VALIDATE_BRANCH=master
17:03:44 [2022-07-20T17:03:44.239Z] TERM=xterm
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_PKG=github.com/docker/docker
17:03:44 [2022-07-20T17:03:44.239Z] SHLVL=1
17:03:44 [2022-07-20T17:03:44.239Z] TIMEOUT=120m
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_BUILDTAGS= journald
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_GRAPHDRIVER=overlay2
17:03:44 [2022-07-20T17:03:44.239Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
17:03:44 [2022-07-20T17:03:44.239Z] GO111MODULE=off
17:03:44 [2022-07-20T17:03:44.239Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:03:44 [2022-07-20T17:03:44.239Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:03:44 [2022-07-20T17:03:44.239Z] GOPATH=/go
17:03:44 [2022-07-20T17:03:44.239Z] PKG_CONFIG=pkg-config
17:03:44 [2022-07-20T17:03:44.239Z] _=/usr/bin/env
17:03:44 [2022-07-20T17:03:44.239Z] Building test suite binary ./integration-cli/test.main
17:03:44 [2022-07-20T17:03:44.239Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:03:44 [2022-07-20T17:03:44.239Z] HOSTNAME=c48828c9f573
17:03:44 [2022-07-20T17:03:44.239Z] TEST_SKIP_INTEGRATION=1
17:03:44 [2022-07-20T17:03:44.239Z] TESTDEBUG=0
17:03:44 [2022-07-20T17:03:44.239Z] DEST=bundles/test-integration
17:03:44 [2022-07-20T17:03:44.239Z] PWD=/go/src/github.com/docker/docker
17:03:44 [2022-07-20T17:03:44.239Z] KEEPBUNDLE=1
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
17:03:44 [2022-07-20T17:03:44.239Z] container=docker
17:03:44 [2022-07-20T17:03:44.239Z] HOME=/root
17:03:44 [2022-07-20T17:03:44.239Z] GOLANG_VERSION=1.18.4
17:03:44 [2022-07-20T17:03:44.239Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:03:44 [2022-07-20T17:03:44.239Z] VALIDATE_BRANCH=master
17:03:44 [2022-07-20T17:03:44.239Z] TERM=xterm
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_PKG=github.com/docker/docker
17:03:44 [2022-07-20T17:03:44.239Z] SHLVL=1
17:03:44 [2022-07-20T17:03:44.239Z] TIMEOUT=120m
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_BUILDTAGS= journald
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_GRAPHDRIVER=overlay2
17:03:44 [2022-07-20T17:03:44.239Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
17:03:44 [2022-07-20T17:03:44.239Z] GO111MODULE=off
17:03:44 [2022-07-20T17:03:44.239Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:03:44 [2022-07-20T17:03:44.239Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:03:44 [2022-07-20T17:03:44.239Z] GOPATH=/go
17:03:44 [2022-07-20T17:03:44.239Z] PKG_CONFIG=pkg-config
17:03:44 [2022-07-20T17:03:44.239Z] _=/usr/bin/env
17:03:44 [2022-07-20T17:03:44.239Z] Building test suite binary ./integration-cli/test.main
17:03:44 [2022-07-20T17:03:44.239Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:03:44 [2022-07-20T17:03:44.239Z] HOSTNAME=d292610afaaa
17:03:44 [2022-07-20T17:03:44.239Z] TESTDEBUG=0
17:03:44 [2022-07-20T17:03:44.239Z] DEST=bundles/test-integration
17:03:44 [2022-07-20T17:03:44.239Z] PWD=/go/src/github.com/docker/docker
17:03:44 [2022-07-20T17:03:44.239Z] KEEPBUNDLE=1
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
17:03:44 [2022-07-20T17:03:44.239Z] container=docker
17:03:44 [2022-07-20T17:03:44.239Z] HOME=/root
17:03:44 [2022-07-20T17:03:44.239Z] GOLANG_VERSION=1.18.4
17:03:44 [2022-07-20T17:03:44.239Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:03:44 [2022-07-20T17:03:44.239Z] VALIDATE_BRANCH=master
17:03:44 [2022-07-20T17:03:44.239Z] TERM=xterm
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_PKG=github.com/docker/docker
17:03:44 [2022-07-20T17:03:44.239Z] SHLVL=1
17:03:44 [2022-07-20T17:03:44.239Z] TIMEOUT=120m
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_BUILDTAGS= journald
17:03:44 [2022-07-20T17:03:44.239Z] DOCKER_GRAPHDRIVER=overlay2
17:03:44 [2022-07-20T17:03:44.239Z] GO111MODULE=off
17:03:44 [2022-07-20T17:03:44.239Z] TEST_SKIP_INTEGRATION_CLI=1
17:03:44 [2022-07-20T17:03:44.239Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:03:44 [2022-07-20T17:03:44.239Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:03:44 [2022-07-20T17:03:44.239Z] GOPATH=/go
17:03:44 [2022-07-20T17:03:44.239Z] PKG_CONFIG=pkg-config
17:03:44 [2022-07-20T17:03:44.239Z] _=/usr/bin/env
17:03:44 [2022-07-20T17:03:44.239Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
17:03:45 [2022-07-20T17:03:45.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:03:46 [2022-07-20T17:03:46.146Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:03:46 [2022-07-20T17:03:46.146Z] Using test binary docker
17:03:46 [2022-07-20T17:03:46.146Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:03:46 [2022-07-20T17:03:46.146Z] Starting apparmor (via systemctl): apparmor.service.
17:03:46 [2022-07-20T17:03:46.146Z] Starting dockerd
17:03:46 [2022-07-20T17:03:46.146Z] INFO: Waiting for daemon to start...
17:03:48 [2022-07-20T17:03:48.677Z] .
17:03:48 [2022-07-20T17:03:48.677Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:03:48 [2022-07-20T17:03:48.677Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:03:48 [2022-07-20T17:03:48.677Z] Error: No such image: emptyfs
17:03:48 [2022-07-20T17:03:48.677Z] Running integration-test (iteration 1)
17:03:48 [2022-07-20T17:03:48.677Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
17:03:48 [2022-07-20T17:03:48.677Z] Loaded image: busybox:latest
17:03:48 [2022-07-20T17:03:48.935Z] Loaded image: busybox:glibc
17:03:50 [2022-07-20T17:03:50.309Z] Loaded image: debian:bullseye-slim
17:03:50 [2022-07-20T17:03:50.309Z] Loaded image: hello-world:latest
17:03:50 [2022-07-20T17:03:50.309Z] Loaded image: arm32v7/hello-world:latest
17:03:50 [2022-07-20T17:03:50.309Z] INFO: Testing against a local daemon
17:03:50 [2022-07-20T17:03:50.309Z] === RUN   TestCgroupNamespacesBuild
17:03:51 [2022-07-20T17:03:51.681Z] --- PASS: TestCgroupNamespacesBuild (1.43s)
17:03:51 [2022-07-20T17:03:51.681Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:03:53 [2022-07-20T17:03:53.054Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.30s)
17:03:53 [2022-07-20T17:03:53.054Z] === RUN   TestBuildWithSession
17:03:53 [2022-07-20T17:03:53.054Z]     build_session_test.go:25: TODO: BuildKit
17:03:53 [2022-07-20T17:03:53.054Z] --- SKIP: TestBuildWithSession (0.00s)
17:03:53 [2022-07-20T17:03:53.054Z] === RUN   TestBuildSquashParent
17:03:58 [2022-07-20T17:03:58.317Z] --- PASS: TestBuildSquashParent (4.45s)
17:03:58 [2022-07-20T17:03:58.317Z] === RUN   TestBuildWithRemoveAndForceRemove
17:03:58 [2022-07-20T17:03:58.317Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:03:58 [2022-07-20T17:03:58.317Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:03:58 [2022-07-20T17:03:58.317Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:03:58 [2022-07-20T17:03:58.317Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:03:58 [2022-07-20T17:03:58.317Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:03:58 [2022-07-20T17:03:58.317Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:03:58 [2022-07-20T17:03:58.317Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:03:58 [2022-07-20T17:03:58.317Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:03:58 [2022-07-20T17:03:58.317Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:03:58 [2022-07-20T17:03:58.317Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:03:58 [2022-07-20T17:03:58.317Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:03:58 [2022-07-20T17:03:58.317Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:03:58 [2022-07-20T17:03:58.317Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:03:58 [2022-07-20T17:03:58.317Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:03:58 [2022-07-20T17:03:58.883Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:03:59 [2022-07-20T17:03:59.141Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:04:00 [2022-07-20T17:04:00.517Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:04:00 [2022-07-20T17:04:00.774Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:04:02 [2022-07-20T17:04:02.150Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
17:04:02 [2022-07-20T17:04:02.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.50s)
17:04:02 [2022-07-20T17:04:02.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.78s)
17:04:02 [2022-07-20T17:04:02.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.48s)
17:04:02 [2022-07-20T17:04:02.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.57s)
17:04:02 [2022-07-20T17:04:02.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.50s)
17:04:02 [2022-07-20T17:04:02.150Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.41s)
17:04:02 [2022-07-20T17:04:02.150Z] === RUN   TestBuildMultiStageCopy
17:04:02 [2022-07-20T17:04:02.150Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:04:04 [2022-07-20T17:04:04.051Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:04:04 [2022-07-20T17:04:04.051Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:04:04 [2022-07-20T17:04:04.308Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:04:04 [2022-07-20T17:04:04.566Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:04:04 [2022-07-20T17:04:04.824Z] --- PASS: TestBuildMultiStageCopy (2.52s)
17:04:04 [2022-07-20T17:04:04.824Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.50s)
17:04:04 [2022-07-20T17:04:04.824Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.25s)
17:04:04 [2022-07-20T17:04:04.824Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.25s)
17:04:04 [2022-07-20T17:04:04.824Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
17:04:04 [2022-07-20T17:04:04.824Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.29s)
17:04:04 [2022-07-20T17:04:04.824Z] === RUN   TestBuildMultiStageParentConfig
17:04:05 [2022-07-20T17:04:05.759Z] --- PASS: TestBuildMultiStageParentConfig (0.82s)
17:04:05 [2022-07-20T17:04:05.759Z] === RUN   TestBuildLabelWithTargets
17:04:06 [2022-07-20T17:04:06.692Z] --- PASS: TestBuildLabelWithTargets (1.17s)
17:04:06 [2022-07-20T17:04:06.693Z] === RUN   TestBuildWithEmptyLayers
17:04:07 [2022-07-20T17:04:07.260Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
17:04:07 [2022-07-20T17:04:07.260Z] === RUN   TestBuildMultiStageOnBuild
17:04:09 [2022-07-20T17:04:09.160Z] --- PASS: TestBuildMultiStageOnBuild (1.68s)
17:04:09 [2022-07-20T17:04:09.160Z] === RUN   TestBuildUncleanTarFilenames
17:04:09 [2022-07-20T17:04:09.230Z] Created binary: bundles/dynbinary-daemon/dockerd
17:04:09 [2022-07-20T17:04:09.231Z] Building: bundles/dynbinary-daemon/docker-proxy
17:04:09 [2022-07-20T17:04:09.231Z] GOOS="" GOARCH="" GOARM=""
17:04:09 [2022-07-20T17:04:09.231Z] Created binary: bundles/dynbinary-daemon/docker-proxy
17:04:09 [2022-07-20T17:04:09.231Z] 
17:04:09 [2022-07-20T17:04:09.231Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:04:09 [2022-07-20T17:04:09.231Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:04:09 [2022-07-20T17:04:09.231Z] HOSTNAME=fe89c902b226
17:04:09 [2022-07-20T17:04:09.231Z] DEST=bundles/test-integration
17:04:09 [2022-07-20T17:04:09.231Z] PWD=/go/src/github.com/docker/docker
17:04:09 [2022-07-20T17:04:09.231Z] DOCKER_ROOTLESS=1
17:04:09 [2022-07-20T17:04:09.231Z] DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
17:04:09 [2022-07-20T17:04:09.231Z] container=docker
17:04:09 [2022-07-20T17:04:09.231Z] HOME=/root
17:04:09 [2022-07-20T17:04:09.231Z] GOLANG_VERSION=1.18.4
17:04:09 [2022-07-20T17:04:09.231Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:04:09 [2022-07-20T17:04:09.231Z] VALIDATE_BRANCH=master
17:04:09 [2022-07-20T17:04:09.231Z] TERM=xterm
17:04:09 [2022-07-20T17:04:09.231Z] DOCKER_PKG=github.com/docker/docker
17:04:09 [2022-07-20T17:04:09.231Z] SHLVL=1
17:04:09 [2022-07-20T17:04:09.231Z] TIMEOUT=120m
17:04:09 [2022-07-20T17:04:09.231Z] DOCKER_BUILDTAGS= journald
17:04:09 [2022-07-20T17:04:09.231Z] DOCKER_GRAPHDRIVER=overlay2
17:04:09 [2022-07-20T17:04:09.231Z] GO111MODULE=off
17:04:09 [2022-07-20T17:04:09.231Z] DOCKER_EXPERIMENTAL=1
17:04:09 [2022-07-20T17:04:09.231Z] TEST_SKIP_INTEGRATION_CLI=1
17:04:09 [2022-07-20T17:04:09.231Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:04:09 [2022-07-20T17:04:09.231Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:04:09 [2022-07-20T17:04:09.231Z] GOPATH=/go
17:04:09 [2022-07-20T17:04:09.231Z] PKG_CONFIG=pkg-config
17:04:09 [2022-07-20T17:04:09.231Z] _=/usr/bin/env
17:04:09 [2022-07-20T17:04:09.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
17:04:09 [2022-07-20T17:04:09.418Z] --- PASS: TestBuildUncleanTarFilenames (0.59s)
17:04:09 [2022-07-20T17:04:09.418Z] === RUN   TestBuildMultiStageLayerLeak
17:04:11 [2022-07-20T17:04:11.318Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s)
17:04:11 [2022-07-20T17:04:11.318Z] === RUN   TestBuildWithHugeFile
17:04:47 [2022-07-20T17:04:47.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
17:04:48 [2022-07-20T17:04:48.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
17:05:07 [2022-07-20T17:05:07.531Z] --- PASS: TestBuildWithHugeFile (49.48s)
17:05:07 [2022-07-20T17:05:07.531Z] === RUN   TestBuildWCOWSandboxSize
17:05:07 [2022-07-20T17:05:07.531Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:05:07 [2022-07-20T17:05:07.531Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
17:05:07 [2022-07-20T17:05:07.531Z] === RUN   TestBuildWithEmptyDockerfile
17:05:07 [2022-07-20T17:05:07.531Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:05:07 [2022-07-20T17:05:07.531Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:05:07 [2022-07-20T17:05:07.531Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:05:07 [2022-07-20T17:05:07.531Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:05:07 [2022-07-20T17:05:07.531Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:05:07 [2022-07-20T17:05:07.531Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:05:07 [2022-07-20T17:05:07.531Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:05:07 [2022-07-20T17:05:07.531Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:05:07 [2022-07-20T17:05:07.531Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:05:07 [2022-07-20T17:05:07.531Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
17:05:07 [2022-07-20T17:05:07.531Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
17:05:07 [2022-07-20T17:05:07.531Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
17:05:07 [2022-07-20T17:05:07.531Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
17:05:07 [2022-07-20T17:05:07.531Z] === RUN   TestBuildPreserveOwnership
17:05:07 [2022-07-20T17:05:07.531Z] === RUN   TestBuildPreserveOwnership/copy_from
17:05:07 [2022-07-20T17:05:07.531Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:05:07 [2022-07-20T17:05:07.531Z] --- PASS: TestBuildPreserveOwnership (4.18s)
17:05:07 [2022-07-20T17:05:07.531Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.72s)
17:05:07 [2022-07-20T17:05:07.531Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.46s)
17:05:07 [2022-07-20T17:05:07.531Z] === RUN   TestBuildPlatformInvalid
17:05:07 [2022-07-20T17:05:07.531Z] --- PASS: TestBuildPlatformInvalid (0.07s)
17:05:07 [2022-07-20T17:05:07.531Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:05:07 [2022-07-20T17:05:07.531Z] Loaded image: busybox:latest
17:05:07 [2022-07-20T17:05:07.531Z] Loaded image: busybox:glibc
17:05:07 [2022-07-20T17:05:07.531Z] Loaded image: debian:bullseye-slim
17:05:07 [2022-07-20T17:05:07.531Z] Loaded image: hello-world:latest
17:05:07 [2022-07-20T17:05:07.531Z] Loaded image: arm32v7/hello-world:latest
17:05:15 [2022-07-20T17:05:15.522Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
17:05:17 [2022-07-20T17:05:17.502Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.18s)
17:05:17 [2022-07-20T17:05:17.502Z] PASS
17:05:17 [2022-07-20T17:05:17.502Z] 
17:05:17 [2022-07-20T17:05:17.502Z] === Skipped
17:05:17 [2022-07-20T17:05:17.502Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
17:05:17 [2022-07-20T17:05:17.502Z]     build_session_test.go:25: TODO: BuildKit
17:05:17 [2022-07-20T17:05:17.502Z] 
17:05:17 [2022-07-20T17:05:17.502Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
17:05:17 [2022-07-20T17:05:17.502Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:05:17 [2022-07-20T17:05:17.502Z] 
17:05:17 [2022-07-20T17:05:17.502Z] DONE 34 tests, 2 skipped in 87.996s
17:05:17 [2022-07-20T17:05:17.502Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
17:05:17 [2022-07-20T17:05:17.502Z] INFO: Testing against a local daemon
17:05:17 [2022-07-20T17:05:17.502Z] === RUN   TestConfigInspect
17:05:18 [2022-07-20T17:05:18.875Z] --- PASS: TestConfigInspect (2.28s)
17:05:18 [2022-07-20T17:05:18.875Z] === RUN   TestConfigList
17:05:21 [2022-07-20T17:05:21.402Z] --- PASS: TestConfigList (2.24s)
17:05:21 [2022-07-20T17:05:21.402Z] === RUN   TestConfigsCreateAndDelete
17:05:23 [2022-07-20T17:05:23.299Z] --- PASS: TestConfigsCreateAndDelete (2.20s)
17:05:23 [2022-07-20T17:05:23.299Z] === RUN   TestConfigsUpdate
17:05:23 [2022-07-20T17:05:23.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
17:05:25 [2022-07-20T17:05:25.828Z] --- PASS: TestConfigsUpdate (2.20s)
17:05:25 [2022-07-20T17:05:25.828Z] === RUN   TestTemplatedConfig
17:05:28 [2022-07-20T17:05:28.356Z] --- PASS: TestTemplatedConfig (2.72s)
17:05:28 [2022-07-20T17:05:28.356Z] === RUN   TestConfigCreateResolve
17:05:28 [2022-07-20T17:05:28.608Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.186s	coverage: 60.0% of statements
17:05:28 [2022-07-20T17:05:28.608Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
17:05:28 [2022-07-20T17:05:28.608Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
17:05:28 [2022-07-20T17:05:28.608Z] ok  	github.com/docker/docker/libnetwork/osl	4.345s	coverage: 39.7% of statements
17:05:28 [2022-07-20T17:05:28.608Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
17:05:28 [2022-07-20T17:05:28.608Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
17:05:29 [2022-07-20T17:05:29.177Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.634s	coverage: 48.6% of statements
17:05:29 [2022-07-20T17:05:29.437Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 70.6% of statements
17:05:29 [2022-07-20T17:05:29.437Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
17:05:29 [2022-07-20T17:05:29.696Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
17:05:29 [2022-07-20T17:05:29.696Z] 
17:05:29 [2022-07-20T17:05:29.696Z] === Skipped
17:05:29 [2022-07-20T17:05:29.696Z] === SKIP: libnetwork TestParallel1 (0.00s)
17:05:29 [2022-07-20T17:05:29.696Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
17:05:29 [2022-07-20T17:05:29.696Z] 
17:05:29 [2022-07-20T17:05:29.696Z] === SKIP: libnetwork TestParallel3 (0.00s)
17:05:29 [2022-07-20T17:05:29.696Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
17:05:29 [2022-07-20T17:05:29.696Z] 
17:05:29 [2022-07-20T17:05:29.696Z] === SKIP: libnetwork TestParallel2 (0.00s)
17:05:29 [2022-07-20T17:05:29.696Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
17:05:29 [2022-07-20T17:05:29.696Z] 
17:05:29 [2022-07-20T17:05:29.696Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
17:05:29 [2022-07-20T17:05:29.696Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
17:05:29 [2022-07-20T17:05:29.696Z] 
17:05:29 [2022-07-20T17:05:29.696Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
17:05:29 [2022-07-20T17:05:29.696Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
17:05:29 [2022-07-20T17:05:29.696Z] 
17:05:29 [2022-07-20T17:05:29.696Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
17:05:29 [2022-07-20T17:05:29.696Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
17:05:29 [2022-07-20T17:05:29.696Z] 
17:05:29 [2022-07-20T17:05:29.696Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
17:05:29 [2022-07-20T17:05:29.696Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
17:05:29 [2022-07-20T17:05:29.696Z] 
17:05:29 [2022-07-20T17:05:29.696Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
17:05:29 [2022-07-20T17:05:29.696Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
17:05:29 [2022-07-20T17:05:29.696Z] 
17:05:29 [2022-07-20T17:05:29.696Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
17:05:29 [2022-07-20T17:05:29.696Z]     firewalld_test.go:14: firewalld is not running
17:05:29 [2022-07-20T17:05:29.696Z] 
17:05:29 [2022-07-20T17:05:29.696Z] DONE 327 tests, 9 skipped in 202.383s
17:05:30 [2022-07-20T17:05:30.255Z] --- PASS: TestConfigCreateResolve (2.20s)
17:05:30 [2022-07-20T17:05:30.255Z] PASS
17:05:30 [2022-07-20T17:05:30.255Z] 
17:05:30 [2022-07-20T17:05:30.255Z] DONE 6 tests in 13.856s
17:05:30 [2022-07-20T17:05:30.255Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
17:05:30 [2022-07-20T17:05:30.255Z] INFO: Testing against a local daemon
17:05:30 [2022-07-20T17:05:30.255Z] === RUN   TestAttachWithTTY
17:05:30 [2022-07-20T17:05:30.255Z] --- PASS: TestAttachWithTTY (0.06s)
17:05:30 [2022-07-20T17:05:30.255Z] === RUN   TestAttachWithoutTTy
17:05:30 [2022-07-20T17:05:30.514Z] --- PASS: TestAttachWithoutTTy (0.05s)
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestCheckpoint
17:05:30 [2022-07-20T17:05:30.514Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:05:30 [2022-07-20T17:05:30.514Z] --- SKIP: TestCheckpoint (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/commit
17:05:30 [2022-07-20T17:05:30.514Z] === PAUSE TestContainerInvalidJSON/commit
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/create
17:05:30 [2022-07-20T17:05:30.514Z] === PAUSE TestContainerInvalidJSON/containers/create
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
17:05:30 [2022-07-20T17:05:30.514Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
17:05:30 [2022-07-20T17:05:30.514Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
17:05:30 [2022-07-20T17:05:30.514Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:05:30 [2022-07-20T17:05:30.514Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
17:05:30 [2022-07-20T17:05:30.514Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
17:05:30 [2022-07-20T17:05:30.514Z] === CONT  TestContainerInvalidJSON/commit
17:05:30 [2022-07-20T17:05:30.514Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/commit/empty_body
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
17:05:30 [2022-07-20T17:05:30.514Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
17:05:30 [2022-07-20T17:05:30.514Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
17:05:30 [2022-07-20T17:05:30.514Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
17:05:30 [2022-07-20T17:05:30.514Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
17:05:30 [2022-07-20T17:05:30.514Z] === CONT  TestContainerInvalidJSON/containers/create
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
17:05:30 [2022-07-20T17:05:30.514Z] --- PASS: TestContainerInvalidJSON (0.01s)
17:05:30 [2022-07-20T17:05:30.514Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:05:30 [2022-07-20T17:05:30.514Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestCopyFromContainerPathIsNotDir
17:05:30 [2022-07-20T17:05:30.514Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestCopyToContainerPathDoesNotExist
17:05:30 [2022-07-20T17:05:30.514Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
17:05:30 [2022-07-20T17:05:30.514Z] === RUN   TestCopyEmptyFile
Post stage
[Pipeline] junit
17:05:30 [2022-07-20T17:05:30.645Z] Recording test results
17:05:30 [2022-07-20T17:05:30.773Z] --- PASS: TestCopyEmptyFile (0.22s)
17:05:30 [2022-07-20T17:05:30.773Z] === RUN   TestCopyToContainerPathIsNotDir
17:05:30 [2022-07-20T17:05:30.773Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
17:05:30 [2022-07-20T17:05:30.773Z] === RUN   TestCopyFromContainer
17:05:31 [2022-07-20T17:05:31.775Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
17:05:31 [2022-07-20T17:05:31.775Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
17:05:32 [2022-07-20T17:05:32.052Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
17:05:32 [2022-07-20T17:05:32.147Z] === RUN   TestCopyFromContainer//
17:05:32 [2022-07-20T17:05:32.147Z] === RUN   TestCopyFromContainer//bar/root
17:05:32 [2022-07-20T17:05:32.147Z] === RUN   TestCopyFromContainer//bar/root/
17:05:32 [2022-07-20T17:05:32.406Z] === RUN   TestCopyFromContainer/bar/quux
17:05:32 [2022-07-20T17:05:32.406Z] === RUN   TestCopyFromContainer/bar/quux/
17:05:32 [2022-07-20T17:05:32.406Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:05:32 [2022-07-20T17:05:32.406Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:05:32 [2022-07-20T17:05:32.407Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -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:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/make.sh dynbinary test-integration
17:05:32 [2022-07-20T17:05:32.665Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:05:32 [2022-07-20T17:05:32.665Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:05:32 [2022-07-20T17:05:32.665Z] === RUN   TestCopyFromContainer/bar/notarget
17:05:32 [2022-07-20T17:05:32.665Z] --- PASS: TestCopyFromContainer (1.89s)
17:05:32 [2022-07-20T17:05:32.665Z]     --- PASS: TestCopyFromContainer// (0.06s)
17:05:32 [2022-07-20T17:05:32.665Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
17:05:32 [2022-07-20T17:05:32.665Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
17:05:32 [2022-07-20T17:05:32.665Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
17:05:32 [2022-07-20T17:05:32.665Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
17:05:32 [2022-07-20T17:05:32.665Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
17:05:32 [2022-07-20T17:05:32.665Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
17:05:32 [2022-07-20T17:05:32.665Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
17:05:32 [2022-07-20T17:05:32.665Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
17:05:32 [2022-07-20T17:05:32.665Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
17:05:32 [2022-07-20T17:05:32.665Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:05:32 [2022-07-20T17:05:32.665Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:05:32 [2022-07-20T17:05:32.665Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:05:32 [2022-07-20T17:05:32.665Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:05:32 [2022-07-20T17:05:32.665Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:05:32 [2022-07-20T17:05:32.665Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:05:32 [2022-07-20T17:05:32.665Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:05:32 [2022-07-20T17:05:32.665Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:05:32 [2022-07-20T17:05:32.665Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:05:32 [2022-07-20T17:05:32.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
17:05:32 [2022-07-20T17:05:32.923Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:05:32 [2022-07-20T17:05:32.923Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
17:05:32 [2022-07-20T17:05:32.923Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:05:32 [2022-07-20T17:05:32.923Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:05:32 [2022-07-20T17:05:32.923Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:05:32 [2022-07-20T17:05:32.923Z] === RUN   TestCreateLinkToNonExistingContainer
17:05:32 [2022-07-20T17:05:32.923Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
17:05:32 [2022-07-20T17:05:32.923Z] === RUN   TestCreateWithInvalidEnv
17:05:32 [2022-07-20T17:05:32.923Z] === RUN   TestCreateWithInvalidEnv/0
17:05:32 [2022-07-20T17:05:32.923Z] === PAUSE TestCreateWithInvalidEnv/0
17:05:32 [2022-07-20T17:05:32.923Z] === RUN   TestCreateWithInvalidEnv/1
17:05:32 [2022-07-20T17:05:32.923Z] === PAUSE TestCreateWithInvalidEnv/1
17:05:32 [2022-07-20T17:05:32.923Z] === RUN   TestCreateWithInvalidEnv/2
17:05:32 [2022-07-20T17:05:32.923Z] === PAUSE TestCreateWithInvalidEnv/2
17:05:32 [2022-07-20T17:05:32.923Z] === CONT  TestCreateWithInvalidEnv/0
17:05:32 [2022-07-20T17:05:32.923Z] === CONT  TestCreateWithInvalidEnv/2
17:05:32 [2022-07-20T17:05:32.923Z] === CONT  TestCreateWithInvalidEnv/1
17:05:32 [2022-07-20T17:05:32.923Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
17:05:32 [2022-07-20T17:05:32.923Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:05:32 [2022-07-20T17:05:32.923Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:05:32 [2022-07-20T17:05:32.923Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:05:32 [2022-07-20T17:05:32.923Z] === RUN   TestCreateTmpfsMountsTarget
17:05:32 [2022-07-20T17:05:32.923Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
17:05:32 [2022-07-20T17:05:32.923Z] === RUN   TestCreateWithCustomMaskedPaths
17:05:32 [2022-07-20T17:05:32.976Z] 
17:05:32 [2022-07-20T17:05:32.976Z] Removing bundles/
17:05:32 [2022-07-20T17:05:32.976Z] 
17:05:32 [2022-07-20T17:05:32.976Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:05:32 [2022-07-20T17:05:32.976Z] Building: bundles/dynbinary-daemon/dockerd
17:05:32 [2022-07-20T17:05:32.976Z] GOOS="" GOARCH="" GOARM=""
17:05:33 [2022-07-20T17:05:33.295Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
17:05:34 [2022-07-20T17:05:34.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
17:05:34 [2022-07-20T17:05:34.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
17:05:34 [2022-07-20T17:05:34.823Z] --- PASS: TestCreateWithCustomMaskedPaths (1.79s)
17:05:34 [2022-07-20T17:05:34.823Z] === RUN   TestCreateWithCustomReadonlyPaths
17:05:35 [2022-07-20T17:05:35.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
17:05:36 [2022-07-20T17:05:36.218Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.66s)
17:05:36 [2022-07-20T17:05:36.218Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:05:36 [2022-07-20T17:05:36.218Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:05:36 [2022-07-20T17:05:36.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:05:36 [2022-07-20T17:05:36.218Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:05:36 [2022-07-20T17:05:36.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:05:36 [2022-07-20T17:05:36.218Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:05:36 [2022-07-20T17:05:36.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:05:36 [2022-07-20T17:05:36.218Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:05:36 [2022-07-20T17:05:36.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:05:36 [2022-07-20T17:05:36.218Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:05:36 [2022-07-20T17:05:36.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:05:36 [2022-07-20T17:05:36.218Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:05:36 [2022-07-20T17:05:36.218Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:05:36 [2022-07-20T17:05:36.218Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:05:36 [2022-07-20T17:05:36.218Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:05:36 [2022-07-20T17:05:36.480Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:05:36 [2022-07-20T17:05:36.480Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
17:05:36 [2022-07-20T17:05:36.480Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
17:05:36 [2022-07-20T17:05:36.480Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
17:05:36 [2022-07-20T17:05:36.480Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
17:05:36 [2022-07-20T17:05:36.480Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
17:05:36 [2022-07-20T17:05:36.480Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
17:05:36 [2022-07-20T17:05:36.480Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:05:37 [2022-07-20T17:05:37.060Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.60s)
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestCreateDifferentPlatform
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestCreateDifferentPlatform/different_os
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:05:37 [2022-07-20T17:05:37.060Z] --- PASS: TestCreateDifferentPlatform (0.01s)
17:05:37 [2022-07-20T17:05:37.060Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:05:37 [2022-07-20T17:05:37.060Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:05:37 [2022-07-20T17:05:37.060Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:05:37 [2022-07-20T17:05:37.060Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestCreateInvalidHostConfig
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
17:05:37 [2022-07-20T17:05:37.060Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
17:05:37 [2022-07-20T17:05:37.060Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:05:37 [2022-07-20T17:05:37.060Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
17:05:37 [2022-07-20T17:05:37.060Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
17:05:37 [2022-07-20T17:05:37.060Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
17:05:37 [2022-07-20T17:05:37.060Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:05:37 [2022-07-20T17:05:37.060Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
17:05:37 [2022-07-20T17:05:37.060Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
17:05:37 [2022-07-20T17:05:37.060Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
17:05:37 [2022-07-20T17:05:37.060Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
17:05:37 [2022-07-20T17:05:37.060Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
17:05:37 [2022-07-20T17:05:37.060Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
17:05:37 [2022-07-20T17:05:37.060Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestContainerStartOnDaemonRestart
17:05:37 [2022-07-20T17:05:37.060Z] === PAUSE TestContainerStartOnDaemonRestart
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestDaemonRestartIpcMode
17:05:37 [2022-07-20T17:05:37.060Z] === PAUSE TestDaemonRestartIpcMode
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestDaemonHostGatewayIP
17:05:37 [2022-07-20T17:05:37.060Z] === PAUSE TestDaemonHostGatewayIP
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestRestartDaemonWithRestartingContainer
17:05:37 [2022-07-20T17:05:37.060Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestContainerKillOnDaemonStart
17:05:37 [2022-07-20T17:05:37.060Z] === PAUSE TestContainerKillOnDaemonStart
17:05:37 [2022-07-20T17:05:37.060Z] === RUN   TestDiff
17:05:37 [2022-07-20T17:05:37.627Z] --- PASS: TestDiff (0.60s)
17:05:37 [2022-07-20T17:05:37.627Z] === RUN   TestExecConsoleSize
17:05:37 [2022-07-20T17:05:37.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
17:05:38 [2022-07-20T17:05:38.561Z] --- PASS: TestExecConsoleSize (0.66s)
17:05:38 [2022-07-20T17:05:38.561Z] === RUN   TestExecWithCloseStdin
17:05:38 [2022-07-20T17:05:38.599Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
17:05:39 [2022-07-20T17:05:39.126Z] --- PASS: TestExecWithCloseStdin (0.66s)
17:05:39 [2022-07-20T17:05:39.126Z] === RUN   TestExec
17:05:39 [2022-07-20T17:05:39.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
17:05:39 [2022-07-20T17:05:39.692Z] --- PASS: TestExec (0.69s)
17:05:39 [2022-07-20T17:05:39.692Z] === RUN   TestExecUser
17:05:39 [2022-07-20T17:05:39.782Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:05:40 [2022-07-20T17:05:40.259Z] --- PASS: TestExecUser (0.62s)
17:05:40 [2022-07-20T17:05:40.259Z] === RUN   TestExportContainerAndImportImage
17:05:40 [2022-07-20T17:05:40.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:05:41 [2022-07-20T17:05:41.192Z] --- PASS: TestExportContainerAndImportImage (0.73s)
17:05:41 [2022-07-20T17:05:41.192Z] === RUN   TestExportContainerAfterDaemonRestart
17:05:41 [2022-07-20T17:05:41.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:05:42 [2022-07-20T17:05:42.566Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
17:05:42 [2022-07-20T17:05:42.566Z] === RUN   TestHealthCheckWorkdir
17:05:42 [2022-07-20T17:05:42.570Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:05:43 [2022-07-20T17:05:43.131Z] --- PASS: TestHealthCheckWorkdir (0.87s)
17:05:43 [2022-07-20T17:05:43.131Z] === RUN   TestHealthKillContainer
17:05:43 [2022-07-20T17:05:43.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:05:44 [2022-07-20T17:05:44.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:05:44 [2022-07-20T17:05:44.995Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:05:44 [2022-07-20T17:05:44.995Z] Using test binary docker
17:05:44 [2022-07-20T17:05:44.995Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:05:44 [2022-07-20T17:05:44.995Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:05:44 [2022-07-20T17:05:44.995Z] INFO: Waiting for daemon to start...
17:05:44 [2022-07-20T17:05:44.995Z] Starting dockerd
17:05:48 [2022-07-20T17:05:48.261Z] .
17:05:48 [2022-07-20T17:05:48.261Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:05:48 [2022-07-20T17:05:48.261Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:05:48 [2022-07-20T17:05:48.261Z] Error: No such image: emptyfs
17:05:48 [2022-07-20T17:05:48.261Z] Running integration-test (iteration 1)
17:05:48 [2022-07-20T17:05:48.261Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
17:05:48 [2022-07-20T17:05:48.261Z] Loaded image: busybox:latest
17:05:48 [2022-07-20T17:05:48.261Z] Loaded image: busybox:glibc
17:05:48 [2022-07-20T17:05:48.972Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|imports|compiled_files|deps|name|types_sizes) took 2m54.326346127s 
17:05:48 [2022-07-20T17:05:48.972Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 507.8868ms 
17:05:49 [2022-07-20T17:05:49.627Z] Loaded image: debian:bullseye-slim
17:05:49 [2022-07-20T17:05:49.627Z] Loaded image: hello-world:latest
17:05:49 [2022-07-20T17:05:49.627Z] Loaded image: arm32v7/hello-world:latest
17:05:49 [2022-07-20T17:05:49.627Z] INFO: Testing against a local daemon
17:05:49 [2022-07-20T17:05:49.627Z] === RUN   TestCgroupNamespacesBuild
17:05:50 [2022-07-20T17:05:50.991Z] --- PASS: TestCgroupNamespacesBuild (1.35s)
17:05:50 [2022-07-20T17:05:50.991Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:05:52 [2022-07-20T17:05:52.360Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.18s)
17:05:52 [2022-07-20T17:05:52.360Z] === RUN   TestBuildWithSession
17:05:52 [2022-07-20T17:05:52.360Z]     build_session_test.go:25: TODO: BuildKit
17:05:52 [2022-07-20T17:05:52.360Z] --- SKIP: TestBuildWithSession (0.00s)
17:05:52 [2022-07-20T17:05:52.360Z] === RUN   TestBuildSquashParent
17:05:53 [2022-07-20T17:05:53.093Z] --- PASS: TestHealthKillContainer (8.26s)
17:05:53 [2022-07-20T17:05:53.093Z] === RUN   TestInspectCpusetInConfigPre120
17:05:53 [2022-07-20T17:05:53.093Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s)
17:05:53 [2022-07-20T17:05:53.093Z] === RUN   TestIpcModeNone
17:05:53 [2022-07-20T17:05:53.093Z] --- PASS: TestIpcModeNone (0.67s)
17:05:53 [2022-07-20T17:05:53.093Z] === RUN   TestIpcModePrivate
17:05:53 [2022-07-20T17:05:53.093Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
17:05:53 [2022-07-20T17:05:53.350Z] --- PASS: TestIpcModePrivate (0.66s)
17:05:53 [2022-07-20T17:05:53.351Z] === RUN   TestIpcModeShareable
17:05:53 [2022-07-20T17:05:53.609Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
17:05:53 [2022-07-20T17:05:53.866Z] --- PASS: TestIpcModeShareable (0.67s)
17:05:53 [2022-07-20T17:05:53.866Z] === RUN   TestAPIIpcModeShareableAndContainer
17:05:55 [2022-07-20T17:05:55.766Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.86s)
17:05:55 [2022-07-20T17:05:55.766Z] === RUN   TestAPIIpcModeHost
17:05:56 [2022-07-20T17:05:56.332Z] --- PASS: TestAPIIpcModeHost (0.42s)
17:05:56 [2022-07-20T17:05:56.332Z] === RUN   TestDaemonIpcModeShareable
17:05:57 [2022-07-20T17:05:57.264Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
17:05:57 [2022-07-20T17:05:57.522Z] --- PASS: TestDaemonIpcModeShareable (1.21s)
17:05:57 [2022-07-20T17:05:57.522Z] === RUN   TestDaemonIpcModePrivate
17:05:58 [2022-07-20T17:05:58.456Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
17:05:58 [2022-07-20T17:05:58.714Z] --- PASS: TestDaemonIpcModePrivate (1.29s)
17:05:58 [2022-07-20T17:05:58.714Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:06:00 [2022-07-20T17:06:00.088Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
17:06:00 [2022-07-20T17:06:00.088Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.24s)
17:06:00 [2022-07-20T17:06:00.088Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:06:00 [2022-07-20T17:06:00.443Z] --- PASS: TestBuildSquashParent (6.95s)
17:06:00 [2022-07-20T17:06:00.443Z] === RUN   TestBuildWithRemoveAndForceRemove
17:06:00 [2022-07-20T17:06:00.443Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:06:00 [2022-07-20T17:06:00.443Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:06:00 [2022-07-20T17:06:00.443Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:06:00 [2022-07-20T17:06:00.443Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:06:00 [2022-07-20T17:06:00.443Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:06:00 [2022-07-20T17:06:00.443Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:06:00 [2022-07-20T17:06:00.443Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:06:00 [2022-07-20T17:06:00.443Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:06:00 [2022-07-20T17:06:00.443Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:06:00 [2022-07-20T17:06:00.443Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:06:00 [2022-07-20T17:06:00.443Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:06:00 [2022-07-20T17:06:00.443Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:06:00 [2022-07-20T17:06:00.443Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:06:00 [2022-07-20T17:06:00.443Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:06:00 [2022-07-20T17:06:00.699Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:06:00 [2022-07-20T17:06:00.699Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:06:01 [2022-07-20T17:06:01.022Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
17:06:01 [2022-07-20T17:06:01.280Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.19s)
17:06:01 [2022-07-20T17:06:01.280Z] === RUN   TestIpcModeOlderClient
17:06:01 [2022-07-20T17:06:01.280Z] === PAUSE TestIpcModeOlderClient
17:06:01 [2022-07-20T17:06:01.280Z] === RUN   TestKillContainerInvalidSignal
17:06:01 [2022-07-20T17:06:01.846Z] --- PASS: TestKillContainerInvalidSignal (0.50s)
17:06:01 [2022-07-20T17:06:01.846Z] === RUN   TestKillContainer
17:06:01 [2022-07-20T17:06:01.846Z] === RUN   TestKillContainer/no_signal
17:06:02 [2022-07-20T17:06:02.104Z] === RUN   TestKillContainer/non_killing_signal
17:06:02 [2022-07-20T17:06:02.362Z] === RUN   TestKillContainer/killing_signal
17:06:03 [2022-07-20T17:06:03.215Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:06:03 [2022-07-20T17:06:03.215Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:06:03 [2022-07-20T17:06:03.296Z] --- PASS: TestKillContainer (1.50s)
17:06:03 [2022-07-20T17:06:03.296Z]     --- PASS: TestKillContainer/no_signal (0.47s)
17:06:03 [2022-07-20T17:06:03.296Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
17:06:03 [2022-07-20T17:06:03.296Z]     --- PASS: TestKillContainer/killing_signal (0.52s)
17:06:03 [2022-07-20T17:06:03.296Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:06:03 [2022-07-20T17:06:03.296Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:06:03 [2022-07-20T17:06:03.554Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:06:04 [2022-07-20T17:06:04.928Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.72s)
17:06:04 [2022-07-20T17:06:04.928Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s)
17:06:04 [2022-07-20T17:06:04.928Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.88s)
17:06:04 [2022-07-20T17:06:04.928Z] === RUN   TestKillStoppedContainer
17:06:04 [2022-07-20T17:06:04.928Z] --- PASS: TestKillStoppedContainer (0.05s)
17:06:04 [2022-07-20T17:06:04.928Z] === RUN   TestKillStoppedContainerAPIPre120
17:06:04 [2022-07-20T17:06:04.928Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
17:06:04 [2022-07-20T17:06:04.928Z] === RUN   TestKillDifferentUserContainer
17:06:05 [2022-07-20T17:06:05.103Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s)
17:06:05 [2022-07-20T17:06:05.103Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.42s)
17:06:05 [2022-07-20T17:06:05.103Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.46s)
17:06:05 [2022-07-20T17:06:05.103Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.11s)
17:06:05 [2022-07-20T17:06:05.103Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.15s)
17:06:05 [2022-07-20T17:06:05.103Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.98s)
17:06:05 [2022-07-20T17:06:05.103Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.99s)
17:06:05 [2022-07-20T17:06:05.103Z] === RUN   TestBuildMultiStageCopy
17:06:05 [2022-07-20T17:06:05.103Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:06:05 [2022-07-20T17:06:05.494Z] --- PASS: TestKillDifferentUserContainer (0.47s)
17:06:05 [2022-07-20T17:06:05.494Z] === RUN   TestInspectOomKilledTrue
17:06:05 [2022-07-20T17:06:05.494Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
17:06:05 [2022-07-20T17:06:05.494Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
17:06:05 [2022-07-20T17:06:05.494Z] === RUN   TestInspectOomKilledFalse
17:06:06 [2022-07-20T17:06:06.065Z] --- PASS: TestInspectOomKilledFalse (0.44s)
17:06:06 [2022-07-20T17:06:06.065Z] === RUN   TestLinksEtcHostsContentMatch
17:06:06 [2022-07-20T17:06:06.323Z] --- PASS: TestLinksEtcHostsContentMatch (0.38s)
17:06:06 [2022-07-20T17:06:06.323Z] === RUN   TestLinksContainerNames
17:06:07 [2022-07-20T17:06:07.257Z] --- PASS: TestLinksContainerNames (0.93s)
17:06:07 [2022-07-20T17:06:07.257Z] === RUN   TestLogsFollowTailEmpty
17:06:07 [2022-07-20T17:06:07.824Z] --- PASS: TestLogsFollowTailEmpty (0.48s)
17:06:07 [2022-07-20T17:06:07.824Z] === RUN   TestLogs
17:06:07 [2022-07-20T17:06:07.824Z] === RUN   TestLogs/driver_local
17:06:07 [2022-07-20T17:06:07.824Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
17:06:07 [2022-07-20T17:06:07.824Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
17:06:07 [2022-07-20T17:06:07.824Z] === RUN   TestLogs/driver_local/tty/only_stdout
17:06:07 [2022-07-20T17:06:07.824Z] === PAUSE TestLogs/driver_local/tty/only_stdout
17:06:07 [2022-07-20T17:06:07.824Z] === RUN   TestLogs/driver_local/tty/only_stderr
17:06:07 [2022-07-20T17:06:07.824Z] === PAUSE TestLogs/driver_local/tty/only_stderr
17:06:07 [2022-07-20T17:06:07.824Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
17:06:07 [2022-07-20T17:06:07.824Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
17:06:07 [2022-07-20T17:06:07.824Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
17:06:07 [2022-07-20T17:06:07.824Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
17:06:07 [2022-07-20T17:06:07.824Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
17:06:07 [2022-07-20T17:06:07.824Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
17:06:07 [2022-07-20T17:06:07.824Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
17:06:07 [2022-07-20T17:06:07.824Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
17:06:08 [2022-07-20T17:06:08.369Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:06:08 [2022-07-20T17:06:08.393Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
17:06:08 [2022-07-20T17:06:08.393Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
17:06:08 [2022-07-20T17:06:08.960Z] === CONT  TestLogs/driver_local/tty/only_stderr
17:06:08 [2022-07-20T17:06:08.960Z] === CONT  TestLogs/driver_local/tty/only_stdout
17:06:09 [2022-07-20T17:06:09.295Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:06:09 [2022-07-20T17:06:09.527Z] === RUN   TestLogs/driver_json-file
17:06:09 [2022-07-20T17:06:09.527Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
17:06:09 [2022-07-20T17:06:09.527Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
17:06:09 [2022-07-20T17:06:09.527Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
17:06:09 [2022-07-20T17:06:09.527Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
17:06:09 [2022-07-20T17:06:09.527Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
17:06:09 [2022-07-20T17:06:09.527Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
17:06:09 [2022-07-20T17:06:09.527Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:06:09 [2022-07-20T17:06:09.527Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:06:09 [2022-07-20T17:06:09.527Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
17:06:09 [2022-07-20T17:06:09.527Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
17:06:09 [2022-07-20T17:06:09.527Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
17:06:09 [2022-07-20T17:06:09.527Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
17:06:09 [2022-07-20T17:06:09.527Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
17:06:09 [2022-07-20T17:06:09.527Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
17:06:10 [2022-07-20T17:06:10.222Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:06:10 [2022-07-20T17:06:10.463Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
17:06:10 [2022-07-20T17:06:10.463Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:06:10 [2022-07-20T17:06:10.727Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
17:06:10 [2022-07-20T17:06:10.727Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
17:06:11 [2022-07-20T17:06:11.148Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:06:11 [2022-07-20T17:06:11.663Z] --- PASS: TestLogs (3.74s)
17:06:11 [2022-07-20T17:06:11.663Z]     --- PASS: TestLogs/driver_local (0.01s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.68s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.73s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.58s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.57s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.61s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.59s)
17:06:11 [2022-07-20T17:06:11.663Z]     --- PASS: TestLogs/driver_json-file (0.01s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.62s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.68s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.55s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.54s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.62s)
17:06:11 [2022-07-20T17:06:11.663Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.60s)
17:06:11 [2022-07-20T17:06:11.663Z] === RUN   TestContainerNetworkMountsNoChown
17:06:11 [2022-07-20T17:06:11.922Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/default
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/default
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/private
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/private
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rprivate
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rprivate
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/slave
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/slave
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rslave
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rslave
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/shared
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/shared
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rshared
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rshared
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/default
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/default/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/default/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/default/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/rshared
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/shared
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/rslave
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/slave
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/rprivate
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/private
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/private/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/private/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/default/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:06:11 [2022-07-20T17:06:11.922Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:06:12 [2022-07-20T17:06:12.075Z] --- PASS: TestBuildMultiStageCopy (7.29s)
17:06:12 [2022-07-20T17:06:12.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.28s)
17:06:12 [2022-07-20T17:06:12.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
17:06:12 [2022-07-20T17:06:12.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.02s)
17:06:12 [2022-07-20T17:06:12.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.98s)
17:06:12 [2022-07-20T17:06:12.075Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.01s)
17:06:12 [2022-07-20T17:06:12.075Z] === RUN   TestBuildMultiStageParentConfig
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:06:12 [2022-07-20T17:06:12.180Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:06:12 [2022-07-20T17:06:12.438Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:06:12 [2022-07-20T17:06:12.438Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:06:12 [2022-07-20T17:06:12.438Z] === CONT  TestMountDaemonRoot/private/bind_root
17:06:12 [2022-07-20T17:06:12.438Z] === CONT  TestMountDaemonRoot/private/mount_root
17:06:12 [2022-07-20T17:06:12.438Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:06:12 [2022-07-20T17:06:12.438Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:06:12 [2022-07-20T17:06:12.438Z] --- PASS: TestMountDaemonRoot (0.02s)
17:06:12 [2022-07-20T17:06:12.438Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
17:06:12 [2022-07-20T17:06:12.438Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
17:06:12 [2022-07-20T17:06:12.438Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
17:06:12 [2022-07-20T17:06:12.438Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
17:06:12 [2022-07-20T17:06:12.438Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
17:06:12 [2022-07-20T17:06:12.438Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
17:06:12 [2022-07-20T17:06:12.438Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
17:06:12 [2022-07-20T17:06:12.438Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
17:06:12 [2022-07-20T17:06:12.438Z] === RUN   TestContainerBindMountNonRecursive
17:06:13 [2022-07-20T17:06:13.814Z] --- PASS: TestContainerBindMountNonRecursive (1.45s)
17:06:13 [2022-07-20T17:06:13.814Z] === RUN   TestContainerVolumesMountedAsShared
17:06:14 [2022-07-20T17:06:14.380Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s)
17:06:14 [2022-07-20T17:06:14.380Z] === RUN   TestContainerVolumesMountedAsSlave
17:06:14 [2022-07-20T17:06:14.638Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
17:06:14 [2022-07-20T17:06:14.638Z] === RUN   TestNetworkNat
17:06:15 [2022-07-20T17:06:15.204Z] --- PASS: TestNetworkNat (0.49s)
17:06:15 [2022-07-20T17:06:15.204Z] === RUN   TestNetworkLocalhostTCPNat
17:06:15 [2022-07-20T17:06:15.463Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s)
17:06:15 [2022-07-20T17:06:15.463Z] === RUN   TestNetworkLoopbackNat
17:06:17 [2022-07-20T17:06:17.317Z] --- PASS: TestBuildMultiStageParentConfig (4.99s)
17:06:17 [2022-07-20T17:06:17.317Z] === RUN   TestBuildLabelWithTargets
17:06:18 [2022-07-20T17:06:18.742Z] --- PASS: TestNetworkLoopbackNat (2.60s)
17:06:18 [2022-07-20T17:06:18.742Z] === RUN   TestPause
17:06:18 [2022-07-20T17:06:18.742Z] --- PASS: TestPause (0.46s)
17:06:18 [2022-07-20T17:06:18.742Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:06:18 [2022-07-20T17:06:18.742Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:06:18 [2022-07-20T17:06:18.742Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:06:18 [2022-07-20T17:06:18.742Z] === RUN   TestPauseStopPausedContainer
17:06:19 [2022-07-20T17:06:19.000Z] --- PASS: TestPauseStopPausedContainer (0.47s)
17:06:19 [2022-07-20T17:06:19.000Z] === RUN   TestPidHost
17:06:20 [2022-07-20T17:06:20.373Z] --- PASS: TestPidHost (1.02s)
17:06:20 [2022-07-20T17:06:20.374Z] === RUN   TestPsFilter
17:06:20 [2022-07-20T17:06:20.374Z] --- PASS: TestPsFilter (0.14s)
17:06:20 [2022-07-20T17:06:20.374Z] === RUN   TestRemoveContainerWithRemovedVolume
17:06:20 [2022-07-20T17:06:20.631Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s)
17:06:20 [2022-07-20T17:06:20.631Z] === RUN   TestRemoveContainerWithVolume
17:06:20 [2022-07-20T17:06:20.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
17:06:20 [2022-07-20T17:06:20.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
17:06:21 [2022-07-20T17:06:21.197Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
17:06:21 [2022-07-20T17:06:21.197Z] === RUN   TestRemoveContainerRunning
17:06:21 [2022-07-20T17:06:21.455Z] --- PASS: TestRemoveContainerRunning (0.41s)
17:06:21 [2022-07-20T17:06:21.455Z] === RUN   TestRemoveContainerForceRemoveRunning
17:06:22 [2022-07-20T17:06:22.022Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
17:06:22 [2022-07-20T17:06:22.022Z] === RUN   TestRemoveInvalidContainer
17:06:22 [2022-07-20T17:06:22.022Z] --- PASS: TestRemoveInvalidContainer (0.01s)
17:06:22 [2022-07-20T17:06:22.022Z] === RUN   TestRenameLinkedContainer
17:06:23 [2022-07-20T17:06:23.923Z] --- PASS: TestRenameLinkedContainer (1.85s)
17:06:23 [2022-07-20T17:06:23.923Z] === RUN   TestRenameStoppedContainer
17:06:24 [2022-07-20T17:06:24.186Z] --- PASS: TestRenameStoppedContainer (0.42s)
17:06:24 [2022-07-20T17:06:24.186Z] === RUN   TestRenameRunningContainerAndReuse
17:06:25 [2022-07-20T17:06:25.398Z] --- PASS: TestBuildLabelWithTargets (7.99s)
17:06:25 [2022-07-20T17:06:25.398Z] === RUN   TestBuildWithEmptyLayers
17:06:25 [2022-07-20T17:06:25.562Z] --- PASS: TestRenameRunningContainerAndReuse (0.97s)
17:06:25 [2022-07-20T17:06:25.563Z] === RUN   TestRenameInvalidName
17:06:25 [2022-07-20T17:06:25.821Z] --- PASS: TestRenameInvalidName (0.46s)
17:06:25 [2022-07-20T17:06:25.821Z] === RUN   TestRenameAnonymousContainer
17:06:27 [2022-07-20T17:06:27.719Z] --- PASS: TestRenameAnonymousContainer (1.68s)
17:06:27 [2022-07-20T17:06:27.719Z] === RUN   TestRenameContainerWithSameName
17:06:27 [2022-07-20T17:06:27.719Z] --- PASS: TestRenameContainerWithSameName (0.45s)
17:06:27 [2022-07-20T17:06:27.719Z] === RUN   TestRenameContainerWithLinkedContainer
17:06:28 [2022-07-20T17:06:28.662Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
17:06:28 [2022-07-20T17:06:28.662Z] === RUN   TestBuildMultiStageOnBuild
17:06:29 [2022-07-20T17:06:29.092Z] --- PASS: TestRenameContainerWithLinkedContainer (0.94s)
17:06:29 [2022-07-20T17:06:29.092Z] === RUN   TestResize
17:06:29 [2022-07-20T17:06:29.351Z] --- PASS: TestResize (0.46s)
17:06:29 [2022-07-20T17:06:29.351Z] === RUN   TestResizeWithInvalidSize
17:06:29 [2022-07-20T17:06:29.609Z] --- PASS: TestResizeWithInvalidSize (0.45s)
17:06:29 [2022-07-20T17:06:29.609Z] === RUN   TestResizeWhenContainerNotStarted
17:06:30 [2022-07-20T17:06:30.175Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s)
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:06:30 [2022-07-20T17:06:30.175Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:06:32 [2022-07-20T17:06:32.095Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:06:33 [2022-07-20T17:06:33.486Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:06:33 [2022-07-20T17:06:33.902Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
17:06:33 [2022-07-20T17:06:33.902Z] === RUN   TestBuildUncleanTarFilenames
17:06:33 [2022-07-20T17:06:33.902Z] --- PASS: TestBuildUncleanTarFilenames (0.62s)
17:06:33 [2022-07-20T17:06:33.902Z] === RUN   TestBuildMultiStageLayerLeak
17:06:34 [2022-07-20T17:06:34.421Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:06:34 [2022-07-20T17:06:34.679Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:06:35 [2022-07-20T17:06:35.613Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:06:36 [2022-07-20T17:06:36.180Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:06:38 [2022-07-20T17:06:38.065Z] --- PASS: TestBuildMultiStageLayerLeak (4.37s)
17:06:38 [2022-07-20T17:06:38.065Z] === RUN   TestBuildWithHugeFile
17:06:39 [2022-07-20T17:06:39.461Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:06:39 [2022-07-20T17:06:39.462Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:06:41 [2022-07-20T17:06:41.993Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:06:43 [2022-07-20T17:06:43.366Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:06:43 [2022-07-20T17:06:43.366Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:06:45 [2022-07-20T17:06:45.269Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:06:45 [2022-07-20T17:06:45.269Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:06:47 [2022-07-20T17:06:47.171Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:06:48 [2022-07-20T17:06:48.544Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.05s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.33s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.27s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.30s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.54s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.43s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.08s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.09s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.89s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.00s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.73s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.82s)
17:06:48 [2022-07-20T17:06:48.544Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.49s)
17:06:48 [2022-07-20T17:06:48.544Z] === RUN   TestCgroupNamespacesRun
17:06:49 [2022-07-20T17:06:49.478Z] --- PASS: TestCgroupNamespacesRun (1.21s)
17:06:49 [2022-07-20T17:06:49.478Z] === RUN   TestCgroupNamespacesRunPrivileged
17:06:49 [2022-07-20T17:06:49.478Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
17:06:49 [2022-07-20T17:06:49.478Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
17:06:49 [2022-07-20T17:06:49.478Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:06:50 [2022-07-20T17:06:50.852Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.22s)
17:06:50 [2022-07-20T17:06:50.852Z] === RUN   TestCgroupNamespacesRunHostMode
17:06:52 [2022-07-20T17:06:52.224Z] --- PASS: TestCgroupNamespacesRunHostMode (1.21s)
17:06:52 [2022-07-20T17:06:52.224Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:06:53 [2022-07-20T17:06:53.157Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.21s)
17:06:53 [2022-07-20T17:06:53.157Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:06:54 [2022-07-20T17:06:54.530Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.20s)
17:06:54 [2022-07-20T17:06:54.530Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:06:55 [2022-07-20T17:06:55.096Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
17:06:55 [2022-07-20T17:06:55.096Z] === RUN   TestCgroupNamespacesRunOlderClient
17:06:56 [2022-07-20T17:06:56.468Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s)
17:06:56 [2022-07-20T17:06:56.468Z] === RUN   TestNISDomainname
17:06:56 [2022-07-20T17:06:56.726Z] --- PASS: TestNISDomainname (0.55s)
17:06:56 [2022-07-20T17:06:56.726Z] === RUN   TestHostnameDnsResolution
17:06:57 [2022-07-20T17:06:57.661Z] --- PASS: TestHostnameDnsResolution (0.68s)
17:06:57 [2022-07-20T17:06:57.661Z] === RUN   TestUnprivilegedPortsAndPing
17:06:58 [2022-07-20T17:06:58.226Z] --- PASS: TestUnprivilegedPortsAndPing (0.62s)
17:06:58 [2022-07-20T17:06:58.226Z] === RUN   TestPrivilegedHostDevices
17:06:58 [2022-07-20T17:06:58.793Z] --- PASS: TestPrivilegedHostDevices (0.52s)
17:06:58 [2022-07-20T17:06:58.793Z] === RUN   TestRunConsoleSize
17:06:59 [2022-07-20T17:06:59.052Z] --- PASS: TestRunConsoleSize (0.42s)
17:06:59 [2022-07-20T17:06:59.052Z] === RUN   TestStats
17:07:01 [2022-07-20T17:07:01.578Z] --- PASS: TestStats (2.48s)
17:07:01 [2022-07-20T17:07:01.578Z] === RUN   TestStopContainerWithTimeout
17:07:01 [2022-07-20T17:07:01.578Z] === RUN   TestStopContainerWithTimeout/0
17:07:01 [2022-07-20T17:07:01.578Z] === PAUSE TestStopContainerWithTimeout/0
17:07:01 [2022-07-20T17:07:01.578Z] === RUN   TestStopContainerWithTimeout/1
17:07:01 [2022-07-20T17:07:01.578Z] === PAUSE TestStopContainerWithTimeout/1
17:07:01 [2022-07-20T17:07:01.578Z] === RUN   TestStopContainerWithTimeout/3
17:07:01 [2022-07-20T17:07:01.578Z] === PAUSE TestStopContainerWithTimeout/3
17:07:01 [2022-07-20T17:07:01.578Z] === RUN   TestStopContainerWithTimeout/-1
17:07:01 [2022-07-20T17:07:01.578Z] === PAUSE TestStopContainerWithTimeout/-1
17:07:01 [2022-07-20T17:07:01.578Z] === CONT  TestStopContainerWithTimeout/0
17:07:01 [2022-07-20T17:07:01.578Z] === CONT  TestStopContainerWithTimeout/-1
17:07:02 [2022-07-20T17:07:02.145Z] === CONT  TestStopContainerWithTimeout/3
17:07:04 [2022-07-20T17:07:04.671Z] === CONT  TestStopContainerWithTimeout/1
17:07:05 [2022-07-20T17:07:05.606Z] --- PASS: TestStopContainerWithTimeout (0.01s)
17:07:05 [2022-07-20T17:07:05.606Z]     --- PASS: TestStopContainerWithTimeout/0 (0.61s)
17:07:05 [2022-07-20T17:07:05.606Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.64s)
17:07:05 [2022-07-20T17:07:05.606Z]     --- PASS: TestStopContainerWithTimeout/3 (2.57s)
17:07:05 [2022-07-20T17:07:05.606Z]     --- PASS: TestStopContainerWithTimeout/1 (1.53s)
17:07:05 [2022-07-20T17:07:05.606Z] === RUN   TestDeleteDevicemapper
17:07:05 [2022-07-20T17:07:05.606Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:07:05 [2022-07-20T17:07:05.606Z] --- SKIP: TestDeleteDevicemapper (0.00s)
17:07:05 [2022-07-20T17:07:05.606Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:07:07 [2022-07-20T17:07:07.507Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.52s)
17:07:07 [2022-07-20T17:07:07.507Z] === RUN   TestUpdateMemory
17:07:07 [2022-07-20T17:07:07.766Z] --- PASS: TestUpdateMemory (0.54s)
17:07:07 [2022-07-20T17:07:07.766Z] === RUN   TestUpdateCPUQuota
17:07:08 [2022-07-20T17:07:08.699Z] --- PASS: TestUpdateCPUQuota (0.89s)
17:07:08 [2022-07-20T17:07:08.699Z] === RUN   TestUpdatePidsLimit
17:07:08 [2022-07-20T17:07:08.699Z] === RUN   TestUpdatePidsLimit/update_from_none
17:07:08 [2022-07-20T17:07:08.958Z] === RUN   TestUpdatePidsLimit/no_change
17:07:09 [2022-07-20T17:07:09.215Z] === RUN   TestUpdatePidsLimit/update_lower
17:07:09 [2022-07-20T17:07:09.215Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
17:07:09 [2022-07-20T17:07:09.439Z] Created binary: bundles/dynbinary-daemon/dockerd
17:07:09 [2022-07-20T17:07:09.439Z] Building: bundles/dynbinary-daemon/docker-proxy
17:07:09 [2022-07-20T17:07:09.439Z] GOOS="" GOARCH="" GOARM=""
17:07:09 [2022-07-20T17:07:09.439Z] Created binary: bundles/dynbinary-daemon/docker-proxy
17:07:09 [2022-07-20T17:07:09.439Z] 
17:07:09 [2022-07-20T17:07:09.439Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:07:09 [2022-07-20T17:07:09.439Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:07:09 [2022-07-20T17:07:09.439Z] HOSTNAME=3ffb07d0cfac
17:07:09 [2022-07-20T17:07:09.439Z] TESTDEBUG=0
17:07:09 [2022-07-20T17:07:09.439Z] DEST=bundles/test-integration
17:07:09 [2022-07-20T17:07:09.439Z] PWD=/go/src/github.com/docker/docker
17:07:09 [2022-07-20T17:07:09.439Z] DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1
17:07:09 [2022-07-20T17:07:09.439Z] container=docker
17:07:09 [2022-07-20T17:07:09.439Z] HOME=/root
17:07:09 [2022-07-20T17:07:09.439Z] GOLANG_VERSION=1.18.4
17:07:09 [2022-07-20T17:07:09.439Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:07:09 [2022-07-20T17:07:09.439Z] VALIDATE_BRANCH=master
17:07:09 [2022-07-20T17:07:09.439Z] TERM=xterm
17:07:09 [2022-07-20T17:07:09.439Z] DOCKER_PKG=github.com/docker/docker
17:07:09 [2022-07-20T17:07:09.439Z] SHLVL=1
17:07:09 [2022-07-20T17:07:09.439Z] TIMEOUT=120m
17:07:09 [2022-07-20T17:07:09.439Z] DOCKER_BUILDTAGS= journald
17:07:09 [2022-07-20T17:07:09.439Z] DOCKER_GRAPHDRIVER=overlay2
17:07:09 [2022-07-20T17:07:09.439Z] GO111MODULE=off
17:07:09 [2022-07-20T17:07:09.439Z] DOCKER_EXPERIMENTAL=1
17:07:09 [2022-07-20T17:07:09.439Z] TEST_SKIP_INTEGRATION_CLI=1
17:07:09 [2022-07-20T17:07:09.439Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:07:09 [2022-07-20T17:07:09.439Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:07:09 [2022-07-20T17:07:09.439Z] GOPATH=/go
17:07:09 [2022-07-20T17:07:09.439Z] PKG_CONFIG=pkg-config
17:07:09 [2022-07-20T17:07:09.439Z] _=/usr/bin/env
17:07:09 [2022-07-20T17:07:09.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
17:07:09 [2022-07-20T17:07:09.474Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
17:07:09 [2022-07-20T17:07:09.732Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
17:07:09 [2022-07-20T17:07:09.990Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
17:07:10 [2022-07-20T17:07:10.923Z] --- PASS: TestUpdatePidsLimit (2.11s)
17:07:10 [2022-07-20T17:07:10.923Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.21s)
17:07:10 [2022-07-20T17:07:10.923Z]     --- PASS: TestUpdatePidsLimit/no_change (0.21s)
17:07:10 [2022-07-20T17:07:10.923Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.21s)
17:07:10 [2022-07-20T17:07:10.923Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
17:07:10 [2022-07-20T17:07:10.923Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
17:07:10 [2022-07-20T17:07:10.923Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.28s)
17:07:10 [2022-07-20T17:07:10.923Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s)
17:07:10 [2022-07-20T17:07:10.923Z] === RUN   TestUpdateRestartPolicy
17:07:23 [2022-07-20T17:07:23.115Z] --- PASS: TestUpdateRestartPolicy (11.14s)
17:07:23 [2022-07-20T17:07:23.115Z] === RUN   TestUpdateRestartWithAutoRemove
17:07:23 [2022-07-20T17:07:23.115Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s)
17:07:23 [2022-07-20T17:07:23.115Z] === RUN   TestWaitNonBlocked
17:07:23 [2022-07-20T17:07:23.115Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:07:23 [2022-07-20T17:07:23.115Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:07:23 [2022-07-20T17:07:23.115Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:07:23 [2022-07-20T17:07:23.115Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:07:23 [2022-07-20T17:07:23.115Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:07:23 [2022-07-20T17:07:23.115Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:07:23 [2022-07-20T17:07:23.115Z] --- PASS: TestWaitNonBlocked (0.01s)
17:07:23 [2022-07-20T17:07:23.115Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s)
17:07:23 [2022-07-20T17:07:23.115Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.77s)
17:07:23 [2022-07-20T17:07:23.115Z] === RUN   TestWaitBlocked
17:07:23 [2022-07-20T17:07:23.115Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:07:23 [2022-07-20T17:07:23.115Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:07:23 [2022-07-20T17:07:23.115Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:07:23 [2022-07-20T17:07:23.115Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:07:23 [2022-07-20T17:07:23.115Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:07:23 [2022-07-20T17:07:23.115Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:07:24 [2022-07-20T17:07:24.049Z] --- PASS: TestWaitBlocked (0.01s)
17:07:24 [2022-07-20T17:07:24.049Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.56s)
17:07:24 [2022-07-20T17:07:24.049Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s)
17:07:24 [2022-07-20T17:07:24.049Z] === RUN   TestWaitConditions
17:07:24 [2022-07-20T17:07:24.049Z] === RUN   TestWaitConditions/default
17:07:24 [2022-07-20T17:07:24.049Z] === PAUSE TestWaitConditions/default
17:07:24 [2022-07-20T17:07:24.049Z] === RUN   TestWaitConditions/not-running
17:07:24 [2022-07-20T17:07:24.049Z] === PAUSE TestWaitConditions/not-running
17:07:24 [2022-07-20T17:07:24.049Z] === RUN   TestWaitConditions/next-exit
17:07:24 [2022-07-20T17:07:24.049Z] === PAUSE TestWaitConditions/next-exit
17:07:24 [2022-07-20T17:07:24.049Z] === RUN   TestWaitConditions/removed
17:07:24 [2022-07-20T17:07:24.049Z] === PAUSE TestWaitConditions/removed
17:07:24 [2022-07-20T17:07:24.049Z] === CONT  TestWaitConditions/default
17:07:24 [2022-07-20T17:07:24.049Z] === CONT  TestWaitConditions/next-exit
17:07:25 [2022-07-20T17:07:25.420Z] INFO [linters context/goanalysis] analyzers took 6m38.265745047s with top 10 stages: buildir: 2m22.693015088s, the_only_name: 40.570721108s, goimports: 30.397931627s, unconvert: 22.096746179s, S1038: 18.492445241s, gosec: 18.333695408s, misspell: 6.93199125s, unused: 5.771172694s, S1039: 4.962816626s, nilness: 4.765256685s 
17:07:25 [2022-07-20T17:07:25.420Z] INFO [runner] Issues before processing: 2455, after processing: 0 
17:07:25 [2022-07-20T17:07:25.420Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2017/2120, identifier_marker: 2017/2017, path_prettifier: 2120/2120, skip_files: 2120/2120, exclude: 2017/2017, exclude-rules: 77/2017, nolint: 0/77, cgo: 2120/2455, filename_unadjuster: 2120/2120, skip_dirs: 2120/2120 
17:07:25 [2022-07-20T17:07:25.420Z] INFO [runner] processing took 82.827703ms with stages: nolint: 33.063602ms, identifier_marker: 21.908881ms, path_prettifier: 9.74368ms, autogenerated_exclude: 8.359483ms, exclude-rules: 7.618231ms, skip_dirs: 1.77137ms, cgo: 231.835µs, filename_unadjuster: 124.949µs, max_same_issues: 1.691µs, skip_files: 805ns, uniq_by_line: 491ns, diff: 402ns, max_from_linter: 394ns, severity-rules: 334ns, source_code: 320ns, exclude: 296ns, max_per_file_from_linter: 258ns, sort_results: 240ns, path_shortener: 239ns, path_prefixer: 202ns 
17:07:25 [2022-07-20T17:07:25.420Z] INFO [runner] linters took 1m46.154100234s with stages: goanalysis_metalinter: 1m46.071107066s 
17:07:25 [2022-07-20T17:07:25.420Z] INFO File cache stats: 1693 entries of total size 8.6MiB 
17:07:25 [2022-07-20T17:07:25.420Z] INFO Memory: 2811 samples, avg is 314.2MB, max is 1262.8MB 
17:07:25 [2022-07-20T17:07:25.420Z] INFO Execution took 4m40.998849121s               
17:07:25 [2022-07-20T17:07:25.420Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
17:07:25 [2022-07-20T17:07:25.746Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/make.sh dynbinary test-docker-py
17:07:25 [2022-07-20T17:07:25.947Z] === CONT  TestWaitConditions/removed
17:07:25 [2022-07-20T17:07:25.947Z] === CONT  TestWaitConditions/not-running
17:07:26 [2022-07-20T17:07:26.004Z] 
17:07:26 [2022-07-20T17:07:26.263Z] Removing bundles/
17:07:26 [2022-07-20T17:07:26.263Z] 
17:07:26 [2022-07-20T17:07:26.263Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:07:26 [2022-07-20T17:07:26.263Z] Building: bundles/dynbinary-daemon/dockerd
17:07:26 [2022-07-20T17:07:26.263Z] GOOS="" GOARCH="" GOARM=""
17:07:27 [2022-07-20T17:07:27.318Z] --- PASS: TestWaitConditions (0.01s)
17:07:27 [2022-07-20T17:07:27.319Z]     --- PASS: TestWaitConditions/default (1.70s)
17:07:27 [2022-07-20T17:07:27.319Z]     --- PASS: TestWaitConditions/next-exit (1.74s)
17:07:27 [2022-07-20T17:07:27.319Z]     --- PASS: TestWaitConditions/removed (1.59s)
17:07:27 [2022-07-20T17:07:27.319Z]     --- PASS: TestWaitConditions/not-running (1.57s)
17:07:27 [2022-07-20T17:07:27.319Z] === CONT  TestContainerStartOnDaemonRestart
17:07:27 [2022-07-20T17:07:27.319Z] === CONT  TestRestartDaemonWithRestartingContainer
17:07:29 [2022-07-20T17:07:29.851Z] --- PASS: TestContainerStartOnDaemonRestart (2.33s)
17:07:29 [2022-07-20T17:07:29.851Z] === CONT  TestIpcModeOlderClient
17:07:29 [2022-07-20T17:07:29.851Z] === CONT  TestContainerKillOnDaemonStart
17:07:29 [2022-07-20T17:07:29.851Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.41s)
17:07:29 [2022-07-20T17:07:29.851Z] --- PASS: TestIpcModeOlderClient (0.08s)
17:07:29 [2022-07-20T17:07:29.851Z] === CONT  TestDaemonHostGatewayIP
17:07:32 [2022-07-20T17:07:32.381Z] --- PASS: TestDaemonHostGatewayIP (2.68s)
17:07:32 [2022-07-20T17:07:32.381Z] === CONT  TestDaemonRestartIpcMode
17:07:34 [2022-07-20T17:07:34.294Z] --- PASS: TestBuildWithHugeFile (50.40s)
17:07:34 [2022-07-20T17:07:34.294Z] === RUN   TestBuildWCOWSandboxSize
17:07:34 [2022-07-20T17:07:34.294Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:07:34 [2022-07-20T17:07:34.294Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
17:07:34 [2022-07-20T17:07:34.294Z] === RUN   TestBuildWithEmptyDockerfile
17:07:34 [2022-07-20T17:07:34.294Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:07:34 [2022-07-20T17:07:34.294Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:07:34 [2022-07-20T17:07:34.294Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:07:34 [2022-07-20T17:07:34.294Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:07:34 [2022-07-20T17:07:34.294Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:07:34 [2022-07-20T17:07:34.294Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:07:34 [2022-07-20T17:07:34.294Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:07:34 [2022-07-20T17:07:34.294Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:07:34 [2022-07-20T17:07:34.294Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:07:34 [2022-07-20T17:07:34.294Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
17:07:34 [2022-07-20T17:07:34.294Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s)
17:07:34 [2022-07-20T17:07:34.294Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s)
17:07:34 [2022-07-20T17:07:34.294Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
17:07:34 [2022-07-20T17:07:34.294Z] === RUN   TestBuildPreserveOwnership
17:07:34 [2022-07-20T17:07:34.294Z] === RUN   TestBuildPreserveOwnership/copy_from
17:07:34 [2022-07-20T17:07:34.913Z] --- PASS: TestDaemonRestartIpcMode (2.28s)
17:07:35 [2022-07-20T17:07:35.220Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:07:35 [2022-07-20T17:07:35.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
17:07:35 [2022-07-20T17:07:35.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
17:07:39 [2022-07-20T17:07:39.385Z] --- PASS: TestBuildPreserveOwnership (10.27s)
17:07:39 [2022-07-20T17:07:39.385Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.24s)
17:07:39 [2022-07-20T17:07:39.386Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
17:07:39 [2022-07-20T17:07:39.386Z] === RUN   TestBuildPlatformInvalid
17:07:39 [2022-07-20T17:07:39.386Z] --- PASS: TestBuildPlatformInvalid (0.09s)
17:07:39 [2022-07-20T17:07:39.386Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:07:39 [2022-07-20T17:07:39.386Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
17:07:39 [2022-07-20T17:07:39.386Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
17:07:39 [2022-07-20T17:07:39.386Z] PASS
17:07:39 [2022-07-20T17:07:39.386Z] 
17:07:39 [2022-07-20T17:07:39.386Z] === Skipped
17:07:39 [2022-07-20T17:07:39.386Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
17:07:39 [2022-07-20T17:07:39.386Z]     build_session_test.go:25: TODO: BuildKit
17:07:39 [2022-07-20T17:07:39.386Z] 
17:07:39 [2022-07-20T17:07:39.386Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
17:07:39 [2022-07-20T17:07:39.386Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:07:39 [2022-07-20T17:07:39.386Z] 
17:07:39 [2022-07-20T17:07:39.386Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
17:07:39 [2022-07-20T17:07:39.386Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
17:07:39 [2022-07-20T17:07:39.386Z] 
17:07:39 [2022-07-20T17:07:39.386Z] DONE 34 tests, 3 skipped in 111.367s
17:07:39 [2022-07-20T17:07:39.386Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
17:07:39 [2022-07-20T17:07:39.386Z] INFO: Testing against a local daemon
17:07:39 [2022-07-20T17:07:39.386Z] === RUN   TestConfigInspect
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] --- SKIP: TestConfigInspect (0.02s)
17:07:39 [2022-07-20T17:07:39.386Z] === RUN   TestConfigList
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] --- SKIP: TestConfigList (0.01s)
17:07:39 [2022-07-20T17:07:39.386Z] === RUN   TestConfigsCreateAndDelete
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
17:07:39 [2022-07-20T17:07:39.386Z] === RUN   TestConfigsUpdate
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] --- SKIP: TestConfigsUpdate (0.01s)
17:07:39 [2022-07-20T17:07:39.386Z] === RUN   TestTemplatedConfig
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] --- SKIP: TestTemplatedConfig (0.00s)
17:07:39 [2022-07-20T17:07:39.386Z] === RUN   TestConfigCreateResolve
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] --- SKIP: TestConfigCreateResolve (0.01s)
17:07:39 [2022-07-20T17:07:39.386Z] PASS
17:07:39 [2022-07-20T17:07:39.386Z] 
17:07:39 [2022-07-20T17:07:39.386Z] === Skipped
17:07:39 [2022-07-20T17:07:39.386Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] 
17:07:39 [2022-07-20T17:07:39.386Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] 
17:07:39 [2022-07-20T17:07:39.386Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] 
17:07:39 [2022-07-20T17:07:39.386Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] 
17:07:39 [2022-07-20T17:07:39.386Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] 
17:07:39 [2022-07-20T17:07:39.386Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
17:07:39 [2022-07-20T17:07:39.386Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:39 [2022-07-20T17:07:39.386Z] 
17:07:39 [2022-07-20T17:07:39.386Z] DONE 6 tests, 6 skipped in 0.163s
17:07:39 [2022-07-20T17:07:39.386Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
17:07:39 [2022-07-20T17:07:39.642Z] INFO: Testing against a local daemon
17:07:39 [2022-07-20T17:07:39.642Z] === RUN   TestAttachWithTTY
17:07:39 [2022-07-20T17:07:39.642Z] --- PASS: TestAttachWithTTY (0.05s)
17:07:39 [2022-07-20T17:07:39.642Z] === RUN   TestAttachWithoutTTy
17:07:39 [2022-07-20T17:07:39.642Z] --- PASS: TestAttachWithoutTTy (0.04s)
17:07:39 [2022-07-20T17:07:39.642Z] === RUN   TestCheckpoint
17:07:39 [2022-07-20T17:07:39.642Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:07:39 [2022-07-20T17:07:39.642Z] --- SKIP: TestCheckpoint (0.00s)
17:07:39 [2022-07-20T17:07:39.642Z] === RUN   TestContainerInvalidJSON
17:07:39 [2022-07-20T17:07:39.642Z] === RUN   TestContainerInvalidJSON/commit
17:07:39 [2022-07-20T17:07:39.642Z] === PAUSE TestContainerInvalidJSON/commit
17:07:39 [2022-07-20T17:07:39.642Z] === RUN   TestContainerInvalidJSON/containers/create
17:07:39 [2022-07-20T17:07:39.642Z] === PAUSE TestContainerInvalidJSON/containers/create
17:07:39 [2022-07-20T17:07:39.642Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
17:07:39 [2022-07-20T17:07:39.642Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
17:07:39 [2022-07-20T17:07:39.642Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
17:07:39 [2022-07-20T17:07:39.642Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
17:07:39 [2022-07-20T17:07:39.642Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
17:07:39 [2022-07-20T17:07:39.642Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
17:07:39 [2022-07-20T17:07:39.642Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:07:39 [2022-07-20T17:07:39.642Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:07:39 [2022-07-20T17:07:39.642Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
17:07:39 [2022-07-20T17:07:39.642Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
17:07:39 [2022-07-20T17:07:39.899Z] === CONT  TestContainerInvalidJSON/commit
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
17:07:39 [2022-07-20T17:07:39.899Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/commit/empty_body
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
17:07:39 [2022-07-20T17:07:39.899Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
17:07:39 [2022-07-20T17:07:39.899Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
17:07:39 [2022-07-20T17:07:39.899Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
17:07:39 [2022-07-20T17:07:39.899Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
17:07:39 [2022-07-20T17:07:39.899Z] === CONT  TestContainerInvalidJSON/containers/create
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
17:07:39 [2022-07-20T17:07:39.899Z] --- PASS: TestContainerInvalidJSON (0.02s)
17:07:39 [2022-07-20T17:07:39.899Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:07:39 [2022-07-20T17:07:39.899Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestCopyFromContainerPathIsNotDir
17:07:39 [2022-07-20T17:07:39.899Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestCopyToContainerPathDoesNotExist
17:07:39 [2022-07-20T17:07:39.899Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
17:07:39 [2022-07-20T17:07:39.899Z] === RUN   TestCopyEmptyFile
17:07:40 [2022-07-20T17:07:40.155Z] --- PASS: TestCopyEmptyFile (0.20s)
17:07:40 [2022-07-20T17:07:40.155Z] === RUN   TestCopyToContainerPathIsNotDir
17:07:40 [2022-07-20T17:07:40.155Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
17:07:40 [2022-07-20T17:07:40.155Z] === RUN   TestCopyFromContainer
17:07:41 [2022-07-20T17:07:41.509Z] --- PASS: TestContainerKillOnDaemonStart (11.83s)
17:07:41 [2022-07-20T17:07:41.509Z] PASS
17:07:41 [2022-07-20T17:07:41.509Z] 
17:07:41 [2022-07-20T17:07:41.509Z] === Skipped
17:07:41 [2022-07-20T17:07:41.509Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
17:07:41 [2022-07-20T17:07:41.509Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:07:41 [2022-07-20T17:07:41.509Z] 
17:07:41 [2022-07-20T17:07:41.509Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
17:07:41 [2022-07-20T17:07:41.509Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
17:07:41 [2022-07-20T17:07:41.509Z] 
17:07:41 [2022-07-20T17:07:41.509Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:07:41 [2022-07-20T17:07:41.509Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:07:41 [2022-07-20T17:07:41.509Z] 
17:07:41 [2022-07-20T17:07:41.509Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
17:07:41 [2022-07-20T17:07:41.509Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
17:07:41 [2022-07-20T17:07:41.509Z] 
17:07:41 [2022-07-20T17:07:41.509Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
17:07:41 [2022-07-20T17:07:41.509Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:07:41 [2022-07-20T17:07:41.509Z] 
17:07:41 [2022-07-20T17:07:41.509Z] DONE 264 tests, 5 skipped in 131.157s
17:07:41 [2022-07-20T17:07:41.509Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
17:07:41 [2022-07-20T17:07:41.509Z] === RUN   TestConfigDaemonLibtrustID
17:07:42 [2022-07-20T17:07:42.091Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
17:07:42 [2022-07-20T17:07:42.091Z] === RUN   TestConfigDaemonID
17:07:42 [2022-07-20T17:07:42.362Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
17:07:43 [2022-07-20T17:07:43.026Z]     daemon_test.go:83: [d2b6ab4b4bd45] daemon is not started
17:07:43 [2022-07-20T17:07:43.026Z] --- PASS: TestConfigDaemonID (1.03s)
17:07:43 [2022-07-20T17:07:43.026Z] === RUN   TestDaemonConfigValidation
17:07:43 [2022-07-20T17:07:43.026Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:07:43 [2022-07-20T17:07:43.026Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:07:43 [2022-07-20T17:07:43.026Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:07:43 [2022-07-20T17:07:43.026Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:07:43 [2022-07-20T17:07:43.026Z] === RUN   TestDaemonConfigValidation/invalid_config
17:07:43 [2022-07-20T17:07:43.026Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:07:43 [2022-07-20T17:07:43.026Z] === RUN   TestDaemonConfigValidation/malformed_config
17:07:43 [2022-07-20T17:07:43.026Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:07:43 [2022-07-20T17:07:43.026Z] === RUN   TestDaemonConfigValidation/valid_config
17:07:43 [2022-07-20T17:07:43.026Z] === PAUSE TestDaemonConfigValidation/valid_config
17:07:43 [2022-07-20T17:07:43.026Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:07:43 [2022-07-20T17:07:43.026Z] === CONT  TestDaemonConfigValidation/malformed_config
17:07:43 [2022-07-20T17:07:43.026Z] === CONT  TestDaemonConfigValidation/valid_config
17:07:43 [2022-07-20T17:07:43.026Z] === CONT  TestDaemonConfigValidation/invalid_config
17:07:43 [2022-07-20T17:07:43.285Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:07:43 [2022-07-20T17:07:43.285Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:07:43 [2022-07-20T17:07:43.285Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
17:07:43 [2022-07-20T17:07:43.285Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
17:07:43 [2022-07-20T17:07:43.285Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.09s)
17:07:43 [2022-07-20T17:07:43.285Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.12s)
17:07:43 [2022-07-20T17:07:43.285Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
17:07:43 [2022-07-20T17:07:43.285Z] === RUN   TestConfigDaemonSeccompProfiles
17:07:43 [2022-07-20T17:07:43.285Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:07:44 [2022-07-20T17:07:44.217Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:07:44 [2022-07-20T17:07:44.318Z] === RUN   TestCopyFromContainer//
17:07:44 [2022-07-20T17:07:44.319Z] === RUN   TestCopyFromContainer//bar/root
17:07:44 [2022-07-20T17:07:44.319Z] === RUN   TestCopyFromContainer//bar/root/
17:07:44 [2022-07-20T17:07:44.319Z] === RUN   TestCopyFromContainer/bar/quux
17:07:44 [2022-07-20T17:07:44.319Z] === RUN   TestCopyFromContainer/bar/quux/
17:07:44 [2022-07-20T17:07:44.319Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:07:44 [2022-07-20T17:07:44.574Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:07:44 [2022-07-20T17:07:44.574Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:07:44 [2022-07-20T17:07:44.574Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:07:44 [2022-07-20T17:07:44.574Z] === RUN   TestCopyFromContainer/bar/notarget
17:07:44 [2022-07-20T17:07:44.830Z] --- PASS: TestCopyFromContainer (4.57s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCopyFromContainer// (0.06s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCopyFromContainer/bar/quux (0.05s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
17:07:44 [2022-07-20T17:07:44.830Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:07:44 [2022-07-20T17:07:44.830Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:07:44 [2022-07-20T17:07:44.830Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:07:44 [2022-07-20T17:07:44.830Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:07:44 [2022-07-20T17:07:44.830Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:07:44 [2022-07-20T17:07:44.830Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:07:44 [2022-07-20T17:07:44.830Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:07:44 [2022-07-20T17:07:44.830Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:07:44 [2022-07-20T17:07:44.830Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:07:44 [2022-07-20T17:07:44.830Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:07:44 [2022-07-20T17:07:44.830Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:07:44 [2022-07-20T17:07:44.830Z] === RUN   TestCreateLinkToNonExistingContainer
17:07:44 [2022-07-20T17:07:44.830Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
17:07:44 [2022-07-20T17:07:44.830Z] === RUN   TestCreateWithInvalidEnv
17:07:44 [2022-07-20T17:07:44.830Z] === RUN   TestCreateWithInvalidEnv/0
17:07:44 [2022-07-20T17:07:44.830Z] === PAUSE TestCreateWithInvalidEnv/0
17:07:44 [2022-07-20T17:07:44.830Z] === RUN   TestCreateWithInvalidEnv/1
17:07:44 [2022-07-20T17:07:44.830Z] === PAUSE TestCreateWithInvalidEnv/1
17:07:44 [2022-07-20T17:07:44.830Z] === RUN   TestCreateWithInvalidEnv/2
17:07:44 [2022-07-20T17:07:44.830Z] === PAUSE TestCreateWithInvalidEnv/2
17:07:44 [2022-07-20T17:07:44.830Z] === CONT  TestCreateWithInvalidEnv/0
17:07:44 [2022-07-20T17:07:44.830Z] === CONT  TestCreateWithInvalidEnv/2
17:07:44 [2022-07-20T17:07:44.830Z] === CONT  TestCreateWithInvalidEnv/1
17:07:44 [2022-07-20T17:07:44.830Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:07:44 [2022-07-20T17:07:44.830Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:07:44 [2022-07-20T17:07:44.830Z] === RUN   TestCreateTmpfsMountsTarget
17:07:44 [2022-07-20T17:07:44.830Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
17:07:44 [2022-07-20T17:07:44.830Z] === RUN   TestCreateWithCustomMaskedPaths
17:07:45 [2022-07-20T17:07:45.590Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:07:46 [2022-07-20T17:07:46.194Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s)
17:07:46 [2022-07-20T17:07:46.194Z] === RUN   TestCreateWithCustomReadonlyPaths
17:07:46 [2022-07-20T17:07:46.523Z] === CONT  TestConfigDaemonSeccompProfiles
17:07:46 [2022-07-20T17:07:46.523Z]     daemon_test.go:197: [d058de41b9b00] daemon is not started
17:07:46 [2022-07-20T17:07:46.523Z] --- PASS: TestConfigDaemonSeccompProfiles (3.10s)
17:07:46 [2022-07-20T17:07:46.523Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
17:07:46 [2022-07-20T17:07:46.523Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s)
17:07:46 [2022-07-20T17:07:46.523Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s)
17:07:46 [2022-07-20T17:07:46.523Z] === RUN   TestDaemonProxy
17:07:46 [2022-07-20T17:07:46.523Z] === RUN   TestDaemonProxy/environment_variables
17:07:47 [2022-07-20T17:07:47.123Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.21s)
17:07:47 [2022-07-20T17:07:47.123Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:07:47 [2022-07-20T17:07:47.379Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:07:47 [2022-07-20T17:07:47.379Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:07:47 [2022-07-20T17:07:47.379Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:07:47 [2022-07-20T17:07:47.379Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:07:47 [2022-07-20T17:07:47.379Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:07:47 [2022-07-20T17:07:47.379Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:07:47 [2022-07-20T17:07:47.379Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:07:47 [2022-07-20T17:07:47.379Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:07:47 [2022-07-20T17:07:47.379Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:07:47 [2022-07-20T17:07:47.379Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:07:47 [2022-07-20T17:07:47.379Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:07:47 [2022-07-20T17:07:47.379Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:07:47 [2022-07-20T17:07:47.379Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:07:47 [2022-07-20T17:07:47.379Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:07:47 [2022-07-20T17:07:47.379Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:07:47 [2022-07-20T17:07:47.379Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
17:07:47 [2022-07-20T17:07:47.380Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
17:07:47 [2022-07-20T17:07:47.380Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
17:07:47 [2022-07-20T17:07:47.380Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
17:07:47 [2022-07-20T17:07:47.380Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s)
17:07:47 [2022-07-20T17:07:47.380Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
17:07:47 [2022-07-20T17:07:47.380Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:07:47 [2022-07-20T17:07:47.635Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s)
17:07:47 [2022-07-20T17:07:47.635Z] === RUN   TestCreateDifferentPlatform
17:07:47 [2022-07-20T17:07:47.635Z] === RUN   TestCreateDifferentPlatform/different_os
17:07:47 [2022-07-20T17:07:47.635Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:07:47 [2022-07-20T17:07:47.635Z] --- PASS: TestCreateDifferentPlatform (0.02s)
17:07:47 [2022-07-20T17:07:47.636Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:07:47 [2022-07-20T17:07:47.636Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:07:47 [2022-07-20T17:07:47.636Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:07:47 [2022-07-20T17:07:47.892Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:07:47 [2022-07-20T17:07:47.892Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestCreateInvalidHostConfig
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
17:07:47 [2022-07-20T17:07:47.892Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
17:07:47 [2022-07-20T17:07:47.892Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:07:47 [2022-07-20T17:07:47.892Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
17:07:47 [2022-07-20T17:07:47.892Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
17:07:47 [2022-07-20T17:07:47.892Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
17:07:47 [2022-07-20T17:07:47.892Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
17:07:47 [2022-07-20T17:07:47.892Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:07:47 [2022-07-20T17:07:47.892Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
17:07:47 [2022-07-20T17:07:47.892Z] --- PASS: TestCreateInvalidHostConfig (0.03s)
17:07:47 [2022-07-20T17:07:47.892Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
17:07:47 [2022-07-20T17:07:47.892Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
17:07:47 [2022-07-20T17:07:47.892Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
17:07:47 [2022-07-20T17:07:47.892Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestContainerStartOnDaemonRestart
17:07:47 [2022-07-20T17:07:47.892Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
17:07:47 [2022-07-20T17:07:47.892Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestDaemonRestartIpcMode
17:07:47 [2022-07-20T17:07:47.892Z] === PAUSE TestDaemonRestartIpcMode
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestDaemonHostGatewayIP
17:07:47 [2022-07-20T17:07:47.892Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:47 [2022-07-20T17:07:47.892Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestRestartDaemonWithRestartingContainer
17:07:47 [2022-07-20T17:07:47.892Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestContainerKillOnDaemonStart
17:07:47 [2022-07-20T17:07:47.892Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
17:07:47 [2022-07-20T17:07:47.892Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
17:07:47 [2022-07-20T17:07:47.892Z] === RUN   TestDiff
17:07:48 [2022-07-20T17:07:48.420Z] === RUN   TestDaemonProxy/command-line_options
17:07:48 [2022-07-20T17:07:48.454Z] --- PASS: TestDiff (0.43s)
17:07:48 [2022-07-20T17:07:48.454Z] === RUN   TestExecConsoleSize
17:07:48 [2022-07-20T17:07:48.709Z] --- PASS: TestExecConsoleSize (0.48s)
17:07:48 [2022-07-20T17:07:48.709Z] === RUN   TestExecWithCloseStdin
17:07:49 [2022-07-20T17:07:49.270Z] --- PASS: TestExecWithCloseStdin (0.49s)
17:07:49 [2022-07-20T17:07:49.270Z] === RUN   TestExec
17:07:49 [2022-07-20T17:07:49.791Z] === RUN   TestDaemonProxy/configuration_file
17:07:49 [2022-07-20T17:07:49.831Z] --- PASS: TestExec (0.47s)
17:07:49 [2022-07-20T17:07:49.831Z] === RUN   TestExecUser
17:07:50 [2022-07-20T17:07:50.088Z] --- PASS: TestExecUser (0.48s)
17:07:50 [2022-07-20T17:07:50.088Z] === RUN   TestExportContainerAndImportImage
17:07:51 [2022-07-20T17:07:51.015Z] --- PASS: TestExportContainerAndImportImage (0.57s)
17:07:51 [2022-07-20T17:07:51.015Z] === RUN   TestExportContainerAfterDaemonRestart
17:07:51 [2022-07-20T17:07:51.688Z] === RUN   TestDaemonProxy/conflicting_options
17:07:51 [2022-07-20T17:07:51.946Z] === RUN   TestDaemonProxy/reload_sanitized
17:07:52 [2022-07-20T17:07:52.384Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s)
17:07:52 [2022-07-20T17:07:52.384Z] === RUN   TestHealthCheckWorkdir
17:07:52 [2022-07-20T17:07:52.512Z] --- PASS: TestDaemonProxy (6.20s)
17:07:52 [2022-07-20T17:07:52.512Z]     --- PASS: TestDaemonProxy/environment_variables (1.72s)
17:07:52 [2022-07-20T17:07:52.512Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
17:07:52 [2022-07-20T17:07:52.512Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
17:07:52 [2022-07-20T17:07:52.512Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
17:07:52 [2022-07-20T17:07:52.512Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
17:07:52 [2022-07-20T17:07:52.512Z] PASS
17:07:52 [2022-07-20T17:07:52.512Z] 
17:07:52 [2022-07-20T17:07:52.512Z] DONE 18 tests in 11.134s
17:07:52 [2022-07-20T17:07:52.512Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
17:07:52 [2022-07-20T17:07:52.640Z] --- PASS: TestHealthCheckWorkdir (0.57s)
17:07:52 [2022-07-20T17:07:52.640Z] === RUN   TestHealthKillContainer
17:07:52 [2022-07-20T17:07:52.770Z] INFO: Testing against a local daemon
17:07:52 [2022-07-20T17:07:52.770Z] === RUN   TestCommitInheritsEnv
17:07:53 [2022-07-20T17:07:53.029Z] --- PASS: TestCommitInheritsEnv (0.30s)
17:07:53 [2022-07-20T17:07:53.029Z] === RUN   TestImportExtremelyLargeImageWorks
17:07:53 [2022-07-20T17:07:53.029Z] === PAUSE TestImportExtremelyLargeImageWorks
17:07:53 [2022-07-20T17:07:53.029Z] === RUN   TestImportWithCustomPlatform
17:07:53 [2022-07-20T17:07:53.029Z] === RUN   TestImportWithCustomPlatform/#00
17:07:53 [2022-07-20T17:07:53.029Z] === RUN   TestImportWithCustomPlatform/_______
17:07:53 [2022-07-20T17:07:53.029Z] === RUN   TestImportWithCustomPlatform//
17:07:53 [2022-07-20T17:07:53.029Z] === RUN   TestImportWithCustomPlatform/linux
17:07:53 [2022-07-20T17:07:53.029Z] === RUN   TestImportWithCustomPlatform/LINUX
17:07:53 [2022-07-20T17:07:53.286Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
17:07:53 [2022-07-20T17:07:53.286Z] === RUN   TestImportWithCustomPlatform/macos
17:07:53 [2022-07-20T17:07:53.286Z] === RUN   TestImportWithCustomPlatform/macos/arm64
17:07:53 [2022-07-20T17:07:53.286Z] === RUN   TestImportWithCustomPlatform/nintendo64
17:07:53 [2022-07-20T17:07:53.286Z] --- PASS: TestImportWithCustomPlatform (0.34s)
17:07:53 [2022-07-20T17:07:53.286Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
17:07:53 [2022-07-20T17:07:53.286Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
17:07:53 [2022-07-20T17:07:53.286Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
17:07:53 [2022-07-20T17:07:53.286Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
17:07:53 [2022-07-20T17:07:53.286Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.08s)
17:07:53 [2022-07-20T17:07:53.286Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
17:07:53 [2022-07-20T17:07:53.286Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
17:07:53 [2022-07-20T17:07:53.286Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
17:07:53 [2022-07-20T17:07:53.286Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.01s)
17:07:53 [2022-07-20T17:07:53.286Z] === RUN   TestImagesFilterMultiReference
17:07:53 [2022-07-20T17:07:53.286Z] --- PASS: TestImagesFilterMultiReference (0.06s)
17:07:53 [2022-07-20T17:07:53.286Z] === RUN   TestImagePullPlatformInvalid
17:07:53 [2022-07-20T17:07:53.286Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
17:07:53 [2022-07-20T17:07:53.286Z] === RUN   TestRemoveImageOrphaning
17:07:53 [2022-07-20T17:07:53.545Z] --- PASS: TestRemoveImageOrphaning (0.28s)
17:07:53 [2022-07-20T17:07:53.545Z] === RUN   TestRemoveImageGarbageCollector
17:07:54 [2022-07-20T17:07:54.093Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
17:07:54 [2022-07-20T17:07:54.110Z] time="2022-07-20T17:07:54Z" level=info msg="[graphdriver] trying configured driver: overlay2"
17:07:55 [2022-07-20T17:07:55.484Z] --- PASS: TestRemoveImageGarbageCollector (1.85s)
17:07:55 [2022-07-20T17:07:55.484Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:07:55 [2022-07-20T17:07:55.484Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
17:07:55 [2022-07-20T17:07:55.484Z] === RUN   TestTagInvalidReference
17:07:55 [2022-07-20T17:07:55.484Z] --- PASS: TestTagInvalidReference (0.01s)
17:07:55 [2022-07-20T17:07:55.484Z] === RUN   TestTagValidPrefixedRepo
17:07:55 [2022-07-20T17:07:55.484Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
17:07:55 [2022-07-20T17:07:55.484Z] === RUN   TestTagExistedNameWithoutForce
17:07:55 [2022-07-20T17:07:55.742Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
17:07:55 [2022-07-20T17:07:55.742Z] === RUN   TestTagOfficialNames
17:07:55 [2022-07-20T17:07:55.742Z] --- PASS: TestTagOfficialNames (0.06s)
17:07:55 [2022-07-20T17:07:55.742Z] === RUN   TestTagMatchesDigest
17:07:55 [2022-07-20T17:07:55.742Z] --- PASS: TestTagMatchesDigest (0.01s)
17:07:55 [2022-07-20T17:07:55.742Z] === CONT  TestImportExtremelyLargeImageWorks
17:07:57 [2022-07-20T17:07:57.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
17:07:59 [2022-07-20T17:07:59.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
17:08:00 [2022-07-20T17:08:00.730Z] --- PASS: TestHealthKillContainer (7.85s)
17:08:00 [2022-07-20T17:08:00.730Z] === RUN   TestInspectCpusetInConfigPre120
17:08:00 [2022-07-20T17:08:00.730Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
17:08:00 [2022-07-20T17:08:00.730Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
17:08:00 [2022-07-20T17:08:00.730Z] === RUN   TestIpcModeNone
17:08:00 [2022-07-20T17:08:00.985Z] --- PASS: TestIpcModeNone (0.45s)
17:08:00 [2022-07-20T17:08:00.985Z] === RUN   TestIpcModePrivate
17:08:01 [2022-07-20T17:08:01.241Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
17:08:01 [2022-07-20T17:08:01.497Z] --- PASS: TestIpcModePrivate (0.47s)
17:08:01 [2022-07-20T17:08:01.497Z] === RUN   TestIpcModeShareable
17:08:01 [2022-07-20T17:08:01.497Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:08:01 [2022-07-20T17:08:01.497Z] --- SKIP: TestIpcModeShareable (0.00s)
17:08:01 [2022-07-20T17:08:01.497Z] === RUN   TestAPIIpcModeShareableAndContainer
17:08:02 [2022-07-20T17:08:02.862Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.44s)
17:08:02 [2022-07-20T17:08:02.862Z] === RUN   TestAPIIpcModeHost
17:08:02 [2022-07-20T17:08:02.862Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:08:02 [2022-07-20T17:08:02.862Z] --- SKIP: TestAPIIpcModeHost (0.00s)
17:08:02 [2022-07-20T17:08:02.862Z] === RUN   TestDaemonIpcModeShareable
17:08:02 [2022-07-20T17:08:02.862Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:08:02 [2022-07-20T17:08:02.862Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
17:08:02 [2022-07-20T17:08:02.862Z] === RUN   TestDaemonIpcModePrivate
17:08:03 [2022-07-20T17:08:03.790Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
17:08:04 [2022-07-20T17:08:04.046Z] --- PASS: TestDaemonIpcModePrivate (1.17s)
17:08:04 [2022-07-20T17:08:04.046Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:08:04 [2022-07-20T17:08:04.046Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:08:04 [2022-07-20T17:08:04.046Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
17:08:04 [2022-07-20T17:08:04.046Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:08:04 [2022-07-20T17:08:04.046Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:08:04 [2022-07-20T17:08:04.046Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
17:08:04 [2022-07-20T17:08:04.046Z] === RUN   TestIpcModeOlderClient
17:08:04 [2022-07-20T17:08:04.046Z] === PAUSE TestIpcModeOlderClient
17:08:04 [2022-07-20T17:08:04.046Z] === RUN   TestKillContainerInvalidSignal
17:08:04 [2022-07-20T17:08:04.608Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
17:08:04 [2022-07-20T17:08:04.608Z] === RUN   TestKillContainer
17:08:04 [2022-07-20T17:08:04.608Z] === RUN   TestKillContainer/no_signal
17:08:04 [2022-07-20T17:08:04.864Z] === RUN   TestKillContainer/non_killing_signal
17:08:05 [2022-07-20T17:08:05.119Z] === RUN   TestKillContainer/killing_signal
17:08:05 [2022-07-20T17:08:05.681Z] --- PASS: TestKillContainer (1.28s)
17:08:05 [2022-07-20T17:08:05.681Z]     --- PASS: TestKillContainer/no_signal (0.42s)
17:08:05 [2022-07-20T17:08:05.681Z]     --- PASS: TestKillContainer/non_killing_signal (0.27s)
17:08:05 [2022-07-20T17:08:05.681Z]     --- PASS: TestKillContainer/killing_signal (0.43s)
17:08:05 [2022-07-20T17:08:05.681Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:08:05 [2022-07-20T17:08:05.681Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:08:06 [2022-07-20T17:08:06.243Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:08:06 [2022-07-20T17:08:06.498Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s)
17:08:06 [2022-07-20T17:08:06.498Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s)
17:08:06 [2022-07-20T17:08:06.498Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s)
17:08:06 [2022-07-20T17:08:06.498Z] === RUN   TestKillStoppedContainer
17:08:06 [2022-07-20T17:08:06.754Z] --- PASS: TestKillStoppedContainer (0.04s)
17:08:06 [2022-07-20T17:08:06.754Z] === RUN   TestKillStoppedContainerAPIPre120
17:08:06 [2022-07-20T17:08:06.754Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
17:08:06 [2022-07-20T17:08:06.754Z] === RUN   TestKillDifferentUserContainer
17:08:07 [2022-07-20T17:08:07.010Z] --- PASS: TestKillDifferentUserContainer (0.40s)
17:08:07 [2022-07-20T17:08:07.010Z] === RUN   TestInspectOomKilledTrue
17:08:07 [2022-07-20T17:08:07.010Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
17:08:07 [2022-07-20T17:08:07.010Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
17:08:07 [2022-07-20T17:08:07.010Z] === RUN   TestInspectOomKilledFalse
17:08:07 [2022-07-20T17:08:07.010Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:08:07 [2022-07-20T17:08:07.010Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
17:08:07 [2022-07-20T17:08:07.010Z] === RUN   TestLinksEtcHostsContentMatch
17:08:07 [2022-07-20T17:08:07.010Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
17:08:07 [2022-07-20T17:08:07.010Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
17:08:07 [2022-07-20T17:08:07.010Z] === RUN   TestLinksContainerNames
17:08:07 [2022-07-20T17:08:07.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
17:08:07 [2022-07-20T17:08:07.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
17:08:07 [2022-07-20T17:08:07.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
17:08:07 [2022-07-20T17:08:07.936Z] --- PASS: TestLinksContainerNames (0.85s)
17:08:07 [2022-07-20T17:08:07.936Z] === RUN   TestLogsFollowTailEmpty
17:08:08 [2022-07-20T17:08:08.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
17:08:08 [2022-07-20T17:08:08.498Z] --- PASS: TestLogsFollowTailEmpty (0.40s)
17:08:08 [2022-07-20T17:08:08.498Z] === RUN   TestLogs
17:08:08 [2022-07-20T17:08:08.498Z] === RUN   TestLogs/driver_local
17:08:08 [2022-07-20T17:08:08.498Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
17:08:08 [2022-07-20T17:08:08.498Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
17:08:08 [2022-07-20T17:08:08.498Z] === RUN   TestLogs/driver_local/tty/only_stdout
17:08:08 [2022-07-20T17:08:08.498Z] === PAUSE TestLogs/driver_local/tty/only_stdout
17:08:08 [2022-07-20T17:08:08.498Z] === RUN   TestLogs/driver_local/tty/only_stderr
17:08:08 [2022-07-20T17:08:08.498Z] === PAUSE TestLogs/driver_local/tty/only_stderr
17:08:08 [2022-07-20T17:08:08.498Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
17:08:08 [2022-07-20T17:08:08.498Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
17:08:08 [2022-07-20T17:08:08.498Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
17:08:08 [2022-07-20T17:08:08.498Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
17:08:08 [2022-07-20T17:08:08.498Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
17:08:08 [2022-07-20T17:08:08.498Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
17:08:08 [2022-07-20T17:08:08.498Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
17:08:08 [2022-07-20T17:08:08.498Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
17:08:09 [2022-07-20T17:08:09.061Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
17:08:09 [2022-07-20T17:08:09.061Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
17:08:09 [2022-07-20T17:08:09.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
17:08:09 [2022-07-20T17:08:09.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
17:08:09 [2022-07-20T17:08:09.623Z] === CONT  TestLogs/driver_local/tty/only_stderr
17:08:09 [2022-07-20T17:08:09.623Z] === CONT  TestLogs/driver_local/tty/only_stdout
17:08:10 [2022-07-20T17:08:10.185Z] === RUN   TestLogs/driver_json-file
17:08:10 [2022-07-20T17:08:10.185Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
17:08:10 [2022-07-20T17:08:10.185Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
17:08:10 [2022-07-20T17:08:10.185Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
17:08:10 [2022-07-20T17:08:10.185Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
17:08:10 [2022-07-20T17:08:10.185Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
17:08:10 [2022-07-20T17:08:10.185Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
17:08:10 [2022-07-20T17:08:10.185Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:08:10 [2022-07-20T17:08:10.185Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:08:10 [2022-07-20T17:08:10.185Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
17:08:10 [2022-07-20T17:08:10.185Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
17:08:10 [2022-07-20T17:08:10.185Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
17:08:10 [2022-07-20T17:08:10.185Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
17:08:10 [2022-07-20T17:08:10.185Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
17:08:10 [2022-07-20T17:08:10.185Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
17:08:10 [2022-07-20T17:08:10.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
17:08:10 [2022-07-20T17:08:10.747Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:08:11 [2022-07-20T17:08:11.003Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
17:08:11 [2022-07-20T17:08:11.564Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
17:08:11 [2022-07-20T17:08:11.564Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
17:08:12 [2022-07-20T17:08:12.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
17:08:12 [2022-07-20T17:08:12.126Z] --- PASS: TestLogs (3.70s)
17:08:12 [2022-07-20T17:08:12.126Z]     --- PASS: TestLogs/driver_local (0.02s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.70s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.74s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.49s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.50s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.56s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.57s)
17:08:12 [2022-07-20T17:08:12.126Z]     --- PASS: TestLogs/driver_json-file (0.01s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.64s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.80s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.67s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.54s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.53s)
17:08:12 [2022-07-20T17:08:12.126Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.53s)
17:08:12 [2022-07-20T17:08:12.126Z] === RUN   TestContainerNetworkMountsNoChown
17:08:12 [2022-07-20T17:08:12.382Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s)
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/default
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/default
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/private
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/private
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rprivate
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rprivate
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/slave
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/slave
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rslave
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rslave
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/shared
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/shared
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rshared
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rshared
17:08:12 [2022-07-20T17:08:12.382Z] === CONT  TestMountDaemonRoot/default
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/default/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/default/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === CONT  TestMountDaemonRoot/default/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === CONT  TestMountDaemonRoot/rshared
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === CONT  TestMountDaemonRoot/shared
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === CONT  TestMountDaemonRoot/rslave
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === CONT  TestMountDaemonRoot/slave
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === CONT  TestMountDaemonRoot/rprivate
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === CONT  TestMountDaemonRoot/private
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/private/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/private/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:08:12 [2022-07-20T17:08:12.382Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:08:12 [2022-07-20T17:08:12.382Z] === CONT  TestMountDaemonRoot/default/mount_root
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:08:12 [2022-07-20T17:08:12.638Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:08:12 [2022-07-20T17:08:12.894Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:08:12 [2022-07-20T17:08:12.894Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:08:12 [2022-07-20T17:08:12.894Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:08:12 [2022-07-20T17:08:12.894Z] === CONT  TestMountDaemonRoot/private/bind_root
17:08:12 [2022-07-20T17:08:12.894Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:08:12 [2022-07-20T17:08:12.894Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:08:12 [2022-07-20T17:08:12.894Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:08:12 [2022-07-20T17:08:12.894Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:08:12 [2022-07-20T17:08:12.894Z] === CONT  TestMountDaemonRoot/private/mount_root
17:08:12 [2022-07-20T17:08:12.894Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:08:12 [2022-07-20T17:08:12.894Z] --- PASS: TestMountDaemonRoot (0.01s)
17:08:12 [2022-07-20T17:08:12.894Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
17:08:12 [2022-07-20T17:08:12.894Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
17:08:12 [2022-07-20T17:08:12.894Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
17:08:12 [2022-07-20T17:08:12.894Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
17:08:12 [2022-07-20T17:08:12.894Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s)
17:08:12 [2022-07-20T17:08:12.894Z] === RUN   TestContainerBindMountNonRecursive
17:08:12 [2022-07-20T17:08:12.894Z]     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)
17:08:12 [2022-07-20T17:08:12.894Z] --- SKIP: TestContainerBindMountNonRecursive (0.03s)
17:08:12 [2022-07-20T17:08:12.894Z] === RUN   TestContainerVolumesMountedAsShared
17:08:12 [2022-07-20T17:08:12.894Z]     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)
17:08:12 [2022-07-20T17:08:12.894Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
17:08:12 [2022-07-20T17:08:12.894Z] === RUN   TestContainerVolumesMountedAsSlave
17:08:12 [2022-07-20T17:08:12.894Z]     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)
17:08:12 [2022-07-20T17:08:12.894Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
17:08:12 [2022-07-20T17:08:12.894Z] === RUN   TestNetworkNat
17:08:13 [2022-07-20T17:08:13.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
17:08:13 [2022-07-20T17:08:13.456Z] --- PASS: TestNetworkNat (0.52s)
17:08:13 [2022-07-20T17:08:13.456Z] === RUN   TestNetworkLocalhostTCPNat
17:08:13 [2022-07-20T17:08:13.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
17:08:14 [2022-07-20T17:08:14.017Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s)
17:08:14 [2022-07-20T17:08:14.017Z] === RUN   TestNetworkLoopbackNat
17:08:14 [2022-07-20T17:08:14.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:08:15 [2022-07-20T17:08:15.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:08:15 [2022-07-20T17:08:15.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:08:16 [2022-07-20T17:08:16.530Z] --- PASS: TestNetworkLoopbackNat (2.57s)
17:08:16 [2022-07-20T17:08:16.530Z] === RUN   TestPause
17:08:16 [2022-07-20T17:08:16.530Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
17:08:16 [2022-07-20T17:08:16.530Z] --- SKIP: TestPause (0.00s)
17:08:16 [2022-07-20T17:08:16.530Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:08:16 [2022-07-20T17:08:16.530Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:08:16 [2022-07-20T17:08:16.530Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:08:16 [2022-07-20T17:08:16.530Z] === RUN   TestPauseStopPausedContainer
17:08:16 [2022-07-20T17:08:16.530Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
17:08:16 [2022-07-20T17:08:16.530Z] --- SKIP: TestPauseStopPausedContainer (0.02s)
17:08:16 [2022-07-20T17:08:16.530Z] === RUN   TestPidHost
17:08:16 [2022-07-20T17:08:16.686Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:08:17 [2022-07-20T17:08:17.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:08:17 [2022-07-20T17:08:17.458Z] --- PASS: TestPidHost (0.90s)
17:08:17 [2022-07-20T17:08:17.458Z] === RUN   TestPsFilter
17:08:17 [2022-07-20T17:08:17.458Z] --- PASS: TestPsFilter (0.10s)
17:08:17 [2022-07-20T17:08:17.458Z] === RUN   TestRemoveContainerWithRemovedVolume
17:08:18 [2022-07-20T17:08:18.019Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s)
17:08:18 [2022-07-20T17:08:18.019Z] === RUN   TestRemoveContainerWithVolume
17:08:18 [2022-07-20T17:08:18.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:08:18 [2022-07-20T17:08:18.275Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
17:08:18 [2022-07-20T17:08:18.275Z] === RUN   TestRemoveContainerRunning
17:08:18 [2022-07-20T17:08:18.775Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:08:18 [2022-07-20T17:08:18.775Z] Using test binary docker
17:08:18 [2022-07-20T17:08:18.775Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:08:18 [2022-07-20T17:08:18.775Z] +++ /etc/init.d/apparmor start
17:08:18 [2022-07-20T17:08:18.775Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:08:18 [2022-07-20T17:08:18.775Z] INFO: Waiting for daemon to start...
17:08:18 [2022-07-20T17:08:18.775Z] Starting dockerd
17:08:18 [2022-07-20T17:08:18.775Z] +++ 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
17:08:18 [2022-07-20T17:08:18.836Z] --- PASS: TestRemoveContainerRunning (0.41s)
17:08:18 [2022-07-20T17:08:18.836Z] === RUN   TestRemoveContainerForceRemoveRunning
17:08:19 [2022-07-20T17:08:19.094Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s)
17:08:19 [2022-07-20T17:08:19.094Z] === RUN   TestRemoveInvalidContainer
17:08:19 [2022-07-20T17:08:19.094Z] --- PASS: TestRemoveInvalidContainer (0.01s)
17:08:19 [2022-07-20T17:08:19.094Z] === RUN   TestRenameLinkedContainer
17:08:20 [2022-07-20T17:08:20.984Z] --- PASS: TestRenameLinkedContainer (1.71s)
17:08:20 [2022-07-20T17:08:20.984Z] === RUN   TestRenameStoppedContainer
17:08:21 [2022-07-20T17:08:21.240Z] --- PASS: TestRenameStoppedContainer (0.40s)
17:08:21 [2022-07-20T17:08:21.240Z] === RUN   TestRenameRunningContainerAndReuse
17:08:22 [2022-07-20T17:08:22.168Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s)
17:08:22 [2022-07-20T17:08:22.168Z] === RUN   TestRenameInvalidName
17:08:22 [2022-07-20T17:08:22.424Z] --- PASS: TestRenameInvalidName (0.39s)
17:08:22 [2022-07-20T17:08:22.424Z] === RUN   TestRenameAnonymousContainer
17:08:23 [2022-07-20T17:08:23.789Z] --- PASS: TestRenameAnonymousContainer (1.44s)
17:08:23 [2022-07-20T17:08:23.789Z] === RUN   TestRenameContainerWithSameName
17:08:24 [2022-07-20T17:08:24.350Z] --- PASS: TestRenameContainerWithSameName (0.39s)
17:08:24 [2022-07-20T17:08:24.350Z] === RUN   TestRenameContainerWithLinkedContainer
17:08:25 [2022-07-20T17:08:25.277Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s)
17:08:25 [2022-07-20T17:08:25.277Z] === RUN   TestResize
17:08:25 [2022-07-20T17:08:25.338Z] .
17:08:25 [2022-07-20T17:08:25.338Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:08:25 [2022-07-20T17:08:25.338Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:08:25 [2022-07-20T17:08:25.338Z] Error: No such image: emptyfs
17:08:25 [2022-07-20T17:08:25.338Z] ++++ tar -cC bundles/test-integration/emptyfs .
17:08:25 [2022-07-20T17:08:25.338Z] ++++ docker load
17:08:25 [2022-07-20T17:08:25.338Z] Running integration-test (iteration 1)
17:08:25 [2022-07-20T17:08:25.338Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
17:08:25 [2022-07-20T17:08:25.338Z] ++ 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
17:08:25 [2022-07-20T17:08:25.338Z] ++ set -e
17:08:25 [2022-07-20T17:08:25.338Z] ++ '[' -n 0 ']'
17:08:25 [2022-07-20T17:08:25.338Z] ++ set -x
17:08:25 [2022-07-20T17:08:25.338Z] ++ env -i DEST=/go/src/github.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
17:08:25 [2022-07-20T17:08:25.533Z] --- PASS: TestResize (0.41s)
17:08:25 [2022-07-20T17:08:25.534Z] === RUN   TestResizeWithInvalidSize
17:08:25 [2022-07-20T17:08:25.598Z] Loaded image: busybox:latest
17:08:25 [2022-07-20T17:08:25.598Z] Loaded image: busybox:glibc
17:08:26 [2022-07-20T17:08:26.244Z] --- PASS: TestResizeWithInvalidSize (0.43s)
17:08:26 [2022-07-20T17:08:26.244Z] === RUN   TestResizeWhenContainerNotStarted
17:08:26 [2022-07-20T17:08:26.244Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s)
17:08:26 [2022-07-20T17:08:26.244Z] === RUN   TestDaemonRestartKillContainers
17:08:26 [2022-07-20T17:08:26.244Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
17:08:26 [2022-07-20T17:08:26.244Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
17:08:26 [2022-07-20T17:08:26.244Z] === RUN   TestCgroupNamespacesRun
17:08:26 [2022-07-20T17:08:26.620Z] Loaded image: debian:bullseye-slim
17:08:26 [2022-07-20T17:08:26.879Z] Loaded image: hello-world:latest
17:08:26 [2022-07-20T17:08:26.879Z] Loaded image: arm32v7/hello-world:latest
17:08:26 [2022-07-20T17:08:26.879Z] INFO: Testing against a local daemon
17:08:26 [2022-07-20T17:08:26.879Z] === RUN   TestCgroupNamespacesBuild
17:08:27 [2022-07-20T17:08:27.646Z] --- PASS: TestCgroupNamespacesRun (1.21s)
17:08:27 [2022-07-20T17:08:27.646Z] === RUN   TestCgroupNamespacesRunPrivileged
17:08:28 [2022-07-20T17:08:28.256Z] --- PASS: TestCgroupNamespacesBuild (1.14s)
17:08:28 [2022-07-20T17:08:28.256Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:08:29 [2022-07-20T17:08:29.032Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.18s)
17:08:29 [2022-07-20T17:08:29.032Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:08:29 [2022-07-20T17:08:29.210Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s)
17:08:29 [2022-07-20T17:08:29.210Z] === RUN   TestBuildWithSession
17:08:29 [2022-07-20T17:08:29.210Z]     build_session_test.go:25: TODO: BuildKit
17:08:29 [2022-07-20T17:08:29.210Z] --- SKIP: TestBuildWithSession (0.00s)
17:08:29 [2022-07-20T17:08:29.210Z] === RUN   TestBuildSquashParent
17:08:29 [2022-07-20T17:08:29.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
17:08:29 [2022-07-20T17:08:29.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
17:08:29 [2022-07-20T17:08:29.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
17:08:29 [2022-07-20T17:08:29.964Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s)
17:08:29 [2022-07-20T17:08:29.964Z] === RUN   TestCgroupNamespacesRunHostMode
17:08:30 [2022-07-20T17:08:30.891Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s)
17:08:30 [2022-07-20T17:08:30.891Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:08:31 [2022-07-20T17:08:31.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
17:08:32 [2022-07-20T17:08:32.256Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s)
17:08:32 [2022-07-20T17:08:32.256Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:08:33 [2022-07-20T17:08:33.184Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s)
17:08:33 [2022-07-20T17:08:33.184Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:08:33 [2022-07-20T17:08:33.406Z] --- PASS: TestBuildSquashParent (4.03s)
17:08:33 [2022-07-20T17:08:33.406Z] === RUN   TestBuildWithRemoveAndForceRemove
17:08:33 [2022-07-20T17:08:33.406Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:08:33 [2022-07-20T17:08:33.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:08:33 [2022-07-20T17:08:33.406Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:08:33 [2022-07-20T17:08:33.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:08:33 [2022-07-20T17:08:33.406Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:08:33 [2022-07-20T17:08:33.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:08:33 [2022-07-20T17:08:33.406Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:08:33 [2022-07-20T17:08:33.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:08:33 [2022-07-20T17:08:33.406Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:08:33 [2022-07-20T17:08:33.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:08:33 [2022-07-20T17:08:33.406Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:08:33 [2022-07-20T17:08:33.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:08:33 [2022-07-20T17:08:33.406Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:08:33 [2022-07-20T17:08:33.406Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:08:33 [2022-07-20T17:08:33.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
17:08:34 [2022-07-20T17:08:34.111Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
17:08:34 [2022-07-20T17:08:34.111Z] === RUN   TestCgroupNamespacesRunOlderClient
17:08:34 [2022-07-20T17:08:34.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
17:08:34 [2022-07-20T17:08:34.783Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:08:34 [2022-07-20T17:08:34.783Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:08:35 [2022-07-20T17:08:35.039Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s)
17:08:35 [2022-07-20T17:08:35.039Z] === RUN   TestNISDomainname
17:08:35 [2022-07-20T17:08:35.039Z]     run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
17:08:35 [2022-07-20T17:08:35.039Z] --- SKIP: TestNISDomainname (0.02s)
17:08:35 [2022-07-20T17:08:35.039Z] === RUN   TestHostnameDnsResolution
17:08:35 [2022-07-20T17:08:35.719Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:08:35 [2022-07-20T17:08:35.719Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:08:35 [2022-07-20T17:08:35.966Z] --- PASS: TestHostnameDnsResolution (0.63s)
17:08:35 [2022-07-20T17:08:35.966Z] === RUN   TestUnprivilegedPortsAndPing
17:08:35 [2022-07-20T17:08:35.966Z]     run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
17:08:35 [2022-07-20T17:08:35.966Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s)
17:08:35 [2022-07-20T17:08:35.966Z] === RUN   TestPrivilegedHostDevices
17:08:36 [2022-07-20T17:08:36.223Z] --- PASS: TestPrivilegedHostDevices (0.44s)
17:08:36 [2022-07-20T17:08:36.223Z] === RUN   TestRunConsoleSize
17:08:36 [2022-07-20T17:08:36.480Z] --- PASS: TestRunConsoleSize (0.38s)
17:08:36 [2022-07-20T17:08:36.480Z] === RUN   TestStats
17:08:36 [2022-07-20T17:08:36.480Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
17:08:36 [2022-07-20T17:08:36.480Z] --- SKIP: TestStats (0.00s)
17:08:36 [2022-07-20T17:08:36.480Z] === RUN   TestStopContainerWithTimeout
17:08:36 [2022-07-20T17:08:36.480Z] === RUN   TestStopContainerWithTimeout/0
17:08:36 [2022-07-20T17:08:36.480Z] === PAUSE TestStopContainerWithTimeout/0
17:08:36 [2022-07-20T17:08:36.480Z] === RUN   TestStopContainerWithTimeout/1
17:08:36 [2022-07-20T17:08:36.480Z] === PAUSE TestStopContainerWithTimeout/1
17:08:36 [2022-07-20T17:08:36.480Z] === RUN   TestStopContainerWithTimeout/3
17:08:36 [2022-07-20T17:08:36.480Z] === PAUSE TestStopContainerWithTimeout/3
17:08:36 [2022-07-20T17:08:36.480Z] === RUN   TestStopContainerWithTimeout/-1
17:08:36 [2022-07-20T17:08:36.480Z] === PAUSE TestStopContainerWithTimeout/-1
17:08:36 [2022-07-20T17:08:36.736Z] === CONT  TestStopContainerWithTimeout/0
17:08:36 [2022-07-20T17:08:36.736Z] === CONT  TestStopContainerWithTimeout/-1
17:08:37 [2022-07-20T17:08:37.095Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
17:08:37 [2022-07-20T17:08:37.095Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.32s)
17:08:37 [2022-07-20T17:08:37.095Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.38s)
17:08:37 [2022-07-20T17:08:37.095Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.01s)
17:08:37 [2022-07-20T17:08:37.095Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.21s)
17:08:37 [2022-07-20T17:08:37.095Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.37s)
17:08:37 [2022-07-20T17:08:37.095Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.19s)
17:08:37 [2022-07-20T17:08:37.095Z] === RUN   TestBuildMultiStageCopy
17:08:37 [2022-07-20T17:08:37.095Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:08:37 [2022-07-20T17:08:37.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
17:08:37 [2022-07-20T17:08:37.298Z] === CONT  TestStopContainerWithTimeout/3
17:08:38 [2022-07-20T17:08:38.032Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:08:38 [2022-07-20T17:08:38.291Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:08:38 [2022-07-20T17:08:38.549Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:08:38 [2022-07-20T17:08:38.809Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:08:39 [2022-07-20T17:08:39.067Z] --- PASS: TestBuildMultiStageCopy (1.94s)
17:08:39 [2022-07-20T17:08:39.067Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.10s)
17:08:39 [2022-07-20T17:08:39.067Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s)
17:08:39 [2022-07-20T17:08:39.067Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
17:08:39 [2022-07-20T17:08:39.067Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s)
17:08:39 [2022-07-20T17:08:39.067Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s)
17:08:39 [2022-07-20T17:08:39.067Z] === RUN   TestBuildMultiStageParentConfig
17:08:39 [2022-07-20T17:08:39.635Z] --- PASS: TestBuildMultiStageParentConfig (0.58s)
17:08:39 [2022-07-20T17:08:39.635Z] === RUN   TestBuildLabelWithTargets
17:08:39 [2022-07-20T17:08:39.810Z] === CONT  TestStopContainerWithTimeout/1
17:08:40 [2022-07-20T17:08:40.571Z] --- PASS: TestBuildLabelWithTargets (0.95s)
17:08:40 [2022-07-20T17:08:40.571Z] === RUN   TestBuildWithEmptyLayers
17:08:40 [2022-07-20T17:08:40.737Z] --- PASS: TestStopContainerWithTimeout (0.01s)
17:08:40 [2022-07-20T17:08:40.737Z]     --- PASS: TestStopContainerWithTimeout/0 (0.65s)
17:08:40 [2022-07-20T17:08:40.737Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.74s)
17:08:40 [2022-07-20T17:08:40.737Z]     --- PASS: TestStopContainerWithTimeout/3 (2.40s)
17:08:40 [2022-07-20T17:08:40.737Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
17:08:40 [2022-07-20T17:08:40.737Z] === RUN   TestDeleteDevicemapper
17:08:40 [2022-07-20T17:08:40.737Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:08:40 [2022-07-20T17:08:40.737Z] --- SKIP: TestDeleteDevicemapper (0.00s)
17:08:40 [2022-07-20T17:08:40.737Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:08:40 [2022-07-20T17:08:40.831Z] --- PASS: TestBuildWithEmptyLayers (0.43s)
17:08:40 [2022-07-20T17:08:40.831Z] === RUN   TestBuildMultiStageOnBuild
17:08:42 [2022-07-20T17:08:42.103Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.18s)
17:08:42 [2022-07-20T17:08:42.103Z] === RUN   TestUpdateMemory
17:08:42 [2022-07-20T17:08:42.103Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
17:08:42 [2022-07-20T17:08:42.103Z] --- SKIP: TestUpdateMemory (0.00s)
17:08:42 [2022-07-20T17:08:42.103Z] === RUN   TestUpdateCPUQuota
17:08:42 [2022-07-20T17:08:42.103Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
17:08:42 [2022-07-20T17:08:42.103Z] --- SKIP: TestUpdateCPUQuota (0.00s)
17:08:42 [2022-07-20T17:08:42.103Z] === RUN   TestUpdatePidsLimit
17:08:42 [2022-07-20T17:08:42.103Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
17:08:42 [2022-07-20T17:08:42.103Z] --- SKIP: TestUpdatePidsLimit (0.00s)
17:08:42 [2022-07-20T17:08:42.103Z] === RUN   TestUpdateRestartPolicy
17:08:42 [2022-07-20T17:08:42.211Z] --- PASS: TestBuildMultiStageOnBuild (1.27s)
17:08:42 [2022-07-20T17:08:42.211Z] === RUN   TestBuildUncleanTarFilenames
17:08:42 [2022-07-20T17:08:42.779Z] --- PASS: TestBuildUncleanTarFilenames (0.61s)
17:08:42 [2022-07-20T17:08:42.779Z] === RUN   TestBuildMultiStageLayerLeak
17:08:44 [2022-07-20T17:08:44.159Z] --- PASS: TestBuildMultiStageLayerLeak (1.37s)
17:08:44 [2022-07-20T17:08:44.159Z] === RUN   TestBuildWithHugeFile
17:08:45 [2022-07-20T17:08:45.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
17:08:47 [2022-07-20T17:08:47.930Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
17:08:50 [2022-07-20T17:08:50.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
17:08:51 [2022-07-20T17:08:51.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:08:54 [2022-07-20T17:08:54.268Z] --- PASS: TestUpdateRestartPolicy (10.91s)
17:08:54 [2022-07-20T17:08:54.268Z] === RUN   TestUpdateRestartWithAutoRemove
17:08:54 [2022-07-20T17:08:54.268Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s)
17:08:54 [2022-07-20T17:08:54.268Z] === RUN   TestWaitNonBlocked
17:08:54 [2022-07-20T17:08:54.268Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:08:54 [2022-07-20T17:08:54.268Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:08:54 [2022-07-20T17:08:54.268Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:08:54 [2022-07-20T17:08:54.268Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:08:54 [2022-07-20T17:08:54.268Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:08:54 [2022-07-20T17:08:54.268Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:08:54 [2022-07-20T17:08:54.268Z] --- PASS: TestWaitNonBlocked (0.01s)
17:08:54 [2022-07-20T17:08:54.268Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.61s)
17:08:54 [2022-07-20T17:08:54.268Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s)
17:08:54 [2022-07-20T17:08:54.268Z] === RUN   TestWaitBlocked
17:08:54 [2022-07-20T17:08:54.268Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:08:54 [2022-07-20T17:08:54.268Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:08:54 [2022-07-20T17:08:54.268Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:08:54 [2022-07-20T17:08:54.268Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:08:54 [2022-07-20T17:08:54.268Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:08:54 [2022-07-20T17:08:54.268Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:08:54 [2022-07-20T17:08:54.829Z] --- PASS: TestWaitBlocked (0.01s)
17:08:54 [2022-07-20T17:08:54.830Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s)
17:08:54 [2022-07-20T17:08:54.830Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s)
17:08:54 [2022-07-20T17:08:54.830Z] === RUN   TestWaitConditions
17:08:54 [2022-07-20T17:08:54.830Z] === RUN   TestWaitConditions/default
17:08:54 [2022-07-20T17:08:54.830Z] === PAUSE TestWaitConditions/default
17:08:54 [2022-07-20T17:08:54.830Z] === RUN   TestWaitConditions/not-running
17:08:54 [2022-07-20T17:08:54.830Z] === PAUSE TestWaitConditions/not-running
17:08:54 [2022-07-20T17:08:54.830Z] === RUN   TestWaitConditions/next-exit
17:08:54 [2022-07-20T17:08:54.830Z] === PAUSE TestWaitConditions/next-exit
17:08:54 [2022-07-20T17:08:54.830Z] === RUN   TestWaitConditions/removed
17:08:54 [2022-07-20T17:08:54.830Z] === PAUSE TestWaitConditions/removed
17:08:54 [2022-07-20T17:08:54.830Z] === CONT  TestWaitConditions/default
17:08:54 [2022-07-20T17:08:54.830Z] === CONT  TestWaitConditions/removed
17:08:55 [2022-07-20T17:08:55.147Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:08:56 [2022-07-20T17:08:56.195Z] === CONT  TestWaitConditions/next-exit
17:08:56 [2022-07-20T17:08:56.195Z] === CONT  TestWaitConditions/not-running
17:08:57 [2022-07-20T17:08:57.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:08:58 [2022-07-20T17:08:58.089Z] --- PASS: TestWaitConditions (0.01s)
17:08:58 [2022-07-20T17:08:58.089Z]     --- PASS: TestWaitConditions/removed (1.56s)
17:08:58 [2022-07-20T17:08:58.089Z]     --- PASS: TestWaitConditions/default (1.62s)
17:08:58 [2022-07-20T17:08:58.089Z]     --- PASS: TestWaitConditions/next-exit (1.69s)
17:08:58 [2022-07-20T17:08:58.089Z]     --- PASS: TestWaitConditions/not-running (1.66s)
17:08:58 [2022-07-20T17:08:58.089Z] === CONT  TestDaemonRestartIpcMode
17:08:58 [2022-07-20T17:08:58.089Z] === CONT  TestIpcModeOlderClient
17:08:58 [2022-07-20T17:08:58.089Z] --- PASS: TestIpcModeOlderClient (0.07s)
17:08:58 [2022-07-20T17:08:58.089Z] === CONT  TestRestartDaemonWithRestartingContainer
17:09:00 [2022-07-20T17:09:00.351Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:09:00 [2022-07-20T17:09:00.607Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.35s)
17:09:00 [2022-07-20T17:09:00.863Z] --- PASS: TestDaemonRestartIpcMode (2.83s)
17:09:00 [2022-07-20T17:09:00.863Z] PASS
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === Skipped
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.03s)
17:09:00 [2022-07-20T17:09:00.863Z]     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)
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     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)
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     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)
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestPause (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s)
17:09:00 [2022-07-20T17:09:00.863Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s)
17:09:00 [2022-07-20T17:09:00.863Z]     run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestStats (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
17:09:00 [2022-07-20T17:09:00.863Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
17:09:00 [2022-07-20T17:09:00.863Z] 
17:09:00 [2022-07-20T17:09:00.863Z] DONE 241 tests, 27 skipped in 81.324s
17:09:00 [2022-07-20T17:09:00.863Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
17:09:00 [2022-07-20T17:09:00.863Z] === RUN   TestConfigDaemonLibtrustID
17:09:01 [2022-07-20T17:09:01.424Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
17:09:01 [2022-07-20T17:09:01.424Z] === RUN   TestConfigDaemonID
17:09:02 [2022-07-20T17:09:02.789Z]     daemon_test.go:83: [dfc99bd20d54f] daemon is not started
17:09:02 [2022-07-20T17:09:02.789Z] --- PASS: TestConfigDaemonID (1.08s)
17:09:02 [2022-07-20T17:09:02.789Z] === RUN   TestDaemonConfigValidation
17:09:02 [2022-07-20T17:09:02.789Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:09:02 [2022-07-20T17:09:02.789Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:09:02 [2022-07-20T17:09:02.789Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:09:02 [2022-07-20T17:09:02.789Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:09:02 [2022-07-20T17:09:02.789Z] === RUN   TestDaemonConfigValidation/invalid_config
17:09:02 [2022-07-20T17:09:02.789Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:09:02 [2022-07-20T17:09:02.789Z] === RUN   TestDaemonConfigValidation/malformed_config
17:09:02 [2022-07-20T17:09:02.789Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:09:02 [2022-07-20T17:09:02.789Z] === RUN   TestDaemonConfigValidation/valid_config
17:09:02 [2022-07-20T17:09:02.789Z] === PAUSE TestDaemonConfigValidation/valid_config
17:09:02 [2022-07-20T17:09:02.789Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:09:02 [2022-07-20T17:09:02.789Z] === CONT  TestDaemonConfigValidation/malformed_config
17:09:02 [2022-07-20T17:09:02.789Z] === CONT  TestDaemonConfigValidation/valid_config
17:09:02 [2022-07-20T17:09:02.789Z] === CONT  TestDaemonConfigValidation/invalid_config
17:09:02 [2022-07-20T17:09:02.789Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:09:02 [2022-07-20T17:09:02.789Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:09:02 [2022-07-20T17:09:02.789Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
17:09:02 [2022-07-20T17:09:02.789Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.10s)
17:09:02 [2022-07-20T17:09:02.789Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
17:09:02 [2022-07-20T17:09:02.789Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
17:09:02 [2022-07-20T17:09:02.789Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
17:09:02 [2022-07-20T17:09:02.789Z] === RUN   TestConfigDaemonSeccompProfiles
17:09:02 [2022-07-20T17:09:02.789Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:09:02 [2022-07-20T17:09:02.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:09:04 [2022-07-20T17:09:04.153Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:09:05 [2022-07-20T17:09:05.080Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:09:05 [2022-07-20T17:09:05.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:09:06 [2022-07-20T17:09:06.007Z] === CONT  TestConfigDaemonSeccompProfiles
17:09:06 [2022-07-20T17:09:06.007Z]     daemon_test.go:197: [df1d3714d95ff] daemon is not started
17:09:06 [2022-07-20T17:09:06.007Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s)
17:09:06 [2022-07-20T17:09:06.007Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s)
17:09:06 [2022-07-20T17:09:06.007Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s)
17:09:06 [2022-07-20T17:09:06.007Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s)
17:09:06 [2022-07-20T17:09:06.007Z] === RUN   TestDaemonProxy
17:09:06 [2022-07-20T17:09:06.007Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
17:09:06 [2022-07-20T17:09:06.007Z] --- SKIP: TestDaemonProxy (0.00s)
17:09:06 [2022-07-20T17:09:06.007Z] PASS
17:09:06 [2022-07-20T17:09:06.007Z] 
17:09:06 [2022-07-20T17:09:06.007Z] === Skipped
17:09:06 [2022-07-20T17:09:06.007Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s)
17:09:06 [2022-07-20T17:09:06.007Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
17:09:06 [2022-07-20T17:09:06.007Z] 
17:09:06 [2022-07-20T17:09:06.007Z] DONE 13 tests, 1 skipped in 5.265s
17:09:06 [2022-07-20T17:09:06.007Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
17:09:06 [2022-07-20T17:09:06.263Z] INFO: Testing against a local daemon
17:09:06 [2022-07-20T17:09:06.263Z] === RUN   TestCommitInheritsEnv
17:09:08 [2022-07-20T17:09:08.150Z] --- PASS: TestCommitInheritsEnv (1.91s)
17:09:08 [2022-07-20T17:09:08.150Z] === RUN   TestImportExtremelyLargeImageWorks
17:09:08 [2022-07-20T17:09:08.150Z] === PAUSE TestImportExtremelyLargeImageWorks
17:09:08 [2022-07-20T17:09:08.150Z] === RUN   TestImportWithCustomPlatform
17:09:08 [2022-07-20T17:09:08.150Z] === RUN   TestImportWithCustomPlatform/#00
17:09:08 [2022-07-20T17:09:08.150Z] === RUN   TestImportWithCustomPlatform/_______
17:09:08 [2022-07-20T17:09:08.150Z] === RUN   TestImportWithCustomPlatform//
17:09:08 [2022-07-20T17:09:08.150Z] === RUN   TestImportWithCustomPlatform/linux
17:09:08 [2022-07-20T17:09:08.406Z] === RUN   TestImportWithCustomPlatform/LINUX
17:09:08 [2022-07-20T17:09:08.406Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
17:09:08 [2022-07-20T17:09:08.406Z] === RUN   TestImportWithCustomPlatform/macos
17:09:08 [2022-07-20T17:09:08.406Z] === RUN   TestImportWithCustomPlatform/macos/arm64
17:09:08 [2022-07-20T17:09:08.406Z] === RUN   TestImportWithCustomPlatform/nintendo64
17:09:08 [2022-07-20T17:09:08.406Z] --- PASS: TestImportWithCustomPlatform (0.31s)
17:09:08 [2022-07-20T17:09:08.406Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
17:09:08 [2022-07-20T17:09:08.406Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
17:09:08 [2022-07-20T17:09:08.406Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
17:09:08 [2022-07-20T17:09:08.406Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
17:09:08 [2022-07-20T17:09:08.406Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
17:09:08 [2022-07-20T17:09:08.406Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
17:09:08 [2022-07-20T17:09:08.406Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
17:09:08 [2022-07-20T17:09:08.406Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
17:09:08 [2022-07-20T17:09:08.406Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
17:09:08 [2022-07-20T17:09:08.406Z] === RUN   TestImagesFilterMultiReference
17:09:08 [2022-07-20T17:09:08.662Z] --- PASS: TestImagesFilterMultiReference (0.07s)
17:09:08 [2022-07-20T17:09:08.662Z] === RUN   TestImagePullPlatformInvalid
17:09:08 [2022-07-20T17:09:08.662Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
17:09:08 [2022-07-20T17:09:08.662Z] === RUN   TestRemoveImageOrphaning
17:09:08 [2022-07-20T17:09:08.736Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:09:08 [2022-07-20T17:09:08.736Z] Using test binary docker
17:09:08 [2022-07-20T17:09:08.736Z] +++ /etc/init.d/apparmor start
17:09:08 [2022-07-20T17:09:08.736Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:09:08 [2022-07-20T17:09:08.736Z] Starting dockerd
17:09:08 [2022-07-20T17:09:08.736Z] INFO: Waiting for daemon to start...
17:09:08 [2022-07-20T17:09:08.736Z] +++ 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
17:09:10 [2022-07-20T17:09:10.549Z] --- PASS: TestRemoveImageOrphaning (1.58s)
17:09:10 [2022-07-20T17:09:10.549Z] === RUN   TestRemoveImageGarbageCollector
17:09:10 [2022-07-20T17:09:10.549Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
17:09:10 [2022-07-20T17:09:10.549Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
17:09:10 [2022-07-20T17:09:10.549Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:09:10 [2022-07-20T17:09:10.549Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
17:09:10 [2022-07-20T17:09:10.549Z] === RUN   TestTagInvalidReference
17:09:10 [2022-07-20T17:09:10.549Z] --- PASS: TestTagInvalidReference (0.01s)
17:09:10 [2022-07-20T17:09:10.549Z] === RUN   TestTagValidPrefixedRepo
17:09:10 [2022-07-20T17:09:10.549Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
17:09:10 [2022-07-20T17:09:10.549Z] === RUN   TestTagExistedNameWithoutForce
17:09:10 [2022-07-20T17:09:10.549Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
17:09:10 [2022-07-20T17:09:10.549Z] === RUN   TestTagOfficialNames
17:09:10 [2022-07-20T17:09:10.549Z] --- PASS: TestTagOfficialNames (0.04s)
17:09:10 [2022-07-20T17:09:10.549Z] === RUN   TestTagMatchesDigest
17:09:10 [2022-07-20T17:09:10.549Z] --- PASS: TestTagMatchesDigest (0.02s)
17:09:10 [2022-07-20T17:09:10.549Z] === CONT  TestImportExtremelyLargeImageWorks
17:09:10 [2022-07-20T17:09:10.645Z] .
17:09:10 [2022-07-20T17:09:10.645Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:09:10 [2022-07-20T17:09:10.645Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:09:10 [2022-07-20T17:09:10.645Z] Error: No such image: emptyfs
17:09:10 [2022-07-20T17:09:10.645Z] ++++ tar -cC bundles/test-integration/emptyfs .
17:09:10 [2022-07-20T17:09:10.645Z] ++++ docker load
17:09:10 [2022-07-20T17:09:10.905Z] Running integration-test (iteration 1)
17:09:10 [2022-07-20T17:09:10.905Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
17:09:10 [2022-07-20T17:09:10.905Z] ++ 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
17:09:10 [2022-07-20T17:09:10.905Z] ++ set -e
17:09:10 [2022-07-20T17:09:10.905Z] ++ '[' -n 0 ']'
17:09:10 [2022-07-20T17:09:10.905Z] ++ set -x
17:09:10 [2022-07-20T17:09:10.905Z] ++ env -i DEST=/go/src/github.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
17:09:11 [2022-07-20T17:09:11.845Z] Loaded image: busybox:latest
17:09:12 [2022-07-20T17:09:12.105Z] Loaded image: busybox:glibc
17:09:17 [2022-07-20T17:09:17.451Z] Loaded image: debian:bullseye-slim
17:09:17 [2022-07-20T17:09:17.452Z] Loaded image: hello-world:latest
17:09:17 [2022-07-20T17:09:17.452Z] Loaded image: arm32v7/hello-world:latest
17:09:17 [2022-07-20T17:09:17.452Z] INFO: Testing against a local daemon
17:09:17 [2022-07-20T17:09:17.452Z] === RUN   TestCgroupNamespacesBuild
17:09:19 [2022-07-20T17:09:19.988Z] --- PASS: TestCgroupNamespacesBuild (2.51s)
17:09:19 [2022-07-20T17:09:19.988Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:09:21 [2022-07-20T17:09:21.893Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.11s)
17:09:21 [2022-07-20T17:09:21.893Z] === RUN   TestBuildWithSession
17:09:21 [2022-07-20T17:09:21.893Z]     build_session_test.go:25: TODO: BuildKit
17:09:21 [2022-07-20T17:09:21.893Z] --- SKIP: TestBuildWithSession (0.00s)
17:09:21 [2022-07-20T17:09:21.893Z] === RUN   TestBuildSquashParent
17:09:30 [2022-07-20T17:09:30.848Z] --- PASS: TestBuildWithHugeFile (44.91s)
17:09:30 [2022-07-20T17:09:30.848Z] === RUN   TestBuildWCOWSandboxSize
17:09:30 [2022-07-20T17:09:30.848Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:09:30 [2022-07-20T17:09:30.848Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
17:09:30 [2022-07-20T17:09:30.848Z] === RUN   TestBuildWithEmptyDockerfile
17:09:30 [2022-07-20T17:09:30.848Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:09:30 [2022-07-20T17:09:30.848Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:09:30 [2022-07-20T17:09:30.848Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:09:30 [2022-07-20T17:09:30.848Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:09:30 [2022-07-20T17:09:30.848Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:09:30 [2022-07-20T17:09:30.848Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:09:30 [2022-07-20T17:09:30.848Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:09:30 [2022-07-20T17:09:30.848Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:09:30 [2022-07-20T17:09:30.848Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:09:30 [2022-07-20T17:09:30.848Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
17:09:30 [2022-07-20T17:09:30.848Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
17:09:30 [2022-07-20T17:09:30.848Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
17:09:30 [2022-07-20T17:09:30.848Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
17:09:30 [2022-07-20T17:09:30.848Z] === RUN   TestBuildPreserveOwnership
17:09:30 [2022-07-20T17:09:30.848Z] === RUN   TestBuildPreserveOwnership/copy_from
17:09:31 [2022-07-20T17:09:31.106Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:09:31 [2022-07-20T17:09:31.879Z] --- PASS: TestBuildSquashParent (9.18s)
17:09:31 [2022-07-20T17:09:31.879Z] === RUN   TestBuildWithRemoveAndForceRemove
17:09:31 [2022-07-20T17:09:31.879Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:09:31 [2022-07-20T17:09:31.879Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:09:31 [2022-07-20T17:09:31.879Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:09:31 [2022-07-20T17:09:31.879Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:09:31 [2022-07-20T17:09:31.879Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:09:31 [2022-07-20T17:09:31.879Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:09:31 [2022-07-20T17:09:31.879Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:09:31 [2022-07-20T17:09:31.879Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:09:31 [2022-07-20T17:09:31.879Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:09:31 [2022-07-20T17:09:31.879Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:09:31 [2022-07-20T17:09:31.879Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:09:31 [2022-07-20T17:09:31.879Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:09:31 [2022-07-20T17:09:31.879Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:09:31 [2022-07-20T17:09:31.879Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:09:32 [2022-07-20T17:09:32.044Z] --- PASS: TestBuildPreserveOwnership (2.76s)
17:09:32 [2022-07-20T17:09:32.044Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.83s)
17:09:32 [2022-07-20T17:09:32.044Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.92s)
17:09:32 [2022-07-20T17:09:32.044Z] === RUN   TestBuildPlatformInvalid
17:09:32 [2022-07-20T17:09:32.044Z] --- PASS: TestBuildPlatformInvalid (0.08s)
17:09:32 [2022-07-20T17:09:32.044Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:09:32 [2022-07-20T17:09:32.169Z] --- PASS: TestImportExtremelyLargeImageWorks (91.63s)
17:09:32 [2022-07-20T17:09:32.169Z] PASS
17:09:32 [2022-07-20T17:09:32.169Z] 
17:09:32 [2022-07-20T17:09:32.169Z] DONE 22 tests in 94.731s
17:09:32 [2022-07-20T17:09:32.169Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
17:09:32 [2022-07-20T17:09:32.169Z] === RUN   TestStripANSICommands
17:09:32 [2022-07-20T17:09:32.169Z] === RUN   TestStripANSICommands/#00
17:09:32 [2022-07-20T17:09:32.169Z] === RUN   TestStripANSICommands/#01
17:09:32 [2022-07-20T17:09:32.169Z] --- PASS: TestStripANSICommands (0.00s)
17:09:32 [2022-07-20T17:09:32.169Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
17:09:32 [2022-07-20T17:09:32.169Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
17:09:32 [2022-07-20T17:09:32.169Z] PASS
17:09:32 [2022-07-20T17:09:32.169Z] 
17:09:32 [2022-07-20T17:09:32.169Z] DONE 3 tests in 0.009s
17:09:32 [2022-07-20T17:09:32.169Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
17:09:32 [2022-07-20T17:09:32.169Z] INFO: Testing against a local daemon
17:09:32 [2022-07-20T17:09:32.169Z] === RUN   TestNetworkCreateDelete
17:09:32 [2022-07-20T17:09:32.169Z] --- PASS: TestNetworkCreateDelete (0.14s)
17:09:32 [2022-07-20T17:09:32.169Z] === RUN   TestDockerNetworkDeletePreferID
17:09:32 [2022-07-20T17:09:32.169Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
17:09:32 [2022-07-20T17:09:32.169Z] === RUN   TestDaemonDNSFallback
17:09:32 [2022-07-20T17:09:32.714Z] Created binary: bundles/dynbinary-daemon/dockerd
17:09:32 [2022-07-20T17:09:32.714Z] Building: bundles/dynbinary-daemon/docker-proxy
17:09:32 [2022-07-20T17:09:32.714Z] GOOS="" GOARCH="" GOARM=""
17:09:32 [2022-07-20T17:09:32.714Z] Created binary: bundles/dynbinary-daemon/docker-proxy
17:09:32 [2022-07-20T17:09:32.714Z] 
17:09:32 [2022-07-20T17:09:32.714Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
17:09:32 [2022-07-20T17:09:32.714Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
17:09:32 [2022-07-20T17:09:32.714Z] Using test binary docker
17:09:32 [2022-07-20T17:09:32.714Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:09:32 [2022-07-20T17:09:32.714Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:09:32 [2022-07-20T17:09:32.714Z] INFO: Waiting for daemon to start...
17:09:32 [2022-07-20T17:09:32.714Z] Starting dockerd
17:09:32 [2022-07-20T17:09:32.714Z] .
17:09:32 [2022-07-20T17:09:32.714Z] INFO: Building docker-sdk-python3:5.0.3...
17:09:32 [2022-07-20T17:09:32.982Z] Loaded image: busybox:latest
17:09:32 [2022-07-20T17:09:32.982Z] Loaded image: busybox:glibc
17:09:33 [2022-07-20T17:09:33.919Z] Loaded image: debian:bullseye-slim
17:09:34 [2022-07-20T17:09:34.179Z] Loaded image: hello-world:latest
17:09:34 [2022-07-20T17:09:34.179Z] Loaded image: arm32v7/hello-world:latest
17:09:34 [2022-07-20T17:09:34.419Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:09:34 [2022-07-20T17:09:34.419Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:09:34 [2022-07-20T17:09:34.696Z] --- PASS: TestDaemonDNSFallback (6.35s)
17:09:34 [2022-07-20T17:09:34.696Z] === RUN   TestInspectNetwork
17:09:37 [2022-07-20T17:09:37.719Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:09:37 [2022-07-20T17:09:37.719Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:09:37 [2022-07-20T17:09:37.978Z] === RUN   TestInspectNetwork/full_network_id
17:09:37 [2022-07-20T17:09:37.978Z] === RUN   TestInspectNetwork/partial_network_id
17:09:37 [2022-07-20T17:09:37.978Z] === RUN   TestInspectNetwork/network_name
17:09:37 [2022-07-20T17:09:37.978Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
17:09:41 [2022-07-20T17:09:41.015Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
17:09:41 [2022-07-20T17:09:41.015Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.10s)
17:09:41 [2022-07-20T17:09:41.015Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.30s)
17:09:41 [2022-07-20T17:09:41.015Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.31s)
17:09:41 [2022-07-20T17:09:41.015Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.31s)
17:09:41 [2022-07-20T17:09:41.015Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.25s)
17:09:41 [2022-07-20T17:09:41.015Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.08s)
17:09:41 [2022-07-20T17:09:41.015Z] === RUN   TestBuildMultiStageCopy
17:09:41 [2022-07-20T17:09:41.015Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:09:42 [2022-07-20T17:09:42.158Z] --- PASS: TestInspectNetwork (7.37s)
17:09:42 [2022-07-20T17:09:42.158Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
17:09:42 [2022-07-20T17:09:42.158Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
17:09:42 [2022-07-20T17:09:42.158Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
17:09:42 [2022-07-20T17:09:42.158Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
17:09:42 [2022-07-20T17:09:42.158Z] === RUN   TestRunContainerWithBridgeNone
17:09:43 [2022-07-20T17:09:43.092Z] --- PASS: TestRunContainerWithBridgeNone (1.62s)
17:09:43 [2022-07-20T17:09:43.092Z] === RUN   TestNetworkInvalidJSON
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/create
17:09:43 [2022-07-20T17:09:43.350Z] === PAUSE TestNetworkInvalidJSON/networks/create
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
17:09:43 [2022-07-20T17:09:43.350Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
17:09:43 [2022-07-20T17:09:43.350Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
17:09:43 [2022-07-20T17:09:43.350Z] === CONT  TestNetworkInvalidJSON/networks/create
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
17:09:43 [2022-07-20T17:09:43.350Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
17:09:43 [2022-07-20T17:09:43.350Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
17:09:43 [2022-07-20T17:09:43.350Z] --- PASS: TestNetworkInvalidJSON (0.02s)
17:09:43 [2022-07-20T17:09:43.350Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkList
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkList//networks
17:09:43 [2022-07-20T17:09:43.350Z] === PAUSE TestNetworkList//networks
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestNetworkList//networks/
17:09:43 [2022-07-20T17:09:43.350Z] === PAUSE TestNetworkList//networks/
17:09:43 [2022-07-20T17:09:43.350Z] === CONT  TestNetworkList//networks
17:09:43 [2022-07-20T17:09:43.350Z] === CONT  TestNetworkList//networks/
17:09:43 [2022-07-20T17:09:43.350Z] --- PASS: TestNetworkList (0.01s)
17:09:43 [2022-07-20T17:09:43.350Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z]     --- PASS: TestNetworkList//networks (0.00s)
17:09:43 [2022-07-20T17:09:43.350Z] === RUN   TestHostIPv4BridgeLabel
17:09:43 [2022-07-20T17:09:43.555Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:09:43 [2022-07-20T17:09:43.814Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:09:43 [2022-07-20T17:09:43.915Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
17:09:43 [2022-07-20T17:09:43.915Z] === RUN   TestDaemonRestartWithLiveRestore
17:09:44 [2022-07-20T17:09:44.158Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.60s)
17:09:44 [2022-07-20T17:09:44.158Z] PASS
17:09:44 [2022-07-20T17:09:44.158Z] 
17:09:44 [2022-07-20T17:09:44.158Z] === Skipped
17:09:44 [2022-07-20T17:09:44.158Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
17:09:44 [2022-07-20T17:09:44.158Z]     build_session_test.go:25: TODO: BuildKit
17:09:44 [2022-07-20T17:09:44.158Z] 
17:09:44 [2022-07-20T17:09:44.158Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
17:09:44 [2022-07-20T17:09:44.158Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:09:44 [2022-07-20T17:09:44.158Z] 
17:09:44 [2022-07-20T17:09:44.158Z] DONE 34 tests, 2 skipped in 78.365s
17:09:44 [2022-07-20T17:09:44.158Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
17:09:44 [2022-07-20T17:09:44.158Z] ++ 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
17:09:44 [2022-07-20T17:09:44.158Z] ++ set -e
17:09:44 [2022-07-20T17:09:44.158Z] ++ '[' -n 0 ']'
17:09:44 [2022-07-20T17:09:44.158Z] ++ set -x
17:09:44 [2022-07-20T17:09:44.158Z] ++ env -i DEST=/go/src/github.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
17:09:44 [2022-07-20T17:09:44.158Z] INFO: Testing against a local daemon
17:09:44 [2022-07-20T17:09:44.158Z] === RUN   TestConfigInspect
17:09:44 [2022-07-20T17:09:44.384Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:09:44 [2022-07-20T17:09:44.847Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
17:09:44 [2022-07-20T17:09:44.847Z] === RUN   TestDaemonDefaultNetworkPools
17:09:44 [2022-07-20T17:09:44.954Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:09:45 [2022-07-20T17:09:45.523Z] --- PASS: TestBuildMultiStageCopy (5.05s)
17:09:45 [2022-07-20T17:09:45.523Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.68s)
17:09:45 [2022-07-20T17:09:45.523Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.61s)
17:09:45 [2022-07-20T17:09:45.523Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s)
17:09:45 [2022-07-20T17:09:45.523Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.60s)
17:09:45 [2022-07-20T17:09:45.523Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s)
17:09:45 [2022-07-20T17:09:45.523Z] === RUN   TestBuildMultiStageParentConfig
17:09:45 [2022-07-20T17:09:45.780Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
17:09:45 [2022-07-20T17:09:45.780Z] === RUN   TestDaemonRestartWithExistingNetwork
17:09:46 [2022-07-20T17:09:46.061Z] --- PASS: TestConfigInspect (2.21s)
17:09:46 [2022-07-20T17:09:46.061Z] === RUN   TestConfigList
17:09:46 [2022-07-20T17:09:46.714Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
17:09:46 [2022-07-20T17:09:46.714Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:09:46 [2022-07-20T17:09:46.904Z] --- PASS: TestBuildMultiStageParentConfig (1.31s)
17:09:46 [2022-07-20T17:09:46.904Z] === RUN   TestBuildLabelWithTargets
17:09:48 [2022-07-20T17:09:48.087Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
17:09:48 [2022-07-20T17:09:48.087Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:09:48 [2022-07-20T17:09:48.594Z] --- PASS: TestConfigList (2.22s)
17:09:48 [2022-07-20T17:09:48.594Z] === RUN   TestConfigsCreateAndDelete
17:09:48 [2022-07-20T17:09:48.652Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
17:09:48 [2022-07-20T17:09:48.652Z] === RUN   TestServiceWithPredefinedNetwork
17:09:49 [2022-07-20T17:09:49.444Z] --- PASS: TestBuildLabelWithTargets (2.33s)
17:09:49 [2022-07-20T17:09:49.444Z] === RUN   TestBuildWithEmptyLayers
17:09:50 [2022-07-20T17:09:50.501Z] --- PASS: TestConfigsCreateAndDelete (2.13s)
17:09:50 [2022-07-20T17:09:50.501Z] === RUN   TestConfigsUpdate
17:09:50 [2022-07-20T17:09:50.825Z] --- PASS: TestBuildWithEmptyLayers (1.26s)
17:09:50 [2022-07-20T17:09:50.825Z] === RUN   TestBuildMultiStageOnBuild
17:09:51 [2022-07-20T17:09:51.178Z] --- PASS: TestServiceWithPredefinedNetwork (2.44s)
17:09:51 [2022-07-20T17:09:51.178Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:09:51 [2022-07-20T17:09:51.178Z]     service_test.go:243: FLAKY_TEST
17:09:51 [2022-07-20T17:09:51.178Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:09:51 [2022-07-20T17:09:51.178Z] === RUN   TestServiceWithDataPathPortInit
17:09:52 [2022-07-20T17:09:52.406Z] --- PASS: TestConfigsUpdate (2.13s)
17:09:52 [2022-07-20T17:09:52.406Z] === RUN   TestTemplatedConfig
17:09:54 [2022-07-20T17:09:54.125Z] --- PASS: TestBuildMultiStageOnBuild (3.45s)
17:09:54 [2022-07-20T17:09:54.125Z] === RUN   TestBuildUncleanTarFilenames
17:09:54 [2022-07-20T17:09:54.941Z] --- PASS: TestTemplatedConfig (2.39s)
17:09:54 [2022-07-20T17:09:54.941Z] === RUN   TestConfigCreateResolve
17:09:56 [2022-07-20T17:09:56.033Z] --- PASS: TestBuildUncleanTarFilenames (1.79s)
17:09:56 [2022-07-20T17:09:56.033Z] === RUN   TestBuildMultiStageLayerLeak
17:09:57 [2022-07-20T17:09:57.475Z] --- PASS: TestConfigCreateResolve (2.22s)
17:09:57 [2022-07-20T17:09:57.475Z] PASS
17:09:57 [2022-07-20T17:09:57.475Z] 
17:09:57 [2022-07-20T17:09:57.475Z] DONE 6 tests in 13.398s
17:09:57 [2022-07-20T17:09:57.475Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
17:09:57 [2022-07-20T17:09:57.475Z] ++ 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
17:09:57 [2022-07-20T17:09:57.475Z] ++ set -e
17:09:57 [2022-07-20T17:09:57.475Z] ++ '[' -n 0 ']'
17:09:57 [2022-07-20T17:09:57.475Z] ++ set -x
17:09:57 [2022-07-20T17:09:57.475Z] ++ env -i DEST=/go/src/github.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
17:09:57 [2022-07-20T17:09:57.475Z] INFO: Testing against a local daemon
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestAttachWithTTY
17:09:57 [2022-07-20T17:09:57.475Z] --- PASS: TestAttachWithTTY (0.06s)
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestAttachWithoutTTy
17:09:57 [2022-07-20T17:09:57.475Z] --- PASS: TestAttachWithoutTTy (0.04s)
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestCheckpoint
17:09:57 [2022-07-20T17:09:57.475Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:09:57 [2022-07-20T17:09:57.475Z] --- SKIP: TestCheckpoint (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/commit
17:09:57 [2022-07-20T17:09:57.475Z] === PAUSE TestContainerInvalidJSON/commit
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/create
17:09:57 [2022-07-20T17:09:57.475Z] === PAUSE TestContainerInvalidJSON/containers/create
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
17:09:57 [2022-07-20T17:09:57.475Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
17:09:57 [2022-07-20T17:09:57.475Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
17:09:57 [2022-07-20T17:09:57.475Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:09:57 [2022-07-20T17:09:57.475Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
17:09:57 [2022-07-20T17:09:57.475Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
17:09:57 [2022-07-20T17:09:57.475Z] === CONT  TestContainerInvalidJSON/commit
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
17:09:57 [2022-07-20T17:09:57.475Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
17:09:57 [2022-07-20T17:09:57.475Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/commit/empty_body
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
17:09:57 [2022-07-20T17:09:57.475Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === CONT  TestContainerInvalidJSON/containers/create
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
17:09:57 [2022-07-20T17:09:57.475Z] --- PASS: TestContainerInvalidJSON (0.01s)
17:09:57 [2022-07-20T17:09:57.475Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:09:57 [2022-07-20T17:09:57.475Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestCopyFromContainerPathIsNotDir
17:09:57 [2022-07-20T17:09:57.475Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestCopyToContainerPathDoesNotExist
17:09:57 [2022-07-20T17:09:57.475Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
17:09:57 [2022-07-20T17:09:57.475Z] === RUN   TestCopyEmptyFile
17:09:57 [2022-07-20T17:09:57.734Z] --- PASS: TestCopyEmptyFile (0.21s)
17:09:57 [2022-07-20T17:09:57.734Z] === RUN   TestCopyToContainerPathIsNotDir
17:09:57 [2022-07-20T17:09:57.734Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
17:09:57 [2022-07-20T17:09:57.734Z] === RUN   TestCopyFromContainer
17:09:58 [2022-07-20T17:09:58.671Z] === RUN   TestCopyFromContainer//
17:09:58 [2022-07-20T17:09:58.671Z] === RUN   TestCopyFromContainer//bar/root
17:09:58 [2022-07-20T17:09:58.929Z] === RUN   TestCopyFromContainer//bar/root/
17:09:58 [2022-07-20T17:09:58.929Z] === RUN   TestCopyFromContainer/bar/quux
17:09:58 [2022-07-20T17:09:58.929Z] === RUN   TestCopyFromContainer/bar/quux/
17:09:58 [2022-07-20T17:09:58.929Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:09:58 [2022-07-20T17:09:58.929Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:09:59 [2022-07-20T17:09:59.188Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:09:59 [2022-07-20T17:09:59.188Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:09:59 [2022-07-20T17:09:59.188Z] === RUN   TestCopyFromContainer/bar/notarget
17:09:59 [2022-07-20T17:09:59.188Z] --- PASS: TestCopyFromContainer (1.47s)
17:09:59 [2022-07-20T17:09:59.188Z]     --- PASS: TestCopyFromContainer// (0.06s)
17:09:59 [2022-07-20T17:09:59.188Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
17:09:59 [2022-07-20T17:09:59.188Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
17:09:59 [2022-07-20T17:09:59.188Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
17:09:59 [2022-07-20T17:09:59.188Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
17:09:59 [2022-07-20T17:09:59.188Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
17:09:59 [2022-07-20T17:09:59.188Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
17:09:59 [2022-07-20T17:09:59.188Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
17:09:59 [2022-07-20T17:09:59.188Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
17:09:59 [2022-07-20T17:09:59.188Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
17:09:59 [2022-07-20T17:09:59.188Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:09:59 [2022-07-20T17:09:59.188Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:09:59 [2022-07-20T17:09:59.188Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:09:59 [2022-07-20T17:09:59.188Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:09:59 [2022-07-20T17:09:59.188Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:09:59 [2022-07-20T17:09:59.188Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:09:59 [2022-07-20T17:09:59.188Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:09:59 [2022-07-20T17:09:59.188Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:09:59 [2022-07-20T17:09:59.188Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:09:59 [2022-07-20T17:09:59.188Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:09:59 [2022-07-20T17:09:59.189Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
17:09:59 [2022-07-20T17:09:59.189Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:09:59 [2022-07-20T17:09:59.189Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:09:59 [2022-07-20T17:09:59.189Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:09:59 [2022-07-20T17:09:59.189Z] === RUN   TestCreateLinkToNonExistingContainer
17:09:59 [2022-07-20T17:09:59.326Z] --- PASS: TestBuildMultiStageLayerLeak (3.41s)
17:09:59 [2022-07-20T17:09:59.326Z] === RUN   TestBuildWithHugeFile
17:09:59 [2022-07-20T17:09:59.447Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
17:09:59 [2022-07-20T17:09:59.447Z] === RUN   TestCreateWithInvalidEnv
17:09:59 [2022-07-20T17:09:59.447Z] === RUN   TestCreateWithInvalidEnv/0
17:09:59 [2022-07-20T17:09:59.447Z] === PAUSE TestCreateWithInvalidEnv/0
17:09:59 [2022-07-20T17:09:59.447Z] === RUN   TestCreateWithInvalidEnv/1
17:09:59 [2022-07-20T17:09:59.447Z] === PAUSE TestCreateWithInvalidEnv/1
17:09:59 [2022-07-20T17:09:59.447Z] === RUN   TestCreateWithInvalidEnv/2
17:09:59 [2022-07-20T17:09:59.447Z] === PAUSE TestCreateWithInvalidEnv/2
17:09:59 [2022-07-20T17:09:59.447Z] === CONT  TestCreateWithInvalidEnv/0
17:09:59 [2022-07-20T17:09:59.447Z] === CONT  TestCreateWithInvalidEnv/2
17:09:59 [2022-07-20T17:09:59.447Z] === CONT  TestCreateWithInvalidEnv/1
17:09:59 [2022-07-20T17:09:59.447Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
17:09:59 [2022-07-20T17:09:59.447Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:09:59 [2022-07-20T17:09:59.447Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:09:59 [2022-07-20T17:09:59.447Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:09:59 [2022-07-20T17:09:59.447Z] === RUN   TestCreateTmpfsMountsTarget
17:09:59 [2022-07-20T17:09:59.447Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
17:09:59 [2022-07-20T17:09:59.447Z] === RUN   TestCreateWithCustomMaskedPaths
17:10:00 [2022-07-20T17:10:00.831Z] --- PASS: TestCreateWithCustomMaskedPaths (1.24s)
17:10:00 [2022-07-20T17:10:00.831Z] === RUN   TestCreateWithCustomReadonlyPaths
17:10:01 [2022-07-20T17:10:01.795Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.23s)
17:10:01 [2022-07-20T17:10:01.795Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:10:01 [2022-07-20T17:10:01.795Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:10:01 [2022-07-20T17:10:01.795Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:10:01 [2022-07-20T17:10:01.795Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:10:01 [2022-07-20T17:10:01.795Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:10:01 [2022-07-20T17:10:01.795Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:10:01 [2022-07-20T17:10:01.795Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:10:01 [2022-07-20T17:10:01.796Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:10:01 [2022-07-20T17:10:01.796Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:10:01 [2022-07-20T17:10:01.796Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:10:01 [2022-07-20T17:10:01.796Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:10:01 [2022-07-20T17:10:01.796Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:10:01 [2022-07-20T17:10:01.796Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:10:01 [2022-07-20T17:10:01.796Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:10:01 [2022-07-20T17:10:01.796Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:10:01 [2022-07-20T17:10:01.796Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:10:01 [2022-07-20T17:10:01.796Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
17:10:01 [2022-07-20T17:10:01.796Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
17:10:01 [2022-07-20T17:10:01.796Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
17:10:01 [2022-07-20T17:10:01.796Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
17:10:01 [2022-07-20T17:10:01.796Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
17:10:01 [2022-07-20T17:10:01.796Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
17:10:01 [2022-07-20T17:10:01.796Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:10:02 [2022-07-20T17:10:02.372Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
17:10:02 [2022-07-20T17:10:02.372Z] === RUN   TestCreateDifferentPlatform
17:10:02 [2022-07-20T17:10:02.372Z] === RUN   TestCreateDifferentPlatform/different_os
17:10:02 [2022-07-20T17:10:02.372Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:10:02 [2022-07-20T17:10:02.372Z] --- PASS: TestCreateDifferentPlatform (0.01s)
17:10:02 [2022-07-20T17:10:02.372Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:10:02 [2022-07-20T17:10:02.372Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:10:02 [2022-07-20T17:10:02.372Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:10:02 [2022-07-20T17:10:02.372Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
17:10:02 [2022-07-20T17:10:02.372Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:10:02 [2022-07-20T17:10:02.372Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
17:10:02 [2022-07-20T17:10:02.372Z] === RUN   TestCreateInvalidHostConfig
17:10:02 [2022-07-20T17:10:02.372Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
17:10:02 [2022-07-20T17:10:02.372Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
17:10:02 [2022-07-20T17:10:02.372Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
17:10:02 [2022-07-20T17:10:02.372Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
17:10:02 [2022-07-20T17:10:02.372Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:10:02 [2022-07-20T17:10:02.372Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:10:02 [2022-07-20T17:10:02.372Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
17:10:02 [2022-07-20T17:10:02.372Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
17:10:02 [2022-07-20T17:10:02.372Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
17:10:02 [2022-07-20T17:10:02.372Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:10:02 [2022-07-20T17:10:02.372Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
17:10:02 [2022-07-20T17:10:02.372Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
17:10:02 [2022-07-20T17:10:02.372Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
17:10:02 [2022-07-20T17:10:02.373Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
17:10:02 [2022-07-20T17:10:02.373Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
17:10:02 [2022-07-20T17:10:02.373Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
17:10:02 [2022-07-20T17:10:02.373Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
17:10:02 [2022-07-20T17:10:02.373Z] === RUN   TestContainerStartOnDaemonRestart
17:10:02 [2022-07-20T17:10:02.373Z] === PAUSE TestContainerStartOnDaemonRestart
17:10:02 [2022-07-20T17:10:02.373Z] === RUN   TestDaemonRestartIpcMode
17:10:02 [2022-07-20T17:10:02.373Z] === PAUSE TestDaemonRestartIpcMode
17:10:02 [2022-07-20T17:10:02.373Z] === RUN   TestDaemonHostGatewayIP
17:10:02 [2022-07-20T17:10:02.373Z] === PAUSE TestDaemonHostGatewayIP
17:10:02 [2022-07-20T17:10:02.373Z] === RUN   TestRestartDaemonWithRestartingContainer
17:10:02 [2022-07-20T17:10:02.373Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:10:02 [2022-07-20T17:10:02.373Z] === RUN   TestContainerKillOnDaemonStart
17:10:02 [2022-07-20T17:10:02.373Z] === PAUSE TestContainerKillOnDaemonStart
17:10:02 [2022-07-20T17:10:02.373Z] === RUN   TestDiff
17:10:02 [2022-07-20T17:10:02.944Z] --- PASS: TestDiff (0.43s)
17:10:02 [2022-07-20T17:10:02.944Z] === RUN   TestExecConsoleSize
17:10:03 [2022-07-20T17:10:03.203Z] --- PASS: TestExecConsoleSize (0.49s)
17:10:03 [2022-07-20T17:10:03.203Z] === RUN   TestExecWithCloseStdin
17:10:03 [2022-07-20T17:10:03.772Z] --- PASS: TestExecWithCloseStdin (0.48s)
17:10:03 [2022-07-20T17:10:03.772Z] === RUN   TestExec
17:10:04 [2022-07-20T17:10:04.340Z] --- PASS: TestExec (0.46s)
17:10:04 [2022-07-20T17:10:04.340Z] === RUN   TestExecUser
17:10:04 [2022-07-20T17:10:04.599Z] --- PASS: TestExecUser (0.48s)
17:10:04 [2022-07-20T17:10:04.599Z] === RUN   TestExportContainerAndImportImage
17:10:05 [2022-07-20T17:10:05.168Z] --- PASS: TestExportContainerAndImportImage (0.55s)
17:10:05 [2022-07-20T17:10:05.168Z] === RUN   TestExportContainerAfterDaemonRestart
17:10:06 [2022-07-20T17:10:06.051Z] --- PASS: TestServiceWithDataPathPortInit (14.01s)
17:10:06 [2022-07-20T17:10:06.051Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:10:06 [2022-07-20T17:10:06.550Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s)
17:10:06 [2022-07-20T17:10:06.550Z] === RUN   TestHealthCheckWorkdir
17:10:07 [2022-07-20T17:10:07.118Z] --- PASS: TestHealthCheckWorkdir (0.63s)
17:10:07 [2022-07-20T17:10:07.118Z] === RUN   TestHealthKillContainer
17:10:07 [2022-07-20T17:10:07.952Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:orvoupx1bm7t7tqoxqthhp2o7 Created:2022-07-20 17:10:06.246795219 +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[7eb124e329a6c5927083b5d6f392ad72b8f7e54550cb3951505448ae0dc91b1a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2h6514vcht1sg6s3xtm8yjj65 EndpointID:a1656fae76005a018da5e1f46494b0f7feb9177bc94179c1db45ac3b544c634d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:24c841b5e5e440613fae538d75934f4b3faa49a6e4d97ee8c713ca886fc155ee 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:e974df4df0fc IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2h6514vcht1sg6s3xtm8yjj65 EndpointID:a1656fae76005a018da5e1f46494b0f7feb9177bc94179c1db45ac3b544c634d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
17:10:11 [2022-07-20T17:10:11.415Z] sha256:7996ad34785bb00c33057fab2d7d806dd001daf736d92187f83639af8516e8be
17:10:11 [2022-07-20T17:10:11.415Z] INFO: Starting docker-py tests...
17:10:11 [2022-07-20T17:10:11.415Z] ============================= test session starts ==============================
17:10:11 [2022-07-20T17:10:11.415Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
17:10:11 [2022-07-20T17:10:11.415Z] rootdir: /src, inifile: pytest.ini
17:10:11 [2022-07-20T17:10:11.415Z] plugins: cov-2.6.1, timeout-1.3.3
17:10:11 [2022-07-20T17:10:11.415Z] collected 395 items / 2 deselected / 393 selected
17:10:11 [2022-07-20T17:10:11.415Z] 
17:10:12 [2022-07-20T17:10:12.131Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.12s)
17:10:12 [2022-07-20T17:10:12.131Z] PASS
17:10:12 [2022-07-20T17:10:12.131Z] 
17:10:12 [2022-07-20T17:10:12.131Z] === Skipped
17:10:12 [2022-07-20T17:10:12.131Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:10:12 [2022-07-20T17:10:12.131Z]     service_test.go:243: FLAKY_TEST
17:10:12 [2022-07-20T17:10:12.131Z] 
17:10:12 [2022-07-20T17:10:12.131Z] DONE 38 tests, 1 skipped in 44.687s
17:10:12 [2022-07-20T17:10:12.131Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
17:10:12 [2022-07-20T17:10:12.131Z] INFO: Testing against a local daemon
17:10:12 [2022-07-20T17:10:12.131Z] === RUN   TestDockerNetworkIpvlanPersistance
17:10:12 [2022-07-20T17:10:12.131Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:10:12 [2022-07-20T17:10:12.131Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:10:12 [2022-07-20T17:10:12.131Z] === RUN   TestDockerNetworkIpvlan
17:10:12 [2022-07-20T17:10:12.131Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:10:12 [2022-07-20T17:10:12.131Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:10:12 [2022-07-20T17:10:12.131Z] PASS
17:10:12 [2022-07-20T17:10:12.131Z] 
17:10:12 [2022-07-20T17:10:12.131Z] === Skipped
17:10:12 [2022-07-20T17:10:12.131Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:10:12 [2022-07-20T17:10:12.131Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:10:12 [2022-07-20T17:10:12.131Z] 
17:10:12 [2022-07-20T17:10:12.131Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:10:12 [2022-07-20T17:10:12.131Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:10:12 [2022-07-20T17:10:12.131Z] 
17:10:12 [2022-07-20T17:10:12.131Z] DONE 2 tests, 2 skipped in 0.022s
17:10:12 [2022-07-20T17:10:12.131Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
17:10:12 [2022-07-20T17:10:12.131Z] INFO: Testing against a local daemon
17:10:12 [2022-07-20T17:10:12.131Z] === RUN   TestDockerNetworkMacvlanPersistance
17:10:13 [2022-07-20T17:10:13.504Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.32s)
17:10:13 [2022-07-20T17:10:13.504Z] === RUN   TestDockerNetworkMacvlan
17:10:14 [2022-07-20T17:10:14.070Z] === RUN   TestDockerNetworkMacvlan/Subinterface
17:10:15 [2022-07-20T17:10:15.004Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
17:10:15 [2022-07-20T17:10:15.245Z] --- PASS: TestHealthKillContainer (7.88s)
17:10:15 [2022-07-20T17:10:15.245Z] === RUN   TestInspectCpusetInConfigPre120
17:10:15 [2022-07-20T17:10:15.504Z] --- PASS: TestInspectCpusetInConfigPre120 (0.36s)
17:10:15 [2022-07-20T17:10:15.504Z] === RUN   TestIpcModeNone
17:10:15 [2022-07-20T17:10:15.569Z] === RUN   TestDockerNetworkMacvlan/NilParent
17:10:15 [2022-07-20T17:10:15.765Z] --- PASS: TestIpcModeNone (0.45s)
17:10:15 [2022-07-20T17:10:15.765Z] === RUN   TestIpcModePrivate
17:10:16 [2022-07-20T17:10:16.333Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false
17:10:16 [2022-07-20T17:10:16.333Z] --- PASS: TestIpcModePrivate (0.47s)
17:10:16 [2022-07-20T17:10:16.333Z] === RUN   TestIpcModeShareable
17:10:16 [2022-07-20T17:10:16.592Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true
17:10:16 [2022-07-20T17:10:16.851Z] --- PASS: TestIpcModeShareable (0.45s)
17:10:16 [2022-07-20T17:10:16.851Z] === RUN   TestAPIIpcModeShareableAndContainer
17:10:17 [2022-07-20T17:10:17.506Z] === RUN   TestDockerNetworkMacvlan/InternalMode
17:10:18 [2022-07-20T17:10:18.228Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s)
17:10:18 [2022-07-20T17:10:18.228Z] === RUN   TestAPIIpcModeHost
17:10:18 [2022-07-20T17:10:18.487Z] --- PASS: TestAPIIpcModeHost (0.34s)
17:10:18 [2022-07-20T17:10:18.487Z] === RUN   TestDaemonIpcModeShareable
17:10:19 [2022-07-20T17:10:19.422Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
17:10:19 [2022-07-20T17:10:19.424Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
17:10:19 [2022-07-20T17:10:19.683Z] --- PASS: TestDaemonIpcModeShareable (1.13s)
17:10:19 [2022-07-20T17:10:19.683Z] === RUN   TestDaemonIpcModePrivate
17:10:20 [2022-07-20T17:10:20.620Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
17:10:20 [2022-07-20T17:10:20.620Z] --- PASS: TestDaemonIpcModePrivate (1.12s)
17:10:20 [2022-07-20T17:10:20.620Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:10:21 [2022-07-20T17:10:21.556Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
17:10:21 [2022-07-20T17:10:21.816Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.12s)
17:10:21 [2022-07-20T17:10:21.816Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:10:22 [2022-07-20T17:10:22.704Z] === RUN   TestDockerNetworkMacvlan/Addressing
17:10:22 [2022-07-20T17:10:22.752Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
17:10:23 [2022-07-20T17:10:23.010Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.15s)
17:10:23 [2022-07-20T17:10:23.010Z] === RUN   TestIpcModeOlderClient
17:10:23 [2022-07-20T17:10:23.010Z] === PAUSE TestIpcModeOlderClient
17:10:23 [2022-07-20T17:10:23.010Z] === RUN   TestKillContainerInvalidSignal
17:10:23 [2022-07-20T17:10:23.269Z] --- PASS: TestKillContainerInvalidSignal (0.40s)
17:10:23 [2022-07-20T17:10:23.270Z] === RUN   TestKillContainer
17:10:23 [2022-07-20T17:10:23.270Z] === RUN   TestKillContainer/no_signal
17:10:23 [2022-07-20T17:10:23.639Z] --- PASS: TestDockerNetworkMacvlan (10.05s)
17:10:23 [2022-07-20T17:10:23.639Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
17:10:23 [2022-07-20T17:10:23.639Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
17:10:23 [2022-07-20T17:10:23.639Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s)
17:10:23 [2022-07-20T17:10:23.639Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.94s)
17:10:23 [2022-07-20T17:10:23.639Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.19s)
17:10:23 [2022-07-20T17:10:23.639Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s)
17:10:23 [2022-07-20T17:10:23.639Z] PASS
17:10:23 [2022-07-20T17:10:23.639Z] 
17:10:23 [2022-07-20T17:10:23.639Z] DONE 8 tests in 11.391s
17:10:23 [2022-07-20T17:10:23.639Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
17:10:23 [2022-07-20T17:10:23.639Z] testing: warning: no tests to run
17:10:23 [2022-07-20T17:10:23.639Z] PASS
17:10:23 [2022-07-20T17:10:23.639Z] 
17:10:23 [2022-07-20T17:10:23.639Z] DONE 0 tests in 0.007s
17:10:23 [2022-07-20T17:10:23.639Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
17:10:23 [2022-07-20T17:10:23.639Z] INFO: Testing against a local daemon
17:10:23 [2022-07-20T17:10:23.639Z] === RUN   TestAuthZPluginAllowRequest
17:10:23 [2022-07-20T17:10:23.837Z] === RUN   TestKillContainer/non_killing_signal
17:10:24 [2022-07-20T17:10:24.096Z] === RUN   TestKillContainer/killing_signal
17:10:24 [2022-07-20T17:10:24.571Z] --- PASS: TestAuthZPluginAllowRequest (1.15s)
17:10:24 [2022-07-20T17:10:24.571Z] === RUN   TestAuthZPluginTLS
17:10:24 [2022-07-20T17:10:24.612Z] tests/integration/api_build_test.py .......................X             [  6%]
17:10:24 [2022-07-20T17:10:24.664Z] --- PASS: TestKillContainer (1.24s)
17:10:24 [2022-07-20T17:10:24.664Z]     --- PASS: TestKillContainer/no_signal (0.40s)
17:10:24 [2022-07-20T17:10:24.664Z]     --- PASS: TestKillContainer/non_killing_signal (0.27s)
17:10:24 [2022-07-20T17:10:24.664Z]     --- PASS: TestKillContainer/killing_signal (0.41s)
17:10:24 [2022-07-20T17:10:24.664Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:10:24 [2022-07-20T17:10:24.664Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:10:24 [2022-07-20T17:10:24.924Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:10:25 [2022-07-20T17:10:25.136Z] --- PASS: TestAuthZPluginTLS (0.54s)
17:10:25 [2022-07-20T17:10:25.136Z] === RUN   TestAuthZPluginDenyRequest
17:10:25 [2022-07-20T17:10:25.434Z] tests/integration/api_client_test.py .....                               [  7%]
17:10:25 [2022-07-20T17:10:25.702Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
17:10:25 [2022-07-20T17:10:25.702Z] === RUN   TestAuthZPluginAPIDenyResponse
17:10:25 [2022-07-20T17:10:25.861Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.19s)
17:10:25 [2022-07-20T17:10:25.861Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s)
17:10:25 [2022-07-20T17:10:25.861Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s)
17:10:25 [2022-07-20T17:10:25.861Z] === RUN   TestKillStoppedContainer
17:10:25 [2022-07-20T17:10:25.861Z] --- PASS: TestKillStoppedContainer (0.04s)
17:10:25 [2022-07-20T17:10:25.861Z] === RUN   TestKillStoppedContainerAPIPre120
17:10:25 [2022-07-20T17:10:25.861Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
17:10:25 [2022-07-20T17:10:25.861Z] === RUN   TestKillDifferentUserContainer
17:10:26 [2022-07-20T17:10:26.267Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
17:10:26 [2022-07-20T17:10:26.267Z] === RUN   TestAuthZPluginDenyResponse
17:10:26 [2022-07-20T17:10:26.429Z] --- PASS: TestKillDifferentUserContainer (0.40s)
17:10:26 [2022-07-20T17:10:26.429Z] === RUN   TestInspectOomKilledTrue
17:10:26 [2022-07-20T17:10:26.688Z] --- PASS: TestInspectOomKilledTrue (0.46s)
17:10:26 [2022-07-20T17:10:26.688Z] === RUN   TestInspectOomKilledFalse
17:10:26 [2022-07-20T17:10:26.833Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
17:10:26 [2022-07-20T17:10:26.833Z] === RUN   TestAuthZPluginAllowEventStream
17:10:26 [2022-07-20T17:10:26.977Z] tests/integration/api_config_test.py ......                              [  8%]
17:10:27 [2022-07-20T17:10:27.256Z] --- PASS: TestInspectOomKilledFalse (0.40s)
17:10:27 [2022-07-20T17:10:27.256Z] === RUN   TestLinksEtcHostsContentMatch
17:10:27 [2022-07-20T17:10:27.515Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s)
17:10:27 [2022-07-20T17:10:27.515Z] === RUN   TestLinksContainerNames
17:10:28 [2022-07-20T17:10:28.088Z] --- PASS: TestLinksContainerNames (0.79s)
17:10:28 [2022-07-20T17:10:28.088Z] === RUN   TestLogsFollowTailEmpty
17:10:28 [2022-07-20T17:10:28.205Z] --- PASS: TestAuthZPluginAllowEventStream (1.16s)
17:10:28 [2022-07-20T17:10:28.205Z] === RUN   TestAuthZPluginErrorResponse
17:10:28 [2022-07-20T17:10:28.464Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
17:10:28 [2022-07-20T17:10:28.464Z] === RUN   TestAuthZPluginErrorRequest
17:10:28 [2022-07-20T17:10:28.656Z] --- PASS: TestLogsFollowTailEmpty (0.41s)
17:10:28 [2022-07-20T17:10:28.656Z] === RUN   TestLogs
17:10:28 [2022-07-20T17:10:28.656Z] === RUN   TestLogs/driver_local
17:10:28 [2022-07-20T17:10:28.656Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
17:10:28 [2022-07-20T17:10:28.656Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
17:10:28 [2022-07-20T17:10:28.656Z] === RUN   TestLogs/driver_local/tty/only_stdout
17:10:28 [2022-07-20T17:10:28.656Z] === PAUSE TestLogs/driver_local/tty/only_stdout
17:10:28 [2022-07-20T17:10:28.656Z] === RUN   TestLogs/driver_local/tty/only_stderr
17:10:28 [2022-07-20T17:10:28.656Z] === PAUSE TestLogs/driver_local/tty/only_stderr
17:10:28 [2022-07-20T17:10:28.656Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
17:10:28 [2022-07-20T17:10:28.656Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
17:10:28 [2022-07-20T17:10:28.656Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
17:10:28 [2022-07-20T17:10:28.656Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
17:10:28 [2022-07-20T17:10:28.656Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
17:10:28 [2022-07-20T17:10:28.656Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
17:10:28 [2022-07-20T17:10:28.656Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
17:10:28 [2022-07-20T17:10:28.656Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
17:10:29 [2022-07-20T17:10:29.030Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
17:10:29 [2022-07-20T17:10:29.030Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:10:29 [2022-07-20T17:10:29.223Z] === CONT  TestLogs/driver_local/tty/only_stderr
17:10:29 [2022-07-20T17:10:29.223Z] === CONT  TestLogs/driver_local/tty/only_stdout
17:10:29 [2022-07-20T17:10:29.595Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
17:10:29 [2022-07-20T17:10:29.595Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:10:29 [2022-07-20T17:10:29.791Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
17:10:29 [2022-07-20T17:10:29.791Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
17:10:30 [2022-07-20T17:10:30.729Z] === RUN   TestLogs/driver_json-file
17:10:30 [2022-07-20T17:10:30.729Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
17:10:30 [2022-07-20T17:10:30.729Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
17:10:30 [2022-07-20T17:10:30.729Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
17:10:30 [2022-07-20T17:10:30.729Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
17:10:30 [2022-07-20T17:10:30.729Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
17:10:30 [2022-07-20T17:10:30.729Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
17:10:30 [2022-07-20T17:10:30.729Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:10:30 [2022-07-20T17:10:30.729Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:10:30 [2022-07-20T17:10:30.729Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
17:10:30 [2022-07-20T17:10:30.729Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
17:10:30 [2022-07-20T17:10:30.729Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
17:10:30 [2022-07-20T17:10:30.729Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
17:10:30 [2022-07-20T17:10:30.729Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
17:10:30 [2022-07-20T17:10:30.729Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:10:30 [2022-07-20T17:10:30.969Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.43s)
17:10:30 [2022-07-20T17:10:30.969Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:10:31 [2022-07-20T17:10:31.297Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
17:10:31 [2022-07-20T17:10:31.297Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
17:10:31 [2022-07-20T17:10:31.865Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
17:10:31 [2022-07-20T17:10:31.865Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
17:10:32 [2022-07-20T17:10:32.432Z] --- PASS: TestLogs (3.93s)
17:10:32 [2022-07-20T17:10:32.432Z]     --- PASS: TestLogs/driver_local (0.01s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.65s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.69s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.45s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.57s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.64s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.60s)
17:10:32 [2022-07-20T17:10:32.432Z]     --- PASS: TestLogs/driver_json-file (0.01s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.62s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.67s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.77s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.76s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.65s)
17:10:32 [2022-07-20T17:10:32.432Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.61s)
17:10:32 [2022-07-20T17:10:32.432Z] === RUN   TestContainerNetworkMountsNoChown
17:10:32 [2022-07-20T17:10:32.867Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.48s)
17:10:32 [2022-07-20T17:10:32.868Z] === RUN   TestAuthZPluginHeader
17:10:33 [2022-07-20T17:10:33.000Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/default
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/default
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/private
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/private
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rprivate
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rprivate
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/slave
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/slave
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rslave
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rslave
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/shared
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/shared
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rshared
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rshared
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/default
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/default/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/default/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/rslave
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/rshared
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/shared
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/rprivate
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/slave
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/private
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/private/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/private/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/default/bind_root
17:10:33 [2022-07-20T17:10:33.000Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:10:33 [2022-07-20T17:10:33.001Z] === CONT  TestMountDaemonRoot/default/mount_root
17:10:33 [2022-07-20T17:10:33.001Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:10:33 [2022-07-20T17:10:33.001Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:10:33 [2022-07-20T17:10:33.001Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:10:33 [2022-07-20T17:10:33.125Z] --- PASS: TestAuthZPluginHeader (0.71s)
17:10:33 [2022-07-20T17:10:33.125Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/private/mount_root
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/private/bind_root
17:10:33 [2022-07-20T17:10:33.259Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:10:33 [2022-07-20T17:10:33.518Z] --- PASS: TestMountDaemonRoot (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
17:10:33 [2022-07-20T17:10:33.518Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
17:10:33 [2022-07-20T17:10:33.518Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
17:10:33 [2022-07-20T17:10:33.518Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
17:10:33 [2022-07-20T17:10:33.518Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
17:10:33 [2022-07-20T17:10:33.518Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
17:10:33 [2022-07-20T17:10:33.518Z] === RUN   TestContainerBindMountNonRecursive
17:10:34 [2022-07-20T17:10:34.896Z] --- PASS: TestContainerBindMountNonRecursive (1.28s)
17:10:34 [2022-07-20T17:10:34.896Z] === RUN   TestContainerVolumesMountedAsShared
17:10:35 [2022-07-20T17:10:35.159Z] --- PASS: TestContainerVolumesMountedAsShared (0.37s)
17:10:35 [2022-07-20T17:10:35.159Z] === RUN   TestContainerVolumesMountedAsSlave
17:10:35 [2022-07-20T17:10:35.418Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s)
17:10:35 [2022-07-20T17:10:35.418Z] === RUN   TestNetworkNat
17:10:35 [2022-07-20T17:10:35.986Z] --- PASS: TestNetworkNat (0.44s)
17:10:35 [2022-07-20T17:10:35.986Z] === RUN   TestNetworkLocalhostTCPNat
17:10:36 [2022-07-20T17:10:36.245Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s)
17:10:36 [2022-07-20T17:10:36.245Z] === RUN   TestNetworkLoopbackNat
17:10:37 [2022-07-20T17:10:37.306Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.16s)
17:10:37 [2022-07-20T17:10:37.306Z] === RUN   TestAuthZPluginV2Disable
17:10:38 [2022-07-20T17:10:38.780Z] --- PASS: TestNetworkLoopbackNat (2.54s)
17:10:38 [2022-07-20T17:10:38.780Z] === RUN   TestPause
17:10:39 [2022-07-20T17:10:39.348Z] --- PASS: TestPause (0.44s)
17:10:39 [2022-07-20T17:10:39.348Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:10:39 [2022-07-20T17:10:39.348Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:10:39 [2022-07-20T17:10:39.348Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:10:39 [2022-07-20T17:10:39.348Z] === RUN   TestPauseStopPausedContainer
17:10:39 [2022-07-20T17:10:39.606Z] --- PASS: TestPauseStopPausedContainer (0.44s)
17:10:39 [2022-07-20T17:10:39.606Z] === RUN   TestPidHost
17:10:40 [2022-07-20T17:10:40.543Z] --- PASS: TestPidHost (0.92s)
17:10:40 [2022-07-20T17:10:40.543Z] === RUN   TestPsFilter
17:10:40 [2022-07-20T17:10:40.802Z] --- PASS: TestPsFilter (0.09s)
17:10:40 [2022-07-20T17:10:40.802Z] === RUN   TestRemoveContainerWithRemovedVolume
17:10:41 [2022-07-20T17:10:41.061Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
17:10:41 [2022-07-20T17:10:41.061Z] === RUN   TestRemoveContainerWithVolume
17:10:41 [2022-07-20T17:10:41.489Z] --- PASS: TestAuthZPluginV2Disable (3.71s)
17:10:41 [2022-07-20T17:10:41.489Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:10:41 [2022-07-20T17:10:41.628Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
17:10:41 [2022-07-20T17:10:41.629Z] === RUN   TestRemoveContainerRunning
17:10:41 [2022-07-20T17:10:41.888Z] --- PASS: TestRemoveContainerRunning (0.41s)
17:10:41 [2022-07-20T17:10:41.888Z] === RUN   TestRemoveContainerForceRemoveRunning
17:10:42 [2022-07-20T17:10:42.455Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s)
17:10:42 [2022-07-20T17:10:42.455Z] === RUN   TestRemoveInvalidContainer
17:10:42 [2022-07-20T17:10:42.455Z] --- PASS: TestRemoveInvalidContainer (0.01s)
17:10:42 [2022-07-20T17:10:42.455Z] === RUN   TestRenameLinkedContainer
17:10:44 [2022-07-20T17:10:44.359Z] --- PASS: TestRenameLinkedContainer (1.63s)
17:10:44 [2022-07-20T17:10:44.359Z] === RUN   TestRenameStoppedContainer
17:10:44 [2022-07-20T17:10:44.359Z] --- PASS: TestRenameStoppedContainer (0.41s)
17:10:44 [2022-07-20T17:10:44.359Z] === RUN   TestRenameRunningContainerAndReuse
17:10:44 [2022-07-20T17:10:44.767Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.50s)
17:10:44 [2022-07-20T17:10:44.767Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:10:45 [2022-07-20T17:10:45.327Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s)
17:10:45 [2022-07-20T17:10:45.327Z] === RUN   TestRenameInvalidName
17:10:45 [2022-07-20T17:10:45.594Z] --- PASS: TestRenameInvalidName (0.42s)
17:10:45 [2022-07-20T17:10:45.594Z] === RUN   TestRenameAnonymousContainer
17:10:46 [2022-07-20T17:10:46.928Z] --- PASS: TestImportExtremelyLargeImageWorks (92.94s)
17:10:46 [2022-07-20T17:10:46.928Z] PASS
17:10:46 [2022-07-20T17:10:46.928Z] 
17:10:46 [2022-07-20T17:10:46.928Z] === Skipped
17:10:46 [2022-07-20T17:10:46.928Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
17:10:46 [2022-07-20T17:10:46.928Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
17:10:46 [2022-07-20T17:10:46.928Z] 
17:10:46 [2022-07-20T17:10:46.928Z] DONE 22 tests, 1 skipped in 97.175s
17:10:46 [2022-07-20T17:10:46.928Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
17:10:46 [2022-07-20T17:10:46.928Z] === RUN   TestStripANSICommands
17:10:46 [2022-07-20T17:10:46.928Z] === RUN   TestStripANSICommands/#00
17:10:46 [2022-07-20T17:10:46.928Z] === RUN   TestStripANSICommands/#01
17:10:46 [2022-07-20T17:10:46.928Z] --- PASS: TestStripANSICommands (0.00s)
17:10:46 [2022-07-20T17:10:46.928Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
17:10:46 [2022-07-20T17:10:46.928Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
17:10:46 [2022-07-20T17:10:46.928Z] PASS
17:10:46 [2022-07-20T17:10:46.928Z] 
17:10:46 [2022-07-20T17:10:46.928Z] DONE 3 tests in 0.038s
17:10:46 [2022-07-20T17:10:46.928Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
17:10:46 [2022-07-20T17:10:46.928Z] INFO: Testing against a local daemon
17:10:46 [2022-07-20T17:10:46.928Z] === RUN   TestNetworkCreateDelete
17:10:46 [2022-07-20T17:10:46.928Z] --- PASS: TestNetworkCreateDelete (0.13s)
17:10:46 [2022-07-20T17:10:46.928Z] === RUN   TestDockerNetworkDeletePreferID
17:10:46 [2022-07-20T17:10:46.928Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
17:10:46 [2022-07-20T17:10:46.928Z] === RUN   TestDaemonDNSFallback
17:10:47 [2022-07-20T17:10:47.504Z] --- PASS: TestRenameAnonymousContainer (1.50s)
17:10:47 [2022-07-20T17:10:47.504Z] === RUN   TestRenameContainerWithSameName
17:10:47 [2022-07-20T17:10:47.504Z] --- PASS: TestRenameContainerWithSameName (0.40s)
17:10:47 [2022-07-20T17:10:47.504Z] === RUN   TestRenameContainerWithLinkedContainer
17:10:48 [2022-07-20T17:10:48.441Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s)
17:10:48 [2022-07-20T17:10:48.441Z] === RUN   TestResize
17:10:48 [2022-07-20T17:10:48.700Z] --- PASS: TestResize (0.41s)
17:10:48 [2022-07-20T17:10:48.700Z] === RUN   TestResizeWithInvalidSize
17:10:49 [2022-07-20T17:10:49.268Z] --- PASS: TestResizeWithInvalidSize (0.41s)
17:10:49 [2022-07-20T17:10:49.268Z] === RUN   TestResizeWhenContainerNotStarted
17:10:49 [2022-07-20T17:10:49.528Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s)
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:10:49 [2022-07-20T17:10:49.528Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:10:50 [2022-07-20T17:10:50.193Z] --- PASS: TestDaemonDNSFallback (6.31s)
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestInspectNetwork
17:10:50 [2022-07-20T17:10:50.194Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:10:50 [2022-07-20T17:10:50.194Z] --- SKIP: TestInspectNetwork (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestRunContainerWithBridgeNone
17:10:50 [2022-07-20T17:10:50.194Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.194Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/create
17:10:50 [2022-07-20T17:10:50.194Z] === PAUSE TestNetworkInvalidJSON/networks/create
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
17:10:50 [2022-07-20T17:10:50.194Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
17:10:50 [2022-07-20T17:10:50.194Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
17:10:50 [2022-07-20T17:10:50.194Z] === CONT  TestNetworkInvalidJSON/networks/create
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
17:10:50 [2022-07-20T17:10:50.194Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
17:10:50 [2022-07-20T17:10:50.194Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
17:10:50 [2022-07-20T17:10:50.194Z] --- PASS: TestNetworkInvalidJSON (0.02s)
17:10:50 [2022-07-20T17:10:50.194Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkList
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkList//networks
17:10:50 [2022-07-20T17:10:50.194Z] === PAUSE TestNetworkList//networks
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestNetworkList//networks/
17:10:50 [2022-07-20T17:10:50.194Z] === PAUSE TestNetworkList//networks/
17:10:50 [2022-07-20T17:10:50.194Z] === CONT  TestNetworkList//networks
17:10:50 [2022-07-20T17:10:50.194Z] === CONT  TestNetworkList//networks/
17:10:50 [2022-07-20T17:10:50.194Z] --- PASS: TestNetworkList (0.01s)
17:10:50 [2022-07-20T17:10:50.194Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z]     --- PASS: TestNetworkList//networks (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestHostIPv4BridgeLabel
17:10:50 [2022-07-20T17:10:50.194Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.194Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestDaemonRestartWithLiveRestore
17:10:50 [2022-07-20T17:10:50.194Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.194Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s)
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestDaemonDefaultNetworkPools
17:10:50 [2022-07-20T17:10:50.194Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.194Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s)
17:10:50 [2022-07-20T17:10:50.194Z] === RUN   TestDaemonRestartWithExistingNetwork
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.450Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s)
17:10:50 [2022-07-20T17:10:50.450Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.450Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
17:10:50 [2022-07-20T17:10:50.450Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.450Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s)
17:10:50 [2022-07-20T17:10:50.450Z] === RUN   TestServiceWithPredefinedNetwork
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:10:50 [2022-07-20T17:10:50.450Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:243: FLAKY_TEST
17:10:50 [2022-07-20T17:10:50.450Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z] === RUN   TestServiceWithDataPathPortInit
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:10:50 [2022-07-20T17:10:50.450Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s)
17:10:50 [2022-07-20T17:10:50.450Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:10:50 [2022-07-20T17:10:50.450Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z] PASS
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === Skipped
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s)
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s)
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s)
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s)
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:243: FLAKY_TEST
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s)
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] DONE 34 tests, 12 skipped in 7.056s
17:10:50 [2022-07-20T17:10:50.450Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
17:10:50 [2022-07-20T17:10:50.450Z] INFO: Testing against a local daemon
17:10:50 [2022-07-20T17:10:50.450Z] === RUN   TestDockerNetworkIpvlanPersistance
17:10:50 [2022-07-20T17:10:50.450Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:10:50 [2022-07-20T17:10:50.450Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z] === RUN   TestDockerNetworkIpvlan
17:10:50 [2022-07-20T17:10:50.450Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:10:50 [2022-07-20T17:10:50.450Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z] PASS
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === Skipped
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:10:50 [2022-07-20T17:10:50.450Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:10:50 [2022-07-20T17:10:50.450Z] 
17:10:50 [2022-07-20T17:10:50.450Z] DONE 2 tests, 2 skipped in 0.090s
17:10:50 [2022-07-20T17:10:50.450Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
17:10:50 [2022-07-20T17:10:50.706Z] INFO: Testing against a local daemon
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestDockerNetworkMacvlanPersistance
17:10:50 [2022-07-20T17:10:50.706Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestDockerNetworkMacvlan
17:10:50 [2022-07-20T17:10:50.706Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] PASS
17:10:50 [2022-07-20T17:10:50.706Z] 
17:10:50 [2022-07-20T17:10:50.706Z] === Skipped
17:10:50 [2022-07-20T17:10:50.706Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.706Z] 
17:10:50 [2022-07-20T17:10:50.706Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
17:10:50 [2022-07-20T17:10:50.706Z] 
17:10:50 [2022-07-20T17:10:50.706Z] DONE 2 tests, 2 skipped in 0.098s
17:10:50 [2022-07-20T17:10:50.706Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
17:10:50 [2022-07-20T17:10:50.706Z] testing: warning: no tests to run
17:10:50 [2022-07-20T17:10:50.706Z] PASS
17:10:50 [2022-07-20T17:10:50.706Z] 
17:10:50 [2022-07-20T17:10:50.706Z] DONE 0 tests in 0.023s
17:10:50 [2022-07-20T17:10:50.706Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
17:10:50 [2022-07-20T17:10:50.706Z] INFO: Testing against a local daemon
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginAllowRequest
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginTLS
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthZPluginTLS (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginDenyRequest
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginAPIDenyResponse
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginDenyResponse
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginAllowEventStream
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginErrorResponse
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginErrorRequest
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginHeader
17:10:50 [2022-07-20T17:10:50.706Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:50 [2022-07-20T17:10:50.706Z] --- SKIP: TestAuthZPluginHeader (0.00s)
17:10:50 [2022-07-20T17:10:50.706Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:10:51 [2022-07-20T17:10:51.267Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:51 [2022-07-20T17:10:51.267Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.43s)
17:10:51 [2022-07-20T17:10:51.267Z] === RUN   TestAuthZPluginV2Disable
17:10:51 [2022-07-20T17:10:51.433Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:10:51 [2022-07-20T17:10:51.522Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:51 [2022-07-20T17:10:51.522Z] --- SKIP: TestAuthZPluginV2Disable (0.32s)
17:10:51 [2022-07-20T17:10:51.522Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:10:51 [2022-07-20T17:10:51.778Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:51 [2022-07-20T17:10:51.778Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s)
17:10:51 [2022-07-20T17:10:51.778Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:10:52 [2022-07-20T17:10:52.033Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.033Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.33s)
17:10:52 [2022-07-20T17:10:52.033Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
17:10:52 [2022-07-20T17:10:52.594Z] PASS
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === Skipped
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.43s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.33s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
17:10:52 [2022-07-20T17:10:52.594Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] DONE 17 tests, 17 skipped in 1.815s
17:10:52 [2022-07-20T17:10:52.594Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
17:10:52 [2022-07-20T17:10:52.594Z] INFO: Testing against a local daemon
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
17:10:52 [2022-07-20T17:10:52.594Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
17:10:52 [2022-07-20T17:10:52.594Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/pull
17:10:52 [2022-07-20T17:10:52.594Z] === PAUSE TestPluginInvalidJSON/plugins/pull
17:10:52 [2022-07-20T17:10:52.594Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
17:10:52 [2022-07-20T17:10:52.594Z] === CONT  TestPluginInvalidJSON/plugins/pull
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
17:10:52 [2022-07-20T17:10:52.594Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
17:10:52 [2022-07-20T17:10:52.594Z] --- PASS: TestPluginInvalidJSON (0.02s)
17:10:52 [2022-07-20T17:10:52.594Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginInstall
17:10:52 [2022-07-20T17:10:52.594Z]     plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] --- SKIP: TestPluginInstall (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginsWithRuntimes
17:10:52 [2022-07-20T17:10:52.594Z]     plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
17:10:52 [2022-07-20T17:10:52.594Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z] === RUN   TestPluginBackCompatMediaTypes
17:10:52 [2022-07-20T17:10:52.594Z]     plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
17:10:52 [2022-07-20T17:10:52.594Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z] PASS
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === Skipped
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
17:10:52 [2022-07-20T17:10:52.594Z]     plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
17:10:52 [2022-07-20T17:10:52.594Z] 
17:10:52 [2022-07-20T17:10:52.594Z] DONE 19 tests, 3 skipped in 0.149s
17:10:52 [2022-07-20T17:10:52.594Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
17:10:52 [2022-07-20T17:10:52.811Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:10:52 [2022-07-20T17:10:52.850Z] INFO: Testing against a local daemon
17:10:52 [2022-07-20T17:10:52.850Z] === RUN   TestExternalGraphDriver
17:10:53 [2022-07-20T17:10:53.106Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
17:10:53 [2022-07-20T17:10:53.106Z] --- SKIP: TestExternalGraphDriver (0.34s)
17:10:53 [2022-07-20T17:10:53.106Z] === RUN   TestGraphdriverPluginV2
17:10:53 [2022-07-20T17:10:53.748Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:10:53 [2022-07-20T17:10:53.748Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:10:54 [2022-07-20T17:10:54.684Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:10:54 [2022-07-20T17:10:54.731Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.15s)
17:10:54 [2022-07-20T17:10:54.731Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:10:54 [2022-07-20T17:10:54.943Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:10:57 [2022-07-20T17:10:57.071Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
17:10:57 [2022-07-20T17:10:57.279Z] --- PASS: TestGraphdriverPluginV2 (3.66s)
17:10:57 [2022-07-20T17:10:57.280Z] PASS
17:10:57 [2022-07-20T17:10:57.280Z] 
17:10:57 [2022-07-20T17:10:57.280Z] === Skipped
17:10:57 [2022-07-20T17:10:57.280Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.34s)
17:10:57 [2022-07-20T17:10:57.280Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
17:10:57 [2022-07-20T17:10:57.280Z] 
17:10:57 [2022-07-20T17:10:57.280Z] DONE 2 tests, 1 skipped in 4.095s
17:10:57 [2022-07-20T17:10:57.280Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
17:10:57 [2022-07-20T17:10:57.280Z] INFO: Testing against a local daemon
17:10:57 [2022-07-20T17:10:57.280Z] === RUN   TestContinueAfterPluginCrash
17:10:57 [2022-07-20T17:10:57.280Z] === PAUSE TestContinueAfterPluginCrash
17:10:57 [2022-07-20T17:10:57.280Z] === RUN   TestReadPluginNoRead
17:10:57 [2022-07-20T17:10:57.280Z] === PAUSE TestReadPluginNoRead
17:10:57 [2022-07-20T17:10:57.280Z] === RUN   TestDaemonStartWithLogOpt
17:10:57 [2022-07-20T17:10:57.280Z] === PAUSE TestDaemonStartWithLogOpt
17:10:57 [2022-07-20T17:10:57.280Z] === CONT  TestContinueAfterPluginCrash
17:10:57 [2022-07-20T17:10:57.280Z] === CONT  TestDaemonStartWithLogOpt
17:10:58 [2022-07-20T17:10:58.233Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:10:58 [2022-07-20T17:10:58.233Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:11:00 [2022-07-20T17:11:00.139Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:11:01 [2022-07-20T17:11:01.503Z] --- PASS: TestDaemonStartWithLogOpt (4.27s)
17:11:01 [2022-07-20T17:11:01.503Z] === CONT  TestReadPluginNoRead
17:11:02 [2022-07-20T17:11:02.044Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:11:02 [2022-07-20T17:11:02.044Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:11:03 [2022-07-20T17:11:03.392Z] === RUN   TestReadPluginNoRead/default
17:11:03 [2022-07-20T17:11:03.424Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:11:03 [2022-07-20T17:11:03.991Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:11:04 [2022-07-20T17:11:04.757Z] === RUN   TestReadPluginNoRead/disabled_caching
17:11:05 [2022-07-20T17:11:05.368Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:11:06 [2022-07-20T17:11:06.121Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:11:06 [2022-07-20T17:11:06.121Z] --- PASS: TestContinueAfterPluginCrash (9.16s)
17:11:06 [2022-07-20T17:11:06.745Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.70s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.97s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.37s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.33s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.87s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.61s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.86s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.70s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.87s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.64s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.71s)
17:11:06 [2022-07-20T17:11:06.745Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s)
17:11:06 [2022-07-20T17:11:06.745Z] === RUN   TestCgroupNamespacesRun
17:11:07 [2022-07-20T17:11:07.485Z] === CONT  TestReadPluginNoRead
17:11:07 [2022-07-20T17:11:07.485Z]     read_test.go:92: [d92926df900ab] daemon is not started
17:11:07 [2022-07-20T17:11:07.485Z] --- PASS: TestReadPluginNoRead (6.14s)
17:11:07 [2022-07-20T17:11:07.485Z]     --- PASS: TestReadPluginNoRead/default (1.25s)
17:11:07 [2022-07-20T17:11:07.485Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.33s)
17:11:07 [2022-07-20T17:11:07.485Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.32s)
17:11:07 [2022-07-20T17:11:07.485Z] PASS
17:11:07 [2022-07-20T17:11:07.485Z] 
17:11:07 [2022-07-20T17:11:07.485Z] DONE 6 tests in 10.513s
17:11:07 [2022-07-20T17:11:07.485Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
17:11:07 [2022-07-20T17:11:07.485Z] testing: warning: no tests to run
17:11:07 [2022-07-20T17:11:07.485Z] PASS
17:11:07 [2022-07-20T17:11:07.485Z] 
17:11:07 [2022-07-20T17:11:07.485Z] DONE 0 tests in 0.046s
17:11:07 [2022-07-20T17:11:07.485Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
17:11:07 [2022-07-20T17:11:07.485Z] INFO: Testing against a local daemon
17:11:07 [2022-07-20T17:11:07.485Z] === RUN   TestPluginWithDevMounts
17:11:07 [2022-07-20T17:11:07.485Z]     mounts_test.go:20: (*Execution).IsRootless-fm
17:11:07 [2022-07-20T17:11:07.485Z] --- SKIP: TestPluginWithDevMounts (0.00s)
17:11:07 [2022-07-20T17:11:07.485Z] PASS
17:11:07 [2022-07-20T17:11:07.485Z] 
17:11:07 [2022-07-20T17:11:07.485Z] === Skipped
17:11:07 [2022-07-20T17:11:07.485Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
17:11:07 [2022-07-20T17:11:07.485Z]     mounts_test.go:20: (*Execution).IsRootless-fm
17:11:07 [2022-07-20T17:11:07.485Z] 
17:11:07 [2022-07-20T17:11:07.485Z] DONE 1 tests, 1 skipped in 0.124s
17:11:07 [2022-07-20T17:11:07.485Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
17:11:07 [2022-07-20T17:11:07.485Z] INFO: Testing against a local daemon
17:11:07 [2022-07-20T17:11:07.485Z] === RUN   TestSecretInspect
17:11:07 [2022-07-20T17:11:07.485Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.485Z] --- SKIP: TestSecretInspect (0.01s)
17:11:07 [2022-07-20T17:11:07.485Z] === RUN   TestSecretList
17:11:07 [2022-07-20T17:11:07.485Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.485Z] --- SKIP: TestSecretList (0.02s)
17:11:07 [2022-07-20T17:11:07.485Z] === RUN   TestSecretsCreateAndDelete
17:11:07 [2022-07-20T17:11:07.485Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.741Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
17:11:07 [2022-07-20T17:11:07.741Z] === RUN   TestSecretsUpdate
17:11:07 [2022-07-20T17:11:07.741Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.741Z] --- SKIP: TestSecretsUpdate (0.01s)
17:11:07 [2022-07-20T17:11:07.741Z] === RUN   TestTemplatedSecret
17:11:07 [2022-07-20T17:11:07.741Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] --- SKIP: TestTemplatedSecret (0.00s)
17:11:07 [2022-07-20T17:11:07.742Z] === RUN   TestSecretCreateResolve
17:11:07 [2022-07-20T17:11:07.742Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] --- SKIP: TestSecretCreateResolve (0.01s)
17:11:07 [2022-07-20T17:11:07.742Z] PASS
17:11:07 [2022-07-20T17:11:07.742Z] 
17:11:07 [2022-07-20T17:11:07.742Z] === Skipped
17:11:07 [2022-07-20T17:11:07.742Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s)
17:11:07 [2022-07-20T17:11:07.742Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] 
17:11:07 [2022-07-20T17:11:07.742Z] === SKIP: amd64.integration.secret TestSecretList (0.02s)
17:11:07 [2022-07-20T17:11:07.742Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] 
17:11:07 [2022-07-20T17:11:07.742Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
17:11:07 [2022-07-20T17:11:07.742Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] 
17:11:07 [2022-07-20T17:11:07.742Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
17:11:07 [2022-07-20T17:11:07.742Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] 
17:11:07 [2022-07-20T17:11:07.742Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
17:11:07 [2022-07-20T17:11:07.742Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] 
17:11:07 [2022-07-20T17:11:07.742Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
17:11:07 [2022-07-20T17:11:07.742Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] 
17:11:07 [2022-07-20T17:11:07.742Z] DONE 6 tests, 6 skipped in 0.183s
17:11:07 [2022-07-20T17:11:07.742Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
17:11:07 [2022-07-20T17:11:07.742Z] INFO: Testing against a local daemon
17:11:07 [2022-07-20T17:11:07.742Z] === RUN   TestServiceCreateInit
17:11:07 [2022-07-20T17:11:07.742Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:11:07 [2022-07-20T17:11:07.742Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:11:07 [2022-07-20T17:11:07.742Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] --- PASS: TestServiceCreateInit (0.02s)
17:11:07 [2022-07-20T17:11:07.742Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
17:11:07 [2022-07-20T17:11:07.742Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
17:11:07 [2022-07-20T17:11:07.742Z] === RUN   TestCreateServiceMultipleTimes
17:11:07 [2022-07-20T17:11:07.742Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
17:11:07 [2022-07-20T17:11:07.742Z] === RUN   TestCreateServiceConflict
17:11:07 [2022-07-20T17:11:07.742Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] --- SKIP: TestCreateServiceConflict (0.02s)
17:11:07 [2022-07-20T17:11:07.742Z] === RUN   TestCreateServiceMaxReplicas
17:11:07 [2022-07-20T17:11:07.742Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
17:11:07 [2022-07-20T17:11:07.742Z] === RUN   TestCreateWithDuplicateNetworkNames
17:11:07 [2022-07-20T17:11:07.742Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
17:11:07 [2022-07-20T17:11:07.742Z] === RUN   TestCreateServiceSecretFileMode
17:11:07 [2022-07-20T17:11:07.742Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.742Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
17:11:07 [2022-07-20T17:11:07.742Z] === RUN   TestCreateServiceConfigFileMode
17:11:07 [2022-07-20T17:11:07.997Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.997Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
17:11:07 [2022-07-20T17:11:07.997Z] === RUN   TestCreateServiceSysctls
17:11:07 [2022-07-20T17:11:07.997Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.997Z] --- SKIP: TestCreateServiceSysctls (0.03s)
17:11:07 [2022-07-20T17:11:07.997Z] === RUN   TestCreateServiceCapabilities
17:11:07 [2022-07-20T17:11:07.997Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.997Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
17:11:07 [2022-07-20T17:11:07.997Z] === RUN   TestInspect
17:11:07 [2022-07-20T17:11:07.997Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.997Z] --- SKIP: TestInspect (0.01s)
17:11:07 [2022-07-20T17:11:07.997Z] === RUN   TestCreateJob
17:11:07 [2022-07-20T17:11:07.997Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.997Z] --- SKIP: TestCreateJob (0.01s)
17:11:07 [2022-07-20T17:11:07.997Z] === RUN   TestReplicatedJob
17:11:07 [2022-07-20T17:11:07.997Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.997Z] --- SKIP: TestReplicatedJob (0.01s)
17:11:07 [2022-07-20T17:11:07.997Z] === RUN   TestUpdateReplicatedJob
17:11:07 [2022-07-20T17:11:07.997Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.997Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
17:11:07 [2022-07-20T17:11:07.997Z] === RUN   TestServiceListWithStatuses
17:11:07 [2022-07-20T17:11:07.997Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:11:07 [2022-07-20T17:11:07.997Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:11:07 [2022-07-20T17:11:07.997Z] === RUN   TestDockerNetworkConnectAlias
17:11:07 [2022-07-20T17:11:07.997Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.997Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
17:11:07 [2022-07-20T17:11:07.997Z] === RUN   TestDockerNetworkReConnect
17:11:07 [2022-07-20T17:11:07.997Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:07 [2022-07-20T17:11:07.997Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
17:11:07 [2022-07-20T17:11:07.997Z] === RUN   TestServicePlugin
17:11:08 [2022-07-20T17:11:08.121Z] --- PASS: TestCgroupNamespacesRun (1.13s)
17:11:08 [2022-07-20T17:11:08.121Z] === RUN   TestCgroupNamespacesRunPrivileged
17:11:09 [2022-07-20T17:11:09.058Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.16s)
17:11:09 [2022-07-20T17:11:09.058Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:11:09 [2022-07-20T17:11:09.887Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:09 [2022-07-20T17:11:09.887Z] --- SKIP: TestServicePlugin (1.94s)
17:11:09 [2022-07-20T17:11:09.887Z] === RUN   TestServiceUpdateLabel
17:11:09 [2022-07-20T17:11:09.887Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:09 [2022-07-20T17:11:09.887Z] --- SKIP: TestServiceUpdateLabel (0.01s)
17:11:09 [2022-07-20T17:11:09.887Z] === RUN   TestServiceUpdateSecrets
17:11:09 [2022-07-20T17:11:09.887Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:09 [2022-07-20T17:11:09.887Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
17:11:09 [2022-07-20T17:11:09.887Z] === RUN   TestServiceUpdateConfigs
17:11:09 [2022-07-20T17:11:09.887Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:09 [2022-07-20T17:11:09.887Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
17:11:09 [2022-07-20T17:11:09.887Z] === RUN   TestServiceUpdateNetwork
17:11:09 [2022-07-20T17:11:09.887Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:09 [2022-07-20T17:11:09.887Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
17:11:09 [2022-07-20T17:11:09.887Z] === RUN   TestServiceUpdatePidsLimit
17:11:10 [2022-07-20T17:11:10.143Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s)
17:11:10 [2022-07-20T17:11:10.143Z] PASS
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === Skipped
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
17:11:10 [2022-07-20T17:11:10.143Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
17:11:10 [2022-07-20T17:11:10.143Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s)
17:11:10 [2022-07-20T17:11:10.143Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s)
17:11:10 [2022-07-20T17:11:10.143Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s)
17:11:10 [2022-07-20T17:11:10.143Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestInspect (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
17:11:10 [2022-07-20T17:11:10.143Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestServicePlugin (1.94s)
17:11:10 [2022-07-20T17:11:10.143Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
17:11:10 [2022-07-20T17:11:10.143Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s)
17:11:10 [2022-07-20T17:11:10.143Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] DONE 24 tests, 23 skipped in 2.389s
17:11:10 [2022-07-20T17:11:10.143Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
17:11:10 [2022-07-20T17:11:10.143Z] INFO: Testing against a local daemon
17:11:10 [2022-07-20T17:11:10.143Z] === RUN   TestSessionCreate
17:11:10 [2022-07-20T17:11:10.143Z] --- PASS: TestSessionCreate (0.03s)
17:11:10 [2022-07-20T17:11:10.143Z] === RUN   TestSessionCreateWithBadUpgrade
17:11:10 [2022-07-20T17:11:10.143Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
17:11:10 [2022-07-20T17:11:10.143Z] PASS
17:11:10 [2022-07-20T17:11:10.143Z] 
17:11:10 [2022-07-20T17:11:10.143Z] DONE 2 tests in 0.151s
17:11:10 [2022-07-20T17:11:10.143Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
17:11:10 [2022-07-20T17:11:10.399Z] INFO: Testing against a local daemon
17:11:10 [2022-07-20T17:11:10.399Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:11:10 [2022-07-20T17:11:10.399Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:11:10 [2022-07-20T17:11:10.399Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
17:11:10 [2022-07-20T17:11:10.399Z] === RUN   TestDiskUsage
17:11:10 [2022-07-20T17:11:10.399Z] === PAUSE TestDiskUsage
17:11:10 [2022-07-20T17:11:10.399Z] === RUN   TestEventsExecDie
17:11:10 [2022-07-20T17:11:10.435Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s)
17:11:10 [2022-07-20T17:11:10.435Z] === RUN   TestCgroupNamespacesRunHostMode
17:11:10 [2022-07-20T17:11:10.960Z] --- PASS: TestEventsExecDie (0.51s)
17:11:10 [2022-07-20T17:11:10.960Z] === RUN   TestEventsBackwardsCompatible
17:11:10 [2022-07-20T17:11:10.960Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
17:11:10 [2022-07-20T17:11:10.960Z] === RUN   TestEventsVolumeCreate
17:11:10 [2022-07-20T17:11:10.960Z] --- PASS: TestEventsVolumeCreate (0.05s)
17:11:10 [2022-07-20T17:11:10.960Z] === RUN   TestInfoBinaryCommits
17:11:10 [2022-07-20T17:11:10.960Z] --- PASS: TestInfoBinaryCommits (0.02s)
17:11:10 [2022-07-20T17:11:10.960Z] === RUN   TestInfoAPIVersioned
17:11:10 [2022-07-20T17:11:10.960Z] --- PASS: TestInfoAPIVersioned (0.01s)
17:11:10 [2022-07-20T17:11:10.960Z] === RUN   TestInfoAPI
17:11:10 [2022-07-20T17:11:10.960Z] --- PASS: TestInfoAPI (0.02s)
17:11:10 [2022-07-20T17:11:10.960Z] === RUN   TestInfoAPIWarnings
17:11:11 [2022-07-20T17:11:11.372Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s)
17:11:11 [2022-07-20T17:11:11.372Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:11:12 [2022-07-20T17:11:12.749Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s)
17:11:12 [2022-07-20T17:11:12.749Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:11:12 [2022-07-20T17:11:12.802Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.86s)
17:11:12 [2022-07-20T17:11:12.802Z] PASS
17:11:12 [2022-07-20T17:11:12.802Z] 
17:11:12 [2022-07-20T17:11:12.802Z] DONE 17 tests in 48.069s
17:11:12 [2022-07-20T17:11:12.802Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
17:11:12 [2022-07-20T17:11:12.802Z] INFO: Testing against a local daemon
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
17:11:12 [2022-07-20T17:11:12.802Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
17:11:12 [2022-07-20T17:11:12.802Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/pull
17:11:12 [2022-07-20T17:11:12.802Z] === PAUSE TestPluginInvalidJSON/plugins/pull
17:11:12 [2022-07-20T17:11:12.802Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
17:11:12 [2022-07-20T17:11:12.802Z] === CONT  TestPluginInvalidJSON/plugins/pull
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
17:11:12 [2022-07-20T17:11:12.802Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
17:11:12 [2022-07-20T17:11:12.802Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
17:11:12 [2022-07-20T17:11:12.802Z] --- PASS: TestPluginInvalidJSON (0.02s)
17:11:12 [2022-07-20T17:11:12.802Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
17:11:12 [2022-07-20T17:11:12.802Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
17:11:12 [2022-07-20T17:11:12.802Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
17:11:12 [2022-07-20T17:11:12.802Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
17:11:12 [2022-07-20T17:11:12.802Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
17:11:12 [2022-07-20T17:11:12.802Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
17:11:12 [2022-07-20T17:11:12.802Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
17:11:12 [2022-07-20T17:11:12.802Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
17:11:12 [2022-07-20T17:11:12.803Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
17:11:12 [2022-07-20T17:11:12.803Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
17:11:12 [2022-07-20T17:11:12.803Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
17:11:12 [2022-07-20T17:11:12.803Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
17:11:12 [2022-07-20T17:11:12.803Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
17:11:12 [2022-07-20T17:11:12.803Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
17:11:12 [2022-07-20T17:11:12.803Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
17:11:12 [2022-07-20T17:11:12.803Z] === RUN   TestPluginInstall
17:11:12 [2022-07-20T17:11:12.803Z] === RUN   TestPluginInstall/no_auth
17:11:12 [2022-07-20T17:11:12.803Z] time="2022-07-20T17:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:11:12 [2022-07-20T17:11:12.803Z] time="2022-07-20T17:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2fd33474352a2655135e108c65cbafbea0edfc775e52bc537a8c938beac77ccd" mediatype=application/vnd.docker.plugin.v1+json size=522
17:11:12 [2022-07-20T17:11:12.803Z] time="2022-07-20T17:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:11:12 [2022-07-20T17:11:12.803Z] time="2022-07-20T17:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2fd33474352a2655135e108c65cbafbea0edfc775e52bc537a8c938beac77ccd" mediatype=application/vnd.docker.plugin.v1+json size=522
17:11:12 [2022-07-20T17:11:12.803Z] === RUN   TestPluginInstall/with_htpasswd
17:11:13 [2022-07-20T17:11:13.061Z] time="2022-07-20T17:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:11:13 [2022-07-20T17:11:13.061Z] time="2022-07-20T17:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2fd33474352a2655135e108c65cbafbea0edfc775e52bc537a8c938beac77ccd" mediatype=application/vnd.docker.plugin.v1+json size=522
17:11:13 [2022-07-20T17:11:13.061Z] time="2022-07-20T17:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:11:13 [2022-07-20T17:11:13.061Z] time="2022-07-20T17:11:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2fd33474352a2655135e108c65cbafbea0edfc775e52bc537a8c938beac77ccd" mediatype=application/vnd.docker.plugin.v1+json size=522
17:11:13 [2022-07-20T17:11:13.319Z] === RUN   TestPluginInstall/with_insecure
17:11:13 [2022-07-20T17:11:13.686Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s)
17:11:13 [2022-07-20T17:11:13.686Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:11:14 [2022-07-20T17:11:14.254Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s)
17:11:14 [2022-07-20T17:11:14.254Z] === RUN   TestCgroupNamespacesRunOlderClient
17:11:14 [2022-07-20T17:11:14.254Z] time="2022-07-20T17:11:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:11:14 [2022-07-20T17:11:14.254Z] time="2022-07-20T17:11:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b340c7f95651e00d216690dddc6a6771563220dd357a2597528d56a1f5dec56" mediatype=application/vnd.docker.plugin.v1+json size=522
17:11:14 [2022-07-20T17:11:14.254Z] time="2022-07-20T17:11:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:11:14 [2022-07-20T17:11:14.254Z] time="2022-07-20T17:11:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b340c7f95651e00d216690dddc6a6771563220dd357a2597528d56a1f5dec56" mediatype=application/vnd.docker.plugin.v1+json size=522
17:11:14 [2022-07-20T17:11:14.513Z]     plugin_test.go:195: [d730e115f27f3] daemon is not started
17:11:14 [2022-07-20T17:11:14.513Z] --- PASS: TestPluginInstall (2.78s)
17:11:14 [2022-07-20T17:11:14.513Z]     --- PASS: TestPluginInstall/no_auth (1.07s)
17:11:14 [2022-07-20T17:11:14.513Z]     --- PASS: TestPluginInstall/with_htpasswd (0.62s)
17:11:14 [2022-07-20T17:11:14.513Z]     --- PASS: TestPluginInstall/with_insecure (1.09s)
17:11:14 [2022-07-20T17:11:14.513Z] === RUN   TestPluginsWithRuntimes
17:11:15 [2022-07-20T17:11:15.632Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s)
17:11:15 [2022-07-20T17:11:15.632Z] === RUN   TestNISDomainname
17:11:15 [2022-07-20T17:11:15.886Z] === RUN   TestPluginsWithRuntimes/No_Args
17:11:15 [2022-07-20T17:11:15.891Z] --- PASS: TestNISDomainname (0.49s)
17:11:15 [2022-07-20T17:11:15.891Z] === RUN   TestHostnameDnsResolution
17:11:16 [2022-07-20T17:11:16.818Z] === RUN   TestPluginsWithRuntimes/With_Args
17:11:16 [2022-07-20T17:11:16.827Z] --- PASS: TestHostnameDnsResolution (0.74s)
17:11:16 [2022-07-20T17:11:16.827Z] === RUN   TestUnprivilegedPortsAndPing
17:11:17 [2022-07-20T17:11:17.086Z] --- PASS: TestUnprivilegedPortsAndPing (0.51s)
17:11:17 [2022-07-20T17:11:17.086Z] === RUN   TestPrivilegedHostDevices
17:11:17 [2022-07-20T17:11:17.653Z] --- PASS: TestPrivilegedHostDevices (0.45s)
17:11:17 [2022-07-20T17:11:17.653Z] === RUN   TestRunConsoleSize
17:11:17 [2022-07-20T17:11:17.751Z] --- PASS: TestPluginsWithRuntimes (3.34s)
17:11:17 [2022-07-20T17:11:17.751Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.88s)
17:11:17 [2022-07-20T17:11:17.751Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
17:11:17 [2022-07-20T17:11:17.751Z] === RUN   TestPluginBackCompatMediaTypes
17:11:17 [2022-07-20T17:11:17.913Z] --- PASS: TestRunConsoleSize (0.41s)
17:11:17 [2022-07-20T17:11:17.913Z] === RUN   TestStats
17:11:18 [2022-07-20T17:11:18.316Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s)
17:11:18 [2022-07-20T17:11:18.316Z] PASS
17:11:18 [2022-07-20T17:11:18.316Z] 
17:11:18 [2022-07-20T17:11:18.316Z] DONE 24 tests in 6.734s
17:11:18 [2022-07-20T17:11:18.316Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
17:11:18 [2022-07-20T17:11:18.316Z] INFO: Testing against a local daemon
17:11:18 [2022-07-20T17:11:18.316Z] === RUN   TestExternalGraphDriver
17:11:18 [2022-07-20T17:11:18.882Z] === RUN   TestExternalGraphDriver/json
17:11:20 [2022-07-20T17:11:20.444Z] --- PASS: TestStats (2.42s)
17:11:20 [2022-07-20T17:11:20.445Z] === RUN   TestStopContainerWithTimeout
17:11:20 [2022-07-20T17:11:20.445Z] === RUN   TestStopContainerWithTimeout/0
17:11:20 [2022-07-20T17:11:20.445Z] === PAUSE TestStopContainerWithTimeout/0
17:11:20 [2022-07-20T17:11:20.445Z] === RUN   TestStopContainerWithTimeout/1
17:11:20 [2022-07-20T17:11:20.445Z] === PAUSE TestStopContainerWithTimeout/1
17:11:20 [2022-07-20T17:11:20.445Z] === RUN   TestStopContainerWithTimeout/3
17:11:20 [2022-07-20T17:11:20.445Z] === PAUSE TestStopContainerWithTimeout/3
17:11:20 [2022-07-20T17:11:20.445Z] === RUN   TestStopContainerWithTimeout/-1
17:11:20 [2022-07-20T17:11:20.445Z] === PAUSE TestStopContainerWithTimeout/-1
17:11:20 [2022-07-20T17:11:20.445Z] === CONT  TestStopContainerWithTimeout/0
17:11:20 [2022-07-20T17:11:20.445Z] === CONT  TestStopContainerWithTimeout/3
17:11:20 [2022-07-20T17:11:20.782Z] === RUN   TestExternalGraphDriver/spec
17:11:21 [2022-07-20T17:11:21.013Z] === CONT  TestStopContainerWithTimeout/-1
17:11:22 [2022-07-20T17:11:22.155Z] === RUN   TestExternalGraphDriver/pull
17:11:22 [2022-07-20T17:11:22.916Z] === CONT  TestStopContainerWithTimeout/1
17:11:24 [2022-07-20T17:11:24.054Z] --- PASS: TestExternalGraphDriver (5.36s)
17:11:24 [2022-07-20T17:11:24.054Z]     --- PASS: TestExternalGraphDriver/json (1.67s)
17:11:24 [2022-07-20T17:11:24.054Z]     --- PASS: TestExternalGraphDriver/spec (1.65s)
17:11:24 [2022-07-20T17:11:24.054Z]     --- PASS: TestExternalGraphDriver/pull (1.69s)
17:11:24 [2022-07-20T17:11:24.054Z] === RUN   TestGraphdriverPluginV2
17:11:24 [2022-07-20T17:11:24.293Z] --- PASS: TestStopContainerWithTimeout (0.01s)
17:11:24 [2022-07-20T17:11:24.293Z]     --- PASS: TestStopContainerWithTimeout/0 (0.63s)
17:11:24 [2022-07-20T17:11:24.293Z]     --- PASS: TestStopContainerWithTimeout/3 (2.51s)
17:11:24 [2022-07-20T17:11:24.293Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.35s)
17:11:24 [2022-07-20T17:11:24.293Z]     --- PASS: TestStopContainerWithTimeout/1 (1.41s)
17:11:24 [2022-07-20T17:11:24.293Z] === RUN   TestDeleteDevicemapper
17:11:24 [2022-07-20T17:11:24.293Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:11:24 [2022-07-20T17:11:24.293Z] --- SKIP: TestDeleteDevicemapper (0.00s)
17:11:24 [2022-07-20T17:11:24.293Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:11:25 [2022-07-20T17:11:25.671Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.30s)
17:11:25 [2022-07-20T17:11:25.671Z] === RUN   TestUpdateMemory
17:11:26 [2022-07-20T17:11:26.240Z] --- PASS: TestUpdateMemory (0.49s)
17:11:26 [2022-07-20T17:11:26.240Z] === RUN   TestUpdateCPUQuota
17:11:26 [2022-07-20T17:11:26.807Z] --- PASS: TestUpdateCPUQuota (0.67s)
17:11:26 [2022-07-20T17:11:26.807Z] === RUN   TestUpdatePidsLimit
17:11:26 [2022-07-20T17:11:26.807Z] === RUN   TestUpdatePidsLimit/update_from_none
17:11:27 [2022-07-20T17:11:27.067Z] === RUN   TestUpdatePidsLimit/no_change
17:11:27 [2022-07-20T17:11:27.067Z] === RUN   TestUpdatePidsLimit/update_lower
17:11:27 [2022-07-20T17:11:27.326Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
17:11:27 [2022-07-20T17:11:27.585Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
17:11:27 [2022-07-20T17:11:27.844Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
17:11:27 [2022-07-20T17:11:27.844Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
17:11:28 [2022-07-20T17:11:28.235Z] --- PASS: TestGraphdriverPluginV2 (4.26s)
17:11:28 [2022-07-20T17:11:28.235Z] PASS
17:11:28 [2022-07-20T17:11:28.235Z] 
17:11:28 [2022-07-20T17:11:28.235Z] DONE 5 tests in 9.659s
17:11:28 [2022-07-20T17:11:28.235Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
17:11:28 [2022-07-20T17:11:28.235Z] INFO: Testing against a local daemon
17:11:28 [2022-07-20T17:11:28.235Z] === RUN   TestContinueAfterPluginCrash
17:11:28 [2022-07-20T17:11:28.235Z] === PAUSE TestContinueAfterPluginCrash
17:11:28 [2022-07-20T17:11:28.235Z] === RUN   TestReadPluginNoRead
17:11:28 [2022-07-20T17:11:28.235Z] === PAUSE TestReadPluginNoRead
17:11:28 [2022-07-20T17:11:28.235Z] === RUN   TestDaemonStartWithLogOpt
17:11:28 [2022-07-20T17:11:28.235Z] === PAUSE TestDaemonStartWithLogOpt
17:11:28 [2022-07-20T17:11:28.235Z] === CONT  TestContinueAfterPluginCrash
17:11:28 [2022-07-20T17:11:28.235Z] === CONT  TestDaemonStartWithLogOpt
17:11:28 [2022-07-20T17:11:28.782Z] --- PASS: TestUpdatePidsLimit (1.71s)
17:11:28 [2022-07-20T17:11:28.782Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.18s)
17:11:28 [2022-07-20T17:11:28.782Z]     --- PASS: TestUpdatePidsLimit/no_change (0.16s)
17:11:28 [2022-07-20T17:11:28.782Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.19s)
17:11:28 [2022-07-20T17:11:28.782Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s)
17:11:28 [2022-07-20T17:11:28.782Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s)
17:11:28 [2022-07-20T17:11:28.782Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
17:11:28 [2022-07-20T17:11:28.782Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s)
17:11:28 [2022-07-20T17:11:28.782Z] === RUN   TestUpdateRestartPolicy
17:11:28 [2022-07-20T17:11:28.994Z] --- PASS: TestInfoAPIWarnings (16.57s)
17:11:28 [2022-07-20T17:11:28.994Z] === RUN   TestInfoDebug
17:11:28 [2022-07-20T17:11:28.994Z] --- PASS: TestInfoDebug (0.54s)
17:11:28 [2022-07-20T17:11:28.994Z] === RUN   TestInfoInsecureRegistries
17:11:28 [2022-07-20T17:11:28.994Z] --- PASS: TestInfoInsecureRegistries (0.54s)
17:11:28 [2022-07-20T17:11:28.994Z] === RUN   TestInfoRegistryMirrors
17:11:29 [2022-07-20T17:11:29.249Z] --- PASS: TestInfoRegistryMirrors (0.54s)
17:11:29 [2022-07-20T17:11:29.249Z] === RUN   TestLoginFailsWithBadCredentials
17:11:29 [2022-07-20T17:11:29.505Z] --- PASS: TestLoginFailsWithBadCredentials (0.42s)
17:11:29 [2022-07-20T17:11:29.505Z] === RUN   TestPingCacheHeaders
17:11:29 [2022-07-20T17:11:29.505Z] --- PASS: TestPingCacheHeaders (0.03s)
17:11:29 [2022-07-20T17:11:29.505Z] === RUN   TestPingGet
17:11:29 [2022-07-20T17:11:29.505Z] --- PASS: TestPingGet (0.01s)
17:11:29 [2022-07-20T17:11:29.505Z] === RUN   TestPingHead
17:11:29 [2022-07-20T17:11:29.761Z] --- PASS: TestPingHead (0.04s)
17:11:29 [2022-07-20T17:11:29.761Z] === RUN   TestPingSwarmHeader
17:11:30 [2022-07-20T17:11:30.322Z] === RUN   TestPingSwarmHeader/before_swarm_init
17:11:30 [2022-07-20T17:11:30.882Z] === RUN   TestPingSwarmHeader/after_swarm_init
17:11:31 [2022-07-20T17:11:31.518Z] --- PASS: TestDaemonStartWithLogOpt (3.48s)
17:11:31 [2022-07-20T17:11:31.518Z] === CONT  TestReadPluginNoRead
17:11:31 [2022-07-20T17:11:31.810Z] === RUN   TestPingSwarmHeader/after_swarm_leave
17:11:31 [2022-07-20T17:11:31.810Z] --- PASS: TestPingSwarmHeader (2.11s)
17:11:31 [2022-07-20T17:11:31.810Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
17:11:31 [2022-07-20T17:11:31.810Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
17:11:31 [2022-07-20T17:11:31.810Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
17:11:31 [2022-07-20T17:11:31.810Z] === RUN   TestVersion
17:11:31 [2022-07-20T17:11:31.810Z] --- PASS: TestVersion (0.03s)
17:11:31 [2022-07-20T17:11:31.810Z] === CONT  TestDiskUsage
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/empty
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/empty/container_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/empty/image_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/empty/volume_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/empty/build-cache_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_LoadBusybox
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:11:32 [2022-07-20T17:11:32.371Z] === RUN   TestDiskUsage/after_container.Run
17:11:32 [2022-07-20T17:11:32.933Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:11:32 [2022-07-20T17:11:32.933Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:11:32 [2022-07-20T17:11:32.933Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:11:32 [2022-07-20T17:11:32.933Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:11:32 [2022-07-20T17:11:32.933Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:11:32 [2022-07-20T17:11:32.933Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:11:32 [2022-07-20T17:11:32.933Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:11:32 [2022-07-20T17:11:32.933Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:11:32 [2022-07-20T17:11:32.933Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:11:32 [2022-07-20T17:11:32.933Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:11:32 [2022-07-20T17:11:32.933Z] --- PASS: TestDiskUsage (1.22s)
17:11:32 [2022-07-20T17:11:32.933Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.16s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]     --- PASS: TestDiskUsage/after_container.Run (0.37s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s)
17:11:32 [2022-07-20T17:11:32.933Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s)
17:11:32 [2022-07-20T17:11:32.933Z] PASS
17:11:32 [2022-07-20T17:11:32.933Z] 
17:11:32 [2022-07-20T17:11:32.933Z] === Skipped
17:11:32 [2022-07-20T17:11:32.933Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
17:11:32 [2022-07-20T17:11:32.933Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:11:32 [2022-07-20T17:11:32.933Z] 
17:11:32 [2022-07-20T17:11:32.933Z] DONE 54 tests, 1 skipped in 22.815s
17:11:32 [2022-07-20T17:11:32.933Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
17:11:33 [2022-07-20T17:11:33.189Z] INFO: Testing against a local daemon
17:11:33 [2022-07-20T17:11:33.189Z] === RUN   TestVolumesCreateAndList
17:11:33 [2022-07-20T17:11:33.189Z] --- PASS: TestVolumesCreateAndList (0.02s)
17:11:33 [2022-07-20T17:11:33.189Z] === RUN   TestVolumesRemove
17:11:33 [2022-07-20T17:11:33.189Z] --- PASS: TestVolumesRemove (0.05s)
17:11:33 [2022-07-20T17:11:33.189Z] === RUN   TestVolumesInspect
17:11:33 [2022-07-20T17:11:33.189Z] --- PASS: TestVolumesInspect (0.02s)
17:11:33 [2022-07-20T17:11:33.189Z] === RUN   TestVolumesInvalidJSON
17:11:33 [2022-07-20T17:11:33.189Z] === RUN   TestVolumesInvalidJSON/volumes/create
17:11:33 [2022-07-20T17:11:33.189Z] === PAUSE TestVolumesInvalidJSON/volumes/create
17:11:33 [2022-07-20T17:11:33.189Z] === CONT  TestVolumesInvalidJSON/volumes/create
17:11:33 [2022-07-20T17:11:33.189Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
17:11:33 [2022-07-20T17:11:33.189Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
17:11:33 [2022-07-20T17:11:33.189Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
17:11:33 [2022-07-20T17:11:33.189Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
17:11:33 [2022-07-20T17:11:33.189Z] --- PASS: TestVolumesInvalidJSON (0.01s)
17:11:33 [2022-07-20T17:11:33.189Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
17:11:33 [2022-07-20T17:11:33.189Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
17:11:33 [2022-07-20T17:11:33.189Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
17:11:33 [2022-07-20T17:11:33.189Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
17:11:33 [2022-07-20T17:11:33.189Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
17:11:33 [2022-07-20T17:11:33.189Z] PASS
17:11:33 [2022-07-20T17:11:33.189Z] 
17:11:33 [2022-07-20T17:11:33.189Z] DONE 9 tests in 0.186s
17:11:33 [2022-07-20T17:11:33.189Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:11:33 [2022-07-20T17:11:33.189Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14200 is not a child of this shell
17:11:33 [2022-07-20T17:11:33.189Z] warning: PID 14200 from bundles/test-integration/docker.pid had a nonzero exit code
17:11:33 [2022-07-20T17:11:33.189Z] Leaving: AppArmorNo profiles have been unloaded.
17:11:33 [2022-07-20T17:11:33.189Z] 
17:11:33 [2022-07-20T17:11:33.189Z] Unloading profiles will leave already running processes permanently
17:11:33 [2022-07-20T17:11:33.189Z] unconfined, which can lead to unexpected situations.
17:11:33 [2022-07-20T17:11:33.189Z] 
17:11:33 [2022-07-20T17:11:33.189Z] To set a process to complain mode, use the command line tool
17:11:33 [2022-07-20T17:11:33.189Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:11:33 [2022-07-20T17:11:33.189Z] Removing test suite binaries
17:11:33 [2022-07-20T17:11:33.452Z] exiting test-integration
17:11:33 [2022-07-20T17:11:33.452Z] ++ exit 0
17:11:33 [2022-07-20T17:11:33.452Z] 
17:11:34 [2022-07-20T17:11:34.045Z] === RUN   TestReadPluginNoRead/default
Post stage
[Pipeline] junit
17:11:34 [2022-07-20T17:11:34.388Z] Recording test results
17:11:34 [2022-07-20T17:11:34.981Z] === RUN   TestReadPluginNoRead/disabled_caching
17:11:36 [2022-07-20T17:11:36.061Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:11:36 [2022-07-20T17:11:36.386Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:11:36 [2022-07-20T17:11:36.394Z] + echo Ensuring container killed.
17:11:36 [2022-07-20T17:11:36.394Z] Ensuring container killed.
17:11:36 [2022-07-20T17:11:36.394Z] + docker rm -vf docker-pr4
17:11:36 [2022-07-20T17:11:36.394Z] Error: No such container: docker-pr4
[Pipeline] sh
17:11:36 [2022-07-20T17:11:36.649Z] --- PASS: TestContinueAfterPluginCrash (8.49s)
17:11:36 [2022-07-20T17:11:36.674Z] + echo Chowning /workspace to jenkins user
17:11:36 [2022-07-20T17:11:36.674Z] Chowning /workspace to jenkins user
17:11:36 [2022-07-20T17:11:36.674Z] + id -u
17:11:36 [2022-07-20T17:11:36.674Z] + id -g
17:11:36 [2022-07-20T17:11:36.674Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43838:/workspace busybox chown -R 1000:1000 /workspace
17:11:36 [2022-07-20T17:11:36.674Z] Unable to find image 'busybox:latest' locally
17:11:36 [2022-07-20T17:11:36.930Z] latest: Pulling from library/busybox
17:11:36 [2022-07-20T17:11:36.930Z] 19d511225f94: Pulling fs layer
17:11:36 [2022-07-20T17:11:36.930Z] 19d511225f94: Download complete
17:11:37 [2022-07-20T17:11:37.185Z] 19d511225f94: Pull complete
17:11:37 [2022-07-20T17:11:37.185Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
17:11:37 [2022-07-20T17:11:37.185Z] Status: Downloaded newer image for busybox:latest
17:11:37 [2022-07-20T17:11:37.599Z] === CONT  TestReadPluginNoRead
17:11:37 [2022-07-20T17:11:37.599Z]     read_test.go:92: [d2fbb453dfc2a] daemon is not started
17:11:37 [2022-07-20T17:11:37.599Z] --- PASS: TestReadPluginNoRead (6.05s)
17:11:37 [2022-07-20T17:11:37.599Z]     --- PASS: TestReadPluginNoRead/default (1.28s)
17:11:37 [2022-07-20T17:11:37.599Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.24s)
17:11:37 [2022-07-20T17:11:37.599Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.29s)
17:11:37 [2022-07-20T17:11:37.599Z] PASS
17:11:37 [2022-07-20T17:11:37.599Z] 
17:11:37 [2022-07-20T17:11:37.599Z] DONE 6 tests in 9.558s
17:11:37 [2022-07-20T17:11:37.599Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
17:11:37 [2022-07-20T17:11:37.599Z] testing: warning: no tests to run
17:11:37 [2022-07-20T17:11:37.599Z] PASS
17:11:37 [2022-07-20T17:11:37.599Z] 
17:11:37 [2022-07-20T17:11:37.599Z] DONE 0 tests in 0.008s
17:11:37 [2022-07-20T17:11:37.599Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
17:11:37 [2022-07-20T17:11:37.599Z] INFO: Testing against a local daemon
17:11:37 [2022-07-20T17:11:37.599Z] === RUN   TestPluginWithDevMounts
17:11:37 [2022-07-20T17:11:37.599Z] === PAUSE TestPluginWithDevMounts
17:11:37 [2022-07-20T17:11:37.599Z] === CONT  TestPluginWithDevMounts
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:11:39 [2022-07-20T17:11:39.406Z] + bundleName=amd64-rootless
17:11:39 [2022-07-20T17:11:39.406Z] + echo Creating amd64-rootless-bundles.tar.gz
17:11:39 [2022-07-20T17:11:39.406Z] Creating amd64-rootless-bundles.tar.gz
17:11:39 [2022-07-20T17:11:39.406Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
17:11:39 [2022-07-20T17:11:39.406Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
[Pipeline] archiveArtifacts
17:11:39 [2022-07-20T17:11:39.415Z] Archiving artifacts
17:11:39 [2022-07-20T17:11:39.497Z] --- PASS: TestPluginWithDevMounts (1.61s)
17:11:39 [2022-07-20T17:11:39.497Z] PASS
17:11:39 [2022-07-20T17:11:39.497Z] 
17:11:39 [2022-07-20T17:11:39.497Z] DONE 1 tests in 1.631s
17:11:39 [2022-07-20T17:11:39.497Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
17:11:39 [2022-07-20T17:11:39.497Z] INFO: Testing against a local daemon
17:11:39 [2022-07-20T17:11:39.497Z] === RUN   TestSecretInspect
17:11:41 [2022-07-20T17:11:41.041Z] --- PASS: TestUpdateRestartPolicy (10.83s)
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestUpdateRestartWithAutoRemove
17:11:41 [2022-07-20T17:11:41.042Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s)
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestWaitNonBlocked
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:11:41 [2022-07-20T17:11:41.042Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:11:41 [2022-07-20T17:11:41.042Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:11:41 [2022-07-20T17:11:41.042Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:11:41 [2022-07-20T17:11:41.042Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:11:41 [2022-07-20T17:11:41.042Z] --- PASS: TestWaitNonBlocked (0.01s)
17:11:41 [2022-07-20T17:11:41.042Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.57s)
17:11:41 [2022-07-20T17:11:41.042Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s)
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestWaitBlocked
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:11:41 [2022-07-20T17:11:41.042Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:11:41 [2022-07-20T17:11:41.042Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:11:41 [2022-07-20T17:11:41.042Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:11:41 [2022-07-20T17:11:41.042Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:11:41 [2022-07-20T17:11:41.042Z] --- PASS: TestWaitBlocked (0.01s)
17:11:41 [2022-07-20T17:11:41.042Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.63s)
17:11:41 [2022-07-20T17:11:41.042Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s)
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestWaitConditions
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestWaitConditions/default
17:11:41 [2022-07-20T17:11:41.042Z] === PAUSE TestWaitConditions/default
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestWaitConditions/not-running
17:11:41 [2022-07-20T17:11:41.042Z] === PAUSE TestWaitConditions/not-running
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestWaitConditions/next-exit
17:11:41 [2022-07-20T17:11:41.042Z] === PAUSE TestWaitConditions/next-exit
17:11:41 [2022-07-20T17:11:41.042Z] === RUN   TestWaitConditions/removed
17:11:41 [2022-07-20T17:11:41.042Z] === PAUSE TestWaitConditions/removed
17:11:41 [2022-07-20T17:11:41.042Z] === CONT  TestWaitConditions/default
17:11:41 [2022-07-20T17:11:41.042Z] === CONT  TestWaitConditions/next-exit
17:11:41 [2022-07-20T17:11:41.087Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43838/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:11:41 [2022-07-20T17:11:41.398Z] --- PASS: TestSecretInspect (2.18s)
17:11:41 [2022-07-20T17:11:41.398Z] === RUN   TestSecretList
17:11:41 [2022-07-20T17:11:41.432Z] + make clean
17:11:41 [2022-07-20T17:11:41.687Z] docker volume rm -f docker-dev-cache docker-mod-cache
17:11:41 [2022-07-20T17:11:41.687Z] docker-dev-cache
17:11:41 [2022-07-20T17:11:41.687Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:11:42 [2022-07-20T17:11:42.950Z] === CONT  TestWaitConditions/not-running
17:11:42 [2022-07-20T17:11:42.950Z] === CONT  TestWaitConditions/removed
17:11:43 [2022-07-20T17:11:43.925Z] --- PASS: TestSecretList (2.22s)
17:11:43 [2022-07-20T17:11:43.925Z] === RUN   TestSecretsCreateAndDelete
17:11:44 [2022-07-20T17:11:44.326Z] --- PASS: TestWaitConditions (0.01s)
17:11:44 [2022-07-20T17:11:44.326Z]     --- PASS: TestWaitConditions/default (1.67s)
17:11:44 [2022-07-20T17:11:44.326Z]     --- PASS: TestWaitConditions/next-exit (1.71s)
17:11:44 [2022-07-20T17:11:44.326Z]     --- PASS: TestWaitConditions/not-running (1.45s)
17:11:44 [2022-07-20T17:11:44.326Z]     --- PASS: TestWaitConditions/removed (1.48s)
17:11:44 [2022-07-20T17:11:44.326Z] === CONT  TestContainerStartOnDaemonRestart
17:11:44 [2022-07-20T17:11:44.326Z] === CONT  TestRestartDaemonWithRestartingContainer
17:11:45 [2022-07-20T17:11:45.826Z] --- PASS: TestSecretsCreateAndDelete (2.18s)
17:11:45 [2022-07-20T17:11:45.826Z] === RUN   TestSecretsUpdate
17:11:46 [2022-07-20T17:11:46.860Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.18s)
17:11:46 [2022-07-20T17:11:46.860Z] === CONT  TestIpcModeOlderClient
17:11:46 [2022-07-20T17:11:46.860Z] --- PASS: TestContainerStartOnDaemonRestart (2.23s)
17:11:46 [2022-07-20T17:11:46.860Z] === CONT  TestContainerKillOnDaemonStart
17:11:46 [2022-07-20T17:11:46.860Z] --- PASS: TestIpcModeOlderClient (0.06s)
17:11:46 [2022-07-20T17:11:46.860Z] === CONT  TestDaemonHostGatewayIP
17:11:48 [2022-07-20T17:11:48.353Z] --- PASS: TestSecretsUpdate (2.21s)
17:11:48 [2022-07-20T17:11:48.353Z] === RUN   TestTemplatedSecret
17:11:48 [2022-07-20T17:11:48.765Z] === CONT  TestDaemonRestartIpcMode
17:11:48 [2022-07-20T17:11:48.765Z] --- PASS: TestDaemonHostGatewayIP (2.33s)
17:11:50 [2022-07-20T17:11:50.431Z] .........................xx....................                          [ 29%]
17:11:50 [2022-07-20T17:11:50.880Z] --- PASS: TestTemplatedSecret (2.59s)
17:11:50 [2022-07-20T17:11:50.880Z] === RUN   TestSecretCreateResolve
17:11:51 [2022-07-20T17:11:51.297Z] --- PASS: TestDaemonRestartIpcMode (2.15s)
17:11:52 [2022-07-20T17:11:52.780Z] --- PASS: TestSecretCreateResolve (2.22s)
17:11:52 [2022-07-20T17:11:52.780Z] PASS
17:11:52 [2022-07-20T17:11:52.780Z] 
17:11:52 [2022-07-20T17:11:52.780Z] DONE 6 tests in 13.630s
17:11:52 [2022-07-20T17:11:52.780Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
17:11:53 [2022-07-20T17:11:53.038Z] INFO: Testing against a local daemon
17:11:53 [2022-07-20T17:11:53.038Z] === RUN   TestServiceCreateInit
17:11:53 [2022-07-20T17:11:53.038Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:11:57 [2022-07-20T17:11:57.220Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:11:59 [2022-07-20T17:11:59.420Z] --- PASS: TestContainerKillOnDaemonStart (11.69s)
17:11:59 [2022-07-20T17:11:59.420Z] PASS
17:11:59 [2022-07-20T17:11:59.420Z] 
17:11:59 [2022-07-20T17:11:59.420Z] === Skipped
17:11:59 [2022-07-20T17:11:59.420Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
17:11:59 [2022-07-20T17:11:59.420Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:11:59 [2022-07-20T17:11:59.420Z] 
17:11:59 [2022-07-20T17:11:59.420Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:11:59 [2022-07-20T17:11:59.420Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:11:59 [2022-07-20T17:11:59.420Z] 
17:11:59 [2022-07-20T17:11:59.420Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
17:11:59 [2022-07-20T17:11:59.420Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:11:59 [2022-07-20T17:11:59.420Z] 
17:11:59 [2022-07-20T17:11:59.420Z] DONE 264 tests, 3 skipped in 121.048s
17:11:59 [2022-07-20T17:11:59.420Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
17:11:59 [2022-07-20T17:11:59.420Z] ++ 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
17:11:59 [2022-07-20T17:11:59.420Z] ++ set -e
17:11:59 [2022-07-20T17:11:59.420Z] ++ '[' -n 0 ']'
17:11:59 [2022-07-20T17:11:59.420Z] ++ set -x
17:11:59 [2022-07-20T17:11:59.420Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
17:11:59 [2022-07-20T17:11:59.420Z] === RUN   TestConfigDaemonLibtrustID
17:11:59 [2022-07-20T17:11:59.420Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
17:11:59 [2022-07-20T17:11:59.420Z] === RUN   TestConfigDaemonID
17:11:59 [2022-07-20T17:11:59.988Z]     daemon_test.go:83: [dfe7b4b29e4be] daemon is not started
17:11:59 [2022-07-20T17:11:59.988Z] --- PASS: TestConfigDaemonID (1.04s)
17:11:59 [2022-07-20T17:11:59.988Z] === RUN   TestDaemonConfigValidation
17:11:59 [2022-07-20T17:11:59.988Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:11:59 [2022-07-20T17:11:59.988Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:11:59 [2022-07-20T17:11:59.988Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:11:59 [2022-07-20T17:11:59.988Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:11:59 [2022-07-20T17:11:59.988Z] === RUN   TestDaemonConfigValidation/invalid_config
17:11:59 [2022-07-20T17:11:59.988Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:11:59 [2022-07-20T17:11:59.988Z] === RUN   TestDaemonConfigValidation/malformed_config
17:11:59 [2022-07-20T17:11:59.988Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:11:59 [2022-07-20T17:11:59.988Z] === RUN   TestDaemonConfigValidation/valid_config
17:11:59 [2022-07-20T17:11:59.988Z] === PAUSE TestDaemonConfigValidation/valid_config
17:11:59 [2022-07-20T17:11:59.988Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:11:59 [2022-07-20T17:11:59.988Z] === CONT  TestDaemonConfigValidation/malformed_config
17:11:59 [2022-07-20T17:11:59.988Z] === CONT  TestDaemonConfigValidation/valid_config
17:11:59 [2022-07-20T17:11:59.988Z] === CONT  TestDaemonConfigValidation/invalid_config
17:11:59 [2022-07-20T17:11:59.988Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:11:59 [2022-07-20T17:11:59.988Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:11:59 [2022-07-20T17:11:59.988Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
17:11:59 [2022-07-20T17:11:59.988Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
17:11:59 [2022-07-20T17:11:59.988Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
17:11:59 [2022-07-20T17:11:59.988Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
17:11:59 [2022-07-20T17:11:59.988Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
17:11:59 [2022-07-20T17:11:59.988Z] === RUN   TestConfigDaemonSeccompProfiles
17:11:59 [2022-07-20T17:11:59.988Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:12:01 [2022-07-20T17:12:01.364Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:12:01 [2022-07-20T17:12:01.403Z] --- PASS: TestServiceCreateInit (7.78s)
17:12:01 [2022-07-20T17:12:01.404Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.86s)
17:12:01 [2022-07-20T17:12:01.404Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.90s)
17:12:01 [2022-07-20T17:12:01.404Z] === RUN   TestCreateServiceMultipleTimes
17:12:02 [2022-07-20T17:12:02.302Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:12:03 [2022-07-20T17:12:03.239Z] === CONT  TestConfigDaemonSeccompProfiles
17:12:03 [2022-07-20T17:12:03.239Z]     daemon_test.go:197: [d04b6779bc750] daemon is not started
17:12:03 [2022-07-20T17:12:03.239Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
17:12:03 [2022-07-20T17:12:03.239Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
17:12:03 [2022-07-20T17:12:03.239Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
17:12:03 [2022-07-20T17:12:03.239Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
17:12:03 [2022-07-20T17:12:03.239Z] === RUN   TestDaemonProxy
17:12:03 [2022-07-20T17:12:03.239Z] === RUN   TestDaemonProxy/environment_variables
17:12:05 [2022-07-20T17:12:05.142Z] === RUN   TestDaemonProxy/command-line_options
17:12:05 [2022-07-20T17:12:05.821Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:12:05 [2022-07-20T17:12:05.821Z] Using test binary docker
17:12:05 [2022-07-20T17:12:05.821Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:12:05 [2022-07-20T17:12:05.821Z] Using test binary docker
17:12:05 [2022-07-20T17:12:05.821Z] +++ /etc/init.d/apparmor start
17:12:05 [2022-07-20T17:12:05.821Z] +++ /etc/init.d/apparmor start
17:12:05 [2022-07-20T17:12:05.821Z] Starting: AppArmorStarting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:12:05 [2022-07-20T17:12:05.821Z] : already loaded with profiles.: Skipped. ... (warning).
17:12:05 [2022-07-20T17:12:05.821Z] INFO: Waiting for daemon to start...
17:12:05 [2022-07-20T17:12:05.821Z] INFO: Waiting for daemon to start...
17:12:05 [2022-07-20T17:12:05.821Z] Starting dockerd
17:12:05 [2022-07-20T17:12:05.821Z] +++ 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
17:12:05 [2022-07-20T17:12:05.821Z] Starting dockerd
17:12:05 [2022-07-20T17:12:05.821Z] +++ 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
17:12:05 [2022-07-20T17:12:05.821Z] ..
17:12:05 [2022-07-20T17:12:05.821Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:12:05 [2022-07-20T17:12:05.821Z] 
17:12:05 [2022-07-20T17:12:05.821Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:12:05 [2022-07-20T17:12:05.821Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:12:05 [2022-07-20T17:12:05.821Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:12:05 [2022-07-20T17:12:05.821Z] Error: No such image: emptyfs
17:12:05 [2022-07-20T17:12:05.821Z] Error: No such image: emptyfs
17:12:05 [2022-07-20T17:12:05.821Z] ++++ tar -cC bundles/test-integration/emptyfs .
17:12:05 [2022-07-20T17:12:05.821Z] ++++ docker load
17:12:05 [2022-07-20T17:12:05.821Z] ++++ tar -cC bundles/test-integration/emptyfs .
17:12:05 [2022-07-20T17:12:05.821Z] ++++ docker load
17:12:05 [2022-07-20T17:12:05.821Z] Running integration-test (iteration 1)
17:12:05 [2022-07-20T17:12:05.821Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
17:12:05 [2022-07-20T17:12:05.821Z] ++ 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)/'
17:12:05 [2022-07-20T17:12:05.821Z] ++ set -e
17:12:05 [2022-07-20T17:12:05.821Z] ++ '[' -n 0 ']'
17:12:05 [2022-07-20T17:12:05.821Z] ++ set -x
17:12:05 [2022-07-20T17:12:05.821Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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)/'
17:12:05 [2022-07-20T17:12:05.821Z] Running integration-test (iteration 1)
17:12:05 [2022-07-20T17:12:05.821Z] 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)/
17:12:05 [2022-07-20T17:12:05.821Z] ++ 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)/'
17:12:05 [2022-07-20T17:12:05.821Z] ++ set -e
17:12:05 [2022-07-20T17:12:05.821Z] ++ '[' -n 0 ']'
17:12:05 [2022-07-20T17:12:05.821Z] ++ set -x
17:12:05 [2022-07-20T17:12:05.821Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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)/'
17:12:05 [2022-07-20T17:12:05.821Z] Loaded image: busybox:latest
17:12:05 [2022-07-20T17:12:05.821Z] Loaded image: busybox:latest
17:12:05 [2022-07-20T17:12:05.821Z] Loaded image: busybox:glibc
17:12:05 [2022-07-20T17:12:05.821Z] Loaded image: busybox:glibc
17:12:05 [2022-07-20T17:12:05.821Z] Loaded image: debian:bullseye-slim
17:12:05 [2022-07-20T17:12:05.821Z] Loaded image: debian:bullseye-slim
17:12:05 [2022-07-20T17:12:05.821Z] Loaded image: hello-world:latest
17:12:05 [2022-07-20T17:12:05.821Z] Loaded image: hello-world:latest
17:12:05 [2022-07-20T17:12:05.821Z] Loaded image: arm32v7/hello-world:latest
17:12:05 [2022-07-20T17:12:05.821Z] INFO: Testing against a local daemon
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerDaemonSuite
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
17:12:05 [2022-07-20T17:12:05.821Z] Loaded image: arm32v7/hello-world:latest
17:12:05 [2022-07-20T17:12:05.821Z] INFO: Testing against a local daemon
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIErrorJSON
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIImagesDelete
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIImagesFilter
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIImagesHistory
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
17:12:05 [2022-07-20T17:12:05.821Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
17:12:06 [2022-07-20T17:12:06.389Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
17:12:06 [2022-07-20T17:12:06.648Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
17:12:06 [2022-07-20T17:12:06.940Z] tests/integration/api_exec_test.py .....................                 [ 34%]
17:12:07 [2022-07-20T17:12:07.046Z] === RUN   TestDaemonProxy/configuration_file
17:12:07 [2022-07-20T17:12:07.587Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
17:12:08 [2022-07-20T17:12:08.156Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
17:12:08 [2022-07-20T17:12:08.422Z] === RUN   TestDaemonProxy/conflicting_options
17:12:08 [2022-07-20T17:12:08.725Z] === RUN   TestDockerSuite/TestAPINetworkFilter
17:12:08 [2022-07-20T17:12:08.725Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
17:12:08 [2022-07-20T17:12:08.725Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
17:12:08 [2022-07-20T17:12:08.725Z] --- PASS: TestBuildWithHugeFile (129.47s)
17:12:08 [2022-07-20T17:12:08.725Z] === RUN   TestBuildWCOWSandboxSize
17:12:08 [2022-07-20T17:12:08.725Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:12:08 [2022-07-20T17:12:08.725Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
17:12:08 [2022-07-20T17:12:08.725Z] === RUN   TestBuildWithEmptyDockerfile
17:12:08 [2022-07-20T17:12:08.725Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:12:08 [2022-07-20T17:12:08.725Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:12:08 [2022-07-20T17:12:08.725Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:12:08 [2022-07-20T17:12:08.725Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:12:08 [2022-07-20T17:12:08.725Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:12:08 [2022-07-20T17:12:08.725Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:12:08 [2022-07-20T17:12:08.725Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:12:08 [2022-07-20T17:12:08.725Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:12:08 [2022-07-20T17:12:08.985Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:12:08 [2022-07-20T17:12:08.985Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
17:12:08 [2022-07-20T17:12:08.985Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s)
17:12:08 [2022-07-20T17:12:08.985Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s)
17:12:08 [2022-07-20T17:12:08.985Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s)
17:12:08 [2022-07-20T17:12:08.985Z] === RUN   TestBuildPreserveOwnership
17:12:08 [2022-07-20T17:12:08.985Z] === RUN   TestBuildPreserveOwnership/copy_from
17:12:08 [2022-07-20T17:12:08.990Z] === RUN   TestDaemonProxy/reload_sanitized
17:12:09 [2022-07-20T17:12:09.245Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
17:12:09 [2022-07-20T17:12:09.558Z] --- PASS: TestDaemonProxy (6.24s)
17:12:09 [2022-07-20T17:12:09.558Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
17:12:09 [2022-07-20T17:12:09.558Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
17:12:09 [2022-07-20T17:12:09.558Z]     --- PASS: TestDaemonProxy/configuration_file (1.75s)
17:12:09 [2022-07-20T17:12:09.558Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
17:12:09 [2022-07-20T17:12:09.558Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
17:12:09 [2022-07-20T17:12:09.558Z] PASS
17:12:09 [2022-07-20T17:12:09.558Z] 
17:12:09 [2022-07-20T17:12:09.558Z] DONE 18 tests in 11.239s
17:12:09 [2022-07-20T17:12:09.558Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
17:12:09 [2022-07-20T17:12:09.558Z] ++ 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
17:12:09 [2022-07-20T17:12:09.558Z] ++ set -e
17:12:09 [2022-07-20T17:12:09.558Z] ++ '[' -n 0 ']'
17:12:09 [2022-07-20T17:12:09.558Z] ++ set -x
17:12:09 [2022-07-20T17:12:09.558Z] ++ env -i DEST=/go/src/github.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
17:12:09 [2022-07-20T17:12:09.558Z] INFO: Testing against a local daemon
17:12:09 [2022-07-20T17:12:09.558Z] === RUN   TestCommitInheritsEnv
17:12:09 [2022-07-20T17:12:09.813Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
17:12:09 [2022-07-20T17:12:09.817Z] --- PASS: TestCommitInheritsEnv (0.23s)
17:12:09 [2022-07-20T17:12:09.817Z] === RUN   TestImportExtremelyLargeImageWorks
17:12:09 [2022-07-20T17:12:09.817Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
17:12:09 [2022-07-20T17:12:09.817Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
17:12:09 [2022-07-20T17:12:09.817Z] === RUN   TestImportWithCustomPlatform
17:12:09 [2022-07-20T17:12:09.817Z] === RUN   TestImportWithCustomPlatform/#00
17:12:09 [2022-07-20T17:12:09.817Z] === RUN   TestImportWithCustomPlatform/_______
17:12:09 [2022-07-20T17:12:09.817Z] === RUN   TestImportWithCustomPlatform//
17:12:09 [2022-07-20T17:12:09.817Z] === RUN   TestImportWithCustomPlatform/linux
17:12:10 [2022-07-20T17:12:10.076Z] === RUN   TestImportWithCustomPlatform/LINUX
17:12:10 [2022-07-20T17:12:10.076Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
17:12:10 [2022-07-20T17:12:10.076Z] === RUN   TestImportWithCustomPlatform/macos
17:12:10 [2022-07-20T17:12:10.076Z] === RUN   TestImportWithCustomPlatform/macos/arm64
17:12:10 [2022-07-20T17:12:10.076Z] === RUN   TestImportWithCustomPlatform/nintendo64
17:12:10 [2022-07-20T17:12:10.076Z] --- PASS: TestImportWithCustomPlatform (0.32s)
17:12:10 [2022-07-20T17:12:10.076Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
17:12:10 [2022-07-20T17:12:10.076Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
17:12:10 [2022-07-20T17:12:10.076Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
17:12:10 [2022-07-20T17:12:10.076Z]     --- PASS: TestImportWithCustomPlatform/linux (0.08s)
17:12:10 [2022-07-20T17:12:10.076Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
17:12:10 [2022-07-20T17:12:10.076Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
17:12:10 [2022-07-20T17:12:10.076Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
17:12:10 [2022-07-20T17:12:10.076Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
17:12:10 [2022-07-20T17:12:10.076Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
17:12:10 [2022-07-20T17:12:10.076Z] === RUN   TestImagesFilterMultiReference
17:12:10 [2022-07-20T17:12:10.335Z] --- PASS: TestImagesFilterMultiReference (0.06s)
17:12:10 [2022-07-20T17:12:10.335Z] === RUN   TestImagePullPlatformInvalid
17:12:10 [2022-07-20T17:12:10.335Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
17:12:10 [2022-07-20T17:12:10.335Z] === RUN   TestRemoveImageOrphaning
17:12:10 [2022-07-20T17:12:10.381Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
17:12:10 [2022-07-20T17:12:10.381Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
17:12:10 [2022-07-20T17:12:10.381Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
17:12:10 [2022-07-20T17:12:10.594Z] --- PASS: TestRemoveImageOrphaning (0.24s)
17:12:10 [2022-07-20T17:12:10.594Z] === RUN   TestRemoveImageGarbageCollector
17:12:10 [2022-07-20T17:12:10.594Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:12:10 [2022-07-20T17:12:10.594Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
17:12:10 [2022-07-20T17:12:10.594Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:12:10 [2022-07-20T17:12:10.594Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
17:12:10 [2022-07-20T17:12:10.594Z] === RUN   TestTagInvalidReference
17:12:10 [2022-07-20T17:12:10.594Z] --- PASS: TestTagInvalidReference (0.01s)
17:12:10 [2022-07-20T17:12:10.594Z] === RUN   TestTagValidPrefixedRepo
17:12:10 [2022-07-20T17:12:10.594Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
17:12:10 [2022-07-20T17:12:10.594Z] === RUN   TestTagExistedNameWithoutForce
17:12:10 [2022-07-20T17:12:10.594Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
17:12:10 [2022-07-20T17:12:10.594Z] === RUN   TestTagOfficialNames
17:12:10 [2022-07-20T17:12:10.594Z] --- PASS: TestTagOfficialNames (0.04s)
17:12:10 [2022-07-20T17:12:10.594Z] === RUN   TestTagMatchesDigest
17:12:10 [2022-07-20T17:12:10.594Z] --- PASS: TestTagMatchesDigest (0.01s)
17:12:10 [2022-07-20T17:12:10.594Z] PASS
17:12:10 [2022-07-20T17:12:10.594Z] 
17:12:10 [2022-07-20T17:12:10.594Z] === Skipped
17:12:10 [2022-07-20T17:12:10.594Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
17:12:10 [2022-07-20T17:12:10.594Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
17:12:10 [2022-07-20T17:12:10.594Z] 
17:12:10 [2022-07-20T17:12:10.594Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
17:12:10 [2022-07-20T17:12:10.594Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:12:10 [2022-07-20T17:12:10.594Z] 
17:12:10 [2022-07-20T17:12:10.594Z] DONE 22 tests, 2 skipped in 1.193s
17:12:10 [2022-07-20T17:12:10.594Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
17:12:10 [2022-07-20T17:12:10.594Z] ++ 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
17:12:10 [2022-07-20T17:12:10.594Z] ++ set -e
17:12:10 [2022-07-20T17:12:10.594Z] ++ '[' -n 0 ']'
17:12:10 [2022-07-20T17:12:10.594Z] ++ set -x
17:12:10 [2022-07-20T17:12:10.594Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
17:12:10 [2022-07-20T17:12:10.594Z] === RUN   TestStripANSICommands
17:12:10 [2022-07-20T17:12:10.594Z] === RUN   TestStripANSICommands/#00
17:12:10 [2022-07-20T17:12:10.594Z] === RUN   TestStripANSICommands/#01
17:12:10 [2022-07-20T17:12:10.594Z] --- PASS: TestStripANSICommands (0.00s)
17:12:10 [2022-07-20T17:12:10.594Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
17:12:10 [2022-07-20T17:12:10.594Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
17:12:10 [2022-07-20T17:12:10.594Z] PASS
17:12:10 [2022-07-20T17:12:10.594Z] 
17:12:10 [2022-07-20T17:12:10.594Z] DONE 3 tests in 0.043s
17:12:10 [2022-07-20T17:12:10.645Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
17:12:10 [2022-07-20T17:12:10.854Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
17:12:10 [2022-07-20T17:12:10.854Z] ++ 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
17:12:10 [2022-07-20T17:12:10.854Z] ++ set -e
17:12:10 [2022-07-20T17:12:10.854Z] ++ '[' -n 0 ']'
17:12:10 [2022-07-20T17:12:10.854Z] ++ set -x
17:12:10 [2022-07-20T17:12:10.854Z] ++ env -i DEST=/go/src/github.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
17:12:10 [2022-07-20T17:12:10.854Z] INFO: Testing against a local daemon
17:12:10 [2022-07-20T17:12:10.854Z] === RUN   TestNetworkCreateDelete
17:12:10 [2022-07-20T17:12:10.854Z] --- PASS: TestNetworkCreateDelete (0.13s)
17:12:10 [2022-07-20T17:12:10.854Z] === RUN   TestDockerNetworkDeletePreferID
17:12:11 [2022-07-20T17:12:11.422Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s)
17:12:11 [2022-07-20T17:12:11.422Z] === RUN   TestDaemonDNSFallback
17:12:12 [2022-07-20T17:12:12.026Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:12:12 [2022-07-20T17:12:12.963Z] --- PASS: TestBuildPreserveOwnership (3.72s)
17:12:12 [2022-07-20T17:12:12.963Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.73s)
17:12:12 [2022-07-20T17:12:12.963Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.98s)
17:12:12 [2022-07-20T17:12:12.963Z] === RUN   TestBuildPlatformInvalid
17:12:12 [2022-07-20T17:12:12.963Z] --- PASS: TestBuildPlatformInvalid (0.07s)
17:12:12 [2022-07-20T17:12:12.963Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:12:13 [2022-07-20T17:12:13.531Z] Loaded image: busybox:latest
17:12:13 [2022-07-20T17:12:13.790Z] Loaded image: busybox:glibc
17:12:14 [2022-07-20T17:12:14.361Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
17:12:14 [2022-07-20T17:12:14.385Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
17:12:15 [2022-07-20T17:12:15.298Z] Loaded image: debian:bullseye-slim
17:12:15 [2022-07-20T17:12:15.298Z] Loaded image: hello-world:latest
17:12:15 [2022-07-20T17:12:15.557Z] Loaded image: arm32v7/hello-world:latest
17:12:16 [2022-07-20T17:12:16.124Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
17:12:17 [2022-07-20T17:12:17.987Z] --- PASS: TestDaemonDNSFallback (6.27s)
17:12:17 [2022-07-20T17:12:17.987Z] === RUN   TestInspectNetwork
17:12:18 [2022-07-20T17:12:18.739Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
17:12:19 [2022-07-20T17:12:19.477Z] --- PASS: TestCreateServiceMultipleTimes (15.90s)
17:12:19 [2022-07-20T17:12:19.477Z] === RUN   TestCreateServiceConflict
17:12:19 [2022-07-20T17:12:19.477Z] --- PASS: TestCreateServiceConflict (2.26s)
17:12:19 [2022-07-20T17:12:19.477Z] === RUN   TestCreateServiceMaxReplicas
17:12:19 [2022-07-20T17:12:19.481Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
17:12:20 [2022-07-20T17:12:20.132Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
17:12:20 [2022-07-20T17:12:20.519Z] === RUN   TestInspectNetwork/full_network_id
17:12:20 [2022-07-20T17:12:20.519Z] === RUN   TestInspectNetwork/partial_network_id
17:12:20 [2022-07-20T17:12:20.519Z] === RUN   TestInspectNetwork/network_name
17:12:20 [2022-07-20T17:12:20.519Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
17:12:21 [2022-07-20T17:12:21.072Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
17:12:22 [2022-07-20T17:12:22.006Z] --- PASS: TestCreateServiceMaxReplicas (2.67s)
17:12:22 [2022-07-20T17:12:22.006Z] === RUN   TestCreateWithDuplicateNetworkNames
17:12:22 [2022-07-20T17:12:22.009Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
17:12:23 [2022-07-20T17:12:23.915Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
17:12:24 [2022-07-20T17:12:24.483Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
17:12:24 [2022-07-20T17:12:24.707Z] --- PASS: TestInspectNetwork (7.09s)
17:12:24 [2022-07-20T17:12:24.707Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
17:12:24 [2022-07-20T17:12:24.707Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
17:12:24 [2022-07-20T17:12:24.707Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
17:12:24 [2022-07-20T17:12:24.707Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
17:12:24 [2022-07-20T17:12:24.707Z] === RUN   TestRunContainerWithBridgeNone
17:12:25 [2022-07-20T17:12:25.422Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
17:12:25 [2022-07-20T17:12:25.422Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
17:12:25 [2022-07-20T17:12:25.681Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.95s)
17:12:25 [2022-07-20T17:12:25.681Z] PASS
17:12:25 [2022-07-20T17:12:25.681Z] 
17:12:25 [2022-07-20T17:12:25.681Z] === Skipped
17:12:25 [2022-07-20T17:12:25.681Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
17:12:25 [2022-07-20T17:12:25.681Z]     build_session_test.go:25: TODO: BuildKit
17:12:25 [2022-07-20T17:12:25.681Z] 
17:12:25 [2022-07-20T17:12:25.681Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
17:12:25 [2022-07-20T17:12:25.681Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:12:25 [2022-07-20T17:12:25.681Z] 
17:12:25 [2022-07-20T17:12:25.681Z] DONE 34 tests, 2 skipped in 194.881s
17:12:25 [2022-07-20T17:12:25.941Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
17:12:25 [2022-07-20T17:12:25.941Z] ++ 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
17:12:25 [2022-07-20T17:12:25.941Z] ++ set -e
17:12:25 [2022-07-20T17:12:25.941Z] ++ '[' -n 0 ']'
17:12:25 [2022-07-20T17:12:25.941Z] ++ set -x
17:12:25 [2022-07-20T17:12:25.941Z] ++ env -i DEST=/go/src/github.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
17:12:25 [2022-07-20T17:12:25.941Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
17:12:25 [2022-07-20T17:12:25.941Z] INFO: Testing against a local daemon
17:12:25 [2022-07-20T17:12:25.941Z] === RUN   TestConfigInspect
17:12:26 [2022-07-20T17:12:26.084Z] --- PASS: TestRunContainerWithBridgeNone (1.40s)
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/create
17:12:26 [2022-07-20T17:12:26.084Z] === PAUSE TestNetworkInvalidJSON/networks/create
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
17:12:26 [2022-07-20T17:12:26.084Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
17:12:26 [2022-07-20T17:12:26.084Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
17:12:26 [2022-07-20T17:12:26.084Z] === CONT  TestNetworkInvalidJSON/networks/create
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
17:12:26 [2022-07-20T17:12:26.084Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
17:12:26 [2022-07-20T17:12:26.084Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
17:12:26 [2022-07-20T17:12:26.084Z] --- PASS: TestNetworkInvalidJSON (0.01s)
17:12:26 [2022-07-20T17:12:26.084Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkList
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkList//networks
17:12:26 [2022-07-20T17:12:26.084Z] === PAUSE TestNetworkList//networks
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestNetworkList//networks/
17:12:26 [2022-07-20T17:12:26.084Z] === PAUSE TestNetworkList//networks/
17:12:26 [2022-07-20T17:12:26.084Z] === CONT  TestNetworkList//networks
17:12:26 [2022-07-20T17:12:26.084Z] === CONT  TestNetworkList//networks/
17:12:26 [2022-07-20T17:12:26.084Z] --- PASS: TestNetworkList (0.02s)
17:12:26 [2022-07-20T17:12:26.084Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z]     --- PASS: TestNetworkList//networks (0.00s)
17:12:26 [2022-07-20T17:12:26.084Z] === RUN   TestHostIPv4BridgeLabel
17:12:26 [2022-07-20T17:12:26.508Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
17:12:26 [2022-07-20T17:12:26.652Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
17:12:26 [2022-07-20T17:12:26.652Z] === RUN   TestDaemonRestartWithLiveRestore
17:12:27 [2022-07-20T17:12:27.077Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
17:12:27 [2022-07-20T17:12:27.338Z]     docker_cli_daemon_test.go:1474: [dc03177c6a72f] daemon is not started
17:12:27 [2022-07-20T17:12:27.906Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
17:12:28 [2022-07-20T17:12:28.030Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
17:12:28 [2022-07-20T17:12:28.030Z] === RUN   TestDaemonDefaultNetworkPools
17:12:28 [2022-07-20T17:12:28.474Z]     check_test.go:540: [d106a863c27ac] daemon is not started
17:12:28 [2022-07-20T17:12:28.474Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
17:12:28 [2022-07-20T17:12:28.597Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
17:12:28 [2022-07-20T17:12:28.597Z] === RUN   TestDaemonRestartWithExistingNetwork
17:12:29 [2022-07-20T17:12:29.043Z] --- PASS: TestConfigInspect (2.94s)
17:12:29 [2022-07-20T17:12:29.044Z] === RUN   TestConfigList
17:12:29 [2022-07-20T17:12:29.304Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
17:12:29 [2022-07-20T17:12:29.533Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
17:12:29 [2022-07-20T17:12:29.533Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:12:30 [2022-07-20T17:12:30.683Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
17:12:30 [2022-07-20T17:12:30.909Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s)
17:12:30 [2022-07-20T17:12:30.909Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:12:31 [2022-07-20T17:12:31.477Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
17:12:31 [2022-07-20T17:12:31.477Z] === RUN   TestServiceWithPredefinedNetwork
17:12:32 [2022-07-20T17:12:32.061Z] --- PASS: TestConfigList (2.87s)
17:12:32 [2022-07-20T17:12:32.061Z] === RUN   TestConfigsCreateAndDelete
17:12:32 [2022-07-20T17:12:32.061Z]     check_test.go:540: [d4429e930f1c5] daemon is not started
17:12:32 [2022-07-20T17:12:32.061Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
17:12:33 [2022-07-20T17:12:33.440Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
17:12:34 [2022-07-20T17:12:34.007Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
17:12:34 [2022-07-20T17:12:34.010Z] --- PASS: TestServiceWithPredefinedNetwork (2.23s)
17:12:34 [2022-07-20T17:12:34.010Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:12:34 [2022-07-20T17:12:34.010Z]     service_test.go:243: FLAKY_TEST
17:12:34 [2022-07-20T17:12:34.010Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:12:34 [2022-07-20T17:12:34.010Z] === RUN   TestServiceWithDataPathPortInit
17:12:34 [2022-07-20T17:12:34.267Z] --- PASS: TestConfigsCreateAndDelete (2.63s)
17:12:34 [2022-07-20T17:12:34.267Z] === RUN   TestConfigsUpdate
17:12:34 [2022-07-20T17:12:34.527Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
17:12:34 [2022-07-20T17:12:34.786Z] === RUN   TestDockerSuite/TestBuildScratchCopy
17:12:35 [2022-07-20T17:12:35.592Z] tests/integration/api_network_test.py ............................       [ 47%]
17:12:35 [2022-07-20T17:12:35.732Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
17:12:35 [2022-07-20T17:12:35.732Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
17:12:35 [2022-07-20T17:12:35.732Z] === RUN   TestDockerSuite/TestContainerAPICommit
17:12:36 [2022-07-20T17:12:36.301Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
17:12:36 [2022-07-20T17:12:36.870Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.20s)
17:12:36 [2022-07-20T17:12:36.870Z] === RUN   TestCreateServiceSecretFileMode
17:12:37 [2022-07-20T17:12:37.239Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
17:12:37 [2022-07-20T17:12:37.239Z] --- PASS: TestConfigsUpdate (2.94s)
17:12:37 [2022-07-20T17:12:37.239Z] === RUN   TestTemplatedConfig
17:12:37 [2022-07-20T17:12:37.435Z] --- PASS: TestCreateServiceSecretFileMode (2.55s)
17:12:37 [2022-07-20T17:12:37.435Z] === RUN   TestCreateServiceConfigFileMode
17:12:38 [2022-07-20T17:12:38.619Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
17:12:38 [2022-07-20T17:12:38.619Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
17:12:39 [2022-07-20T17:12:39.188Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
17:12:39 [2022-07-20T17:12:39.188Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
17:12:39 [2022-07-20T17:12:39.960Z] --- PASS: TestCreateServiceConfigFileMode (2.48s)
17:12:39 [2022-07-20T17:12:39.960Z] === RUN   TestCreateServiceSysctls
17:12:40 [2022-07-20T17:12:40.126Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
17:12:41 [2022-07-20T17:12:41.065Z] --- PASS: TestTemplatedConfig (3.78s)
17:12:41 [2022-07-20T17:12:41.065Z] === RUN   TestConfigCreateResolve
17:12:41 [2022-07-20T17:12:41.065Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
17:12:41 [2022-07-20T17:12:41.634Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
17:12:41 [2022-07-20T17:12:41.894Z] === RUN   TestDockerSuite/TestContainerAPICreate
17:12:42 [2022-07-20T17:12:42.463Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
17:12:42 [2022-07-20T17:12:42.463Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
17:12:42 [2022-07-20T17:12:42.463Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
17:12:43 [2022-07-20T17:12:43.242Z] --- PASS: TestCreateServiceSysctls (3.16s)
17:12:43 [2022-07-20T17:12:43.242Z] === RUN   TestCreateServiceCapabilities
17:12:43 [2022-07-20T17:12:43.401Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
17:12:43 [2022-07-20T17:12:43.401Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
17:12:43 [2022-07-20T17:12:43.401Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
17:12:43 [2022-07-20T17:12:43.401Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
17:12:43 [2022-07-20T17:12:43.401Z] === RUN   TestDockerSuite/TestContainerAPIDelete
17:12:44 [2022-07-20T17:12:44.338Z] --- PASS: TestConfigCreateResolve (3.05s)
17:12:44 [2022-07-20T17:12:44.338Z] PASS
17:12:44 [2022-07-20T17:12:44.338Z] 
17:12:44 [2022-07-20T17:12:44.338Z] DONE 6 tests in 18.327s
17:12:44 [2022-07-20T17:12:44.338Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
17:12:44 [2022-07-20T17:12:44.338Z] ++ 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
17:12:44 [2022-07-20T17:12:44.338Z] ++ set -e
17:12:44 [2022-07-20T17:12:44.338Z] ++ '[' -n 0 ']'
17:12:44 [2022-07-20T17:12:44.338Z] ++ set -x
17:12:44 [2022-07-20T17:12:44.338Z] ++ env -i DEST=/go/src/github.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
17:12:44 [2022-07-20T17:12:44.338Z] INFO: Testing against a local daemon
17:12:44 [2022-07-20T17:12:44.338Z] === RUN   TestAttachWithTTY
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
17:12:44 [2022-07-20T17:12:44.597Z] --- PASS: TestAttachWithTTY (0.11s)
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestAttachWithoutTTy
17:12:44 [2022-07-20T17:12:44.597Z] --- PASS: TestAttachWithoutTTy (0.06s)
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestCheckpoint
17:12:44 [2022-07-20T17:12:44.597Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:12:44 [2022-07-20T17:12:44.597Z] --- SKIP: TestCheckpoint (0.00s)
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestContainerInvalidJSON
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestContainerInvalidJSON/commit
17:12:44 [2022-07-20T17:12:44.597Z] === PAUSE TestContainerInvalidJSON/commit
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestContainerInvalidJSON/containers/create
17:12:44 [2022-07-20T17:12:44.597Z] === PAUSE TestContainerInvalidJSON/containers/create
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
17:12:44 [2022-07-20T17:12:44.597Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
17:12:44 [2022-07-20T17:12:44.597Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
17:12:44 [2022-07-20T17:12:44.597Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:12:44 [2022-07-20T17:12:44.597Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
17:12:44 [2022-07-20T17:12:44.597Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
17:12:44 [2022-07-20T17:12:44.597Z] === CONT  TestContainerInvalidJSON/commit
17:12:44 [2022-07-20T17:12:44.597Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
17:12:44 [2022-07-20T17:12:44.598Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/commit/empty_body
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
17:12:44 [2022-07-20T17:12:44.598Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
17:12:44 [2022-07-20T17:12:44.598Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
17:12:44 [2022-07-20T17:12:44.598Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
17:12:44 [2022-07-20T17:12:44.598Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
17:12:44 [2022-07-20T17:12:44.598Z] === CONT  TestContainerInvalidJSON/containers/create
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
17:12:44 [2022-07-20T17:12:44.598Z] --- PASS: TestContainerInvalidJSON (0.01s)
17:12:44 [2022-07-20T17:12:44.598Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.02s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.01s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.01s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:12:44 [2022-07-20T17:12:44.598Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
17:12:44 [2022-07-20T17:12:44.598Z] === RUN   TestCopyFromContainerPathIsNotDir
17:12:44 [2022-07-20T17:12:44.857Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s)
17:12:44 [2022-07-20T17:12:44.857Z] === RUN   TestCopyToContainerPathDoesNotExist
17:12:44 [2022-07-20T17:12:44.857Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
17:12:44 [2022-07-20T17:12:44.857Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
17:12:44 [2022-07-20T17:12:44.857Z] === RUN   TestCopyEmptyFile
17:12:45 [2022-07-20T17:12:45.116Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
17:12:45 [2022-07-20T17:12:45.116Z] --- PASS: TestCopyEmptyFile (0.39s)
17:12:45 [2022-07-20T17:12:45.116Z] === RUN   TestCopyToContainerPathIsNotDir
17:12:45 [2022-07-20T17:12:45.331Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
17:12:45 [2022-07-20T17:12:45.375Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
17:12:45 [2022-07-20T17:12:45.375Z] === RUN   TestCopyFromContainer
17:12:45 [2022-07-20T17:12:45.769Z] --- PASS: TestCreateServiceCapabilities (2.49s)
17:12:45 [2022-07-20T17:12:45.769Z] === RUN   TestInspect
17:12:45 [2022-07-20T17:12:45.944Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
17:12:45 [2022-07-20T17:12:45.944Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
17:12:47 [2022-07-20T17:12:47.085Z] tests/integration/api_secret_test.py .....                               [ 51%]
17:12:47 [2022-07-20T17:12:47.323Z] === RUN   TestCopyFromContainer//
17:12:47 [2022-07-20T17:12:47.324Z] === RUN   TestCopyFromContainer//bar/root
17:12:47 [2022-07-20T17:12:47.324Z] === RUN   TestCopyFromContainer//bar/root/
17:12:47 [2022-07-20T17:12:47.324Z] === RUN   TestCopyFromContainer/bar/quux
17:12:47 [2022-07-20T17:12:47.583Z] === RUN   TestCopyFromContainer/bar/quux/
17:12:47 [2022-07-20T17:12:47.583Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:12:47 [2022-07-20T17:12:47.843Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
17:12:47 [2022-07-20T17:12:47.843Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:12:47 [2022-07-20T17:12:47.843Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:12:48 [2022-07-20T17:12:48.102Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:12:48 [2022-07-20T17:12:48.102Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
17:12:48 [2022-07-20T17:12:48.102Z] === RUN   TestCopyFromContainer/bar/notarget
17:12:48 [2022-07-20T17:12:48.298Z] --- PASS: TestInspect (2.76s)
17:12:48 [2022-07-20T17:12:48.298Z] === RUN   TestCreateJob
17:12:48 [2022-07-20T17:12:48.362Z] --- PASS: TestCopyFromContainer (3.02s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCopyFromContainer// (0.15s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.12s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.12s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.13s)
17:12:48 [2022-07-20T17:12:48.362Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:12:48 [2022-07-20T17:12:48.362Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:12:48 [2022-07-20T17:12:48.362Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:12:48 [2022-07-20T17:12:48.362Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:12:48 [2022-07-20T17:12:48.362Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:12:48 [2022-07-20T17:12:48.362Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:12:48 [2022-07-20T17:12:48.362Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:12:48 [2022-07-20T17:12:48.362Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:12:48 [2022-07-20T17:12:48.362Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:12:48 [2022-07-20T17:12:48.362Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:12:48 [2022-07-20T17:12:48.362Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:12:48 [2022-07-20T17:12:48.362Z] === RUN   TestCreateLinkToNonExistingContainer
17:12:48 [2022-07-20T17:12:48.362Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s)
17:12:48 [2022-07-20T17:12:48.362Z] === RUN   TestCreateWithInvalidEnv
17:12:48 [2022-07-20T17:12:48.362Z] === RUN   TestCreateWithInvalidEnv/0
17:12:48 [2022-07-20T17:12:48.362Z] === PAUSE TestCreateWithInvalidEnv/0
17:12:48 [2022-07-20T17:12:48.362Z] === RUN   TestCreateWithInvalidEnv/1
17:12:48 [2022-07-20T17:12:48.362Z] === PAUSE TestCreateWithInvalidEnv/1
17:12:48 [2022-07-20T17:12:48.362Z] === RUN   TestCreateWithInvalidEnv/2
17:12:48 [2022-07-20T17:12:48.362Z] === PAUSE TestCreateWithInvalidEnv/2
17:12:48 [2022-07-20T17:12:48.362Z] === CONT  TestCreateWithInvalidEnv/0
17:12:48 [2022-07-20T17:12:48.362Z] === CONT  TestCreateWithInvalidEnv/2
17:12:48 [2022-07-20T17:12:48.362Z] === CONT  TestCreateWithInvalidEnv/1
17:12:48 [2022-07-20T17:12:48.362Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:12:48 [2022-07-20T17:12:48.362Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:12:48 [2022-07-20T17:12:48.362Z] === RUN   TestCreateTmpfsMountsTarget
17:12:48 [2022-07-20T17:12:48.362Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
17:12:48 [2022-07-20T17:12:48.362Z] === RUN   TestCreateWithCustomMaskedPaths
17:12:48 [2022-07-20T17:12:48.620Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
17:12:48 [2022-07-20T17:12:48.620Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
17:12:48 [2022-07-20T17:12:48.936Z] --- PASS: TestServiceWithDataPathPortInit (13.59s)
17:12:48 [2022-07-20T17:12:48.936Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:12:49 [2022-07-20T17:12:49.559Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
17:12:49 [2022-07-20T17:12:49.873Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mh2liuo0riry2cxlj95s6boa2 Created:2022-07-20 17:12:48.482135026 +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[44c469d7dcbee80104cc40aab4c2d600e42818b6afce28ecff6e6533be4dd1ca:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ieb8nfndcsl3tvaw7rv22yz6a EndpointID:8dc92cb83b74043146cd34c0f654cad74a941653d37176d20465a5b1e7ecc6ef MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:be88569a637c6382a51678c78bd8a9b42e702953da0da5f15aefd86e6a054493 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:70b37da186c2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ieb8nfndcsl3tvaw7rv22yz6a EndpointID:8dc92cb83b74043146cd34c0f654cad74a941653d37176d20465a5b1e7ecc6ef EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
17:12:50 [2022-07-20T17:12:50.130Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
17:12:50 [2022-07-20T17:12:50.390Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
17:12:50 [2022-07-20T17:12:50.652Z] --- PASS: TestCreateWithCustomMaskedPaths (2.34s)
17:12:50 [2022-07-20T17:12:50.652Z] === RUN   TestCreateWithCustomReadonlyPaths
17:12:51 [2022-07-20T17:12:51.127Z] tests/integration/api_service_test.py .................................. [ 59%]
17:12:51 [2022-07-20T17:12:51.221Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
17:12:51 [2022-07-20T17:12:51.577Z] --- PASS: TestCreateJob (3.15s)
17:12:51 [2022-07-20T17:12:51.577Z] === RUN   TestReplicatedJob
17:12:51 [2022-07-20T17:12:51.791Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
17:12:51 [2022-07-20T17:12:51.791Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
17:12:51 [2022-07-20T17:12:51.791Z] === RUN   TestDockerSuite/TestContainerAPIKill
17:12:52 [2022-07-20T17:12:52.730Z] === RUN   TestDockerSuite/TestContainerAPIPause
17:12:52 [2022-07-20T17:12:52.730Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.05s)
17:12:52 [2022-07-20T17:12:52.730Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:12:52 [2022-07-20T17:12:52.730Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:12:52 [2022-07-20T17:12:52.730Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:12:52 [2022-07-20T17:12:52.730Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:12:52 [2022-07-20T17:12:52.730Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:12:52 [2022-07-20T17:12:52.730Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:12:52 [2022-07-20T17:12:52.730Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:12:52 [2022-07-20T17:12:52.730Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:12:52 [2022-07-20T17:12:52.730Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:12:52 [2022-07-20T17:12:52.730Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:12:52 [2022-07-20T17:12:52.730Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:12:52 [2022-07-20T17:12:52.730Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:12:52 [2022-07-20T17:12:52.730Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:12:52 [2022-07-20T17:12:52.730Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:12:52 [2022-07-20T17:12:52.730Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:12:52 [2022-07-20T17:12:52.730Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:12:52 [2022-07-20T17:12:52.990Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
17:12:52 [2022-07-20T17:12:52.990Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
17:12:52 [2022-07-20T17:12:52.990Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
17:12:52 [2022-07-20T17:12:52.990Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
17:12:52 [2022-07-20T17:12:52.990Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s)
17:12:52 [2022-07-20T17:12:52.990Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s)
17:12:52 [2022-07-20T17:12:52.990Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:12:53 [2022-07-20T17:12:53.559Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.74s)
17:12:53 [2022-07-20T17:12:53.559Z] === RUN   TestCreateDifferentPlatform
17:12:53 [2022-07-20T17:12:53.559Z] === RUN   TestCreateDifferentPlatform/different_os
17:12:53 [2022-07-20T17:12:53.559Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:12:53 [2022-07-20T17:12:53.559Z] --- PASS: TestCreateDifferentPlatform (0.03s)
17:12:53 [2022-07-20T17:12:53.559Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
17:12:53 [2022-07-20T17:12:53.559Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:12:53 [2022-07-20T17:12:53.559Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:12:53 [2022-07-20T17:12:53.559Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
17:12:53 [2022-07-20T17:12:53.819Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s)
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:12:53 [2022-07-20T17:12:53.819Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestCreateInvalidHostConfig
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
17:12:53 [2022-07-20T17:12:53.819Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
17:12:53 [2022-07-20T17:12:53.819Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:12:53 [2022-07-20T17:12:53.819Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
17:12:53 [2022-07-20T17:12:53.819Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
17:12:53 [2022-07-20T17:12:53.819Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
17:12:53 [2022-07-20T17:12:53.819Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
17:12:53 [2022-07-20T17:12:53.819Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:12:53 [2022-07-20T17:12:53.819Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
17:12:53 [2022-07-20T17:12:53.819Z] --- PASS: TestCreateInvalidHostConfig (0.02s)
17:12:53 [2022-07-20T17:12:53.819Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
17:12:53 [2022-07-20T17:12:53.819Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
17:12:53 [2022-07-20T17:12:53.819Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
17:12:53 [2022-07-20T17:12:53.819Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.01s)
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestContainerStartOnDaemonRestart
17:12:53 [2022-07-20T17:12:53.819Z] === PAUSE TestContainerStartOnDaemonRestart
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestDaemonRestartIpcMode
17:12:53 [2022-07-20T17:12:53.819Z] === PAUSE TestDaemonRestartIpcMode
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestDaemonHostGatewayIP
17:12:53 [2022-07-20T17:12:53.819Z] === PAUSE TestDaemonHostGatewayIP
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestRestartDaemonWithRestartingContainer
17:12:53 [2022-07-20T17:12:53.819Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestContainerKillOnDaemonStart
17:12:53 [2022-07-20T17:12:53.819Z] === PAUSE TestContainerKillOnDaemonStart
17:12:53 [2022-07-20T17:12:53.819Z] === RUN   TestDiff
17:12:54 [2022-07-20T17:12:54.062Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s)
17:12:54 [2022-07-20T17:12:54.062Z] PASS
17:12:54 [2022-07-20T17:12:54.062Z] 
17:12:54 [2022-07-20T17:12:54.062Z] === Skipped
17:12:54 [2022-07-20T17:12:54.062Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:12:54 [2022-07-20T17:12:54.062Z]     service_test.go:243: FLAKY_TEST
17:12:54 [2022-07-20T17:12:54.062Z] 
17:12:54 [2022-07-20T17:12:54.062Z] DONE 38 tests, 1 skipped in 43.344s
17:12:54 [2022-07-20T17:12:54.062Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
17:12:54 [2022-07-20T17:12:54.062Z] ++ 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
17:12:54 [2022-07-20T17:12:54.062Z] ++ set -e
17:12:54 [2022-07-20T17:12:54.062Z] ++ '[' -n 0 ']'
17:12:54 [2022-07-20T17:12:54.062Z] ++ set -x
17:12:54 [2022-07-20T17:12:54.062Z] ++ env -i DEST=/go/src/github.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
17:12:54 [2022-07-20T17:12:54.062Z] INFO: Testing against a local daemon
17:12:54 [2022-07-20T17:12:54.062Z] === RUN   TestDockerNetworkIpvlanPersistance
17:12:54 [2022-07-20T17:12:54.062Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:12:54 [2022-07-20T17:12:54.062Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:12:54 [2022-07-20T17:12:54.062Z] === RUN   TestDockerNetworkIpvlan
17:12:54 [2022-07-20T17:12:54.062Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:12:54 [2022-07-20T17:12:54.062Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:12:54 [2022-07-20T17:12:54.062Z] PASS
17:12:54 [2022-07-20T17:12:54.062Z] 
17:12:54 [2022-07-20T17:12:54.062Z] === Skipped
17:12:54 [2022-07-20T17:12:54.062Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:12:54 [2022-07-20T17:12:54.062Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:12:54 [2022-07-20T17:12:54.062Z] 
17:12:54 [2022-07-20T17:12:54.062Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:12:54 [2022-07-20T17:12:54.062Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:12:54 [2022-07-20T17:12:54.062Z] 
17:12:54 [2022-07-20T17:12:54.062Z] DONE 2 tests, 2 skipped in 0.085s
17:12:54 [2022-07-20T17:12:54.078Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
17:12:54 [2022-07-20T17:12:54.321Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
17:12:54 [2022-07-20T17:12:54.321Z] ++ 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
17:12:54 [2022-07-20T17:12:54.321Z] ++ set -e
17:12:54 [2022-07-20T17:12:54.321Z] ++ '[' -n 0 ']'
17:12:54 [2022-07-20T17:12:54.321Z] ++ set -x
17:12:54 [2022-07-20T17:12:54.321Z] ++ env -i DEST=/go/src/github.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
17:12:54 [2022-07-20T17:12:54.321Z] INFO: Testing against a local daemon
17:12:54 [2022-07-20T17:12:54.321Z] === RUN   TestDockerNetworkMacvlanPersistance
17:12:54 [2022-07-20T17:12:54.339Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
17:12:54 [2022-07-20T17:12:54.598Z] === RUN   TestDockerSuite/TestContainerAPIRename
17:12:54 [2022-07-20T17:12:54.598Z] --- PASS: TestDiff (0.78s)
17:12:54 [2022-07-20T17:12:54.598Z] === RUN   TestExecConsoleSize
17:12:55 [2022-07-20T17:12:55.168Z] === RUN   TestDockerSuite/TestContainerAPIRestart
17:12:55 [2022-07-20T17:12:55.427Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
17:12:55 [2022-07-20T17:12:55.427Z] --- PASS: TestExecConsoleSize (0.89s)
17:12:55 [2022-07-20T17:12:55.427Z] === RUN   TestExecWithCloseStdin
17:12:55 [2022-07-20T17:12:55.698Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s)
17:12:55 [2022-07-20T17:12:55.698Z] === RUN   TestDockerNetworkMacvlan
17:12:55 [2022-07-20T17:12:55.710Z] ............................                                             [ 66%]
17:12:55 [2022-07-20T17:12:55.996Z]     check_test.go:540: [da04c5363444a] daemon is not started
17:12:55 [2022-07-20T17:12:55.997Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
17:12:56 [2022-07-20T17:12:56.256Z] --- PASS: TestExecWithCloseStdin (0.77s)
17:12:56 [2022-07-20T17:12:56.256Z] === RUN   TestExec
17:12:56 [2022-07-20T17:12:56.266Z] === RUN   TestDockerNetworkMacvlan/Subinterface
17:12:56 [2022-07-20T17:12:56.826Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
17:12:56 [2022-07-20T17:12:56.844Z] --- PASS: TestReplicatedJob (5.52s)
17:12:56 [2022-07-20T17:12:56.844Z] === RUN   TestUpdateReplicatedJob
17:12:57 [2022-07-20T17:12:57.086Z] --- PASS: TestExec (0.92s)
17:12:57 [2022-07-20T17:12:57.086Z] === RUN   TestExecUser
17:12:57 [2022-07-20T17:12:57.202Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
17:12:57 [2022-07-20T17:12:57.769Z] === RUN   TestDockerNetworkMacvlan/NilParent
17:12:58 [2022-07-20T17:12:58.027Z] --- PASS: TestExecUser (0.77s)
17:12:58 [2022-07-20T17:12:58.027Z] === RUN   TestExportContainerAndImportImage
17:12:58 [2022-07-20T17:12:58.027Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
17:12:58 [2022-07-20T17:12:58.287Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
17:12:58 [2022-07-20T17:12:58.287Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
17:12:58 [2022-07-20T17:12:58.287Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
17:12:58 [2022-07-20T17:12:58.287Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
17:12:58 [2022-07-20T17:12:58.287Z] === RUN   TestDockerSuite/TestContainerAPIStart
17:12:58 [2022-07-20T17:12:58.855Z] --- PASS: TestExportContainerAndImportImage (0.99s)
17:12:58 [2022-07-20T17:12:58.855Z] === RUN   TestExportContainerAfterDaemonRestart
17:12:59 [2022-07-20T17:12:59.114Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
17:12:59 [2022-07-20T17:12:59.672Z] === RUN   TestDockerNetworkMacvlan/InternalMode
17:12:59 [2022-07-20T17:12:59.682Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
17:13:00 [2022-07-20T17:13:00.125Z] --- PASS: TestUpdateReplicatedJob (3.34s)
17:13:00 [2022-07-20T17:13:00.125Z] === RUN   TestServiceListWithStatuses
17:13:00 [2022-07-20T17:13:00.125Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:13:00 [2022-07-20T17:13:00.125Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:13:00 [2022-07-20T17:13:00.125Z] === RUN   TestDockerNetworkConnectAlias
17:13:00 [2022-07-20T17:13:00.249Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s)
17:13:00 [2022-07-20T17:13:00.249Z] === RUN   TestHealthCheckWorkdir
17:13:01 [2022-07-20T17:13:01.187Z] --- PASS: TestHealthCheckWorkdir (0.82s)
17:13:01 [2022-07-20T17:13:01.187Z] === RUN   TestHealthKillContainer
17:13:01 [2022-07-20T17:13:01.576Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
17:13:01 [2022-07-20T17:13:01.754Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
17:13:03 [2022-07-20T17:13:03.657Z] === RUN   TestDockerSuite/TestContainerAPIStop
17:13:03 [2022-07-20T17:13:03.916Z] === RUN   TestDockerSuite/TestContainerAPITop
17:13:04 [2022-07-20T17:13:04.309Z] --- PASS: TestDockerNetworkConnectAlias (4.21s)
17:13:04 [2022-07-20T17:13:04.309Z] === RUN   TestDockerNetworkReConnect
17:13:04 [2022-07-20T17:13:04.484Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
17:13:04 [2022-07-20T17:13:04.484Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
17:13:04 [2022-07-20T17:13:04.484Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
17:13:04 [2022-07-20T17:13:04.484Z] === RUN   TestDockerSuite/TestContainerAPIWait
17:13:04 [2022-07-20T17:13:04.864Z] === RUN   TestDockerNetworkMacvlan/Addressing
17:13:05 [2022-07-20T17:13:05.051Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
17:13:05 [2022-07-20T17:13:05.124Z] --- PASS: TestDockerNetworkMacvlan (9.49s)
17:13:05 [2022-07-20T17:13:05.124Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
17:13:05 [2022-07-20T17:13:05.124Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
17:13:05 [2022-07-20T17:13:05.124Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.86s)
17:13:05 [2022-07-20T17:13:05.124Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s)
17:13:05 [2022-07-20T17:13:05.124Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.12s)
17:13:05 [2022-07-20T17:13:05.124Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.54s)
17:13:05 [2022-07-20T17:13:05.124Z] PASS
17:13:05 [2022-07-20T17:13:05.124Z] 
17:13:05 [2022-07-20T17:13:05.124Z] DONE 8 tests in 10.991s
17:13:05 [2022-07-20T17:13:05.124Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
17:13:05 [2022-07-20T17:13:05.124Z] ++ 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
17:13:05 [2022-07-20T17:13:05.124Z] ++ set -e
17:13:05 [2022-07-20T17:13:05.124Z] ++ '[' -n 0 ']'
17:13:05 [2022-07-20T17:13:05.124Z] ++ set -x
17:13:05 [2022-07-20T17:13:05.124Z] ++ env -i DEST=/go/src/github.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
17:13:05 [2022-07-20T17:13:05.124Z] testing: warning: no tests to run
17:13:05 [2022-07-20T17:13:05.124Z] PASS
17:13:05 [2022-07-20T17:13:05.124Z] 
17:13:05 [2022-07-20T17:13:05.124Z] DONE 0 tests in 0.027s
17:13:05 [2022-07-20T17:13:05.124Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
17:13:05 [2022-07-20T17:13:05.124Z] ++ 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
17:13:05 [2022-07-20T17:13:05.124Z] ++ set -e
17:13:05 [2022-07-20T17:13:05.124Z] ++ '[' -n 0 ']'
17:13:05 [2022-07-20T17:13:05.124Z] ++ set -x
17:13:05 [2022-07-20T17:13:05.124Z] ++ env -i DEST=/go/src/github.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
17:13:05 [2022-07-20T17:13:05.384Z] INFO: Testing against a local daemon
17:13:05 [2022-07-20T17:13:05.384Z] === RUN   TestAuthZPluginAllowRequest
17:13:06 [2022-07-20T17:13:06.760Z] --- PASS: TestAuthZPluginAllowRequest (1.15s)
17:13:06 [2022-07-20T17:13:06.760Z] === RUN   TestAuthZPluginTLS
17:13:07 [2022-07-20T17:13:07.018Z] --- PASS: TestAuthZPluginTLS (0.55s)
17:13:07 [2022-07-20T17:13:07.018Z] === RUN   TestAuthZPluginDenyRequest
17:13:07 [2022-07-20T17:13:07.018Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
17:13:07 [2022-07-20T17:13:07.586Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
17:13:07 [2022-07-20T17:13:07.586Z] === RUN   TestAuthZPluginAPIDenyResponse
17:13:07 [2022-07-20T17:13:07.599Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
17:13:08 [2022-07-20T17:13:08.154Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
17:13:08 [2022-07-20T17:13:08.154Z] === RUN   TestAuthZPluginDenyResponse
17:13:08 [2022-07-20T17:13:08.186Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>}
17:13:08 [2022-07-20T17:13:08.492Z] --- PASS: TestDockerNetworkReConnect (3.62s)
17:13:08 [2022-07-20T17:13:08.492Z] === RUN   TestServicePlugin
17:13:08 [2022-07-20T17:13:08.722Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
17:13:08 [2022-07-20T17:13:08.722Z] === RUN   TestAuthZPluginAllowEventStream
17:13:08 [2022-07-20T17:13:08.755Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
17:13:09 [2022-07-20T17:13:09.322Z]     check_test.go:540: [dc1adce19222e] daemon is not started
17:13:09 [2022-07-20T17:13:09.322Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
17:13:09 [2022-07-20T17:13:09.322Z] --- PASS: TestHealthKillContainer (8.26s)
17:13:09 [2022-07-20T17:13:09.322Z] === RUN   TestInspectCpusetInConfigPre120
17:13:09 [2022-07-20T17:13:09.581Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>}
17:13:09 [2022-07-20T17:13:09.840Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
17:13:09 [2022-07-20T17:13:09.840Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s)
17:13:09 [2022-07-20T17:13:09.840Z] === RUN   TestIpcModeNone
17:13:10 [2022-07-20T17:13:10.100Z] --- PASS: TestAuthZPluginAllowEventStream (1.29s)
17:13:10 [2022-07-20T17:13:10.100Z] === RUN   TestAuthZPluginErrorResponse
17:13:10 [2022-07-20T17:13:10.359Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
17:13:10 [2022-07-20T17:13:10.359Z] === RUN   TestAuthZPluginErrorRequest
17:13:10 [2022-07-20T17:13:10.409Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
17:13:10 [2022-07-20T17:13:10.409Z] --- PASS: TestIpcModeNone (0.67s)
17:13:10 [2022-07-20T17:13:10.409Z] === RUN   TestIpcModePrivate
17:13:10 [2022-07-20T17:13:10.926Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
17:13:10 [2022-07-20T17:13:10.926Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:13:10 [2022-07-20T17:13:10.976Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
17:13:10 [2022-07-20T17:13:10.976Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false
17:13:10 [2022-07-20T17:13:10.976Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>}
17:13:10 [2022-07-20T17:13:10.976Z] --- PASS: TestIpcModePrivate (0.56s)
17:13:10 [2022-07-20T17:13:10.976Z] === RUN   TestIpcModeShareable
17:13:11 [2022-07-20T17:13:11.494Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
17:13:11 [2022-07-20T17:13:11.494Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:13:11 [2022-07-20T17:13:11.857Z]     plugin_test.go:61: [d082bd1d4f83f] joining swarm manager [dd8d784365a0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:13:11 [2022-07-20T17:13:11.914Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true
17:13:11 [2022-07-20T17:13:11.914Z] --- PASS: TestIpcModeShareable (0.84s)
17:13:11 [2022-07-20T17:13:11.914Z] === RUN   TestAPIIpcModeShareableAndContainer
17:13:12 [2022-07-20T17:13:12.852Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>}
17:13:12 [2022-07-20T17:13:12.871Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.33s)
17:13:12 [2022-07-20T17:13:12.871Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:13:13 [2022-07-20T17:13:13.233Z]     plugin_test.go:64: [d5c1fb978011c] joining swarm manager [dd8d784365a0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:13:13 [2022-07-20T17:13:13.790Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
17:13:14 [2022-07-20T17:13:14.048Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.19s)
17:13:14 [2022-07-20T17:13:14.048Z] === RUN   TestAPIIpcModeHost
17:13:14 [2022-07-20T17:13:14.249Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.31s)
17:13:14 [2022-07-20T17:13:14.249Z] === RUN   TestAuthZPluginHeader
17:13:14 [2022-07-20T17:13:14.307Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000ec66f0_<nil>_<nil>}
17:13:14 [2022-07-20T17:13:14.816Z] --- PASS: TestAuthZPluginHeader (0.69s)
17:13:14 [2022-07-20T17:13:14.816Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:13:14 [2022-07-20T17:13:14.816Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:13:14 [2022-07-20T17:13:14.816Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
17:13:14 [2022-07-20T17:13:14.816Z] === RUN   TestAuthZPluginV2Disable
17:13:14 [2022-07-20T17:13:14.816Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:13:14 [2022-07-20T17:13:14.816Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
17:13:14 [2022-07-20T17:13:14.816Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:13:14 [2022-07-20T17:13:14.816Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:13:14 [2022-07-20T17:13:14.816Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
17:13:14 [2022-07-20T17:13:14.816Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:13:14 [2022-07-20T17:13:14.816Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:13:14 [2022-07-20T17:13:14.816Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
17:13:14 [2022-07-20T17:13:14.816Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:13:14 [2022-07-20T17:13:14.876Z] --- PASS: TestAPIIpcModeHost (0.69s)
17:13:14 [2022-07-20T17:13:14.876Z] === RUN   TestDaemonIpcModeShareable
17:13:15 [2022-07-20T17:13:15.812Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1807372713_/foo_false__<nil>_<nil>_<nil>_<nil>}
17:13:15 [2022-07-20T17:13:15.812Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: true, mustBeShared: true
17:13:16 [2022-07-20T17:13:16.072Z] --- PASS: TestDaemonIpcModeShareable (1.27s)
17:13:16 [2022-07-20T17:13:16.072Z] === RUN   TestDaemonIpcModePrivate
17:13:17 [2022-07-20T17:13:17.452Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1807372713_/foo_true__<nil>_<nil>_<nil>_<nil>}
17:13:17 [2022-07-20T17:13:17.452Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false
17:13:17 [2022-07-20T17:13:17.452Z] --- PASS: TestDaemonIpcModePrivate (1.47s)
17:13:17 [2022-07-20T17:13:17.452Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:13:18 [2022-07-20T17:13:18.021Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32258167226_/foo_false__<nil>_<nil>_<nil>_<nil>}
17:13:18 [2022-07-20T17:13:18.021Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
17:13:18 [2022-07-20T17:13:18.958Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: false, mustBeShared: false
17:13:18 [2022-07-20T17:13:18.959Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.48s)
17:13:18 [2022-07-20T17:13:18.959Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:13:19 [2022-07-20T17:13:19.219Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32258167226_/foo_true__<nil>_<nil>_<nil>_<nil>}
17:13:20 [2022-07-20T17:13:20.158Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
17:13:20 [2022-07-20T17:13:20.418Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
17:13:20 [2022-07-20T17:13:20.418Z]     check_test.go:540: [d6565d9a19f2e] daemon is not started
17:13:20 [2022-07-20T17:13:20.418Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
17:13:20 [2022-07-20T17:13:20.418Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: true, mustBeShared: true
17:13:20 [2022-07-20T17:13:20.676Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.54s)
17:13:20 [2022-07-20T17:13:20.676Z] === RUN   TestIpcModeOlderClient
17:13:20 [2022-07-20T17:13:20.676Z] === PAUSE TestIpcModeOlderClient
17:13:20 [2022-07-20T17:13:20.676Z] === RUN   TestKillContainerInvalidSignal
17:13:20 [2022-07-20T17:13:20.937Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32258167226_/foo_true__0xc000ec6720_<nil>_<nil>_<nil>}
17:13:21 [2022-07-20T17:13:21.198Z] --- PASS: TestKillContainerInvalidSignal (0.56s)
17:13:21 [2022-07-20T17:13:21.198Z] === RUN   TestKillContainer
17:13:21 [2022-07-20T17:13:21.198Z] === RUN   TestKillContainer/no_signal
17:13:21 [2022-07-20T17:13:21.767Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000ec6738_<nil>_<nil>}
17:13:21 [2022-07-20T17:13:21.767Z] === RUN   TestKillContainer/non_killing_signal
17:13:22 [2022-07-20T17:13:22.335Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
17:13:22 [2022-07-20T17:13:22.335Z] === RUN   TestKillContainer/killing_signal
17:13:23 [2022-07-20T17:13:23.276Z] --- PASS: TestKillContainer (2.01s)
17:13:23 [2022-07-20T17:13:23.276Z]     --- PASS: TestKillContainer/no_signal (0.71s)
17:13:23 [2022-07-20T17:13:23.276Z]     --- PASS: TestKillContainer/non_killing_signal (0.56s)
17:13:23 [2022-07-20T17:13:23.276Z]     --- PASS: TestKillContainer/killing_signal (0.52s)
17:13:23 [2022-07-20T17:13:23.276Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:13:23 [2022-07-20T17:13:23.276Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:13:23 [2022-07-20T17:13:23.276Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000ec6750_<nil>_<nil>}
17:13:24 [2022-07-20T17:13:24.213Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:13:24 [2022-07-20T17:13:24.213Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
17:13:24 [2022-07-20T17:13:24.783Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.50s)
17:13:24 [2022-07-20T17:13:24.783Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.88s)
17:13:24 [2022-07-20T17:13:24.783Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.45s)
17:13:24 [2022-07-20T17:13:24.783Z] === RUN   TestKillStoppedContainer
17:13:24 [2022-07-20T17:13:24.783Z] --- PASS: TestKillStoppedContainer (0.05s)
17:13:24 [2022-07-20T17:13:24.783Z] === RUN   TestKillStoppedContainerAPIPre120
17:13:24 [2022-07-20T17:13:24.783Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
17:13:24 [2022-07-20T17:13:24.783Z] === RUN   TestKillDifferentUserContainer
17:13:24 [2022-07-20T17:13:24.783Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000ec6768_<nil>_<nil>}
17:13:25 [2022-07-20T17:13:25.721Z] --- PASS: TestKillDifferentUserContainer (0.83s)
17:13:25 [2022-07-20T17:13:25.721Z] === RUN   TestInspectOomKilledTrue
17:13:25 [2022-07-20T17:13:25.721Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:13:25 [2022-07-20T17:13:25.721Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
17:13:25 [2022-07-20T17:13:25.721Z] === RUN   TestInspectOomKilledFalse
17:13:25 [2022-07-20T17:13:25.721Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:13:25 [2022-07-20T17:13:25.721Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
17:13:25 [2022-07-20T17:13:25.721Z] === RUN   TestLinksEtcHostsContentMatch
17:13:25 [2022-07-20T17:13:25.721Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
17:13:25 [2022-07-20T17:13:25.980Z] --- PASS: TestLinksEtcHostsContentMatch (0.45s)
17:13:25 [2022-07-20T17:13:25.980Z] === RUN   TestLinksContainerNames
17:13:26 [2022-07-20T17:13:26.239Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000ec6780_<nil>_<nil>}
17:13:27 [2022-07-20T17:13:27.178Z] --- PASS: TestLinksContainerNames (1.25s)
17:13:27 [2022-07-20T17:13:27.178Z] === RUN   TestLogsFollowTailEmpty
17:13:27 [2022-07-20T17:13:27.437Z]     check_test.go:540: [d8fafb529a4a5] daemon is not started
17:13:27 [2022-07-20T17:13:27.437Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
17:13:28 [2022-07-20T17:13:28.006Z] --- PASS: TestLogsFollowTailEmpty (0.59s)
17:13:28 [2022-07-20T17:13:28.006Z] === RUN   TestLogs
17:13:28 [2022-07-20T17:13:28.006Z] === RUN   TestLogs/driver_local
17:13:28 [2022-07-20T17:13:28.006Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
17:13:28 [2022-07-20T17:13:28.006Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
17:13:28 [2022-07-20T17:13:28.006Z] === RUN   TestLogs/driver_local/tty/only_stdout
17:13:28 [2022-07-20T17:13:28.006Z] === PAUSE TestLogs/driver_local/tty/only_stdout
17:13:28 [2022-07-20T17:13:28.006Z] === RUN   TestLogs/driver_local/tty/only_stderr
17:13:28 [2022-07-20T17:13:28.006Z] === PAUSE TestLogs/driver_local/tty/only_stderr
17:13:28 [2022-07-20T17:13:28.006Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
17:13:28 [2022-07-20T17:13:28.006Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
17:13:28 [2022-07-20T17:13:28.006Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
17:13:28 [2022-07-20T17:13:28.006Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
17:13:28 [2022-07-20T17:13:28.006Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
17:13:28 [2022-07-20T17:13:28.006Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
17:13:28 [2022-07-20T17:13:28.006Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
17:13:28 [2022-07-20T17:13:28.006Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
17:13:28 [2022-07-20T17:13:28.006Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
17:13:28 [2022-07-20T17:13:28.945Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
17:13:29 [2022-07-20T17:13:29.204Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
17:13:29 [2022-07-20T17:13:29.464Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
17:13:29 [2022-07-20T17:13:29.723Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
17:13:29 [2022-07-20T17:13:29.723Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
17:13:29 [2022-07-20T17:13:29.723Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
17:13:29 [2022-07-20T17:13:29.723Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
17:13:29 [2022-07-20T17:13:29.723Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
17:13:29 [2022-07-20T17:13:29.723Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
17:13:29 [2022-07-20T17:13:29.723Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
17:13:29 [2022-07-20T17:13:29.723Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
17:13:29 [2022-07-20T17:13:29.983Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
17:13:30 [2022-07-20T17:13:30.245Z] === CONT  TestLogs/driver_local/tty/only_stderr
17:13:30 [2022-07-20T17:13:30.245Z] === CONT  TestLogs/driver_local/tty/only_stdout
17:13:30 [2022-07-20T17:13:30.505Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
17:13:30 [2022-07-20T17:13:30.764Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
17:13:31 [2022-07-20T17:13:31.024Z]     check_test.go:540: [d98a862e9eee2] daemon is not started
17:13:31 [2022-07-20T17:13:31.024Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
17:13:31 [2022-07-20T17:13:31.284Z] === RUN   TestLogs/driver_json-file
17:13:31 [2022-07-20T17:13:31.284Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
17:13:31 [2022-07-20T17:13:31.284Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
17:13:31 [2022-07-20T17:13:31.284Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
17:13:31 [2022-07-20T17:13:31.284Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
17:13:31 [2022-07-20T17:13:31.284Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
17:13:31 [2022-07-20T17:13:31.284Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
17:13:31 [2022-07-20T17:13:31.284Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:13:31 [2022-07-20T17:13:31.284Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:13:31 [2022-07-20T17:13:31.284Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
17:13:31 [2022-07-20T17:13:31.284Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
17:13:31 [2022-07-20T17:13:31.284Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
17:13:31 [2022-07-20T17:13:31.284Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
17:13:31 [2022-07-20T17:13:31.284Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
17:13:31 [2022-07-20T17:13:31.284Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:13:32 [2022-07-20T17:13:32.222Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
17:13:32 [2022-07-20T17:13:32.482Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
17:13:32 [2022-07-20T17:13:32.482Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
17:13:32 [2022-07-20T17:13:32.904Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
17:13:32 [2022-07-20T17:13:32.904Z] PASS
17:13:32 [2022-07-20T17:13:32.904Z] 
17:13:32 [2022-07-20T17:13:32.904Z] === Skipped
17:13:32 [2022-07-20T17:13:32.904Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
17:13:32 [2022-07-20T17:13:32.904Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:13:32 [2022-07-20T17:13:32.904Z] 
17:13:32 [2022-07-20T17:13:32.904Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
17:13:32 [2022-07-20T17:13:32.904Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:13:32 [2022-07-20T17:13:32.904Z] 
17:13:32 [2022-07-20T17:13:32.904Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
17:13:32 [2022-07-20T17:13:32.904Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:13:32 [2022-07-20T17:13:32.904Z] 
17:13:32 [2022-07-20T17:13:32.904Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
17:13:32 [2022-07-20T17:13:32.904Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:13:32 [2022-07-20T17:13:32.904Z] 
17:13:32 [2022-07-20T17:13:32.904Z] DONE 17 tests, 4 skipped in 26.524s
17:13:32 [2022-07-20T17:13:32.904Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
17:13:32 [2022-07-20T17:13:32.904Z] ++ 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
17:13:32 [2022-07-20T17:13:32.904Z] ++ set -e
17:13:32 [2022-07-20T17:13:32.905Z] ++ '[' -n 0 ']'
17:13:32 [2022-07-20T17:13:32.905Z] ++ set -x
17:13:32 [2022-07-20T17:13:32.905Z] ++ env -i DEST=/go/src/github.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
17:13:32 [2022-07-20T17:13:32.905Z] INFO: Testing against a local daemon
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
17:13:32 [2022-07-20T17:13:32.905Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
17:13:32 [2022-07-20T17:13:32.905Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/pull
17:13:32 [2022-07-20T17:13:32.905Z] === PAUSE TestPluginInvalidJSON/plugins/pull
17:13:32 [2022-07-20T17:13:32.905Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
17:13:32 [2022-07-20T17:13:32.905Z] === CONT  TestPluginInvalidJSON/plugins/pull
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
17:13:32 [2022-07-20T17:13:32.905Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
17:13:32 [2022-07-20T17:13:32.905Z] --- PASS: TestPluginInvalidJSON (0.02s)
17:13:32 [2022-07-20T17:13:32.905Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInstall
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInstall/no_auth
17:13:32 [2022-07-20T17:13:32.905Z] time="2022-07-20T17:13:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:32 [2022-07-20T17:13:32.905Z] time="2022-07-20T17:13:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f74824e9893d59860aa308ddba83247901a0577d4ae51aaa79b5fc0ec6207b1" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:32 [2022-07-20T17:13:32.905Z] time="2022-07-20T17:13:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:32 [2022-07-20T17:13:32.905Z] time="2022-07-20T17:13:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f74824e9893d59860aa308ddba83247901a0577d4ae51aaa79b5fc0ec6207b1" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:32 [2022-07-20T17:13:32.905Z] === RUN   TestPluginInstall/with_htpasswd
17:13:33 [2022-07-20T17:13:33.164Z] time="2022-07-20T17:13:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:33 [2022-07-20T17:13:33.164Z] time="2022-07-20T17:13:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f74824e9893d59860aa308ddba83247901a0577d4ae51aaa79b5fc0ec6207b1" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:33 [2022-07-20T17:13:33.164Z] time="2022-07-20T17:13:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:33 [2022-07-20T17:13:33.164Z] time="2022-07-20T17:13:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f74824e9893d59860aa308ddba83247901a0577d4ae51aaa79b5fc0ec6207b1" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:33 [2022-07-20T17:13:33.423Z] === RUN   TestPluginInstall/with_insecure
17:13:33 [2022-07-20T17:13:33.424Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
17:13:33 [2022-07-20T17:13:33.424Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
17:13:33 [2022-07-20T17:13:33.424Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
17:13:34 [2022-07-20T17:13:34.360Z] time="2022-07-20T17:13:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:34 [2022-07-20T17:13:34.360Z] time="2022-07-20T17:13:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb16c73c851edac5cdeaaf627817ad847464e637f293f885125e4eea9c4d6b7e" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:34 [2022-07-20T17:13:34.360Z] time="2022-07-20T17:13:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:13:34 [2022-07-20T17:13:34.360Z] time="2022-07-20T17:13:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb16c73c851edac5cdeaaf627817ad847464e637f293f885125e4eea9c4d6b7e" mediatype=application/vnd.docker.plugin.v1+json size=522
17:13:34 [2022-07-20T17:13:34.360Z]     plugin_test.go:195: [d8b270ae6e620] daemon is not started
17:13:34 [2022-07-20T17:13:34.360Z] --- PASS: TestPluginInstall (2.53s)
17:13:34 [2022-07-20T17:13:34.360Z]     --- PASS: TestPluginInstall/no_auth (0.96s)
17:13:34 [2022-07-20T17:13:34.360Z]     --- PASS: TestPluginInstall/with_htpasswd (0.56s)
17:13:34 [2022-07-20T17:13:34.360Z]     --- PASS: TestPluginInstall/with_insecure (1.01s)
17:13:34 [2022-07-20T17:13:34.360Z] === RUN   TestPluginsWithRuntimes
17:13:34 [2022-07-20T17:13:34.361Z]     docker_cli_daemon_plugins_test.go:80: [df376e2fb4042] daemon is not started
17:13:34 [2022-07-20T17:13:34.361Z] --- PASS: TestLogs (6.53s)
17:13:34 [2022-07-20T17:13:34.361Z]     --- PASS: TestLogs/driver_local (0.01s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.21s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.25s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.16s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.19s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.92s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.01s)
17:13:34 [2022-07-20T17:13:34.361Z]     --- PASS: TestLogs/driver_json-file (0.02s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.97s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.13s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.02s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.07s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.98s)
17:13:34 [2022-07-20T17:13:34.361Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.85s)
17:13:34 [2022-07-20T17:13:34.361Z] === RUN   TestContainerNetworkMountsNoChown
17:13:34 [2022-07-20T17:13:34.929Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
17:13:34 [2022-07-20T17:13:34.929Z] --- PASS: TestContainerNetworkMountsNoChown (0.62s)
17:13:34 [2022-07-20T17:13:34.929Z] === RUN   TestMountDaemonRoot
17:13:34 [2022-07-20T17:13:34.929Z] === RUN   TestMountDaemonRoot/default
17:13:34 [2022-07-20T17:13:34.929Z] === PAUSE TestMountDaemonRoot/default
17:13:34 [2022-07-20T17:13:34.929Z] === RUN   TestMountDaemonRoot/private
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/private
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/rprivate
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/rprivate
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/slave
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/slave
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/rslave
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/rslave
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/shared
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/shared
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/rshared
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/rshared
17:13:34 [2022-07-20T17:13:34.930Z] === CONT  TestMountDaemonRoot/default
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/default/mount_root
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/default/bind_root
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:13:34 [2022-07-20T17:13:34.930Z] === CONT  TestMountDaemonRoot/default/mount_root
17:13:34 [2022-07-20T17:13:34.930Z] === CONT  TestMountDaemonRoot/rshared
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:13:34 [2022-07-20T17:13:34.930Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:13:34 [2022-07-20T17:13:34.930Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:13:34 [2022-07-20T17:13:34.930Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:13:35 [2022-07-20T17:13:35.188Z] === CONT  TestMountDaemonRoot/shared
17:13:35 [2022-07-20T17:13:35.188Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:13:35 [2022-07-20T17:13:35.188Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:13:35 [2022-07-20T17:13:35.188Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:13:35 [2022-07-20T17:13:35.188Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:13:35 [2022-07-20T17:13:35.188Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:13:35 [2022-07-20T17:13:35.188Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:13:35 [2022-07-20T17:13:35.188Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:13:35 [2022-07-20T17:13:35.188Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === CONT  TestMountDaemonRoot/rslave
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === CONT  TestMountDaemonRoot/slave
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === CONT  TestMountDaemonRoot/rprivate
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:13:35 [2022-07-20T17:13:35.189Z] === CONT  TestMountDaemonRoot/private
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/private/mount_root
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/private/bind_root
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:13:35 [2022-07-20T17:13:35.189Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === CONT  TestMountDaemonRoot/default/bind_root
17:13:35 [2022-07-20T17:13:35.189Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:13:35 [2022-07-20T17:13:35.189Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:13:35 [2022-07-20T17:13:35.189Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:13:35 [2022-07-20T17:13:35.189Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:13:35 [2022-07-20T17:13:35.448Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/private/mount_root
17:13:35 [2022-07-20T17:13:35.448Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:13:35 [2022-07-20T17:13:35.707Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:13:35 [2022-07-20T17:13:35.707Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:13:35 [2022-07-20T17:13:35.707Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:13:35 [2022-07-20T17:13:35.707Z] === CONT  TestMountDaemonRoot/private/bind_root
17:13:35 [2022-07-20T17:13:35.707Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:13:35 [2022-07-20T17:13:35.707Z] --- PASS: TestMountDaemonRoot (0.02s)
17:13:35 [2022-07-20T17:13:35.707Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.11s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s)
17:13:35 [2022-07-20T17:13:35.707Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
17:13:35 [2022-07-20T17:13:35.707Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
17:13:35 [2022-07-20T17:13:35.707Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
17:13:35 [2022-07-20T17:13:35.707Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
17:13:35 [2022-07-20T17:13:35.707Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
17:13:35 [2022-07-20T17:13:35.707Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
17:13:35 [2022-07-20T17:13:35.707Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
17:13:35 [2022-07-20T17:13:35.707Z] === RUN   TestContainerBindMountNonRecursive
17:13:36 [2022-07-20T17:13:36.263Z] === RUN   TestPluginsWithRuntimes/No_Args
17:13:36 [2022-07-20T17:13:36.621Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
17:13:36 [2022-07-20T17:13:36.645Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
17:13:36 [2022-07-20T17:13:36.832Z] === RUN   TestPluginsWithRuntimes/With_Args
17:13:37 [2022-07-20T17:13:37.214Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
17:13:37 [2022-07-20T17:13:37.473Z] --- PASS: TestContainerBindMountNonRecursive (1.80s)
17:13:37 [2022-07-20T17:13:37.473Z] === RUN   TestContainerVolumesMountedAsShared
17:13:37 [2022-07-20T17:13:37.733Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
17:13:37 [2022-07-20T17:13:37.769Z] --- PASS: TestPluginsWithRuntimes (3.24s)
17:13:37 [2022-07-20T17:13:37.769Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.86s)
17:13:37 [2022-07-20T17:13:37.769Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
17:13:37 [2022-07-20T17:13:37.769Z] === RUN   TestPluginBackCompatMediaTypes
17:13:37 [2022-07-20T17:13:37.994Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
17:13:37 [2022-07-20T17:13:37.994Z] --- PASS: TestContainerVolumesMountedAsShared (0.65s)
17:13:37 [2022-07-20T17:13:37.994Z] === RUN   TestContainerVolumesMountedAsSlave
17:13:38 [2022-07-20T17:13:38.336Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s)
17:13:38 [2022-07-20T17:13:38.336Z] PASS
17:13:38 [2022-07-20T17:13:38.336Z] 
17:13:38 [2022-07-20T17:13:38.336Z] DONE 24 tests in 6.480s
17:13:38 [2022-07-20T17:13:38.336Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
17:13:38 [2022-07-20T17:13:38.336Z] ++ 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
17:13:38 [2022-07-20T17:13:38.336Z] ++ set -e
17:13:38 [2022-07-20T17:13:38.336Z] ++ '[' -n 0 ']'
17:13:38 [2022-07-20T17:13:38.336Z] ++ set -x
17:13:38 [2022-07-20T17:13:38.336Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
17:13:38 [2022-07-20T17:13:38.336Z] INFO: Testing against a local daemon
17:13:38 [2022-07-20T17:13:38.336Z] === RUN   TestExternalGraphDriver
17:13:38 [2022-07-20T17:13:38.562Z] --- PASS: TestContainerVolumesMountedAsSlave (0.48s)
17:13:38 [2022-07-20T17:13:38.562Z] === RUN   TestNetworkNat
17:13:38 [2022-07-20T17:13:38.562Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
17:13:38 [2022-07-20T17:13:38.562Z]     docker_cli_daemon_plugins_test.go:170: [d98551160609b] daemon is not started
17:13:38 [2022-07-20T17:13:38.904Z] === RUN   TestExternalGraphDriver/json
17:13:39 [2022-07-20T17:13:39.501Z] --- PASS: TestNetworkNat (0.79s)
17:13:39 [2022-07-20T17:13:39.501Z] === RUN   TestNetworkLocalhostTCPNat
17:13:39 [2022-07-20T17:13:39.501Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
17:13:39 [2022-07-20T17:13:39.759Z] --- PASS: TestServicePlugin (30.13s)
17:13:39 [2022-07-20T17:13:39.759Z] === RUN   TestServiceUpdateLabel
17:13:40 [2022-07-20T17:13:40.069Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
17:13:40 [2022-07-20T17:13:40.281Z] === RUN   TestExternalGraphDriver/spec
17:13:40 [2022-07-20T17:13:40.325Z] --- PASS: TestServiceUpdateLabel (2.18s)
17:13:40 [2022-07-20T17:13:40.325Z] === RUN   TestServiceUpdateSecrets
17:13:40 [2022-07-20T17:13:40.328Z] === RUN   TestDockerSuite/TestExecAPIStart
17:13:40 [2022-07-20T17:13:40.328Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s)
17:13:40 [2022-07-20T17:13:40.328Z] === RUN   TestNetworkLoopbackNat
17:13:42 [2022-07-20T17:13:42.184Z] === RUN   TestExternalGraphDriver/pull
17:13:42 [2022-07-20T17:13:42.235Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
17:13:42 [2022-07-20T17:13:42.494Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
17:13:43 [2022-07-20T17:13:43.069Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
17:13:43 [2022-07-20T17:13:43.329Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
17:13:43 [2022-07-20T17:13:43.329Z] --- PASS: TestNetworkLoopbackNat (3.19s)
17:13:43 [2022-07-20T17:13:43.329Z] === RUN   TestPause
17:13:43 [2022-07-20T17:13:43.562Z] --- PASS: TestExternalGraphDriver (5.16s)
17:13:43 [2022-07-20T17:13:43.562Z]     --- PASS: TestExternalGraphDriver/json (1.57s)
17:13:43 [2022-07-20T17:13:43.562Z]     --- PASS: TestExternalGraphDriver/spec (1.55s)
17:13:43 [2022-07-20T17:13:43.562Z]     --- PASS: TestExternalGraphDriver/pull (1.71s)
17:13:43 [2022-07-20T17:13:43.562Z] === RUN   TestGraphdriverPluginV2
17:13:43 [2022-07-20T17:13:43.588Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
17:13:43 [2022-07-20T17:13:43.821Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:13:43 [2022-07-20T17:13:43.821Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
17:13:43 [2022-07-20T17:13:43.821Z] PASS
17:13:43 [2022-07-20T17:13:43.821Z] 
17:13:43 [2022-07-20T17:13:43.821Z] === Skipped
17:13:43 [2022-07-20T17:13:43.821Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
17:13:43 [2022-07-20T17:13:43.821Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:13:43 [2022-07-20T17:13:43.821Z] 
17:13:43 [2022-07-20T17:13:43.821Z] DONE 5 tests, 1 skipped in 5.601s
17:13:43 [2022-07-20T17:13:43.821Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
17:13:43 [2022-07-20T17:13:43.821Z] ++ 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
17:13:43 [2022-07-20T17:13:43.821Z] ++ set -e
17:13:43 [2022-07-20T17:13:43.821Z] ++ '[' -n 0 ']'
17:13:43 [2022-07-20T17:13:43.821Z] ++ set -x
17:13:43 [2022-07-20T17:13:43.821Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
17:13:44 [2022-07-20T17:13:44.080Z] INFO: Testing against a local daemon
17:13:44 [2022-07-20T17:13:44.080Z] === RUN   TestContinueAfterPluginCrash
17:13:44 [2022-07-20T17:13:44.080Z] === PAUSE TestContinueAfterPluginCrash
17:13:44 [2022-07-20T17:13:44.080Z] === RUN   TestReadPluginNoRead
17:13:44 [2022-07-20T17:13:44.080Z] === PAUSE TestReadPluginNoRead
17:13:44 [2022-07-20T17:13:44.080Z] === RUN   TestDaemonStartWithLogOpt
17:13:44 [2022-07-20T17:13:44.080Z] === PAUSE TestDaemonStartWithLogOpt
17:13:44 [2022-07-20T17:13:44.080Z] === CONT  TestContinueAfterPluginCrash
17:13:44 [2022-07-20T17:13:44.080Z] === CONT  TestDaemonStartWithLogOpt
17:13:44 [2022-07-20T17:13:44.160Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
17:13:44 [2022-07-20T17:13:44.160Z] --- PASS: TestPause (0.77s)
17:13:44 [2022-07-20T17:13:44.160Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:13:44 [2022-07-20T17:13:44.160Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:13:44 [2022-07-20T17:13:44.160Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:13:44 [2022-07-20T17:13:44.160Z] === RUN   TestPauseStopPausedContainer
17:13:44 [2022-07-20T17:13:44.160Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
17:13:44 [2022-07-20T17:13:44.729Z]     check_test.go:540: [d1508934f5d66] daemon is not started
17:13:44 [2022-07-20T17:13:44.729Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
17:13:44 [2022-07-20T17:13:44.729Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
17:13:44 [2022-07-20T17:13:44.729Z] --- PASS: TestPauseStopPausedContainer (0.64s)
17:13:44 [2022-07-20T17:13:44.729Z] === RUN   TestPidHost
17:13:45 [2022-07-20T17:13:45.668Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
17:13:46 [2022-07-20T17:13:46.608Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
17:13:46 [2022-07-20T17:13:46.608Z] --- PASS: TestPidHost (1.69s)
17:13:46 [2022-07-20T17:13:46.608Z] === RUN   TestPsFilter
17:13:46 [2022-07-20T17:13:46.608Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
17:13:46 [2022-07-20T17:13:46.608Z] --- PASS: TestPsFilter (0.14s)
17:13:46 [2022-07-20T17:13:46.608Z] === RUN   TestRemoveContainerWithRemovedVolume
17:13:47 [2022-07-20T17:13:47.425Z] --- PASS: TestDaemonStartWithLogOpt (2.97s)
17:13:47 [2022-07-20T17:13:47.425Z] === CONT  TestReadPluginNoRead
17:13:47 [2022-07-20T17:13:47.546Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.63s)
17:13:47 [2022-07-20T17:13:47.546Z] === RUN   TestRemoveContainerWithVolume
17:13:47 [2022-07-20T17:13:47.546Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
17:13:48 [2022-07-20T17:13:48.115Z] --- PASS: TestRemoveContainerWithVolume (0.88s)
17:13:48 [2022-07-20T17:13:48.115Z] === RUN   TestRemoveContainerRunning
17:13:48 [2022-07-20T17:13:48.115Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
17:13:49 [2022-07-20T17:13:49.054Z] --- PASS: TestRemoveContainerRunning (0.64s)
17:13:49 [2022-07-20T17:13:49.054Z] === RUN   TestRemoveContainerForceRemoveRunning
17:13:49 [2022-07-20T17:13:49.054Z] === RUN   TestDockerSuite/TestExecStateCleanup
17:13:49 [2022-07-20T17:13:49.329Z] === RUN   TestReadPluginNoRead/default
17:13:49 [2022-07-20T17:13:49.624Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.73s)
17:13:49 [2022-07-20T17:13:49.624Z] === RUN   TestRemoveInvalidContainer
17:13:49 [2022-07-20T17:13:49.624Z] --- PASS: TestRemoveInvalidContainer (0.02s)
17:13:49 [2022-07-20T17:13:49.624Z] === RUN   TestRenameLinkedContainer
17:13:49 [2022-07-20T17:13:49.883Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
17:13:50 [2022-07-20T17:13:50.265Z] === RUN   TestReadPluginNoRead/disabled_caching
17:13:51 [2022-07-20T17:13:51.264Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
17:13:51 [2022-07-20T17:13:51.642Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:13:51 [2022-07-20T17:13:51.836Z] --- PASS: TestRenameLinkedContainer (2.33s)
17:13:51 [2022-07-20T17:13:51.836Z] === RUN   TestRenameStoppedContainer
17:13:52 [2022-07-20T17:13:52.210Z] --- PASS: TestContinueAfterPluginCrash (8.03s)
17:13:52 [2022-07-20T17:13:52.406Z] --- PASS: TestRenameStoppedContainer (0.61s)
17:13:52 [2022-07-20T17:13:52.406Z] === RUN   TestRenameRunningContainerAndReuse
17:13:52 [2022-07-20T17:13:52.470Z] === CONT  TestReadPluginNoRead
17:13:52 [2022-07-20T17:13:52.470Z]     read_test.go:92: [d64729c92ab6c] daemon is not started
17:13:52 [2022-07-20T17:13:52.470Z] --- PASS: TestReadPluginNoRead (5.59s)
17:13:52 [2022-07-20T17:13:52.470Z]     --- PASS: TestReadPluginNoRead/default (1.14s)
17:13:52 [2022-07-20T17:13:52.470Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.17s)
17:13:52 [2022-07-20T17:13:52.470Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.16s)
17:13:52 [2022-07-20T17:13:52.470Z] PASS
17:13:52 [2022-07-20T17:13:52.470Z] 
17:13:52 [2022-07-20T17:13:52.470Z] DONE 6 tests in 8.670s
17:13:52 [2022-07-20T17:13:52.470Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
17:13:52 [2022-07-20T17:13:52.470Z] ++ 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
17:13:52 [2022-07-20T17:13:52.470Z] ++ set -e
17:13:52 [2022-07-20T17:13:52.470Z] ++ '[' -n 0 ']'
17:13:52 [2022-07-20T17:13:52.470Z] ++ set -x
17:13:52 [2022-07-20T17:13:52.470Z] ++ env -i DEST=/go/src/github.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
17:13:52 [2022-07-20T17:13:52.665Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
17:13:52 [2022-07-20T17:13:52.729Z] testing: warning: no tests to run
17:13:52 [2022-07-20T17:13:52.729Z] PASS
17:13:52 [2022-07-20T17:13:52.729Z] 
17:13:52 [2022-07-20T17:13:52.729Z] DONE 0 tests in 0.036s
17:13:52 [2022-07-20T17:13:52.729Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
17:13:52 [2022-07-20T17:13:52.729Z] ++ 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
17:13:52 [2022-07-20T17:13:52.729Z] ++ set -e
17:13:52 [2022-07-20T17:13:52.729Z] ++ '[' -n 0 ']'
17:13:52 [2022-07-20T17:13:52.729Z] ++ set -x
17:13:52 [2022-07-20T17:13:52.729Z] ++ env -i DEST=/go/src/github.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
17:13:52 [2022-07-20T17:13:52.729Z] INFO: Testing against a local daemon
17:13:52 [2022-07-20T17:13:52.729Z] === RUN   TestPluginWithDevMounts
17:13:52 [2022-07-20T17:13:52.729Z] === PAUSE TestPluginWithDevMounts
17:13:52 [2022-07-20T17:13:52.729Z] === CONT  TestPluginWithDevMounts
17:13:54 [2022-07-20T17:13:54.043Z] --- PASS: TestRenameRunningContainerAndReuse (1.37s)
17:13:54 [2022-07-20T17:13:54.043Z] === RUN   TestRenameInvalidName
17:13:54 [2022-07-20T17:13:54.043Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
17:13:54 [2022-07-20T17:13:54.632Z] --- PASS: TestPluginWithDevMounts (1.52s)
17:13:54 [2022-07-20T17:13:54.632Z] PASS
17:13:54 [2022-07-20T17:13:54.632Z] 
17:13:54 [2022-07-20T17:13:54.632Z] DONE 1 tests in 1.646s
17:13:54 [2022-07-20T17:13:54.632Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
17:13:54 [2022-07-20T17:13:54.632Z] ++ 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
17:13:54 [2022-07-20T17:13:54.632Z] ++ set -e
17:13:54 [2022-07-20T17:13:54.632Z] ++ '[' -n 0 ']'
17:13:54 [2022-07-20T17:13:54.632Z] ++ set -x
17:13:54 [2022-07-20T17:13:54.632Z] ++ env -i DEST=/go/src/github.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
17:13:54 [2022-07-20T17:13:54.632Z] INFO: Testing against a local daemon
17:13:54 [2022-07-20T17:13:54.632Z] === RUN   TestSecretInspect
17:13:54 [2022-07-20T17:13:54.638Z] --- PASS: TestRenameInvalidName (0.58s)
17:13:54 [2022-07-20T17:13:54.638Z] === RUN   TestRenameAnonymousContainer
17:13:54 [2022-07-20T17:13:54.718Z] tests/integration/api_volume_test.py .........                           [ 74%]
17:13:54 [2022-07-20T17:13:54.718Z] tests/integration/client_test.py .....                                   [ 75%]
17:13:54 [2022-07-20T17:13:54.718Z] tests/integration/context_api_test.py ...                                [ 76%]
17:13:54 [2022-07-20T17:13:54.718Z] tests/integration/errors_test.py .                                       [ 76%]
17:13:55 [2022-07-20T17:13:55.187Z] --- PASS: TestServiceUpdateSecrets (14.56s)
17:13:55 [2022-07-20T17:13:55.187Z] === RUN   TestServiceUpdateConfigs
17:13:55 [2022-07-20T17:13:55.591Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
17:13:56 [2022-07-20T17:13:56.172Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
17:13:56 [2022-07-20T17:13:56.537Z] --- PASS: TestSecretInspect (2.27s)
17:13:56 [2022-07-20T17:13:56.537Z] === RUN   TestSecretList
17:13:56 [2022-07-20T17:13:56.738Z] --- PASS: TestRenameAnonymousContainer (2.23s)
17:13:56 [2022-07-20T17:13:56.738Z] === RUN   TestRenameContainerWithSameName
17:13:57 [2022-07-20T17:13:57.305Z] --- PASS: TestRenameContainerWithSameName (0.46s)
17:13:57 [2022-07-20T17:13:57.305Z] === RUN   TestRenameContainerWithLinkedContainer
17:13:58 [2022-07-20T17:13:58.241Z] --- PASS: TestRenameContainerWithLinkedContainer (0.94s)
17:13:58 [2022-07-20T17:13:58.241Z] === RUN   TestResize
17:13:58 [2022-07-20T17:13:58.500Z] --- PASS: TestResize (0.44s)
17:13:58 [2022-07-20T17:13:58.500Z] === RUN   TestResizeWithInvalidSize
17:13:59 [2022-07-20T17:13:59.069Z] --- PASS: TestResizeWithInvalidSize (0.47s)
17:13:59 [2022-07-20T17:13:59.069Z] === RUN   TestResizeWhenContainerNotStarted
17:13:59 [2022-07-20T17:13:59.071Z] --- PASS: TestSecretList (2.16s)
17:13:59 [2022-07-20T17:13:59.071Z] === RUN   TestSecretsCreateAndDelete
17:13:59 [2022-07-20T17:13:59.328Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s)
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:13:59 [2022-07-20T17:13:59.328Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:13:59 [2022-07-20T17:13:59.329Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:13:59 [2022-07-20T17:13:59.896Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
17:14:00 [2022-07-20T17:14:00.156Z] === RUN   TestDockerSuite/TestGetContainerStats
17:14:00 [2022-07-20T17:14:00.975Z] --- PASS: TestSecretsCreateAndDelete (2.26s)
17:14:00 [2022-07-20T17:14:00.975Z] === RUN   TestSecretsUpdate
17:14:01 [2022-07-20T17:14:01.093Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:14:01 [2022-07-20T17:14:01.352Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:14:02 [2022-07-20T17:14:02.730Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:14:03 [2022-07-20T17:14:03.509Z] --- PASS: TestSecretsUpdate (2.18s)
17:14:03 [2022-07-20T17:14:03.509Z] === RUN   TestTemplatedSecret
17:14:04 [2022-07-20T17:14:04.107Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:14:04 [2022-07-20T17:14:04.677Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
17:14:04 [2022-07-20T17:14:04.937Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:14:05 [2022-07-20T17:14:05.199Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:14:06 [2022-07-20T17:14:06.043Z] --- PASS: TestTemplatedSecret (2.43s)
17:14:06 [2022-07-20T17:14:06.043Z] === RUN   TestSecretCreateResolve
17:14:06 [2022-07-20T17:14:06.581Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
17:14:07 [2022-07-20T17:14:07.949Z] --- PASS: TestSecretCreateResolve (2.19s)
17:14:07 [2022-07-20T17:14:07.949Z] PASS
17:14:07 [2022-07-20T17:14:07.949Z] 
17:14:07 [2022-07-20T17:14:07.949Z] DONE 6 tests in 13.580s
17:14:07 [2022-07-20T17:14:07.949Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
17:14:07 [2022-07-20T17:14:07.949Z] ++ 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
17:14:07 [2022-07-20T17:14:07.949Z] ++ set -e
17:14:07 [2022-07-20T17:14:07.949Z] ++ '[' -n 0 ']'
17:14:07 [2022-07-20T17:14:07.949Z] ++ set -x
17:14:07 [2022-07-20T17:14:07.949Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
17:14:07 [2022-07-20T17:14:07.949Z] INFO: Testing against a local daemon
17:14:07 [2022-07-20T17:14:07.949Z] === RUN   TestServiceCreateInit
17:14:07 [2022-07-20T17:14:07.949Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:14:08 [2022-07-20T17:14:08.486Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:14:08 [2022-07-20T17:14:08.745Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:14:09 [2022-07-20T17:14:09.684Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
17:14:10 [2022-07-20T17:14:10.049Z] --- PASS: TestServiceUpdateConfigs (14.52s)
17:14:10 [2022-07-20T17:14:10.049Z] === RUN   TestServiceUpdateNetwork
17:14:11 [2022-07-20T17:14:11.236Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:14:11 [2022-07-20T17:14:11.591Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:14:11 [2022-07-20T17:14:11.591Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
17:14:11 [2022-07-20T17:14:11.591Z]     check_test.go:540: [d318ecc24df8c] daemon is not started
17:14:11 [2022-07-20T17:14:11.591Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
17:14:13 [2022-07-20T17:14:13.454Z] tests/integration/models_containers_test.py ............................ [ 83%]
17:14:13 [2022-07-20T17:14:13.499Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:14:13 [2022-07-20T17:14:13.499Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:14:13 [2022-07-20T17:14:13.499Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
17:14:15 [2022-07-20T17:14:15.427Z] --- PASS: TestServiceCreateInit (6.76s)
17:14:15 [2022-07-20T17:14:15.427Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.09s)
17:14:15 [2022-07-20T17:14:15.427Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.66s)
17:14:15 [2022-07-20T17:14:15.427Z] === RUN   TestCreateServiceMultipleTimes
17:14:16 [2022-07-20T17:14:16.792Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
17:14:16 [2022-07-20T17:14:16.792Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:14:17 [2022-07-20T17:14:17.056Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
17:14:17 [2022-07-20T17:14:17.056Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
17:14:17 [2022-07-20T17:14:17.316Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
17:14:18 [2022-07-20T17:14:18.255Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:14:18 [2022-07-20T17:14:18.255Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
17:14:19 [2022-07-20T17:14:19.194Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
17:14:19 [2022-07-20T17:14:19.453Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:14:20 [2022-07-20T17:14:20.022Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
17:14:21 [2022-07-20T17:14:21.402Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
17:14:22 [2022-07-20T17:14:22.241Z] --- PASS: TestServiceUpdateNetwork (12.50s)
17:14:22 [2022-07-20T17:14:22.241Z] === RUN   TestServiceUpdatePidsLimit
17:14:22 [2022-07-20T17:14:22.340Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
17:14:22 [2022-07-20T17:14:22.340Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.51s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.02s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.35s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.22s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.10s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.29s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.48s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.49s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.57s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.84s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.93s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.39s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.74s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.87s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.22s)
17:14:22 [2022-07-20T17:14:22.340Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.88s)
17:14:22 [2022-07-20T17:14:22.340Z] === RUN   TestCgroupNamespacesRun
17:14:23 [2022-07-20T17:14:23.175Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
17:14:23 [2022-07-20T17:14:23.279Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
17:14:23 [2022-07-20T17:14:23.279Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
17:14:23 [2022-07-20T17:14:23.279Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
17:14:24 [2022-07-20T17:14:24.108Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
17:14:24 [2022-07-20T17:14:24.219Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
17:14:24 [2022-07-20T17:14:24.478Z] --- PASS: TestCgroupNamespacesRun (2.16s)
17:14:24 [2022-07-20T17:14:24.478Z] === RUN   TestCgroupNamespacesRunPrivileged
17:14:25 [2022-07-20T17:14:25.047Z] === RUN   TestDockerSuite/TestLogsAPIUntil
17:14:26 [2022-07-20T17:14:26.428Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s)
17:14:26 [2022-07-20T17:14:26.428Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:14:27 [2022-07-20T17:14:27.805Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
17:14:27 [2022-07-20T17:14:27.805Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.42s)
17:14:27 [2022-07-20T17:14:27.805Z] === RUN   TestCgroupNamespacesRunHostMode
17:14:29 [2022-07-20T17:14:29.186Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
17:14:29 [2022-07-20T17:14:29.186Z] --- PASS: TestCgroupNamespacesRunHostMode (1.42s)
17:14:29 [2022-07-20T17:14:29.186Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:14:29 [2022-07-20T17:14:29.447Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
17:14:29 [2022-07-20T17:14:29.656Z] .........                                                                [ 85%]
17:14:29 [2022-07-20T17:14:29.706Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
17:14:30 [2022-07-20T17:14:30.308Z] --- PASS: TestCreateServiceMultipleTimes (14.99s)
17:14:30 [2022-07-20T17:14:30.308Z] === RUN   TestCreateServiceConflict
17:14:30 [2022-07-20T17:14:30.643Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
17:14:30 [2022-07-20T17:14:30.643Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.57s)
17:14:30 [2022-07-20T17:14:30.643Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:14:30 [2022-07-20T17:14:30.660Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
17:14:32 [2022-07-20T17:14:32.022Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.46s)
17:14:32 [2022-07-20T17:14:32.022Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:14:32 [2022-07-20T17:14:32.210Z] --- PASS: TestCreateServiceConflict (2.19s)
17:14:32 [2022-07-20T17:14:32.211Z] === RUN   TestCreateServiceMaxReplicas
17:14:32 [2022-07-20T17:14:32.961Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s)
17:14:32 [2022-07-20T17:14:32.961Z] === RUN   TestCgroupNamespacesRunOlderClient
17:14:34 [2022-07-20T17:14:34.338Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
17:14:34 [2022-07-20T17:14:34.597Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.58s)
17:14:34 [2022-07-20T17:14:34.597Z] === RUN   TestNISDomainname
17:14:34 [2022-07-20T17:14:34.597Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
17:14:34 [2022-07-20T17:14:34.744Z] --- PASS: TestCreateServiceMaxReplicas (2.69s)
17:14:34 [2022-07-20T17:14:34.744Z] === RUN   TestCreateWithDuplicateNetworkNames
17:14:34 [2022-07-20T17:14:34.887Z] tests/integration/models_images_test.py ...............                  [ 89%]
17:14:35 [2022-07-20T17:14:35.165Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
17:14:35 [2022-07-20T17:14:35.427Z] --- PASS: TestNISDomainname (0.96s)
17:14:35 [2022-07-20T17:14:35.427Z] === RUN   TestHostnameDnsResolution
17:14:36 [2022-07-20T17:14:36.076Z] tests/integration/models_networks_test.py ....                           [ 90%]
17:14:36 [2022-07-20T17:14:36.808Z] === RUN   TestDockerSuite/TestPostContainersAttach
17:14:36 [2022-07-20T17:14:36.808Z] --- PASS: TestHostnameDnsResolution (1.31s)
17:14:36 [2022-07-20T17:14:36.808Z] === RUN   TestUnprivilegedPortsAndPing
17:14:37 [2022-07-20T17:14:37.376Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
17:14:37 [2022-07-20T17:14:37.635Z] --- PASS: TestUnprivilegedPortsAndPing (0.92s)
17:14:37 [2022-07-20T17:14:37.635Z] === RUN   TestPrivilegedHostDevices
17:14:38 [2022-07-20T17:14:38.204Z] --- PASS: TestPrivilegedHostDevices (0.63s)
17:14:38 [2022-07-20T17:14:38.204Z] === RUN   TestRunConsoleSize
17:14:38 [2022-07-20T17:14:38.761Z] --- PASS: TestServiceUpdatePidsLimit (16.33s)
17:14:38 [2022-07-20T17:14:38.761Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s)
17:14:38 [2022-07-20T17:14:38.761Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
17:14:38 [2022-07-20T17:14:38.761Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
17:14:38 [2022-07-20T17:14:38.761Z] PASS
17:14:38 [2022-07-20T17:14:38.761Z] 
17:14:38 [2022-07-20T17:14:38.761Z] === Skipped
17:14:38 [2022-07-20T17:14:38.761Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
17:14:38 [2022-07-20T17:14:38.761Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:14:38 [2022-07-20T17:14:38.761Z] 
17:14:38 [2022-07-20T17:14:38.761Z] DONE 27 tests, 1 skipped in 165.350s
17:14:38 [2022-07-20T17:14:38.761Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
17:14:38 [2022-07-20T17:14:38.761Z] INFO: Testing against a local daemon
17:14:38 [2022-07-20T17:14:38.761Z] === RUN   TestSessionCreate
17:14:38 [2022-07-20T17:14:38.761Z] --- PASS: TestSessionCreate (0.02s)
17:14:38 [2022-07-20T17:14:38.761Z] === RUN   TestSessionCreateWithBadUpgrade
17:14:38 [2022-07-20T17:14:38.761Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
17:14:38 [2022-07-20T17:14:38.761Z] PASS
17:14:38 [2022-07-20T17:14:38.761Z] 
17:14:38 [2022-07-20T17:14:38.761Z] DONE 2 tests in 0.065s
17:14:38 [2022-07-20T17:14:38.761Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
17:14:38 [2022-07-20T17:14:38.761Z] INFO: Testing against a local daemon
17:14:38 [2022-07-20T17:14:38.761Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:14:38 [2022-07-20T17:14:38.761Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
17:14:38 [2022-07-20T17:14:38.761Z] === RUN   TestDiskUsage
17:14:38 [2022-07-20T17:14:38.761Z] === PAUSE TestDiskUsage
17:14:38 [2022-07-20T17:14:38.761Z] === RUN   TestEventsExecDie
17:14:39 [2022-07-20T17:14:39.019Z] --- PASS: TestEventsExecDie (0.57s)
17:14:39 [2022-07-20T17:14:39.019Z] === RUN   TestEventsBackwardsCompatible
17:14:39 [2022-07-20T17:14:39.019Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
17:14:39 [2022-07-20T17:14:39.019Z] === RUN   TestEventsVolumeCreate
17:14:39 [2022-07-20T17:14:39.019Z] --- PASS: TestEventsVolumeCreate (0.06s)
17:14:39 [2022-07-20T17:14:39.019Z] === RUN   TestInfoBinaryCommits
17:14:39 [2022-07-20T17:14:39.019Z] --- PASS: TestInfoBinaryCommits (0.02s)
17:14:39 [2022-07-20T17:14:39.019Z] === RUN   TestInfoAPIVersioned
17:14:39 [2022-07-20T17:14:39.019Z] --- PASS: TestInfoAPIVersioned (0.00s)
17:14:39 [2022-07-20T17:14:39.019Z] === RUN   TestInfoAPI
17:14:39 [2022-07-20T17:14:39.019Z] --- PASS: TestInfoAPI (0.02s)
17:14:39 [2022-07-20T17:14:39.019Z] === RUN   TestInfoAPIWarnings
17:14:39 [2022-07-20T17:14:39.142Z] --- PASS: TestRunConsoleSize (0.75s)
17:14:39 [2022-07-20T17:14:39.142Z] === RUN   TestStats
17:14:41 [2022-07-20T17:14:41.046Z]     check_test.go:540: [df8fc10ec6e9e] daemon is not started
17:14:41 [2022-07-20T17:14:41.046Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
17:14:41 [2022-07-20T17:14:41.615Z] --- PASS: TestStats (2.52s)
17:14:41 [2022-07-20T17:14:41.615Z] === RUN   TestStopContainerWithTimeout
17:14:41 [2022-07-20T17:14:41.615Z] === RUN   TestStopContainerWithTimeout/0
17:14:41 [2022-07-20T17:14:41.615Z] === PAUSE TestStopContainerWithTimeout/0
17:14:41 [2022-07-20T17:14:41.615Z] === RUN   TestStopContainerWithTimeout/1
17:14:41 [2022-07-20T17:14:41.615Z] === PAUSE TestStopContainerWithTimeout/1
17:14:41 [2022-07-20T17:14:41.615Z] === RUN   TestStopContainerWithTimeout/3
17:14:41 [2022-07-20T17:14:41.615Z] === PAUSE TestStopContainerWithTimeout/3
17:14:41 [2022-07-20T17:14:41.615Z] === RUN   TestStopContainerWithTimeout/-1
17:14:41 [2022-07-20T17:14:41.615Z] === PAUSE TestStopContainerWithTimeout/-1
17:14:41 [2022-07-20T17:14:41.615Z] === CONT  TestStopContainerWithTimeout/0
17:14:41 [2022-07-20T17:14:41.615Z] === CONT  TestStopContainerWithTimeout/-1
17:14:42 [2022-07-20T17:14:42.552Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
17:14:42 [2022-07-20T17:14:42.552Z] === CONT  TestStopContainerWithTimeout/3
17:14:42 [2022-07-20T17:14:42.625Z] tests/integration/models_nodes_test.py .                                 [ 90%]
17:14:42 [2022-07-20T17:14:42.625Z] tests/integration/models_resources_test.py .                             [ 91%]
17:14:43 [2022-07-20T17:14:43.930Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
17:14:43 [2022-07-20T17:14:43.930Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
17:14:43 [2022-07-20T17:14:43.930Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
17:14:44 [2022-07-20T17:14:44.189Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
17:14:44 [2022-07-20T17:14:44.189Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
17:14:44 [2022-07-20T17:14:44.448Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
17:14:44 [2022-07-20T17:14:44.448Z] === CONT  TestStopContainerWithTimeout/1
17:14:45 [2022-07-20T17:14:45.018Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
17:14:45 [2022-07-20T17:14:45.018Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
17:14:45 [2022-07-20T17:14:45.586Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
17:14:45 [2022-07-20T17:14:45.845Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
17:14:46 [2022-07-20T17:14:46.416Z] --- PASS: TestStopContainerWithTimeout (0.02s)
17:14:46 [2022-07-20T17:14:46.416Z]     --- PASS: TestStopContainerWithTimeout/0 (0.87s)
17:14:46 [2022-07-20T17:14:46.416Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.88s)
17:14:46 [2022-07-20T17:14:46.416Z]     --- PASS: TestStopContainerWithTimeout/3 (2.54s)
17:14:46 [2022-07-20T17:14:46.416Z]     --- PASS: TestStopContainerWithTimeout/1 (1.85s)
17:14:46 [2022-07-20T17:14:46.416Z] === RUN   TestDeleteDevicemapper
17:14:46 [2022-07-20T17:14:46.416Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:14:46 [2022-07-20T17:14:46.416Z] --- SKIP: TestDeleteDevicemapper (0.00s)
17:14:46 [2022-07-20T17:14:46.416Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:14:47 [2022-07-20T17:14:47.392Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
17:14:47 [2022-07-20T17:14:47.392Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
17:14:48 [2022-07-20T17:14:48.373Z] === RUN   TestDockerSuite/TestAttachAfterDetach
17:14:48 [2022-07-20T17:14:48.960Z] tests/integration/models_services_test.py ................X.             [ 95%]
17:14:49 [2022-07-20T17:14:49.624Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.00s)
17:14:49 [2022-07-20T17:14:49.624Z] === RUN   TestCreateServiceSecretFileMode
17:14:49 [2022-07-20T17:14:49.770Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.13s)
17:14:49 [2022-07-20T17:14:49.770Z] === RUN   TestUpdateMemory
17:14:49 [2022-07-20T17:14:49.770Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
17:14:49 [2022-07-20T17:14:49.770Z] --- SKIP: TestUpdateMemory (0.00s)
17:14:49 [2022-07-20T17:14:49.770Z] === RUN   TestUpdateCPUQuota
17:14:50 [2022-07-20T17:14:50.191Z] --- PASS: TestCreateServiceSecretFileMode (2.44s)
17:14:50 [2022-07-20T17:14:50.191Z] === RUN   TestCreateServiceConfigFileMode
17:14:50 [2022-07-20T17:14:50.338Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
17:14:50 [2022-07-20T17:14:50.907Z] --- PASS: TestUpdateCPUQuota (1.39s)
17:14:50 [2022-07-20T17:14:50.907Z] === RUN   TestUpdatePidsLimit
17:14:50 [2022-07-20T17:14:50.907Z] === RUN   TestUpdatePidsLimit/update_from_none
17:14:51 [2022-07-20T17:14:51.168Z] === RUN   TestUpdatePidsLimit/no_change
17:14:51 [2022-07-20T17:14:51.427Z] === RUN   TestUpdatePidsLimit/update_lower
17:14:51 [2022-07-20T17:14:51.705Z] tests/integration/models_swarm_test.py ..                                [ 96%]
17:14:51 [2022-07-20T17:14:51.705Z] tests/integration/models_volumes_test.py ..                              [ 96%]
17:14:51 [2022-07-20T17:14:51.996Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
17:14:52 [2022-07-20T17:14:52.255Z] === RUN   TestDockerSuite/TestAttachDetach
17:14:52 [2022-07-20T17:14:52.255Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
17:14:52 [2022-07-20T17:14:52.724Z] --- PASS: TestCreateServiceConfigFileMode (2.39s)
17:14:52 [2022-07-20T17:14:52.724Z] === RUN   TestCreateServiceSysctls
17:14:52 [2022-07-20T17:14:52.825Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
17:14:52 [2022-07-20T17:14:52.825Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
17:14:53 [2022-07-20T17:14:53.087Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
17:14:53 [2022-07-20T17:14:53.346Z] === RUN   TestDockerSuite/TestAttachDisconnect
17:14:54 [2022-07-20T17:14:54.285Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
17:14:54 [2022-07-20T17:14:54.285Z] --- PASS: TestUpdatePidsLimit (3.38s)
17:14:54 [2022-07-20T17:14:54.285Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.30s)
17:14:54 [2022-07-20T17:14:54.285Z]     --- PASS: TestUpdatePidsLimit/no_change (0.36s)
17:14:54 [2022-07-20T17:14:54.285Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.35s)
17:14:54 [2022-07-20T17:14:54.285Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s)
17:14:54 [2022-07-20T17:14:54.285Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.44s)
17:14:54 [2022-07-20T17:14:54.285Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.34s)
17:14:54 [2022-07-20T17:14:54.285Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.30s)
17:14:54 [2022-07-20T17:14:54.285Z] === RUN   TestUpdateRestartPolicy
17:14:55 [2022-07-20T17:14:55.259Z] --- PASS: TestCreateServiceSysctls (2.92s)
17:14:55 [2022-07-20T17:14:55.518Z] === RUN   TestCreateServiceCapabilities
17:14:55 [2022-07-20T17:14:55.663Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
17:14:55 [2022-07-20T17:14:55.935Z] tests/integration/regression_test.py ......                              [ 98%]
17:14:55 [2022-07-20T17:14:55.945Z] === RUN   TestDockerSuite/TestAttachPausedContainer
17:14:56 [2022-07-20T17:14:56.196Z] tests/integration/credentials/store_test.py ......                       [ 99%]
17:14:56 [2022-07-20T17:14:56.196Z] tests/integration/credentials/utils_test.py .                            [100%]
17:14:56 [2022-07-20T17:14:56.196Z] 
17:14:56 [2022-07-20T17:14:56.196Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
17:14:56 [2022-07-20T17:14:56.196Z] =========================== short test summary info ============================
17:14:56 [2022-07-20T17:14:56.196Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
17:14:56 [2022-07-20T17:14:56.196Z]   CONFIG_RT_GROUP_SCHED isn't enabled
17:14:56 [2022-07-20T17:14:56.196Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
17:14:56 [2022-07-20T17:14:56.196Z]   Not supported on most drivers
17:14:56 [2022-07-20T17:14:56.196Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
17:14:56 [2022-07-20T17:14:56.196Z]   Output of docker top depends on host distro, and is not formalized.
17:14:56 [2022-07-20T17:14:56.196Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
17:14:56 [2022-07-20T17:14:56.196Z]   Output of docker top depends on host distro, and is not formalized.
17:14:56 [2022-07-20T17:14:56.196Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
17:14:56 [2022-07-20T17:14:56.196Z]   Can fail if eth0 has multiple IP addresses
17:14:56 [2022-07-20T17:14:56.196Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
17:14:56 [2022-07-20T17:14:56.196Z]   This doesn't seem to be taken into account by the engine
17:14:56 [2022-07-20T17:14:56.196Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
17:14:56 [2022-07-20T17:14:56.196Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
17:14:56 [2022-07-20T17:14:56.196Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 289.36 seconds ==
17:14:56 [2022-07-20T17:14:56.453Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
17:14:56 [2022-07-20T17:14:56.883Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
17:14:57 [2022-07-20T17:14:57.084Z] --- PASS: TestInfoAPIWarnings (16.54s)
17:14:57 [2022-07-20T17:14:57.085Z] === RUN   TestInfoDebug
17:14:57 [2022-07-20T17:14:57.085Z] --- PASS: TestInfoDebug (0.52s)
17:14:57 [2022-07-20T17:14:57.085Z] === RUN   TestInfoInsecureRegistries
17:14:57 [2022-07-20T17:14:57.085Z] --- PASS: TestInfoInsecureRegistries (0.52s)
17:14:57 [2022-07-20T17:14:57.085Z] === RUN   TestInfoRegistryMirrors
17:14:57 [2022-07-20T17:14:57.085Z] --- PASS: TestInfoRegistryMirrors (0.52s)
17:14:57 [2022-07-20T17:14:57.085Z] === RUN   TestLoginFailsWithBadCredentials
17:14:57 [2022-07-20T17:14:57.453Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
17:14:57 [2022-07-20T17:14:57.453Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
17:14:57 [2022-07-20T17:14:57.650Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s)
17:14:57 [2022-07-20T17:14:57.650Z] === RUN   TestPingCacheHeaders
17:14:57 [2022-07-20T17:14:57.650Z] --- PASS: TestPingCacheHeaders (0.02s)
17:14:57 [2022-07-20T17:14:57.650Z] === RUN   TestPingGet
17:14:57 [2022-07-20T17:14:57.650Z] --- PASS: TestPingGet (0.01s)
17:14:57 [2022-07-20T17:14:57.650Z] === RUN   TestPingHead
17:14:57 [2022-07-20T17:14:57.650Z] --- PASS: TestPingHead (0.02s)
17:14:57 [2022-07-20T17:14:57.650Z] === RUN   TestPingSwarmHeader
17:14:58 [2022-07-20T17:14:58.215Z] === RUN   TestPingSwarmHeader/before_swarm_init
17:14:58 [2022-07-20T17:14:58.216Z] --- PASS: TestCreateServiceCapabilities (2.43s)
17:14:58 [2022-07-20T17:14:58.216Z] === RUN   TestInspect
17:14:58 [2022-07-20T17:14:58.781Z] === RUN   TestPingSwarmHeader/after_swarm_init
17:14:59 [2022-07-20T17:14:59.361Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
17:14:59 [2022-07-20T17:14:59.713Z] === RUN   TestPingSwarmHeader/after_swarm_leave
17:14:59 [2022-07-20T17:14:59.713Z] --- PASS: TestPingSwarmHeader (2.14s)
17:14:59 [2022-07-20T17:14:59.713Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
17:14:59 [2022-07-20T17:14:59.713Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
17:14:59 [2022-07-20T17:14:59.713Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
17:14:59 [2022-07-20T17:14:59.713Z] === RUN   TestVersion
17:14:59 [2022-07-20T17:14:59.713Z] --- PASS: TestVersion (0.02s)
17:14:59 [2022-07-20T17:14:59.713Z] === CONT  TestCgroupDriverSystemdMemoryLimit
17:14:59 [2022-07-20T17:14:59.713Z] === CONT  TestDiskUsage
17:15:00 [2022-07-20T17:15:00.279Z] === RUN   TestDiskUsage/empty
17:15:00 [2022-07-20T17:15:00.279Z] === RUN   TestDiskUsage/empty/container_types
17:15:00 [2022-07-20T17:15:00.279Z] === RUN   TestDiskUsage/empty/image_types
17:15:00 [2022-07-20T17:15:00.279Z] === RUN   TestDiskUsage/empty/volume_types
17:15:00 [2022-07-20T17:15:00.279Z] === RUN   TestDiskUsage/empty/build-cache_types
17:15:00 [2022-07-20T17:15:00.279Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:15:00 [2022-07-20T17:15:00.279Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:15:00 [2022-07-20T17:15:00.280Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:15:00 [2022-07-20T17:15:00.280Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:15:00 [2022-07-20T17:15:00.280Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:15:00 [2022-07-20T17:15:00.280Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:15:00 [2022-07-20T17:15:00.280Z] === RUN   TestDiskUsage/after_LoadBusybox
17:15:00 [2022-07-20T17:15:00.538Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:15:00 [2022-07-20T17:15:00.538Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:15:00 [2022-07-20T17:15:00.538Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:15:00 [2022-07-20T17:15:00.538Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:15:00 [2022-07-20T17:15:00.538Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:15:00 [2022-07-20T17:15:00.538Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:15:00 [2022-07-20T17:15:00.538Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:15:00 [2022-07-20T17:15:00.538Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:15:00 [2022-07-20T17:15:00.538Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:15:00 [2022-07-20T17:15:00.538Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:15:00 [2022-07-20T17:15:00.538Z] === RUN   TestDiskUsage/after_container.Run
17:15:00 [2022-07-20T17:15:00.782Z] --- PASS: TestInspect (2.80s)
17:15:00 [2022-07-20T17:15:00.782Z] === RUN   TestCreateJob
17:15:01 [2022-07-20T17:15:01.104Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:15:01 [2022-07-20T17:15:01.104Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:15:01 [2022-07-20T17:15:01.104Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:15:01 [2022-07-20T17:15:01.104Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:15:01 [2022-07-20T17:15:01.104Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:15:01 [2022-07-20T17:15:01.104Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:15:01 [2022-07-20T17:15:01.104Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:15:01 [2022-07-20T17:15:01.104Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:15:01 [2022-07-20T17:15:01.104Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:15:01 [2022-07-20T17:15:01.104Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:15:01 [2022-07-20T17:15:01.362Z] --- PASS: TestDiskUsage (1.57s)
17:15:01 [2022-07-20T17:15:01.362Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:15:01 [2022-07-20T17:15:01.362Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:15:01 [2022-07-20T17:15:01.362Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:15:01 [2022-07-20T17:15:01.362Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:15:01 [2022-07-20T17:15:01.362Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.362Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:15:01 [2022-07-20T17:15:01.362Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.362Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.362Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.362Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.31s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]     --- PASS: TestDiskUsage/after_container.Run (0.53s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
17:15:01 [2022-07-20T17:15:01.363Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.58s)
17:15:01 [2022-07-20T17:15:01.363Z] PASS
17:15:01 [2022-07-20T17:15:01.363Z] 
17:15:01 [2022-07-20T17:15:01.363Z] DONE 54 tests in 23.034s
17:15:01 [2022-07-20T17:15:01.363Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
17:15:01 [2022-07-20T17:15:01.363Z] INFO: Testing against a local daemon
17:15:01 [2022-07-20T17:15:01.363Z] === RUN   TestVolumesCreateAndList
17:15:01 [2022-07-20T17:15:01.363Z] --- PASS: TestVolumesCreateAndList (0.02s)
17:15:01 [2022-07-20T17:15:01.363Z] === RUN   TestVolumesRemove
17:15:01 [2022-07-20T17:15:01.621Z] --- PASS: TestVolumesRemove (0.10s)
17:15:01 [2022-07-20T17:15:01.621Z] === RUN   TestVolumesInspect
17:15:01 [2022-07-20T17:15:01.621Z] --- PASS: TestVolumesInspect (0.02s)
17:15:01 [2022-07-20T17:15:01.621Z] === RUN   TestVolumesInvalidJSON
17:15:01 [2022-07-20T17:15:01.621Z] === RUN   TestVolumesInvalidJSON/volumes/create
17:15:01 [2022-07-20T17:15:01.621Z] === PAUSE TestVolumesInvalidJSON/volumes/create
17:15:01 [2022-07-20T17:15:01.621Z] === CONT  TestVolumesInvalidJSON/volumes/create
17:15:01 [2022-07-20T17:15:01.621Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
17:15:01 [2022-07-20T17:15:01.621Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
17:15:01 [2022-07-20T17:15:01.621Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
17:15:01 [2022-07-20T17:15:01.621Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
17:15:01 [2022-07-20T17:15:01.621Z] --- PASS: TestVolumesInvalidJSON (0.02s)
17:15:01 [2022-07-20T17:15:01.621Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
17:15:01 [2022-07-20T17:15:01.621Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
17:15:01 [2022-07-20T17:15:01.621Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
17:15:01 [2022-07-20T17:15:01.621Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
17:15:01 [2022-07-20T17:15:01.621Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
17:15:01 [2022-07-20T17:15:01.621Z] PASS
17:15:01 [2022-07-20T17:15:01.621Z] 
17:15:01 [2022-07-20T17:15:01.621Z] DONE 9 tests in 0.178s
17:15:01 [2022-07-20T17:15:01.621Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:15:01 [2022-07-20T17:15:01.898Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
17:15:01 [2022-07-20T17:15:01.898Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
17:15:01 [2022-07-20T17:15:01.898Z]     check_test.go:540: [dbd2d781d048c] daemon is not started
17:15:01 [2022-07-20T17:15:01.898Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
17:15:01 [2022-07-20T17:15:01.898Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
17:15:01 [2022-07-20T17:15:01.898Z]     check_test.go:540: [d32d1067c01fa] daemon is not started
17:15:01 [2022-07-20T17:15:01.898Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
17:15:02 [2022-07-20T17:15:02.194Z] Stopping apparmor (via systemctl): apparmor.service.
17:15:02 [2022-07-20T17:15:02.194Z] Removing test suite binaries
17:15:02 [2022-07-20T17:15:02.194Z] exiting test-integration
17:15:02 [2022-07-20T17:15:02.194Z] ++ exit 0
17:15:02 [2022-07-20T17:15:02.194Z] 
Post stage
[Pipeline] junit
17:15:03 [2022-07-20T17:15:03.580Z] Recording test results
17:15:04 [2022-07-20T17:15:04.104Z] --- PASS: TestCreateJob (2.99s)
17:15:04 [2022-07-20T17:15:04.104Z] === RUN   TestReplicatedJob
17:15:05 [2022-07-20T17:15:05.189Z]     check_test.go:540: [d77c575bf8302] daemon is not started
17:15:05 [2022-07-20T17:15:05.189Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
17:15:05 [2022-07-20T17:15:05.206Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:15:05 [2022-07-20T17:15:05.538Z] + echo Ensuring container killed.
17:15:05 [2022-07-20T17:15:05.538Z] Ensuring container killed.
17:15:05 [2022-07-20T17:15:05.538Z] + docker rm -vf docker-pr4
17:15:05 [2022-07-20T17:15:05.538Z] Error: No such container: docker-pr4
[Pipeline] sh
17:15:05 [2022-07-20T17:15:05.820Z] + echo Chowning /workspace to jenkins user
17:15:05 [2022-07-20T17:15:05.820Z] Chowning /workspace to jenkins user
17:15:05 [2022-07-20T17:15:05.820Z] + id -u
17:15:05 [2022-07-20T17:15:05.820Z] + id -g
17:15:05 [2022-07-20T17:15:05.820Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43838:/workspace busybox chown -R 1000:1000 /workspace
17:15:05 [2022-07-20T17:15:05.820Z] Unable to find image 'busybox:latest' locally
17:15:05 [2022-07-20T17:15:05.820Z] latest: Pulling from library/busybox
17:15:06 [2022-07-20T17:15:06.083Z] 19d511225f94: Pulling fs layer
17:15:06 [2022-07-20T17:15:06.083Z] 19d511225f94: Download complete
17:15:06 [2022-07-20T17:15:06.083Z] 19d511225f94: Pull complete
17:15:06 [2022-07-20T17:15:06.341Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
17:15:06 [2022-07-20T17:15:06.341Z] Status: Downloaded newer image for busybox:latest
17:15:06 [2022-07-20T17:15:06.569Z] --- PASS: TestUpdateRestartPolicy (12.39s)
17:15:06 [2022-07-20T17:15:06.569Z] === RUN   TestUpdateRestartWithAutoRemove
17:15:07 [2022-07-20T17:15:07.507Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s)
17:15:07 [2022-07-20T17:15:07.507Z] === RUN   TestWaitNonBlocked
17:15:07 [2022-07-20T17:15:07.507Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:15:07 [2022-07-20T17:15:07.507Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:15:07 [2022-07-20T17:15:07.507Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:15:07 [2022-07-20T17:15:07.507Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:15:07 [2022-07-20T17:15:07.507Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:15:07 [2022-07-20T17:15:07.507Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:15:08 [2022-07-20T17:15:08.005Z] + bundleName=amd64-cgroup2
17:15:08 [2022-07-20T17:15:08.005Z] + echo Creating amd64-cgroup2-bundles.tar.gz
17:15:08 [2022-07-20T17:15:08.005Z] Creating amd64-cgroup2-bundles.tar.gz
17:15:08 [2022-07-20T17:15:08.005Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
17:15:08 [2022-07-20T17:15:08.005Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
17:15:08 [2022-07-20T17:15:08.274Z] Archiving artifacts
17:15:08 [2022-07-20T17:15:08.646Z] Leaving: AppArmorNo profiles have been unloaded.
17:15:08 [2022-07-20T17:15:08.646Z] 
17:15:08 [2022-07-20T17:15:08.646Z] Unloading profiles will leave already running processes permanently
17:15:08 [2022-07-20T17:15:08.646Z] unconfined, which can lead to unexpected situations.
17:15:08 [2022-07-20T17:15:08.646Z] 
17:15:08 [2022-07-20T17:15:08.646Z] To set a process to complain mode, use the command line tool
17:15:08 [2022-07-20T17:15:08.646Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:15:08 [2022-07-20T17:15:08.646Z] 
Post stage
[Pipeline] junit
17:15:08 [2022-07-20T17:15:08.681Z] Recording test results
17:15:08 [2022-07-20T17:15:08.886Z] --- PASS: TestWaitNonBlocked (0.02s)
17:15:08 [2022-07-20T17:15:08.886Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.22s)
17:15:08 [2022-07-20T17:15:08.886Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.26s)
17:15:08 [2022-07-20T17:15:08.886Z] === RUN   TestWaitBlocked
17:15:08 [2022-07-20T17:15:08.886Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:15:08 [2022-07-20T17:15:08.886Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:15:08 [2022-07-20T17:15:08.886Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:15:08 [2022-07-20T17:15:08.886Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:15:08 [2022-07-20T17:15:08.886Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:15:08 [2022-07-20T17:15:08.886Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:15:09 [2022-07-20T17:15:09.376Z] --- PASS: TestReplicatedJob (5.10s)
17:15:09 [2022-07-20T17:15:09.376Z] === RUN   TestUpdateReplicatedJob
17:15:09 [2022-07-20T17:15:09.456Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
17:15:09 [2022-07-20T17:15:09.759Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
17:15:10 [2022-07-20T17:15:10.028Z] --- PASS: TestWaitBlocked (0.04s)
17:15:10 [2022-07-20T17:15:10.028Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.14s)
17:15:10 [2022-07-20T17:15:10.028Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s)
17:15:10 [2022-07-20T17:15:10.028Z] === RUN   TestWaitConditions
17:15:10 [2022-07-20T17:15:10.028Z] === RUN   TestWaitConditions/default
17:15:10 [2022-07-20T17:15:10.028Z] === PAUSE TestWaitConditions/default
17:15:10 [2022-07-20T17:15:10.028Z] === RUN   TestWaitConditions/not-running
17:15:10 [2022-07-20T17:15:10.028Z] === PAUSE TestWaitConditions/not-running
17:15:10 [2022-07-20T17:15:10.028Z] === RUN   TestWaitConditions/next-exit
17:15:10 [2022-07-20T17:15:10.028Z] === PAUSE TestWaitConditions/next-exit
17:15:10 [2022-07-20T17:15:10.028Z] === RUN   TestWaitConditions/removed
17:15:10 [2022-07-20T17:15:10.028Z] === PAUSE TestWaitConditions/removed
17:15:10 [2022-07-20T17:15:10.028Z] === CONT  TestWaitConditions/default
17:15:10 [2022-07-20T17:15:10.028Z] === CONT  TestWaitConditions/removed
17:15:10 [2022-07-20T17:15:10.036Z] + echo Ensuring container killed.
17:15:10 [2022-07-20T17:15:10.036Z] Ensuring container killed.
17:15:10 [2022-07-20T17:15:10.036Z] + docker rm -vf docker-pr4
17:15:10 [2022-07-20T17:15:10.036Z] Error: No such container: docker-pr4
[Pipeline] sh
17:15:10 [2022-07-20T17:15:10.085Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43838/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:15:10 [2022-07-20T17:15:10.320Z] + echo Chowning /workspace to jenkins user
17:15:10 [2022-07-20T17:15:10.320Z] Chowning /workspace to jenkins user
17:15:10 [2022-07-20T17:15:10.320Z] + id -u
17:15:10 [2022-07-20T17:15:10.320Z] + id -g
17:15:10 [2022-07-20T17:15:10.320Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43838:/workspace busybox chown -R 1000:1000 /workspace
17:15:10 [2022-07-20T17:15:10.320Z] Unable to find image 'busybox:latest' locally
17:15:10 [2022-07-20T17:15:10.320Z] latest: Pulling from library/busybox
17:15:10 [2022-07-20T17:15:10.386Z] + make clean
17:15:10 [2022-07-20T17:15:10.386Z] docker volume rm -f docker-dev-cache docker-mod-cache
17:15:10 [2022-07-20T17:15:10.386Z] docker-dev-cache
17:15:10 [2022-07-20T17:15:10.386Z] docker-mod-cache
[Pipeline] deleteDir
17:15:10 [2022-07-20T17:15:10.578Z] 19d511225f94: Pulling fs layer
17:15:10 [2022-07-20T17:15:10.578Z] 19d511225f94: Verifying Checksum
17:15:10 [2022-07-20T17:15:10.578Z] 19d511225f94: Download complete
17:15:10 [2022-07-20T17:15:10.578Z] 19d511225f94: Pull complete
17:15:10 [2022-07-20T17:15:10.578Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
17:15:10 [2022-07-20T17:15:10.578Z] Status: Downloaded newer image for busybox:latest
17:15:11 [2022-07-20T17:15:11.909Z] --- PASS: TestUpdateReplicatedJob (2.90s)
17:15:11 [2022-07-20T17:15:11.909Z] === RUN   TestServiceListWithStatuses
17:15:11 [2022-07-20T17:15:11.909Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:15:11 [2022-07-20T17:15:11.909Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:15:11 [2022-07-20T17:15:11.909Z] === RUN   TestDockerNetworkConnectAlias
17:15:11 [2022-07-20T17:15:11.934Z] === CONT  TestWaitConditions/next-exit
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:15:12 [2022-07-20T17:15:12.193Z] === CONT  TestWaitConditions/not-running
17:15:12 [2022-07-20T17:15:12.193Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
17:15:12 [2022-07-20T17:15:12.254Z] + bundleName=docker-py
17:15:12 [2022-07-20T17:15:12.254Z] + echo Creating docker-py-bundles.tar.gz
17:15:12 [2022-07-20T17:15:12.254Z] Creating docker-py-bundles.tar.gz
17:15:12 [2022-07-20T17:15:12.254Z] + 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
17:15:12 [2022-07-20T17:15:12.267Z] Archiving artifacts
17:15:12 [2022-07-20T17:15:12.452Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:15:13 [2022-07-20T17:15:13.391Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
17:15:13 [2022-07-20T17:15:13.877Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43838/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
17:15:14 [2022-07-20T17:15:14.221Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -e DOCKER_GRAPHDRIVER docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/make.sh binary
17:15:14 [2022-07-20T17:15:14.329Z] --- PASS: TestWaitConditions (0.03s)
17:15:14 [2022-07-20T17:15:14.329Z]     --- PASS: TestWaitConditions/default (2.06s)
17:15:14 [2022-07-20T17:15:14.329Z]     --- PASS: TestWaitConditions/removed (2.22s)
17:15:14 [2022-07-20T17:15:14.329Z]     --- PASS: TestWaitConditions/next-exit (2.08s)
17:15:14 [2022-07-20T17:15:14.329Z]     --- PASS: TestWaitConditions/not-running (1.93s)
17:15:14 [2022-07-20T17:15:14.329Z] === CONT  TestDaemonRestartIpcMode
17:15:14 [2022-07-20T17:15:14.329Z] === CONT  TestIpcModeOlderClient
17:15:14 [2022-07-20T17:15:14.329Z] === CONT  TestContainerStartOnDaemonRestart
17:15:14 [2022-07-20T17:15:14.329Z] --- PASS: TestIpcModeOlderClient (0.12s)
17:15:14 [2022-07-20T17:15:14.479Z] 
17:15:14 [2022-07-20T17:15:14.589Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
17:15:14 [2022-07-20T17:15:14.737Z] Removing bundles/
17:15:14 [2022-07-20T17:15:14.737Z] 
17:15:14 [2022-07-20T17:15:14.737Z] ---> Making bundle: binary (in bundles/binary)
17:15:14 [2022-07-20T17:15:14.737Z] Building: bundles/binary-daemon/dockerd
17:15:14 [2022-07-20T17:15:14.737Z] GOOS="" GOARCH="" GOARM=""
17:15:14 [2022-07-20T17:15:14.849Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
17:15:15 [2022-07-20T17:15:15.108Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
17:15:16 [2022-07-20T17:15:16.099Z] --- PASS: TestDockerNetworkConnectAlias (4.06s)
17:15:16 [2022-07-20T17:15:16.099Z] === RUN   TestDockerNetworkReConnect
17:15:17 [2022-07-20T17:15:17.016Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
17:15:17 [2022-07-20T17:15:17.585Z] --- PASS: TestContainerStartOnDaemonRestart (3.43s)
17:15:17 [2022-07-20T17:15:17.585Z] === CONT  TestContainerKillOnDaemonStart
17:15:18 [2022-07-20T17:15:18.158Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
17:15:18 [2022-07-20T17:15:18.728Z] --- PASS: TestDaemonRestartIpcMode (4.49s)
17:15:18 [2022-07-20T17:15:18.728Z] === CONT  TestRestartDaemonWithRestartingContainer
17:15:19 [2022-07-20T17:15:19.385Z] --- PASS: TestDockerNetworkReConnect (3.16s)
17:15:19 [2022-07-20T17:15:19.385Z] === RUN   TestServicePlugin
17:15:19 [2022-07-20T17:15:19.385Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:15:19 [2022-07-20T17:15:19.385Z] --- SKIP: TestServicePlugin (0.00s)
17:15:19 [2022-07-20T17:15:19.385Z] === RUN   TestServiceUpdateLabel
17:15:20 [2022-07-20T17:15:20.106Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
17:15:20 [2022-07-20T17:15:20.675Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.15s)
17:15:20 [2022-07-20T17:15:20.675Z] === CONT  TestDaemonHostGatewayIP
17:15:21 [2022-07-20T17:15:21.243Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
17:15:21 [2022-07-20T17:15:21.289Z] --- PASS: TestServiceUpdateLabel (2.24s)
17:15:21 [2022-07-20T17:15:21.289Z] === RUN   TestServiceUpdateSecrets
17:15:22 [2022-07-20T17:15:22.623Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
17:15:24 [2022-07-20T17:15:24.004Z] --- PASS: TestDaemonHostGatewayIP (3.28s)
17:15:25 [2022-07-20T17:15:25.910Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
17:15:27 [2022-07-20T17:15:27.290Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
17:15:29 [2022-07-20T17:15:29.196Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
17:15:29 [2022-07-20T17:15:29.765Z] --- PASS: TestContainerKillOnDaemonStart (12.13s)
17:15:29 [2022-07-20T17:15:29.765Z] PASS
17:15:29 [2022-07-20T17:15:29.765Z] 
17:15:29 [2022-07-20T17:15:29.765Z] === Skipped
17:15:29 [2022-07-20T17:15:29.765Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
17:15:29 [2022-07-20T17:15:29.765Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:15:29 [2022-07-20T17:15:29.765Z] 
17:15:29 [2022-07-20T17:15:29.765Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
17:15:29 [2022-07-20T17:15:29.765Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:15:29 [2022-07-20T17:15:29.765Z] 
17:15:29 [2022-07-20T17:15:29.765Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
17:15:29 [2022-07-20T17:15:29.765Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:15:29 [2022-07-20T17:15:29.765Z] 
17:15:29 [2022-07-20T17:15:29.765Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:15:29 [2022-07-20T17:15:29.765Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:15:29 [2022-07-20T17:15:29.765Z] 
17:15:29 [2022-07-20T17:15:29.765Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
17:15:29 [2022-07-20T17:15:29.765Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:15:29 [2022-07-20T17:15:29.765Z] 
17:15:29 [2022-07-20T17:15:29.765Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
17:15:29 [2022-07-20T17:15:29.765Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
17:15:29 [2022-07-20T17:15:29.765Z] 
17:15:29 [2022-07-20T17:15:29.765Z] DONE 264 tests, 6 skipped in 165.605s
17:15:29 [2022-07-20T17:15:29.765Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
17:15:29 [2022-07-20T17:15:29.765Z] ++ 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
17:15:29 [2022-07-20T17:15:29.765Z] ++ set -e
17:15:29 [2022-07-20T17:15:29.765Z] ++ '[' -n 0 ']'
17:15:29 [2022-07-20T17:15:29.765Z] ++ set -x
17:15:29 [2022-07-20T17:15:29.765Z] ++ env -i DEST=/go/src/github.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
17:15:30 [2022-07-20T17:15:30.024Z] === RUN   TestConfigDaemonLibtrustID
17:15:30 [2022-07-20T17:15:30.283Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
17:15:30 [2022-07-20T17:15:30.543Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
17:15:30 [2022-07-20T17:15:30.543Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
17:15:30 [2022-07-20T17:15:30.543Z] === RUN   TestConfigDaemonID
17:15:31 [2022-07-20T17:15:31.480Z]     check_test.go:540: [d2aaa8e9bdce3] daemon is not started
17:15:31 [2022-07-20T17:15:31.480Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
17:15:31 [2022-07-20T17:15:31.740Z]     daemon_test.go:83: [d7769a013730c] daemon is not started
17:15:31 [2022-07-20T17:15:31.740Z] --- PASS: TestConfigDaemonID (1.06s)
17:15:31 [2022-07-20T17:15:31.740Z] === RUN   TestDaemonConfigValidation
17:15:31 [2022-07-20T17:15:31.740Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:15:31 [2022-07-20T17:15:31.740Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:15:31 [2022-07-20T17:15:31.740Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:15:31 [2022-07-20T17:15:31.740Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:15:31 [2022-07-20T17:15:31.740Z] === RUN   TestDaemonConfigValidation/invalid_config
17:15:31 [2022-07-20T17:15:31.740Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:15:31 [2022-07-20T17:15:31.740Z] === RUN   TestDaemonConfigValidation/malformed_config
17:15:31 [2022-07-20T17:15:31.740Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:15:31 [2022-07-20T17:15:31.740Z] === RUN   TestDaemonConfigValidation/valid_config
17:15:31 [2022-07-20T17:15:31.740Z] === PAUSE TestDaemonConfigValidation/valid_config
17:15:31 [2022-07-20T17:15:31.740Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:15:31 [2022-07-20T17:15:31.740Z] === CONT  TestDaemonConfigValidation/malformed_config
17:15:31 [2022-07-20T17:15:31.740Z] === CONT  TestDaemonConfigValidation/valid_config
17:15:31 [2022-07-20T17:15:31.999Z] === CONT  TestDaemonConfigValidation/invalid_config
17:15:31 [2022-07-20T17:15:31.999Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:15:32 [2022-07-20T17:15:32.258Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:15:32 [2022-07-20T17:15:32.258Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.18s)
17:15:32 [2022-07-20T17:15:32.258Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.21s)
17:15:32 [2022-07-20T17:15:32.258Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.17s)
17:15:32 [2022-07-20T17:15:32.258Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.22s)
17:15:32 [2022-07-20T17:15:32.258Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.12s)
17:15:32 [2022-07-20T17:15:32.258Z] === RUN   TestConfigDaemonSeccompProfiles
17:15:32 [2022-07-20T17:15:32.258Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:15:32 [2022-07-20T17:15:32.258Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
17:15:33 [2022-07-20T17:15:33.197Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:15:34 [2022-07-20T17:15:34.138Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:15:34 [2022-07-20T17:15:34.712Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
17:15:35 [2022-07-20T17:15:35.281Z] === CONT  TestConfigDaemonSeccompProfiles
17:15:35 [2022-07-20T17:15:35.281Z]     daemon_test.go:197: [d7024aa34664f] daemon is not started
17:15:35 [2022-07-20T17:15:35.281Z] --- PASS: TestConfigDaemonSeccompProfiles (3.20s)
17:15:35 [2022-07-20T17:15:35.281Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s)
17:15:35 [2022-07-20T17:15:35.281Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s)
17:15:35 [2022-07-20T17:15:35.281Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s)
17:15:35 [2022-07-20T17:15:35.281Z] === RUN   TestDaemonProxy
17:15:35 [2022-07-20T17:15:35.281Z] === RUN   TestDaemonProxy/environment_variables
17:15:35 [2022-07-20T17:15:35.849Z] === RUN   TestDockerSuite/TestBuildAddNonTar
17:15:36 [2022-07-20T17:15:36.166Z] --- PASS: TestServiceUpdateSecrets (14.38s)
17:15:36 [2022-07-20T17:15:36.166Z] === RUN   TestServiceUpdateConfigs
17:15:36 [2022-07-20T17:15:36.786Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
17:15:37 [2022-07-20T17:15:37.045Z] === RUN   TestDaemonProxy/command-line_options
17:15:37 [2022-07-20T17:15:37.304Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
17:15:38 [2022-07-20T17:15:38.682Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
17:15:38 [2022-07-20T17:15:38.944Z] === RUN   TestDaemonProxy/configuration_file
17:15:39 [2022-07-20T17:15:39.883Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
17:15:39 [2022-07-20T17:15:39.883Z]     check_test.go:540: [dd50bf58d9b06] daemon is not started
17:15:40 [2022-07-20T17:15:40.143Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
17:15:40 [2022-07-20T17:15:40.745Z] === RUN   TestDaemonProxy/conflicting_options
17:15:41 [2022-07-20T17:15:41.329Z] === RUN   TestDaemonProxy/reload_sanitized
17:15:41 [2022-07-20T17:15:41.594Z] --- PASS: TestDaemonProxy (6.34s)
17:15:41 [2022-07-20T17:15:41.594Z]     --- PASS: TestDaemonProxy/environment_variables (1.78s)
17:15:41 [2022-07-20T17:15:41.594Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
17:15:41 [2022-07-20T17:15:41.594Z]     --- PASS: TestDaemonProxy/configuration_file (1.77s)
17:15:41 [2022-07-20T17:15:41.594Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
17:15:41 [2022-07-20T17:15:41.594Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
17:15:41 [2022-07-20T17:15:41.594Z] PASS
17:15:41 [2022-07-20T17:15:41.594Z] 
17:15:41 [2022-07-20T17:15:41.594Z] DONE 18 tests in 11.828s
17:15:41 [2022-07-20T17:15:41.594Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
17:15:41 [2022-07-20T17:15:41.594Z] ++ 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
17:15:41 [2022-07-20T17:15:41.594Z] ++ set -e
17:15:41 [2022-07-20T17:15:41.594Z] ++ '[' -n 0 ']'
17:15:41 [2022-07-20T17:15:41.594Z] ++ set -x
17:15:41 [2022-07-20T17:15:41.594Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
17:15:41 [2022-07-20T17:15:41.858Z] INFO: Testing against a local daemon
17:15:41 [2022-07-20T17:15:41.858Z] === RUN   TestCommitInheritsEnv
17:15:42 [2022-07-20T17:15:42.122Z] --- PASS: TestCommitInheritsEnv (0.25s)
17:15:42 [2022-07-20T17:15:42.122Z] === RUN   TestImportExtremelyLargeImageWorks
17:15:42 [2022-07-20T17:15:42.122Z] === PAUSE TestImportExtremelyLargeImageWorks
17:15:42 [2022-07-20T17:15:42.122Z] === RUN   TestImportWithCustomPlatform
17:15:42 [2022-07-20T17:15:42.122Z] === RUN   TestImportWithCustomPlatform/#00
17:15:42 [2022-07-20T17:15:42.122Z] === RUN   TestImportWithCustomPlatform/_______
17:15:42 [2022-07-20T17:15:42.122Z] === RUN   TestImportWithCustomPlatform//
17:15:42 [2022-07-20T17:15:42.122Z] === RUN   TestImportWithCustomPlatform/linux
17:15:42 [2022-07-20T17:15:42.381Z] === RUN   TestImportWithCustomPlatform/LINUX
17:15:42 [2022-07-20T17:15:42.381Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
17:15:42 [2022-07-20T17:15:42.381Z] === RUN   TestImportWithCustomPlatform/macos
17:15:42 [2022-07-20T17:15:42.381Z] === RUN   TestImportWithCustomPlatform/macos/arm64
17:15:42 [2022-07-20T17:15:42.381Z] === RUN   TestImportWithCustomPlatform/nintendo64
17:15:42 [2022-07-20T17:15:42.381Z] --- PASS: TestImportWithCustomPlatform (0.37s)
17:15:42 [2022-07-20T17:15:42.381Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
17:15:42 [2022-07-20T17:15:42.381Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
17:15:42 [2022-07-20T17:15:42.381Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
17:15:42 [2022-07-20T17:15:42.381Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
17:15:42 [2022-07-20T17:15:42.381Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
17:15:42 [2022-07-20T17:15:42.381Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.11s)
17:15:42 [2022-07-20T17:15:42.381Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
17:15:42 [2022-07-20T17:15:42.381Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
17:15:42 [2022-07-20T17:15:42.381Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
17:15:42 [2022-07-20T17:15:42.381Z] === RUN   TestImagesFilterMultiReference
17:15:42 [2022-07-20T17:15:42.639Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
17:15:42 [2022-07-20T17:15:42.639Z] --- PASS: TestImagesFilterMultiReference (0.08s)
17:15:42 [2022-07-20T17:15:42.639Z] === RUN   TestImagePullPlatformInvalid
17:15:42 [2022-07-20T17:15:42.640Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
17:15:42 [2022-07-20T17:15:42.640Z] === RUN   TestRemoveImageOrphaning
17:15:42 [2022-07-20T17:15:42.898Z] --- PASS: TestRemoveImageOrphaning (0.37s)
17:15:42 [2022-07-20T17:15:42.898Z] === RUN   TestRemoveImageGarbageCollector
17:15:43 [2022-07-20T17:15:43.469Z] === RUN   TestDockerSuite/TestBuildAddScript
17:15:43 [2022-07-20T17:15:43.469Z] time="2022-07-20T17:15:43Z" level=info msg="[graphdriver] trying configured driver: overlay2"
17:15:43 [2022-07-20T17:15:43.469Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
17:15:45 [2022-07-20T17:15:45.377Z] --- PASS: TestRemoveImageGarbageCollector (2.17s)
17:15:45 [2022-07-20T17:15:45.377Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:15:45 [2022-07-20T17:15:45.377Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
17:15:45 [2022-07-20T17:15:45.377Z] === RUN   TestTagInvalidReference
17:15:45 [2022-07-20T17:15:45.377Z] --- PASS: TestTagInvalidReference (0.02s)
17:15:45 [2022-07-20T17:15:45.377Z] === RUN   TestTagValidPrefixedRepo
17:15:45 [2022-07-20T17:15:45.377Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
17:15:45 [2022-07-20T17:15:45.377Z] === RUN   TestTagExistedNameWithoutForce
17:15:45 [2022-07-20T17:15:45.377Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
17:15:45 [2022-07-20T17:15:45.377Z] === RUN   TestTagOfficialNames
17:15:45 [2022-07-20T17:15:45.377Z] --- PASS: TestTagOfficialNames (0.06s)
17:15:45 [2022-07-20T17:15:45.377Z] === RUN   TestTagMatchesDigest
17:15:45 [2022-07-20T17:15:45.377Z] --- PASS: TestTagMatchesDigest (0.01s)
17:15:45 [2022-07-20T17:15:45.377Z] === CONT  TestImportExtremelyLargeImageWorks
17:15:45 [2022-07-20T17:15:45.637Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
17:15:49 [2022-07-20T17:15:49.834Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
17:15:50 [2022-07-20T17:15:50.403Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
17:15:50 [2022-07-20T17:15:50.971Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
17:15:51 [2022-07-20T17:15:51.053Z] --- PASS: TestServiceUpdateConfigs (14.27s)
17:15:51 [2022-07-20T17:15:51.053Z] === RUN   TestServiceUpdateNetwork
17:15:51 [2022-07-20T17:15:51.909Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
17:15:51 [2022-07-20T17:15:51.909Z]     docker_cli_daemon_test.go:2840: Checking IpcMode private set from config
17:15:52 [2022-07-20T17:15:52.168Z]     docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config
17:15:52 [2022-07-20T17:15:52.738Z]     docker_cli_daemon_test.go:2840: Checking IpcMode host set from config
17:15:52 [2022-07-20T17:15:52.998Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
17:15:53 [2022-07-20T17:15:53.257Z]     docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config
17:15:53 [2022-07-20T17:15:53.826Z]     docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config
17:15:54 [2022-07-20T17:15:54.394Z]     docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli
17:15:54 [2022-07-20T17:15:54.963Z]     docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli
17:15:55 [2022-07-20T17:15:55.531Z]     docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli
17:15:55 [2022-07-20T17:15:55.790Z]     docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli
17:15:56 [2022-07-20T17:15:56.360Z]     docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli
17:15:56 [2022-07-20T17:15:56.928Z]     check_test.go:540: [df54029ea78c3] daemon is not started
17:15:56 [2022-07-20T17:15:56.928Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
17:15:57 [2022-07-20T17:15:57.866Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
17:15:57 [2022-07-20T17:15:57.866Z]     check_test.go:540: [d27bcaa22e28b] daemon is not started
17:15:57 [2022-07-20T17:15:57.866Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
17:15:58 [2022-07-20T17:15:58.435Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
17:16:00 [2022-07-20T17:16:00.342Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
17:16:00 [2022-07-20T17:16:00.601Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
17:16:01 [2022-07-20T17:16:01.170Z] === RUN   TestDockerSuite/TestBuildAddTar
17:16:03 [2022-07-20T17:16:03.076Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
17:16:03 [2022-07-20T17:16:03.259Z] --- PASS: TestServiceUpdateNetwork (12.14s)
17:16:03 [2022-07-20T17:16:03.259Z] === RUN   TestServiceUpdatePidsLimit
17:16:03 [2022-07-20T17:16:03.259Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
17:16:03 [2022-07-20T17:16:03.646Z]     check_test.go:540: [d2384d0bc53b4] daemon is not started
17:16:03 [2022-07-20T17:16:03.646Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
17:16:03 [2022-07-20T17:16:03.827Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
17:16:06 [2022-07-20T17:16:06.940Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
17:16:08 [2022-07-20T17:16:08.319Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
17:16:09 [2022-07-20T17:16:09.700Z] === RUN   TestDockerSuite/TestBuildAddTarXz
17:16:11 [2022-07-20T17:16:11.077Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
17:16:11 [2022-07-20T17:16:11.943Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
17:16:12 [2022-07-20T17:16:12.458Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
17:16:12 [2022-07-20T17:16:12.458Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
17:16:13 [2022-07-20T17:16:13.395Z]     check_test.go:540: [d6630375e11ea] daemon is not started
17:16:13 [2022-07-20T17:16:13.395Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
17:16:17 [2022-07-20T17:16:17.590Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
17:16:18 [2022-07-20T17:16:18.159Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
17:16:18 [2022-07-20T17:16:18.507Z] --- PASS: TestServiceUpdatePidsLimit (16.06s)
17:16:18 [2022-07-20T17:16:18.507Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
17:16:18 [2022-07-20T17:16:18.507Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
17:16:18 [2022-07-20T17:16:18.507Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
17:16:18 [2022-07-20T17:16:18.507Z] PASS
17:16:18 [2022-07-20T17:16:18.507Z] 
17:16:18 [2022-07-20T17:16:18.507Z] === Skipped
17:16:18 [2022-07-20T17:16:18.507Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
17:16:18 [2022-07-20T17:16:18.507Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:16:18 [2022-07-20T17:16:18.507Z] 
17:16:18 [2022-07-20T17:16:18.507Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
17:16:18 [2022-07-20T17:16:18.507Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:16:18 [2022-07-20T17:16:18.507Z] 
17:16:18 [2022-07-20T17:16:18.507Z] DONE 27 tests, 2 skipped in 130.031s
17:16:18 [2022-07-20T17:16:18.507Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
17:16:18 [2022-07-20T17:16:18.507Z] ++ 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
17:16:18 [2022-07-20T17:16:18.507Z] ++ set -e
17:16:18 [2022-07-20T17:16:18.507Z] ++ '[' -n 0 ']'
17:16:18 [2022-07-20T17:16:18.507Z] ++ set -x
17:16:18 [2022-07-20T17:16:18.507Z] ++ env -i DEST=/go/src/github.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
17:16:18 [2022-07-20T17:16:18.507Z] INFO: Testing against a local daemon
17:16:18 [2022-07-20T17:16:18.507Z] === RUN   TestSessionCreate
17:16:18 [2022-07-20T17:16:18.507Z] --- PASS: TestSessionCreate (0.03s)
17:16:18 [2022-07-20T17:16:18.507Z] === RUN   TestSessionCreateWithBadUpgrade
17:16:18 [2022-07-20T17:16:18.507Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
17:16:18 [2022-07-20T17:16:18.507Z] PASS
17:16:18 [2022-07-20T17:16:18.507Z] 
17:16:18 [2022-07-20T17:16:18.507Z] DONE 2 tests in 0.138s
17:16:18 [2022-07-20T17:16:18.507Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
17:16:18 [2022-07-20T17:16:18.507Z] ++ 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
17:16:18 [2022-07-20T17:16:18.507Z] ++ set -e
17:16:18 [2022-07-20T17:16:18.507Z] ++ '[' -n 0 ']'
17:16:18 [2022-07-20T17:16:18.507Z] ++ set -x
17:16:18 [2022-07-20T17:16:18.507Z] ++ env -i DEST=/go/src/github.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
17:16:18 [2022-07-20T17:16:18.507Z] INFO: Testing against a local daemon
17:16:18 [2022-07-20T17:16:18.507Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:16:18 [2022-07-20T17:16:18.507Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:16:18 [2022-07-20T17:16:18.507Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
17:16:18 [2022-07-20T17:16:18.507Z] === RUN   TestDiskUsage
17:16:18 [2022-07-20T17:16:18.507Z] === PAUSE TestDiskUsage
17:16:18 [2022-07-20T17:16:18.507Z] === RUN   TestEventsExecDie
17:16:18 [2022-07-20T17:16:18.766Z] --- PASS: TestEventsExecDie (0.52s)
17:16:18 [2022-07-20T17:16:18.766Z] === RUN   TestEventsBackwardsCompatible
17:16:18 [2022-07-20T17:16:18.766Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
17:16:18 [2022-07-20T17:16:18.766Z] === RUN   TestEventsVolumeCreate
17:16:18 [2022-07-20T17:16:18.766Z] --- PASS: TestEventsVolumeCreate (0.05s)
17:16:18 [2022-07-20T17:16:18.766Z] === RUN   TestInfoBinaryCommits
17:16:18 [2022-07-20T17:16:18.766Z] --- PASS: TestInfoBinaryCommits (0.02s)
17:16:18 [2022-07-20T17:16:18.766Z] === RUN   TestInfoAPIVersioned
17:16:18 [2022-07-20T17:16:18.766Z] --- PASS: TestInfoAPIVersioned (0.01s)
17:16:18 [2022-07-20T17:16:18.766Z] === RUN   TestInfoAPI
17:16:18 [2022-07-20T17:16:18.766Z] --- PASS: TestInfoAPI (0.02s)
17:16:18 [2022-07-20T17:16:18.766Z] === RUN   TestInfoAPIWarnings
17:16:22 [2022-07-20T17:16:22.356Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
17:16:24 [2022-07-20T17:16:24.261Z] === RUN   TestDockerSuite/TestBuildBlankName
17:16:24 [2022-07-20T17:16:24.521Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
17:16:24 [2022-07-20T17:16:24.780Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
17:16:26 [2022-07-20T17:16:26.688Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
17:16:27 [2022-07-20T17:16:27.258Z]     check_test.go:540: [d2291244d2794] daemon is not started
17:16:27 [2022-07-20T17:16:27.258Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
17:16:27 [2022-07-20T17:16:27.826Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
17:16:28 [2022-07-20T17:16:28.397Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
17:16:28 [2022-07-20T17:16:28.657Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
17:16:29 [2022-07-20T17:16:29.225Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
17:16:30 [2022-07-20T17:16:30.162Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
17:16:31 [2022-07-20T17:16:31.100Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
17:16:31 [2022-07-20T17:16:31.100Z]     check_test.go:540: [de590c0e2cee1] daemon is not started
17:16:31 [2022-07-20T17:16:31.100Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
17:16:32 [2022-07-20T17:16:32.479Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
17:16:33 [2022-07-20T17:16:33.857Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
17:16:34 [2022-07-20T17:16:34.427Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
17:16:36 [2022-07-20T17:16:36.333Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
17:16:36 [2022-07-20T17:16:36.850Z] --- PASS: TestInfoAPIWarnings (16.54s)
17:16:36 [2022-07-20T17:16:36.850Z] === RUN   TestInfoDebug
17:16:36 [2022-07-20T17:16:36.850Z] --- PASS: TestInfoDebug (0.52s)
17:16:36 [2022-07-20T17:16:36.850Z] === RUN   TestInfoInsecureRegistries
17:16:36 [2022-07-20T17:16:36.850Z] --- PASS: TestInfoInsecureRegistries (0.52s)
17:16:36 [2022-07-20T17:16:36.850Z] === RUN   TestInfoRegistryMirrors
17:16:36 [2022-07-20T17:16:36.850Z] --- PASS: TestInfoRegistryMirrors (0.52s)
17:16:36 [2022-07-20T17:16:36.850Z] === RUN   TestLoginFailsWithBadCredentials
17:16:36 [2022-07-20T17:16:36.901Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
17:16:37 [2022-07-20T17:16:37.416Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
17:16:37 [2022-07-20T17:16:37.416Z] === RUN   TestPingCacheHeaders
17:16:37 [2022-07-20T17:16:37.416Z] --- PASS: TestPingCacheHeaders (0.02s)
17:16:37 [2022-07-20T17:16:37.416Z] === RUN   TestPingGet
17:16:37 [2022-07-20T17:16:37.416Z] --- PASS: TestPingGet (0.02s)
17:16:37 [2022-07-20T17:16:37.416Z] === RUN   TestPingHead
17:16:37 [2022-07-20T17:16:37.416Z] --- PASS: TestPingHead (0.02s)
17:16:37 [2022-07-20T17:16:37.416Z] === RUN   TestPingSwarmHeader
17:16:37 [2022-07-20T17:16:37.984Z] === RUN   TestPingSwarmHeader/before_swarm_init
17:16:38 [2022-07-20T17:16:38.280Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
17:16:38 [2022-07-20T17:16:38.552Z] === RUN   TestPingSwarmHeader/after_swarm_init
17:16:39 [2022-07-20T17:16:39.490Z] === RUN   TestPingSwarmHeader/after_swarm_leave
17:16:39 [2022-07-20T17:16:39.490Z] --- PASS: TestPingSwarmHeader (2.18s)
17:16:39 [2022-07-20T17:16:39.490Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
17:16:39 [2022-07-20T17:16:39.490Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
17:16:39 [2022-07-20T17:16:39.490Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
17:16:39 [2022-07-20T17:16:39.490Z] === RUN   TestVersion
17:16:39 [2022-07-20T17:16:39.748Z] --- PASS: TestVersion (0.02s)
17:16:39 [2022-07-20T17:16:39.748Z] === CONT  TestDiskUsage
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/empty
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/empty/container_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/empty/image_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/empty/volume_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/empty/build-cache_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_LoadBusybox
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:16:40 [2022-07-20T17:16:40.317Z] === RUN   TestDiskUsage/after_container.Run
17:16:40 [2022-07-20T17:16:40.576Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:16:40 [2022-07-20T17:16:40.576Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:16:40 [2022-07-20T17:16:40.576Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:16:40 [2022-07-20T17:16:40.576Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:16:40 [2022-07-20T17:16:40.576Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:16:40 [2022-07-20T17:16:40.576Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:16:40 [2022-07-20T17:16:40.576Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:16:40 [2022-07-20T17:16:40.576Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:16:40 [2022-07-20T17:16:40.576Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:16:40 [2022-07-20T17:16:40.576Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:16:40 [2022-07-20T17:16:40.818Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
17:16:40 [2022-07-20T17:16:40.834Z] --- PASS: TestDiskUsage (1.14s)
17:16:40 [2022-07-20T17:16:40.835Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]     --- PASS: TestDiskUsage/after_container.Run (0.30s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z] PASS
17:16:40 [2022-07-20T17:16:40.835Z] 
17:16:40 [2022-07-20T17:16:40.835Z] === Skipped
17:16:40 [2022-07-20T17:16:40.835Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
17:16:40 [2022-07-20T17:16:40.835Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:16:40 [2022-07-20T17:16:40.835Z] 
17:16:40 [2022-07-20T17:16:40.835Z] DONE 54 tests, 1 skipped in 22.671s
17:16:40 [2022-07-20T17:16:40.835Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
17:16:40 [2022-07-20T17:16:40.835Z] ++ 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
17:16:40 [2022-07-20T17:16:40.835Z] ++ set -e
17:16:40 [2022-07-20T17:16:40.835Z] ++ '[' -n 0 ']'
17:16:40 [2022-07-20T17:16:40.835Z] ++ set -x
17:16:40 [2022-07-20T17:16:40.835Z] ++ env -i DEST=/go/src/github.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
17:16:40 [2022-07-20T17:16:40.835Z] INFO: Testing against a local daemon
17:16:40 [2022-07-20T17:16:40.835Z] === RUN   TestVolumesCreateAndList
17:16:40 [2022-07-20T17:16:40.835Z] --- PASS: TestVolumesCreateAndList (0.02s)
17:16:40 [2022-07-20T17:16:40.835Z] === RUN   TestVolumesRemove
17:16:40 [2022-07-20T17:16:40.835Z] --- PASS: TestVolumesRemove (0.05s)
17:16:40 [2022-07-20T17:16:40.835Z] === RUN   TestVolumesInspect
17:16:41 [2022-07-20T17:16:41.094Z] --- PASS: TestVolumesInspect (0.02s)
17:16:41 [2022-07-20T17:16:41.094Z] === RUN   TestVolumesInvalidJSON
17:16:41 [2022-07-20T17:16:41.094Z] === RUN   TestVolumesInvalidJSON/volumes/create
17:16:41 [2022-07-20T17:16:41.094Z] === PAUSE TestVolumesInvalidJSON/volumes/create
17:16:41 [2022-07-20T17:16:41.094Z] === CONT  TestVolumesInvalidJSON/volumes/create
17:16:41 [2022-07-20T17:16:41.094Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
17:16:41 [2022-07-20T17:16:41.094Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
17:16:41 [2022-07-20T17:16:41.094Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
17:16:41 [2022-07-20T17:16:41.094Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
17:16:41 [2022-07-20T17:16:41.094Z] --- PASS: TestVolumesInvalidJSON (0.02s)
17:16:41 [2022-07-20T17:16:41.094Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
17:16:41 [2022-07-20T17:16:41.094Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
17:16:41 [2022-07-20T17:16:41.094Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
17:16:41 [2022-07-20T17:16:41.094Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
17:16:41 [2022-07-20T17:16:41.094Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
17:16:41 [2022-07-20T17:16:41.094Z] PASS
17:16:41 [2022-07-20T17:16:41.094Z] 
17:16:41 [2022-07-20T17:16:41.094Z] DONE 9 tests in 0.200s
17:16:41 [2022-07-20T17:16:41.094Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:16:41 [2022-07-20T17:16:41.094Z] ++++ cat bundles/test-integration/docker.pid
17:16:41 [2022-07-20T17:16:41.094Z] +++ kill 14244
17:16:41 [2022-07-20T17:16:41.353Z] +++ /etc/init.d/apparmor stop
17:16:41 [2022-07-20T17:16:41.353Z] Leaving: AppArmorNo profiles have been unloaded.
17:16:41 [2022-07-20T17:16:41.353Z] 
17:16:41 [2022-07-20T17:16:41.353Z] Unloading profiles will leave already running processes permanently
17:16:41 [2022-07-20T17:16:41.353Z] unconfined, which can lead to unexpected situations.
17:16:41 [2022-07-20T17:16:41.353Z] 
17:16:41 [2022-07-20T17:16:41.353Z] To set a process to complain mode, use the command line tool
17:16:41 [2022-07-20T17:16:41.353Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:16:41 [2022-07-20T17:16:41.353Z] +++ true
17:16:41 [2022-07-20T17:16:41.353Z] exiting test-integration
17:16:41 [2022-07-20T17:16:41.353Z] ++ exit 0
17:16:41 [2022-07-20T17:16:41.353Z] 
17:16:41 [2022-07-20T17:16:41.388Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
Post stage
[Pipeline] junit
17:16:41 [2022-07-20T17:16:41.965Z] Recording test results
17:16:42 [2022-07-20T17:16:42.163Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:16:42 [2022-07-20T17:16:42.326Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
17:16:42 [2022-07-20T17:16:42.517Z] + echo Ensuring container killed.
17:16:42 [2022-07-20T17:16:42.517Z] Ensuring container killed.
17:16:42 [2022-07-20T17:16:42.517Z] + docker rm -vf docker-pr4
17:16:42 [2022-07-20T17:16:42.517Z] Error: No such container: docker-pr4
[Pipeline] sh
17:16:42 [2022-07-20T17:16:42.813Z] + echo Chowning /workspace to jenkins user
17:16:42 [2022-07-20T17:16:42.813Z] Chowning /workspace to jenkins user
17:16:42 [2022-07-20T17:16:42.813Z] + id -u
17:16:42 [2022-07-20T17:16:42.813Z] + id -g
17:16:42 [2022-07-20T17:16:42.813Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43838:/workspace busybox chown -R 1000:1000 /workspace
17:16:42 [2022-07-20T17:16:42.813Z] Unable to find image 'busybox:latest' locally
17:16:42 [2022-07-20T17:16:42.813Z] latest: Pulling from library/busybox
17:16:43 [2022-07-20T17:16:43.072Z] 87379020f3b6: Pulling fs layer
17:16:43 [2022-07-20T17:16:43.072Z] 87379020f3b6: Verifying Checksum
17:16:43 [2022-07-20T17:16:43.072Z] 87379020f3b6: Pull complete
17:16:43 [2022-07-20T17:16:43.072Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
17:16:43 [2022-07-20T17:16:43.072Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:16:44 [2022-07-20T17:16:44.741Z] + bundleName=arm64-integration
17:16:44 [2022-07-20T17:16:44.741Z] + echo Creating arm64-integration-bundles.tar.gz
17:16:44 [2022-07-20T17:16:44.741Z] Creating arm64-integration-bundles.tar.gz
17:16:44 [2022-07-20T17:16:44.741Z] + xargs tar -czf arm64-integration-bundles.tar.gz
17:16:44 [2022-07-20T17:16:44.741Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
17:16:44 [2022-07-20T17:16:44.910Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
[Pipeline] archiveArtifacts
17:16:45 [2022-07-20T17:16:45.013Z] Archiving artifacts
17:16:46 [2022-07-20T17:16:46.851Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43838/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:16:47 [2022-07-20T17:16:47.155Z] + make clean
17:16:47 [2022-07-20T17:16:47.413Z] docker volume rm -f docker-dev-cache docker-mod-cache
17:16:47 [2022-07-20T17:16:47.413Z] docker-dev-cache
17:16:47 [2022-07-20T17:16:47.413Z] docker-mod-cache
[Pipeline] deleteDir
17:16:48 [2022-07-20T17:16:48.198Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:16:50 [2022-07-20T17:16:50.736Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
17:16:53 [2022-07-20T17:16:53.273Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
17:16:55 [2022-07-20T17:16:55.180Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
17:16:57 [2022-07-20T17:16:57.086Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
17:16:57 [2022-07-20T17:16:57.086Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
17:16:58 [2022-07-20T17:16:58.023Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
17:16:59 [2022-07-20T17:16:59.400Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
17:16:59 [2022-07-20T17:16:59.660Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
17:17:00 [2022-07-20T17:17:00.228Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
17:17:02 [2022-07-20T17:17:02.290Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
17:17:02 [2022-07-20T17:17:02.549Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
17:17:05 [2022-07-20T17:17:05.083Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
17:17:08 [2022-07-20T17:17:08.371Z]     docker_cli_daemon_test.go:2503: [d3dcdbd8a909f] daemon is not started
17:17:10 [2022-07-20T17:17:10.277Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
17:17:10 [2022-07-20T17:17:10.848Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
17:17:12 [2022-07-20T17:17:12.228Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
17:17:13 [2022-07-20T17:17:13.607Z] === RUN   TestDockerSuite/TestBuildCacheAdd
17:17:14 [2022-07-20T17:17:14.177Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
17:17:15 [2022-07-20T17:17:15.115Z] === RUN   TestDockerSuite/TestBuildCacheFrom
17:17:19 [2022-07-20T17:17:19.306Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
17:17:20 [2022-07-20T17:17:20.686Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
17:17:21 [2022-07-20T17:17:21.181Z] Created binary: bundles/binary-daemon/dockerd
17:17:21 [2022-07-20T17:17:21.181Z] Copying nested executables into bundles/binary-daemon
17:17:21 [2022-07-20T17:17:21.181Z] Building: bundles/binary-daemon/docker-proxy
17:17:21 [2022-07-20T17:17:21.181Z] GOOS="" GOARCH="" GOARM=""
17:17:21 [2022-07-20T17:17:21.181Z] Created binary: bundles/binary-daemon/docker-proxy
17:17:21 [2022-07-20T17:17:21.181Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
17:17:21 [2022-07-20T17:17:21.254Z] === RUN   TestDockerDaemonSuite/TestShmSize
17:17:21 [2022-07-20T17:17:21.502Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -e DOCKER_GRAPHDRIVER docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/make.sh cross
17:17:21 [2022-07-20T17:17:21.759Z] 
17:17:21 [2022-07-20T17:17:21.759Z] Removing bundles/
17:17:22 [2022-07-20T17:17:22.017Z] 
17:17:22 [2022-07-20T17:17:22.017Z] ---> Making bundle: cross (in bundles/cross)
17:17:22 [2022-07-20T17:17:22.017Z] Cross building: bundles/cross/linux/amd64
17:17:22 [2022-07-20T17:17:22.017Z] Building: bundles/cross/linux/amd64-daemon/dockerd
17:17:22 [2022-07-20T17:17:22.017Z] GOOS="linux" GOARCH="amd64" GOARM=""
17:17:22 [2022-07-20T17:17:22.192Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
17:17:23 [2022-07-20T17:17:23.130Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
17:17:23 [2022-07-20T17:17:23.130Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
17:17:24 [2022-07-20T17:17:24.068Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
17:17:25 [2022-07-20T17:17:25.988Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
17:17:25 [2022-07-20T17:17:25.988Z]     check_test.go:540: [df3aae93bcd46] daemon is not started
17:17:25 [2022-07-20T17:17:25.988Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
17:17:26 [2022-07-20T17:17:26.557Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
17:17:27 [2022-07-20T17:17:27.125Z] === RUN   TestDockerSuite/TestBuildClearCmd
17:17:27 [2022-07-20T17:17:27.783Z] === RUN   TestDockerSuite/TestBuildCmd
17:17:28 [2022-07-20T17:17:28.082Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
17:17:28 [2022-07-20T17:17:28.658Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
17:17:28 [2022-07-20T17:17:28.927Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
17:17:28 [2022-07-20T17:17:28.927Z]     docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows
17:17:28 [2022-07-20T17:17:28.927Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
17:17:30 [2022-07-20T17:17:30.833Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
17:17:32 [2022-07-20T17:17:32.213Z] --- PASS: TestDockerDaemonSuite (330.88s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.40s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.76s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.62s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.44s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.17s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.60s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.20s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.75s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.70s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.02s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.32s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.28s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.48s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.18s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.36s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.21s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.58s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.96s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.58s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.74s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.48s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.19s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.09s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.87s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.55s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.63s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.13s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.31s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.67s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.06s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.75s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.73s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.68s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.36s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.38s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.43s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.63s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.25s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (1.93s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.07s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (1.97s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (3.93s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.92s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (3.60s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.40s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.94s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.51s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.84s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.10s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.32s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.04s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.58s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.93s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.78s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.07s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.35s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.39s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.40s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.22s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.05s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.00s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.46s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.89s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.18s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.58s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.02s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.93s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.88s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.00s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.07s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.65s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.70s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.88s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.54s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.63s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.91s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.76s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.67s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.47s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.46s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.09s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.16s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.23s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.44s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.65s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.02s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.19s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.15s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.75s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.56s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.67s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.74s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.67s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s)
17:17:32 [2022-07-20T17:17:32.213Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.19s)
17:17:32 [2022-07-20T17:17:32.213Z] === RUN   TestDockerSwarmSuite
17:17:32 [2022-07-20T17:17:32.213Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
17:17:35 [2022-07-20T17:17:35.506Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
17:17:35 [2022-07-20T17:17:35.766Z] === RUN   TestDockerSuite/TestBuildConditionalCache
17:17:36 [2022-07-20T17:17:36.703Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
17:17:38 [2022-07-20T17:17:38.084Z] === RUN   TestDockerSuite/TestBuildContextCleanup
17:17:38 [2022-07-20T17:17:38.084Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
17:17:38 [2022-07-20T17:17:38.345Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
17:17:38 [2022-07-20T17:17:38.914Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
17:17:39 [2022-07-20T17:17:39.497Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
17:17:40 [2022-07-20T17:17:40.065Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
17:17:44 [2022-07-20T17:17:44.256Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
17:17:50 [2022-07-20T17:17:50.826Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
17:17:51 [2022-07-20T17:17:51.395Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
17:17:53 [2022-07-20T17:17:53.930Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
17:17:57 [2022-07-20T17:17:57.219Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
17:17:57 [2022-07-20T17:17:57.220Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
17:17:58 [2022-07-20T17:17:58.156Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
17:17:58 [2022-07-20T17:17:58.725Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
17:17:58 [2022-07-20T17:17:58.725Z]     docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows
17:17:58 [2022-07-20T17:17:58.725Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
17:17:58 [2022-07-20T17:17:58.725Z]     docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows
17:17:58 [2022-07-20T17:17:58.725Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
17:17:58 [2022-07-20T17:17:58.725Z]     docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows
17:17:58 [2022-07-20T17:17:58.725Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
17:17:58 [2022-07-20T17:17:58.725Z]     docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows
17:17:58 [2022-07-20T17:17:58.725Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
17:18:00 [2022-07-20T17:18:00.631Z]     docker_api_swarm_test.go:563: [d29ccaf42e800] joining swarm manager [d20078daa34ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:18:02 [2022-07-20T17:18:02.010Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
17:18:07 [2022-07-20T17:18:07.287Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
17:18:09 [2022-07-20T17:18:09.191Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
17:18:09 [2022-07-20T17:18:09.450Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
17:18:13 [2022-07-20T17:18:13.668Z]     docker_api_swarm_test.go:585: [db0490e388dca] joining swarm manager [d20078daa34ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:18:15 [2022-07-20T17:18:15.573Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
17:18:16 [2022-07-20T17:18:16.509Z]     check_test.go:611: [d29ccaf42e800] daemon is not started
17:18:20 [2022-07-20T17:18:20.699Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
17:18:20 [2022-07-20T17:18:20.699Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
17:18:22 [2022-07-20T17:18:22.078Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
17:18:23 [2022-07-20T17:18:23.457Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
17:18:23 [2022-07-20T17:18:23.457Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
17:18:23 [2022-07-20T17:18:23.457Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
17:18:25 [2022-07-20T17:18:25.994Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
17:18:25 [2022-07-20T17:18:25.994Z]     docker_api_swarm_test.go:46: [df749f83edc65] joining swarm manager [d80cc15045ac6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:18:26 [2022-07-20T17:18:26.562Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
17:18:26 [2022-07-20T17:18:26.562Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
17:18:27 [2022-07-20T17:18:27.502Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
17:18:28 [2022-07-20T17:18:28.441Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
17:18:29 [2022-07-20T17:18:29.380Z] === RUN   TestDockerSuite/TestBuildDockerignore
17:18:39 [2022-07-20T17:18:39.376Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
17:18:39 [2022-07-20T17:18:39.636Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
17:18:42 [2022-07-20T17:18:42.176Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
17:18:44 [2022-07-20T17:18:44.711Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
17:18:45 [2022-07-20T17:18:45.279Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
17:18:45 [2022-07-20T17:18:45.539Z] --- PASS: TestImportExtremelyLargeImageWorks (180.27s)
17:18:45 [2022-07-20T17:18:45.539Z] PASS
17:18:45 [2022-07-20T17:18:45.539Z] 
17:18:45 [2022-07-20T17:18:45.539Z] DONE 22 tests in 183.958s
17:18:45 [2022-07-20T17:18:45.539Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
17:18:45 [2022-07-20T17:18:45.539Z] ++ 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
17:18:45 [2022-07-20T17:18:45.539Z] ++ set -e
17:18:45 [2022-07-20T17:18:45.539Z] ++ '[' -n 0 ']'
17:18:45 [2022-07-20T17:18:45.539Z] ++ set -x
17:18:45 [2022-07-20T17:18:45.539Z] ++ env -i DEST=/go/src/github.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
17:18:45 [2022-07-20T17:18:45.799Z] === RUN   TestStripANSICommands
17:18:45 [2022-07-20T17:18:45.799Z] === RUN   TestStripANSICommands/#00
17:18:45 [2022-07-20T17:18:45.799Z] === RUN   TestStripANSICommands/#01
17:18:45 [2022-07-20T17:18:45.799Z] --- PASS: TestStripANSICommands (0.00s)
17:18:45 [2022-07-20T17:18:45.799Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
17:18:45 [2022-07-20T17:18:45.799Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
17:18:45 [2022-07-20T17:18:45.799Z] PASS
17:18:45 [2022-07-20T17:18:45.799Z] 
17:18:45 [2022-07-20T17:18:45.799Z] DONE 3 tests in 0.052s
17:18:45 [2022-07-20T17:18:45.799Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
17:18:45 [2022-07-20T17:18:45.799Z] ++ 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
17:18:45 [2022-07-20T17:18:45.799Z] ++ set -e
17:18:45 [2022-07-20T17:18:45.799Z] ++ '[' -n 0 ']'
17:18:45 [2022-07-20T17:18:45.799Z] ++ set -x
17:18:45 [2022-07-20T17:18:45.799Z] ++ env -i DEST=/go/src/github.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
17:18:45 [2022-07-20T17:18:45.799Z] INFO: Testing against a local daemon
17:18:45 [2022-07-20T17:18:45.799Z] === RUN   TestNetworkCreateDelete
17:18:46 [2022-07-20T17:18:46.059Z] --- PASS: TestNetworkCreateDelete (0.25s)
17:18:46 [2022-07-20T17:18:46.059Z] === RUN   TestDockerNetworkDeletePreferID
17:18:46 [2022-07-20T17:18:46.628Z] --- PASS: TestDockerNetworkDeletePreferID (0.52s)
17:18:46 [2022-07-20T17:18:46.628Z] === RUN   TestDaemonDNSFallback
17:18:50 [2022-07-20T17:18:50.820Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
17:18:50 [2022-07-20T17:18:50.821Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
17:18:51 [2022-07-20T17:18:51.079Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
17:18:53 [2022-07-20T17:18:53.614Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
17:18:53 [2022-07-20T17:18:53.615Z] --- PASS: TestDaemonDNSFallback (6.95s)
17:18:53 [2022-07-20T17:18:53.615Z] === RUN   TestInspectNetwork
17:18:54 [2022-07-20T17:18:54.994Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
17:18:56 [2022-07-20T17:18:56.902Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
17:18:57 [2022-07-20T17:18:57.471Z] === RUN   TestInspectNetwork/full_network_id
17:18:57 [2022-07-20T17:18:57.471Z] === RUN   TestInspectNetwork/partial_network_id
17:18:57 [2022-07-20T17:18:57.471Z] === RUN   TestInspectNetwork/network_name
17:18:57 [2022-07-20T17:18:57.471Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
17:19:00 [2022-07-20T17:19:00.779Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
17:19:02 [2022-07-20T17:19:02.157Z] --- PASS: TestInspectNetwork (8.30s)
17:19:02 [2022-07-20T17:19:02.157Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
17:19:02 [2022-07-20T17:19:02.157Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
17:19:02 [2022-07-20T17:19:02.157Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
17:19:02 [2022-07-20T17:19:02.157Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
17:19:02 [2022-07-20T17:19:02.157Z] === RUN   TestRunContainerWithBridgeNone
17:19:02 [2022-07-20T17:19:02.157Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
17:19:04 [2022-07-20T17:19:04.064Z] --- PASS: TestRunContainerWithBridgeNone (2.12s)
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/create
17:19:04 [2022-07-20T17:19:04.064Z] === PAUSE TestNetworkInvalidJSON/networks/create
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
17:19:04 [2022-07-20T17:19:04.064Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
17:19:04 [2022-07-20T17:19:04.064Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
17:19:04 [2022-07-20T17:19:04.064Z] === CONT  TestNetworkInvalidJSON/networks/create
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
17:19:04 [2022-07-20T17:19:04.064Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
17:19:04 [2022-07-20T17:19:04.064Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
17:19:04 [2022-07-20T17:19:04.064Z] --- PASS: TestNetworkInvalidJSON (0.02s)
17:19:04 [2022-07-20T17:19:04.064Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkList
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkList//networks
17:19:04 [2022-07-20T17:19:04.064Z] === PAUSE TestNetworkList//networks
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestNetworkList//networks/
17:19:04 [2022-07-20T17:19:04.064Z] === PAUSE TestNetworkList//networks/
17:19:04 [2022-07-20T17:19:04.064Z] === CONT  TestNetworkList//networks
17:19:04 [2022-07-20T17:19:04.064Z] === CONT  TestNetworkList//networks/
17:19:04 [2022-07-20T17:19:04.064Z] --- PASS: TestNetworkList (0.02s)
17:19:04 [2022-07-20T17:19:04.064Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z]     --- PASS: TestNetworkList//networks (0.00s)
17:19:04 [2022-07-20T17:19:04.064Z] === RUN   TestHostIPv4BridgeLabel
17:19:04 [2022-07-20T17:19:04.635Z] --- PASS: TestHostIPv4BridgeLabel (0.58s)
17:19:04 [2022-07-20T17:19:04.635Z] === RUN   TestDaemonRestartWithLiveRestore
17:19:05 [2022-07-20T17:19:05.572Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
17:19:05 [2022-07-20T17:19:05.572Z] === RUN   TestDaemonDefaultNetworkPools
17:19:06 [2022-07-20T17:19:06.512Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s)
17:19:06 [2022-07-20T17:19:06.512Z] === RUN   TestDaemonRestartWithExistingNetwork
17:19:07 [2022-07-20T17:19:07.890Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s)
17:19:07 [2022-07-20T17:19:07.890Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:19:09 [2022-07-20T17:19:09.267Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.37s)
17:19:09 [2022-07-20T17:19:09.267Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:19:09 [2022-07-20T17:19:09.527Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
17:19:09 [2022-07-20T17:19:09.527Z] === RUN   TestServiceWithPredefinedNetwork
17:19:12 [2022-07-20T17:19:12.818Z] --- PASS: TestServiceWithPredefinedNetwork (2.66s)
17:19:12 [2022-07-20T17:19:12.818Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:19:12 [2022-07-20T17:19:12.818Z]     service_test.go:243: FLAKY_TEST
17:19:12 [2022-07-20T17:19:12.818Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:19:12 [2022-07-20T17:19:12.818Z] === RUN   TestServiceWithDataPathPortInit
17:19:14 [2022-07-20T17:19:14.722Z] === RUN   TestDockerSuite/TestBuildDotDotFile
17:19:14 [2022-07-20T17:19:14.722Z] === RUN   TestDockerSuite/TestBuildEOLInLine
17:19:18 [2022-07-20T17:19:18.010Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
17:19:18 [2022-07-20T17:19:18.010Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
17:19:18 [2022-07-20T17:19:18.010Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
17:19:18 [2022-07-20T17:19:18.269Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
17:19:18 [2022-07-20T17:19:18.269Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
17:19:18 [2022-07-20T17:19:18.528Z] === RUN   TestDockerSuite/TestBuildEntrypoint
17:19:18 [2022-07-20T17:19:18.788Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
17:19:20 [2022-07-20T17:19:20.702Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
17:19:21 [2022-07-20T17:19:21.270Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
17:19:22 [2022-07-20T17:19:22.649Z] === RUN   TestDockerSuite/TestBuildEnv
17:19:23 [2022-07-20T17:19:23.585Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
17:19:24 [2022-07-20T17:19:24.520Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
17:19:25 [2022-07-20T17:19:25.088Z] === RUN   TestDockerSuite/TestBuildEnvUsage
17:19:28 [2022-07-20T17:19:28.375Z] --- PASS: TestServiceWithDataPathPortInit (16.20s)
17:19:28 [2022-07-20T17:19:28.375Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:19:28 [2022-07-20T17:19:28.462Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd
17:19:28 [2022-07-20T17:19:28.462Z] Copying nested executables into bundles/cross/linux/amd64-daemon
17:19:28 [2022-07-20T17:19:28.462Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy
17:19:28 [2022-07-20T17:19:28.462Z] GOOS="linux" GOARCH="amd64" GOARM=""
17:19:28 [2022-07-20T17:19:28.462Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy
17:19:28 [2022-07-20T17:19:28.462Z] Cross building: bundles/cross/windows/amd64
17:19:28 [2022-07-20T17:19:28.462Z] +++++++ cat ./cli/winresources/dockerd/winres.json
17:19:28 [2022-07-20T17:19:28.462Z] {
17:19:28 [2022-07-20T17:19:28.462Z]   "RT_GROUP_ICON": {
17:19:28 [2022-07-20T17:19:28.462Z]     "#1": {
17:19:28 [2022-07-20T17:19:28.462Z]       "0409": "../../winresources/docker.ico"
17:19:28 [2022-07-20T17:19:28.462Z]     }
17:19:28 [2022-07-20T17:19:28.462Z]   },
17:19:28 [2022-07-20T17:19:28.462Z]   "RT_MANIFEST": {
17:19:28 [2022-07-20T17:19:28.462Z]     "#1": {
17:19:28 [2022-07-20T17:19:28.462Z]       "0409": {
17:19:28 [2022-07-20T17:19:28.462Z]         "identity": {},
17:19:28 [2022-07-20T17:19:28.462Z]         "description": "Docker Engine",
17:19:28 [2022-07-20T17:19:28.462Z]         "minimum-os": "vista",
17:19:28 [2022-07-20T17:19:28.462Z]         "execution-level": "",
17:19:28 [2022-07-20T17:19:28.462Z]         "ui-access": false,
17:19:28 [2022-07-20T17:19:28.462Z]         "auto-elevate": false,
17:19:28 [2022-07-20T17:19:28.462Z]         "dpi-awareness": "unaware",
17:19:28 [2022-07-20T17:19:28.462Z]         "disable-theming": false,
17:19:28 [2022-07-20T17:19:28.462Z]         "disable-window-filtering": false,
17:19:28 [2022-07-20T17:19:28.462Z]         "high-resolution-scrolling-aware": false,
17:19:28 [2022-07-20T17:19:28.462Z]         "ultra-high-resolution-scrolling-aware": false,
17:19:28 [2022-07-20T17:19:28.462Z]         "long-path-aware": false,
17:19:28 [2022-07-20T17:19:28.462Z]         "printer-driver-isolation": false,
17:19:28 [2022-07-20T17:19:28.462Z]         "gdi-scaling": false,
17:19:28 [2022-07-20T17:19:28.462Z]         "segment-heap": false,
17:19:28 [2022-07-20T17:19:28.462Z]         "use-common-controls-v6": false
17:19:28 [2022-07-20T17:19:28.462Z]       }
17:19:28 [2022-07-20T17:19:28.462Z]     }
17:19:28 [2022-07-20T17:19:28.462Z]   },
17:19:28 [2022-07-20T17:19:28.462Z]   "RT_MESSAGETABLE": {
17:19:28 [2022-07-20T17:19:28.462Z]     "#1": {
17:19:28 [2022-07-20T17:19:28.462Z]       "0409": "../../winresources/event_messages.bin"
17:19:28 [2022-07-20T17:19:28.462Z]     }
17:19:28 [2022-07-20T17:19:28.462Z]   },
17:19:28 [2022-07-20T17:19:28.462Z]   "RT_VERSION": {
17:19:28 [2022-07-20T17:19:28.462Z]     "#1": {
17:19:28 [2022-07-20T17:19:28.462Z]       "0409": {
17:19:28 [2022-07-20T17:19:28.462Z]         "fixed": {
17:19:28 [2022-07-20T17:19:28.462Z]           "file_version": "0.0.0.0",
17:19:28 [2022-07-20T17:19:28.462Z]           "product_version": "0.0.0.0",
17:19:28 [2022-07-20T17:19:28.462Z]           "type": "Unknown"
17:19:28 [2022-07-20T17:19:28.462Z]         },
17:19:28 [2022-07-20T17:19:28.462Z]         "info": {
17:19:28 [2022-07-20T17:19:28.462Z]           "0000": {
17:19:28 [2022-07-20T17:19:28.462Z]             "CompanyName": "",
17:19:28 [2022-07-20T17:19:28.462Z]             "FileVersion": "dev",
17:19:28 [2022-07-20T17:19:28.462Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
17:19:28 [2022-07-20T17:19:28.462Z]             "OriginalFileName": "dockerd.exe",
17:19:28 [2022-07-20T17:19:28.462Z]             "ProductName": "",
17:19:28 [2022-07-20T17:19:28.462Z]             "ProductVersion": "dev",
17:19:28 [2022-07-20T17:19:28.462Z]             "SpecialBuild": "0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1"
17:19:28 [2022-07-20T17:19:28.462Z]           }
17:19:28 [2022-07-20T17:19:28.462Z]         }
17:19:28 [2022-07-20T17:19:28.462Z]       }
17:19:28 [2022-07-20T17:19:28.462Z]     }
17:19:28 [2022-07-20T17:19:28.462Z]   }
17:19:28 [2022-07-20T17:19:28.462Z] }
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/config.go
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/config_windows.go
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/daemon.go
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/daemon_test.go
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/daemon_windows.go
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/docker.go
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/docker_windows.go
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/genwinres_windows.go
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/metrics.go
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/options.go
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/options_test.go
17:19:28 [2022-07-20T17:19:28.462Z] cmd/dockerd/service_windows.go
17:19:28 [2022-07-20T17:19:28.462Z] Building: bundles/cross/windows/amd64-daemon/dockerd.exe
17:19:28 [2022-07-20T17:19:28.462Z] GOOS="windows" GOARCH="amd64" GOARM=""
17:19:29 [2022-07-20T17:19:29.314Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
17:19:31 [2022-07-20T17:19:31.849Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:w63mrtio15n4i0v5dfqzfkeyr Created:2022-07-20 17:19:29.806579039 +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[0563384cd0c52b99341da86b42ee914c3061ad393fdf3d634fbe3470dabbeafc:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ve3muvku8tuuhmr3lfabfv8k6 EndpointID:3e9c47922681c77674b4d403d4bed4dc9914f4ec1d22c7d1aa8c49062ce89c1b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b3e2d68f3778f22880252bc5e10417b7328b3d88c123b6ddd140c443e2b5dcbb 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:78e9c5b726e7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ve3muvku8tuuhmr3lfabfv8k6 EndpointID:3e9c47922681c77674b4d403d4bed4dc9914f4ec1d22c7d1aa8c49062ce89c1b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
17:19:33 [2022-07-20T17:19:33.753Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
17:19:36 [2022-07-20T17:19:36.291Z]     docker_api_swarm_test.go:304: [d51319b489e01] joining swarm manager [da8bbf5809388]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:19:36 [2022-07-20T17:19:36.291Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.88s)
17:19:36 [2022-07-20T17:19:36.291Z] PASS
17:19:36 [2022-07-20T17:19:36.291Z] 
17:19:36 [2022-07-20T17:19:36.291Z] === Skipped
17:19:36 [2022-07-20T17:19:36.291Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:19:36 [2022-07-20T17:19:36.291Z]     service_test.go:243: FLAKY_TEST
17:19:36 [2022-07-20T17:19:36.291Z] 
17:19:36 [2022-07-20T17:19:36.291Z] DONE 38 tests, 1 skipped in 50.572s
17:19:36 [2022-07-20T17:19:36.291Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
17:19:36 [2022-07-20T17:19:36.291Z] ++ 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
17:19:36 [2022-07-20T17:19:36.291Z] ++ set -e
17:19:36 [2022-07-20T17:19:36.291Z] ++ '[' -n 0 ']'
17:19:36 [2022-07-20T17:19:36.291Z] ++ set -x
17:19:36 [2022-07-20T17:19:36.291Z] ++ env -i DEST=/go/src/github.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
17:19:36 [2022-07-20T17:19:36.550Z] INFO: Testing against a local daemon
17:19:36 [2022-07-20T17:19:36.550Z] === RUN   TestDockerNetworkIpvlanPersistance
17:19:36 [2022-07-20T17:19:36.550Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:19:36 [2022-07-20T17:19:36.550Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:19:36 [2022-07-20T17:19:36.550Z] === RUN   TestDockerNetworkIpvlan
17:19:36 [2022-07-20T17:19:36.550Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:19:36 [2022-07-20T17:19:36.550Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:19:36 [2022-07-20T17:19:36.550Z] PASS
17:19:36 [2022-07-20T17:19:36.550Z] 
17:19:36 [2022-07-20T17:19:36.550Z] === Skipped
17:19:36 [2022-07-20T17:19:36.550Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:19:36 [2022-07-20T17:19:36.550Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:19:36 [2022-07-20T17:19:36.550Z] 
17:19:36 [2022-07-20T17:19:36.550Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:19:36 [2022-07-20T17:19:36.550Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:19:36 [2022-07-20T17:19:36.550Z] 
17:19:36 [2022-07-20T17:19:36.550Z] DONE 2 tests, 2 skipped in 0.122s
17:19:36 [2022-07-20T17:19:36.550Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
17:19:36 [2022-07-20T17:19:36.550Z] ++ 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
17:19:36 [2022-07-20T17:19:36.550Z] ++ set -e
17:19:36 [2022-07-20T17:19:36.550Z] ++ '[' -n 0 ']'
17:19:36 [2022-07-20T17:19:36.550Z] ++ set -x
17:19:36 [2022-07-20T17:19:36.550Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
17:19:36 [2022-07-20T17:19:36.550Z] INFO: Testing against a local daemon
17:19:36 [2022-07-20T17:19:36.550Z] === RUN   TestDockerNetworkMacvlanPersistance
17:19:37 [2022-07-20T17:19:37.929Z]     docker_api_swarm_test.go:305: [d745f1fb6796c] joining swarm manager [da8bbf5809388]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:19:37 [2022-07-20T17:19:37.929Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s)
17:19:37 [2022-07-20T17:19:37.929Z] === RUN   TestDockerNetworkMacvlan
17:19:38 [2022-07-20T17:19:38.867Z] === RUN   TestDockerNetworkMacvlan/Subinterface
17:19:38 [2022-07-20T17:19:38.867Z]     docker_api_swarm_test.go:351: Waiting for election to occur...
17:19:39 [2022-07-20T17:19:39.436Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
17:19:40 [2022-07-20T17:19:40.372Z] === RUN   TestDockerNetworkMacvlan/NilParent
17:19:42 [2022-07-20T17:19:42.914Z] === RUN   TestDockerNetworkMacvlan/InternalMode
17:19:44 [2022-07-20T17:19:44.820Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
17:19:45 [2022-07-20T17:19:45.758Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
17:19:47 [2022-07-20T17:19:47.137Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
17:19:49 [2022-07-20T17:19:49.046Z] === RUN   TestDockerNetworkMacvlan/Addressing
17:19:49 [2022-07-20T17:19:49.985Z] --- PASS: TestDockerNetworkMacvlan (12.07s)
17:19:49 [2022-07-20T17:19:49.985Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s)
17:19:49 [2022-07-20T17:19:49.985Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
17:19:49 [2022-07-20T17:19:49.985Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.08s)
17:19:49 [2022-07-20T17:19:49.985Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.18s)
17:19:49 [2022-07-20T17:19:49.985Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.92s)
17:19:49 [2022-07-20T17:19:49.985Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.76s)
17:19:49 [2022-07-20T17:19:49.985Z] PASS
17:19:49 [2022-07-20T17:19:49.985Z] 
17:19:49 [2022-07-20T17:19:49.985Z] DONE 8 tests in 13.556s
17:19:49 [2022-07-20T17:19:49.985Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
17:19:49 [2022-07-20T17:19:49.985Z] ++ 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
17:19:49 [2022-07-20T17:19:49.985Z] ++ set -e
17:19:49 [2022-07-20T17:19:49.985Z] ++ '[' -n 0 ']'
17:19:49 [2022-07-20T17:19:49.985Z] ++ set -x
17:19:49 [2022-07-20T17:19:49.985Z] ++ env -i DEST=/go/src/github.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
17:19:49 [2022-07-20T17:19:49.985Z] testing: warning: no tests to run
17:19:49 [2022-07-20T17:19:49.985Z] PASS
17:19:49 [2022-07-20T17:19:49.985Z] 
17:19:49 [2022-07-20T17:19:49.985Z] DONE 0 tests in 0.025s
17:19:49 [2022-07-20T17:19:49.985Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
17:19:49 [2022-07-20T17:19:49.985Z] ++ 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
17:19:49 [2022-07-20T17:19:49.985Z] ++ set -e
17:19:49 [2022-07-20T17:19:49.985Z] ++ '[' -n 0 ']'
17:19:49 [2022-07-20T17:19:49.985Z] ++ set -x
17:19:49 [2022-07-20T17:19:49.985Z] ++ env -i DEST=/go/src/github.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
17:19:50 [2022-07-20T17:19:50.244Z] INFO: Testing against a local daemon
17:19:50 [2022-07-20T17:19:50.244Z] === RUN   TestAuthZPluginAllowRequest
17:19:52 [2022-07-20T17:19:52.149Z] --- PASS: TestAuthZPluginAllowRequest (1.56s)
17:19:52 [2022-07-20T17:19:52.149Z] === RUN   TestAuthZPluginTLS
17:19:52 [2022-07-20T17:19:52.408Z] --- PASS: TestAuthZPluginTLS (0.56s)
17:19:52 [2022-07-20T17:19:52.408Z] === RUN   TestAuthZPluginDenyRequest
17:19:52 [2022-07-20T17:19:52.977Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
17:19:52 [2022-07-20T17:19:52.977Z] === RUN   TestAuthZPluginAPIDenyResponse
17:19:53 [2022-07-20T17:19:53.547Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
17:19:53 [2022-07-20T17:19:53.547Z] === RUN   TestAuthZPluginDenyResponse
17:19:54 [2022-07-20T17:19:54.114Z] --- PASS: TestAuthZPluginDenyResponse (0.57s)
17:19:54 [2022-07-20T17:19:54.114Z] === RUN   TestAuthZPluginAllowEventStream
17:19:54 [2022-07-20T17:19:54.374Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
17:19:55 [2022-07-20T17:19:55.311Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
17:19:55 [2022-07-20T17:19:55.571Z] --- PASS: TestAuthZPluginAllowEventStream (1.52s)
17:19:55 [2022-07-20T17:19:55.571Z] === RUN   TestAuthZPluginErrorResponse
17:19:55 [2022-07-20T17:19:55.830Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
17:19:56 [2022-07-20T17:19:56.089Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
17:19:56 [2022-07-20T17:19:56.089Z] === RUN   TestAuthZPluginErrorRequest
17:19:56 [2022-07-20T17:19:56.089Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
17:19:56 [2022-07-20T17:19:56.658Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
17:19:56 [2022-07-20T17:19:56.658Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:19:57 [2022-07-20T17:19:57.227Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
17:19:57 [2022-07-20T17:19:57.227Z]     docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows
17:19:57 [2022-07-20T17:19:57.227Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
17:19:57 [2022-07-20T17:19:57.227Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
17:19:57 [2022-07-20T17:19:57.227Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:19:57 [2022-07-20T17:19:57.486Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
17:19:58 [2022-07-20T17:19:58.864Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.77s)
17:19:58 [2022-07-20T17:19:58.864Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:20:00 [2022-07-20T17:20:00.782Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.73s)
17:20:00 [2022-07-20T17:20:00.782Z] === RUN   TestAuthZPluginHeader
17:20:01 [2022-07-20T17:20:01.350Z]     docker_api_swarm_test.go:364: Waiting for possible election...
17:20:01 [2022-07-20T17:20:01.350Z] --- PASS: TestAuthZPluginHeader (0.80s)
17:20:01 [2022-07-20T17:20:01.350Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:20:05 [2022-07-20T17:20:05.547Z] === RUN   TestDockerSuite/TestBuildExpose
17:20:05 [2022-07-20T17:20:05.547Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
17:20:06 [2022-07-20T17:20:06.115Z] === RUN   TestDockerSuite/TestBuildExposeOrder
17:20:06 [2022-07-20T17:20:06.374Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
17:20:06 [2022-07-20T17:20:06.634Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.14s)
17:20:06 [2022-07-20T17:20:06.634Z] === RUN   TestAuthZPluginV2Disable
17:20:06 [2022-07-20T17:20:06.634Z] === RUN   TestDockerSuite/TestBuildFails
17:20:07 [2022-07-20T17:20:07.202Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
17:20:07 [2022-07-20T17:20:07.202Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
17:20:08 [2022-07-20T17:20:08.581Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
17:20:10 [2022-07-20T17:20:10.486Z] === RUN   TestDockerSuite/TestBuildForceRm
17:20:10 [2022-07-20T17:20:10.928Z] --- PASS: TestAuthZPluginV2Disable (4.18s)
17:20:10 [2022-07-20T17:20:10.928Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:20:11 [2022-07-20T17:20:11.497Z] === RUN   TestDockerSuite/TestBuildFromGit
17:20:11 [2022-07-20T17:20:11.757Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
17:20:12 [2022-07-20T17:20:12.325Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
17:20:12 [2022-07-20T17:20:12.895Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
17:20:13 [2022-07-20T17:20:13.833Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
17:20:14 [2022-07-20T17:20:14.092Z]     docker_api_swarm_test.go:272: [d20fd28b62cf4] joining swarm manager [d880121ba27b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:20:15 [2022-07-20T17:20:15.030Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (4.07s)
17:20:15 [2022-07-20T17:20:15.030Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:20:15 [2022-07-20T17:20:15.598Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
17:20:15 [2022-07-20T17:20:15.598Z]     docker_api_swarm_test.go:273: [d3025f96919f0] joining swarm manager [d880121ba27b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:20:16 [2022-07-20T17:20:16.166Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
17:20:16 [2022-07-20T17:20:16.425Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
17:20:18 [2022-07-20T17:20:18.333Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
17:20:20 [2022-07-20T17:20:20.248Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
17:20:22 [2022-07-20T17:20:22.160Z] === RUN   TestDockerSuite/TestBuildIidFile
17:20:22 [2022-07-20T17:20:22.418Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
17:20:22 [2022-07-20T17:20:22.986Z] === RUN   TestDockerSuite/TestBuildInheritance
17:20:23 [2022-07-20T17:20:23.555Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
17:20:23 [2022-07-20T17:20:23.814Z] === RUN   TestDockerSuite/TestBuildInvalidTag
17:20:23 [2022-07-20T17:20:23.814Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
17:20:24 [2022-07-20T17:20:24.382Z] === RUN   TestDockerSuite/TestBuildLabel
17:20:24 [2022-07-20T17:20:24.642Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
17:20:25 [2022-07-20T17:20:25.210Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
17:20:25 [2022-07-20T17:20:25.470Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
17:20:25 [2022-07-20T17:20:25.470Z] === RUN   TestDockerSuite/TestBuildLabels
17:20:26 [2022-07-20T17:20:26.039Z] === RUN   TestDockerSuite/TestBuildLabelsCache
17:20:26 [2022-07-20T17:20:26.039Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.15s)
17:20:26 [2022-07-20T17:20:26.039Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:20:26 [2022-07-20T17:20:26.977Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
17:20:28 [2022-07-20T17:20:28.881Z] === RUN   TestDockerSuite/TestBuildLastModified
17:20:33 [2022-07-20T17:20:33.069Z] === RUN   TestDockerSuite/TestBuildLineBreak
17:20:34 [2022-07-20T17:20:34.975Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
17:20:34 [2022-07-20T17:20:34.975Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
17:20:34 [2022-07-20T17:20:34.975Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
17:20:34 [2022-07-20T17:20:34.975Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
17:20:34 [2022-07-20T17:20:34.975Z] === RUN   TestDockerSuite/TestBuildMaintainer
17:20:35 [2022-07-20T17:20:35.235Z] === RUN   TestDockerSuite/TestBuildMissingArgs
17:20:36 [2022-07-20T17:20:36.172Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
17:20:36 [2022-07-20T17:20:36.741Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
17:20:37 [2022-07-20T17:20:37.308Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
17:20:40 [2022-07-20T17:20:40.597Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
17:20:40 [2022-07-20T17:20:40.598Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
17:20:40 [2022-07-20T17:20:40.598Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
17:20:43 [2022-07-20T17:20:43.145Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.90s)
17:20:43 [2022-07-20T17:20:43.145Z] PASS
17:20:43 [2022-07-20T17:20:43.145Z] 
17:20:43 [2022-07-20T17:20:43.145Z] DONE 17 tests in 52.793s
17:20:43 [2022-07-20T17:20:43.145Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
17:20:43 [2022-07-20T17:20:43.145Z] ++ 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
17:20:43 [2022-07-20T17:20:43.145Z] ++ set -e
17:20:43 [2022-07-20T17:20:43.145Z] ++ '[' -n 0 ']'
17:20:43 [2022-07-20T17:20:43.145Z] ++ set -x
17:20:43 [2022-07-20T17:20:43.145Z] ++ env -i DEST=/go/src/github.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
17:20:43 [2022-07-20T17:20:43.145Z] INFO: Testing against a local daemon
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
17:20:43 [2022-07-20T17:20:43.145Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
17:20:43 [2022-07-20T17:20:43.145Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/pull
17:20:43 [2022-07-20T17:20:43.145Z] === PAUSE TestPluginInvalidJSON/plugins/pull
17:20:43 [2022-07-20T17:20:43.145Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
17:20:43 [2022-07-20T17:20:43.145Z] === CONT  TestPluginInvalidJSON/plugins/pull
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
17:20:43 [2022-07-20T17:20:43.145Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
17:20:43 [2022-07-20T17:20:43.145Z] --- PASS: TestPluginInvalidJSON (0.02s)
17:20:43 [2022-07-20T17:20:43.145Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInstall
17:20:43 [2022-07-20T17:20:43.145Z] === RUN   TestPluginInstall/no_auth
17:20:45 [2022-07-20T17:20:45.052Z] time="2022-07-20T17:20:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:20:45 [2022-07-20T17:20:45.052Z] time="2022-07-20T17:20:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5c7e10b19e1f5f2fd4043649d7345b117e1c7d293cd53bdb1c8c873e4bd78578" mediatype=application/vnd.docker.plugin.v1+json size=522
17:20:45 [2022-07-20T17:20:45.052Z] time="2022-07-20T17:20:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:20:45 [2022-07-20T17:20:45.052Z] time="2022-07-20T17:20:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5c7e10b19e1f5f2fd4043649d7345b117e1c7d293cd53bdb1c8c873e4bd78578" mediatype=application/vnd.docker.plugin.v1+json size=522
17:20:45 [2022-07-20T17:20:45.311Z] === RUN   TestPluginInstall/with_htpasswd
17:20:45 [2022-07-20T17:20:45.880Z] time="2022-07-20T17:20:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:20:45 [2022-07-20T17:20:45.880Z] time="2022-07-20T17:20:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4b2863d0d0351c3bd237e28161706bd73b9e3449049cba8296a6daf7c1068a58" mediatype=application/vnd.docker.plugin.v1+json size=522
17:20:45 [2022-07-20T17:20:45.880Z] time="2022-07-20T17:20:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:20:45 [2022-07-20T17:20:45.880Z] time="2022-07-20T17:20:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4b2863d0d0351c3bd237e28161706bd73b9e3449049cba8296a6daf7c1068a58" mediatype=application/vnd.docker.plugin.v1+json size=522
17:20:46 [2022-07-20T17:20:46.141Z] === RUN   TestPluginInstall/with_insecure
17:20:47 [2022-07-20T17:20:47.077Z] time="2022-07-20T17:20:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:20:47 [2022-07-20T17:20:47.077Z] time="2022-07-20T17:20:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a526eee36d5d13dba6c683ba4a857ce2efc61c348a00ac25988bb73179840b6" mediatype=application/vnd.docker.plugin.v1+json size=522
17:20:47 [2022-07-20T17:20:47.077Z] time="2022-07-20T17:20:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:20:47 [2022-07-20T17:20:47.077Z] time="2022-07-20T17:20:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a526eee36d5d13dba6c683ba4a857ce2efc61c348a00ac25988bb73179840b6" mediatype=application/vnd.docker.plugin.v1+json size=522
17:20:47 [2022-07-20T17:20:47.336Z]     plugin_test.go:195: [da60a8f9e4ca5] daemon is not started
17:20:47 [2022-07-20T17:20:47.336Z] --- PASS: TestPluginInstall (4.36s)
17:20:47 [2022-07-20T17:20:47.336Z]     --- PASS: TestPluginInstall/no_auth (2.28s)
17:20:47 [2022-07-20T17:20:47.336Z]     --- PASS: TestPluginInstall/with_htpasswd (0.83s)
17:20:47 [2022-07-20T17:20:47.336Z]     --- PASS: TestPluginInstall/with_insecure (1.25s)
17:20:47 [2022-07-20T17:20:47.336Z] === RUN   TestPluginsWithRuntimes
17:20:47 [2022-07-20T17:20:47.905Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
17:20:49 [2022-07-20T17:20:49.285Z] === RUN   TestPluginsWithRuntimes/No_Args
17:20:50 [2022-07-20T17:20:50.224Z] === RUN   TestPluginsWithRuntimes/With_Args
17:20:50 [2022-07-20T17:20:50.485Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
17:20:51 [2022-07-20T17:20:51.424Z] --- PASS: TestPluginsWithRuntimes (3.91s)
17:20:51 [2022-07-20T17:20:51.424Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.05s)
17:20:51 [2022-07-20T17:20:51.424Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.04s)
17:20:51 [2022-07-20T17:20:51.424Z] === RUN   TestPluginBackCompatMediaTypes
17:20:51 [2022-07-20T17:20:51.424Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
17:20:52 [2022-07-20T17:20:52.363Z] --- PASS: TestPluginBackCompatMediaTypes (0.81s)
17:20:52 [2022-07-20T17:20:52.363Z] PASS
17:20:52 [2022-07-20T17:20:52.363Z] 
17:20:52 [2022-07-20T17:20:52.363Z] DONE 24 tests in 9.244s
17:20:52 [2022-07-20T17:20:52.363Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
17:20:52 [2022-07-20T17:20:52.363Z] ++ 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
17:20:52 [2022-07-20T17:20:52.363Z] ++ set -e
17:20:52 [2022-07-20T17:20:52.363Z] ++ '[' -n 0 ']'
17:20:52 [2022-07-20T17:20:52.363Z] ++ set -x
17:20:52 [2022-07-20T17:20:52.363Z] ++ env -i DEST=/go/src/github.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
17:20:52 [2022-07-20T17:20:52.363Z] INFO: Testing against a local daemon
17:20:52 [2022-07-20T17:20:52.363Z] === RUN   TestExternalGraphDriver
17:20:52 [2022-07-20T17:20:52.623Z] === RUN   TestExternalGraphDriver/json
17:20:53 [2022-07-20T17:20:53.191Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
17:20:53 [2022-07-20T17:20:53.191Z]     docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows
17:20:53 [2022-07-20T17:20:53.191Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
17:20:54 [2022-07-20T17:20:54.571Z] === RUN   TestExternalGraphDriver/spec
17:20:56 [2022-07-20T17:20:56.477Z] === RUN   TestExternalGraphDriver/pull
17:20:56 [2022-07-20T17:20:56.738Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
17:20:56 [2022-07-20T17:20:56.997Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
17:20:58 [2022-07-20T17:20:58.374Z] --- PASS: TestExternalGraphDriver (5.93s)
17:20:58 [2022-07-20T17:20:58.374Z]     --- PASS: TestExternalGraphDriver/json (1.84s)
17:20:58 [2022-07-20T17:20:58.374Z]     --- PASS: TestExternalGraphDriver/spec (1.91s)
17:20:58 [2022-07-20T17:20:58.374Z]     --- PASS: TestExternalGraphDriver/pull (1.84s)
17:20:58 [2022-07-20T17:20:58.374Z] === RUN   TestGraphdriverPluginV2
17:20:58 [2022-07-20T17:20:58.634Z] === RUN   TestDockerSuite/TestBuildMultipleTags
17:20:58 [2022-07-20T17:20:58.893Z] === RUN   TestDockerSuite/TestBuildNetContainer
17:21:00 [2022-07-20T17:21:00.815Z] === RUN   TestDockerSuite/TestBuildNetNone
17:21:00 [2022-07-20T17:21:00.815Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
17:21:01 [2022-07-20T17:21:01.075Z] === RUN   TestDockerSuite/TestBuildNoContext
17:21:02 [2022-07-20T17:21:02.011Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
17:21:02 [2022-07-20T17:21:02.950Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
17:21:03 [2022-07-20T17:21:03.520Z] --- PASS: TestGraphdriverPluginV2 (5.40s)
17:21:03 [2022-07-20T17:21:03.520Z] PASS
17:21:03 [2022-07-20T17:21:03.520Z] 
17:21:03 [2022-07-20T17:21:03.520Z] DONE 5 tests in 11.474s
17:21:03 [2022-07-20T17:21:03.781Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
17:21:03 [2022-07-20T17:21:03.781Z] ++ 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
17:21:03 [2022-07-20T17:21:03.781Z] ++ set -e
17:21:03 [2022-07-20T17:21:03.781Z] ++ '[' -n 0 ']'
17:21:03 [2022-07-20T17:21:03.781Z] ++ set -x
17:21:03 [2022-07-20T17:21:03.781Z] ++ env -i DEST=/go/src/github.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
17:21:03 [2022-07-20T17:21:03.781Z] INFO: Testing against a local daemon
17:21:03 [2022-07-20T17:21:03.781Z] === RUN   TestContinueAfterPluginCrash
17:21:03 [2022-07-20T17:21:03.781Z] === PAUSE TestContinueAfterPluginCrash
17:21:03 [2022-07-20T17:21:03.781Z] === RUN   TestReadPluginNoRead
17:21:03 [2022-07-20T17:21:03.781Z] === PAUSE TestReadPluginNoRead
17:21:03 [2022-07-20T17:21:03.781Z] === RUN   TestDaemonStartWithLogOpt
17:21:03 [2022-07-20T17:21:03.781Z] === PAUSE TestDaemonStartWithLogOpt
17:21:03 [2022-07-20T17:21:03.781Z] === CONT  TestContinueAfterPluginCrash
17:21:03 [2022-07-20T17:21:03.781Z] === CONT  TestDaemonStartWithLogOpt
17:21:05 [2022-07-20T17:21:05.047Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd.exe
17:21:05 [2022-07-20T17:21:05.047Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json
17:21:05 [2022-07-20T17:21:05.047Z] {
17:21:05 [2022-07-20T17:21:05.047Z]   "RT_GROUP_ICON": {
17:21:05 [2022-07-20T17:21:05.047Z]     "#1": {
17:21:05 [2022-07-20T17:21:05.047Z]       "0409": "../../winresources/docker.ico"
17:21:05 [2022-07-20T17:21:05.047Z]     }
17:21:05 [2022-07-20T17:21:05.047Z]   },
17:21:05 [2022-07-20T17:21:05.047Z]   "RT_MANIFEST": {
17:21:05 [2022-07-20T17:21:05.047Z]     "#1": {
17:21:05 [2022-07-20T17:21:05.047Z]       "0409": {
17:21:05 [2022-07-20T17:21:05.047Z]         "identity": {},
17:21:05 [2022-07-20T17:21:05.047Z]         "description": "Docker Engine",
17:21:05 [2022-07-20T17:21:05.047Z]         "minimum-os": "vista",
17:21:05 [2022-07-20T17:21:05.047Z]         "execution-level": "",
17:21:05 [2022-07-20T17:21:05.047Z]         "ui-access": false,
17:21:05 [2022-07-20T17:21:05.047Z]         "auto-elevate": false,
17:21:05 [2022-07-20T17:21:05.047Z]         "dpi-awareness": "unaware",
17:21:05 [2022-07-20T17:21:05.047Z]         "disable-theming": false,
17:21:05 [2022-07-20T17:21:05.047Z]         "disable-window-filtering": false,
17:21:05 [2022-07-20T17:21:05.047Z]         "high-resolution-scrolling-aware": false,
17:21:05 [2022-07-20T17:21:05.047Z]         "ultra-high-resolution-scrolling-aware": false,
17:21:05 [2022-07-20T17:21:05.047Z]         "long-path-aware": false,
17:21:05 [2022-07-20T17:21:05.047Z]         "printer-driver-isolation": false,
17:21:05 [2022-07-20T17:21:05.047Z]         "gdi-scaling": false,
17:21:05 [2022-07-20T17:21:05.047Z]         "segment-heap": false,
17:21:05 [2022-07-20T17:21:05.047Z]         "use-common-controls-v6": false
17:21:05 [2022-07-20T17:21:05.047Z]       }
17:21:05 [2022-07-20T17:21:05.047Z]     }
17:21:05 [2022-07-20T17:21:05.047Z]   },
17:21:05 [2022-07-20T17:21:05.047Z]   "RT_MESSAGETABLE": {
17:21:05 [2022-07-20T17:21:05.047Z]     "#1": {
17:21:05 [2022-07-20T17:21:05.047Z]       "0409": "../../winresources/event_messages.bin"
17:21:05 [2022-07-20T17:21:05.047Z]     }
17:21:05 [2022-07-20T17:21:05.047Z]   },
17:21:05 [2022-07-20T17:21:05.047Z]   "RT_VERSION": {
17:21:05 [2022-07-20T17:21:05.047Z]     "#1": {
17:21:05 [2022-07-20T17:21:05.047Z]       "0409": {
17:21:05 [2022-07-20T17:21:05.047Z]         "fixed": {
17:21:05 [2022-07-20T17:21:05.047Z]           "file_version": "0.0.0.0",
17:21:05 [2022-07-20T17:21:05.047Z]           "product_version": "0.0.0.0",
17:21:05 [2022-07-20T17:21:05.047Z]           "type": "Unknown"
17:21:05 [2022-07-20T17:21:05.047Z]         },
17:21:05 [2022-07-20T17:21:05.047Z]         "info": {
17:21:05 [2022-07-20T17:21:05.047Z]           "0000": {
17:21:05 [2022-07-20T17:21:05.047Z]             "CompanyName": "",
17:21:05 [2022-07-20T17:21:05.047Z]             "FileVersion": "dev",
17:21:05 [2022-07-20T17:21:05.047Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
17:21:05 [2022-07-20T17:21:05.047Z]             "OriginalFileName": "docker-proxy.exe",
17:21:05 [2022-07-20T17:21:05.047Z]             "ProductName": "",
17:21:05 [2022-07-20T17:21:05.047Z]             "ProductVersion": "dev",
17:21:05 [2022-07-20T17:21:05.047Z]             "SpecialBuild": "0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1"
17:21:05 [2022-07-20T17:21:05.047Z]           }
17:21:05 [2022-07-20T17:21:05.047Z]         }
17:21:05 [2022-07-20T17:21:05.047Z]       }
17:21:05 [2022-07-20T17:21:05.047Z]     }
17:21:05 [2022-07-20T17:21:05.047Z]   }
17:21:05 [2022-07-20T17:21:05.047Z] }
17:21:05 [2022-07-20T17:21:05.047Z] cmd/docker-proxy/genwinres_windows.go
17:21:05 [2022-07-20T17:21:05.047Z] cmd/docker-proxy/main.go
17:21:05 [2022-07-20T17:21:05.047Z] cmd/docker-proxy/network_proxy_test.go
17:21:05 [2022-07-20T17:21:05.047Z] cmd/docker-proxy/proxy.go
17:21:05 [2022-07-20T17:21:05.047Z] cmd/docker-proxy/sctp_proxy.go
17:21:05 [2022-07-20T17:21:05.047Z] cmd/docker-proxy/tcp_proxy.go
17:21:05 [2022-07-20T17:21:05.047Z] cmd/docker-proxy/udp_proxy.go
17:21:05 [2022-07-20T17:21:05.047Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy.exe
17:21:05 [2022-07-20T17:21:05.047Z] GOOS="windows" GOARCH="amd64" GOARM=""
17:21:05 [2022-07-20T17:21:05.047Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy.exe
17:21:05 [2022-07-20T17:21:05.047Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
17:21:05 [2022-07-20T17:21:05.047Z] remote: Enumerating objects: 23, done.
17:21:05 [2022-07-20T17:21:05.047Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
17:21:05 [2022-07-20T17:21:05.047Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
17:21:05 [2022-07-20T17:21:05.047Z] Receiving objects:   4% (1/23)
Receiving objects:   8% (2/23)
remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
17:21:05 [2022-07-20T17:21:05.047Z] 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.
17:21:05 [2022-07-20T17:21:05.047Z] Resolving deltas:   0% (0/2)
Resolving deltas:  50% (1/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
17:21:05 [2022-07-20T17:21:05.047Z] Building: bundles/cross/windows/amd64/containerutility.exe
17:21:05 [2022-07-20T17:21:05.047Z] Cross building: bundles/cross/linux/ppc64le
17:21:05 [2022-07-20T17:21:05.047Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd
17:21:05 [2022-07-20T17:21:05.047Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
17:21:05 [2022-07-20T17:21:05.161Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
17:21:05 [2022-07-20T17:21:05.421Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
17:21:05 [2022-07-20T17:21:05.989Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
17:21:05 [2022-07-20T17:21:05.989Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
17:21:06 [2022-07-20T17:21:06.927Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
17:21:07 [2022-07-20T17:21:07.496Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
17:21:08 [2022-07-20T17:21:08.065Z]     docker_api_swarm_node_test.go:20: [d9605c13a7102] joining swarm manager [d8a1c030e660f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:21:08 [2022-07-20T17:21:08.634Z] === RUN   TestDockerSuite/TestBuildOnBuild
17:21:08 [2022-07-20T17:21:08.894Z] --- PASS: TestDaemonStartWithLogOpt (5.16s)
17:21:08 [2022-07-20T17:21:08.894Z] === CONT  TestReadPluginNoRead
17:21:09 [2022-07-20T17:21:09.153Z]     docker_api_swarm_node_test.go:21: [de8b95ed72d3e] joining swarm manager [d8a1c030e660f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:21:11 [2022-07-20T17:21:11.062Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
17:21:11 [2022-07-20T17:21:11.630Z] === RUN   TestReadPluginNoRead/default
17:21:12 [2022-07-20T17:21:12.569Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
17:21:13 [2022-07-20T17:21:13.142Z] === RUN   TestReadPluginNoRead/disabled_caching
17:21:14 [2022-07-20T17:21:14.079Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
17:21:14 [2022-07-20T17:21:14.338Z] --- PASS: TestContinueAfterPluginCrash (10.40s)
17:21:14 [2022-07-20T17:21:14.906Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:21:15 [2022-07-20T17:21:15.473Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
17:21:16 [2022-07-20T17:21:16.415Z] === CONT  TestReadPluginNoRead
17:21:16 [2022-07-20T17:21:16.415Z]     read_test.go:92: [d3b684b1be9d1] daemon is not started
17:21:16 [2022-07-20T17:21:16.415Z] --- PASS: TestReadPluginNoRead (7.33s)
17:21:16 [2022-07-20T17:21:16.415Z]     --- PASS: TestReadPluginNoRead/default (1.49s)
17:21:16 [2022-07-20T17:21:16.415Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.61s)
17:21:16 [2022-07-20T17:21:16.415Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.50s)
17:21:16 [2022-07-20T17:21:16.415Z] PASS
17:21:16 [2022-07-20T17:21:16.415Z] 
17:21:16 [2022-07-20T17:21:16.415Z] DONE 6 tests in 12.635s
17:21:16 [2022-07-20T17:21:16.415Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
17:21:16 [2022-07-20T17:21:16.415Z] ++ 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
17:21:16 [2022-07-20T17:21:16.415Z] ++ set -e
17:21:16 [2022-07-20T17:21:16.415Z] ++ '[' -n 0 ']'
17:21:16 [2022-07-20T17:21:16.415Z] ++ set -x
17:21:16 [2022-07-20T17:21:16.415Z] ++ env -i DEST=/go/src/github.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
17:21:16 [2022-07-20T17:21:16.415Z] testing: warning: no tests to run
17:21:16 [2022-07-20T17:21:16.415Z] PASS
17:21:16 [2022-07-20T17:21:16.415Z] 
17:21:16 [2022-07-20T17:21:16.415Z] DONE 0 tests in 0.032s
17:21:16 [2022-07-20T17:21:16.415Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
17:21:16 [2022-07-20T17:21:16.415Z] ++ 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
17:21:16 [2022-07-20T17:21:16.415Z] ++ set -e
17:21:16 [2022-07-20T17:21:16.415Z] ++ '[' -n 0 ']'
17:21:16 [2022-07-20T17:21:16.415Z] ++ set -x
17:21:16 [2022-07-20T17:21:16.416Z] ++ env -i DEST=/go/src/github.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
17:21:16 [2022-07-20T17:21:16.416Z] INFO: Testing against a local daemon
17:21:16 [2022-07-20T17:21:16.416Z] === RUN   TestPluginWithDevMounts
17:21:16 [2022-07-20T17:21:16.416Z] === PAUSE TestPluginWithDevMounts
17:21:16 [2022-07-20T17:21:16.416Z] === CONT  TestPluginWithDevMounts
17:21:16 [2022-07-20T17:21:16.416Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
17:21:17 [2022-07-20T17:21:17.803Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
17:21:18 [2022-07-20T17:21:18.371Z] --- PASS: TestPluginWithDevMounts (1.82s)
17:21:18 [2022-07-20T17:21:18.371Z] PASS
17:21:18 [2022-07-20T17:21:18.371Z] 
17:21:18 [2022-07-20T17:21:18.371Z] DONE 1 tests in 1.948s
17:21:18 [2022-07-20T17:21:18.371Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
17:21:18 [2022-07-20T17:21:18.371Z] ++ 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
17:21:18 [2022-07-20T17:21:18.371Z] ++ set -e
17:21:18 [2022-07-20T17:21:18.371Z] ++ '[' -n 0 ']'
17:21:18 [2022-07-20T17:21:18.371Z] ++ set -x
17:21:18 [2022-07-20T17:21:18.371Z] ++ env -i DEST=/go/src/github.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
17:21:18 [2022-07-20T17:21:18.371Z] INFO: Testing against a local daemon
17:21:18 [2022-07-20T17:21:18.371Z] === RUN   TestSecretInspect
17:21:19 [2022-07-20T17:21:19.752Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
17:21:20 [2022-07-20T17:21:20.011Z] === RUN   TestDockerSuite/TestBuildPATH
17:21:21 [2022-07-20T17:21:21.391Z] --- PASS: TestSecretInspect (2.66s)
17:21:21 [2022-07-20T17:21:21.391Z] === RUN   TestSecretList
17:21:22 [2022-07-20T17:21:22.329Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
17:21:23 [2022-07-20T17:21:23.267Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
17:21:24 [2022-07-20T17:21:24.204Z]     docker_api_swarm_test.go:502: [dab06c84e02b8] joining swarm manager [dde38f28ee200]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:21:24 [2022-07-20T17:21:24.463Z] --- PASS: TestSecretList (3.47s)
17:21:24 [2022-07-20T17:21:24.463Z] === RUN   TestSecretsCreateAndDelete
17:21:24 [2022-07-20T17:21:24.722Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
17:21:27 [2022-07-20T17:21:27.258Z] --- PASS: TestSecretsCreateAndDelete (2.61s)
17:21:27 [2022-07-20T17:21:27.258Z] === RUN   TestSecretsUpdate
17:21:29 [2022-07-20T17:21:29.792Z] --- PASS: TestSecretsUpdate (2.63s)
17:21:29 [2022-07-20T17:21:29.792Z] === RUN   TestTemplatedSecret
17:21:31 [2022-07-20T17:21:31.696Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
17:21:33 [2022-07-20T17:21:33.077Z] --- PASS: TestTemplatedSecret (3.08s)
17:21:33 [2022-07-20T17:21:33.077Z] === RUN   TestSecretCreateResolve
17:21:34 [2022-07-20T17:21:34.015Z]     docker_api_swarm_test.go:507: [d69336a1b9aaa] joining swarm manager [dde38f28ee200]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:21:34 [2022-07-20T17:21:34.951Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
17:21:35 [2022-07-20T17:21:35.887Z] --- PASS: TestSecretCreateResolve (2.77s)
17:21:35 [2022-07-20T17:21:35.887Z] PASS
17:21:35 [2022-07-20T17:21:35.887Z] 
17:21:35 [2022-07-20T17:21:35.887Z] DONE 6 tests in 17.334s
17:21:35 [2022-07-20T17:21:35.887Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
17:21:35 [2022-07-20T17:21:35.887Z] ++ 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
17:21:35 [2022-07-20T17:21:35.887Z] ++ set -e
17:21:35 [2022-07-20T17:21:35.887Z] ++ '[' -n 0 ']'
17:21:35 [2022-07-20T17:21:35.887Z] ++ set -x
17:21:35 [2022-07-20T17:21:35.887Z] ++ env -i DEST=/go/src/github.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
17:21:35 [2022-07-20T17:21:35.887Z] INFO: Testing against a local daemon
17:21:35 [2022-07-20T17:21:35.887Z] === RUN   TestServiceCreateInit
17:21:35 [2022-07-20T17:21:35.887Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:21:36 [2022-07-20T17:21:36.834Z] === RUN   TestDockerSuite/TestBuildRm
17:21:39 [2022-07-20T17:21:39.372Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
17:21:40 [2022-07-20T17:21:40.310Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
17:21:40 [2022-07-20T17:21:40.569Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:21:41 [2022-07-20T17:21:41.505Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
17:21:41 [2022-07-20T17:21:41.764Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
17:21:42 [2022-07-20T17:21:42.703Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
17:21:43 [2022-07-20T17:21:43.640Z] === RUN   TestDockerSuite/TestBuildShellInherited
17:21:45 [2022-07-20T17:21:45.019Z] === RUN   TestDockerSuite/TestBuildShellMultiple
17:21:45 [2022-07-20T17:21:45.019Z] --- PASS: TestServiceCreateInit (9.13s)
17:21:45 [2022-07-20T17:21:45.019Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.68s)
17:21:45 [2022-07-20T17:21:45.019Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.44s)
17:21:45 [2022-07-20T17:21:45.019Z] === RUN   TestCreateServiceMultipleTimes
17:21:48 [2022-07-20T17:21:48.307Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
17:21:48 [2022-07-20T17:21:48.566Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
17:21:48 [2022-07-20T17:21:48.826Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
17:21:48 [2022-07-20T17:21:48.826Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
17:21:48 [2022-07-20T17:21:48.826Z] === RUN   TestDockerSuite/TestBuildSpaces
17:21:49 [2022-07-20T17:21:49.395Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
17:21:49 [2022-07-20T17:21:49.964Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
17:21:49 [2022-07-20T17:21:49.965Z] === RUN   TestDockerSuite/TestBuildStderr
17:21:50 [2022-07-20T17:21:50.902Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
17:21:54 [2022-07-20T17:21:54.196Z] === RUN   TestDockerSuite/TestBuildStopSignal
17:21:54 [2022-07-20T17:21:54.765Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
17:21:56 [2022-07-20T17:21:56.146Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
17:21:56 [2022-07-20T17:21:56.406Z] === RUN   TestDockerSuite/TestBuildTagEvent
17:21:56 [2022-07-20T17:21:56.975Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
17:21:57 [2022-07-20T17:21:57.916Z] === RUN   TestDockerSuite/TestBuildUser
17:21:59 [2022-07-20T17:21:59.294Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
17:22:01 [2022-07-20T17:22:01.832Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
17:22:02 [2022-07-20T17:22:02.091Z] --- PASS: TestCreateServiceMultipleTimes (17.24s)
17:22:02 [2022-07-20T17:22:02.091Z] === RUN   TestCreateServiceConflict
17:22:05 [2022-07-20T17:22:05.378Z] --- PASS: TestCreateServiceConflict (2.68s)
17:22:05 [2022-07-20T17:22:05.378Z] === RUN   TestCreateServiceMaxReplicas
17:22:06 [2022-07-20T17:22:06.316Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
17:22:08 [2022-07-20T17:22:08.222Z] --- PASS: TestCreateServiceMaxReplicas (3.22s)
17:22:08 [2022-07-20T17:22:08.222Z] === RUN   TestCreateWithDuplicateNetworkNames
17:22:08 [2022-07-20T17:22:08.792Z]     docker_api_swarm_node_test.go:81: [d3401b184a69c] joining swarm manager [dd9b312db375a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:22:15 [2022-07-20T17:22:15.359Z] === RUN   TestDockerSuite/TestBuildVerboseOut
17:22:15 [2022-07-20T17:22:15.618Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
17:22:15 [2022-07-20T17:22:15.877Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
17:22:16 [2022-07-20T17:22:16.815Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
17:22:17 [2022-07-20T17:22:17.751Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
17:22:18 [2022-07-20T17:22:18.689Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
17:22:18 [2022-07-20T17:22:18.689Z]     docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows
17:22:18 [2022-07-20T17:22:18.689Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
17:22:18 [2022-07-20T17:22:18.689Z]     docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows
17:22:18 [2022-07-20T17:22:18.689Z] === RUN   TestDockerSuite/TestBuildWindowsUser
17:22:18 [2022-07-20T17:22:18.689Z]     docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows
17:22:18 [2022-07-20T17:22:18.689Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
17:22:18 [2022-07-20T17:22:18.689Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
17:22:18 [2022-07-20T17:22:18.689Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
17:22:20 [2022-07-20T17:22:20.074Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
17:22:20 [2022-07-20T17:22:20.074Z] === RUN   TestDockerSuite/TestBuildWithFailure
17:22:20 [2022-07-20T17:22:20.343Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
17:22:20 [2022-07-20T17:22:20.911Z] === RUN   TestDockerSuite/TestBuildWithTabs
17:22:21 [2022-07-20T17:22:21.479Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
17:22:21 [2022-07-20T17:22:21.479Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
17:22:22 [2022-07-20T17:22:22.415Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.45s)
17:22:22 [2022-07-20T17:22:22.415Z] === RUN   TestCreateServiceSecretFileMode
17:22:22 [2022-07-20T17:22:22.985Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
17:22:23 [2022-07-20T17:22:23.554Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
17:22:25 [2022-07-20T17:22:25.461Z]     docker_api_swarm_node_test.go:53: [d9b968a1023d3] joining swarm manager [dee6285769452]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:22:25 [2022-07-20T17:22:25.722Z] === RUN   TestDockerSuite/TestBuildWithVolumes
17:22:25 [2022-07-20T17:22:25.981Z] --- PASS: TestCreateServiceSecretFileMode (3.40s)
17:22:25 [2022-07-20T17:22:25.981Z] === RUN   TestCreateServiceConfigFileMode
17:22:26 [2022-07-20T17:22:26.551Z]     docker_api_swarm_node_test.go:54: [dc31fca63ad97] joining swarm manager [dee6285769452]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:22:26 [2022-07-20T17:22:26.810Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
17:22:27 [2022-07-20T17:22:27.069Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
17:22:27 [2022-07-20T17:22:27.639Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
17:22:27 [2022-07-20T17:22:27.639Z]     docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows
17:22:27 [2022-07-20T17:22:27.639Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
17:22:28 [2022-07-20T17:22:28.207Z] === RUN   TestDockerSuite/TestBuildXZHost
17:22:28 [2022-07-20T17:22:28.776Z] --- PASS: TestCreateServiceConfigFileMode (2.97s)
17:22:28 [2022-07-20T17:22:28.776Z] === RUN   TestCreateServiceSysctls
17:22:30 [2022-07-20T17:22:30.155Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
17:22:30 [2022-07-20T17:22:30.724Z] === RUN   TestDockerSuite/TestCommitChange
17:22:32 [2022-07-20T17:22:32.105Z] === RUN   TestDockerSuite/TestCommitChangeLabels
17:22:32 [2022-07-20T17:22:32.105Z] --- PASS: TestCreateServiceSysctls (3.25s)
17:22:32 [2022-07-20T17:22:32.105Z] === RUN   TestCreateServiceCapabilities
17:22:32 [2022-07-20T17:22:32.674Z] === RUN   TestDockerSuite/TestCommitHardlink
17:22:33 [2022-07-20T17:22:33.611Z] === RUN   TestDockerSuite/TestCommitNewFile
17:22:34 [2022-07-20T17:22:34.990Z] === RUN   TestDockerSuite/TestCommitPausedContainer
17:22:35 [2022-07-20T17:22:35.249Z] --- PASS: TestCreateServiceCapabilities (2.98s)
17:22:35 [2022-07-20T17:22:35.249Z] === RUN   TestInspect
17:22:35 [2022-07-20T17:22:35.817Z] === RUN   TestDockerSuite/TestCommitTTY
17:22:37 [2022-07-20T17:22:37.197Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
17:22:38 [2022-07-20T17:22:38.604Z] --- PASS: TestInspect (3.18s)
17:22:38 [2022-07-20T17:22:38.604Z] === RUN   TestCreateJob
17:22:38 [2022-07-20T17:22:38.604Z] === RUN   TestDockerSuite/TestCommitWithoutPause
17:22:39 [2022-07-20T17:22:39.173Z] === RUN   TestDockerSuite/TestCopyAndRestart
17:22:40 [2022-07-20T17:22:40.551Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
17:22:40 [2022-07-20T17:22:40.551Z] === RUN   TestDockerSuite/TestCpAbsolutePath
17:22:41 [2022-07-20T17:22:41.489Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
17:22:42 [2022-07-20T17:22:42.057Z] --- PASS: TestCreateJob (3.62s)
17:22:42 [2022-07-20T17:22:42.057Z] === RUN   TestReplicatedJob
17:22:42 [2022-07-20T17:22:42.057Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
17:22:42 [2022-07-20T17:22:42.626Z] === RUN   TestDockerSuite/TestCpFromCaseA
17:22:43 [2022-07-20T17:22:43.194Z] === RUN   TestDockerSuite/TestCpFromCaseB
17:22:44 [2022-07-20T17:22:44.135Z] === RUN   TestDockerSuite/TestCpFromCaseC
17:22:44 [2022-07-20T17:22:44.703Z] === RUN   TestDockerSuite/TestCpFromCaseD
17:22:45 [2022-07-20T17:22:45.642Z] === RUN   TestDockerSuite/TestCpFromCaseE
17:22:46 [2022-07-20T17:22:46.579Z] === RUN   TestDockerSuite/TestCpFromCaseF
17:22:47 [2022-07-20T17:22:47.516Z] === RUN   TestDockerSuite/TestCpFromCaseG
17:22:47 [2022-07-20T17:22:47.775Z] --- PASS: TestReplicatedJob (5.87s)
17:22:47 [2022-07-20T17:22:47.775Z] === RUN   TestUpdateReplicatedJob
17:22:48 [2022-07-20T17:22:48.345Z] === RUN   TestDockerSuite/TestCpFromCaseH
17:22:48 [2022-07-20T17:22:48.912Z] === RUN   TestDockerSuite/TestCpFromCaseI
17:22:49 [2022-07-20T17:22:49.481Z] === RUN   TestDockerSuite/TestCpFromCaseJ
17:22:50 [2022-07-20T17:22:50.418Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
17:22:51 [2022-07-20T17:22:51.796Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
17:22:51 [2022-07-20T17:22:51.796Z] --- PASS: TestUpdateReplicatedJob (3.88s)
17:22:51 [2022-07-20T17:22:51.796Z] === RUN   TestServiceListWithStatuses
17:22:51 [2022-07-20T17:22:51.796Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:22:51 [2022-07-20T17:22:51.796Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:22:51 [2022-07-20T17:22:51.796Z] === RUN   TestDockerNetworkConnectAlias
17:22:52 [2022-07-20T17:22:52.364Z] === RUN   TestDockerSuite/TestCpGarbagePath
17:22:52 [2022-07-20T17:22:52.932Z] === RUN   TestDockerSuite/TestCpLocalOnly
17:22:52 [2022-07-20T17:22:52.932Z] === RUN   TestDockerSuite/TestCpNameHasColon
17:22:53 [2022-07-20T17:22:53.870Z] === RUN   TestDockerSuite/TestCpRelativePath
17:22:54 [2022-07-20T17:22:54.438Z] === RUN   TestDockerSuite/TestCpSpecialFiles
17:22:55 [2022-07-20T17:22:55.382Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
17:22:56 [2022-07-20T17:22:56.320Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
17:22:56 [2022-07-20T17:22:56.512Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd
17:22:56 [2022-07-20T17:22:56.512Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy
17:22:56 [2022-07-20T17:22:56.512Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
17:22:56 [2022-07-20T17:22:56.512Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy
17:22:56 [2022-07-20T17:22:56.512Z] Cross building: bundles/cross/linux/s390x
17:22:56 [2022-07-20T17:22:56.512Z] Building: bundles/cross/linux/s390x-daemon/dockerd
17:22:56 [2022-07-20T17:22:56.512Z] GOOS="linux" GOARCH="s390x" GOARM=""
17:22:56 [2022-07-20T17:22:56.887Z] === RUN   TestDockerSuite/TestCpToCaseA
17:22:57 [2022-07-20T17:22:57.147Z] --- PASS: TestDockerNetworkConnectAlias (5.52s)
17:22:57 [2022-07-20T17:22:57.147Z] === RUN   TestDockerNetworkReConnect
17:22:58 [2022-07-20T17:22:58.086Z] === RUN   TestDockerSuite/TestCpToCaseB
17:22:58 [2022-07-20T17:22:58.654Z] === RUN   TestDockerSuite/TestCpToCaseC
17:22:58 [2022-07-20T17:22:58.654Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
17:23:01 [2022-07-20T17:23:01.189Z] === RUN   TestDockerSuite/TestCpToCaseD
17:23:02 [2022-07-20T17:23:02.127Z] --- PASS: TestDockerNetworkReConnect (4.69s)
17:23:02 [2022-07-20T17:23:02.127Z] === RUN   TestServicePlugin
17:23:04 [2022-07-20T17:23:04.664Z] === RUN   TestDockerSuite/TestCpToCaseE
17:23:05 [2022-07-20T17:23:05.231Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
17:23:06 [2022-07-20T17:23:06.610Z]     plugin_test.go:61: [da356f9f4e3a6] joining swarm manager [dcea68c5c8057]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:23:07 [2022-07-20T17:23:07.547Z] === RUN   TestDockerSuite/TestCpToCaseF
17:23:07 [2022-07-20T17:23:07.547Z]     docker_api_swarm_test.go:202: [da5e76672a049] joining swarm manager [d1505a6b3112d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:23:07 [2022-07-20T17:23:07.806Z]     plugin_test.go:64: [dbf7d242b0fe3] joining swarm manager [dcea68c5c8057]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:23:08 [2022-07-20T17:23:08.375Z] === RUN   TestDockerSuite/TestCpToCaseG
17:23:11 [2022-07-20T17:23:11.665Z] === RUN   TestDockerSuite/TestCpToCaseH
17:23:14 [2022-07-20T17:23:14.200Z] === RUN   TestDockerSuite/TestCpToCaseI
17:23:14 [2022-07-20T17:23:14.461Z] === RUN   TestDockerSuite/TestCpToCaseJ
17:23:17 [2022-07-20T17:23:17.754Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
17:23:18 [2022-07-20T17:23:18.014Z] === RUN   TestDockerSuite/TestCpToDot
17:23:18 [2022-07-20T17:23:18.582Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
17:23:19 [2022-07-20T17:23:19.518Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
17:23:20 [2022-07-20T17:23:20.454Z] === RUN   TestDockerSuite/TestCpToStdout
17:23:21 [2022-07-20T17:23:21.391Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
17:23:21 [2022-07-20T17:23:21.958Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
17:23:22 [2022-07-20T17:23:22.217Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
17:23:22 [2022-07-20T17:23:22.786Z] === RUN   TestDockerSuite/TestCpVolumePath
17:23:23 [2022-07-20T17:23:23.724Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
17:23:23 [2022-07-20T17:23:23.724Z] === RUN   TestDockerSuite/TestCreateArgs
17:23:23 [2022-07-20T17:23:23.724Z] === RUN   TestDockerSuite/TestCreateByImageID
17:23:24 [2022-07-20T17:23:24.134Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
17:23:24 [2022-07-20T17:23:24.134Z] === RUN   TestDockerSuite/TestCreateEchoStdout
17:23:24 [2022-07-20T17:23:24.710Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
17:23:24 [2022-07-20T17:23:24.710Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
17:23:24 [2022-07-20T17:23:24.710Z] === RUN   TestDockerSuite/TestCreateHostConfig
17:23:24 [2022-07-20T17:23:24.710Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
17:23:25 [2022-07-20T17:23:25.281Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
17:23:25 [2022-07-20T17:23:25.540Z] === RUN   TestDockerSuite/TestCreateLabels
17:23:25 [2022-07-20T17:23:25.540Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
17:23:25 [2022-07-20T17:23:25.799Z] === RUN   TestDockerSuite/TestCreateRM
17:23:25 [2022-07-20T17:23:25.799Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
17:23:25 [2022-07-20T17:23:25.799Z]     docker_cli_create_test.go:83: unmatched requirement Devicemapper
17:23:25 [2022-07-20T17:23:25.799Z] === RUN   TestDockerSuite/TestCreateStopSignal
17:23:25 [2022-07-20T17:23:25.799Z] === RUN   TestDockerSuite/TestCreateStopTimeout
17:23:26 [2022-07-20T17:23:26.059Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
17:23:26 [2022-07-20T17:23:26.319Z]     docker_api_swarm_test.go:384: [d03bae9883bad] joining swarm manager [dede29fd8ecd1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:23:27 [2022-07-20T17:23:27.700Z]     docker_api_swarm_test.go:385: [d9a40bd85c64e] joining swarm manager [dede29fd8ecd1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:23:27 [2022-07-20T17:23:27.959Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
17:23:27 [2022-07-20T17:23:27.959Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
17:23:27 [2022-07-20T17:23:27.959Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
17:23:31 [2022-07-20T17:23:31.249Z] === RUN   TestDockerSuite/TestCreateWithPortRange
17:23:31 [2022-07-20T17:23:31.249Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
17:23:31 [2022-07-20T17:23:31.249Z] === RUN   TestDockerSuite/TestEventsAttach
17:23:31 [2022-07-20T17:23:31.508Z] === RUN   TestDockerSuite/TestEventsCommit
17:23:32 [2022-07-20T17:23:32.076Z] === RUN   TestDockerSuite/TestEventsContainerEvents
17:23:32 [2022-07-20T17:23:32.644Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
17:23:33 [2022-07-20T17:23:33.225Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
17:23:33 [2022-07-20T17:23:33.794Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
17:23:34 [2022-07-20T17:23:34.053Z] --- PASS: TestServicePlugin (32.17s)
17:23:34 [2022-07-20T17:23:34.053Z] === RUN   TestServiceUpdateLabel
17:23:35 [2022-07-20T17:23:35.430Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
17:23:36 [2022-07-20T17:23:36.367Z] === RUN   TestDockerSuite/TestEventsContainerRestart
17:23:36 [2022-07-20T17:23:36.626Z] --- PASS: TestServiceUpdateLabel (2.53s)
17:23:36 [2022-07-20T17:23:36.626Z] === RUN   TestServiceUpdateSecrets
17:23:39 [2022-07-20T17:23:39.162Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
17:23:41 [2022-07-20T17:23:41.065Z] === RUN   TestDockerSuite/TestEventsCopy
17:23:41 [2022-07-20T17:23:41.633Z] === RUN   TestDockerSuite/TestEventsFilterContainer
17:23:42 [2022-07-20T17:23:42.571Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
17:23:49 [2022-07-20T17:23:49.134Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
17:23:49 [2022-07-20T17:23:49.134Z] === RUN   TestDockerSuite/TestEventsFilterImageName
17:23:49 [2022-07-20T17:23:49.134Z] === RUN   TestDockerSuite/TestEventsFilterLabels
17:23:50 [2022-07-20T17:23:50.070Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
17:23:50 [2022-07-20T17:23:50.329Z] === RUN   TestDockerSuite/TestEventsFilterType
17:23:50 [2022-07-20T17:23:50.588Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
17:23:50 [2022-07-20T17:23:50.588Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
17:23:50 [2022-07-20T17:23:50.588Z] === RUN   TestDockerSuite/TestEventsFilters
17:23:51 [2022-07-20T17:23:51.524Z] --- PASS: TestServiceUpdateSecrets (14.92s)
17:23:51 [2022-07-20T17:23:51.524Z] === RUN   TestServiceUpdateConfigs
17:23:51 [2022-07-20T17:23:51.783Z] === RUN   TestDockerSuite/TestEventsFormat
17:23:53 [2022-07-20T17:23:53.164Z] === RUN   TestDockerSuite/TestEventsFormatBadField
17:23:53 [2022-07-20T17:23:53.164Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
17:23:53 [2022-07-20T17:23:53.164Z] === RUN   TestDockerSuite/TestEventsImageImport
17:23:54 [2022-07-20T17:23:54.103Z] === RUN   TestDockerSuite/TestEventsImageLoad
17:23:54 [2022-07-20T17:23:54.103Z] === RUN   TestDockerSuite/TestEventsImagePull
17:23:55 [2022-07-20T17:23:55.050Z] === RUN   TestDockerSuite/TestEventsImageTag
17:23:55 [2022-07-20T17:23:55.986Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
17:23:56 [2022-07-20T17:23:56.553Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
17:23:56 [2022-07-20T17:23:56.553Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
17:23:56 [2022-07-20T17:23:56.553Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
17:23:56 [2022-07-20T17:23:56.553Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
17:23:56 [2022-07-20T17:23:56.553Z] === RUN   TestDockerSuite/TestEventsPluginOps
17:23:59 [2022-07-20T17:23:59.086Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
17:23:59 [2022-07-20T17:23:59.345Z] === RUN   TestDockerSuite/TestEventsRename
17:23:59 [2022-07-20T17:23:59.606Z] === RUN   TestDockerSuite/TestEventsResize
17:24:00 [2022-07-20T17:24:00.174Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
17:24:06 [2022-07-20T17:24:06.739Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
17:24:06 [2022-07-20T17:24:06.739Z] === RUN   TestDockerSuite/TestEventsStreaming
17:24:06 [2022-07-20T17:24:06.739Z] --- PASS: TestServiceUpdateConfigs (15.15s)
17:24:06 [2022-07-20T17:24:06.739Z] === RUN   TestServiceUpdateNetwork
17:24:06 [2022-07-20T17:24:06.999Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
17:24:10 [2022-07-20T17:24:10.287Z] === RUN   TestDockerSuite/TestEventsTop
17:24:10 [2022-07-20T17:24:10.546Z] === RUN   TestDockerSuite/TestEventsUntag
17:24:13 [2022-07-20T17:24:13.078Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
17:24:19 [2022-07-20T17:24:19.642Z] --- PASS: TestServiceUpdateNetwork (12.75s)
17:24:19 [2022-07-20T17:24:19.642Z] === RUN   TestServiceUpdatePidsLimit
17:24:20 [2022-07-20T17:24:20.590Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
17:24:21 [2022-07-20T17:24:21.526Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
17:24:24 [2022-07-20T17:24:24.065Z] === RUN   TestDockerSuite/TestNetworkEvents
17:24:25 [2022-07-20T17:24:25.002Z] === RUN   TestDockerSuite/TestVolumeEvents
17:24:28 [2022-07-20T17:24:28.287Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
17:24:29 [2022-07-20T17:24:29.664Z]     check_test.go:611: [d9a40bd85c64e] daemon is not started
17:24:29 [2022-07-20T17:24:29.664Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
17:24:30 [2022-07-20T17:24:30.233Z] === RUN   TestDockerSuite/TestExec
17:24:30 [2022-07-20T17:24:30.801Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
17:24:32 [2022-07-20T17:24:32.181Z]     docker_api_swarm_test.go:802: [da444f3ce3b23] joining swarm manager [d0a86de228815]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:24:32 [2022-07-20T17:24:32.181Z] === RUN   TestDockerSuite/TestExecCgroup
17:24:33 [2022-07-20T17:24:33.120Z] === RUN   TestDockerSuite/TestExecEnv
17:24:33 [2022-07-20T17:24:33.380Z]     docker_api_swarm_test.go:802: [d678a01e9df46] joining swarm manager [d0a86de228815]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:24:33 [2022-07-20T17:24:33.950Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
17:24:34 [2022-07-20T17:24:34.887Z]     docker_api_swarm_test.go:802: [d097aa47783c8] joining swarm manager [d0a86de228815]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
17:24:35 [2022-07-20T17:24:35.149Z] === RUN   TestDockerSuite/TestExecExitStatus
17:24:35 [2022-07-20T17:24:35.716Z] === RUN   TestDockerSuite/TestExecInspectID
17:24:35 [2022-07-20T17:24:35.975Z] --- PASS: TestServiceUpdatePidsLimit (16.65s)
17:24:35 [2022-07-20T17:24:35.975Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
17:24:35 [2022-07-20T17:24:35.975Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.00s)
17:24:35 [2022-07-20T17:24:35.975Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s)
17:24:35 [2022-07-20T17:24:35.975Z] PASS
17:24:35 [2022-07-20T17:24:35.975Z] 
17:24:35 [2022-07-20T17:24:35.975Z] === Skipped
17:24:35 [2022-07-20T17:24:35.975Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
17:24:35 [2022-07-20T17:24:35.975Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:24:35 [2022-07-20T17:24:35.975Z] 
17:24:35 [2022-07-20T17:24:35.975Z] DONE 27 tests, 1 skipped in 180.362s
17:24:35 [2022-07-20T17:24:35.975Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
17:24:35 [2022-07-20T17:24:35.975Z] ++ 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
17:24:35 [2022-07-20T17:24:35.975Z] ++ set -e
17:24:35 [2022-07-20T17:24:35.975Z] ++ '[' -n 0 ']'
17:24:35 [2022-07-20T17:24:35.975Z] ++ set -x
17:24:35 [2022-07-20T17:24:35.975Z] ++ env -i DEST=/go/src/github.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
17:24:36 [2022-07-20T17:24:36.234Z] INFO: Testing against a local daemon
17:24:36 [2022-07-20T17:24:36.234Z] === RUN   TestSessionCreate
17:24:36 [2022-07-20T17:24:36.234Z] --- PASS: TestSessionCreate (0.03s)
17:24:36 [2022-07-20T17:24:36.234Z] === RUN   TestSessionCreateWithBadUpgrade
17:24:36 [2022-07-20T17:24:36.234Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
17:24:36 [2022-07-20T17:24:36.234Z] PASS
17:24:36 [2022-07-20T17:24:36.234Z] 
17:24:36 [2022-07-20T17:24:36.234Z] DONE 2 tests in 0.169s
17:24:36 [2022-07-20T17:24:36.234Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
17:24:36 [2022-07-20T17:24:36.234Z] ++ 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
17:24:36 [2022-07-20T17:24:36.234Z] ++ set -e
17:24:36 [2022-07-20T17:24:36.234Z] ++ '[' -n 0 ']'
17:24:36 [2022-07-20T17:24:36.234Z] ++ set -x
17:24:36 [2022-07-20T17:24:36.234Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
17:24:36 [2022-07-20T17:24:36.493Z] INFO: Testing against a local daemon
17:24:36 [2022-07-20T17:24:36.493Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:24:36 [2022-07-20T17:24:36.493Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:24:36 [2022-07-20T17:24:36.493Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
17:24:36 [2022-07-20T17:24:36.493Z] === RUN   TestDiskUsage
17:24:36 [2022-07-20T17:24:36.493Z] === PAUSE TestDiskUsage
17:24:36 [2022-07-20T17:24:36.493Z] === RUN   TestEventsExecDie
17:24:37 [2022-07-20T17:24:37.062Z] --- PASS: TestEventsExecDie (0.58s)
17:24:37 [2022-07-20T17:24:37.062Z] === RUN   TestEventsBackwardsCompatible
17:24:37 [2022-07-20T17:24:37.062Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
17:24:37 [2022-07-20T17:24:37.062Z] === RUN   TestEventsVolumeCreate
17:24:37 [2022-07-20T17:24:37.062Z] --- PASS: TestEventsVolumeCreate (0.07s)
17:24:37 [2022-07-20T17:24:37.062Z] === RUN   TestInfoBinaryCommits
17:24:37 [2022-07-20T17:24:37.062Z] --- PASS: TestInfoBinaryCommits (0.02s)
17:24:37 [2022-07-20T17:24:37.062Z] === RUN   TestInfoAPIVersioned
17:24:37 [2022-07-20T17:24:37.062Z] --- PASS: TestInfoAPIVersioned (0.01s)
17:24:37 [2022-07-20T17:24:37.062Z] === RUN   TestInfoAPI
17:24:37 [2022-07-20T17:24:37.062Z] --- PASS: TestInfoAPI (0.03s)
17:24:37 [2022-07-20T17:24:37.062Z] === RUN   TestInfoAPIWarnings
17:24:37 [2022-07-20T17:24:37.321Z]     docker_api_swarm_test.go:802: [d43c3758d8103] joining swarm manager [d0a86de228815]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
17:24:37 [2022-07-20T17:24:37.580Z] === RUN   TestDockerSuite/TestExecInteractive
17:24:38 [2022-07-20T17:24:38.148Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
17:24:38 [2022-07-20T17:24:38.725Z]     docker_api_swarm_test.go:810: [dc61f17fd4c5b] joining swarm manager [d0a86de228815]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
17:24:38 [2022-07-20T17:24:38.725Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
17:24:39 [2022-07-20T17:24:39.294Z] === RUN   TestDockerSuite/TestExecParseError
17:24:39 [2022-07-20T17:24:39.861Z] === RUN   TestDockerSuite/TestExecPausedContainer
17:24:40 [2022-07-20T17:24:40.427Z] === RUN   TestDockerSuite/TestExecSetEnv
17:24:40 [2022-07-20T17:24:40.994Z] === RUN   TestDockerSuite/TestExecStartFails
17:24:41 [2022-07-20T17:24:41.562Z] === RUN   TestDockerSuite/TestExecStopNotHanging
17:24:41 [2022-07-20T17:24:41.823Z] === RUN   TestDockerSuite/TestExecTTY
17:24:42 [2022-07-20T17:24:42.391Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
17:24:42 [2022-07-20T17:24:42.959Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
17:24:43 [2022-07-20T17:24:43.526Z] === RUN   TestDockerSuite/TestExecUlimits
17:24:44 [2022-07-20T17:24:44.095Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
17:24:44 [2022-07-20T17:24:44.095Z]     docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows
17:24:44 [2022-07-20T17:24:44.095Z] === RUN   TestDockerSuite/TestExecWithImageUser
17:24:45 [2022-07-20T17:24:45.478Z] === RUN   TestDockerSuite/TestExecWithNoTERM
17:24:46 [2022-07-20T17:24:46.046Z] === RUN   TestDockerSuite/TestExecWithPrivileged
17:24:46 [2022-07-20T17:24:46.982Z] === RUN   TestDockerSuite/TestExecWithTERM
17:24:47 [2022-07-20T17:24:47.241Z] === RUN   TestDockerSuite/TestExecWithUser
17:24:47 [2022-07-20T17:24:47.808Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
17:24:47 [2022-07-20T17:24:47.970Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd
17:24:47 [2022-07-20T17:24:47.970Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy
17:24:47 [2022-07-20T17:24:47.970Z] GOOS="linux" GOARCH="s390x" GOARM=""
17:24:47 [2022-07-20T17:24:47.970Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy
17:24:47 [2022-07-20T17:24:47.970Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
17:24:48 [2022-07-20T17:24:48.292Z] + sudo modprobe ip6table_filter
[Pipeline] sh
17:24:48 [2022-07-20T17:24:48.597Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/test/unit
17:24:49 [2022-07-20T17:24:49.176Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
17:24:49 [2022-07-20T17:24:49.176Z] + TESTFLAGS+=' -test.timeout=5m'
17:24:49 [2022-07-20T17:24:49.176Z] + TESTDIRS=./...
17:24:49 [2022-07-20T17:24:49.176Z] + exclude_paths='/vendor/|/integration'
17:24:49 [2022-07-20T17:24:49.176Z] ++ go list ./...
17:24:49 [2022-07-20T17:24:49.176Z] ++ grep -vE '(/vendor/|/integration)'
17:24:49 [2022-07-20T17:24:49.185Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
17:24:50 [2022-07-20T17:24:50.112Z] + pkg_list='github.com/docker/docker/api
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/backend/build
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/httpstatus
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/httputils
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/middleware
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/build
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/checkpoint
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/container
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/debug
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/distribution
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/grpc
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/image
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/network
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/plugin
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/session
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/swarm
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/system
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/server/router/volume
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/backend
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/blkiodev
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/container
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/events
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/filters
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/image
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/mount
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/network
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/plugins/logdriver
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/registry
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/strslice
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/swarm
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/swarm/runtime
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/time
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/versions
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/versions/v1p19
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/versions/v1p20
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/api/types/volume
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder/builder-next
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder/builder-next/exporter
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder/builder-next/worker
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder/dockerfile
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder/remotecontext
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder/remotecontext/git
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/builder/remotecontext/urlutil
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/cli
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/cli/config
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/cli/debug
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/cli/winresources/docker-proxy
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/cli/winresources/dockerd
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/client
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/cmd/docker-proxy
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/cmd/dockerd
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/cmd/dockerd/trap
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/container
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/container/stream
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/contrib/apparmor
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/contrib/docker-device-tool
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/contrib/httpserver
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/cluster
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/cluster/convert
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/cluster/executor
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/cluster/executor/container
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/cluster/provider
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/config
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/containerd
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/events
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/events/testutils
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/exec
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/aufs
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/copy
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/overlay
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/register
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/vfs
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/graphdriver/zfs
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/images
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/initlayer
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/links
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/listeners
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/awslogs
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/fluentd
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/gcplogs
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/gelf
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/journald
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/local
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/logentries
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/loggertest
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/loggerutils
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/splunk
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/syslog
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/logger/templates
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/names
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/network
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/daemon/stats
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/distribution
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/distribution/metadata
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/distribution/utils
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/distribution/xfer
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/dockerversion
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/errdefs
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/image
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/image/cache
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/image/tarexport
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/image/v1
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/internal/test/suite
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/layer
17:24:50 [2022-07-20T17:24:50.112Z] github.com/docker/docker/libcontainerd
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libcontainerd/queue
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libcontainerd/remote
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libcontainerd/supervisor
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libcontainerd/types
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/bitseq
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cluster
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/config
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/datastore
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/diagnostic
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/discoverapi
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/driverapi
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/host
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/null
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/overlay
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/remote
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/windows
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drvregistry
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/etchosts
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/idm
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/internal/caller
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipam
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipamapi
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipams/builtin
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipams/null
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipams/remote
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipamutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/iptables
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/netlabel
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/netutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/networkdb
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ns
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/options
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/osl
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/osl/kernel
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/portallocator
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/portmapper
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/resolvconf
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/testutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/types
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/oci
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/oci/caps
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/opts
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/aaparser
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/archive
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/authorization
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/broadcaster
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/capabilities
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/chrootarchive
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/containerfs
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/devicemapper
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/directory
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/dmesg
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/fileutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/fsutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/homedir
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/idtools
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/ioutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/jsonmessage
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/longpath
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/loopback
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/namesgenerator
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/parsers
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/parsers/kernel
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/pidfile
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/platform
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/plugingetter
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/plugins
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/plugins/transport
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/pools
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/progress
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/pubsub
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/reexec
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/signal
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/stack
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/stdcopy
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/streamformatter
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/stringid
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/sysinfo
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/system
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/tailfile
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/tarsum
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/urlutil
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/useragent
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/plugin
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/plugin/executor/containerd
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/plugin/v2
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/profiles/apparmor
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/profiles/seccomp
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/quota
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/reference
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/registry
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/registry/resumable
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/restartmanager
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/rootless
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/rootless/specconv
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/runconfig
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/runconfig/opts
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/testutil
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/testutil/daemon
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/testutil/environment
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/testutil/fakecontext
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/testutil/fakegit
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/testutil/fakestorage
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/testutil/fixtures/load
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/testutil/fixtures/plugin
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/testutil/registry
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/testutil/request
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/volume
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/volume/drivers
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/volume/local
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/volume/mounts
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/volume/service
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/volume/service/opts
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/volume/testutils'
17:24:50 [2022-07-20T17:24:50.113Z] ++ grep --fixed-strings -v /libnetwork
17:24:50 [2022-07-20T17:24:50.113Z] ++ echo 'github.com/docker/docker/api
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/backend/build
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/httpstatus
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/httputils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/middleware
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/build
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/checkpoint
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/container
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/debug
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/distribution
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/grpc
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/image
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/network
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/plugin
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/session
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/swarm
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/system
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/server/router/volume
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/backend
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/blkiodev
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/container
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/events
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/filters
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/image
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/mount
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/network
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/plugins/logdriver
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/registry
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/strslice
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/swarm
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/swarm/runtime
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/time
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/versions
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/versions/v1p19
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/versions/v1p20
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/api/types/volume
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder/builder-next
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder/builder-next/exporter
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder/builder-next/worker
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder/dockerfile
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder/remotecontext
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder/remotecontext/git
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/builder/remotecontext/urlutil
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/cli
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/cli/config
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/cli/debug
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/cli/winresources/docker-proxy
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/cli/winresources/dockerd
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/client
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/cmd/docker-proxy
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/cmd/dockerd
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/cmd/dockerd/trap
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/container
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/container/stream
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/contrib/apparmor
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/contrib/docker-device-tool
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/contrib/httpserver
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/cluster
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/cluster/convert
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/cluster/executor
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/cluster/executor/container
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/cluster/provider
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/config
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/containerd
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/events
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/events/testutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/exec
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/aufs
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/copy
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/overlay
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/register
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/vfs
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/graphdriver/zfs
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/images
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/initlayer
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/links
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/listeners
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/awslogs
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/fluentd
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/gcplogs
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/gelf
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/journald
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/local
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/logentries
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/loggertest
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/loggerutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/splunk
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/syslog
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/logger/templates
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/names
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/network
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/daemon/stats
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/distribution
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/distribution/metadata
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/distribution/utils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/distribution/xfer
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/dockerversion
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/errdefs
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/image
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/image/cache
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/image/tarexport
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/image/v1
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/internal/test/suite
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/layer
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libcontainerd
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libcontainerd/queue
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libcontainerd/remote
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libcontainerd/supervisor
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libcontainerd/types
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/bitseq
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cluster
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/config
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/datastore
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/diagnostic
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/discoverapi
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/driverapi
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/host
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/null
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/overlay
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/remote
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/windows
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/drvregistry
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/etchosts
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/idm
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/internal/caller
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipam
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipamapi
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipams/builtin
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipams/null
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipams/remote
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ipamutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/iptables
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/netlabel
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/netutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/networkdb
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/ns
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/options
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/osl
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/osl/kernel
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/portallocator
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/portmapper
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/resolvconf
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/testutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/libnetwork/types
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/oci
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/oci/caps
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/opts
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/aaparser
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/archive
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/authorization
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/broadcaster
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/capabilities
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/chrootarchive
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/containerfs
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/devicemapper
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/directory
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/dmesg
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/fileutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/fsutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/homedir
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/idtools
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/ioutils
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/jsonmessage
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/longpath
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/loopback
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/namesgenerator
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/parsers
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/parsers/kernel
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/pidfile
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/platform
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/plugingetter
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/plugins
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:24:50 [2022-07-20T17:24:50.113Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/plugins/transport
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/pools
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/progress
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/pubsub
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/reexec
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/signal
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/stack
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/stdcopy
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/streamformatter
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/stringid
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/sysinfo
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/system
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/tailfile
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/tarsum
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/urlutil
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/useragent
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/plugin
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/plugin/executor/containerd
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/plugin/v2
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/profiles/apparmor
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/profiles/seccomp
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/quota
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/reference
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/registry
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/registry/resumable
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/restartmanager
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/rootless
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/rootless/specconv
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/runconfig
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/runconfig/opts
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/daemon
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/environment
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fakecontext
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fakegit
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fakestorage
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fixtures/load
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fixtures/plugin
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/registry
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/request
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/drivers
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/local
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/mounts
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/service
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/service/opts
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/testutils'
17:24:50 [2022-07-20T17:24:50.114Z] + base_pkg_list='github.com/docker/docker/api
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/backend/build
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/httpstatus
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/httputils
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/middleware
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/build
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/checkpoint
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/container
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/debug
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/distribution
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/grpc
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/image
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/network
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/plugin
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/session
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/swarm
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/system
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/volume
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/backend
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/blkiodev
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/container
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/events
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/filters
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/image
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/mount
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/network
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/plugins/logdriver
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/registry
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/strslice
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/swarm
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/swarm/runtime
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/time
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/versions
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/versions/v1p19
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/versions/v1p20
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/volume
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/exporter
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/worker
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/dockerfile
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/remotecontext
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/remotecontext/git
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/remotecontext/urlutil
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cli
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cli/config
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cli/debug
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cli/winresources/docker-proxy
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cli/winresources/dockerd
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/client
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cmd/docker-proxy
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cmd/dockerd
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cmd/dockerd/trap
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/container
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/container/stream
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/contrib/apparmor
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/contrib/docker-device-tool
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/contrib/httpserver
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster/convert
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster/executor
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster/executor/container
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster/provider
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/config
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/containerd
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/events
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/events/testutils
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/exec
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/aufs
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/copy
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/overlay
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/register
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/vfs
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/zfs
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/images
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/initlayer
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/links
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/listeners
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/awslogs
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/fluentd
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/gcplogs
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/gelf
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/journald
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/local
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/logentries
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/loggertest
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/loggerutils
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/splunk
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/syslog
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/logger/templates
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/names
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/network
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/stats
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/distribution
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/distribution/metadata
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/distribution/utils
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/distribution/xfer
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/dockerversion
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/errdefs
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/image
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/image/cache
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/image/tarexport
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/image/v1
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/internal/test/suite
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/layer
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/libcontainerd
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/libcontainerd/queue
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/libcontainerd/remote
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/libcontainerd/supervisor
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/libcontainerd/types
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/oci
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/oci/caps
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/opts
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/aaparser
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/archive
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/authorization
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/broadcaster
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/capabilities
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/chrootarchive
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/containerfs
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/devicemapper
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/directory
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/dmesg
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/fileutils
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/fsutils
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/homedir
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/idtools
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/ioutils
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/jsonmessage
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/longpath
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/loopback
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/namesgenerator
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/parsers
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/parsers/kernel
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/pidfile
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/platform
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/plugingetter
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/plugins
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/plugins/transport
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/pools
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/progress
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/pubsub
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/reexec
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/signal
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/stack
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/stdcopy
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/streamformatter
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/stringid
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/sysinfo
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/system
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/tailfile
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/tarsum
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/urlutil
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/pkg/useragent
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/plugin
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/plugin/executor/containerd
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/plugin/v2
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/profiles/apparmor
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/profiles/seccomp
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/quota
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/reference
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/registry
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/registry/resumable
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/restartmanager
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/rootless
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/rootless/specconv
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/runconfig
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/runconfig/opts
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/daemon
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/environment
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fakecontext
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fakegit
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fakestorage
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fixtures/load
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fixtures/plugin
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/registry
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/testutil/request
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/drivers
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/local
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/mounts
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/service
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/service/opts
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/volume/testutils'
17:24:50 [2022-07-20T17:24:50.114Z] ++ grep --fixed-strings /libnetwork
17:24:50 [2022-07-20T17:24:50.114Z] ++ echo 'github.com/docker/docker/api
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/backend/build
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/httpstatus
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/httputils
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/middleware
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/build
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/checkpoint
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/container
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/debug
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/distribution
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/grpc
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/image
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/network
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/plugin
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/session
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/swarm
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/system
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/server/router/volume
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/backend
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/blkiodev
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/container
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/events
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/filters
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/image
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/mount
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/network
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/plugins/logdriver
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/registry
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/strslice
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/swarm
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/swarm/runtime
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/time
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/versions
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/versions/v1p19
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/versions/v1p20
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/api/types/volume
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/exporter
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/builder-next/worker
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/dockerfile
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/remotecontext
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/remotecontext/git
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/builder/remotecontext/urlutil
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cli
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cli/config
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cli/debug
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cli/winresources/docker-proxy
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cli/winresources/dockerd
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/client
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cmd/docker-proxy
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cmd/dockerd
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cmd/dockerd/trap
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/container
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/container/stream
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/contrib/apparmor
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/contrib/docker-device-tool
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/contrib/httpserver
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster/convert
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster/executor
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster/executor/container
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/cluster/provider
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/config
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/containerd
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/events
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/events/testutils
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/exec
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/aufs
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/copy
17:24:50 [2022-07-20T17:24:50.114Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/graphdriver/overlay
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/graphdriver/register
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/graphdriver/vfs
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/graphdriver/zfs
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/images
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/initlayer
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/links
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/listeners
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/awslogs
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/fluentd
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/gcplogs
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/gelf
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/journald
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/local
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/logentries
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/loggertest
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/loggerutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/splunk
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/syslog
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/logger/templates
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/names
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/network
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/daemon/stats
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/distribution
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/distribution/metadata
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/distribution/utils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/distribution/xfer
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/dockerversion
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/errdefs
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/image
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/image/cache
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/image/tarexport
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/image/v1
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/internal/test/suite
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/layer
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libcontainerd
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libcontainerd/queue
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libcontainerd/remote
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libcontainerd/supervisor
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libcontainerd/types
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/bitseq
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cluster
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/config
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/datastore
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/diagnostic
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/discoverapi
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/driverapi
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/host
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/null
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/overlay
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/remote
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/windows
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drvregistry
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/etchosts
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/idm
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/internal/caller
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipam
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipamapi
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/builtin
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/null
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/remote
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipamutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/iptables
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/netlabel
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/netutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/networkdb
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ns
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/options
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/osl
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/osl/kernel
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/portallocator
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/portmapper
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/resolvconf
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/testutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/types
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/oci
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/oci/caps
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/opts
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/aaparser
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/archive
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/authorization
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/broadcaster
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/capabilities
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/chrootarchive
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/containerfs
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/devicemapper
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/directory
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/dmesg
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/fileutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/fsutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/homedir
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/idtools
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/ioutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/jsonmessage
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/longpath
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/loopback
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/namesgenerator
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/parsers
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/parsers/kernel
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/pidfile
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/platform
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/plugingetter
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/plugins
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/plugins/transport
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/pools
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/progress
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/pubsub
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/reexec
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/signal
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/stack
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/stdcopy
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/streamformatter
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/stringid
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/sysinfo
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/system
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/tailfile
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/tarsum
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/urlutil
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/pkg/useragent
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/plugin
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/plugin/executor/containerd
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/plugin/v2
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/profiles/apparmor
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/profiles/seccomp
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/quota
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/reference
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/registry
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/registry/resumable
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/restartmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/rootless
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/rootless/specconv
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/runconfig
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/runconfig/opts
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/testutil
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/testutil/daemon
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/testutil/environment
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/testutil/fakecontext
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/testutil/fakegit
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/testutil/fakestorage
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/testutil/fixtures/load
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/testutil/fixtures/plugin
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/testutil/registry
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/testutil/request
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/volume
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/volume/drivers
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/volume/local
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/volume/mounts
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/volume/service
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/volume/service/opts
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/volume/testutils'
17:24:50 [2022-07-20T17:24:50.115Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/bitseq
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cluster
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/config
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/datastore
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/diagnostic
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/discoverapi
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/driverapi
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/host
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/null
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/overlay
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/remote
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/windows
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drvregistry
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/etchosts
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/idm
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/internal/caller
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipam
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipamapi
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/builtin
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/null
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/remote
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipamutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/iptables
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/netlabel
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/netutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/networkdb
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ns
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/options
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/osl
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/osl/kernel
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/portallocator
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/portmapper
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/resolvconf
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/testutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/types'
17:24:50 [2022-07-20T17:24:50.115Z] + grep --fixed-strings libnetwork/drivers/bridge
17:24:50 [2022-07-20T17:24:50.115Z] + echo 'github.com/docker/docker/libnetwork
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/bitseq
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cluster
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/config
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/datastore
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/diagnostic
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/discoverapi
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/driverapi
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/host
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/null
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/overlay
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/remote
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/windows
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drvregistry
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/etchosts
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/idm
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/internal/caller
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipam
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipamapi
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/builtin
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/null
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/remote
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ipamutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/iptables
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/netlabel
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/netutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/networkdb
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/ns
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/options
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/osl
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/osl/kernel
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/portallocator
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/portmapper
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/resolvconf
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/testutils
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/types'
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/bridge
17:24:50 [2022-07-20T17:24:50.115Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:24:50 [2022-07-20T17:24:50.115Z] + type docker-proxy
17:24:50 [2022-07-20T17:24:50.115Z] hack/test/unit: line 25: type: docker-proxy: not found
17:24:50 [2022-07-20T17:24:50.115Z] + hack/make.sh binary-proxy install-proxy
17:24:50 [2022-07-20T17:24:50.115Z] 
17:24:50 [2022-07-20T17:24:50.115Z] Removing bundles/
17:24:50 [2022-07-20T17:24:50.115Z] 
17:24:50 [2022-07-20T17:24:50.115Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
17:24:50 [2022-07-20T17:24:50.115Z] Building: bundles/binary-proxy/docker-proxy
17:24:50 [2022-07-20T17:24:50.115Z] GOOS="" GOARCH="" GOARM=""
17:24:51 [2022-07-20T17:24:51.089Z] === RUN   TestDockerSuite/TestHealth
17:24:53 [2022-07-20T17:24:53.622Z] --- PASS: TestInfoAPIWarnings (16.54s)
17:24:53 [2022-07-20T17:24:53.622Z] === RUN   TestInfoDebug
17:24:54 [2022-07-20T17:24:54.189Z] --- PASS: TestInfoDebug (0.52s)
17:24:54 [2022-07-20T17:24:54.189Z] === RUN   TestInfoInsecureRegistries
17:24:54 [2022-07-20T17:24:54.758Z] --- PASS: TestInfoInsecureRegistries (0.52s)
17:24:54 [2022-07-20T17:24:54.758Z] === RUN   TestInfoRegistryMirrors
17:24:55 [2022-07-20T17:24:55.327Z] --- PASS: TestInfoRegistryMirrors (0.56s)
17:24:55 [2022-07-20T17:24:55.327Z] === RUN   TestLoginFailsWithBadCredentials
17:24:55 [2022-07-20T17:24:55.600Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
17:24:55 [2022-07-20T17:24:55.600Z] === RUN   TestPingCacheHeaders
17:24:55 [2022-07-20T17:24:55.600Z] --- PASS: TestPingCacheHeaders (0.02s)
17:24:55 [2022-07-20T17:24:55.600Z] === RUN   TestPingGet
17:24:55 [2022-07-20T17:24:55.600Z] --- PASS: TestPingGet (0.01s)
17:24:55 [2022-07-20T17:24:55.600Z] === RUN   TestPingHead
17:24:55 [2022-07-20T17:24:55.600Z] --- PASS: TestPingHead (0.01s)
17:24:55 [2022-07-20T17:24:55.600Z] === RUN   TestPingSwarmHeader
17:24:56 [2022-07-20T17:24:56.171Z] === RUN   TestPingSwarmHeader/before_swarm_init
17:24:56 [2022-07-20T17:24:56.739Z] === RUN   TestPingSwarmHeader/after_swarm_init
17:24:58 [2022-07-20T17:24:58.118Z] === RUN   TestPingSwarmHeader/after_swarm_leave
17:24:58 [2022-07-20T17:24:58.118Z] --- PASS: TestPingSwarmHeader (2.15s)
17:24:58 [2022-07-20T17:24:58.118Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
17:24:58 [2022-07-20T17:24:58.118Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
17:24:58 [2022-07-20T17:24:58.118Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
17:24:58 [2022-07-20T17:24:58.118Z] === RUN   TestVersion
17:24:58 [2022-07-20T17:24:58.118Z] --- PASS: TestVersion (0.03s)
17:24:58 [2022-07-20T17:24:58.118Z] === CONT  TestDiskUsage
17:24:58 [2022-07-20T17:24:58.227Z] Created binary: bundles/binary-proxy/docker-proxy
17:24:58 [2022-07-20T17:24:58.227Z] 
17:24:58 [2022-07-20T17:24:58.227Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
17:24:58 [2022-07-20T17:24:58.227Z] Installing docker-proxy to /usr/local/bin/
17:24:58 [2022-07-20T17:24:58.227Z] 
17:24:58 [2022-07-20T17:24:58.227Z] + mkdir -p bundles
17:24:58 [2022-07-20T17:24:58.227Z] + '[' -n 'github.com/docker/docker/api
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/backend/build
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/httpstatus
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/httputils
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/middleware
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/build
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/checkpoint
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/container
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/debug
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/distribution
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/grpc
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/image
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/network
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/plugin
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/session
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/swarm
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/system
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/server/router/volume
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/backend
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/blkiodev
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/container
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/events
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/filters
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/image
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/mount
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/network
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/plugins/logdriver
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/registry
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/strslice
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/swarm
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/swarm/runtime
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/time
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/versions
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/versions/v1p19
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/versions/v1p20
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/api/types/volume
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder/builder-next
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder/builder-next/exporter
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder/builder-next/worker
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder/dockerfile
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder/remotecontext
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder/remotecontext/git
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/builder/remotecontext/urlutil
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/cli
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/cli/config
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/cli/debug
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/cli/winresources/docker-proxy
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/cli/winresources/dockerd
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/client
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/cmd/docker-proxy
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/cmd/dockerd
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/cmd/dockerd/trap
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/container
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/container/stream
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/contrib/apparmor
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/contrib/docker-device-tool
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/contrib/httpserver
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/cluster
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/cluster/convert
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/cluster/executor
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/cluster/executor/container
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/cluster/provider
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/config
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/containerd
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/events
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/events/testutils
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/exec
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/aufs
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/copy
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/overlay
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/register
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/vfs
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/graphdriver/zfs
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/images
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/initlayer
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/links
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/listeners
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/awslogs
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/fluentd
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/gcplogs
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/gelf
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/journald
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/local
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/logentries
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/loggertest
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/loggerutils
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/splunk
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/syslog
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/logger/templates
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/names
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/network
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/daemon/stats
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/distribution
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/distribution/metadata
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/distribution/utils
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/distribution/xfer
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/dockerversion
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/errdefs
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/image
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/image/cache
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/image/tarexport
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/image/v1
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/internal/test/suite
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/layer
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/libcontainerd
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/libcontainerd/queue
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/libcontainerd/remote
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/libcontainerd/supervisor
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/libcontainerd/types
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/oci
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/oci/caps
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/opts
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/aaparser
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/archive
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/authorization
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/broadcaster
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/capabilities
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/chrootarchive
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/containerfs
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/devicemapper
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/directory
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/dmesg
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/fileutils
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/fsutils
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/homedir
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/idtools
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/ioutils
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/jsonmessage
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/longpath
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/loopback
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/namesgenerator
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/parsers
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/parsers/kernel
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/pidfile
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/platform
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/plugingetter
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/plugins
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/plugins/transport
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/pools
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/progress
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/pubsub
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/reexec
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/signal
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/stack
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/stdcopy
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/streamformatter
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/stringid
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/sysinfo
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/system
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/tailfile
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/tarsum
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/urlutil
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/pkg/useragent
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/plugin
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/plugin/executor/containerd
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/plugin/v2
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/profiles/apparmor
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/profiles/seccomp
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/quota
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/reference
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/registry
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/registry/resumable
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/restartmanager
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/rootless
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/rootless/specconv
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/runconfig
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/runconfig/opts
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/testutil
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/testutil/daemon
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/testutil/environment
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/testutil/fakecontext
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/testutil/fakegit
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/testutil/fakestorage
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/testutil/fixtures/load
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/testutil/fixtures/plugin
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/testutil/registry
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/testutil/request
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/volume
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/volume/drivers
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/volume/local
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/volume/mounts
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/volume/service
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/volume/service/opts
17:24:58 [2022-07-20T17:24:58.227Z] github.com/docker/docker/volume/testutils' ']'
17:24:58 [2022-07-20T17:24:58.228Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/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
17:24:58 [2022-07-20T17:24:58.228Z] ?   	github.com/docker/docker/api	[no test files]
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/empty
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/empty/container_types
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/empty/image_types
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/empty/volume_types
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/empty/build-cache_types
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:24:58 [2022-07-20T17:24:58.378Z] === RUN   TestDiskUsage/after_LoadBusybox
17:24:58 [2022-07-20T17:24:58.637Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:24:58 [2022-07-20T17:24:58.638Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:24:58 [2022-07-20T17:24:58.638Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:24:58 [2022-07-20T17:24:58.638Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:24:58 [2022-07-20T17:24:58.638Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:24:58 [2022-07-20T17:24:58.638Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:24:58 [2022-07-20T17:24:58.638Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:24:58 [2022-07-20T17:24:58.638Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:24:58 [2022-07-20T17:24:58.638Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:24:58 [2022-07-20T17:24:58.638Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:24:58 [2022-07-20T17:24:58.638Z] === RUN   TestDiskUsage/after_container.Run
17:24:58 [2022-07-20T17:24:58.896Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:24:58 [2022-07-20T17:24:58.896Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:24:58 [2022-07-20T17:24:58.896Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:24:58 [2022-07-20T17:24:58.896Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:24:58 [2022-07-20T17:24:58.896Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:24:58 [2022-07-20T17:24:58.896Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:24:58 [2022-07-20T17:24:58.896Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:24:58 [2022-07-20T17:24:58.896Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:24:58 [2022-07-20T17:24:58.896Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:24:58 [2022-07-20T17:24:58.896Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:24:59 [2022-07-20T17:24:59.155Z] --- PASS: TestDiskUsage (1.21s)
17:24:59 [2022-07-20T17:24:59.155Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.20s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]     --- PASS: TestDiskUsage/after_container.Run (0.33s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z] PASS
17:24:59 [2022-07-20T17:24:59.155Z] 
17:24:59 [2022-07-20T17:24:59.155Z] === Skipped
17:24:59 [2022-07-20T17:24:59.155Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
17:24:59 [2022-07-20T17:24:59.155Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:24:59 [2022-07-20T17:24:59.155Z] 
17:24:59 [2022-07-20T17:24:59.155Z] DONE 54 tests, 1 skipped in 22.843s
17:24:59 [2022-07-20T17:24:59.155Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
17:24:59 [2022-07-20T17:24:59.155Z] ++ 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
17:24:59 [2022-07-20T17:24:59.155Z] ++ set -e
17:24:59 [2022-07-20T17:24:59.155Z] ++ '[' -n 0 ']'
17:24:59 [2022-07-20T17:24:59.155Z] ++ set -x
17:24:59 [2022-07-20T17:24:59.155Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
17:24:59 [2022-07-20T17:24:59.155Z] INFO: Testing against a local daemon
17:24:59 [2022-07-20T17:24:59.155Z] === RUN   TestVolumesCreateAndList
17:24:59 [2022-07-20T17:24:59.155Z] --- PASS: TestVolumesCreateAndList (0.02s)
17:24:59 [2022-07-20T17:24:59.155Z] === RUN   TestVolumesRemove
17:24:59 [2022-07-20T17:24:59.155Z] --- PASS: TestVolumesRemove (0.05s)
17:24:59 [2022-07-20T17:24:59.155Z] === RUN   TestVolumesInspect
17:24:59 [2022-07-20T17:24:59.414Z] --- PASS: TestVolumesInspect (0.02s)
17:24:59 [2022-07-20T17:24:59.414Z] === RUN   TestVolumesInvalidJSON
17:24:59 [2022-07-20T17:24:59.414Z] === RUN   TestVolumesInvalidJSON/volumes/create
17:24:59 [2022-07-20T17:24:59.414Z] === PAUSE TestVolumesInvalidJSON/volumes/create
17:24:59 [2022-07-20T17:24:59.414Z] === CONT  TestVolumesInvalidJSON/volumes/create
17:24:59 [2022-07-20T17:24:59.414Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
17:24:59 [2022-07-20T17:24:59.414Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
17:24:59 [2022-07-20T17:24:59.414Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
17:24:59 [2022-07-20T17:24:59.414Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
17:24:59 [2022-07-20T17:24:59.414Z] --- PASS: TestVolumesInvalidJSON (0.02s)
17:24:59 [2022-07-20T17:24:59.414Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
17:24:59 [2022-07-20T17:24:59.414Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
17:24:59 [2022-07-20T17:24:59.414Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
17:24:59 [2022-07-20T17:24:59.414Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
17:24:59 [2022-07-20T17:24:59.414Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
17:24:59 [2022-07-20T17:24:59.414Z] PASS
17:24:59 [2022-07-20T17:24:59.414Z] 
17:24:59 [2022-07-20T17:24:59.414Z] DONE 9 tests in 0.200s
17:24:59 [2022-07-20T17:24:59.414Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:24:59 [2022-07-20T17:24:59.677Z] ++++ cat bundles/test-integration/docker.pid
17:24:59 [2022-07-20T17:24:59.677Z] +++ kill 6698
17:24:59 [2022-07-20T17:24:59.677Z] +++ /etc/init.d/apparmor stop
17:24:59 [2022-07-20T17:24:59.677Z] Leaving: AppArmorNo profiles have been unloaded.
17:24:59 [2022-07-20T17:24:59.677Z] 
17:24:59 [2022-07-20T17:24:59.677Z] Unloading profiles will leave already running processes permanently
17:24:59 [2022-07-20T17:24:59.677Z] unconfined, which can lead to unexpected situations.
17:24:59 [2022-07-20T17:24:59.677Z] 
17:24:59 [2022-07-20T17:24:59.677Z] To set a process to complain mode, use the command line tool
17:24:59 [2022-07-20T17:24:59.677Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:24:59 [2022-07-20T17:24:59.677Z] +++ true
17:24:59 [2022-07-20T17:24:59.677Z] exiting test-integration
17:24:59 [2022-07-20T17:24:59.677Z] ++ exit 0
17:24:59 [2022-07-20T17:24:59.677Z] 
17:25:00 [2022-07-20T17:25:00.615Z] + for job in $(jobs -p)
17:25:00 [2022-07-20T17:25:00.615Z] + wait 8746
17:25:10 [2022-07-20T17:25:10.589Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
17:25:13 [2022-07-20T17:25:13.123Z] === RUN   TestDockerSuite/TestBuildHistory
17:25:15 [2022-07-20T17:25:15.657Z] === RUN   TestDockerSuite/TestHistoryExistentImage
17:25:15 [2022-07-20T17:25:15.658Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
17:25:15 [2022-07-20T17:25:15.658Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
17:25:15 [2022-07-20T17:25:15.658Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
17:25:15 [2022-07-20T17:25:15.917Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
17:25:15 [2022-07-20T17:25:15.917Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
17:25:16 [2022-07-20T17:25:16.305Z] ok  	github.com/docker/docker/api/server	0.014s	coverage: 7.9% of statements
17:25:16 [2022-07-20T17:25:16.485Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
17:25:17 [2022-07-20T17:25:17.053Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
17:25:17 [2022-07-20T17:25:17.053Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
17:25:17 [2022-07-20T17:25:17.053Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
17:25:17 [2022-07-20T17:25:17.312Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
17:25:17 [2022-07-20T17:25:17.312Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
17:25:17 [2022-07-20T17:25:17.571Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
17:25:17 [2022-07-20T17:25:17.830Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
17:25:17 [2022-07-20T17:25:17.830Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
17:25:18 [2022-07-20T17:25:18.398Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
17:25:18 [2022-07-20T17:25:18.398Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
17:25:19 [2022-07-20T17:25:19.334Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
17:25:19 [2022-07-20T17:25:19.617Z] === RUN   TestDockerSuite/TestImagesFormat
17:25:19 [2022-07-20T17:25:19.878Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
17:25:20 [2022-07-20T17:25:20.446Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
17:25:22 [2022-07-20T17:25:22.979Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
17:25:22 [2022-07-20T17:25:22.979Z] === RUN   TestDockerSuite/TestImportBadURL
17:25:22 [2022-07-20T17:25:22.979Z] === RUN   TestDockerSuite/TestImportDisplay
17:25:23 [2022-07-20T17:25:23.916Z] === RUN   TestDockerSuite/TestImportFile
17:25:25 [2022-07-20T17:25:25.294Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
17:25:25 [2022-07-20T17:25:25.294Z] === RUN   TestDockerSuite/TestImportFileWithMessage
17:25:26 [2022-07-20T17:25:26.231Z] === RUN   TestDockerSuite/TestImportGzipped
17:25:27 [2022-07-20T17:25:27.167Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
17:25:28 [2022-07-20T17:25:28.545Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
17:25:28 [2022-07-20T17:25:28.805Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
17:25:29 [2022-07-20T17:25:29.374Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
17:25:29 [2022-07-20T17:25:29.944Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
17:25:29 [2022-07-20T17:25:29.944Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
17:25:29 [2022-07-20T17:25:29.944Z] === RUN   TestDockerSuite/TestInspectAmpersand
17:25:30 [2022-07-20T17:25:30.203Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
17:25:30 [2022-07-20T17:25:30.773Z] === RUN   TestDockerSuite/TestInspectByPrefix
17:25:30 [2022-07-20T17:25:30.773Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
17:25:31 [2022-07-20T17:25:31.341Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
17:25:31 [2022-07-20T17:25:31.341Z]     docker_cli_inspect_test.go:195: unmatched requirement Devicemapper
17:25:31 [2022-07-20T17:25:31.341Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
17:25:31 [2022-07-20T17:25:31.909Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
17:25:32 [2022-07-20T17:25:32.168Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
17:25:32 [2022-07-20T17:25:32.428Z] === RUN   TestDockerSuite/TestInspectDefault
17:25:32 [2022-07-20T17:25:32.996Z] === RUN   TestDockerSuite/TestInspectHistory
17:25:33 [2022-07-20T17:25:33.565Z] === RUN   TestDockerSuite/TestInspectImage
17:25:33 [2022-07-20T17:25:33.565Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
17:25:33 [2022-07-20T17:25:33.565Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
17:25:33 [2022-07-20T17:25:33.565Z]     docker_cli_inspect_test.go:177: unmatched requirement Devicemapper
17:25:33 [2022-07-20T17:25:33.565Z] === RUN   TestDockerSuite/TestInspectInt64
17:25:34 [2022-07-20T17:25:34.134Z] === RUN   TestDockerSuite/TestInspectJSONFields
17:25:34 [2022-07-20T17:25:34.701Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
17:25:34 [2022-07-20T17:25:34.701Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
17:25:35 [2022-07-20T17:25:35.268Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
17:25:35 [2022-07-20T17:25:35.526Z] === RUN   TestDockerSuite/TestInspectPlugin
17:25:38 [2022-07-20T17:25:38.075Z] === RUN   TestDockerSuite/TestInspectRootFS
17:25:38 [2022-07-20T17:25:38.334Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
17:25:38 [2022-07-20T17:25:38.592Z] === RUN   TestDockerSuite/TestInspectStatus
17:25:39 [2022-07-20T17:25:39.160Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
17:25:40 [2022-07-20T17:25:40.098Z] === RUN   TestDockerSuite/TestInspectTemplateError
17:25:40 [2022-07-20T17:25:40.666Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
17:25:41 [2022-07-20T17:25:41.234Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
17:25:41 [2022-07-20T17:25:41.493Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
17:25:42 [2022-07-20T17:25:42.061Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
17:25:42 [2022-07-20T17:25:42.629Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
17:25:42 [2022-07-20T17:25:42.887Z] === RUN   TestDockerSuite/TestInspectUnknownObject
17:25:42 [2022-07-20T17:25:42.887Z] === RUN   TestDockerSuite/TestLinkShortDefinition
17:25:43 [2022-07-20T17:25:43.825Z] === RUN   TestDockerSuite/TestLinksEnvs
17:25:44 [2022-07-20T17:25:44.762Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
17:25:45 [2022-07-20T17:25:45.021Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
17:25:46 [2022-07-20T17:25:46.399Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
17:25:47 [2022-07-20T17:25:47.336Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
17:25:49 [2022-07-20T17:25:49.241Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
17:25:49 [2022-07-20T17:25:49.241Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
17:25:50 [2022-07-20T17:25:50.178Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
17:25:50 [2022-07-20T17:25:50.437Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
17:25:51 [2022-07-20T17:25:51.005Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
17:25:54 [2022-07-20T17:25:54.295Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
17:25:58 [2022-07-20T17:25:58.518Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
17:25:59 [2022-07-20T17:25:59.455Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
17:26:00 [2022-07-20T17:26:00.835Z]     docker_api_swarm_service_test.go:395: [d3bc61f0cfddc] joining swarm manager [d9ff957b982ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:26:01 [2022-07-20T17:26:01.095Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
17:26:01 [2022-07-20T17:26:01.665Z]     docker_api_swarm_service_test.go:395: [d39e30d9ad632] joining swarm manager [d9ff957b982ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:26:01 [2022-07-20T17:26:01.924Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
17:26:03 [2022-07-20T17:26:03.831Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
17:26:04 [2022-07-20T17:26:04.090Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
17:26:04 [2022-07-20T17:26:04.090Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
17:26:05 [2022-07-20T17:26:05.470Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
17:26:06 [2022-07-20T17:26:06.409Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
17:26:07 [2022-07-20T17:26:07.788Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
17:26:08 [2022-07-20T17:26:08.724Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
17:26:09 [2022-07-20T17:26:09.291Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
17:26:11 [2022-07-20T17:26:11.195Z] === RUN   TestDockerSuite/TestLogsFollowStopped
17:26:11 [2022-07-20T17:26:11.454Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
17:26:12 [2022-07-20T17:26:12.022Z] === RUN   TestDockerSuite/TestLogsSince
17:26:18 [2022-07-20T17:26:18.595Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
17:26:18 [2022-07-20T17:26:18.595Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
17:26:19 [2022-07-20T17:26:19.531Z]     docker_api_swarm_service_test.go:343: [d7af1bf7e612b] joining swarm manager [d6919378cad03]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:26:20 [2022-07-20T17:26:20.466Z]     docker_api_swarm_service_test.go:343: [da19cf7498991] joining swarm manager [d6919378cad03]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:26:24 [2022-07-20T17:26:24.658Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
17:26:24 [2022-07-20T17:26:24.658Z] === RUN   TestDockerSuite/TestLogsTail
17:26:24 [2022-07-20T17:26:24.918Z] === RUN   TestDockerSuite/TestLogsTimestamps
17:26:25 [2022-07-20T17:26:25.485Z] === RUN   TestDockerSuite/TestLogsWithDetails
17:26:26 [2022-07-20T17:26:26.053Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
17:26:26 [2022-07-20T17:26:26.053Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
17:26:26 [2022-07-20T17:26:26.053Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
17:26:26 [2022-07-20T17:26:26.053Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
17:26:26 [2022-07-20T17:26:26.053Z] === RUN   TestDockerSuite/TestNetHostname
17:26:27 [2022-07-20T17:26:27.430Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
17:26:27 [2022-07-20T17:26:27.430Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
17:26:27 [2022-07-20T17:26:27.430Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
17:26:27 [2022-07-20T17:26:27.430Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
17:26:28 [2022-07-20T17:26:28.367Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
17:26:28 [2022-07-20T17:26:28.938Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
17:26:29 [2022-07-20T17:26:29.873Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
17:26:29 [2022-07-20T17:26:29.873Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
17:26:29 [2022-07-20T17:26:29.873Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
17:26:30 [2022-07-20T17:26:30.131Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
17:26:34 [2022-07-20T17:26:34.319Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
17:26:35 [2022-07-20T17:26:35.698Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
17:26:35 [2022-07-20T17:26:35.698Z]     docker_api_swarm_service_test.go:490: [d9399132e1a28] joining swarm manager [d079a4d32edf2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:26:36 [2022-07-20T17:26:36.268Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
17:26:36 [2022-07-20T17:26:36.528Z]     docker_api_swarm_service_test.go:490: [d55c025e4c53f] joining swarm manager [d079a4d32edf2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:26:37 [2022-07-20T17:26:37.910Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
17:26:40 [2022-07-20T17:26:40.464Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
17:26:42 [2022-07-20T17:26:42.368Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
17:26:44 [2022-07-20T17:26:44.274Z] === RUN   TestDockerSuite/TestPluginLogDriver
17:26:46 [2022-07-20T17:26:46.806Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
17:26:48 [2022-07-20T17:26:48.708Z] === RUN   TestDockerSuite/TestPluginActive
17:26:49 [2022-07-20T17:26:49.275Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
17:26:51 [2022-07-20T17:26:51.179Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 31.9% of statements
17:26:52 [2022-07-20T17:26:52.743Z] ok  	github.com/docker/docker/api/server/middleware	0.006s	coverage: 37.7% of statements
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 6.0% of statements
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ok  	github.com/docker/docker/api/types/filters	0.008s	coverage: 92.2% of statements
17:26:52 [2022-07-20T17:26:52.743Z] ok  	github.com/docker/docker/api/server/router/volume	0.006s	coverage: 67.9% of statements
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/container	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/events	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/image	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/network	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
17:26:52 [2022-07-20T17:26:52.743Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/builder	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
17:26:52 [2022-07-20T17:26:52.743Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
17:26:52 [2022-07-20T17:26:52.744Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
17:26:52 [2022-07-20T17:26:52.744Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
17:26:52 [2022-07-20T17:26:52.744Z] ok  	github.com/docker/docker/builder/remotecontext	0.126s	coverage: 13.7% of statements
17:26:52 [2022-07-20T17:26:52.744Z] ok  	github.com/docker/docker/builder/dockerfile	0.561s	coverage: 49.3% of statements
17:26:52 [2022-07-20T17:26:52.744Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
17:26:52 [2022-07-20T17:26:52.744Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
17:26:52 [2022-07-20T17:26:52.744Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.777s	coverage: 86.3% of statements
17:26:52 [2022-07-20T17:26:52.744Z] ?   	github.com/docker/docker/cli	[no test files]
17:26:52 [2022-07-20T17:26:52.744Z] ?   	github.com/docker/docker/cli/config	[no test files]
17:26:52 [2022-07-20T17:26:52.744Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
17:26:52 [2022-07-20T17:26:52.744Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
17:26:53 [2022-07-20T17:26:53.687Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.223s	coverage: 67.6% of statements
17:26:55 [2022-07-20T17:26:55.370Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
17:26:57 [2022-07-20T17:26:57.876Z] ok  	github.com/docker/docker/client	0.140s	coverage: 75.9% of statements
17:26:57 [2022-07-20T17:26:57.904Z]     docker_api_swarm_service_test.go:128: [db16a3c356450] joining swarm manager [df01a5381e695]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:26:58 [2022-07-20T17:26:58.473Z]     docker_api_swarm_service_test.go:129: [d2007018b093b] joining swarm manager [df01a5381e695]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:26:58 [2022-07-20T17:26:58.473Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
17:26:58 [2022-07-20T17:26:58.473Z]     docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows
17:26:58 [2022-07-20T17:26:58.473Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
17:27:00 [2022-07-20T17:27:00.378Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
17:27:00 [2022-07-20T17:27:00.378Z]     docker_api_swarm_service_test.go:137: [d07252729ba35] joining swarm manager [df01a5381e695]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
17:27:00 [2022-07-20T17:27:00.953Z]     docker_api_swarm_service_test.go:138: [de4aec9062f0d] joining swarm manager [df01a5381e695]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
17:27:03 [2022-07-20T17:27:03.486Z] === RUN   TestDockerSuite/TestPluginUpgrade
17:27:08 [2022-07-20T17:27:08.934Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
17:27:09 [2022-07-20T17:27:09.871Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
17:27:10 [2022-07-20T17:27:10.439Z] === RUN   TestDockerSuite/TestPortHostBinding
17:27:11 [2022-07-20T17:27:11.379Z] === RUN   TestDockerSuite/TestPortList
17:27:17 [2022-07-20T17:27:17.943Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
17:27:20 [2022-07-20T17:27:20.476Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
17:27:20 [2022-07-20T17:27:20.476Z] === RUN   TestDockerSuite/TestPruneContainerLabel
17:27:21 [2022-07-20T17:27:21.853Z] === RUN   TestDockerSuite/TestPruneContainerUntil
17:27:22 [2022-07-20T17:27:22.790Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
17:27:23 [2022-07-20T17:27:23.049Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
17:27:23 [2022-07-20T17:27:23.049Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
17:27:23 [2022-07-20T17:27:23.309Z] === RUN   TestDockerSuite/TestPsByOrder
17:27:25 [2022-07-20T17:27:25.856Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
17:27:25 [2022-07-20T17:27:25.856Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
17:27:26 [2022-07-20T17:27:26.425Z] === RUN   TestDockerSuite/TestPsListContainersBase
17:27:28 [2022-07-20T17:27:28.331Z]     docker_api_swarm_service_test.go:304: [d17ecc38da587] joining swarm manager [d6a441cc44687]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:27:28 [2022-07-20T17:27:28.899Z]     docker_api_swarm_service_test.go:304: [dcba9962de296] joining swarm manager [d6a441cc44687]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:27:28 [2022-07-20T17:27:28.899Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
17:27:33 [2022-07-20T17:27:33.093Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
17:27:33 [2022-07-20T17:27:33.093Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
17:27:35 [2022-07-20T17:27:35.625Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
17:27:42 [2022-07-20T17:27:42.191Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
17:27:42 [2022-07-20T17:27:42.450Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
17:27:44 [2022-07-20T17:27:44.355Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
17:27:44 [2022-07-20T17:27:44.557Z] ok  	github.com/docker/docker/cmd/dockerd	0.082s	coverage: 31.5% of statements
17:27:44 [2022-07-20T17:27:44.557Z] ok  	github.com/docker/docker/container	0.118s	coverage: 36.2% of statements
17:27:44 [2022-07-20T17:27:44.557Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.521s	coverage: 0.0% of statements
17:27:44 [2022-07-20T17:27:44.557Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
17:27:44 [2022-07-20T17:27:44.557Z] ?   	github.com/docker/docker/container/stream	[no test files]
17:27:44 [2022-07-20T17:27:44.557Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
17:27:44 [2022-07-20T17:27:44.557Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
17:27:44 [2022-07-20T17:27:44.557Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
17:27:44 [2022-07-20T17:27:44.924Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
17:27:45 [2022-07-20T17:27:45.867Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
17:27:47 [2022-07-20T17:27:47.244Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
17:27:48 [2022-07-20T17:27:48.623Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
17:27:48 [2022-07-20T17:27:48.745Z] ok  	github.com/docker/docker/daemon/cluster	0.116s	coverage: 0.5% of statements
17:27:48 [2022-07-20T17:27:48.882Z] === RUN   TestDockerSuite/TestPsListContainersSize
17:27:49 [2022-07-20T17:27:49.681Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.019s	coverage: 65.3% of statements
17:27:50 [2022-07-20T17:27:50.263Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
17:27:50 [2022-07-20T17:27:50.263Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
17:27:50 [2022-07-20T17:27:50.832Z]     docker_api_swarm_service_test.go:100: [dfa7d24262ccf] joining swarm manager [dd0fb609db17d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:27:51 [2022-07-20T17:27:51.056Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.010s	coverage: 36.9% of statements
17:27:51 [2022-07-20T17:27:51.091Z] === RUN   TestDockerSuite/TestPsRightTagName
17:27:51 [2022-07-20T17:27:51.660Z]     docker_api_swarm_service_test.go:101: [d52921abf14eb] joining swarm manager [dd0fb609db17d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:27:52 [2022-07-20T17:27:52.598Z] === RUN   TestDockerSuite/TestPsShowMounts
17:27:55 [2022-07-20T17:27:55.134Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
17:27:55 [2022-07-20T17:27:55.134Z]     docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows
17:27:55 [2022-07-20T17:27:55.134Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
17:27:55 [2022-07-20T17:27:55.703Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
17:27:55 [2022-07-20T17:27:55.963Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
17:27:55 [2022-07-20T17:27:55.963Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
17:27:56 [2022-07-20T17:27:56.900Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
17:27:57 [2022-07-20T17:27:57.839Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
17:27:58 [2022-07-20T17:27:58.406Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
17:27:59 [2022-07-20T17:27:59.159Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.444s	coverage: 13.4% of statements
17:27:59 [2022-07-20T17:27:59.159Z] ok  	github.com/docker/docker/daemon/config	0.032s	coverage: 81.7% of statements
17:27:59 [2022-07-20T17:27:59.726Z] ok  	github.com/docker/docker/daemon/events	0.072s	coverage: 50.0% of statements
17:28:00 [2022-07-20T17:28:00.291Z] ok  	github.com/docker/docker/daemon	10.180s	coverage: 16.2% of statements
17:28:00 [2022-07-20T17:28:00.291Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
17:28:00 [2022-07-20T17:28:00.291Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
17:28:00 [2022-07-20T17:28:00.291Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
17:28:00 [2022-07-20T17:28:00.291Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
17:28:00 [2022-07-20T17:28:00.291Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
17:28:00 [2022-07-20T17:28:00.291Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
17:28:02 [2022-07-20T17:28:02.192Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.734s	coverage: 74.8% of statements
17:28:02 [2022-07-20T17:28:02.759Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 3.0% of statements
17:28:03 [2022-07-20T17:28:03.325Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.373s	coverage: 56.2% of statements
17:28:04 [2022-07-20T17:28:04.700Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.013s	coverage: 1.9% of statements
17:28:04 [2022-07-20T17:28:04.975Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
17:28:05 [2022-07-20T17:28:05.234Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
17:28:06 [2022-07-20T17:28:06.617Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.388s	coverage: 50.6% of statements
17:28:07 [2022-07-20T17:28:07.138Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
17:28:07 [2022-07-20T17:28:07.138Z] === RUN   TestDockerSuite/TestRestartPolicyNO
17:28:07 [2022-07-20T17:28:07.138Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
17:28:07 [2022-07-20T17:28:07.184Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.476s	coverage: 45.9% of statements
17:28:07 [2022-07-20T17:28:07.185Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
17:28:07 [2022-07-20T17:28:07.397Z] === RUN   TestDockerSuite/TestRestartRunningContainer
17:28:08 [2022-07-20T17:28:08.559Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.011s	coverage: 58.5% of statements
17:28:08 [2022-07-20T17:28:08.559Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.749s	coverage: 58.5% of statements
17:28:08 [2022-07-20T17:28:08.559Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
17:28:08 [2022-07-20T17:28:08.559Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
17:28:09 [2022-07-20T17:28:09.503Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
17:28:09 [2022-07-20T17:28:09.931Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
17:28:10 [2022-07-20T17:28:10.443Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
17:28:10 [2022-07-20T17:28:10.500Z]     check_test.go:611: [dfa7d24262ccf] daemon is not started
17:28:11 [2022-07-20T17:28:11.087Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
17:28:11 [2022-07-20T17:28:11.376Z] ok  	github.com/docker/docker/daemon/images	0.048s	coverage: 6.9% of statements
17:28:11 [2022-07-20T17:28:11.376Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
17:28:11 [2022-07-20T17:28:11.376Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
17:28:11 [2022-07-20T17:28:11.942Z] ok  	github.com/docker/docker/daemon/logger	0.223s	coverage: 43.2% of statements
17:28:12 [2022-07-20T17:28:12.876Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.166s	coverage: 80.2% of statements
17:28:12 [2022-07-20T17:28:12.876Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.017s	coverage: 53.6% of statements
17:28:12 [2022-07-20T17:28:12.876Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
17:28:13 [2022-07-20T17:28:13.001Z] === RUN   TestDockerSuite/TestRestartWithVolumes
17:28:13 [2022-07-20T17:28:13.442Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.016s	coverage: 68.2% of statements
17:28:13 [2022-07-20T17:28:13.442Z] ok  	github.com/docker/docker/daemon/logger/journald	0.022s	coverage: 23.4% of statements
17:28:13 [2022-07-20T17:28:13.939Z] === RUN   TestDockerSuite/TestRmiBlank
17:28:13 [2022-07-20T17:28:13.939Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
17:28:13 [2022-07-20T17:28:13.939Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
17:28:14 [2022-07-20T17:28:14.009Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.012s	coverage: 87.2% of statements
17:28:14 [2022-07-20T17:28:14.943Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.190s	coverage: 76.8% of statements
17:28:14 [2022-07-20T17:28:14.943Z] ok  	github.com/docker/docker/daemon/logger/local	0.050s	coverage: 79.4% of statements
17:28:14 [2022-07-20T17:28:14.943Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
17:28:14 [2022-07-20T17:28:14.943Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
17:28:15 [2022-07-20T17:28:15.845Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
17:28:15 [2022-07-20T17:28:15.878Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.033s	coverage: 31.5% of statements
17:28:15 [2022-07-20T17:28:15.878Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.030s	coverage: 62.0% of statements
17:28:16 [2022-07-20T17:28:16.413Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
17:28:17 [2022-07-20T17:28:17.252Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.008s	coverage: 46.8% of statements
17:28:17 [2022-07-20T17:28:17.252Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
17:28:17 [2022-07-20T17:28:17.351Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
17:28:17 [2022-07-20T17:28:17.610Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
17:28:17 [2022-07-20T17:28:17.818Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
17:28:18 [2022-07-20T17:28:18.179Z]     docker_api_swarm_service_test.go:533: [df60e2015bd59] joining swarm manager [db7ce6d993e62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:28:18 [2022-07-20T17:28:18.747Z] === RUN   TestDockerSuite/TestRmiImgIDForce
17:28:18 [2022-07-20T17:28:18.753Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.632s	coverage: 82.5% of statements
17:28:18 [2022-07-20T17:28:18.753Z] ?   	github.com/docker/docker/daemon/names	[no test files]
17:28:18 [2022-07-20T17:28:18.753Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
17:28:19 [2022-07-20T17:28:19.315Z]     docker_api_swarm_service_test.go:534: [d1e329b68f307] joining swarm manager [db7ce6d993e62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:28:19 [2022-07-20T17:28:19.574Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
17:28:19 [2022-07-20T17:28:19.686Z] ok  	github.com/docker/docker/distribution/metadata	0.022s	coverage: 44.4% of statements
17:28:20 [2022-07-20T17:28:20.952Z] === RUN   TestDockerSuite/TestRmiParentImageFail
17:28:21 [2022-07-20T17:28:21.058Z] ok  	github.com/docker/docker/distribution	1.496s	coverage: 28.0% of statements
17:28:21 [2022-07-20T17:28:21.058Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
17:28:21 [2022-07-20T17:28:21.058Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.0% of statements
17:28:21 [2022-07-20T17:28:21.891Z] === RUN   TestDockerSuite/TestRmiTag
17:28:21 [2022-07-20T17:28:21.991Z] ok  	github.com/docker/docker/image	0.026s	coverage: 86.9% of statements
17:28:21 [2022-07-20T17:28:21.991Z] ok  	github.com/docker/docker/distribution/xfer	1.891s	coverage: 84.9% of statements
17:28:21 [2022-07-20T17:28:21.991Z] ?   	github.com/docker/docker/dockerversion	[no test files]
17:28:22 [2022-07-20T17:28:22.151Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
17:28:22 [2022-07-20T17:28:22.249Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
17:28:23 [2022-07-20T17:28:23.090Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
17:28:23 [2022-07-20T17:28:23.184Z] ok  	github.com/docker/docker/image/tarexport	0.015s	coverage: 0.7% of statements
17:28:23 [2022-07-20T17:28:23.184Z] ?   	github.com/docker/docker/image/v1	[no test files]
17:28:23 [2022-07-20T17:28:23.184Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
17:28:23 [2022-07-20T17:28:23.750Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
17:28:24 [2022-07-20T17:28:24.316Z] ok  	github.com/docker/docker/oci	0.007s	coverage: 46.0% of statements
17:28:24 [2022-07-20T17:28:24.574Z] ok  	github.com/docker/docker/opts	0.028s	coverage: 66.0% of statements
17:28:24 [2022-07-20T17:28:24.832Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
17:28:26 [2022-07-20T17:28:26.733Z] ok  	github.com/docker/docker/pkg/archive	0.303s	coverage: 81.9% of statements
17:28:27 [2022-07-20T17:28:27.283Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
17:28:27 [2022-07-20T17:28:27.283Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
17:28:27 [2022-07-20T17:28:27.298Z] ok  	github.com/docker/docker/pkg/authorization	0.432s	coverage: 68.3% of statements
17:28:27 [2022-07-20T17:28:27.542Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
17:28:27 [2022-07-20T17:28:27.556Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
17:28:27 [2022-07-20T17:28:27.801Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
17:28:27 [2022-07-20T17:28:27.814Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
17:28:28 [2022-07-20T17:28:28.369Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
17:28:28 [2022-07-20T17:28:28.628Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
17:28:29 [2022-07-20T17:28:29.195Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
17:28:29 [2022-07-20T17:28:29.779Z] === RUN   TestDockerSuite/TestContainerNetworkMode
17:28:30 [2022-07-20T17:28:30.350Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
17:28:31 [2022-07-20T17:28:31.091Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.470s	coverage: 42.7% of statements
17:28:31 [2022-07-20T17:28:31.091Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
17:28:31 [2022-07-20T17:28:31.091Z] ok  	github.com/docker/docker/layer	7.198s	coverage: 68.9% of statements
17:28:31 [2022-07-20T17:28:31.091Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
17:28:31 [2022-07-20T17:28:31.091Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
17:28:31 [2022-07-20T17:28:31.091Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
17:28:31 [2022-07-20T17:28:31.091Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
17:28:31 [2022-07-20T17:28:31.091Z] ?   	github.com/docker/docker/oci/caps	[no test files]
17:28:31 [2022-07-20T17:28:31.091Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
17:28:31 [2022-07-20T17:28:31.350Z] ok  	github.com/docker/docker/pkg/directory	0.004s	coverage: 80.0% of statements
17:28:31 [2022-07-20T17:28:31.350Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
17:28:31 [2022-07-20T17:28:31.916Z] ok  	github.com/docker/docker/pkg/fileutils	0.018s	coverage: 87.2% of statements
17:28:32 [2022-07-20T17:28:32.177Z] ok  	github.com/docker/docker/pkg/fsutils	0.202s	coverage: 85.1% of statements
17:28:32 [2022-07-20T17:28:32.177Z] ok  	github.com/docker/docker/pkg/homedir	0.004s	coverage: 11.4% of statements
17:28:33 [2022-07-20T17:28:33.553Z] ok  	github.com/docker/docker/pkg/idtools	0.519s	coverage: 67.9% of statements
17:28:33 [2022-07-20T17:28:33.553Z] ok  	github.com/docker/docker/pkg/ioutils	0.448s	coverage: 70.1% of statements
17:28:33 [2022-07-20T17:28:33.638Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
17:28:33 [2022-07-20T17:28:33.638Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
17:28:33 [2022-07-20T17:28:33.812Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
17:28:33 [2022-07-20T17:28:33.812Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 100.0% of statements
17:28:33 [2022-07-20T17:28:33.812Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
17:28:34 [2022-07-20T17:28:34.070Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
17:28:34 [2022-07-20T17:28:34.070Z] ok  	github.com/docker/docker/pkg/parsers	0.006s	coverage: 97.0% of statements
17:28:34 [2022-07-20T17:28:34.329Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
17:28:34 [2022-07-20T17:28:34.575Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
17:28:34 [2022-07-20T17:28:34.587Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.015s	coverage: 90.5% of statements
17:28:34 [2022-07-20T17:28:34.845Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
17:28:34 [2022-07-20T17:28:34.845Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
17:28:34 [2022-07-20T17:28:34.845Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
17:28:35 [2022-07-20T17:28:35.412Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.009s	coverage: 56.8% of statements
17:28:35 [2022-07-20T17:28:35.513Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
17:28:35 [2022-07-20T17:28:35.978Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
17:28:35 [2022-07-20T17:28:35.978Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
17:28:36 [2022-07-20T17:28:36.236Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
17:28:37 [2022-07-20T17:28:37.419Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
17:28:37 [2022-07-20T17:28:37.606Z] ok  	github.com/docker/docker/pkg/pubsub	1.033s	coverage: 75.0% of statements
17:28:37 [2022-07-20T17:28:37.864Z] ok  	github.com/docker/docker/pkg/reexec	0.008s	coverage: 82.4% of statements
17:28:37 [2022-07-20T17:28:37.864Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
17:28:38 [2022-07-20T17:28:38.123Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
17:28:38 [2022-07-20T17:28:38.381Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
17:28:38 [2022-07-20T17:28:38.639Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
17:28:38 [2022-07-20T17:28:38.797Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
17:28:39 [2022-07-20T17:28:39.205Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.1% of statements
17:28:39 [2022-07-20T17:28:39.463Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
17:28:39 [2022-07-20T17:28:39.722Z] ok  	github.com/docker/docker/pkg/tailfile	0.046s	coverage: 88.6% of statements
17:28:40 [2022-07-20T17:28:40.288Z] ok  	github.com/docker/docker/pkg/tarsum	0.040s	coverage: 89.3% of statements
17:28:40 [2022-07-20T17:28:40.288Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
17:28:40 [2022-07-20T17:28:40.701Z] === RUN   TestDockerSuite/TestDevicePermissions
17:28:40 [2022-07-20T17:28:40.701Z] === RUN   TestDockerSuite/TestDockerFails
17:28:40 [2022-07-20T17:28:40.960Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
17:28:42 [2022-07-20T17:28:42.187Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
17:28:42 [2022-07-20T17:28:42.340Z] === RUN   TestDockerSuite/TestMountIntoProc
17:28:42 [2022-07-20T17:28:42.340Z] === RUN   TestDockerSuite/TestMountIntoSys
17:28:42 [2022-07-20T17:28:42.445Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
17:28:42 [2022-07-20T17:28:42.600Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
17:28:42 [2022-07-20T17:28:42.703Z] ok  	github.com/docker/docker/profiles/seccomp	0.012s	coverage: 86.0% of statements
17:28:42 [2022-07-20T17:28:42.858Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
17:28:44 [2022-07-20T17:28:44.078Z] ok  	github.com/docker/docker/quota	0.217s	coverage: 71.4% of statements
17:28:44 [2022-07-20T17:28:44.078Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
17:28:44 [2022-07-20T17:28:44.764Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
17:28:44 [2022-07-20T17:28:44.764Z]     docker_api_swarm_service_test.go:148: [d6bcb54f60bf9] joining swarm manager [d17f986523892]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:28:45 [2022-07-20T17:28:45.013Z] ok  	github.com/docker/docker/registry	0.051s	coverage: 58.6% of statements
17:28:45 [2022-07-20T17:28:45.332Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
17:28:45 [2022-07-20T17:28:45.579Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
17:28:45 [2022-07-20T17:28:45.579Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
17:28:45 [2022-07-20T17:28:45.591Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
17:28:45 [2022-07-20T17:28:45.851Z]     docker_api_swarm_service_test.go:148: [d8f209af3b279] joining swarm manager [d17f986523892]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:28:46 [2022-07-20T17:28:46.144Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 64.5% of statements
17:28:46 [2022-07-20T17:28:46.402Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
17:28:47 [2022-07-20T17:28:47.229Z] === RUN   TestDockerSuite/TestRunAddHost
17:28:47 [2022-07-20T17:28:47.797Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
17:28:48 [2022-07-20T17:28:48.055Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
17:28:48 [2022-07-20T17:28:48.302Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
17:28:48 [2022-07-20T17:28:48.560Z] ok  	github.com/docker/docker/volume/local	0.106s	coverage: 76.8% of statements
17:28:48 [2022-07-20T17:28:48.629Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
17:28:48 [2022-07-20T17:28:48.629Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
17:28:49 [2022-07-20T17:28:49.126Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 67.7% of statements
17:28:49 [2022-07-20T17:28:49.198Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
17:28:50 [2022-07-20T17:28:50.059Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 72.3% of statements
17:28:50 [2022-07-20T17:28:50.575Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
17:28:50 [2022-07-20T17:28:50.834Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
17:28:51 [2022-07-20T17:28:51.401Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
17:28:51 [2022-07-20T17:28:51.968Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
17:28:52 [2022-07-20T17:28:52.904Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
17:28:53 [2022-07-20T17:28:53.842Z] === RUN   TestDockerSuite/TestRunAttachDetach
17:28:54 [2022-07-20T17:28:54.411Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
17:28:54 [2022-07-20T17:28:54.980Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
17:28:55 [2022-07-20T17:28:55.549Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
17:28:56 [2022-07-20T17:28:56.117Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
17:28:56 [2022-07-20T17:28:56.688Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
17:28:57 [2022-07-20T17:28:57.624Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
17:28:58 [2022-07-20T17:28:58.191Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
17:28:58 [2022-07-20T17:28:58.759Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
17:28:59 [2022-07-20T17:28:59.328Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
17:28:59 [2022-07-20T17:28:59.589Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
17:28:59 [2022-07-20T17:28:59.589Z] === RUN   TestDockerSuite/TestRunBindMounts
17:29:00 [2022-07-20T17:29:00.967Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
17:29:01 [2022-07-20T17:29:01.538Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
17:29:02 [2022-07-20T17:29:02.105Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
17:29:02 [2022-07-20T17:29:02.674Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
17:29:02 [2022-07-20T17:29:02.933Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
17:29:02 [2022-07-20T17:29:02.933Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
17:29:03 [2022-07-20T17:29:03.872Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
17:29:04 [2022-07-20T17:29:04.443Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
17:29:05 [2022-07-20T17:29:05.029Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
17:29:05 [2022-07-20T17:29:05.288Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
17:29:05 [2022-07-20T17:29:05.857Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
17:29:05 [2022-07-20T17:29:05.857Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
17:29:06 [2022-07-20T17:29:06.425Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
17:29:06 [2022-07-20T17:29:06.425Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
17:29:06 [2022-07-20T17:29:06.992Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
17:29:07 [2022-07-20T17:29:07.564Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
17:29:08 [2022-07-20T17:29:08.132Z] === RUN   TestDockerSuite/TestRunContainerNetwork
17:29:08 [2022-07-20T17:29:08.391Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
17:29:08 [2022-07-20T17:29:08.651Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
17:29:08 [2022-07-20T17:29:08.910Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
17:29:10 [2022-07-20T17:29:10.288Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
17:29:11 [2022-07-20T17:29:11.667Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
17:29:11 [2022-07-20T17:29:11.977Z] ok  	github.com/docker/docker/pkg/plugins	33.635s	coverage: 76.3% of statements
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/rootless	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/testutil/request	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/volume	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === Skipped
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     network_proxy_test.go:208: No support for dual stack yet
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver btrfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver btrfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver btrfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver btrfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver btrfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:71: No driver to put!
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z] time="2022-07-20T17:28:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z] time="2022-07-20T17:28:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z] time="2022-07-20T17:28:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z] time="2022-07-20T17:28:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z] time="2022-07-20T17:28:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:71: No driver to put!
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     overlay_test.go:50: Fails to compute changes intermittently
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     overlay_test.go:65: Cannot run test with naive change algorithm
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver zfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver zfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver zfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver zfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:44: Driver zfs not supported
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     graphtest_unix.go:71: No driver to put!
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
17:29:11 [2022-07-20T17:29:11.977Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
17:29:11 [2022-07-20T17:29:11.977Z] 
17:29:11 [2022-07-20T17:29:11.977Z] DONE 2811 tests, 28 skipped in 252.090s
17:29:11 [2022-07-20T17:29:11.977Z] + '[' -n 'github.com/docker/docker/libnetwork
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/bitseq
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/cluster
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/config
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/datastore
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/diagnostic
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/discoverapi
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/driverapi
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/bridge
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/host
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/null
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/overlay
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/remote
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/windows
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/drvregistry
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/etchosts
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/idm
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/internal/caller
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/ipam
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/ipamapi
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/ipams/builtin
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/ipams/null
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/ipams/remote
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/ipamutils
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/iptables
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/netlabel
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/netutils
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/networkdb
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/ns
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/options
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/osl
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/osl/kernel
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/portallocator
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/portmapper
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/resolvconf
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/testutils
17:29:11 [2022-07-20T17:29:11.977Z] github.com/docker/docker/libnetwork/types' ']'
17:29:11 [2022-07-20T17:29:11.978Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -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
17:29:12 [2022-07-20T17:29:12.605Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
17:29:12 [2022-07-20T17:29:12.863Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
17:29:13 [2022-07-20T17:29:13.431Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
17:29:13 [2022-07-20T17:29:13.691Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
17:29:14 [2022-07-20T17:29:14.259Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
17:29:14 [2022-07-20T17:29:14.519Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
17:29:15 [2022-07-20T17:29:15.896Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
17:29:17 [2022-07-20T17:29:17.803Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
17:29:17 [2022-07-20T17:29:17.803Z] === RUN   TestDockerSuite/TestRunCreateVolume
17:29:18 [2022-07-20T17:29:18.375Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
17:29:19 [2022-07-20T17:29:19.752Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
17:29:20 [2022-07-20T17:29:20.691Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
17:29:21 [2022-07-20T17:29:21.641Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
17:29:22 [2022-07-20T17:29:22.215Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
17:29:24 [2022-07-20T17:29:24.750Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
17:29:24 [2022-07-20T17:29:24.750Z]     docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows
17:29:24 [2022-07-20T17:29:24.750Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
17:29:24 [2022-07-20T17:29:24.750Z]     docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows
17:29:24 [2022-07-20T17:29:24.750Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
17:29:25 [2022-07-20T17:29:25.320Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
17:29:26 [2022-07-20T17:29:26.700Z] === RUN   TestDockerSuite/TestRunDNSOptions
17:29:27 [2022-07-20T17:29:27.637Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
17:29:29 [2022-07-20T17:29:29.015Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
17:29:29 [2022-07-20T17:29:29.274Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
17:29:30 [2022-07-20T17:29:30.651Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
17:29:30 [2022-07-20T17:29:30.910Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
17:29:30 [2022-07-20T17:29:30.910Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
17:29:30 [2022-07-20T17:29:30.910Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
17:29:31 [2022-07-20T17:29:31.480Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
17:29:32 [2022-07-20T17:29:32.861Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
17:29:32 [2022-07-20T17:29:32.861Z] === RUN   TestDockerSuite/TestRunDuplicateMount
17:29:33 [2022-07-20T17:29:33.121Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
17:29:33 [2022-07-20T17:29:33.689Z] === RUN   TestDockerSuite/TestRunEchoStdout
17:29:34 [2022-07-20T17:29:34.626Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
17:29:34 [2022-07-20T17:29:34.887Z] === RUN   TestDockerSuite/TestRunEmptyEnv
17:29:34 [2022-07-20T17:29:34.887Z] === RUN   TestDockerSuite/TestRunEntrypoint
17:29:35 [2022-07-20T17:29:35.454Z] === RUN   TestDockerSuite/TestRunEnvironment
17:29:36 [2022-07-20T17:29:36.022Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
17:29:36 [2022-07-20T17:29:36.281Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
17:29:36 [2022-07-20T17:29:36.848Z] === RUN   TestDockerSuite/TestRunExitCode
17:29:37 [2022-07-20T17:29:37.786Z] === RUN   TestDockerSuite/TestRunExitCodeOne
17:29:38 [2022-07-20T17:29:38.045Z] === RUN   TestDockerSuite/TestRunExitCodeZero
17:29:38 [2022-07-20T17:29:38.623Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
17:29:39 [2022-07-20T17:29:39.200Z] === RUN   TestDockerSuite/TestRunExposePort
17:29:39 [2022-07-20T17:29:39.200Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
17:29:40 [2022-07-20T17:29:40.137Z] === RUN   TestDockerSuite/TestRunGroupAdd
17:29:40 [2022-07-20T17:29:40.707Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
17:29:41 [2022-07-20T17:29:41.643Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
17:29:41 [2022-07-20T17:29:41.902Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
17:29:41 [2022-07-20T17:29:41.902Z]     docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows
17:29:41 [2022-07-20T17:29:41.902Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
17:29:44 [2022-07-20T17:29:44.436Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
17:29:44 [2022-07-20T17:29:44.695Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
17:29:46 [2022-07-20T17:29:46.599Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
17:29:50 [2022-07-20T17:29:50.790Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
17:29:52 [2022-07-20T17:29:52.692Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
17:29:55 [2022-07-20T17:29:55.225Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
17:29:56 [2022-07-20T17:29:56.602Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
17:29:57 [2022-07-20T17:29:57.172Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
17:29:58 [2022-07-20T17:29:58.109Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
17:29:58 [2022-07-20T17:29:58.368Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
17:29:58 [2022-07-20T17:29:58.368Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
17:29:58 [2022-07-20T17:29:58.368Z] === RUN   TestDockerSuite/TestRunInvalidReference
17:29:58 [2022-07-20T17:29:58.368Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
17:29:58 [2022-07-20T17:29:58.628Z] ok  	github.com/docker/docker/libnetwork	37.205s	coverage: 40.6% of statements
17:29:58 [2022-07-20T17:29:58.628Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.115s	coverage: 84.4% of statements
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 22.4% of statements
17:29:58 [2022-07-20T17:29:58.628Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
17:29:58 [2022-07-20T17:29:58.628Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.396s	coverage: 59.9% of statements
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
17:29:58 [2022-07-20T17:29:58.628Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.076s	coverage: 5.2% of statements
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.7% of statements
17:29:58 [2022-07-20T17:29:58.628Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
17:29:58 [2022-07-20T17:29:58.628Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
17:29:58 [2022-07-20T17:29:58.936Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
17:30:01 [2022-07-20T17:30:01.478Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
17:30:01 [2022-07-20T17:30:01.738Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
17:30:02 [2022-07-20T17:30:02.675Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
17:30:04 [2022-07-20T17:30:04.053Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
17:30:04 [2022-07-20T17:30:04.311Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
17:30:07 [2022-07-20T17:30:07.601Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
17:30:08 [2022-07-20T17:30:08.587Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.253s	coverage: 6.6% of statements
17:30:08 [2022-07-20T17:30:08.587Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
17:30:08 [2022-07-20T17:30:08.587Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 63.6% of statements
17:30:08 [2022-07-20T17:30:08.587Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.009s	coverage: 57.4% of statements
17:30:08 [2022-07-20T17:30:08.587Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
17:30:08 [2022-07-20T17:30:08.846Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
17:30:08 [2022-07-20T17:30:08.846Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
17:30:09 [2022-07-20T17:30:09.104Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.016s	coverage: 82.4% of statements
17:30:09 [2022-07-20T17:30:09.362Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.011s	coverage: 81.2% of statements
17:30:09 [2022-07-20T17:30:09.620Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
17:30:09 [2022-07-20T17:30:09.878Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.001s	coverage: 100.0% of statements
17:30:10 [2022-07-20T17:30:10.135Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
17:30:10 [2022-07-20T17:30:10.702Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
17:30:10 [2022-07-20T17:30:10.961Z] === RUN   TestDockerSuite/TestRunModeHostname
17:30:11 [2022-07-20T17:30:11.221Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
17:30:11 [2022-07-20T17:30:11.789Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
17:30:11 [2022-07-20T17:30:11.789Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
17:30:12 [2022-07-20T17:30:12.048Z] === RUN   TestDockerSuite/TestRunModeIpcHost
17:30:13 [2022-07-20T17:30:13.427Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
17:30:14 [2022-07-20T17:30:14.366Z] === RUN   TestDockerSuite/TestRunModePIDContainer
17:30:15 [2022-07-20T17:30:15.303Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
17:30:15 [2022-07-20T17:30:15.303Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
17:30:15 [2022-07-20T17:30:15.303Z] === RUN   TestDockerSuite/TestRunModeUTSHost
17:30:16 [2022-07-20T17:30:16.242Z] === RUN   TestDockerSuite/TestRunMount
17:30:20 [2022-07-20T17:30:20.455Z] === RUN   TestDockerSuite/TestRunMountOrdering
17:30:20 [2022-07-20T17:30:20.455Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
17:30:21 [2022-07-20T17:30:21.033Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
17:30:21 [2022-07-20T17:30:21.970Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
17:30:22 [2022-07-20T17:30:22.073Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.005s	coverage: 100.0% of statements
17:30:23 [2022-07-20T17:30:23.351Z] === RUN   TestDockerSuite/TestRunNamedVolume
17:30:24 [2022-07-20T17:30:24.732Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
17:30:26 [2022-07-20T17:30:26.109Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
17:30:27 [2022-07-20T17:30:27.046Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
17:30:27 [2022-07-20T17:30:27.983Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
17:30:27 [2022-07-20T17:30:27.983Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
17:30:28 [2022-07-20T17:30:28.551Z] === RUN   TestDockerSuite/TestRunNetHost
17:30:29 [2022-07-20T17:30:29.119Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
17:30:29 [2022-07-20T17:30:29.687Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
17:30:29 [2022-07-20T17:30:29.946Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
17:30:31 [2022-07-20T17:30:31.327Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
17:30:32 [2022-07-20T17:30:32.703Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
17:30:35 [2022-07-20T17:30:35.239Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
17:30:35 [2022-07-20T17:30:35.808Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
17:30:36 [2022-07-20T17:30:36.376Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
17:30:36 [2022-07-20T17:30:36.376Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
17:30:36 [2022-07-20T17:30:36.945Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
17:30:36 [2022-07-20T17:30:36.945Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
17:30:36 [2022-07-20T17:30:36.950Z] ok  	github.com/docker/docker/libnetwork/ipam	14.113s	coverage: 85.3% of statements
17:30:36 [2022-07-20T17:30:36.950Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
17:30:36 [2022-07-20T17:30:36.950Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
17:30:36 [2022-07-20T17:30:36.950Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
17:30:36 [2022-07-20T17:30:36.950Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.011s	coverage: 47.4% of statements
17:30:36 [2022-07-20T17:30:36.950Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
17:30:36 [2022-07-20T17:30:36.950Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
17:30:36 [2022-07-20T17:30:36.950Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.255s	coverage: 74.0% of statements
17:30:36 [2022-07-20T17:30:36.950Z] ok  	github.com/docker/docker/libnetwork/iptables	0.157s	coverage: 45.0% of statements
17:30:36 [2022-07-20T17:30:36.950Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.001s	coverage: 60.0% of statements
17:30:37 [2022-07-20T17:30:37.236Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
17:30:37 [2022-07-20T17:30:37.516Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
17:30:38 [2022-07-20T17:30:38.096Z] === RUN   TestDockerSuite/TestRunNonExistingImage
17:30:38 [2022-07-20T17:30:38.358Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
17:30:38 [2022-07-20T17:30:38.929Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
17:30:44 [2022-07-20T17:30:44.367Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
17:30:44 [2022-07-20T17:30:44.935Z] === RUN   TestDockerSuite/TestRunOOMExitCode
17:30:44 [2022-07-20T17:30:44.935Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
17:30:44 [2022-07-20T17:30:44.935Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
17:30:45 [2022-07-20T17:30:45.504Z] === RUN   TestDockerSuite/TestRunPIDsLimit
17:30:46 [2022-07-20T17:30:46.074Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
17:30:47 [2022-07-20T17:30:47.456Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
17:30:47 [2022-07-20T17:30:47.456Z] === RUN   TestDockerSuite/TestRunPortInUse
17:30:48 [2022-07-20T17:30:48.393Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
17:30:48 [2022-07-20T17:30:48.652Z]     docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n"
17:30:48 [2022-07-20T17:30:48.652Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
17:30:49 [2022-07-20T17:30:49.589Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
17:30:50 [2022-07-20T17:30:50.157Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
17:30:50 [2022-07-20T17:30:50.157Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
17:30:50 [2022-07-20T17:30:50.725Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
17:30:51 [2022-07-20T17:30:51.294Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
17:30:51 [2022-07-20T17:30:51.294Z]     docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
17:30:51 [2022-07-20T17:30:51.294Z] === RUN   TestDockerSuite/TestRunPublishPort
17:30:51 [2022-07-20T17:30:51.863Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
17:30:52 [2022-07-20T17:30:52.436Z] === RUN   TestDockerSuite/TestRunReadProcLatency
17:30:52 [2022-07-20T17:30:52.436Z]     docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured
17:30:52 [2022-07-20T17:30:52.436Z] === RUN   TestDockerSuite/TestRunReadProcTimer
17:30:53 [2022-07-20T17:30:53.372Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
17:30:53 [2022-07-20T17:30:53.373Z] === RUN   TestDockerSuite/TestRunRedirectStdout
17:30:54 [2022-07-20T17:30:54.310Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
17:30:54 [2022-07-20T17:30:54.310Z]     docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved
17:30:54 [2022-07-20T17:30:54.310Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
17:30:56 [2022-07-20T17:30:56.847Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
17:30:56 [2022-07-20T17:30:56.847Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
17:30:57 [2022-07-20T17:30:57.783Z] === RUN   TestDockerSuite/TestRunRm
17:30:58 [2022-07-20T17:30:58.734Z] === RUN   TestDockerSuite/TestRunRmAndWait
17:30:58 [2022-07-20T17:30:58.993Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
17:31:02 [2022-07-20T17:31:02.283Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
17:31:02 [2022-07-20T17:31:02.283Z] === RUN   TestDockerSuite/TestRunRmPre125Api
17:31:02 [2022-07-20T17:31:02.852Z] === RUN   TestDockerSuite/TestRunRootWorkdir
17:31:03 [2022-07-20T17:31:03.420Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
17:31:04 [2022-07-20T17:31:04.800Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
17:31:05 [2022-07-20T17:31:05.059Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
17:31:05 [2022-07-20T17:31:05.997Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
17:31:07 [2022-07-20T17:31:07.902Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
17:31:08 [2022-07-20T17:31:08.841Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
17:31:10 [2022-07-20T17:31:10.746Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
17:31:11 [2022-07-20T17:31:11.686Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
17:31:12 [2022-07-20T17:31:12.625Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
17:31:13 [2022-07-20T17:31:13.197Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
17:31:13 [2022-07-20T17:31:13.765Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
17:31:13 [2022-07-20T17:31:13.765Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
17:31:14 [2022-07-20T17:31:14.333Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
17:31:14 [2022-07-20T17:31:14.901Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
17:31:15 [2022-07-20T17:31:15.160Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
17:31:16 [2022-07-20T17:31:16.098Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
17:31:16 [2022-07-20T17:31:16.676Z] === RUN   TestDockerSuite/TestRunSetMacAddress
17:31:17 [2022-07-20T17:31:17.259Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
17:31:19 [2022-07-20T17:31:19.793Z] === RUN   TestDockerSuite/TestRunState
17:31:19 [2022-07-20T17:31:19.793Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
17:31:21 [2022-07-20T17:31:21.173Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
17:31:21 [2022-07-20T17:31:21.436Z] === RUN   TestDockerSuite/TestRunStdinPipe
17:31:22 [2022-07-20T17:31:22.375Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
17:31:22 [2022-07-20T17:31:22.375Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
17:31:22 [2022-07-20T17:31:22.375Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
17:31:22 [2022-07-20T17:31:22.375Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
17:31:22 [2022-07-20T17:31:22.944Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
17:31:23 [2022-07-20T17:31:23.512Z] === RUN   TestDockerSuite/TestRunSysctls
17:31:24 [2022-07-20T17:31:24.450Z] === RUN   TestDockerSuite/TestRunTLSVerify
17:31:24 [2022-07-20T17:31:24.450Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
17:31:24 [2022-07-20T17:31:24.450Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
17:31:25 [2022-07-20T17:31:25.019Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
17:31:25 [2022-07-20T17:31:25.278Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
17:31:27 [2022-07-20T17:31:27.186Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
17:31:27 [2022-07-20T17:31:27.445Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
17:31:28 [2022-07-20T17:31:28.824Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
17:31:29 [2022-07-20T17:31:29.083Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
17:31:31 [2022-07-20T17:31:31.619Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
17:31:32 [2022-07-20T17:31:32.187Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
17:31:34 [2022-07-20T17:31:34.720Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
17:31:35 [2022-07-20T17:31:35.310Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
17:31:35 [2022-07-20T17:31:35.570Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
17:31:36 [2022-07-20T17:31:36.507Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
17:31:37 [2022-07-20T17:31:37.076Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
17:31:37 [2022-07-20T17:31:37.335Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
17:31:38 [2022-07-20T17:31:38.714Z] === RUN   TestDockerSuite/TestRunUnshareProc
17:31:40 [2022-07-20T17:31:40.094Z] === RUN   TestDockerSuite/TestRunUserByID
17:31:40 [2022-07-20T17:31:40.354Z] === RUN   TestDockerSuite/TestRunUserByIDBig
17:31:40 [2022-07-20T17:31:40.614Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
17:31:40 [2022-07-20T17:31:40.873Z] === RUN   TestDockerSuite/TestRunUserByIDZero
17:31:41 [2022-07-20T17:31:41.132Z] === RUN   TestDockerSuite/TestRunUserByName
17:31:41 [2022-07-20T17:31:41.701Z] === RUN   TestDockerSuite/TestRunUserDefaults
17:31:42 [2022-07-20T17:31:42.269Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
17:31:42 [2022-07-20T17:31:42.270Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
17:31:42 [2022-07-20T17:31:42.270Z] === RUN   TestDockerSuite/TestRunUserNotFound
17:31:42 [2022-07-20T17:31:42.529Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
17:31:42 [2022-07-20T17:31:42.529Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
17:31:43 [2022-07-20T17:31:43.097Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
17:31:46 [2022-07-20T17:31:46.389Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
17:31:46 [2022-07-20T17:31:46.389Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
17:31:46 [2022-07-20T17:31:46.958Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
17:31:47 [2022-07-20T17:31:47.896Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
17:31:49 [2022-07-20T17:31:49.274Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
17:31:49 [2022-07-20T17:31:49.842Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
17:31:50 [2022-07-20T17:31:50.780Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
17:31:52 [2022-07-20T17:31:52.159Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
17:31:52 [2022-07-20T17:31:52.728Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
17:31:54 [2022-07-20T17:31:54.649Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
17:31:54 [2022-07-20T17:31:54.649Z]     docker_cli_service_logs_test.go:248: checking task 2w0qwr7i38s2
17:31:54 [2022-07-20T17:31:54.910Z]     docker_cli_service_logs_test.go:253: checking messages for 2w0qwr7i38s2
17:31:54 [2022-07-20T17:31:54.910Z]     docker_cli_service_logs_test.go:248: checking task jjidbfnp7xcr
17:31:54 [2022-07-20T17:31:54.910Z]     docker_cli_service_logs_test.go:253: checking messages for jjidbfnp7xcr
17:31:55 [2022-07-20T17:31:55.477Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
17:31:55 [2022-07-20T17:31:55.477Z]     docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows
17:31:55 [2022-07-20T17:31:55.477Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
17:31:55 [2022-07-20T17:31:55.477Z]     docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
17:31:55 [2022-07-20T17:31:55.477Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
17:31:55 [2022-07-20T17:31:55.477Z]     docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
17:31:55 [2022-07-20T17:31:55.477Z] === RUN   TestDockerSuite/TestRunWithBadDevice
17:31:55 [2022-07-20T17:31:55.736Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
17:31:55 [2022-07-20T17:31:55.736Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
17:31:55 [2022-07-20T17:31:55.736Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
17:31:55 [2022-07-20T17:31:55.736Z] === RUN   TestDockerSwarmSuite/TestServiceScale
17:31:56 [2022-07-20T17:31:56.305Z] === RUN   TestDockerSuite/TestRunWithCPUShares
17:31:56 [2022-07-20T17:31:56.873Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
17:31:58 [2022-07-20T17:31:58.251Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
17:31:58 [2022-07-20T17:31:58.251Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
17:31:58 [2022-07-20T17:31:58.509Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
17:31:59 [2022-07-20T17:31:59.077Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
17:31:59 [2022-07-20T17:31:59.077Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
17:31:59 [2022-07-20T17:31:59.645Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
17:31:59 [2022-07-20T17:31:59.645Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
17:31:59 [2022-07-20T17:31:59.645Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
17:31:59 [2022-07-20T17:31:59.645Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
17:31:59 [2022-07-20T17:31:59.645Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
17:31:59 [2022-07-20T17:31:59.645Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
17:31:59 [2022-07-20T17:31:59.645Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
17:31:59 [2022-07-20T17:31:59.645Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
17:31:59 [2022-07-20T17:31:59.645Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
17:31:59 [2022-07-20T17:31:59.645Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
17:31:59 [2022-07-20T17:31:59.645Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
17:31:59 [2022-07-20T17:31:59.645Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
17:31:59 [2022-07-20T17:31:59.645Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
17:31:59 [2022-07-20T17:31:59.645Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
17:31:59 [2022-07-20T17:31:59.645Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
17:32:00 [2022-07-20T17:32:00.213Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
17:32:00 [2022-07-20T17:32:00.781Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
17:32:00 [2022-07-20T17:32:00.781Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
17:32:01 [2022-07-20T17:32:01.349Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
17:32:01 [2022-07-20T17:32:01.349Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
17:32:01 [2022-07-20T17:32:01.917Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
17:32:01 [2022-07-20T17:32:01.917Z] === RUN   TestDockerSuite/TestRunWithShmSize
17:32:02 [2022-07-20T17:32:02.485Z] === RUN   TestDockerSuite/TestRunWithSwappiness
17:32:03 [2022-07-20T17:32:03.054Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
17:32:03 [2022-07-20T17:32:03.054Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
17:32:03 [2022-07-20T17:32:03.054Z] === RUN   TestDockerSuite/TestRunWithUlimits
17:32:03 [2022-07-20T17:32:03.622Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
17:32:04 [2022-07-20T17:32:04.558Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
17:32:05 [2022-07-20T17:32:05.128Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
17:32:05 [2022-07-20T17:32:05.128Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
17:32:05 [2022-07-20T17:32:05.128Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
17:32:05 [2022-07-20T17:32:05.387Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
17:32:05 [2022-07-20T17:32:05.647Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
17:32:07 [2022-07-20T17:32:07.024Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
17:32:07 [2022-07-20T17:32:07.592Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
17:32:08 [2022-07-20T17:32:08.968Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
17:32:09 [2022-07-20T17:32:09.542Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
17:32:09 [2022-07-20T17:32:09.542Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
17:32:09 [2022-07-20T17:32:09.542Z] === RUN   TestDockerSuite/TestSlowStdinClosing
17:32:09 [2022-07-20T17:32:09.542Z] === RUN   TestDockerSuite/TestSlowStdinClosing/0
17:32:10 [2022-07-20T17:32:10.125Z] === RUN   TestDockerSuite/TestSlowStdinClosing/1
17:32:10 [2022-07-20T17:32:10.692Z] === RUN   TestDockerSuite/TestSlowStdinClosing/2
17:32:11 [2022-07-20T17:32:11.629Z] === RUN   TestDockerSuite/TestStopContainerSignal
17:32:13 [2022-07-20T17:32:13.009Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
17:32:13 [2022-07-20T17:32:13.579Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
17:32:16 [2022-07-20T17:32:16.115Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
17:32:16 [2022-07-20T17:32:16.684Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
17:32:19 [2022-07-20T17:32:19.221Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
17:32:19 [2022-07-20T17:32:19.479Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
17:32:21 [2022-07-20T17:32:21.385Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
17:32:22 [2022-07-20T17:32:22.764Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
17:32:24 [2022-07-20T17:32:24.143Z]     docker_cli_swarm_test.go:1895: [de6cf028651ef] joining swarm manager [df4859bee7c95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:32:24 [2022-07-20T17:32:24.402Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
17:32:25 [2022-07-20T17:32:25.340Z]     docker_cli_swarm_test.go:1896: [df64d57af6b36] joining swarm manager [df4859bee7c95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:32:25 [2022-07-20T17:32:25.907Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
17:32:26 [2022-07-20T17:32:26.846Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
17:32:27 [2022-07-20T17:32:27.783Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
17:32:28 [2022-07-20T17:32:28.671Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.466s	coverage: 60.0% of statements
17:32:28 [2022-07-20T17:32:28.671Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
17:32:28 [2022-07-20T17:32:28.672Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
17:32:28 [2022-07-20T17:32:28.672Z] ok  	github.com/docker/docker/libnetwork/osl	4.306s	coverage: 39.7% of statements
17:32:28 [2022-07-20T17:32:28.672Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
17:32:28 [2022-07-20T17:32:28.672Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.013s	coverage: 80.7% of statements
17:32:28 [2022-07-20T17:32:28.672Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.561s	coverage: 48.6% of statements
17:32:28 [2022-07-20T17:32:28.929Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 70.6% of statements
17:32:28 [2022-07-20T17:32:28.929Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
17:32:29 [2022-07-20T17:32:29.184Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
17:32:29 [2022-07-20T17:32:29.186Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 37.3% of statements
17:32:29 [2022-07-20T17:32:29.186Z] 
17:32:29 [2022-07-20T17:32:29.186Z] === Skipped
17:32:29 [2022-07-20T17:32:29.186Z] === SKIP: libnetwork TestParallel1 (0.00s)
17:32:29 [2022-07-20T17:32:29.186Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
17:32:29 [2022-07-20T17:32:29.186Z] 
17:32:29 [2022-07-20T17:32:29.186Z] === SKIP: libnetwork TestParallel3 (0.00s)
17:32:29 [2022-07-20T17:32:29.186Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
17:32:29 [2022-07-20T17:32:29.186Z] 
17:32:29 [2022-07-20T17:32:29.186Z] === SKIP: libnetwork TestParallel2 (0.00s)
17:32:29 [2022-07-20T17:32:29.186Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
17:32:29 [2022-07-20T17:32:29.186Z] 
17:32:29 [2022-07-20T17:32:29.186Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
17:32:29 [2022-07-20T17:32:29.187Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
17:32:29 [2022-07-20T17:32:29.187Z] 
17:32:29 [2022-07-20T17:32:29.187Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
17:32:29 [2022-07-20T17:32:29.187Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
17:32:29 [2022-07-20T17:32:29.187Z] 
17:32:29 [2022-07-20T17:32:29.187Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
17:32:29 [2022-07-20T17:32:29.187Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
17:32:29 [2022-07-20T17:32:29.187Z] 
17:32:29 [2022-07-20T17:32:29.187Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
17:32:29 [2022-07-20T17:32:29.187Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
17:32:29 [2022-07-20T17:32:29.187Z] 
17:32:29 [2022-07-20T17:32:29.187Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
17:32:29 [2022-07-20T17:32:29.187Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
17:32:29 [2022-07-20T17:32:29.187Z] 
17:32:29 [2022-07-20T17:32:29.187Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
17:32:29 [2022-07-20T17:32:29.187Z]     firewalld_test.go:14: firewalld is not running
17:32:29 [2022-07-20T17:32:29.187Z] 
17:32:29 [2022-07-20T17:32:29.187Z] DONE 327 tests, 9 skipped in 199.806s
Post stage
[Pipeline] junit
17:32:29 [2022-07-20T17:32:29.763Z] Recording test results
17:32:30 [2022-07-20T17:32:30.159Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
17:32:30 [2022-07-20T17:32:30.477Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43838/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0e9a66d35af6bcb846a7dcb79f26ebd189f13ef1 hack/validate/vendor
17:32:30 [2022-07-20T17:32:30.567Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
17:32:31 [2022-07-20T17:32:31.047Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:32:31 [2022-07-20T17:32:31.617Z] + echo Ensuring container killed.
17:32:31 [2022-07-20T17:32:31.618Z] Ensuring container killed.
17:32:31 [2022-07-20T17:32:31.618Z] + docker rm -vf docker-pr4
17:32:31 [2022-07-20T17:32:31.618Z] Error: No such container: docker-pr4
[Pipeline] sh
17:32:31 [2022-07-20T17:32:31.911Z] + echo Chowning /workspace to jenkins user
17:32:31 [2022-07-20T17:32:31.911Z] Chowning /workspace to jenkins user
17:32:31 [2022-07-20T17:32:31.911Z] + id -u
17:32:31 [2022-07-20T17:32:31.911Z] + id -g
17:32:31 [2022-07-20T17:32:31.911Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43838:/workspace busybox chown -R 1000:1000 /workspace
17:32:31 [2022-07-20T17:32:31.945Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:32:33 [2022-07-20T17:32:33.322Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
17:32:33 [2022-07-20T17:32:33.589Z] + bundleName=unit
17:32:33 [2022-07-20T17:32:33.589Z] + echo Creating unit-bundles.tar.gz
17:32:33 [2022-07-20T17:32:33.589Z] Creating unit-bundles.tar.gz
17:32:33 [2022-07-20T17:32:33.589Z] + 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
17:32:33 [2022-07-20T17:32:33.590Z] bundles/junit-report-libnetwork.xml
17:32:33 [2022-07-20T17:32:33.590Z] bundles/junit-report.xml
17:32:33 [2022-07-20T17:32:33.590Z] bundles/go-test-report-libnetwork.json
17:32:33 [2022-07-20T17:32:33.590Z] bundles/go-test-report.json
17:32:33 [2022-07-20T17:32:33.590Z] bundles/profile-libnetwork.out
17:32:33 [2022-07-20T17:32:33.590Z] bundles/profile.out
[Pipeline] archiveArtifacts
17:32:33 [2022-07-20T17:32:33.601Z] Archiving artifacts
17:32:34 [2022-07-20T17:32:34.102Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43838/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:32:34 [2022-07-20T17:32:34.404Z] + make clean
17:32:34 [2022-07-20T17:32:34.661Z] docker volume rm -f docker-dev-cache docker-mod-cache
17:32:34 [2022-07-20T17:32:34.661Z] docker-dev-cache
17:32:34 [2022-07-20T17:32:34.661Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
17:32:35 [2022-07-20T17:32:35.232Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:32:36 [2022-07-20T17:32:36.611Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
17:32:37 [2022-07-20T17:32:37.992Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
17:32:40 [2022-07-20T17:32:40.527Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
17:32:40 [2022-07-20T17:32:40.527Z]     docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows
17:32:40 [2022-07-20T17:32:40.527Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
17:32:40 [2022-07-20T17:32:40.527Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
17:32:40 [2022-07-20T17:32:40.787Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
17:32:41 [2022-07-20T17:32:41.355Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
17:32:41 [2022-07-20T17:32:41.615Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
17:32:42 [2022-07-20T17:32:42.552Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
17:32:43 [2022-07-20T17:32:43.588Z] === RUN   TestDockerSuite/TestSaveCheckTimes
17:32:43 [2022-07-20T17:32:43.588Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
17:32:44 [2022-07-20T17:32:44.964Z] === RUN   TestDockerSuite/TestSaveImageId
17:32:44 [2022-07-20T17:32:44.964Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
17:32:45 [2022-07-20T17:32:45.224Z] === RUN   TestDockerSuite/TestSaveLoadParents
17:32:46 [2022-07-20T17:32:46.600Z]     docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents2442568026
17:32:46 [2022-07-20T17:32:46.600Z] === RUN   TestDockerSuite/TestSaveMultipleNames
17:32:46 [2022-07-20T17:32:46.600Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
17:32:47 [2022-07-20T17:32:47.977Z] === RUN   TestDockerSuite/TestSaveSingleTag
17:32:47 [2022-07-20T17:32:47.977Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
17:32:47 [2022-07-20T17:32:47.977Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
17:32:49 [2022-07-20T17:32:49.357Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
17:32:49 [2022-07-20T17:32:49.616Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
17:32:50 [2022-07-20T17:32:50.553Z] === RUN   TestDockerSuite/TestSearchCmdOptions
17:32:51 [2022-07-20T17:32:51.928Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
17:32:52 [2022-07-20T17:32:52.863Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
17:32:53 [2022-07-20T17:32:53.122Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
17:32:53 [2022-07-20T17:32:53.692Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
17:32:53 [2022-07-20T17:32:53.692Z] === RUN   TestDockerSuite/TestSearchWithLimit
17:32:55 [2022-07-20T17:32:55.594Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
17:32:55 [2022-07-20T17:32:55.594Z]     docker_cli_sni_test.go:30: Flakey test
17:32:55 [2022-07-20T17:32:55.594Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
17:33:00 [2022-07-20T17:33:00.861Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
17:33:02 [2022-07-20T17:33:02.240Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
17:33:02 [2022-07-20T17:33:02.500Z] === RUN   TestDockerSuite/TestStartAttachSilent
17:33:03 [2022-07-20T17:33:03.445Z] === RUN   TestDockerSuite/TestStartAttachWithRename
17:33:06 [2022-07-20T17:33:06.746Z] === RUN   TestDockerSuite/TestStartMultipleContainers
17:33:07 [2022-07-20T17:33:07.330Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
17:33:07 [2022-07-20T17:33:07.899Z] === RUN   TestDockerSuite/TestStartPausedContainer
17:33:08 [2022-07-20T17:33:08.466Z] === RUN   TestDockerSuite/TestStartRecordError
17:33:09 [2022-07-20T17:33:09.404Z]     docker_cli_swarm_test.go:1796: [d30c8ae5afc45] joining swarm manager [dacb9459cc2b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:33:09 [2022-07-20T17:33:09.974Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
17:33:10 [2022-07-20T17:33:10.914Z]     docker_cli_swarm_test.go:1797: [df31fe25a017a] joining swarm manager [dacb9459cc2b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:33:11 [2022-07-20T17:33:11.851Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
17:33:13 [2022-07-20T17:33:13.227Z] === RUN   TestDockerSuite/TestStatsAllNoStream
17:33:15 [2022-07-20T17:33:15.760Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
17:33:19 [2022-07-20T17:33:19.948Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
17:33:23 [2022-07-20T17:33:23.252Z] === RUN   TestDockerSuite/TestStatsFormatAll
17:33:27 [2022-07-20T17:33:27.438Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
17:33:27 [2022-07-20T17:33:27.438Z] === RUN   TestDockerSuite/TestStatsNoStream
17:33:29 [2022-07-20T17:33:29.972Z] === RUN   TestDockerSuite/TestTopMultipleArgs
17:33:30 [2022-07-20T17:33:30.231Z] === RUN   TestDockerSuite/TestTopNonPrivileged
17:33:30 [2022-07-20T17:33:30.800Z] === RUN   TestDockerSuite/TestTopPrivileged
17:33:31 [2022-07-20T17:33:31.368Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
17:33:31 [2022-07-20T17:33:31.368Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows
17:33:31 [2022-07-20T17:33:31.368Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
17:33:31 [2022-07-20T17:33:31.936Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
17:33:32 [2022-07-20T17:33:32.195Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
17:33:32 [2022-07-20T17:33:32.195Z]     docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport
17:33:32 [2022-07-20T17:33:32.195Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
17:33:32 [2022-07-20T17:33:32.195Z]     docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport
17:33:32 [2022-07-20T17:33:32.195Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
17:33:33 [2022-07-20T17:33:33.574Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
17:33:34 [2022-07-20T17:33:34.142Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
17:33:34 [2022-07-20T17:33:34.401Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
17:33:34 [2022-07-20T17:33:34.971Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
17:33:36 [2022-07-20T17:33:36.352Z] === RUN   TestDockerSuite/TestUpdateStats
17:33:36 [2022-07-20T17:33:36.612Z]     docker_cli_swarm_test.go:1315: [dde94fa658dfd] joining swarm manager [d83091042bdda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:33:37 [2022-07-20T17:33:37.989Z]     docker_cli_swarm_test.go:1316: [d0af6f52ee473] joining swarm manager [d83091042bdda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:33:39 [2022-07-20T17:33:39.894Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
17:33:40 [2022-07-20T17:33:40.836Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
17:33:40 [2022-07-20T17:33:40.836Z]     docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport
17:33:40 [2022-07-20T17:33:40.836Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
17:33:41 [2022-07-20T17:33:41.773Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
17:33:42 [2022-07-20T17:33:42.342Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
17:33:44 [2022-07-20T17:33:44.247Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
17:33:45 [2022-07-20T17:33:45.625Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
17:33:47 [2022-07-20T17:33:47.001Z] === RUN   TestDockerSuite/TestVolumeCLICreate
17:34:01 [2022-07-20T17:34:01.876Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
17:34:01 [2022-07-20T17:34:01.876Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
17:34:02 [2022-07-20T17:34:02.135Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
17:34:02 [2022-07-20T17:34:02.395Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
17:34:02 [2022-07-20T17:34:02.654Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
17:34:02 [2022-07-20T17:34:02.914Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
17:34:02 [2022-07-20T17:34:02.914Z] === RUN   TestDockerSuite/TestVolumeCLILs
17:34:03 [2022-07-20T17:34:03.482Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
17:34:03 [2022-07-20T17:34:03.482Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
17:34:04 [2022-07-20T17:34:04.049Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
17:34:04 [2022-07-20T17:34:04.049Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
17:34:04 [2022-07-20T17:34:04.049Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
17:34:04 [2022-07-20T17:34:04.049Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
17:34:04 [2022-07-20T17:34:04.049Z] === RUN   TestDockerSuite/TestVolumeCLIRm
17:34:05 [2022-07-20T17:34:05.956Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
17:34:05 [2022-07-20T17:34:05.956Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
17:34:05 [2022-07-20T17:34:05.956Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
17:34:05 [2022-07-20T17:34:05.956Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
17:34:06 [2022-07-20T17:34:06.223Z] === RUN   TestDockerSuite/TestVolumeLsFormat
17:34:06 [2022-07-20T17:34:06.223Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
17:34:06 [2022-07-20T17:34:06.223Z] --- PASS: TestDockerSuite (1325.05s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (2.18s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.76s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.99s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.68s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.41s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.11s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.62s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.83s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.86s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.20s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.82s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.67s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.13s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.53s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.03s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.85s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.90s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.76s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.85s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.26s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.32s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.53s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.56s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.28s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.61s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.52s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.51s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.60s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.98s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.00s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.70s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.57s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.76s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.97s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.70s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.87s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.70s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.79s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.81s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.74s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.98s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.80s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.79s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.98s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.77s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.79s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.48s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.48s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.80s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.28s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.51s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.49s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.50s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.53s)
17:34:06 [2022-07-20T17:34:06.223Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.34s)
17:34:06 [2022-07-20T17:34:06.223Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>} (1.31s)
17:34:06 [2022-07-20T17:34:06.223Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>} (1.49s)
17:34:06 [2022-07-20T17:34:06.223Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.63s)
17:34:06 [2022-07-20T17:34:06.223Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.60s)
17:34:06 [2022-07-20T17:34:06.223Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000ec66f0_<nil>_<nil>} (1.55s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1807372713_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.37s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1807372713_/foo_true__<nil>_<nil>_<nil>_<nil>} (0.68s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32258167226_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.45s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32258167226_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.57s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32258167226_/foo_true__0xc000ec6720_<nil>_<nil>_<nil>} (0.77s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000ec6738_<nil>_<nil>} (1.55s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000ec6750_<nil>_<nil>} (1.55s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000ec6768_<nil>_<nil>} (1.55s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000ec6780_<nil>_<nil>} (1.53s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.62s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.30s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s)
17:34:06 [2022-07-20T17:34:06.224Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.91s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.50s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.88s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.69s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.53s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.74s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.64s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.70s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.76s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.80s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.67s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.72s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.62s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.81s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.75s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.87s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.91s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.79s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.60s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.11s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.74s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.78s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.92s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.69s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.94s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.11s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.88s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.91s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.26s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.82s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.88s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.05s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.09s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.91s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.89s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.65s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.78s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.80s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.49s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.87s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.59s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.78s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.59s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.47s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.06s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.09s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.88s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.09s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.87s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.83s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.73s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.57s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.18s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.72s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.39s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.23s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.98s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.98s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.00s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.24s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.19s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.73s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.64s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (0.77s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.67s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.43s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.76s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.83s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.38s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.39s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.55s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.86s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddTar (8.55s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.49s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.44s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.41s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.09s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.42s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.98s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.24s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.44s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.32s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.07s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.32s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.17s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.25s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.04s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.51s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.82s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.43s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.44s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.63s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.65s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.31s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.43s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.69s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.81s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.68s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.55s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.95s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.90s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.23s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.75s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.53s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.50s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.50s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.35s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.42s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.33s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.03s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.09s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.31s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.78s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.62s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.41s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.83s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.52s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.37s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.47s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.51s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.31s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.61s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.49s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.36s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.73s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.99s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.53s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.17s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.68s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.83s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.06s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.00s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.93s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (8.56s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.47s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.47s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (8.47s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.47s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (2.44s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.38s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.82s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (3.77s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.79s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.69s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (10.81s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.13s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (2.72s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.19s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.19s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.37s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.08s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.16s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.18s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.63s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.02s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.20s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.13s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.70s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.66s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (4.34s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (16.29s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.59s)
17:34:06 [2022-07-20T17:34:06.224Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.16s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.92s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.46s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.36s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (0.93s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.32s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (7.77s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.21s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.59s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.43s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.26s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFails (0.55s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.36s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.52s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.26s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.01s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.42s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.90s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.78s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.58s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.23s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.64s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.13s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.68s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.56s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.70s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.43s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.39s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.61s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.29s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.35s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.29s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.19s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.37s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.80s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.82s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLastModified (3.99s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.17s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.06s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.93s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.02s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.88s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.41s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.20s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.66s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.78s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.83s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.62s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.46s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.30s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.61s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.47s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.92s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.08s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.21s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.74s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.10s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.72s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.76s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.03s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (2.19s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.98s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.17s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.64s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.03s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.06s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.31s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.43s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.93s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.44s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.90s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.29s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.77s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildRm (2.55s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.13s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.00s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.36s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.09s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.93s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.15s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.38s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.23s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.38s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.47s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.65s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.96s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.17s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.63s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.35s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.35s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.58s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.91s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildUser (1.19s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.14s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.39s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.77s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.29s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.95s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.08s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.90s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.08s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.57s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.59s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.07s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.10s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (1.06s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.25s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.48s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.78s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.67s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.85s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCommitChange (0.97s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.67s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.05s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.55s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.70s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.26s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.45s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.65s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.26s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.19s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.76s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.70s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.58s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.53s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.82s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.81s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.92s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.90s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.76s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.79s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.74s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.58s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.94s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.07s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.81s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.56s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.83s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.82s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.84s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.69s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.82s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.14s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.48s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.42s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.61s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.88s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.81s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.38s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.09s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.70s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (2.80s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.77s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToDot (0.57s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.90s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.91s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.82s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.87s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.53s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCpVolumePath (0.90s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.06s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.36s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.47s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.55s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.26s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.08s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.13s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateRM (0.13s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.18s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.79s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.86s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.05s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.50s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.62s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.55s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.46s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.50s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.55s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.26s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.50s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.00s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.78s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (0.94s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.40s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.23s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.83s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (1.04s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.26s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.02s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.19s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.03s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.92s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsImagePull (1.03s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.38s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
17:34:06 [2022-07-20T17:34:06.225Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (2.30s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.45s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestEventsRename (0.48s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestEventsResize (0.55s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.50s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.81s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.55s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.93s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestEventsTop (0.48s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.95s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestNetworkEvents (0.73s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExec (0.65s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.36s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecCgroup (1.00s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecEnv (0.66s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.20s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.72s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.71s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.59s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.62s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.64s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecParseError (0.44s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.51s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.52s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.55s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.48s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecTTY (0.51s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.54s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.57s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.51s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.74s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.53s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.57s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.09s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.87s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestHealth (19.07s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.82s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestBuildHistory (2.51s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.61s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.58s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.28s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.56s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.62s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.60s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.07s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.53s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.56s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.06s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.05s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImportFile (1.08s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.10s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.53s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.45s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.71s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.53s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.50s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.64s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.45s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.08s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.46s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectPlugin (2.57s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.52s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.95s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.45s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.45s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.48s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (0.96s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.88s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.26s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.03s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.36s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.39s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.37s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.43s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.76s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.68s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.03s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.05s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.04s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.26s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.26s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.13s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.90s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.70s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.77s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsSince (6.52s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.52s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.44s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsTail (0.50s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestNetHostname (1.27s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.74s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.55s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.46s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.86s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.43s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.65s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.05s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.44s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.93s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.94s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPluginActive (2.45s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.24s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.69s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.88s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.29s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.36s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.85s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.87s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPortList (6.03s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.55s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (1.81s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (0.89s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.43s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.17s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsByOrder (2.27s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.76s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.58s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.70s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.43s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.45s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.97s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.45s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.89s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.87s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.56s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.20s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.19s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.81s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.62s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPsShowMounts (2.46s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.03s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.48s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.39s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.89s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.91s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.44s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.00s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.00s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.41s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.23s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.99s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.95s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.36s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.72s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.38s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.38s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.74s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.10s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (1.15s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiTag (0.34s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.88s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.48s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.49s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.57s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.42s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.44s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.43s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.41s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.71s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.00s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.36s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.99s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.82s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.74s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.40s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.74s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.47s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestDockerFails (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.33s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.24s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.50s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.58s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.68s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.51s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.39s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.68s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.48s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
17:34:06 [2022-07-20T17:34:06.226Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.58s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.24s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.55s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.56s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.86s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.90s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.57s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.68s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.68s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.61s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.65s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.83s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.46s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.45s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.44s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.35s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.53s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.50s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.51s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.48s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.05s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.67s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.64s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.53s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.47s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.45s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.47s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.70s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.51s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.54s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.44s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.45s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.21s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.28s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.87s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.44s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.44s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.48s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.42s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.02s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.18s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.45s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.36s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.07s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.60s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.38s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.48s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.32s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (0.88s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.50s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.48s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.00s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.48s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.57s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.25s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.51s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.57s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.64s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.51s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.44s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.49s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.47s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.52s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.64s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.47s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.50s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.66s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.05s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.90s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.47s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.11s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.25s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.12s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.72s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.51s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.81s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.17s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.54s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.77s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.16s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.47s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.90s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.42s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.43s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.83s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.21s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.10s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.04s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (0.93s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (0.89s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunMount (3.76s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.46s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.47s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.88s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.34s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.33s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.50s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.96s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.03s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.43s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.67s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.44s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.46s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.33s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.42s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.06s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.47s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.44s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.11s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.66s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.60s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.12s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.66s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.93s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.60s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.67s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.43s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.67s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.75s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.66s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.54s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.59s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.52s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.75s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.71s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.04s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.54s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.09s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunRm (0.69s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.66s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.59s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.60s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.77s)
17:34:06 [2022-07-20T17:34:06.227Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.62s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.86s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.14s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.71s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.63s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.67s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.45s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.55s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.42s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.71s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.69s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.63s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.47s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunState (1.24s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.50s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.74s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.52s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.44s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.04s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.60s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.69s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.76s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.60s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.05s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.95s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.48s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.66s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.70s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.58s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.36s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.52s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.45s)
17:34:06 [2022-07-20T17:34:06.490Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.46s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.64s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.54s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.48s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.51s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.94s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.72s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.04s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.87s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.06s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.76s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.22s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.65s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.53s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.14s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.61s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.53s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.45s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.60s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.55s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.51s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.42s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.08s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.58s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.46s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.45s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.98s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.61s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.40s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.29s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.56s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.57s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.95s)
17:34:06 [2022-07-20T17:34:06.491Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.64s)
17:34:06 [2022-07-20T17:34:06.491Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.65s)
17:34:06 [2022-07-20T17:34:06.491Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.66s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.48s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.63s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (3.22s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.71s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.25s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.74s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.48s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.97s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.96s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.42s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.35s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.40s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.40s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.50s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.40s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.77s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.45s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.73s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.89s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.14s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.08s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.18s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.06s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.31s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.26s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.21s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.39s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.27s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.36s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.15s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.53s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.96s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.68s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.66s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.89s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.62s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.83s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.58s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.50s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.92s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.16s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.52s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.98s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.53s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.63s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.48s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.53s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.53s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.44s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.47s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.09s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.85s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.67s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.32s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.76s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.93s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.68s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.64s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.78s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.64s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.22s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.49s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.16s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.14s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.04s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.51s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.61s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.64s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.10s)
17:34:06 [2022-07-20T17:34:06.491Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.09s)
17:34:06 [2022-07-20T17:34:06.491Z] === RUN   TestDockerRegistrySuite
17:34:06 [2022-07-20T17:34:06.491Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
17:34:07 [2022-07-20T17:34:07.428Z]     check_test.go:427: [d156541632c28] daemon is not started
17:34:07 [2022-07-20T17:34:07.428Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
17:34:08 [2022-07-20T17:34:08.809Z]     check_test.go:427: [dce0bb92495a2] daemon is not started
17:34:08 [2022-07-20T17:34:08.809Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
17:34:09 [2022-07-20T17:34:09.747Z]     check_test.go:427: [d562d6795fedf] daemon is not started
17:34:09 [2022-07-20T17:34:09.747Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
17:34:10 [2022-07-20T17:34:10.007Z]     check_test.go:427: [dd7cbf3be1da0] daemon is not started
17:34:10 [2022-07-20T17:34:10.007Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
17:34:13 [2022-07-20T17:34:13.296Z]     check_test.go:427: [dc805dfd906c0] daemon is not started
17:34:13 [2022-07-20T17:34:13.296Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
17:34:17 [2022-07-20T17:34:17.486Z]     check_test.go:427: [d88259e33a6ae] daemon is not started
17:34:17 [2022-07-20T17:34:17.486Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
17:34:19 [2022-07-20T17:34:19.391Z]     check_test.go:427: [d1903b99b642a] daemon is not started
17:34:19 [2022-07-20T17:34:19.391Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
17:34:20 [2022-07-20T17:34:20.769Z]     check_test.go:427: [da86893478517] daemon is not started
17:34:20 [2022-07-20T17:34:20.769Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
17:34:21 [2022-07-20T17:34:21.338Z]     check_test.go:427: [d24eafeaa6e9b] daemon is not started
17:34:21 [2022-07-20T17:34:21.597Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
17:34:22 [2022-07-20T17:34:22.533Z]     check_test.go:427: [db6d02b6d1ec0] daemon is not started
17:34:22 [2022-07-20T17:34:22.533Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
17:34:23 [2022-07-20T17:34:23.911Z]     check_test.go:427: [debdfd19a9e53] daemon is not started
17:34:23 [2022-07-20T17:34:23.911Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
17:34:24 [2022-07-20T17:34:24.870Z]     check_test.go:427: [d5e2c4a4e7745] daemon is not started
17:34:24 [2022-07-20T17:34:24.870Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
17:34:26 [2022-07-20T17:34:26.248Z]     check_test.go:427: [db2fce3f65bc7] daemon is not started
17:34:26 [2022-07-20T17:34:26.248Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
17:34:26 [2022-07-20T17:34:26.816Z]     check_test.go:427: [d3df602206da0] daemon is not started
17:34:26 [2022-07-20T17:34:26.816Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
17:34:27 [2022-07-20T17:34:27.753Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5765ee553d6a95ab9b917af83d5180558c5ed62dda78342214389b6a2030f05a
17:34:28 [2022-07-20T17:34:28.690Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ff71c7c5bfc1faa907ef5f719620e2f175c5d0e24ee52dbc94190eb133caa928
17:34:28 [2022-07-20T17:34:28.948Z]     check_test.go:427: [d3b9f5d8a2e69] daemon is not started
17:34:28 [2022-07-20T17:34:28.948Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
17:34:29 [2022-07-20T17:34:29.886Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:35c2fd23f2eafd42432104d270cd782c3019b6e549b3270b184c380654f878a4
17:34:30 [2022-07-20T17:34:30.822Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:84c1cfcd9677b9d4cfc499c4af53b993f42e9d00ec7bed165c1f96cb8ffb8ddb
17:34:30 [2022-07-20T17:34:30.822Z]     check_test.go:427: [d5cab19f8a734] daemon is not started
17:34:30 [2022-07-20T17:34:30.822Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
17:34:32 [2022-07-20T17:34:32.199Z]     check_test.go:427: [d05601c1bc9b9] daemon is not started
17:34:32 [2022-07-20T17:34:32.199Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
17:34:34 [2022-07-20T17:34:34.105Z]     check_test.go:427: [df647d74ac35f] daemon is not started
17:34:34 [2022-07-20T17:34:34.105Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
17:34:35 [2022-07-20T17:34:35.041Z]     check_test.go:427: [d2d2358314789] daemon is not started
17:34:35 [2022-07-20T17:34:35.041Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
17:34:35 [2022-07-20T17:34:35.041Z]     check_test.go:427: [d618d9f1066ff] daemon is not started
17:34:35 [2022-07-20T17:34:35.041Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
17:34:35 [2022-07-20T17:34:35.980Z]     check_test.go:427: [d2c7eea655f64] daemon is not started
17:34:35 [2022-07-20T17:34:35.980Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
17:34:36 [2022-07-20T17:34:36.917Z]     check_test.go:427: [d26b0a9bf2459] daemon is not started
17:34:36 [2022-07-20T17:34:36.917Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
17:34:37 [2022-07-20T17:34:37.853Z]     check_test.go:427: [dbb36ef17ef6e] daemon is not started
17:34:37 [2022-07-20T17:34:37.853Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
17:34:39 [2022-07-20T17:34:39.231Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
17:34:40 [2022-07-20T17:34:40.187Z]     check_test.go:427: [dcfc541584f2d] daemon is not started
17:34:40 [2022-07-20T17:34:40.447Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
17:34:40 [2022-07-20T17:34:40.706Z]     check_test.go:427: [d0e7badf514bc] daemon is not started
17:34:40 [2022-07-20T17:34:40.706Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
17:34:42 [2022-07-20T17:34:42.611Z]     check_test.go:427: [da3ccdfaf15ef] daemon is not started
17:34:42 [2022-07-20T17:34:42.611Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
17:34:42 [2022-07-20T17:34:42.611Z]     check_test.go:427: [d7dc3de055bf1] daemon is not started
17:34:42 [2022-07-20T17:34:42.611Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
17:34:42 [2022-07-20T17:34:42.870Z]     check_test.go:427: [d543e895f4301] daemon is not started
17:34:42 [2022-07-20T17:34:42.870Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
17:34:43 [2022-07-20T17:34:43.130Z]     check_test.go:427: [d8f5ebeee2f6c] daemon is not started
17:34:43 [2022-07-20T17:34:43.130Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
17:34:43 [2022-07-20T17:34:43.388Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
17:34:43 [2022-07-20T17:34:43.388Z]     check_test.go:427: [df8577d2c7b3e] daemon is not started
17:34:43 [2022-07-20T17:34:43.388Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
17:34:43 [2022-07-20T17:34:43.647Z]     check_test.go:427: [d96364016a022] daemon is not started
17:34:43 [2022-07-20T17:34:43.647Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
17:34:43 [2022-07-20T17:34:43.906Z]     check_test.go:427: [d9a25e88fc729] daemon is not started
17:34:43 [2022-07-20T17:34:43.906Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
17:34:45 [2022-07-20T17:34:45.287Z]     check_test.go:427: [dffc4b68c79a2] daemon is not started
17:34:45 [2022-07-20T17:34:45.287Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
17:34:47 [2022-07-20T17:34:47.196Z]     check_test.go:427: [d63db08f7c81e] daemon is not started
17:34:47 [2022-07-20T17:34:47.196Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
17:34:48 [2022-07-20T17:34:48.575Z]     check_test.go:427: [dc075f4eb0cdc] daemon is not started
17:34:48 [2022-07-20T17:34:48.576Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
17:34:49 [2022-07-20T17:34:49.954Z]     check_test.go:427: [ddfaa398032cb] daemon is not started
17:34:49 [2022-07-20T17:34:49.954Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
17:34:50 [2022-07-20T17:34:50.521Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
17:34:50 [2022-07-20T17:34:50.780Z] === RUN   TestDockerRegistrySuite/TestV2Only
17:34:51 [2022-07-20T17:34:51.348Z] --- PASS: TestDockerRegistrySuite (45.16s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.25s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.03s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.32s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.70s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.12s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.67s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.08s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.88s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.00s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.18s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.08s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.22s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.13s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.89s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.98s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.08s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.98s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.15s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.97s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.86s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.87s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.49s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.50s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.47s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.42s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.32s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.28s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.09s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.10s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.35s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.99s)
17:34:51 [2022-07-20T17:34:51.348Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s)
17:34:51 [2022-07-20T17:34:51.348Z] === RUN   TestDockerSchema1RegistrySuite
17:34:51 [2022-07-20T17:34:51.348Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
17:34:51 [2022-07-20T17:34:51.607Z]     check_test.go:454: [def6dca970fec] daemon is not started
17:34:51 [2022-07-20T17:34:51.607Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
17:34:55 [2022-07-20T17:34:55.800Z]     check_test.go:454: [da583f18a8f45] daemon is not started
17:34:55 [2022-07-20T17:34:55.800Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
17:34:57 [2022-07-20T17:34:57.180Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
17:34:59 [2022-07-20T17:34:59.718Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
17:35:01 [2022-07-20T17:35:01.097Z]     check_test.go:454: [d513106f525d9] daemon is not started
17:35:01 [2022-07-20T17:35:01.097Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
17:35:02 [2022-07-20T17:35:02.474Z]     check_test.go:454: [db3f4864453ac] daemon is not started
17:35:02 [2022-07-20T17:35:02.474Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
17:35:02 [2022-07-20T17:35:02.474Z]     check_test.go:454: [d1cc605cfc0a0] daemon is not started
17:35:02 [2022-07-20T17:35:02.474Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
17:35:03 [2022-07-20T17:35:03.854Z]     check_test.go:454: [da52215b0dde3] daemon is not started
17:35:03 [2022-07-20T17:35:03.854Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
17:35:04 [2022-07-20T17:35:04.113Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
17:35:05 [2022-07-20T17:35:05.050Z]     check_test.go:454: [d6841735f2dae] daemon is not started
17:35:05 [2022-07-20T17:35:05.050Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
17:35:06 [2022-07-20T17:35:06.428Z]     check_test.go:454: [d6a2dc6f5c4dc] daemon is not started
17:35:06 [2022-07-20T17:35:06.428Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
17:35:08 [2022-07-20T17:35:08.966Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
17:35:08 [2022-07-20T17:35:08.966Z]     check_test.go:454: [d00d9b35b7858] daemon is not started
17:35:08 [2022-07-20T17:35:08.966Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
17:35:09 [2022-07-20T17:35:09.224Z]     check_test.go:454: [d4de2ad1e9a16] daemon is not started
17:35:09 [2022-07-20T17:35:09.224Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
17:35:09 [2022-07-20T17:35:09.792Z]     check_test.go:454: [dc9b7651a580e] daemon is not started
17:35:09 [2022-07-20T17:35:09.792Z] --- PASS: TestDockerSchema1RegistrySuite (18.26s)
17:35:09 [2022-07-20T17:35:09.792Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s)
17:35:09 [2022-07-20T17:35:09.792Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.69s)
17:35:09 [2022-07-20T17:35:09.792Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.94s)
17:35:09 [2022-07-20T17:35:09.792Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.23s)
17:35:09 [2022-07-20T17:35:09.792Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
17:35:09 [2022-07-20T17:35:09.792Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.27s)
17:35:09 [2022-07-20T17:35:09.792Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.22s)
17:35:09 [2022-07-20T17:35:09.792Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.10s)
17:35:09 [2022-07-20T17:35:09.792Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.60s)
17:35:09 [2022-07-20T17:35:09.792Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.53s)
17:35:09 [2022-07-20T17:35:09.792Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s)
17:35:09 [2022-07-20T17:35:09.792Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
17:35:09 [2022-07-20T17:35:09.792Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
17:35:10 [2022-07-20T17:35:10.730Z]     check_test.go:483: [dc0af072ffd3d] daemon is not started
17:35:10 [2022-07-20T17:35:10.730Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
17:35:11 [2022-07-20T17:35:11.299Z]     check_test.go:483: [dacf2a373aca9] daemon is not started
17:35:11 [2022-07-20T17:35:11.299Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
17:35:11 [2022-07-20T17:35:11.299Z]     check_test.go:483: [da7ff3ccb97eb] daemon is not started
17:35:11 [2022-07-20T17:35:11.299Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
17:35:12 [2022-07-20T17:35:12.677Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
17:35:12 [2022-07-20T17:35:12.677Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
17:35:12 [2022-07-20T17:35:12.677Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
17:35:12 [2022-07-20T17:35:12.677Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
17:35:13 [2022-07-20T17:35:13.246Z]     check_test.go:483: [dae9697dd2307] daemon is not started
17:35:13 [2022-07-20T17:35:13.246Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
17:35:14 [2022-07-20T17:35:14.185Z]     check_test.go:483: [d2800977625e7] daemon is not started
17:35:14 [2022-07-20T17:35:14.185Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
17:35:15 [2022-07-20T17:35:15.134Z]     check_test.go:483: [d1bf7bd1b7583] daemon is not started
17:35:15 [2022-07-20T17:35:15.134Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
17:35:15 [2022-07-20T17:35:15.134Z]     check_test.go:483: [d8a9a373e8fee] daemon is not started
17:35:15 [2022-07-20T17:35:15.134Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.47s)
17:35:15 [2022-07-20T17:35:15.134Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.94s)
17:35:15 [2022-07-20T17:35:15.134Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.58s)
17:35:15 [2022-07-20T17:35:15.134Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
17:35:15 [2022-07-20T17:35:15.134Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.38s)
17:35:15 [2022-07-20T17:35:15.134Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.56s)
17:35:15 [2022-07-20T17:35:15.134Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.65s)
17:35:15 [2022-07-20T17:35:15.134Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (1.05s)
17:35:15 [2022-07-20T17:35:15.134Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
17:35:15 [2022-07-20T17:35:15.134Z] === RUN   TestDockerRegistryAuthTokenSuite
17:35:15 [2022-07-20T17:35:15.134Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
17:35:17 [2022-07-20T17:35:17.669Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
17:35:18 [2022-07-20T17:35:18.606Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
17:35:19 [2022-07-20T17:35:19.176Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
17:35:20 [2022-07-20T17:35:20.556Z]     check_test.go:510: [d691f98c68410] daemon is not started
17:35:20 [2022-07-20T17:35:20.556Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
17:35:20 [2022-07-20T17:35:20.556Z]     check_test.go:510: [d029bc986131c] daemon is not started
17:35:20 [2022-07-20T17:35:20.556Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
17:35:20 [2022-07-20T17:35:20.556Z]     check_test.go:510: [d264aca3b602d] daemon is not started
17:35:20 [2022-07-20T17:35:20.556Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
17:35:20 [2022-07-20T17:35:20.816Z]     check_test.go:510: [d3a179c9cd83c] daemon is not started
17:35:20 [2022-07-20T17:35:20.816Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
17:35:21 [2022-07-20T17:35:21.074Z]     check_test.go:510: [d91fb31bde7c9] daemon is not started
17:35:21 [2022-07-20T17:35:21.074Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.86s)
17:35:21 [2022-07-20T17:35:21.074Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s)
17:35:21 [2022-07-20T17:35:21.074Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.17s)
17:35:21 [2022-07-20T17:35:21.074Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.18s)
17:35:21 [2022-07-20T17:35:21.074Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.18s)
17:35:21 [2022-07-20T17:35:21.074Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.18s)
17:35:21 [2022-07-20T17:35:21.074Z] === RUN   TestDockerNetworkSuite
17:35:21 [2022-07-20T17:35:21.074Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
17:35:21 [2022-07-20T17:35:21.642Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
17:35:22 [2022-07-20T17:35:22.579Z]     docker_cli_network_unix_test.go:46: [dd271d685b399] daemon is not started
17:35:22 [2022-07-20T17:35:22.579Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
17:35:23 [2022-07-20T17:35:23.148Z]     docker_cli_network_unix_test.go:46: [dcd50883a6cb5] daemon is not started
17:35:23 [2022-07-20T17:35:23.407Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
17:35:25 [2022-07-20T17:35:25.942Z]     docker_cli_network_unix_test.go:46: [d58405b7efb1e] daemon is not started
17:35:26 [2022-07-20T17:35:26.510Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
17:35:27 [2022-07-20T17:35:27.887Z]     docker_cli_network_unix_test.go:46: [db52be0e881ff] daemon is not started
17:35:27 [2022-07-20T17:35:27.887Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
17:35:28 [2022-07-20T17:35:28.146Z]     docker_cli_network_unix_test.go:1233: [da70d7490e70c] daemon is not started
17:35:30 [2022-07-20T17:35:30.678Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
17:35:31 [2022-07-20T17:35:31.631Z]     docker_cli_network_unix_test.go:46: [d950b7310ce23] daemon is not started
17:35:31 [2022-07-20T17:35:31.893Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
17:35:37 [2022-07-20T17:35:37.167Z]     docker_cli_network_unix_test.go:46: [d5f14a5e3bc58] daemon is not started
17:35:37 [2022-07-20T17:35:37.167Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
17:35:39 [2022-07-20T17:35:39.071Z]     docker_cli_network_unix_test.go:46: [d77bdaf8553f6] daemon is not started
17:35:39 [2022-07-20T17:35:39.639Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
17:35:40 [2022-07-20T17:35:40.576Z]     docker_cli_network_unix_test.go:46: [d990f5c22b801] daemon is not started
17:35:40 [2022-07-20T17:35:40.577Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
17:35:41 [2022-07-20T17:35:41.144Z]     docker_cli_network_unix_test.go:46: [dd0625f4c7bdb] daemon is not started
17:35:41 [2022-07-20T17:35:41.144Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
17:35:41 [2022-07-20T17:35:41.404Z]     docker_cli_network_unix_test.go:46: [d49f59d6c2fc3] daemon is not started
17:35:41 [2022-07-20T17:35:41.663Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
17:35:42 [2022-07-20T17:35:42.230Z]     docker_cli_network_unix_test.go:46: [d54ee77b1b9b8] daemon is not started
17:35:42 [2022-07-20T17:35:42.489Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
17:35:43 [2022-07-20T17:35:43.057Z]     docker_cli_network_unix_test.go:46: [d181a8e186df0] daemon is not started
17:35:43 [2022-07-20T17:35:43.315Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
17:35:43 [2022-07-20T17:35:43.574Z]     docker_cli_network_unix_test.go:46: [d697b7fb07846] daemon is not started
17:35:43 [2022-07-20T17:35:43.574Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
17:35:43 [2022-07-20T17:35:43.833Z]     docker_cli_network_unix_test.go:46: [d11d7dd324de5] daemon is not started
17:35:43 [2022-07-20T17:35:43.833Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
17:35:44 [2022-07-20T17:35:44.401Z]     docker_cli_network_unix_test.go:46: [dd8b3ed26f38e] daemon is not started
17:35:44 [2022-07-20T17:35:44.660Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
17:35:44 [2022-07-20T17:35:44.660Z]     docker_cli_network_unix_test.go:46: [dd761a6680855] daemon is not started
17:35:44 [2022-07-20T17:35:44.660Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
17:35:44 [2022-07-20T17:35:44.660Z]     docker_cli_network_unix_test.go:46: [ddcb3b8f8bd36] daemon is not started
17:35:44 [2022-07-20T17:35:44.660Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
17:35:44 [2022-07-20T17:35:44.918Z]     docker_cli_network_unix_test.go:46: [d3430ef1a6b1b] daemon is not started
17:35:44 [2022-07-20T17:35:44.918Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
17:35:45 [2022-07-20T17:35:45.854Z]     docker_cli_network_unix_test.go:46: [dd7b83e0bd05c] daemon is not started
17:35:45 [2022-07-20T17:35:45.854Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
17:35:46 [2022-07-20T17:35:46.421Z]     docker_cli_network_unix_test.go:46: [d7741d6fb55da] daemon is not started
17:35:46 [2022-07-20T17:35:46.680Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
17:35:46 [2022-07-20T17:35:46.680Z]     docker_cli_network_unix_test.go:46: [d0b59e49f9cd1] daemon is not started
17:35:46 [2022-07-20T17:35:46.680Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
17:35:46 [2022-07-20T17:35:46.940Z]     docker_cli_network_unix_test.go:46: [d724b77a02810] daemon is not started
17:35:46 [2022-07-20T17:35:46.940Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
17:35:47 [2022-07-20T17:35:47.199Z]     docker_cli_network_unix_test.go:46: [d57e98064879a] daemon is not started
17:35:47 [2022-07-20T17:35:47.199Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
17:35:48 [2022-07-20T17:35:48.141Z]     docker_cli_network_unix_test.go:968: [da7ae939df1a6] daemon is not started
17:35:49 [2022-07-20T17:35:49.536Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
17:35:50 [2022-07-20T17:35:50.472Z]     docker_cli_network_unix_test.go:46: [dd209aa7e6eea] daemon is not started
17:35:50 [2022-07-20T17:35:50.472Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
17:35:53 [2022-07-20T17:35:53.006Z]     docker_cli_network_unix_test.go:1116: [d7dd5fd57da2c] daemon is not started
17:35:57 [2022-07-20T17:35:57.200Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
17:35:57 [2022-07-20T17:35:57.200Z]     docker_cli_network_unix_test.go:46: [da48f2df9ee6d] daemon is not started
17:35:57 [2022-07-20T17:35:57.200Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
17:35:57 [2022-07-20T17:35:57.460Z]     docker_cli_network_unix_test.go:46: [d32a5eb427f69] daemon is not started
17:35:57 [2022-07-20T17:35:57.460Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
17:35:57 [2022-07-20T17:35:57.719Z]     docker_cli_network_unix_test.go:46: [ddb201faca981] daemon is not started
17:35:57 [2022-07-20T17:35:57.719Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
17:35:57 [2022-07-20T17:35:57.719Z]     docker_cli_network_unix_test.go:46: [d97dc414254ad] daemon is not started
17:35:57 [2022-07-20T17:35:57.719Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
17:35:57 [2022-07-20T17:35:57.978Z]     docker_cli_network_unix_test.go:46: [d1cba95a67ac5] daemon is not started
17:35:57 [2022-07-20T17:35:57.978Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
17:35:57 [2022-07-20T17:35:57.978Z]     docker_cli_network_unix_test.go:46: [dd7350de2682c] daemon is not started
17:35:57 [2022-07-20T17:35:57.978Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
17:35:57 [2022-07-20T17:35:57.978Z]     docker_cli_network_unix_test.go:46: [dc7bf5e8fbcd7] daemon is not started
17:35:57 [2022-07-20T17:35:57.978Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
17:35:59 [2022-07-20T17:35:59.882Z]     docker_cli_network_unix_test.go:46: [d513dd977095c] daemon is not started
17:36:00 [2022-07-20T17:36:00.450Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
17:36:00 [2022-07-20T17:36:00.450Z]     docker_cli_network_unix_test.go:46: [da2b62ddbba19] daemon is not started
17:36:00 [2022-07-20T17:36:00.450Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
17:36:00 [2022-07-20T17:36:00.709Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
17:36:00 [2022-07-20T17:36:00.709Z]     docker_cli_network_unix_test.go:46: [d45c3461028ba] daemon is not started
17:36:00 [2022-07-20T17:36:00.709Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
17:36:01 [2022-07-20T17:36:01.277Z]     docker_cli_network_unix_test.go:46: [d2a945cec32c8] daemon is not started
17:36:01 [2022-07-20T17:36:01.277Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
17:36:05 [2022-07-20T17:36:05.468Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
17:36:06 [2022-07-20T17:36:06.405Z]     docker_cli_network_unix_test.go:1084: [d64d008c7c78b] daemon is not started
17:36:08 [2022-07-20T17:36:08.318Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
17:36:08 [2022-07-20T17:36:08.318Z]     docker_cli_network_unix_test.go:46: [d40415b3debb6] daemon is not started
17:36:08 [2022-07-20T17:36:08.318Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
17:36:08 [2022-07-20T17:36:08.577Z]     docker_cli_network_unix_test.go:46: [d281257e86163] daemon is not started
17:36:08 [2022-07-20T17:36:08.837Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
17:36:10 [2022-07-20T17:36:10.214Z]     docker_cli_network_unix_test.go:46: [da33b734d4ab4] daemon is not started
17:36:10 [2022-07-20T17:36:10.214Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
17:36:10 [2022-07-20T17:36:10.472Z]     docker_cli_network_unix_test.go:46: [de73e5c25cdb6] daemon is not started
17:36:10 [2022-07-20T17:36:10.472Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
17:36:10 [2022-07-20T17:36:10.731Z]     docker_cli_network_unix_test.go:46: [dce366b4f2221] daemon is not started
17:36:10 [2022-07-20T17:36:10.990Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
17:36:11 [2022-07-20T17:36:11.556Z]     docker_cli_network_unix_test.go:46: [d4879b7c8c38e] daemon is not started
17:36:11 [2022-07-20T17:36:11.556Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
17:36:12 [2022-07-20T17:36:12.125Z]     docker_cli_network_unix_test.go:46: [d0fdd0ea58966] daemon is not started
17:36:12 [2022-07-20T17:36:12.384Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
17:36:15 [2022-07-20T17:36:15.668Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
17:36:18 [2022-07-20T17:36:18.205Z]     docker_cli_swarm_test.go:1180: [d33f353094ccb] joining swarm manager [d33c2703ce687]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:36:20 [2022-07-20T17:36:20.739Z]     docker_cli_network_unix_test.go:46: [d50946812177f] daemon is not started
17:36:20 [2022-07-20T17:36:20.739Z] --- PASS: TestDockerNetworkSuite (59.72s)
17:36:20 [2022-07-20T17:36:20.739Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.54s)
17:36:20 [2022-07-20T17:36:20.739Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.88s)
17:36:20 [2022-07-20T17:36:20.739Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.07s)
17:36:20 [2022-07-20T17:36:20.739Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.47s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.52s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.46s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.21s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.33s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.15s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.54s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.36s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.88s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.90s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.74s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.75s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.00s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.29s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.17s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.95s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.16s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.47s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.79s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.51s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.08s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.81s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.53s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.46s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.91s)
17:36:20 [2022-07-20T17:36:20.740Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (8.34s)
17:36:20 [2022-07-20T17:36:20.740Z] === RUN   TestDockerHubPullSuite
17:36:20 [2022-07-20T17:36:20.740Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
17:36:22 [2022-07-20T17:36:22.642Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
17:36:24 [2022-07-20T17:36:24.544Z]     docker_cli_swarm_test.go:1189: [d4c4c566b3d98] joining swarm manager [d33c2703ce687]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:36:25 [2022-07-20T17:36:25.480Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
17:36:26 [2022-07-20T17:36:26.437Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
17:36:28 [2022-07-20T17:36:28.339Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
17:36:28 [2022-07-20T17:36:28.597Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
17:36:29 [2022-07-20T17:36:29.165Z] --- PASS: TestDockerHubPullSuite (8.30s)
17:36:29 [2022-07-20T17:36:29.165Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.95s)
17:36:29 [2022-07-20T17:36:29.165Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.57s)
17:36:29 [2022-07-20T17:36:29.165Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (1.06s)
17:36:29 [2022-07-20T17:36:29.165Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.84s)
17:36:29 [2022-07-20T17:36:29.165Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.51s)
17:36:29 [2022-07-20T17:36:29.165Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.36s)
17:36:29 [2022-07-20T17:36:29.165Z] PASS
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === Skipped
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_create_test.go:83: unmatched requirement Devicemapper
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_inspect_test.go:195: unmatched requirement Devicemapper
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_inspect_test.go:177: unmatched requirement Devicemapper
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.03s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.03s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_sni_test.go:30: Flakey test
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
17:36:29 [2022-07-20T17:36:29.165Z]     docker_cli_network_unix_test.go:46: [d45c3461028ba] daemon is not started
17:36:29 [2022-07-20T17:36:29.165Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] DONE 1265 tests, 51 skipped in 1473.688s
17:36:29 [2022-07-20T17:36:29.165Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:36:29 [2022-07-20T17:36:29.165Z] ++++ cat bundles/test-integration/docker.pid
17:36:29 [2022-07-20T17:36:29.165Z] +++ kill 9353
17:36:29 [2022-07-20T17:36:29.165Z] +++ /etc/init.d/apparmor stop
17:36:29 [2022-07-20T17:36:29.165Z] Leaving: AppArmorNo profiles have been unloaded.
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] Unloading profiles will leave already running processes permanently
17:36:29 [2022-07-20T17:36:29.165Z] unconfined, which can lead to unexpected situations.
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.165Z] To set a process to complain mode, use the command line tool
17:36:29 [2022-07-20T17:36:29.165Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:36:29 [2022-07-20T17:36:29.165Z] +++ true
17:36:29 [2022-07-20T17:36:29.165Z] exiting test-integration
17:36:29 [2022-07-20T17:36:29.165Z] ++ exit 0
17:36:29 [2022-07-20T17:36:29.165Z] 
17:36:29 [2022-07-20T17:36:29.424Z] + for job in $(jobs -p)
17:36:29 [2022-07-20T17:36:29.424Z] + wait 8747
17:37:01 [2022-07-20T17:37:01.500Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
17:37:09 [2022-07-20T17:37:09.612Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
17:37:13 [2022-07-20T17:37:13.799Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
17:37:15 [2022-07-20T17:37:15.182Z]     docker_cli_swarm_test.go:1112: [d389d0d1280e7] joining swarm manager [dabb46212cad0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:37:16 [2022-07-20T17:37:16.117Z]     docker_cli_swarm_test.go:1113: [d3c9405f06043] joining swarm manager [dabb46212cad0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:38:52 [2022-07-20T17:38:52.554Z]     docker_cli_swarm_test.go:1166: [d419617b0deff] joining swarm manager [dabb46212cad0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
17:39:10 [2022-07-20T17:39:10.640Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
17:39:12 [2022-07-20T17:39:12.571Z]     docker_cli_swarm_test.go:1447: [d855a34675363] joining swarm manager [d78e36d1c9c0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:39:13 [2022-07-20T17:39:13.511Z]     docker_cli_swarm_test.go:1448: [dda4c2b96f2bd] joining swarm manager [d78e36d1c9c0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:39:25 [2022-07-20T17:39:25.714Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
17:39:25 [2022-07-20T17:39:25.714Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
17:39:25 [2022-07-20T17:39:25.714Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
17:39:25 [2022-07-20T17:39:25.714Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
17:39:25 [2022-07-20T17:39:25.714Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
17:39:26 [2022-07-20T17:39:26.282Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
17:39:28 [2022-07-20T17:39:28.815Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
17:39:32 [2022-07-20T17:39:32.102Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
17:39:34 [2022-07-20T17:39:34.005Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
17:39:35 [2022-07-20T17:39:35.908Z]     docker_cli_swarm_unix_test.go:63: [dee2514933559] joining swarm manager [d9bd007bd9738]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:40:32 [2022-07-20T17:40:32.145Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
17:40:32 [2022-07-20T17:40:32.145Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
17:40:32 [2022-07-20T17:40:32.145Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
17:40:34 [2022-07-20T17:40:34.048Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
17:40:37 [2022-07-20T17:40:37.335Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
17:40:39 [2022-07-20T17:40:39.868Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
17:40:41 [2022-07-20T17:40:41.771Z]     docker_api_swarm_test.go:962: [daf5be7eac83e] joining swarm manager [df19f9f22d544]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:40:59 [2022-07-20T17:40:59.861Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
17:41:12 [2022-07-20T17:41:12.072Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
17:41:13 [2022-07-20T17:41:13.447Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
17:41:15 [2022-07-20T17:41:15.985Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
17:41:18 [2022-07-20T17:41:18.519Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
17:41:25 [2022-07-20T17:41:25.084Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
17:41:30 [2022-07-20T17:41:30.364Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
17:41:32 [2022-07-20T17:41:32.268Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
17:41:34 [2022-07-20T17:41:34.802Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
17:41:37 [2022-07-20T17:41:37.341Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
17:41:39 [2022-07-20T17:41:39.875Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
17:41:43 [2022-07-20T17:41:43.164Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
17:41:45 [2022-07-20T17:41:45.085Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
17:42:42 [2022-07-20T17:42:42.857Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
17:42:55 [2022-07-20T17:42:55.070Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
17:43:13 [2022-07-20T17:43:13.157Z] --- PASS: TestDockerSwarmSuite (1539.23s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.18s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.05s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.35s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.43s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.97s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (25.38s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.03s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.96s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.53s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.95s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.77s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.92s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.87s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.47s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (46.34s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.68s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.77s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.57s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.92s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (65.60s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (62.41s)
17:43:13 [2022-07-20T17:43:13.157Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.65s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.77s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.92s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.14s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.52s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.65s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.32s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.67s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.63s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.40s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.82s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.98s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.64s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.03s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.21s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.47s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.97s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.15s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.87s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.61s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.58s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.18s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.52s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.41s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.01s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.93s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.16s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.72s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.59s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.03s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.25s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.56s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.29s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.11s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.28s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.50s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.97s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.69s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.04s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.10s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.30s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.23s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (2.98s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.69s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.66s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.78s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.67s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.70s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.91s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.18s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.33s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.45s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.33s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.75s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (64.75s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.09s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.06s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.78s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.20s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.87s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.41s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.19s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.89s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.77s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.34s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.05s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (44.68s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.95s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (3.86s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (117.61s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.26s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.27s)
17:43:13 [2022-07-20T17:43:13.158Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s)
17:43:13 [2022-07-20T17:43:13.158Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s)
17:43:13 [2022-07-20T17:43:13.158Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
17:43:13 [2022-07-20T17:43:13.158Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.12s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.21s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.24s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.29s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.52s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.18s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.13s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.21s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.05s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.49s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.07s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.35s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.37s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.36s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.47s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.88s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.57s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.46s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.46s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.69s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.56s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.02s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.25s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.84s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.18s)
17:43:13 [2022-07-20T17:43:13.158Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.17s)
17:43:13 [2022-07-20T17:43:13.158Z] === RUN   TestDockerExternalVolumeSuite
17:43:13 [2022-07-20T17:43:13.158Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
17:43:13 [2022-07-20T17:43:13.158Z]     docker_cli_external_volume_driver_test.go:53: [d6c93f07dd9b1] daemon is not started
17:43:28 [2022-07-20T17:43:28.035Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
17:44:35 [2022-07-20T17:44:35.722Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
17:44:43 [2022-07-20T17:44:43.838Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
17:44:58 [2022-07-20T17:44:58.715Z]     docker_cli_external_volume_driver_test.go:53: [d4c6fe6b22872] daemon is not started
17:45:13 [2022-07-20T17:45:13.593Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
17:45:31 [2022-07-20T17:45:31.674Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
17:45:46 [2022-07-20T17:45:46.550Z]     docker_cli_external_volume_driver_test.go:53: [d3e4cdb6156dc] daemon is not started
17:46:01 [2022-07-20T17:46:01.426Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
17:46:01 [2022-07-20T17:46:01.426Z]     docker_cli_external_volume_driver_test.go:53: [d68bb8bd9472d] daemon is not started
17:46:16 [2022-07-20T17:46:16.303Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
17:46:48 [2022-07-20T17:46:48.377Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
17:47:03 [2022-07-20T17:47:03.251Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
17:47:18 [2022-07-20T17:47:18.126Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
17:48:04 [2022-07-20T17:48:04.804Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
17:48:22 [2022-07-20T17:48:22.887Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
17:48:54 [2022-07-20T17:48:54.962Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
17:49:27 [2022-07-20T17:49:27.040Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
17:49:41 [2022-07-20T17:49:41.916Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
17:50:00 [2022-07-20T17:50:00.012Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
17:50:00 [2022-07-20T17:50:00.012Z]     docker_cli_external_volume_driver_test.go:485: [d6ed642d3c51e] daemon is not started
17:50:14 [2022-07-20T17:50:14.889Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
17:50:14 [2022-07-20T17:50:14.889Z]     docker_cli_external_volume_driver_test.go:53: [df303f5ddbb8b] daemon is not started
17:50:29 [2022-07-20T17:50:29.766Z] --- PASS: TestDockerExternalVolumeSuite (437.11s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.60s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.20s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.19s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.15s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.28s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.29s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.62s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.04s)
17:50:29 [2022-07-20T17:50:29.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
17:50:29 [2022-07-20T17:50:29.766Z] PASS
17:50:29 [2022-07-20T17:50:29.766Z] 
17:50:29 [2022-07-20T17:50:29.766Z] === Skipped
17:50:29 [2022-07-20T17:50:29.766Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
17:50:29 [2022-07-20T17:50:29.766Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
17:50:29 [2022-07-20T17:50:29.766Z]     check_test.go:540: [d6565d9a19f2e] daemon is not started
17:50:29 [2022-07-20T17:50:29.766Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
17:50:29 [2022-07-20T17:50:29.766Z] 
17:50:29 [2022-07-20T17:50:29.766Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
17:50:29 [2022-07-20T17:50:29.766Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
17:50:29 [2022-07-20T17:50:29.766Z]     check_test.go:540: [dbd2d781d048c] daemon is not started
17:50:29 [2022-07-20T17:50:29.766Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
17:50:29 [2022-07-20T17:50:29.766Z] 
17:50:29 [2022-07-20T17:50:29.766Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
17:50:29 [2022-07-20T17:50:29.766Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
17:50:29 [2022-07-20T17:50:29.766Z]     check_test.go:540: [d32d1067c01fa] daemon is not started
17:50:29 [2022-07-20T17:50:29.766Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
17:50:29 [2022-07-20T17:50:29.766Z] 
17:50:29 [2022-07-20T17:50:29.766Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
17:50:29 [2022-07-20T17:50:29.766Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
17:50:29 [2022-07-20T17:50:29.766Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
17:50:29 [2022-07-20T17:50:29.766Z] 
17:50:29 [2022-07-20T17:50:29.766Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
17:50:29 [2022-07-20T17:50:29.766Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
17:50:29 [2022-07-20T17:50:29.766Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
17:50:29 [2022-07-20T17:50:29.766Z] 
17:50:29 [2022-07-20T17:50:29.766Z] DONE 269 tests, 5 skipped in 2312.993s
17:50:29 [2022-07-20T17:50:29.766Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:50:29 [2022-07-20T17:50:29.766Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc22dc2813638/docker.pid
17:50:29 [2022-07-20T17:50:29.766Z] +++ kill 6976
17:50:29 [2022-07-20T17:50:29.766Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6976 is not a child of this shell
17:50:29 [2022-07-20T17:50:29.766Z] warning: PID 6976 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc22dc2813638/docker.pid had a nonzero exit code
17:50:29 [2022-07-20T17:50:29.766Z] ++++ cat bundles/test-integration/docker.pid
17:50:29 [2022-07-20T17:50:29.766Z] +++ kill 9346
17:50:29 [2022-07-20T17:50:29.766Z] +++ /etc/init.d/apparmor stop
17:50:29 [2022-07-20T17:50:29.766Z] Leaving: AppArmorNo profiles have been unloaded.
17:50:29 [2022-07-20T17:50:29.766Z] 
17:50:29 [2022-07-20T17:50:29.766Z] Unloading profiles will leave already running processes permanently
17:50:29 [2022-07-20T17:50:29.766Z] unconfined, which can lead to unexpected situations.
17:50:29 [2022-07-20T17:50:29.766Z] 
17:50:29 [2022-07-20T17:50:29.766Z] To set a process to complain mode, use the command line tool
17:50:29 [2022-07-20T17:50:29.766Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:50:29 [2022-07-20T17:50:29.766Z] +++ true
17:50:29 [2022-07-20T17:50:29.766Z] exiting test-integration
17:50:29 [2022-07-20T17:50:29.766Z] ++ exit 0
17:50:29 [2022-07-20T17:50:29.766Z] 
17:50:29 [2022-07-20T17:50:29.766Z] + exit 0
17:50:29 [2022-07-20T17:50:29.766Z] ++ jobs -p
17:50:29 [2022-07-20T17:50:29.766Z] + pids=
17:50:29 [2022-07-20T17:50:29.766Z] + echo 'Remaining pids to kill: []'
17:50:29 [2022-07-20T17:50:29.766Z] Remaining pids to kill: []
17:50:29 [2022-07-20T17:50:29.766Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
17:50:29 [2022-07-20T17:50:29.780Z] Recording test results
17:50:31 [2022-07-20T17:50:31.623Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:50:31 [2022-07-20T17:50:31.951Z] + echo Ensuring container killed.
17:50:31 [2022-07-20T17:50:31.951Z] Ensuring container killed.
17:50:31 [2022-07-20T17:50:31.951Z] + docker ps -aq -f name=docker-pr4-*
17:50:31 [2022-07-20T17:50:31.951Z] + cids=1cb8ac1dd199
17:50:31 [2022-07-20T17:50:31.951Z] c48828c9f573
17:50:31 [2022-07-20T17:50:31.951Z] d292610afaaa
17:50:31 [2022-07-20T17:50:31.951Z] + [ -n 1cb8ac1dd199
17:50:31 [2022-07-20T17:50:31.951Z] c48828c9f573
17:50:31 [2022-07-20T17:50:31.951Z] d292610afaaa ]
17:50:31 [2022-07-20T17:50:31.951Z] + docker rm -vf 1cb8ac1dd199 c48828c9f573 d292610afaaa
17:50:32 [2022-07-20T17:50:32.219Z] 1cb8ac1dd199
17:50:32 [2022-07-20T17:50:32.479Z] c48828c9f573
17:50:32 [2022-07-20T17:50:32.743Z] d292610afaaa
[Pipeline] sh
17:50:33 [2022-07-20T17:50:33.041Z] + echo Chowning /workspace to jenkins user
17:50:33 [2022-07-20T17:50:33.041Z] Chowning /workspace to jenkins user
17:50:33 [2022-07-20T17:50:33.041Z] + id -u
17:50:33 [2022-07-20T17:50:33.041Z] + id -g
17:50:33 [2022-07-20T17:50:33.041Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43838:/workspace busybox chown -R 1000:1000 /workspace
17:50:33 [2022-07-20T17:50:33.041Z] Unable to find image 'busybox:latest' locally
17:50:33 [2022-07-20T17:50:33.041Z] latest: Pulling from library/busybox
17:50:33 [2022-07-20T17:50:33.299Z] 19d511225f94: Pulling fs layer
17:50:33 [2022-07-20T17:50:33.299Z] 19d511225f94: Verifying Checksum
17:50:33 [2022-07-20T17:50:33.299Z] 19d511225f94: Download complete
17:50:33 [2022-07-20T17:50:33.299Z] 19d511225f94: Pull complete
17:50:33 [2022-07-20T17:50:33.299Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
17:50:33 [2022-07-20T17:50:33.299Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:50:36 [2022-07-20T17:50:36.142Z] + bundleName=amd64
17:50:36 [2022-07-20T17:50:36.142Z] + echo Creating amd64-bundles.tar.gz
17:50:36 [2022-07-20T17:50:36.142Z] Creating amd64-bundles.tar.gz
17:50:36 [2022-07-20T17:50:36.142Z] + xargs tar -czf amd64-bundles.tar.gz
17:50:36 [2022-07-20T17:50:36.142Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
17:50:37 [2022-07-20T17:50:37.537Z] Archiving artifacts
17:50:39 [2022-07-20T17:50:39.331Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43838/4/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:50:39 [2022-07-20T17:50:39.638Z] + make clean
17:50:39 [2022-07-20T17:50:39.901Z] docker volume rm -f docker-dev-cache docker-mod-cache
17:50:39 [2022-07-20T17:50:39.901Z] docker-dev-cache
17:50:39 [2022-07-20T17:50:39.901Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS