Skip to content
Success

Console Output

Pull request #45220 opened
09:16:25 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from f3946c14fef1991cfbb86b2a480136707328b08b+219f21bf07502b447095649b5a2764661737f164 (bdaf594006ff4fb54e64245482b529b6c919043d)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-45220@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
09:16:27 [2023-03-28T09:16:27.576Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
09:16:27 [2023-03-28T09:16:27.581Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
09:16:42 [2023-03-28T09:16:42.752Z] Still waiting to schedule task
09:16:42 [2023-03-28T09:16:42.752Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-06bb6afa9ed126f0f)09:17:46 [2023-03-28T09:17:46.481Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-08ab0db4ab14a4268) in /home/ubuntu/workspace/moby_PR-45220
[Pipeline] {
[Pipeline] checkout
09:17:46 [2023-03-28T09:17:46.593Z] The recommended git tool is: git
09:17:49 [2023-03-28T09:17:49.235Z] using credential docker-jenkins-github-credentials
09:17:49 [2023-03-28T09:17:49.250Z] Cloning the remote Git repository
09:17:49 [2023-03-28T09:17:49.250Z] Cloning with configured refspecs honoured and without tags
09:17:49 [2023-03-28T09:17:49.305Z] Cloning repository https://github.com/moby/moby.git
09:17:49 [2023-03-28T09:17:49.361Z]  > git init /home/ubuntu/workspace/moby_PR-45220 # timeout=10
09:17:50 [2023-03-28T09:17:50.022Z] Fetching upstream changes from https://github.com/moby/moby.git
09:17:50 [2023-03-28T09:17:50.022Z]  > git --version # timeout=10
09:17:50 [2023-03-28T09:17:50.028Z]  > git --version # 'git version 2.25.1'
09:17:50 [2023-03-28T09:17:50.028Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:17:50 [2023-03-28T09:17:50.030Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45220/head:refs/remotes/origin/PR-45220 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:18:07 [2023-03-28T09:18:07.040Z] Fetching without tags
09:18:07 [2023-03-28T09:18:07.263Z] Merging remotes/origin/23.0 commit 219f21bf07502b447095649b5a2764661737f164 into PR head commit f3946c14fef1991cfbb86b2a480136707328b08b
09:18:08 [2023-03-28T09:18:08.394Z] Merge succeeded, producing f3946c14fef1991cfbb86b2a480136707328b08b
09:18:08 [2023-03-28T09:18:08.394Z] Checking out Revision f3946c14fef1991cfbb86b2a480136707328b08b (PR-45220)
09:18:06 [2023-03-28T09:18:06.916Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:18:06 [2023-03-28T09:18:06.922Z]  > git config --add remote.origin.fetch +refs/pull/45220/head:refs/remotes/origin/PR-45220 # timeout=10
09:18:06 [2023-03-28T09:18:06.933Z]  > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:18:07 [2023-03-28T09:18:07.024Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:18:07 [2023-03-28T09:18:07.042Z] Fetching upstream changes from https://github.com/moby/moby.git
09:18:07 [2023-03-28T09:18:07.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:18:07 [2023-03-28T09:18:07.044Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45220/head:refs/remotes/origin/PR-45220 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:18:07 [2023-03-28T09:18:07.269Z]  > git config core.sparsecheckout # timeout=10
09:18:07 [2023-03-28T09:18:07.279Z]  > git checkout -f f3946c14fef1991cfbb86b2a480136707328b08b # timeout=10
09:18:08 [2023-03-28T09:18:08.129Z]  > git remote # timeout=10
09:18:08 [2023-03-28T09:18:08.153Z]  > git config --get remote.origin.url # timeout=10
09:18:08 [2023-03-28T09:18:08.160Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:18:08 [2023-03-28T09:18:08.338Z]  > git merge 219f21bf07502b447095649b5a2764661737f164 # timeout=10
09:18:08 [2023-03-28T09:18:08.380Z]  > git rev-parse HEAD^{commit} # timeout=10
09:18:08 [2023-03-28T09:18:08.395Z]  > git config core.sparsecheckout # timeout=10
09:18:08 [2023-03-28T09:18:08.404Z]  > git checkout -f f3946c14fef1991cfbb86b2a480136707328b08b # timeout=10
09:18:13 [2023-03-28T09:18:13.182Z] Commit message: "integration-cli: Enable TestExecStartFails on Windows"
09:18:13 [2023-03-28T09:18:13.182Z] First time build. Skipping changelog.
09:18:13 [2023-03-28T09:18:13.201Z]  > git --version # timeout=10
09:18:13 [2023-03-28T09:18:13.208Z]  > git --version # 'git version 2.25.1'
09:18:13 [2023-03-28T09:18:13.215Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:18:14 [2023-03-28T09:18:14.438Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45220:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
09:18:40 [2023-03-28T09:18:40.993Z] Unable to find image 'alpine:latest' locally
09:18:40 [2023-03-28T09:18:40.993Z] latest: Pulling from library/alpine
09:18:40 [2023-03-28T09:18:40.993Z] af6eaf76a39c: Pulling fs layer
09:18:40 [2023-03-28T09:18:40.993Z] af6eaf76a39c: Download complete
09:18:40 [2023-03-28T09:18:40.993Z] af6eaf76a39c: Pull complete
09:18:40 [2023-03-28T09:18:40.993Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517
09:18:40 [2023-03-28T09:18:40.993Z] Status: Downloaded newer image for alpine:latest
09:18:44 [2023-03-28T09:18:44.280Z] 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: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[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
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] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[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
[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] }
09:18:53 [2023-03-28T09:18:53.260Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b435c06279ae0848) in /home/ubuntu/workspace/moby_PR-45220
[Pipeline] {
[Pipeline] checkout
09:18:53 [2023-03-28T09:18:53.436Z] The recommended git tool is: git
09:18:56 [2023-03-28T09:18:56.375Z] using credential docker-jenkins-github-credentials
09:18:56 [2023-03-28T09:18:56.387Z] Cloning the remote Git repository
09:18:56 [2023-03-28T09:18:56.387Z] Cloning with configured refspecs honoured and without tags
09:18:56 [2023-03-28T09:18:56.406Z] Cloning repository https://github.com/moby/moby.git
09:18:56 [2023-03-28T09:18:56.459Z]  > git init /home/ubuntu/workspace/moby_PR-45220 # timeout=10
09:18:56 [2023-03-28T09:18:56.822Z] Fetching upstream changes from https://github.com/moby/moby.git
09:18:56 [2023-03-28T09:18:56.822Z]  > git --version # timeout=10
09:18:56 [2023-03-28T09:18:56.833Z]  > git --version # 'git version 2.25.1'
09:18:56 [2023-03-28T09:18:56.834Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:18:56 [2023-03-28T09:18:56.835Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45220/head:refs/remotes/origin/PR-45220 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:19:13 [2023-03-28T09:19:13.280Z] Fetching without tags
09:19:13 [2023-03-28T09:19:13.248Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:19:13 [2023-03-28T09:19:13.254Z]  > git config --add remote.origin.fetch +refs/pull/45220/head:refs/remotes/origin/PR-45220 # timeout=10
09:19:13 [2023-03-28T09:19:13.261Z]  > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:19:13 [2023-03-28T09:19:13.273Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:19:13 [2023-03-28T09:19:13.284Z] Fetching upstream changes from https://github.com/moby/moby.git
09:19:13 [2023-03-28T09:19:13.284Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:19:13 [2023-03-28T09:19:13.286Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45220/head:refs/remotes/origin/PR-45220 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
09:19:13 [2023-03-28T09:19:13.543Z] Merging remotes/origin/23.0 commit 219f21bf07502b447095649b5a2764661737f164 into PR head commit f3946c14fef1991cfbb86b2a480136707328b08b
09:19:14 [2023-03-28T09:19:14.371Z] Merge succeeded, producing f3946c14fef1991cfbb86b2a480136707328b08b
09:19:14 [2023-03-28T09:19:14.371Z] Checking out Revision f3946c14fef1991cfbb86b2a480136707328b08b (PR-45220)
09:19:13 [2023-03-28T09:19:13.552Z]  > git config core.sparsecheckout # timeout=10
09:19:13 [2023-03-28T09:19:13.569Z]  > git checkout -f f3946c14fef1991cfbb86b2a480136707328b08b # timeout=10
09:19:14 [2023-03-28T09:19:14.261Z]  > git remote # timeout=10
09:19:14 [2023-03-28T09:19:14.288Z]  > git config --get remote.origin.url # timeout=10
09:19:14 [2023-03-28T09:19:14.306Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:19:14 [2023-03-28T09:19:14.324Z]  > git merge 219f21bf07502b447095649b5a2764661737f164 # timeout=10
09:19:14 [2023-03-28T09:19:14.349Z]  > git rev-parse HEAD^{commit} # timeout=10
09:19:14 [2023-03-28T09:19:14.374Z]  > git config core.sparsecheckout # timeout=10
09:19:14 [2023-03-28T09:19:14.410Z]  > git checkout -f f3946c14fef1991cfbb86b2a480136707328b08b # timeout=10
09:19:18 [2023-03-28T09:19:18.525Z] Commit message: "integration-cli: Enable TestExecStartFails on Windows"
09:19:18 [2023-03-28T09:19:18.547Z]  > git --version # timeout=10
09:19:18 [2023-03-28T09:19:18.554Z]  > git --version # 'git version 2.25.1'
09:19:18 [2023-03-28T09:19:18.563Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:19:19 [2023-03-28T09:19:19.650Z] + docker version
09:19:34 [2023-03-28T09:19:34.568Z] Client: Docker Engine - Community
09:19:34 [2023-03-28T09:19:34.568Z]  Version:           22.06.0-beta.0
09:19:34 [2023-03-28T09:19:34.568Z]  API version:       1.42
09:19:34 [2023-03-28T09:19:34.568Z]  Go version:        go1.18.3
09:19:34 [2023-03-28T09:19:34.568Z]  Git commit:        3e9117b
09:19:34 [2023-03-28T09:19:34.568Z]  Built:             Fri Jun  3 17:55:34 2022
09:19:34 [2023-03-28T09:19:34.568Z]  OS/Arch:           linux/arm64
09:19:34 [2023-03-28T09:19:34.568Z]  Context:           default
09:19:34 [2023-03-28T09:19:34.568Z] 
09:19:34 [2023-03-28T09:19:34.568Z] Server: Docker Engine - Community
09:19:34 [2023-03-28T09:19:34.568Z]  Engine:
09:19:34 [2023-03-28T09:19:34.568Z]   Version:          22.06.0-beta.0
09:19:34 [2023-03-28T09:19:34.568Z]   API version:      1.42 (minimum version 1.12)
09:19:34 [2023-03-28T09:19:34.568Z]   Go version:       go1.18.3
09:19:34 [2023-03-28T09:19:34.568Z]   Git commit:       38633e7
09:19:34 [2023-03-28T09:19:34.568Z]   Built:            Fri Jun  3 17:55:34 2022
09:19:34 [2023-03-28T09:19:34.568Z]   OS/Arch:          linux/arm64
09:19:34 [2023-03-28T09:19:34.568Z]   Experimental:     true
09:19:34 [2023-03-28T09:19:34.568Z]  containerd:
09:19:34 [2023-03-28T09:19:34.568Z]   Version:          1.6.8
09:19:34 [2023-03-28T09:19:34.568Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
09:19:34 [2023-03-28T09:19:34.568Z]  runc:
09:19:34 [2023-03-28T09:19:34.568Z]   Version:          1.1.4
09:19:34 [2023-03-28T09:19:34.568Z]   GitCommit:        v1.1.4-0-g5fd4c4d
09:19:34 [2023-03-28T09:19:34.568Z]  docker-init:
09:19:34 [2023-03-28T09:19:34.568Z]   Version:          0.19.0
09:19:34 [2023-03-28T09:19:34.568Z]   GitCommit:        de40ad0
[Pipeline] sh
09:19:34 [2023-03-28T09:19:34.884Z] + docker info
09:19:34 [2023-03-28T09:19:34.884Z] Client:
09:19:34 [2023-03-28T09:19:34.884Z]  Context:    default
09:19:34 [2023-03-28T09:19:34.884Z]  Debug Mode: false
09:19:34 [2023-03-28T09:19:34.884Z]  Plugins:
09:19:34 [2023-03-28T09:19:34.884Z]   buildx: Docker Buildx (Docker Inc.)
09:19:34 [2023-03-28T09:19:34.884Z]     Version:  v0.8.2
09:19:34 [2023-03-28T09:19:34.884Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
09:19:34 [2023-03-28T09:19:34.884Z]   compose: Docker Compose (Docker Inc.)
09:19:34 [2023-03-28T09:19:34.884Z]     Version:  v2.12.0
09:19:34 [2023-03-28T09:19:34.884Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
09:19:34 [2023-03-28T09:19:34.884Z] 
09:19:34 [2023-03-28T09:19:34.884Z] Server:
09:19:34 [2023-03-28T09:19:34.884Z]  Containers: 0
09:19:34 [2023-03-28T09:19:34.884Z]   Running: 0
09:19:34 [2023-03-28T09:19:34.884Z]   Paused: 0
09:19:34 [2023-03-28T09:19:34.884Z]   Stopped: 0
09:19:34 [2023-03-28T09:19:34.884Z]  Images: 0
09:19:34 [2023-03-28T09:19:34.884Z]  Server Version: 22.06.0-beta.0
09:19:34 [2023-03-28T09:19:34.884Z]  Storage Driver: overlay2
09:19:34 [2023-03-28T09:19:34.884Z]   Backing Filesystem: extfs
09:19:34 [2023-03-28T09:19:34.884Z]   Supports d_type: true
09:19:34 [2023-03-28T09:19:34.884Z]   Using metacopy: false
09:19:34 [2023-03-28T09:19:34.884Z]   Native Overlay Diff: true
09:19:34 [2023-03-28T09:19:34.884Z]   userxattr: false
09:19:34 [2023-03-28T09:19:34.884Z]  Logging Driver: json-file
09:19:34 [2023-03-28T09:19:34.884Z]  Cgroup Driver: cgroupfs
09:19:34 [2023-03-28T09:19:34.884Z]  Cgroup Version: 1
09:19:34 [2023-03-28T09:19:34.884Z]  Plugins:
09:19:34 [2023-03-28T09:19:34.884Z]   Volume: local
09:19:34 [2023-03-28T09:19:34.884Z]   Network: bridge host ipvlan macvlan null overlay
09:19:34 [2023-03-28T09:19:34.884Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:19:34 [2023-03-28T09:19:34.884Z]  Swarm: inactive
09:19:34 [2023-03-28T09:19:34.884Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
09:19:34 [2023-03-28T09:19:34.884Z]  Default Runtime: runc
09:19:34 [2023-03-28T09:19:34.884Z]  Init Binary: docker-init
09:19:34 [2023-03-28T09:19:34.884Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
09:19:34 [2023-03-28T09:19:34.884Z]  runc version: v1.1.4-0-g5fd4c4d
09:19:34 [2023-03-28T09:19:34.884Z]  init version: de40ad0
09:19:34 [2023-03-28T09:19:34.884Z]  Security Options:
09:19:34 [2023-03-28T09:19:34.884Z]   apparmor
09:19:34 [2023-03-28T09:19:34.884Z]   seccomp
09:19:34 [2023-03-28T09:19:34.884Z]    Profile: builtin
09:19:34 [2023-03-28T09:19:34.884Z]  Kernel Version: 5.15.0-1022-aws
09:19:34 [2023-03-28T09:19:34.884Z]  Operating System: Ubuntu 20.04.5 LTS
09:19:34 [2023-03-28T09:19:34.884Z]  OSType: linux
09:19:34 [2023-03-28T09:19:34.884Z]  Architecture: aarch64
09:19:34 [2023-03-28T09:19:34.884Z]  CPUs: 2
09:19:34 [2023-03-28T09:19:34.884Z]  Total Memory: 7.559GiB
09:19:34 [2023-03-28T09:19:34.884Z]  Name: ip-10-100-45-114
09:19:34 [2023-03-28T09:19:34.885Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
09:19:34 [2023-03-28T09:19:34.885Z]  Docker Root Dir: /var/lib/docker
09:19:34 [2023-03-28T09:19:34.885Z]  Debug Mode: false
09:19:34 [2023-03-28T09:19:34.885Z]  Registry: https://index.docker.io/v1/
09:19:34 [2023-03-28T09:19:34.885Z]  Labels:
09:19:34 [2023-03-28T09:19:34.885Z]  Experimental: true
09:19:34 [2023-03-28T09:19:34.885Z]  Insecure Registries:
09:19:34 [2023-03-28T09:19:34.885Z]   127.0.0.0/8
09:19:34 [2023-03-28T09:19:34.885Z]  Live Restore Enabled: true
09:19:34 [2023-03-28T09:19:34.885Z] 
[Pipeline] sh
09:19:35 [2023-03-28T09:19:35.183Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:19:35 [2023-03-28T09:19:35.183Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:19:35 [2023-03-28T09:19:35.183Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45220/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
09:19:35 [2023-03-28T09:19:35.183Z] + bash /home/ubuntu/workspace/moby_PR-45220/check-config.sh
09:19:35 [2023-03-28T09:19:35.183Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:19:35 [2023-03-28T09:19:35.183Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
09:19:35 [2023-03-28T09:19:35.183Z] 
09:19:35 [2023-03-28T09:19:35.183Z] Generally Necessary:
09:19:35 [2023-03-28T09:19:35.183Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:19:35 [2023-03-28T09:19:35.183Z] - apparmor: enabled and tools installed
09:19:35 [2023-03-28T09:19:35.183Z] - CONFIG_NAMESPACES: enabled
09:19:35 [2023-03-28T09:19:35.183Z] - CONFIG_NET_NS: enabled
09:19:35 [2023-03-28T09:19:35.183Z] - CONFIG_PID_NS: enabled
09:19:35 [2023-03-28T09:19:35.183Z] - CONFIG_IPC_NS: enabled
09:19:35 [2023-03-28T09:19:35.183Z] - CONFIG_UTS_NS: enabled
09:19:35 [2023-03-28T09:19:35.183Z] - CONFIG_CGROUPS: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_CGROUP_CPUACCT: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_CGROUP_DEVICE: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_CGROUP_FREEZER: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_CGROUP_SCHED: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_CPUSETS: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_MEMCG: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_KEYS: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_VETH: enabled (as module)
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_BRIDGE: enabled (as module)
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_NF_NAT: enabled (as module)
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_POSIX_MQUEUE: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_CGROUP_BPF: enabled
09:19:35 [2023-03-28T09:19:35.444Z] 
09:19:35 [2023-03-28T09:19:35.444Z] Optional Features:
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_USER_NS: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_SECCOMP: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_SECCOMP_FILTER: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_CGROUP_PIDS: enabled
09:19:35 [2023-03-28T09:19:35.444Z] - CONFIG_MEMCG_SWAP: enabled
09:19:35 [2023-03-28T09:19:35.444Z]     (cgroup swap accounting is currently enabled)
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_BLK_CGROUP: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_CGROUP_PERF: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_CGROUP_HUGETLB: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_CFS_BANDWIDTH: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_RT_GROUP_SCHED: missing
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_IP_VS: enabled (as module)
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_IP_VS_NFCT: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_IP_VS_RR: enabled (as module)
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_SECURITY_SELINUX: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_SECURITY_APPARMOR: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_EXT4_FS: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:19:35 [2023-03-28T09:19:35.705Z] - Network Drivers:
09:19:35 [2023-03-28T09:19:35.705Z]   - "overlay":
09:19:35 [2023-03-28T09:19:35.705Z]     - CONFIG_VXLAN: enabled (as module)
09:19:35 [2023-03-28T09:19:35.705Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:19:35 [2023-03-28T09:19:35.705Z]       Optional (for encrypted networks):
09:19:35 [2023-03-28T09:19:35.966Z]       - CONFIG_CRYPTO: enabled
09:19:35 [2023-03-28T09:19:35.966Z]       - CONFIG_CRYPTO_AEAD: enabled
09:19:35 [2023-03-28T09:19:35.966Z]       - CONFIG_CRYPTO_GCM: enabled
09:19:35 [2023-03-28T09:19:35.966Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:19:35 [2023-03-28T09:19:35.966Z]       - CONFIG_CRYPTO_GHASH: enabled
09:19:35 [2023-03-28T09:19:35.966Z]       - CONFIG_XFRM: enabled
09:19:35 [2023-03-28T09:19:35.966Z]       - CONFIG_XFRM_USER: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]       - CONFIG_INET_ESP: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]   - "ipvlan":
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_IPVLAN: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]   - "macvlan":
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_MACVLAN: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_DUMMY: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]   - "ftp,tftp client in container":
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z] - Storage Drivers:
09:19:35 [2023-03-28T09:19:35.966Z]   - "aufs":
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_AUFS_FS: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]   - "btrfs":
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:19:35 [2023-03-28T09:19:35.966Z]   - "devicemapper":
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_BLK_DEV_DM: enabled
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]   - "overlay":
09:19:35 [2023-03-28T09:19:35.966Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:19:35 [2023-03-28T09:19:35.966Z]   - "zfs":
09:19:35 [2023-03-28T09:19:35.966Z]     - /dev/zfs: present
09:19:35 [2023-03-28T09:19:35.966Z]     - zfs command: missing
09:19:35 [2023-03-28T09:19:35.966Z]     - zpool command: missing
09:19:35 [2023-03-28T09:19:35.966Z] 
09:19:35 [2023-03-28T09:19:35.966Z] Limits:
09:19:35 [2023-03-28T09:19:35.966Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:19:35 [2023-03-28T09:19:35.966Z] 
09:19:35 [2023-03-28T09:19:35.966Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:19:36 [2023-03-28T09:19:36.287Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f3946c14fef1991cfbb86b2a480136707328b08b .
09:19:36 [2023-03-28T09:19:36.549Z] #1 [internal] load .dockerignore
09:19:36 [2023-03-28T09:19:36.549Z] #1 transferring context: 113B done
09:19:36 [2023-03-28T09:19:36.549Z] #1 DONE 0.1s
09:19:36 [2023-03-28T09:19:36.549Z] 
09:19:36 [2023-03-28T09:19:36.549Z] #2 [internal] load build definition from Dockerfile
09:19:36 [2023-03-28T09:19:36.549Z] #2 transferring dockerfile: 27.03kB 0.0s done
09:19:36 [2023-03-28T09:19:36.549Z] #2 DONE 0.1s
09:19:36 [2023-03-28T09:19:36.549Z] 
09:19:36 [2023-03-28T09:19:36.549Z] #3 resolve image config for docker.io/docker/dockerfile:1
09:19:37 [2023-03-28T09:19:37.119Z] #3 DONE 0.4s
09:19:37 [2023-03-28T09:19:37.119Z] 
09:19:37 [2023-03-28T09:19:37.119Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
09:19:37 [2023-03-28T09:19:37.119Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
09:19:37 [2023-03-28T09:19:37.119Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0B / 10.82MB 0.1s
09:19:37 [2023-03-28T09:19:37.120Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done
09:19:37 [2023-03-28T09:19:37.120Z] #4 sha256:7f44e51970d0422c2cbff3b20b6b5ef861f6244c396a06e1a96f7aa4fa83a4e6 482B / 482B done
09:19:37 [2023-03-28T09:19:37.120Z] #4 sha256:a28edb2041b8f23c38382d8be273f0239f51ff1f510f98bccc8d0e7f42249e97 2.90kB / 2.90kB done
09:19:37 [2023-03-28T09:19:37.120Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 10.82MB / 10.82MB 0.2s done
09:19:37 [2023-03-28T09:19:37.120Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65
09:19:37 [2023-03-28T09:19:37.385Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0.2s done
09:19:37 [2023-03-28T09:19:37.385Z] #4 DONE 0.5s
09:19:37 [2023-03-28T09:19:37.729Z] 
09:19:37 [2023-03-28T09:19:37.729Z] #5 [internal] load metadata for docker.io/library/golang:1.19.7-bullseye
09:19:38 [2023-03-28T09:19:38.302Z] #5 ...
09:19:38 [2023-03-28T09:19:38.302Z] 
09:19:38 [2023-03-28T09:19:38.302Z] #6 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
09:19:38 [2023-03-28T09:19:38.302Z] #6 DONE 0.8s
09:19:38 [2023-03-28T09:19:38.302Z] 
09:19:38 [2023-03-28T09:19:38.302Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
09:19:38 [2023-03-28T09:19:38.302Z] #7 DONE 0.8s
09:19:38 [2023-03-28T09:19:38.568Z] 
09:19:38 [2023-03-28T09:19:38.568Z] #5 [internal] load metadata for docker.io/library/golang:1.19.7-bullseye
09:19:38 [2023-03-28T09:19:38.568Z] #5 DONE 0.9s
09:19:38 [2023-03-28T09:19:38.568Z] 
09:19:38 [2023-03-28T09:19:38.568Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:19:38 [2023-03-28T09:19:38.568Z] #8 DONE 0.9s
09:19:38 [2023-03-28T09:19:38.568Z] 
09:19:38 [2023-03-28T09:19:38.568Z] #9 [internal] load metadata for docker.io/library/busybox:latest
09:19:38 [2023-03-28T09:19:38.568Z] #9 DONE 0.9s
09:19:38 [2023-03-28T09:19:38.568Z] 
09:19:38 [2023-03-28T09:19:38.568Z] #10 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
09:19:38 [2023-03-28T09:19:38.568Z] #10 resolve docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 0.1s done
09:19:38 [2023-03-28T09:19:38.834Z] #10 sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 2.65kB / 2.65kB done
09:19:38 [2023-03-28T09:19:38.834Z] #10 sha256:f663db6ef122c01b5690c6b8fc2eff09635374597ed36fac63133b48fd0777b8 526B / 526B done
09:19:38 [2023-03-28T09:19:38.834Z] #10 sha256:64c0463dcf02cc65ad1ac532d9974472c41c79b92c4fac56271cd2b7540c7cdb 1.30kB / 1.30kB done
09:19:38 [2023-03-28T09:19:38.834Z] #10 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 0.1s
09:19:39 [2023-03-28T09:19:39.101Z] #10 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 0.1s done
09:19:39 [2023-03-28T09:19:39.101Z] #10 extracting sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 done
09:19:39 [2023-03-28T09:19:39.101Z] #10 ...
09:19:39 [2023-03-28T09:19:39.101Z] 
09:19:39 [2023-03-28T09:19:39.101Z] #11 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
09:19:39 [2023-03-28T09:19:39.101Z] #11 DONE 0.5s
09:19:39 [2023-03-28T09:19:39.373Z] 
09:19:39 [2023-03-28T09:19:39.373Z] #10 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
09:19:39 [2023-03-28T09:19:39.373Z] #10 DONE 0.6s
09:19:39 [2023-03-28T09:19:39.373Z] 
09:19:39 [2023-03-28T09:19:39.373Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.7-bullseye@sha256:7781535a30a129390f55c1fc824d709e4dfaae25ad86a9d66ea9547090b7a8a0
09:19:39 [2023-03-28T09:19:39.373Z] #12 resolve docker.io/library/golang:1.19.7-bullseye@sha256:7781535a30a129390f55c1fc824d709e4dfaae25ad86a9d66ea9547090b7a8a0 0.1s done
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:7781535a30a129390f55c1fc824d709e4dfaae25ad86a9d66ea9547090b7a8a0 1.86kB / 1.86kB done
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:a3ef872b04896688d3ad73240f1166ab4b70baedcf2a1b89956200e087102295 1.80kB / 1.80kB done
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:3a19c6da95a39f69c31aecee960364a3512f2eb79e60c90b060b386b41c677b1 7.12kB / 7.12kB done
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 28.31MB / 53.70MB 0.4s
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:7971239fe1d69763272ccc0b2527efa95547d37c53630ed0a71db4e00d3ef964 5.15MB / 5.15MB 0.2s done
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:26c861b53509d61c37240d2f80efb3a351d2f1d7f4f8e8ec2e5004c1d86af89c 10.87MB / 10.87MB 0.3s
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 12.58MB / 54.68MB 0.4s
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 0B / 81.40MB 0.4s
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 32.18MB / 53.70MB 0.5s
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 20.97MB / 54.68MB 0.5s
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 39.85MB / 53.70MB 0.6s
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 25.17MB / 54.68MB 0.6s
09:19:39 [2023-03-28T09:19:39.373Z] #12 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 13.77MB / 81.40MB 0.6s
09:19:39 [2023-03-28T09:19:39.636Z] #12 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 48.23MB / 53.70MB 0.7s
09:19:39 [2023-03-28T09:19:39.636Z] #12 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 33.65MB / 54.68MB 0.7s
09:19:39 [2023-03-28T09:19:39.636Z] #12 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 23.07MB / 81.40MB 0.7s
09:19:39 [2023-03-28T09:19:39.636Z] #12 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 53.70MB / 53.70MB 0.8s
09:19:39 [2023-03-28T09:19:39.636Z] #12 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 40.89MB / 54.68MB 0.8s
09:19:39 [2023-03-28T09:19:39.636Z] #12 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 32.51MB / 81.40MB 0.8s
09:19:39 [2023-03-28T09:19:39.897Z] #12 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 54.68MB / 54.68MB 1.0s
09:19:39 [2023-03-28T09:19:39.897Z] #12 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 59.77MB / 81.40MB 1.0s
09:19:39 [2023-03-28T09:19:39.897Z] #12 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 71.30MB / 81.40MB 1.1s
09:19:40 [2023-03-28T09:19:40.158Z] #12 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 80.74MB / 81.40MB 1.2s
09:19:40 [2023-03-28T09:19:40.729Z] #12 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 53.70MB / 53.70MB 1.7s done
09:19:40 [2023-03-28T09:19:40.729Z] #12 extracting sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 0.1s
09:19:40 [2023-03-28T09:19:40.990Z] #12 ...
09:19:40 [2023-03-28T09:19:40.990Z] 
09:19:40 [2023-03-28T09:19:40.990Z] #13 [internal] load build context
09:19:40 [2023-03-28T09:19:40.990Z] #13 transferring context: 64.03MB 1.9s done
09:19:40 [2023-03-28T09:19:40.990Z] #13 DONE 2.3s
09:19:40 [2023-03-28T09:19:40.990Z] 
09:19:40 [2023-03-28T09:19:40.990Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.7-bullseye@sha256:7781535a30a129390f55c1fc824d709e4dfaae25ad86a9d66ea9547090b7a8a0
09:19:41 [2023-03-28T09:19:41.561Z] #12 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 54.68MB / 54.68MB 2.7s done
09:19:41 [2023-03-28T09:19:41.823Z] #12 sha256:57200fe4f682d365ce3fb514f86e8e7293c8abbaf97cbfef208ad94e27ff8ee9 155B / 155B 2.8s
09:19:41 [2023-03-28T09:19:41.823Z] #12 sha256:57200fe4f682d365ce3fb514f86e8e7293c8abbaf97cbfef208ad94e27ff8ee9 155B / 155B 3.1s done
09:19:42 [2023-03-28T09:19:42.084Z] #12 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 81.40MB / 81.40MB 3.1s done
09:19:42 [2023-03-28T09:19:42.084Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 1.71MB / 115.22MB 3.2s
09:19:42 [2023-03-28T09:19:42.084Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 13.46MB / 115.22MB 3.3s
09:19:42 [2023-03-28T09:19:42.350Z] #12 extracting sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 1.6s done
09:19:42 [2023-03-28T09:19:42.611Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 22.16MB / 115.22MB 3.7s
09:19:42 [2023-03-28T09:19:42.611Z] #12 extracting sha256:7971239fe1d69763272ccc0b2527efa95547d37c53630ed0a71db4e00d3ef964
09:19:42 [2023-03-28T09:19:42.611Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 32.51MB / 115.22MB 3.8s
09:19:42 [2023-03-28T09:19:42.611Z] #12 ...
09:19:42 [2023-03-28T09:19:42.611Z] 
09:19:42 [2023-03-28T09:19:42.611Z] #14 [build-dummy 1/2] FROM docker.io/library/busybox@sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16
09:19:42 [2023-03-28T09:19:42.611Z] #14 resolve docker.io/library/busybox@sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 0.2s done
09:19:42 [2023-03-28T09:19:42.611Z] #14 sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 2.29kB / 2.29kB done
09:19:42 [2023-03-28T09:19:42.611Z] #14 sha256:ba7000206594c2d72c3ab550453004c0dc50961157e5ebd2fb8ea1890099d02d 528B / 528B done
09:19:42 [2023-03-28T09:19:42.611Z] #14 sha256:3fbaf71a998bae6e375be74b999bd418091bf6511e356a129fdc969c4a94a5bc 1.47kB / 1.47kB done
09:19:42 [2023-03-28T09:19:42.611Z] #14 sha256:b50100f25006c29bd3a3dd4abacfeb7e9cb61c1a758d07c68fa699a2494fd2df 2.00MB / 2.00MB 3.2s done
09:19:42 [2023-03-28T09:19:42.611Z] #14 extracting sha256:b50100f25006c29bd3a3dd4abacfeb7e9cb61c1a758d07c68fa699a2494fd2df 0.2s done
09:19:42 [2023-03-28T09:19:42.611Z] #14 DONE 4.1s
09:19:42 [2023-03-28T09:19:42.611Z] 
09:19:42 [2023-03-28T09:19:42.611Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.7-bullseye@sha256:7781535a30a129390f55c1fc824d709e4dfaae25ad86a9d66ea9547090b7a8a0
09:19:42 [2023-03-28T09:19:42.872Z] #12 ...
09:19:42 [2023-03-28T09:19:42.872Z] 
09:19:42 [2023-03-28T09:19:42.872Z] #15 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:7b991788987ad860810df60927e1adbaf8e156520177bd4db82409f81dd3b721
09:19:42 [2023-03-28T09:19:42.872Z] #15 resolve docker.io/library/debian:bullseye@sha256:7b991788987ad860810df60927e1adbaf8e156520177bd4db82409f81dd3b721 0.1s done
09:19:42 [2023-03-28T09:19:42.872Z] #15 sha256:c7908b5cd3ce2969645bc08efd3940e1d145da5d935fb084e7fde00949a1ccb9 529B / 529B done
09:19:42 [2023-03-28T09:19:42.872Z] #15 sha256:a37d66742c803d4715d6d6a3d1be9cb2310227bbacd2cc8af89332d57d52d57c 1.48kB / 1.48kB done
09:19:42 [2023-03-28T09:19:42.872Z] #15 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 53.70MB / 53.70MB 1.7s done
09:19:42 [2023-03-28T09:19:42.872Z] #15 sha256:7b991788987ad860810df60927e1adbaf8e156520177bd4db82409f81dd3b721 1.85kB / 1.85kB done
09:19:42 [2023-03-28T09:19:42.872Z] #15 DONE 4.3s
09:19:42 [2023-03-28T09:19:42.872Z] 
09:19:42 [2023-03-28T09:19:42.872Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.7-bullseye@sha256:7781535a30a129390f55c1fc824d709e4dfaae25ad86a9d66ea9547090b7a8a0
09:19:42 [2023-03-28T09:19:42.872Z] #12 extracting sha256:7971239fe1d69763272ccc0b2527efa95547d37c53630ed0a71db4e00d3ef964 0.4s done
09:19:43 [2023-03-28T09:19:43.136Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 49.28MB / 115.22MB 4.2s
09:19:43 [2023-03-28T09:19:43.136Z] #12 extracting sha256:26c861b53509d61c37240d2f80efb3a351d2f1d7f4f8e8ec2e5004c1d86af89c
09:19:43 [2023-03-28T09:19:43.398Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 66.06MB / 115.22MB 4.4s
09:19:43 [2023-03-28T09:19:43.398Z] #12 ...
09:19:43 [2023-03-28T09:19:43.398Z] 
09:19:43 [2023-03-28T09:19:43.398Z] #16 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:19:43 [2023-03-28T09:19:43.398Z] #16 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
09:19:43 [2023-03-28T09:19:43.398Z] #16 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:19:43 [2023-03-28T09:19:43.398Z] #16 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
09:19:43 [2023-03-28T09:19:43.398Z] #16 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
09:19:43 [2023-03-28T09:19:43.398Z] #16 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.4s done
09:19:43 [2023-03-28T09:19:43.398Z] #16 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.5s done
09:19:43 [2023-03-28T09:19:43.398Z] #16 DONE 4.8s
09:19:43 [2023-03-28T09:19:43.398Z] 
09:19:43 [2023-03-28T09:19:43.398Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.7-bullseye@sha256:7781535a30a129390f55c1fc824d709e4dfaae25ad86a9d66ea9547090b7a8a0
09:19:43 [2023-03-28T09:19:43.398Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 73.40MB / 115.22MB 4.5s
09:19:43 [2023-03-28T09:19:43.398Z] #12 extracting sha256:26c861b53509d61c37240d2f80efb3a351d2f1d7f4f8e8ec2e5004c1d86af89c 0.4s done
09:19:43 [2023-03-28T09:19:43.658Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 83.13MB / 115.22MB 4.8s
09:19:43 [2023-03-28T09:19:43.918Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 99.61MB / 115.22MB 5.0s
09:19:44 [2023-03-28T09:19:44.179Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 106.95MB / 115.22MB 5.3s
09:19:44 [2023-03-28T09:19:44.179Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 115.22MB / 115.22MB 5.5s
09:19:44 [2023-03-28T09:19:44.751Z] #12 sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 115.22MB / 115.22MB 5.8s done
09:19:45 [2023-03-28T09:19:45.015Z] #12 ...
09:19:45 [2023-03-28T09:19:45.015Z] 
09:19:45 [2023-03-28T09:19:45.015Z] #17 [build-dummy 2/2] RUN mkdir -p /build
09:19:45 [2023-03-28T09:19:45.015Z] #17 DONE 2.4s
09:19:45 [2023-03-28T09:19:45.275Z] 
09:19:45 [2023-03-28T09:19:45.275Z] #18 [binary-dummy 1/1] COPY --from=build-dummy /build /build
09:19:45 [2023-03-28T09:19:45.275Z] #18 DONE 0.1s
09:19:45 [2023-03-28T09:19:45.275Z] 
09:19:45 [2023-03-28T09:19:45.275Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.7-bullseye@sha256:7781535a30a129390f55c1fc824d709e4dfaae25ad86a9d66ea9547090b7a8a0
09:19:45 [2023-03-28T09:19:45.275Z] #12 extracting sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 0.2s
09:19:47 [2023-03-28T09:19:47.824Z] #12 extracting sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 2.5s done
09:19:47 [2023-03-28T09:19:47.824Z] #12 extracting sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c
09:19:51 [2023-03-28T09:19:51.129Z] #12 extracting sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 3.0s done
09:19:51 [2023-03-28T09:19:51.129Z] #12 extracting sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 0.1s
09:19:53 [2023-03-28T09:19:53.043Z] #12 ...
09:19:53 [2023-03-28T09:19:53.043Z] 
09:19:53 [2023-03-28T09:19:53.043Z] #19 [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
09:19:53 [2023-03-28T09:19:53.043Z] #0 1.503 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 1.516 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 1.517 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 1.640 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 1.791 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 1.898 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 2.797 Fetched 8524 kB in 2s (5508 kB/s)
09:19:53 [2023-03-28T09:19:53.043Z] #0 2.797 Reading package lists...
09:19:53 [2023-03-28T09:19:53.043Z] #0 3.355 Reading package lists...
09:19:53 [2023-03-28T09:19:53.043Z] #0 3.882 Building dependency tree...
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.205 The following additional packages will be installed:
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.205   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.205   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.206 Recommended packages:
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.206   libldap-common publicsuffix libsasl2-modules
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.313 The following NEW packages will be installed:
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.313   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.313   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.313   libssh2-1 openssl
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.583 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.583 Need to get 2944 kB of archives.
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.583 After this operation, 6484 kB of additional disk space will be used.
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.583 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.604 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.607 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.607 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.607 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.636 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.636 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.636 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.640 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.640 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.640 Get:11 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.653 Get:12 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.669 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.670 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.671 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.851 debconf: delaying package configuration, since apt-utils is not installed
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.885 Fetched 2944 kB in 0s (8343 kB/s)
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.907 Selecting previously unselected package openssl.
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.907 (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.)
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.907 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 4.911 Unpacking openssl (1.1.1n-0+deb11u4) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.024 Selecting previously unselected package ca-certificates.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.024 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.028 Unpacking ca-certificates (20210119) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.110 Selecting previously unselected package libbrotli1:arm64.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.110 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.117 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.180 Selecting previously unselected package libsasl2-modules-db:arm64.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.180 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.184 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.221 Selecting previously unselected package libsasl2-2:arm64.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.222 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.226 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.281 Selecting previously unselected package libldap-2.4-2:arm64.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.281 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.288 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.347 Selecting previously unselected package libnghttp2-14:arm64.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.347 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.352 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.403 Selecting previously unselected package libpsl5:arm64.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.403 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.403 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.439 Selecting previously unselected package librtmp1:arm64.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.439 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.442 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.481 Selecting previously unselected package libssh2-1:arm64.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.481 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.487 Unpacking libssh2-1:arm64 (1.9.0-2) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.547 Selecting previously unselected package libcurl4:arm64.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.547 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.551 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.620 Selecting previously unselected package curl.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.620 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.630 Unpacking curl (7.74.0-1.3+deb11u7) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.712 Selecting previously unselected package libonig5:arm64.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.712 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.717 Unpacking libonig5:arm64 (6.9.6-1.1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.777 Selecting previously unselected package libjq1:arm64.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.778 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.782 Unpacking libjq1:arm64 (1.6-2.1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.832 Selecting previously unselected package jq.
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.832 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.867 Unpacking jq (1.6-2.1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.908 Setting up libpsl5:arm64 (0.21.0-1.2) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.920 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.931 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.945 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.959 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.970 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.982 Setting up libssh2-1:arm64 (1.9.0-2) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 5.994 Setting up openssl (1.1.1n-0+deb11u4) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 6.015 Setting up libonig5:arm64 (6.9.6-1.1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 6.028 Setting up libjq1:arm64 (1.6-2.1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 6.040 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 6.052 Setting up ca-certificates (20210119) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 6.725 Updating certificates in /etc/ssl/certs...
09:19:53 [2023-03-28T09:19:53.043Z] #0 7.552 129 added, 0 removed; done.
09:19:53 [2023-03-28T09:19:53.043Z] #0 7.626 Setting up jq (1.6-2.1) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 7.639 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 7.649 Setting up curl (7.74.0-1.3+deb11u7) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 7.659 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 7.678 Processing triggers for ca-certificates (20210119) ...
09:19:53 [2023-03-28T09:19:53.043Z] #0 7.688 Updating certificates in /etc/ssl/certs...
09:19:53 [2023-03-28T09:19:53.043Z] #0 8.402 0 added, 0 removed; done.
09:19:53 [2023-03-28T09:19:53.043Z] #0 8.402 Running hooks in /etc/ca-certificates/update.d...
09:19:53 [2023-03-28T09:19:53.043Z] #0 8.402 done.
09:19:53 [2023-03-28T09:19:53.043Z] #19 ...
09:19:53 [2023-03-28T09:19:53.043Z] 
09:19:53 [2023-03-28T09:19:53.043Z] #12 [base 1/5] FROM docker.io/library/golang:1.19.7-bullseye@sha256:7781535a30a129390f55c1fc824d709e4dfaae25ad86a9d66ea9547090b7a8a0
09:19:54 [2023-03-28T09:19:54.968Z] #12 extracting sha256:be47f935f72c3d20ae06b9547ee3812d5d4f1eee3a5ef5759bc6c18ed1411ec8 3.6s done
09:19:54 [2023-03-28T09:19:54.968Z] #12 extracting sha256:57200fe4f682d365ce3fb514f86e8e7293c8abbaf97cbfef208ad94e27ff8ee9 done
09:19:55 [2023-03-28T09:19:55.229Z] #12 DONE 16.7s
09:19:55 [2023-03-28T09:19:55.229Z] 
09:19:55 [2023-03-28T09:19:55.229Z] #19 [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
09:19:55 [2023-03-28T09:19:55.229Z] #19 DONE 12.4s
09:19:55 [2023-03-28T09:19:55.229Z] 
09:19:55 [2023-03-28T09:19:55.229Z] #20 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:19:55 [2023-03-28T09:19:55.802Z] #20 DONE 0.3s
09:19:55 [2023-03-28T09:19:55.802Z] 
09:19:55 [2023-03-28T09:19:55.802Z] #21 [base 2/5] COPY --from=xx / /
09:19:55 [2023-03-28T09:19:55.802Z] #21 DONE 0.2s
09:19:55 [2023-03-28T09:19:55.802Z] 
09:19:55 [2023-03-28T09:19:55.802Z] #22 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:19:56 [2023-03-28T09:19:56.374Z] #22 DONE 0.8s
09:19:56 [2023-03-28T09:19:56.374Z] 
09:19:56 [2023-03-28T09:19:56.374Z] #23 [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
09:19:57 [2023-03-28T09:19:57.314Z] #23 ...
09:19:57 [2023-03-28T09:19:57.314Z] 
09:19:57 [2023-03-28T09:19:57.314Z] #24 [base 4/5] 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
09:19:57 [2023-03-28T09:19:57.314Z] #24 DONE 0.6s
09:19:57 [2023-03-28T09:19:57.314Z] 
09:19:57 [2023-03-28T09:19:57.314Z] #25 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
09:19:57 [2023-03-28T09:19:57.884Z] #25 0.748 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:19:57 [2023-03-28T09:19:57.884Z] #25 0.871 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:19:57 [2023-03-28T09:19:57.884Z] #25 0.873 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:19:57 [2023-03-28T09:19:57.884Z] #25 0.887 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:19:58 [2023-03-28T09:19:58.145Z] #25 1.092 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:19:58 [2023-03-28T09:19:58.145Z] #25 1.113 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:19:59 [2023-03-28T09:19:59.086Z] #25 2.008 Fetched 8524 kB in 2s (5490 kB/s)
09:19:59 [2023-03-28T09:19:59.664Z] #25 2.008 Reading package lists...
09:20:00 [2023-03-28T09:20:00.235Z] #25 2.547 Reading package lists...
09:20:00 [2023-03-28T09:20:00.235Z] #25 3.063 Building dependency tree...
09:20:00 [2023-03-28T09:20:00.235Z] #25 3.212 Reading state information...
09:20:00 [2023-03-28T09:20:00.495Z] #25 3.382 The following additional packages will be installed:
09:20:00 [2023-03-28T09:20:00.495Z] #25 3.383   libmagic-mgc libmagic1
09:20:00 [2023-03-28T09:20:00.495Z] #25 3.411 The following NEW packages will be installed:
09:20:00 [2023-03-28T09:20:00.495Z] #25 3.412   file libmagic-mgc libmagic1
09:20:00 [2023-03-28T09:20:00.756Z] #25 3.692 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
09:20:00 [2023-03-28T09:20:00.756Z] #25 3.692 Need to get 463 kB of archives.
09:20:00 [2023-03-28T09:20:00.756Z] #25 3.692 After this operation, 7063 kB of additional disk space will be used.
09:20:00 [2023-03-28T09:20:00.756Z] #25 3.692 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
09:20:00 [2023-03-28T09:20:00.756Z] #25 3.698 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
09:20:00 [2023-03-28T09:20:00.756Z] #25 3.699 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
09:20:00 [2023-03-28T09:20:00.756Z] #25 3.888 debconf: delaying package configuration, since apt-utils is not installed
09:20:01 [2023-03-28T09:20:01.018Z] #25 3.924 Fetched 463 kB in 0s (1646 kB/s)
09:20:01 [2023-03-28T09:20:01.018Z] #25 3.943 Selecting previously unselected package libmagic-mgc.
09:20:01 [2023-03-28T09:20:01.018Z] #25 3.943 (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 ... 15710 files and directories currently installed.)
09:20:01 [2023-03-28T09:20:01.018Z] #25 3.952 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_arm64.deb ...
09:20:01 [2023-03-28T09:20:01.018Z] #25 3.956 Unpacking libmagic-mgc (1:5.39-3) ...
09:20:01 [2023-03-28T09:20:01.018Z] #25 4.035 Selecting previously unselected package libmagic1:arm64.
09:20:01 [2023-03-28T09:20:01.282Z] #25 4.037 Preparing to unpack .../libmagic1_1%3a5.39-3_arm64.deb ...
09:20:01 [2023-03-28T09:20:01.282Z] #25 4.046 Unpacking libmagic1:arm64 (1:5.39-3) ...
09:20:01 [2023-03-28T09:20:01.282Z] #25 4.116 Selecting previously unselected package file.
09:20:01 [2023-03-28T09:20:01.282Z] #25 4.118 Preparing to unpack .../file_1%3a5.39-3_arm64.deb ...
09:20:01 [2023-03-28T09:20:01.282Z] #25 4.125 Unpacking file (1:5.39-3) ...
09:20:01 [2023-03-28T09:20:01.282Z] #25 4.210 Setting up libmagic-mgc (1:5.39-3) ...
09:20:01 [2023-03-28T09:20:01.282Z] #25 4.221 Setting up libmagic1:arm64 (1:5.39-3) ...
09:20:01 [2023-03-28T09:20:01.282Z] #25 4.238 Setting up file (1:5.39-3) ...
09:20:01 [2023-03-28T09:20:01.282Z] #25 4.248 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:20:01 [2023-03-28T09:20:01.548Z] #25 DONE 4.4s
09:20:01 [2023-03-28T09:20:01.548Z] 
09:20:01 [2023-03-28T09:20:01.548Z] #23 [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
09:20:01 [2023-03-28T09:20:01.548Z] #23 2.022 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
09:20:01 [2023-03-28T09:20:01.548Z] #23 2.221 
09:20:01 [2023-03-28T09:20:01.548Z] #23 2.438 #=#=#                                                                         

######################################################################## 100.0%
09:20:01 [2023-03-28T09:20:01.548Z] #23 2.682 
09:20:01 [2023-03-28T09:20:01.548Z] #23 3.730 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
09:20:01 [2023-03-28T09:20:01.548Z] #23 3.958 
09:20:01 [2023-03-28T09:20:01.548Z] #23 4.177 #=#=#                                                                         

######################################################################## 100.0%
09:20:01 [2023-03-28T09:20:01.548Z] #23 4.436 
09:20:01 [2023-03-28T09:20:01.548Z] #23 5.481 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
09:20:01 [2023-03-28T09:20:01.548Z] #23 5.683 
09:20:01 [2023-03-28T09:20:01.548Z] 
09:20:01 [2023-03-28T09:20:01.548Z] #23 ...
09:20:01 [2023-03-28T09:20:01.548Z] 
09:20:01 [2023-03-28T09:20:01.548Z] #26 [dockercli-src 1/5] WORKDIR /tmp/dockercli
09:20:01 [2023-03-28T09:20:01.548Z] #26 DONE 0.1s
09:20:01 [2023-03-28T09:20:01.548Z] 
09:20:01 [2023-03-28T09:20:01.548Z] #23 [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
09:20:01 [2023-03-28T09:20:01.548Z] #23 5.902 #=#=#                                                                         

########                                                                  12.4%
09:20:01 [2023-03-28T09:20:01.548Z] #23 ...
09:20:01 [2023-03-28T09:20:01.548Z] 
09:20:01 [2023-03-28T09:20:01.548Z] #27 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
09:20:01 [2023-03-28T09:20:01.548Z] #27 DONE 0.2s
09:20:01 [2023-03-28T09:20:01.810Z] 
09:20:01 [2023-03-28T09:20:01.810Z] #28 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:20:01 [2023-03-28T09:20:01.810Z] #28 DONE 0.3s
09:20:01 [2023-03-28T09:20:01.810Z] 
09:20:01 [2023-03-28T09:20:01.810Z] #29 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
09:20:01 [2023-03-28T09:20:01.810Z] #29 DONE 0.3s
09:20:01 [2023-03-28T09:20:01.810Z] 
09:20:01 [2023-03-28T09:20:01.810Z] #30 [runc-src 1/3] WORKDIR /usr/src/runc
09:20:01 [2023-03-28T09:20:01.810Z] #30 DONE 0.3s
09:20:01 [2023-03-28T09:20:01.810Z] 
09:20:01 [2023-03-28T09:20:01.810Z] #31 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
09:20:01 [2023-03-28T09:20:01.810Z] #31 ...
09:20:01 [2023-03-28T09:20:01.810Z] 
09:20:01 [2023-03-28T09:20:01.810Z] #32 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
09:20:01 [2023-03-28T09:20:01.810Z] #32 DONE 0.4s
09:20:01 [2023-03-28T09:20:01.810Z] 
09:20:01 [2023-03-28T09:20:01.810Z] #33 [containerd-src 1/3] WORKDIR /usr/src/containerd
09:20:01 [2023-03-28T09:20:01.810Z] #33 DONE 0.4s
09:20:02 [2023-03-28T09:20:02.072Z] 
09:20:02 [2023-03-28T09:20:02.072Z] #34 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
09:20:02 [2023-03-28T09:20:02.072Z] #34 DONE 0.5s
09:20:02 [2023-03-28T09:20:02.072Z] 
09:20:02 [2023-03-28T09:20:02.072Z] #35 [registry-src 1/2] WORKDIR /usr/src/registry
09:20:02 [2023-03-28T09:20:02.072Z] #35 DONE 0.6s
09:20:02 [2023-03-28T09:20:02.072Z] 
09:20:02 [2023-03-28T09:20:02.072Z] #36 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
09:20:02 [2023-03-28T09:20:02.072Z] #36 ...
09:20:02 [2023-03-28T09:20:02.072Z] 
09:20:02 [2023-03-28T09:20:02.072Z] #37 [delve-src 1/3] WORKDIR /usr/src/delve
09:20:02 [2023-03-28T09:20:02.072Z] #37 DONE 0.7s
09:20:02 [2023-03-28T09:20:02.072Z] 
09:20:02 [2023-03-28T09:20:02.072Z] #38 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
09:20:02 [2023-03-28T09:20:02.072Z] #38 DONE 0.7s
09:20:02 [2023-03-28T09:20:02.072Z] 
09:20:02 [2023-03-28T09:20:02.072Z] #39 [tini-src 1/3] WORKDIR /usr/src/tini
09:20:02 [2023-03-28T09:20:02.072Z] #39 DONE 0.7s
09:20:02 [2023-03-28T09:20:02.335Z] 
09:20:02 [2023-03-28T09:20:02.335Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:20:02 [2023-03-28T09:20:02.335Z] #40 DONE 0.8s
09:20:02 [2023-03-28T09:20:02.335Z] 
09:20:02 [2023-03-28T09:20:02.335Z] #41 [swagger-src 1/3] WORKDIR /usr/src/swagger
09:20:02 [2023-03-28T09:20:02.335Z] #41 DONE 0.8s
09:20:02 [2023-03-28T09:20:02.335Z] 
09:20:02 [2023-03-28T09:20:02.335Z] #42 [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
09:20:02 [2023-03-28T09:20:02.335Z] #42 DONE 0.8s
09:20:02 [2023-03-28T09:20:02.335Z] 
09:20:02 [2023-03-28T09:20:02.335Z] #43 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli
09:20:02 [2023-03-28T09:20:02.335Z] #43 DONE 0.8s
09:20:02 [2023-03-28T09:20:02.335Z] 
09:20:02 [2023-03-28T09:20:02.335Z] #44 [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
09:20:07 [2023-03-28T09:20:07.642Z] #44 ...
09:20:07 [2023-03-28T09:20:07.642Z] 
09:20:07 [2023-03-28T09:20:07.642Z] #23 [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
09:20:07 [2023-03-28T09:20:07.642Z] #23 5.902 #=#=#                                                                         

########                                                                  12.4%
##########################################                                58.9%
####################################################################      94.8%
######################################################################## 100.0%
09:20:07 [2023-03-28T09:20:07.642Z] #23 6.429 
09:20:07 [2023-03-28T09:20:07.642Z] #23 8.207 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
09:20:07 [2023-03-28T09:20:07.642Z] #23 8.630 
09:20:07 [2023-03-28T09:20:07.642Z] #23 8.871 #=#=#                                                                         

######################################################################## 100.0%
09:20:07 [2023-03-28T09:20:07.642Z] #23 9.155 
09:20:07 [2023-03-28T09:20:07.642Z] #23 9.939 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
09:20:07 [2023-03-28T09:20:07.642Z] #23 10.36 
09:20:07 [2023-03-28T09:20:07.642Z] #23 10.64 #=#=#                                                                         

######################################################################## 100.0%
09:20:07 [2023-03-28T09:20:07.642Z] #23 11.00 
09:20:07 [2023-03-28T09:20:07.642Z] #23 11.10 Download of images into '/build' complete.
09:20:07 [2023-03-28T09:20:07.642Z] #23 11.10 Use something like the following to load the result into a Docker daemon:
09:20:07 [2023-03-28T09:20:07.642Z] #23 11.10   tar -cC '/build' . | docker load
09:20:07 [2023-03-28T09:20:07.642Z] #23 DONE 11.2s
09:20:07 [2023-03-28T09:20:07.642Z] 
09:20:07 [2023-03-28T09:20:07.642Z] #45 [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             ;
09:20:07 [2023-03-28T09:20:07.642Z] #0 3.968 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:20:07 [2023-03-28T09:20:07.642Z] #0 3.986 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:20:07 [2023-03-28T09:20:07.642Z] #0 3.986 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:20:07 [2023-03-28T09:20:07.642Z] #0 4.318 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:20:07 [2023-03-28T09:20:07.642Z] #0 4.702 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:20:07 [2023-03-28T09:20:07.642Z] #45 ...
09:20:07 [2023-03-28T09:20:07.642Z] 
09:20:07 [2023-03-28T09:20:07.642Z] #46 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git"
09:20:07 [2023-03-28T09:20:07.642Z] #0 5.439 hint: Using 'master' as the name for the initial branch. This default branch name
09:20:07 [2023-03-28T09:20:07.642Z] #0 5.439 hint: is subject to change. To configure the initial branch name to use in all
09:20:07 [2023-03-28T09:20:07.642Z] #0 5.439 hint: of your new repositories, which will suppress this warning, call:
09:20:07 [2023-03-28T09:20:07.642Z] #0 5.439 hint: 
09:20:07 [2023-03-28T09:20:07.642Z] #0 5.439 hint: 	git config --global init.defaultBranch <name>
09:20:07 [2023-03-28T09:20:07.642Z] #0 5.439 hint: 
09:20:07 [2023-03-28T09:20:07.642Z] #0 5.439 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:20:07 [2023-03-28T09:20:07.642Z] #0 5.439 hint: 'development'. The just-created branch can be renamed via this command:
09:20:07 [2023-03-28T09:20:07.642Z] #0 5.439 hint: 
09:20:07 [2023-03-28T09:20:07.642Z] #0 5.439 hint: 	git branch -m <name>
09:20:07 [2023-03-28T09:20:07.642Z] #0 5.447 Initialized empty Git repository in /tmp/dockercli/.git/
09:20:07 [2023-03-28T09:20:07.642Z] #46 DONE 5.5s
09:20:07 [2023-03-28T09:20:07.642Z] 
09:20:07 [2023-03-28T09:20:07.642Z] #45 [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             ;
09:20:07 [2023-03-28T09:20:07.642Z] #45 5.511 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:20:07 [2023-03-28T09:20:07.642Z] #45 ...
09:20:07 [2023-03-28T09:20:07.642Z] 
09:20:07 [2023-03-28T09:20:07.642Z] #47 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:08 [2023-03-28T09:20:08.230Z] #47 ...
09:20:08 [2023-03-28T09:20:08.230Z] 
09:20:08 [2023-03-28T09:20:08.230Z] #36 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
09:20:08 [2023-03-28T09:20:08.230Z] #36 5.564 hint: Using 'master' as the name for the initial branch. This default branch name
09:20:08 [2023-03-28T09:20:08.230Z] #36 5.564 hint: is subject to change. To configure the initial branch name to use in all
09:20:08 [2023-03-28T09:20:08.230Z] #36 5.564 hint: of your new repositories, which will suppress this warning, call:
09:20:08 [2023-03-28T09:20:08.230Z] #36 5.564 hint: 
09:20:08 [2023-03-28T09:20:08.230Z] #36 5.564 hint: 	git config --global init.defaultBranch <name>
09:20:08 [2023-03-28T09:20:08.230Z] #36 5.564 hint: 
09:20:08 [2023-03-28T09:20:08.230Z] #36 5.564 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:20:08 [2023-03-28T09:20:08.230Z] #36 5.564 hint: 'development'. The just-created branch can be renamed via this command:
09:20:08 [2023-03-28T09:20:08.230Z] #36 5.564 hint: 
09:20:08 [2023-03-28T09:20:08.230Z] #36 5.564 hint: 	git branch -m <name>
09:20:08 [2023-03-28T09:20:08.230Z] #36 5.568 Initialized empty Git repository in /usr/src/rootlesskit/.git/
09:20:08 [2023-03-28T09:20:08.230Z] #36 DONE 6.0s
09:20:08 [2023-03-28T09:20:08.230Z] 
09:20:08 [2023-03-28T09:20:08.230Z] #31 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
09:20:08 [2023-03-28T09:20:08.230Z] #31 6.139 hint: Using 'master' as the name for the initial branch. This default branch name
09:20:08 [2023-03-28T09:20:08.230Z] #31 6.139 hint: is subject to change. To configure the initial branch name to use in all
09:20:08 [2023-03-28T09:20:08.230Z] #31 6.139 hint: of your new repositories, which will suppress this warning, call:
09:20:08 [2023-03-28T09:20:08.230Z] #31 6.139 hint: 
09:20:08 [2023-03-28T09:20:08.230Z] #31 6.139 hint: 	git config --global init.defaultBranch <name>
09:20:08 [2023-03-28T09:20:08.230Z] #31 6.139 hint: 
09:20:08 [2023-03-28T09:20:08.230Z] #31 6.139 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:20:08 [2023-03-28T09:20:08.230Z] #31 6.139 hint: 'development'. The just-created branch can be renamed via this command:
09:20:08 [2023-03-28T09:20:08.230Z] #31 6.139 hint: 
09:20:08 [2023-03-28T09:20:08.230Z] #31 6.139 hint: 	git branch -m <name>
09:20:08 [2023-03-28T09:20:08.230Z] #31 6.152 Initialized empty Git repository in /usr/src/runc/.git/
09:20:08 [2023-03-28T09:20:08.230Z] #31 DONE 6.3s
09:20:08 [2023-03-28T09:20:08.230Z] 
09:20:08 [2023-03-28T09:20:08.230Z] #48 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
09:20:08 [2023-03-28T09:20:08.230Z] #0 5.743 hint: Using 'master' as the name for the initial branch. This default branch name
09:20:08 [2023-03-28T09:20:08.230Z] #0 5.743 hint: is subject to change. To configure the initial branch name to use in all
09:20:08 [2023-03-28T09:20:08.230Z] #0 5.743 hint: of your new repositories, which will suppress this warning, call:
09:20:08 [2023-03-28T09:20:08.230Z] #0 5.743 hint: 
09:20:08 [2023-03-28T09:20:08.230Z] #0 5.743 hint: 	git config --global init.defaultBranch <name>
09:20:08 [2023-03-28T09:20:08.230Z] #0 5.743 hint: 
09:20:08 [2023-03-28T09:20:08.230Z] #0 5.743 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:20:08 [2023-03-28T09:20:08.230Z] #0 5.743 hint: 'development'. The just-created branch can be renamed via this command:
09:20:08 [2023-03-28T09:20:08.230Z] #0 5.743 hint: 
09:20:08 [2023-03-28T09:20:08.230Z] #0 5.743 hint: 	git branch -m <name>
09:20:08 [2023-03-28T09:20:08.230Z] #0 5.743 Initialized empty Git repository in /usr/src/swagger/.git/
09:20:08 [2023-03-28T09:20:08.230Z] #48 DONE 5.9s
09:20:08 [2023-03-28T09:20:08.230Z] 
09:20:08 [2023-03-28T09:20:08.230Z] #49 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
09:20:08 [2023-03-28T09:20:08.802Z] #49 ...
09:20:08 [2023-03-28T09:20:08.802Z] 
09:20:08 [2023-03-28T09:20:08.802Z] #50 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.645 Initialized empty Git repository in /usr/src/containerd/.git/
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.645 hint: Using 'master' as the name for the initial branch. This default branch name
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.645 hint: is subject to change. To configure the initial branch name to use in all
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.645 hint: of your new repositories, which will suppress this warning, call:
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.645 hint: 
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.645 hint: 	git config --global init.defaultBranch <name>
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.645 hint: 
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.645 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.645 hint: 'development'. The just-created branch can be renamed via this command:
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.645 hint: 
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.645 hint: 	git branch -m <name>
09:20:08 [2023-03-28T09:20:08.802Z] #50 DONE 6.8s
09:20:08 [2023-03-28T09:20:08.802Z] 
09:20:08 [2023-03-28T09:20:08.802Z] #51 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.19" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:08 [2023-03-28T09:20:08.802Z] #51 ...
09:20:08 [2023-03-28T09:20:08.802Z] 
09:20:08 [2023-03-28T09:20:08.802Z] #52 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.648 hint: Using 'master' as the name for the initial branch. This default branch name
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.648 hint: is subject to change. To configure the initial branch name to use in all
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.648 hint: of your new repositories, which will suppress this warning, call:
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.648 hint: 
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.648 hint: 	git config --global init.defaultBranch <name>
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.648 hint: 
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.648 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.648 hint: 'development'. The just-created branch can be renamed via this command:
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.648 hint: 
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.648 hint: 	git branch -m <name>
09:20:08 [2023-03-28T09:20:08.802Z] #0 6.656 Initialized empty Git repository in /usr/src/tini/.git/
09:20:08 [2023-03-28T09:20:08.802Z] #52 DONE 6.7s
09:20:09 [2023-03-28T09:20:09.062Z] 
09:20:09 [2023-03-28T09:20:09.062Z] #53 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:10 [2023-03-28T09:20:10.010Z] #53 ...
09:20:10 [2023-03-28T09:20:10.010Z] 
09:20:10 [2023-03-28T09:20:10.010Z] #54 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
09:20:10 [2023-03-28T09:20:10.010Z] #0 7.615 hint: Using 'master' as the name for the initial branch. This default branch name
09:20:10 [2023-03-28T09:20:10.010Z] #0 7.623 hint: is subject to change. To configure the initial branch name to use in all
09:20:10 [2023-03-28T09:20:10.010Z] #0 7.623 hint: of your new repositories, which will suppress this warning, call:
09:20:10 [2023-03-28T09:20:10.010Z] #0 7.623 hint: 
09:20:10 [2023-03-28T09:20:10.010Z] #0 7.623 hint: 	git config --global init.defaultBranch <name>
09:20:10 [2023-03-28T09:20:10.010Z] #0 7.623 hint: 
09:20:10 [2023-03-28T09:20:10.010Z] #0 7.623 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:20:10 [2023-03-28T09:20:10.010Z] #0 7.623 hint: 'development'. The just-created branch can be renamed via this command:
09:20:10 [2023-03-28T09:20:10.010Z] #0 7.623 hint: 
09:20:10 [2023-03-28T09:20:10.010Z] #0 7.623 hint: 	git branch -m <name>
09:20:10 [2023-03-28T09:20:10.010Z] #0 7.625 Initialized empty Git repository in /usr/src/registry/.git/
09:20:10 [2023-03-28T09:20:10.010Z] #54 DONE 7.7s
09:20:10 [2023-03-28T09:20:10.010Z] 
09:20:10 [2023-03-28T09:20:10.010Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:20:10 [2023-03-28T09:20:10.714Z] #55 ...
09:20:10 [2023-03-28T09:20:10.714Z] 
09:20:10 [2023-03-28T09:20:10.714Z] #56 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
09:20:10 [2023-03-28T09:20:10.714Z] #0 8.225 Initialized empty Git repository in /usr/src/delve/.git/
09:20:10 [2023-03-28T09:20:10.714Z] #0 8.225 hint: Using 'master' as the name for the initial branch. This default branch name
09:20:10 [2023-03-28T09:20:10.714Z] #0 8.225 hint: is subject to change. To configure the initial branch name to use in all
09:20:10 [2023-03-28T09:20:10.714Z] #0 8.225 hint: of your new repositories, which will suppress this warning, call:
09:20:10 [2023-03-28T09:20:10.714Z] #0 8.225 hint: 
09:20:10 [2023-03-28T09:20:10.714Z] #0 8.225 hint: 	git config --global init.defaultBranch <name>
09:20:10 [2023-03-28T09:20:10.714Z] #0 8.225 hint: 
09:20:10 [2023-03-28T09:20:10.714Z] #0 8.225 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:20:10 [2023-03-28T09:20:10.714Z] #0 8.225 hint: 'development'. The just-created branch can be renamed via this command:
09:20:10 [2023-03-28T09:20:10.714Z] #0 8.225 hint: 
09:20:10 [2023-03-28T09:20:10.714Z] #0 8.225 hint: 	git branch -m <name>
09:20:10 [2023-03-28T09:20:10.714Z] #56 DONE 8.4s
09:20:10 [2023-03-28T09:20:10.714Z] 
09:20:10 [2023-03-28T09:20:10.714Z] #57 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.9.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:11 [2023-03-28T09:20:11.410Z] #57 ...
09:20:11 [2023-03-28T09:20:11.411Z] 
09:20:11 [2023-03-28T09:20:11.411Z] #58 [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.2"      && /build/gotestsum --version
09:20:11 [2023-03-28T09:20:11.411Z] #0 6.862 go: downloading gotest.tools/gotestsum v1.8.2
09:20:11 [2023-03-28T09:20:11.411Z] #0 8.001 go: downloading github.com/fatih/color v1.13.0
09:20:11 [2023-03-28T09:20:11.411Z] #0 8.078 go: downloading github.com/dnephin/pflag v1.0.7
09:20:11 [2023-03-28T09:20:11.411Z] #0 8.078 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:20:11 [2023-03-28T09:20:11.411Z] #0 8.398 go: downloading golang.org/x/tools v0.1.11
09:20:11 [2023-03-28T09:20:11.411Z] #0 8.928 go: downloading github.com/mattn/go-colorable v0.1.12
09:20:11 [2023-03-28T09:20:11.411Z] #0 8.928 go: downloading github.com/mattn/go-isatty v0.0.14
09:20:11 [2023-03-28T09:20:11.411Z] #0 9.029 go: downloading github.com/fsnotify/fsnotify v1.5.4
09:20:11 [2023-03-28T09:20:11.411Z] #0 9.217 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
09:20:11 [2023-03-28T09:20:11.685Z] #58 ...
09:20:11 [2023-03-28T09:20:11.685Z] 
09:20:11 [2023-03-28T09:20:11.685Z] #59 [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.6.0"      && /build/shfmt --version
09:20:11 [2023-03-28T09:20:11.685Z] #59 ...
09:20:11 [2023-03-28T09:20:11.685Z] 
09:20:11 [2023-03-28T09:20:11.685Z] #60 [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.51.2"      && /build/golangci-lint --version
09:20:11 [2023-03-28T09:20:11.685Z] #0 9.170 go: downloading github.com/golangci/golangci-lint v1.51.2
09:20:11 [2023-03-28T09:20:11.949Z] #60 ...
09:20:11 [2023-03-28T09:20:11.949Z] 
09:20:11 [2023-03-28T09:20:11.949Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
09:20:11 [2023-03-28T09:20:11.949Z] #0 10.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:20:11 [2023-03-28T09:20:11.949Z] #61 10.16 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:20:11 [2023-03-28T09:20:11.949Z] #61 10.20 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:20:11 [2023-03-28T09:20:11.949Z] #61 ...
09:20:11 [2023-03-28T09:20:11.949Z] 
09:20:11 [2023-03-28T09:20:11.949Z] #62 [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
09:20:11 [2023-03-28T09:20:11.949Z] #0 8.203 go: downloading github.com/pelletier/go-toml v1.8.1
09:20:12 [2023-03-28T09:20:12.216Z] #62 ...
09:20:12 [2023-03-28T09:20:12.216Z] 
09:20:12 [2023-03-28T09:20:12.216Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:20:12 [2023-03-28T09:20:12.216Z] #0 9.736 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:20:12 [2023-03-28T09:20:12.216Z] #0 9.788 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:20:12 [2023-03-28T09:20:12.216Z] #0 9.918 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:20:12 [2023-03-28T09:20:12.216Z] #63 ...
09:20:12 [2023-03-28T09:20:12.216Z] 
09:20:12 [2023-03-28T09:20:12.216Z] #64 [tini-build 2/4] 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
09:20:12 [2023-03-28T09:20:12.478Z] #64 ...
09:20:12 [2023-03-28T09:20:12.478Z] 
09:20:12 [2023-03-28T09:20:12.478Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
09:20:12 [2023-03-28T09:20:12.478Z] #0 10.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:20:12 [2023-03-28T09:20:12.478Z] #0 10.23 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:20:12 [2023-03-28T09:20:12.478Z] #0 10.23 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:20:12 [2023-03-28T09:20:12.479Z] #65 ...
09:20:12 [2023-03-28T09:20:12.479Z] 
09:20:12 [2023-03-28T09:20:12.479Z] #66 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
09:20:12 [2023-03-28T09:20:12.479Z] #0 7.116 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:20:12 [2023-03-28T09:20:12.479Z] #0 7.116 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:20:12 [2023-03-28T09:20:12.479Z] #0 7.116 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:20:12 [2023-03-28T09:20:12.740Z] #0 9.871 Reading package lists...
09:20:12 [2023-03-28T09:20:12.740Z] #66 ...
09:20:12 [2023-03-28T09:20:12.740Z] 
09:20:12 [2023-03-28T09:20:12.740Z] #67 [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.3.0"      && /build/go-winres --help
09:20:12 [2023-03-28T09:20:12.740Z] #0 8.973 go: downloading github.com/tc-hib/go-winres v0.3.0
09:20:12 [2023-03-28T09:20:12.740Z] #0 9.857 go: downloading github.com/tc-hib/winres v0.1.6
09:20:13 [2023-03-28T09:20:13.001Z] #67 ...
09:20:13 [2023-03-28T09:20:13.001Z] 
09:20:13 [2023-03-28T09:20:13.001Z] #45 [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             ;
09:20:13 [2023-03-28T09:20:13.001Z] #45 6.320 Fetched 8524 kB in 2s (3477 kB/s)
09:20:13 [2023-03-28T09:20:13.001Z] #45 6.320 Reading package lists...
09:20:13 [2023-03-28T09:20:13.001Z] #45 7.110 Reading package lists...
09:20:13 [2023-03-28T09:20:13.001Z] #45 8.496 Building dependency tree...
09:20:13 [2023-03-28T09:20:13.001Z] #45 ...
09:20:13 [2023-03-28T09:20:13.001Z] 
09:20:13 [2023-03-28T09:20:13.001Z] #64 [tini-build 2/4] 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
09:20:13 [2023-03-28T09:20:13.001Z] #64 10.87 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:20:13 [2023-03-28T09:20:13.277Z] #64 10.94 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:20:13 [2023-03-28T09:20:13.277Z] #64 10.94 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:20:15 [2023-03-28T09:20:15.191Z] #64 12.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:20:15 [2023-03-28T09:20:15.762Z] #64 ...
09:20:15 [2023-03-28T09:20:15.762Z] 
09:20:15 [2023-03-28T09:20:15.762Z] #53 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:15 [2023-03-28T09:20:15.762Z] #53 DONE 6.9s
09:20:16 [2023-03-28T09:20:16.023Z] 
09:20:16 [2023-03-28T09:20:16.023Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:20:16 [2023-03-28T09:20:16.023Z] #55 4.495 + git fetch -q --depth 1 origin v2.3.0 +refs/tags/*:refs/tags/*
09:20:17 [2023-03-28T09:20:17.937Z] #55 ...
09:20:17 [2023-03-28T09:20:17.937Z] 
09:20:17 [2023-03-28T09:20:17.937Z] #68 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:18 [2023-03-28T09:20:18.204Z] #68 ...
09:20:18 [2023-03-28T09:20:18.204Z] 
09:20:18 [2023-03-28T09:20:18.204Z] #69 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:18 [2023-03-28T09:20:18.204Z] #69 ...
09:20:18 [2023-03-28T09:20:18.204Z] 
09:20:18 [2023-03-28T09:20:18.204Z] #66 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
09:20:18 [2023-03-28T09:20:18.204Z] #0 9.871 Reading package lists...
09:20:18 [2023-03-28T09:20:18.464Z] #66 ...
09:20:18 [2023-03-28T09:20:18.464Z] 
09:20:18 [2023-03-28T09:20:18.464Z] #68 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:18 [2023-03-28T09:20:18.464Z] #68 DONE 10.4s
09:20:18 [2023-03-28T09:20:18.464Z] 
09:20:18 [2023-03-28T09:20:18.464Z] #66 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
09:20:18 [2023-03-28T09:20:18.464Z] #66 16.30 + apt-get  install -y --no-install-recommends gcc libc6-dev
09:20:22 [2023-03-28T09:20:22.026Z] #66 16.42 Reading package lists...
09:20:22 [2023-03-28T09:20:22.026Z] #66 ...
09:20:22 [2023-03-28T09:20:22.026Z] 
09:20:22 [2023-03-28T09:20:22.026Z] #49 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
09:20:22 [2023-03-28T09:20:22.026Z] #49 DONE 13.8s
09:20:22 [2023-03-28T09:20:22.296Z] 
09:20:22 [2023-03-28T09:20:22.296Z] #45 [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             ;
09:20:22 [2023-03-28T09:20:22.296Z] #45 13.06 python3 is already the newest version (3.9.2-3).
09:20:22 [2023-03-28T09:20:22.296Z] #45 13.06 The following additional packages will be installed:
09:20:22 [2023-03-28T09:20:22.296Z] #45 13.08   autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4
09:20:22 [2023-03-28T09:20:22.296Z] #45 13.10   patch xz-utils
09:20:22 [2023-03-28T09:20:22.296Z] #45 13.11 Suggested packages:
09:20:22 [2023-03-28T09:20:22.296Z] #45 13.13   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
09:20:22 [2023-03-28T09:20:22.296Z] #45 13.13   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
09:20:22 [2023-03-28T09:20:22.296Z] #45 13.13   m4-doc ed diffutils-doc
09:20:22 [2023-03-28T09:20:22.296Z] #45 13.13 Recommended packages:
09:20:22 [2023-03-28T09:20:22.296Z] #45 13.13   fakeroot libalgorithm-merge-perl libltdl-dev
09:20:22 [2023-03-28T09:20:22.296Z] #45 14.88 The following NEW packages will be installed:
09:20:22 [2023-03-28T09:20:22.296Z] #45 14.88   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
09:20:22 [2023-03-28T09:20:22.296Z] #45 14.89   libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2
09:20:22 [2023-03-28T09:20:22.296Z] #45 14.89   libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.39 0 upgraded, 20 newly installed, 0 to remove and 1 not upgraded.
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.39 Need to get 5458 kB of archives.
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.39 After this operation, 11.6 MB of additional disk space will be used.
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.40 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.43 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.49 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.49 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.63 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.64 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.65 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.66 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.66 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.68 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.68 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.72 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.75 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.76 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 15.76 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
09:20:22 [2023-03-28T09:20:22.296Z] #45 17.51 debconf: delaying package configuration, since apt-utils is not installed
09:20:22 [2023-03-28T09:20:22.296Z] #45 17.92 Fetched 5458 kB in 1s (7778 kB/s)
09:20:22 [2023-03-28T09:20:22.296Z] #45 18.03 Selecting previously unselected package bzip2.
09:20:22 [2023-03-28T09:20:22.296Z] #45 18.03 (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 ... 15745 files and directories currently installed.)
09:20:22 [2023-03-28T09:20:22.296Z] #45 18.11 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 18.12 Unpacking bzip2 (1.0.8-4) ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 18.34 Selecting previously unselected package xz-utils.
09:20:22 [2023-03-28T09:20:22.296Z] #45 18.34 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 18.35 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 18.78 Selecting previously unselected package libsigsegv2:arm64.
09:20:22 [2023-03-28T09:20:22.296Z] #45 18.78 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 18.81 Unpacking libsigsegv2:arm64 (2.13-1) ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 19.04 Selecting previously unselected package m4.
09:20:22 [2023-03-28T09:20:22.296Z] #45 19.05 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 19.08 Unpacking m4 (1.4.18-5) ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 19.37 Selecting previously unselected package autoconf.
09:20:22 [2023-03-28T09:20:22.296Z] #45 19.37 Preparing to unpack .../04-autoconf_2.69-14_all.deb ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 19.40 Unpacking autoconf (2.69-14) ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 20.04 Selecting previously unselected package autotools-dev.
09:20:22 [2023-03-28T09:20:22.296Z] #45 20.04 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 20.06 Unpacking autotools-dev (20180224.1+nmu1) ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 20.40 Selecting previously unselected package automake.
09:20:22 [2023-03-28T09:20:22.296Z] #45 20.40 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ...
09:20:22 [2023-03-28T09:20:22.296Z] #45 20.46 Unpacking automake (1:1.16.3-2) ...
09:20:22 [2023-03-28T09:20:22.557Z] #45 ...
09:20:22 [2023-03-28T09:20:22.557Z] 
09:20:22 [2023-03-28T09:20:22.557Z] #70 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
09:20:23 [2023-03-28T09:20:23.131Z] #70 ...
09:20:23 [2023-03-28T09:20:23.131Z] 
09:20:23 [2023-03-28T09:20:23.131Z] #59 [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.6.0"      && /build/shfmt --version
09:20:23 [2023-03-28T09:20:23.131Z] #59 11.48 go: downloading mvdan.cc/sh/v3 v3.6.0
09:20:23 [2023-03-28T09:20:23.131Z] #59 12.43 go: downloading github.com/google/renameio/v2 v2.0.0
09:20:23 [2023-03-28T09:20:23.131Z] #59 12.43 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
09:20:23 [2023-03-28T09:20:23.131Z] #59 13.03 go: downloading golang.org/x/term v0.3.0
09:20:23 [2023-03-28T09:20:23.131Z] #59 13.03 go: downloading mvdan.cc/editorconfig v0.2.0
09:20:23 [2023-03-28T09:20:23.131Z] #59 13.25 go: downloading golang.org/x/sys v0.3.0
09:20:23 [2023-03-28T09:20:23.131Z] #59 ...
09:20:23 [2023-03-28T09:20:23.131Z] 
09:20:23 [2023-03-28T09:20:23.131Z] #67 [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.3.0"      && /build/go-winres --help
09:20:23 [2023-03-28T09:20:23.131Z] #67 11.56 go: downloading github.com/urfave/cli/v2 v2.3.0
09:20:23 [2023-03-28T09:20:23.131Z] #67 11.78 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
09:20:23 [2023-03-28T09:20:23.131Z] #67 11.94 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
09:20:23 [2023-03-28T09:20:23.131Z] #67 15.12 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:20:23 [2023-03-28T09:20:23.131Z] #67 15.17 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:20:23 [2023-03-28T09:20:23.131Z] #67 ...
09:20:23 [2023-03-28T09:20:23.131Z] 
09:20:23 [2023-03-28T09:20:23.131Z] #44 [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
09:20:23 [2023-03-28T09:20:23.131Z] #44 10.92 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:20:23 [2023-03-28T09:20:23.131Z] #44 11.01 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:20:23 [2023-03-28T09:20:23.131Z] #44 11.01 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:20:23 [2023-03-28T09:20:23.131Z] #44 11.64 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
09:20:23 [2023-03-28T09:20:23.131Z] #44 12.64 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:20:23 [2023-03-28T09:20:23.131Z] #44 15.50 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:20:23 [2023-03-28T09:20:23.131Z] #44 18.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:20:23 [2023-03-28T09:20:23.391Z] #44 21.07 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
09:20:23 [2023-03-28T09:20:23.391Z] #44 ...
09:20:23 [2023-03-28T09:20:23.391Z] 
09:20:23 [2023-03-28T09:20:23.391Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:20:23 [2023-03-28T09:20:23.391Z] #63 11.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:20:23 [2023-03-28T09:20:23.391Z] #63 15.08 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:20:23 [2023-03-28T09:20:23.391Z] #63 18.40 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:20:23 [2023-03-28T09:20:23.653Z] #63 ...
09:20:23 [2023-03-28T09:20:23.653Z] 
09:20:23 [2023-03-28T09:20:23.653Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
09:20:23 [2023-03-28T09:20:23.653Z] #65 11.64 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:20:23 [2023-03-28T09:20:23.653Z] #65 14.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:20:23 [2023-03-28T09:20:23.653Z] #65 17.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:20:23 [2023-03-28T09:20:23.653Z] #65 ...
09:20:23 [2023-03-28T09:20:23.653Z] 
09:20:23 [2023-03-28T09:20:23.653Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
09:20:23 [2023-03-28T09:20:23.653Z] #61 11.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:20:23 [2023-03-28T09:20:23.653Z] #61 15.10 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:20:23 [2023-03-28T09:20:23.653Z] #61 18.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:20:23 [2023-03-28T09:20:23.914Z] #61 ...
09:20:23 [2023-03-28T09:20:23.914Z] 
09:20:23 [2023-03-28T09:20:23.914Z] #69 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:23 [2023-03-28T09:20:23.914Z] #69 DONE 15.6s
09:20:23 [2023-03-28T09:20:23.914Z] 
09:20:23 [2023-03-28T09:20:23.914Z] #62 [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
09:20:23 [2023-03-28T09:20:23.914Z] #62 21.72 tomll can be used in two ways:
09:20:23 [2023-03-28T09:20:23.914Z] #62 21.72 Writing to STDIN and reading from STDOUT:
09:20:23 [2023-03-28T09:20:23.914Z] #62 21.72   cat file.toml | tomll > file.toml
09:20:23 [2023-03-28T09:20:23.914Z] #62 21.72 
09:20:23 [2023-03-28T09:20:23.914Z] #62 21.72 Reading and updating a list of files:
09:20:23 [2023-03-28T09:20:23.914Z] #62 21.72   tomll a.toml b.toml c.toml
09:20:23 [2023-03-28T09:20:23.914Z] #62 21.72 
09:20:23 [2023-03-28T09:20:23.914Z] #62 21.72 When given a list of files, tomll will modify all files in place without asking.
09:20:23 [2023-03-28T09:20:23.914Z] #62 DONE 22.3s
09:20:23 [2023-03-28T09:20:23.914Z] 
09:20:23 [2023-03-28T09:20:23.914Z] #60 [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.51.2"      && /build/golangci-lint --version
09:20:23 [2023-03-28T09:20:23.914Z] #60 12.24 go: downloading github.com/fatih/color v1.14.1
09:20:23 [2023-03-28T09:20:23.914Z] #60 12.36 go: downloading github.com/gofrs/flock v0.8.1
09:20:23 [2023-03-28T09:20:23.914Z] #60 12.52 go: downloading github.com/pkg/errors v0.9.1
09:20:23 [2023-03-28T09:20:23.914Z] #60 12.52 go: downloading github.com/spf13/cobra v1.6.1
09:20:23 [2023-03-28T09:20:23.914Z] #60 12.75 go: downloading github.com/spf13/pflag v1.0.5
09:20:23 [2023-03-28T09:20:23.914Z] #60 13.27 go: downloading github.com/spf13/viper v1.12.0
09:20:23 [2023-03-28T09:20:23.914Z] #60 13.28 go: downloading gopkg.in/yaml.v3 v3.0.1
09:20:23 [2023-03-28T09:20:23.914Z] #60 13.70 go: downloading golang.org/x/tools v0.6.0
09:20:23 [2023-03-28T09:20:23.914Z] #60 13.84 go: downloading github.com/hashicorp/go-version v1.6.0
09:20:23 [2023-03-28T09:20:23.914Z] #60 14.44 go: downloading github.com/ldez/gomoddirectives v0.2.3
09:20:23 [2023-03-28T09:20:23.914Z] #60 14.62 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:20:23 [2023-03-28T09:20:23.914Z] #60 14.99 go: downloading github.com/hashicorp/go-multierror v1.1.1
09:20:23 [2023-03-28T09:20:23.914Z] #60 19.41 go: downloading github.com/mattn/go-colorable v0.1.13
09:20:23 [2023-03-28T09:20:23.914Z] #60 19.43 go: downloading github.com/sirupsen/logrus v1.9.0
09:20:23 [2023-03-28T09:20:23.914Z] #60 19.56 go: downloading github.com/stretchr/testify v1.8.1
09:20:23 [2023-03-28T09:20:23.914Z] #60 20.04 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
09:20:23 [2023-03-28T09:20:23.914Z] #60 20.11 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
09:20:23 [2023-03-28T09:20:23.914Z] #60 20.15 go: downloading github.com/mattn/go-isatty v0.0.17
09:20:23 [2023-03-28T09:20:23.914Z] #60 20.40 go: downloading github.com/mitchellh/mapstructure v1.5.0
09:20:23 [2023-03-28T09:20:23.914Z] #60 20.40 go: downloading github.com/spf13/afero v1.8.2
09:20:23 [2023-03-28T09:20:23.914Z] #60 20.52 go: downloading github.com/spf13/cast v1.5.0
09:20:23 [2023-03-28T09:20:23.914Z] #60 20.84 go: downloading github.com/spf13/jwalterweatherman v1.1.0
09:20:23 [2023-03-28T09:20:23.914Z] #60 21.00 go: downloading golang.org/x/mod v0.8.0
09:20:23 [2023-03-28T09:20:23.914Z] #60 21.03 go: downloading github.com/hashicorp/errwrap v1.0.0
09:20:23 [2023-03-28T09:20:23.914Z] #60 21.33 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
09:20:23 [2023-03-28T09:20:23.914Z] #60 21.54 go: downloading 4d63.com/gochecknoglobals v0.2.1
09:20:23 [2023-03-28T09:20:23.914Z] #60 21.77 go: downloading github.com/Abirdcfly/dupword v0.0.9
09:20:23 [2023-03-28T09:20:23.914Z] #60 21.92 go: downloading github.com/Antonboom/errname v0.1.7
09:20:23 [2023-03-28T09:20:23.914Z] #60 22.01 go: downloading github.com/Antonboom/nilnil v0.1.1
09:20:23 [2023-03-28T09:20:23.914Z] #60 22.15 go: downloading github.com/BurntSushi/toml v1.2.1
09:20:23 [2023-03-28T09:20:23.914Z] #60 22.15 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
09:20:23 [2023-03-28T09:20:23.914Z] #60 22.47 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
09:20:23 [2023-03-28T09:20:23.914Z] #60 ...
09:20:23 [2023-03-28T09:20:23.914Z] 
09:20:23 [2023-03-28T09:20:23.914Z] #45 [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             ;
09:20:23 [2023-03-28T09:20:23.914Z] #45 21.38 Selecting previously unselected package patch.
09:20:23 [2023-03-28T09:20:23.914Z] #45 21.38 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
09:20:23 [2023-03-28T09:20:23.914Z] #45 21.39 Unpacking patch (2.7.6-7) ...
09:20:23 [2023-03-28T09:20:23.914Z] #45 21.74 Selecting previously unselected package dpkg-dev.
09:20:23 [2023-03-28T09:20:23.914Z] #45 21.74 Preparing to unpack .../08-dpkg-dev_1.20.12_all.deb ...
09:20:23 [2023-03-28T09:20:23.914Z] #45 21.76 Unpacking dpkg-dev (1.20.12) ...
09:20:25 [2023-03-28T09:20:25.316Z] #45 ...
09:20:25 [2023-03-28T09:20:25.316Z] 
09:20:25 [2023-03-28T09:20:25.316Z] #58 [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.2"      && /build/gotestsum --version
09:20:25 [2023-03-28T09:20:25.316Z] #58 13.76 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
09:20:25 [2023-03-28T09:20:25.316Z] #58 14.03 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
09:20:25 [2023-03-28T09:20:25.316Z] #58 17.86 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
09:20:25 [2023-03-28T09:20:25.316Z] #58 ...
09:20:25 [2023-03-28T09:20:25.316Z] 
09:20:25 [2023-03-28T09:20:25.316Z] #66 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
09:20:25 [2023-03-28T09:20:25.316Z] #66 16.42 Reading package lists...
09:20:27 [2023-03-28T09:20:27.505Z] #66 23.16 Building dependency tree...
09:20:27 [2023-03-28T09:20:27.505Z] #66 25.07 Reading state information...
09:20:27 [2023-03-28T09:20:27.505Z] #66 ...
09:20:27 [2023-03-28T09:20:27.505Z] 
09:20:27 [2023-03-28T09:20:27.505Z] #64 [tini-build 2/4] 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
09:20:27 [2023-03-28T09:20:27.505Z] #64 15.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:20:27 [2023-03-28T09:20:27.505Z] #64 18.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:20:27 [2023-03-28T09:20:27.765Z] #64 ...
09:20:27 [2023-03-28T09:20:27.766Z] 
09:20:27 [2023-03-28T09:20:27.766Z] #45 [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             ;
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.03 Selecting previously unselected package build-essential.
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.06 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.15 Unpacking build-essential (12.9) ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.28 Selecting previously unselected package libcap2:arm64.
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.29 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.29 Unpacking libcap2:arm64 (1:2.44-1) ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.48 Selecting previously unselected package libcap-dev:arm64.
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.49 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.50 Unpacking libcap-dev:arm64 (1:2.44-1) ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.74 Selecting previously unselected package libprotobuf-c1:arm64.
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.75 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.76 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.87 Selecting previously unselected package libprotobuf-c-dev:arm64.
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.88 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 24.88 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 25.07 Selecting previously unselected package libseccomp-dev:arm64.
09:20:27 [2023-03-28T09:20:27.766Z] #45 25.12 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 25.15 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 25.39 Selecting previously unselected package libsystemd-dev:arm64.
09:20:27 [2023-03-28T09:20:27.766Z] #45 25.39 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 25.44 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 26.27 Selecting previously unselected package libtool.
09:20:27 [2023-03-28T09:20:27.766Z] #45 26.30 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ...
09:20:27 [2023-03-28T09:20:27.766Z] #45 26.33 Unpacking libtool (2.4.6-15) ...
09:20:28 [2023-03-28T09:20:28.338Z] #45 26.77 Selecting previously unselected package libudev-dev:arm64.
09:20:28 [2023-03-28T09:20:28.338Z] #45 26.77 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u1_arm64.deb ...
09:20:28 [2023-03-28T09:20:28.338Z] #45 26.85 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
09:20:28 [2023-03-28T09:20:28.598Z] #45 27.29 Selecting previously unselected package libyajl2:arm64.
09:20:28 [2023-03-28T09:20:28.859Z] #45 27.30 Preparing to unpack .../18-libyajl2_2.1.0-3_arm64.deb ...
09:20:28 [2023-03-28T09:20:28.859Z] #45 27.31 Unpacking libyajl2:arm64 (2.1.0-3) ...
09:20:28 [2023-03-28T09:20:28.859Z] #45 27.41 Selecting previously unselected package libyajl-dev:arm64.
09:20:28 [2023-03-28T09:20:28.859Z] #45 27.41 Preparing to unpack .../19-libyajl-dev_2.1.0-3_arm64.deb ...
09:20:28 [2023-03-28T09:20:28.859Z] #45 27.42 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
09:20:29 [2023-03-28T09:20:29.437Z] #45 27.67 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:20:29 [2023-03-28T09:20:29.437Z] #45 27.75 Setting up libyajl2:arm64 (2.1.0-3) ...
09:20:29 [2023-03-28T09:20:29.437Z] #45 27.84 Setting up bzip2 (1.0.8-4) ...
09:20:29 [2023-03-28T09:20:29.437Z] #45 27.89 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...#45 ...
09:20:29 [2023-03-28T09:20:29.437Z] 
09:20:29 [2023-03-28T09:20:29.437Z] #57 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.9.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:29 [2023-03-28T09:20:29.437Z] #57 DONE 18.9s
09:20:29 [2023-03-28T09:20:29.437Z] 
09:20:29 [2023-03-28T09:20:29.437Z] #45 [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             ;
09:20:29 [2023-03-28T09:20:29.437Z] #45 27.89 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:20:29 [2023-03-28T09:20:29.437Z] #45 27.91 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
09:20:29 [2023-03-28T09:20:29.437Z] #45 27.93 Setting up libcap2:arm64 (1:2.44-1) ...
09:20:29 [2023-03-28T09:20:29.437Z] #45 27.96 Setting up autotools-dev (20180224.1+nmu1) ...
09:20:29 [2023-03-28T09:20:29.700Z] #45 28.03 Setting up libsigsegv2:arm64 (2.13-1) ...
09:20:29 [2023-03-28T09:20:29.700Z] #45 28.07 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:20:29 [2023-03-28T09:20:29.700Z] #45 28.10 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:20:29 [2023-03-28T09:20:29.700Z] #45 28.14 Setting up patch (2.7.6-7) ...
09:20:29 [2023-03-28T09:20:29.700Z] #45 28.26 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
09:20:29 [2023-03-28T09:20:29.700Z] #45 28.31 Setting up libyajl-dev:arm64 (2.1.0-3) ...
09:20:29 [2023-03-28T09:20:29.700Z] #45 28.34 Setting up libcap-dev:arm64 (1:2.44-1) ...
09:20:29 [2023-03-28T09:20:29.960Z] #45 28.37 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
09:20:29 [2023-03-28T09:20:29.960Z] #45 28.38 Setting up libtool (2.4.6-15) ...
09:20:29 [2023-03-28T09:20:29.960Z] #45 28.43 Setting up m4 (1.4.18-5) ...
09:20:29 [2023-03-28T09:20:29.960Z] #45 28.46 Setting up dpkg-dev (1.20.12) ...
09:20:29 [2023-03-28T09:20:29.960Z] #45 28.54 Setting up autoconf (2.69-14) ...
09:20:30 [2023-03-28T09:20:30.220Z] #45 28.64 Setting up build-essential (12.9) ...
09:20:30 [2023-03-28T09:20:30.220Z] #45 28.67 Setting up automake (1:1.16.3-2) ...
09:20:30 [2023-03-28T09:20:30.220Z] #45 28.70 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
09:20:30 [2023-03-28T09:20:30.220Z] #45 28.70 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:20:30 [2023-03-28T09:20:30.220Z] #45 ...
09:20:30 [2023-03-28T09:20:30.220Z] 
09:20:30 [2023-03-28T09:20:30.220Z] #66 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
09:20:30 [2023-03-28T09:20:30.220Z] #66 27.86 gcc is already the newest version (4:10.2.1-1).
09:20:30 [2023-03-28T09:20:30.220Z] #66 27.86 libc6-dev is already the newest version (2.31-13+deb11u5).
09:20:30 [2023-03-28T09:20:30.220Z] #66 27.86 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
09:20:30 [2023-03-28T09:20:30.220Z] #66 DONE 28.0s
09:20:30 [2023-03-28T09:20:30.481Z] 
09:20:30 [2023-03-28T09:20:30.481Z] #60 [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.51.2"      && /build/golangci-lint --version
09:20:30 [2023-03-28T09:20:30.481Z] #60 22.60 go: downloading github.com/OpenPeeDeeP/depguard v1.1.1
09:20:30 [2023-03-28T09:20:30.481Z] #60 22.91 go: downloading github.com/alexkohler/prealloc v1.0.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 23.23 go: downloading github.com/alingse/asasalint v0.0.11
09:20:30 [2023-03-28T09:20:30.481Z] #60 23.38 go: downloading github.com/ashanbrown/forbidigo v1.4.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 23.79 go: downloading github.com/ashanbrown/makezero v1.1.1
09:20:30 [2023-03-28T09:20:30.481Z] #60 23.93 go: downloading github.com/bkielbasa/cyclop v1.2.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 23.95 go: downloading github.com/blizzy78/varnamelen v0.8.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 23.99 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 24.18 go: downloading github.com/breml/bidichk v0.2.3
09:20:30 [2023-03-28T09:20:30.481Z] #60 24.19 go: downloading github.com/breml/errchkjson v0.3.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 24.27 go: downloading github.com/butuzov/ireturn v0.1.1
09:20:30 [2023-03-28T09:20:30.481Z] #60 24.32 go: downloading github.com/charithe/durationcheck v0.0.9
09:20:30 [2023-03-28T09:20:30.481Z] #60 24.46 go: downloading github.com/curioswitch/go-reassign v0.2.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 24.53 go: downloading github.com/daixiang0/gci v0.9.1
09:20:30 [2023-03-28T09:20:30.481Z] #60 24.89 go: downloading github.com/denis-tingaikin/go-header v0.4.3
09:20:30 [2023-03-28T09:20:30.481Z] #60 24.90 go: downloading github.com/esimonov/ifshort v1.0.4
09:20:30 [2023-03-28T09:20:30.481Z] #60 25.02 go: downloading github.com/firefart/nonamedreturns v1.0.4
09:20:30 [2023-03-28T09:20:30.481Z] #60 25.04 go: downloading github.com/fzipp/gocyclo v0.6.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 25.24 go: downloading github.com/go-critic/go-critic v0.6.7
09:20:30 [2023-03-28T09:20:30.481Z] #60 26.23 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:20:30 [2023-03-28T09:20:30.481Z] #60 26.26 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
09:20:30 [2023-03-28T09:20:30.481Z] #60 26.27 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:20:30 [2023-03-28T09:20:30.481Z] #60 26.40 go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
09:20:30 [2023-03-28T09:20:30.481Z] #60 26.69 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:20:30 [2023-03-28T09:20:30.481Z] #60 26.86 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:20:30 [2023-03-28T09:20:30.481Z] #60 26.89 go: downloading github.com/golangci/misspell v0.4.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 26.98 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.04 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.11 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.18 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.23 go: downloading github.com/hexops/gotextdiff v1.0.3
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.31 go: downloading github.com/jgautheron/goconst v1.5.1
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.32 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.38 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.40 go: downloading github.com/julz/importas v0.1.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.49 go: downloading github.com/junk1tm/musttag v0.4.5
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.55 go: downloading github.com/kisielk/errcheck v1.6.3
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.56 go: downloading github.com/kkHAIKE/contextcheck v1.1.3
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.67 go: downloading github.com/kulti/thelper v0.6.3
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.75 go: downloading github.com/kunwardeep/paralleltest v1.0.6
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.90 go: downloading github.com/kyoh86/exportloopref v0.1.11
09:20:30 [2023-03-28T09:20:30.481Z] #60 27.94 go: downloading github.com/ldez/tagliatelle v0.4.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 28.00 go: downloading github.com/leonklingele/grouper v1.1.1
09:20:30 [2023-03-28T09:20:30.481Z] #60 28.00 go: downloading github.com/lufeee/execinquery v1.2.1
09:20:30 [2023-03-28T09:20:30.481Z] #60 28.17 go: downloading github.com/maratori/testableexamples v1.0.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 28.36 go: downloading github.com/maratori/testpackage v1.1.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 28.49 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
09:20:30 [2023-03-28T09:20:30.481Z] #60 28.62 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
09:20:30 [2023-03-28T09:20:30.481Z] #60 28.65 go: downloading github.com/mgechev/revive v1.2.5
09:20:30 [2023-03-28T09:20:30.742Z] #60 ...
09:20:30 [2023-03-28T09:20:30.742Z] 
09:20:30 [2023-03-28T09:20:30.742Z] #45 [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             ;
09:20:30 [2023-03-28T09:20:30.742Z] #45 DONE 29.2s
09:20:30 [2023-03-28T09:20:30.742Z] 
09:20:30 [2023-03-28T09:20:30.742Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:20:30 [2023-03-28T09:20:30.742Z] #55 12.22 + git checkout -q FETCH_HEAD
09:20:30 [2023-03-28T09:20:30.742Z] #55 15.16 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
09:20:30 [2023-03-28T09:20:30.742Z] #55 15.16 + CGO_ENABLED=0 xx-go build -o /build/registry-v2 -v ./cmd/registry
09:20:30 [2023-03-28T09:20:30.742Z] #55 17.90 github.com/docker/distribution/manifest
09:20:30 [2023-03-28T09:20:30.742Z] #55 18.13 crypto/sha1
09:20:30 [2023-03-28T09:20:30.742Z] #55 18.38 net
09:20:30 [2023-03-28T09:20:30.742Z] #55 19.37 github.com/Sirupsen/logrus
09:20:30 [2023-03-28T09:20:30.742Z] #55 ...
09:20:30 [2023-03-28T09:20:30.742Z] 
09:20:30 [2023-03-28T09:20:30.742Z] #71 [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
09:20:31 [2023-03-28T09:20:31.683Z] #71 0.817 Cloning into '/tmp/crun-build'...
09:20:35 [2023-03-28T09:20:35.901Z] #71 ...
09:20:35 [2023-03-28T09:20:35.901Z] 
09:20:35 [2023-03-28T09:20:35.901Z] #60 [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.51.2"      && /build/golangci-lint --version
09:20:35 [2023-03-28T09:20:35.901Z] #60 29.90 go: downloading github.com/moricho/tparallel v0.2.1
09:20:35 [2023-03-28T09:20:35.901Z] #60 29.90 go: downloading github.com/nakabonne/nestif v0.3.1
09:20:35 [2023-03-28T09:20:35.901Z] #60 30.01 go: downloading github.com/nishanths/exhaustive v0.9.5
09:20:35 [2023-03-28T09:20:35.901Z] #60 30.01 go: downloading github.com/nishanths/predeclared v0.2.2
09:20:35 [2023-03-28T09:20:35.901Z] #60 30.24 go: downloading github.com/nunnatsa/ginkgolinter v0.8.1
09:20:35 [2023-03-28T09:20:35.901Z] #60 30.32 go: downloading github.com/polyfloyd/go-errorlint v1.1.0
09:20:35 [2023-03-28T09:20:35.901Z] #60 30.39 go: downloading github.com/ryancurrah/gomodguard v1.3.0
09:20:35 [2023-03-28T09:20:35.901Z] #60 30.44 go: downloading github.com/ryanrolds/sqlclosecheck v0.4.0
09:20:35 [2023-03-28T09:20:35.901Z] #60 30.53 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
09:20:35 [2023-03-28T09:20:35.901Z] #60 30.55 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
09:20:35 [2023-03-28T09:20:35.901Z] #60 30.58 go: downloading github.com/sashamelentyev/usestdlibvars v1.23.0
09:20:35 [2023-03-28T09:20:35.901Z] #60 30.65 go: downloading github.com/securego/gosec/v2 v2.15.0
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.05 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.05 go: downloading github.com/sivchari/containedctx v1.0.2
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.12 go: downloading github.com/sivchari/nosnakecase v1.7.0
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.15 go: downloading github.com/sivchari/tenv v1.7.1
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.29 go: downloading github.com/sonatard/noctx v0.0.1
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.41 go: downloading github.com/sourcegraph/go-diff v0.7.0
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.42 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.59 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.68 go: downloading github.com/tdakkota/asciicheck v0.1.1
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.74 go: downloading github.com/tetafro/godot v1.4.11
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.77 go: downloading github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.89 go: downloading github.com/timonwong/loggercheck v0.9.3
09:20:35 [2023-03-28T09:20:35.901Z] #60 31.89 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.0
09:20:35 [2023-03-28T09:20:35.901Z] #60 32.04 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
09:20:35 [2023-03-28T09:20:35.901Z] #60 32.18 go: downloading github.com/ultraware/funlen v0.0.3
09:20:35 [2023-03-28T09:20:35.901Z] #60 32.22 go: downloading github.com/ultraware/whitespace v0.0.5
09:20:35 [2023-03-28T09:20:35.901Z] #60 32.28 go: downloading github.com/uudashr/gocognit v1.0.6
09:20:35 [2023-03-28T09:20:35.901Z] #60 32.35 go: downloading github.com/yagipy/maintidx v1.0.0
09:20:35 [2023-03-28T09:20:35.901Z] #60 32.42 go: downloading github.com/yeya24/promlinter v0.2.0
09:20:35 [2023-03-28T09:20:35.901Z] #60 32.60 go: downloading gitlab.com/bosi/decorder v0.2.3
09:20:35 [2023-03-28T09:20:35.901Z] #60 32.78 go: downloading honnef.co/go/tools v0.4.2
09:20:35 [2023-03-28T09:20:35.901Z] #60 34.57 go: downloading mvdan.cc/gofumpt v0.4.0
09:20:36 [2023-03-28T09:20:36.162Z] #60 34.57 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:20:36 [2023-03-28T09:20:36.162Z] #60 34.79 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
09:20:36 [2023-03-28T09:20:36.162Z] #60 34.85 go: downloading golang.org/x/sys v0.5.0
09:20:36 [2023-03-28T09:20:36.422Z] #60 ...
09:20:36 [2023-03-28T09:20:36.422Z] 
09:20:36 [2023-03-28T09:20:36.422Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
09:20:36 [2023-03-28T09:20:36.422Z] #65 24.53 Fetched 8524 kB in 15s (584 kB/s)
09:20:36 [2023-03-28T09:20:36.422Z] #65 24.53 Reading package lists...
09:20:36 [2023-03-28T09:20:36.422Z] #65 30.65 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:20:36 [2023-03-28T09:20:36.422Z] #65 30.68 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:20:36 [2023-03-28T09:20:36.422Z] #65 30.68 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:20:36 [2023-03-28T09:20:36.683Z] #65 33.55 Reading package lists...
09:20:36 [2023-03-28T09:20:36.683Z] #65 ...
09:20:36 [2023-03-28T09:20:36.683Z] 
09:20:36 [2023-03-28T09:20:36.683Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:20:36 [2023-03-28T09:20:36.683Z] #55 22.97 github.com/Sirupsen/logrus/formatters/logstash
09:20:36 [2023-03-28T09:20:36.683Z] #55 23.30 github.com/bugsnag/bugsnag-go/errors
09:20:36 [2023-03-28T09:20:36.683Z] #55 24.25 github.com/bugsnag/osext
09:20:36 [2023-03-28T09:20:36.683Z] #55 24.58 github.com/bugsnag/panicwrap
09:20:36 [2023-03-28T09:20:36.683Z] #55 25.90 gopkg.in/yaml.v2
09:20:36 [2023-03-28T09:20:36.683Z] #55 ...
09:20:36 [2023-03-28T09:20:36.683Z] 
09:20:36 [2023-03-28T09:20:36.683Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:20:36 [2023-03-28T09:20:36.683Z] #63 24.91 Fetched 8524 kB in 16s (547 kB/s)
09:20:36 [2023-03-28T09:20:36.683Z] #63 24.91 Reading package lists...
09:20:36 [2023-03-28T09:20:36.683Z] #63 31.28 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:20:36 [2023-03-28T09:20:36.683Z] #63 31.28 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:20:36 [2023-03-28T09:20:36.683Z] #63 31.28 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:20:36 [2023-03-28T09:20:36.943Z] #63 34.08 Reading package lists...
09:20:36 [2023-03-28T09:20:36.943Z] #63 ...
09:20:36 [2023-03-28T09:20:36.943Z] 
09:20:36 [2023-03-28T09:20:36.943Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
09:20:36 [2023-03-28T09:20:36.943Z] #61 25.31 Fetched 8524 kB in 15s (550 kB/s)
09:20:36 [2023-03-28T09:20:36.943Z] #61 25.31 Reading package lists...
09:20:36 [2023-03-28T09:20:36.943Z] #61 31.24 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:20:36 [2023-03-28T09:20:36.943Z] #61 31.25 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:20:36 [2023-03-28T09:20:36.943Z] #61 31.25 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:20:38 [2023-03-28T09:20:38.337Z] #61 34.21 Reading package lists...
09:20:38 [2023-03-28T09:20:38.337Z] #61 ...
09:20:38 [2023-03-28T09:20:38.337Z] 
09:20:38 [2023-03-28T09:20:38.337Z] #64 [tini-build 2/4] 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
09:20:38 [2023-03-28T09:20:38.337Z] #64 25.77 Fetched 8524 kB in 15s (559 kB/s)
09:20:38 [2023-03-28T09:20:38.337Z] #64 25.77 Reading package lists...
09:20:38 [2023-03-28T09:20:38.337Z] #64 31.54 Reading package lists...
09:20:38 [2023-03-28T09:20:38.337Z] #64 ...
09:20:38 [2023-03-28T09:20:38.337Z] 
09:20:38 [2023-03-28T09:20:38.337Z] #44 [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
09:20:38 [2023-03-28T09:20:38.337Z] #44 25.88 Fetched 8528 kB in 15s (552 kB/s)
09:20:38 [2023-03-28T09:20:38.337Z] #44 25.88 Reading package lists...
09:20:38 [2023-03-28T09:20:38.337Z] #44 31.46 Reading package lists...
09:20:38 [2023-03-28T09:20:38.337Z] #44 36.06 Building dependency tree...
09:20:38 [2023-03-28T09:20:38.337Z] #44 ...
09:20:38 [2023-03-28T09:20:38.337Z] 
09:20:38 [2023-03-28T09:20:38.337Z] #71 [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
09:20:38 [2023-03-28T09:20:38.337Z] #71 7.491 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
09:20:38 [2023-03-28T09:20:38.337Z] #71 7.527 Cloning into '/tmp/crun-build/libocispec'...
09:20:39 [2023-03-28T09:20:39.719Z] #71 9.011 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
09:20:39 [2023-03-28T09:20:39.719Z] #71 9.054 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
09:20:39 [2023-03-28T09:20:39.719Z] #71 9.091 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
09:20:39 [2023-03-28T09:20:39.719Z] #71 9.095 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
09:20:39 [2023-03-28T09:20:39.719Z] #71 9.134 Cloning into '/tmp/crun-build/libocispec/image-spec'...
09:20:39 [2023-03-28T09:20:39.719Z] #71 ...
09:20:39 [2023-03-28T09:20:39.719Z] 
09:20:39 [2023-03-28T09:20:39.719Z] #72 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
09:20:39 [2023-03-28T09:20:39.979Z] #72 ...
09:20:39 [2023-03-28T09:20:39.979Z] 
09:20:39 [2023-03-28T09:20:39.979Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
09:20:39 [2023-03-28T09:20:39.979Z] #65 33.55 Reading package lists...
09:20:39 [2023-03-28T09:20:39.979Z] #65 38.17 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
09:20:44 [2023-03-28T09:20:44.181Z] #65 38.27 Reading package lists...
09:20:45 [2023-03-28T09:20:45.132Z] #65 42.52 Building dependency tree...
09:20:45 [2023-03-28T09:20:45.132Z] #65 ...
09:20:45 [2023-03-28T09:20:45.132Z] 
09:20:45 [2023-03-28T09:20:45.132Z] #67 [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.3.0"      && /build/go-winres --help
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.57 NAME:
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.57    go-winres - A tool for embedding resources in Windows executables
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.57 
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.57 USAGE:
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.57    go-winres [global options] command [command options] [arguments...]
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.57 
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.57 COMMANDS:
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.57    init     Create an initial ./winres/winres.json
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.57    make     Make syso files for the "go build" command
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.57    simply   Make syso files for the "go build" command (simplified)
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.57    extract  Extract all resources from an executable
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.58    patch    Replace resources in an executable file (exe, dll)
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.58    help, h  Shows a list of commands or help for one command
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.58 
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.58 GLOBAL OPTIONS:
09:20:45 [2023-03-28T09:20:45.132Z] #67 43.58    --help, -h  show help (default: false)
09:20:46 [2023-03-28T09:20:46.520Z] #67 DONE 44.9s
09:20:46 [2023-03-28T09:20:46.520Z] 
09:20:46 [2023-03-28T09:20:46.521Z] #64 [tini-build 2/4] 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
09:20:46 [2023-03-28T09:20:46.521Z] #64 31.54 Reading package lists...
09:20:46 [2023-03-28T09:20:46.521Z] #64 36.53 Building dependency tree...
09:20:46 [2023-03-28T09:20:46.521Z] #64 40.51 The following additional packages will be installed:
09:20:46 [2023-03-28T09:20:46.521Z] #64 40.53   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
09:20:46 [2023-03-28T09:20:46.521Z] #64 40.56 Suggested packages:
09:20:46 [2023-03-28T09:20:46.521Z] #64 40.56   cmake-doc ninja-build lrzip
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.04 The following NEW packages will be installed:
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.06   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.51 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.51 Need to get 15.1 MB of archives.
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.51 After this operation, 66.8 MB of additional disk space will be used.
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.51 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.88 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB]
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.91 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.95 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
09:20:46 [2023-03-28T09:20:46.521Z] #64 41.96 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
09:20:46 [2023-03-28T09:20:46.521Z] #64 43.27 debconf: delaying package configuration, since apt-utils is not installed
09:20:46 [2023-03-28T09:20:46.521Z] #64 43.52 Fetched 15.1 MB in 1s (16.6 MB/s)
09:20:46 [2023-03-28T09:20:46.521Z] #64 43.73 Selecting previously unselected package cmake-data.
09:20:46 [2023-03-28T09:20:46.521Z] #64 43.73 (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 ... 15745 files and directories currently installed.)
09:20:46 [2023-03-28T09:20:46.521Z] #64 43.76 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
09:20:46 [2023-03-28T09:20:46.521Z] #64 43.78 Unpacking cmake-data (3.18.4-2+deb11u1) ...
09:20:48 [2023-03-28T09:20:48.438Z] #64 ...
09:20:48 [2023-03-28T09:20:48.438Z] 
09:20:48 [2023-03-28T09:20:48.438Z] #44 [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
09:20:48 [2023-03-28T09:20:48.438Z] #44 36.06 Building dependency tree...
09:20:48 [2023-03-28T09:20:48.438Z] #44 39.85 The following additional packages will be installed:
09:20:48 [2023-03-28T09:20:48.438Z] #44 39.89   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:20:48 [2023-03-28T09:20:48.438Z] #44 39.89   python3-protobuf python3-six
09:20:48 [2023-03-28T09:20:48.438Z] #44 39.90 Suggested packages:
09:20:48 [2023-03-28T09:20:48.438Z] #44 39.91   python3-setuptools
09:20:48 [2023-03-28T09:20:48.438Z] #44 39.91 Recommended packages:
09:20:48 [2023-03-28T09:20:48.438Z] #44 39.91   iproute2 | iproute
09:20:48 [2023-03-28T09:20:48.438Z] #44 40.56 The following NEW packages will be installed:
09:20:48 [2023-03-28T09:20:48.438Z] #44 40.56   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:20:48 [2023-03-28T09:20:48.438Z] #44 40.57   python3-protobuf python3-six
09:20:48 [2023-03-28T09:20:48.438Z] #44 41.09 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
09:20:48 [2023-03-28T09:20:48.438Z] #44 41.09 Need to get 2136 kB of archives.
09:20:48 [2023-03-28T09:20:48.438Z] #44 41.09 After this operation, 10.8 MB of additional disk space will be used.
09:20:48 [2023-03-28T09:20:48.438Z] #44 41.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
09:20:48 [2023-03-28T09:20:48.438Z] #44 41.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:20:48 [2023-03-28T09:20:48.438Z] #44 41.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
09:20:48 [2023-03-28T09:20:48.438Z] #44 41.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
09:20:48 [2023-03-28T09:20:48.438Z] #44 41.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
09:20:48 [2023-03-28T09:20:48.438Z] #44 41.15 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
09:20:48 [2023-03-28T09:20:48.438Z] #44 41.15 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
09:20:48 [2023-03-28T09:20:48.438Z] #44 43.36 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
09:20:48 [2023-03-28T09:20:48.438Z] #44 45.36 debconf: delaying package configuration, since apt-utils is not installed
09:20:48 [2023-03-28T09:20:48.438Z] #44 45.65 Fetched 2136 kB in 3s (703 kB/s)
09:20:48 [2023-03-28T09:20:48.438Z] #44 45.82 Selecting previously unselected package libprotobuf23:arm64.
09:20:48 [2023-03-28T09:20:48.438Z] #44 45.82 (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 ... 15745 files and directories currently installed.)
09:20:48 [2023-03-28T09:20:48.438Z] #44 45.88 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
09:20:48 [2023-03-28T09:20:48.438Z] #44 45.91 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
09:20:48 [2023-03-28T09:20:48.438Z] #44 ...
09:20:48 [2023-03-28T09:20:48.438Z] 
09:20:48 [2023-03-28T09:20:48.438Z] #60 [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.51.2"      && /build/golangci-lint --version
09:20:48 [2023-03-28T09:20:48.438Z] #60 36.98 go: downloading github.com/davecgh/go-spew v1.1.1
09:20:48 [2023-03-28T09:20:48.438Z] #60 36.99 go: downloading github.com/pmezard/go-difflib v1.0.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 37.03 go: downloading github.com/stretchr/objx v0.5.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 37.08 go: downloading golang.org/x/text v0.6.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 42.37 go: downloading github.com/subosito/gotenv v1.4.1
09:20:48 [2023-03-28T09:20:48.438Z] #60 42.45 go: downloading github.com/hashicorp/hcl v1.0.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 42.73 go: downloading github.com/magiconair/properties v1.8.6
09:20:48 [2023-03-28T09:20:48.438Z] #60 42.74 go: downloading gopkg.in/ini.v1 v1.67.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 42.82 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
09:20:48 [2023-03-28T09:20:48.438Z] #60 42.86 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
09:20:48 [2023-03-28T09:20:48.438Z] #60 43.35 go: downloading github.com/pelletier/go-toml v1.9.5
09:20:48 [2023-03-28T09:20:48.438Z] #60 43.67 go: downloading github.com/gobwas/glob v0.2.3
09:20:48 [2023-03-28T09:20:48.438Z] #60 43.96 go: downloading gopkg.in/yaml.v2 v2.4.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 44.15 go: downloading golang.org/x/sync v0.1.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 44.15 go: downloading go.uber.org/zap v1.17.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 44.53 go: downloading github.com/go-toolsmith/astfmt v1.1.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 44.56 go: downloading github.com/go-toolsmith/astcast v1.1.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 44.59 go: downloading github.com/go-toolsmith/astcopy v1.0.3
09:20:48 [2023-03-28T09:20:48.438Z] #60 44.62 go: downloading github.com/go-toolsmith/astequal v1.1.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 44.69 go: downloading github.com/go-toolsmith/astp v1.1.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 44.70 go: downloading github.com/go-toolsmith/strparse v1.1.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 44.72 go: downloading github.com/go-toolsmith/typep v1.1.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 44.74 go: downloading github.com/quasilyte/go-ruleguard v0.3.19
09:20:48 [2023-03-28T09:20:48.438Z] #60 44.86 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
09:20:48 [2023-03-28T09:20:48.438Z] #60 45.11 go: downloading golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9
09:20:48 [2023-03-28T09:20:48.438Z] #60 45.28 go: downloading github.com/kisielk/gotool v1.0.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 45.36 go: downloading github.com/gostaticanalysis/comment v1.4.2
09:20:48 [2023-03-28T09:20:48.438Z] #60 45.54 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
09:20:48 [2023-03-28T09:20:48.438Z] #60 45.84 go: downloading github.com/ettle/strcase v0.1.1
09:20:48 [2023-03-28T09:20:48.438Z] #60 45.88 go: downloading github.com/fatih/structtag v1.2.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 45.94 go: downloading github.com/Masterminds/semver v1.5.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 45.98 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
09:20:48 [2023-03-28T09:20:48.438Z] #60 46.24 go: downloading github.com/prometheus/client_golang v1.12.1
09:20:48 [2023-03-28T09:20:48.438Z] #60 46.81 go: downloading github.com/prometheus/client_model v0.2.0
09:20:48 [2023-03-28T09:20:48.438Z] #60 46.89 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:20:48 [2023-03-28T09:20:48.438Z] #60 46.94 go: downloading github.com/google/go-cmp v0.5.9
09:20:48 [2023-03-28T09:20:48.706Z] #60 47.25 go: downloading go.uber.org/atomic v1.7.0
09:20:48 [2023-03-28T09:20:48.706Z] #60 47.28 go: downloading go.uber.org/multierr v1.6.0
09:20:48 [2023-03-28T09:20:48.706Z] #60 47.34 go: downloading github.com/quasilyte/gogrep v0.5.0
09:20:48 [2023-03-28T09:20:48.969Z] #60 ...
09:20:48 [2023-03-28T09:20:48.969Z] 
09:20:48 [2023-03-28T09:20:48.969Z] #44 [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
09:20:48 [2023-03-28T09:20:48.969Z] #44 46.64 Selecting previously unselected package python3-pkg-resources.
09:20:48 [2023-03-28T09:20:48.969Z] #44 46.64 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
09:20:48 [2023-03-28T09:20:48.969Z] #44 46.65 Unpacking python3-pkg-resources (52.0.0-4) ...
09:20:49 [2023-03-28T09:20:49.256Z] #44 46.87 Selecting previously unselected package python3-six.
09:20:49 [2023-03-28T09:20:49.256Z] #44 ...
09:20:49 [2023-03-28T09:20:49.256Z] 
09:20:49 [2023-03-28T09:20:49.256Z] #61 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             gcc libc6-dev
09:20:49 [2023-03-28T09:20:49.256Z] #61 34.21 Reading package lists...
09:20:49 [2023-03-28T09:20:49.256Z] #61 38.66 + apt-get  install -y --no-install-recommends gcc libc6-dev
09:20:49 [2023-03-28T09:20:49.256Z] #61 38.71 Reading package lists...
09:20:49 [2023-03-28T09:20:49.256Z] #61 43.00 Building dependency tree...
09:20:49 [2023-03-28T09:20:49.256Z] #61 46.93 gcc is already the newest version (4:10.2.1-1).
09:20:49 [2023-03-28T09:20:49.256Z] #61 46.93 libc6-dev is already the newest version (2.31-13+deb11u5).
09:20:49 [2023-03-28T09:20:49.256Z] #61 46.93 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
09:20:49 [2023-03-28T09:20:49.256Z] #61 DONE 47.3s
09:20:49 [2023-03-28T09:20:49.256Z] 
09:20:49 [2023-03-28T09:20:49.256Z] #44 [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
09:20:49 [2023-03-28T09:20:49.256Z] #44 46.88 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
09:20:49 [2023-03-28T09:20:49.256Z] #44 46.90 Unpacking python3-six (1.16.0-2) ...
09:20:49 [2023-03-28T09:20:49.517Z] #44 ...
09:20:49 [2023-03-28T09:20:49.517Z] 
09:20:49 [2023-03-28T09:20:49.517Z] #59 [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.6.0"      && /build/shfmt --version
09:20:49 [2023-03-28T09:20:49.517Z] #59 47.71 v3.6.0
09:20:49 [2023-03-28T09:20:49.517Z] #59 DONE 47.9s
09:20:49 [2023-03-28T09:20:49.517Z] 
09:20:49 [2023-03-28T09:20:49.517Z] #44 [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
09:20:49 [2023-03-28T09:20:49.517Z] #44 47.21 Selecting previously unselected package python3-protobuf.
09:20:49 [2023-03-28T09:20:49.517Z] #44 47.29 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
09:20:49 [2023-03-28T09:20:49.517Z] #44 47.29 Unpacking python3-protobuf (3.12.4-1) ...
09:20:50 [2023-03-28T09:20:50.462Z] #44 ...
09:20:50 [2023-03-28T09:20:50.462Z] 
09:20:50 [2023-03-28T09:20:50.462Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:20:50 [2023-03-28T09:20:50.462Z] #63 34.08 Reading package lists...
09:20:50 [2023-03-28T09:20:50.462Z] #63 38.82 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
09:20:50 [2023-03-28T09:20:50.462Z] #63 38.93 Reading package lists...
09:20:50 [2023-03-28T09:20:50.462Z] #63 43.59 Building dependency tree...
09:20:50 [2023-03-28T09:20:50.462Z] #63 47.28 gcc is already the newest version (4:10.2.1-1).
09:20:50 [2023-03-28T09:20:50.462Z] #63 47.28 The following additional packages will be installed:
09:20:50 [2023-03-28T09:20:50.462Z] #63 47.28   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
09:20:50 [2023-03-28T09:20:50.462Z] #63 47.28   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
09:20:50 [2023-03-28T09:20:50.462Z] #63 47.28   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
09:20:50 [2023-03-28T09:20:50.462Z] #63 47.28   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
09:20:50 [2023-03-28T09:20:50.462Z] #63 47.29   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
09:20:50 [2023-03-28T09:20:50.462Z] #63 47.29   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
09:20:50 [2023-03-28T09:20:50.462Z] #63 47.29 Suggested packages:
09:20:50 [2023-03-28T09:20:50.462Z] #63 47.29   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
09:20:50 [2023-03-28T09:20:50.462Z] #63 47.29   | libgdk-pixbuf2.0-dev libxml2-utils
09:20:50 [2023-03-28T09:20:50.724Z] #63 ...
09:20:50 [2023-03-28T09:20:50.724Z] 
09:20:50 [2023-03-28T09:20:50.724Z] #44 [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
09:20:50 [2023-03-28T09:20:50.724Z] #44 48.25 Selecting previously unselected package libnet1:arm64.
09:20:50 [2023-03-28T09:20:50.724Z] #44 48.25 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
09:20:50 [2023-03-28T09:20:50.724Z] #44 48.29 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:20:50 [2023-03-28T09:20:50.986Z] #44 48.61 Selecting previously unselected package libnl-3-200:arm64.
09:20:50 [2023-03-28T09:20:50.986Z] #44 48.61 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
09:20:50 [2023-03-28T09:20:50.986Z] #44 48.63 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
09:20:50 [2023-03-28T09:20:50.986Z] #44 48.79 Selecting previously unselected package libprotobuf-c1:arm64.
09:20:50 [2023-03-28T09:20:50.986Z] #44 48.79 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
09:20:50 [2023-03-28T09:20:50.986Z] #44 48.80 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:20:51 [2023-03-28T09:20:51.249Z] #44 48.94 Selecting previously unselected package criu.
09:20:51 [2023-03-28T09:20:51.249Z] #44 ...
09:20:51 [2023-03-28T09:20:51.249Z] 
09:20:51 [2023-03-28T09:20:51.249Z] #47 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:51 [2023-03-28T09:20:51.249Z] #47 DONE 44.2s
09:20:51 [2023-03-28T09:20:51.249Z] 
09:20:51 [2023-03-28T09:20:51.249Z] #44 [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
09:20:51 [2023-03-28T09:20:51.249Z] #44 48.95 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
09:20:51 [2023-03-28T09:20:51.249Z] #44 48.95 Unpacking criu (3.17.1-1) ...
09:20:52 [2023-03-28T09:20:52.191Z] #44 49.89 Setting up python3-pkg-resources (52.0.0-4) ...
09:20:52 [2023-03-28T09:20:52.191Z] #44 ...
09:20:52 [2023-03-28T09:20:52.191Z] 
09:20:52 [2023-03-28T09:20:52.191Z] #71 [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
09:20:52 [2023-03-28T09:20:52.191Z] #71 11.52 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
09:20:52 [2023-03-28T09:20:52.191Z] #71 13.59 Cloning into '/tmp/crun-build/libocispec/yajl'...
09:20:52 [2023-03-28T09:20:52.191Z] #71 14.80 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
09:20:52 [2023-03-28T09:20:52.191Z] #71 15.16 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
09:20:52 [2023-03-28T09:20:52.191Z] #71 15.39 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
09:20:52 [2023-03-28T09:20:52.452Z] #71 ...
09:20:52 [2023-03-28T09:20:52.452Z] 
09:20:52 [2023-03-28T09:20:52.452Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.43 The following NEW packages will be installed:
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.43   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.43   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.43   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.43   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.43   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.44   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.96 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.96 Need to get 7950 kB of archives.
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.96 After this operation, 39.9 MB of additional disk space will be used.
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.96 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.97 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.97 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.97 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.97 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.98 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
09:20:52 [2023-03-28T09:20:52.452Z] #63 49.99 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
09:20:52 [2023-03-28T09:20:52.452Z] #63 50.01 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
09:20:52 [2023-03-28T09:20:52.452Z] #63 50.03 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
09:20:52 [2023-03-28T09:20:52.452Z] #63 50.05 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
09:20:52 [2023-03-28T09:20:52.452Z] #63 50.05 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.10 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.13 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.14 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.16 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.16 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.20 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.24 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.24 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.28 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.31 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.32 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.33 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.34 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.35 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.39 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.39 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
09:20:52 [2023-03-28T09:20:52.453Z] #63 50.46 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
09:20:53 [2023-03-28T09:20:53.025Z] #63 51.34 debconf: delaying package configuration, since apt-utils is not installed
09:20:53 [2023-03-28T09:20:53.597Z] #63 51.66 Fetched 7950 kB in 1s (8561 kB/s)
09:20:53 [2023-03-28T09:20:53.597Z] #63 51.79 Selecting previously unselected package libgirepository-1.0-1:arm64.
09:20:53 [2023-03-28T09:20:53.597Z] #63 51.79 (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 ... 15745 files and directories currently installed.)
09:20:53 [2023-03-28T09:20:53.597Z] #63 51.85 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
09:20:53 [2023-03-28T09:20:53.597Z] #63 51.88 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:20:54 [2023-03-28T09:20:54.170Z] #63 52.36 Selecting previously unselected package gir1.2-glib-2.0:arm64.
09:20:54 [2023-03-28T09:20:54.170Z] #63 52.37 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
09:20:54 [2023-03-28T09:20:54.170Z] #63 52.45 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:20:54 [2023-03-28T09:20:54.434Z] #63 52.65 Selecting previously unselected package libsecret-common.
09:20:54 [2023-03-28T09:20:54.434Z] #63 52.66 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
09:20:54 [2023-03-28T09:20:54.434Z] #63 52.70 Unpacking libsecret-common (0.20.4-2) ...
09:20:55 [2023-03-28T09:20:55.008Z] #63 53.28 Selecting previously unselected package libsecret-1-0:arm64.
09:20:55 [2023-03-28T09:20:55.008Z] #63 53.28 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ...
09:20:55 [2023-03-28T09:20:55.009Z] #63 53.31 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
09:20:55 [2023-03-28T09:20:55.306Z] #63 ...
09:20:55 [2023-03-28T09:20:55.306Z] 
09:20:55 [2023-03-28T09:20:55.306Z] #73 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
09:20:55 [2023-03-28T09:20:55.306Z] #73 DONE 3.9s
09:20:55 [2023-03-28T09:20:55.306Z] 
09:20:55 [2023-03-28T09:20:55.306Z] #51 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.19" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:20:55 [2023-03-28T09:20:55.306Z] #51 DONE 46.5s
09:20:55 [2023-03-28T09:20:55.306Z] 
09:20:55 [2023-03-28T09:20:55.306Z] #65 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
09:20:55 [2023-03-28T09:20:55.306Z] #65 42.52 Building dependency tree...
09:20:55 [2023-03-28T09:20:55.306Z] #65 46.60 gcc is already the newest version (4:10.2.1-1).
09:20:55 [2023-03-28T09:20:55.306Z] #65 46.60 libc6-dev is already the newest version (2.31-13+deb11u5).
09:20:55 [2023-03-28T09:20:55.306Z] #65 46.60 The following additional packages will be installed:
09:20:55 [2023-03-28T09:20:55.306Z] #65 46.61   bzip2 patch xz-utils
09:20:55 [2023-03-28T09:20:55.306Z] #65 46.62 Suggested packages:
09:20:55 [2023-03-28T09:20:55.306Z] #65 46.62   bzip2-doc debian-keyring seccomp ed diffutils-doc
09:20:55 [2023-03-28T09:20:55.306Z] #65 46.62 Recommended packages:
09:20:55 [2023-03-28T09:20:55.306Z] #65 46.62   build-essential fakeroot libalgorithm-merge-perl
09:20:55 [2023-03-28T09:20:55.306Z] #65 47.08 The following NEW packages will be installed:
09:20:55 [2023-03-28T09:20:55.306Z] #65 47.11   bzip2 dpkg-dev libseccomp-dev patch xz-utils
09:20:55 [2023-03-28T09:20:55.306Z] #65 47.60 0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
09:20:55 [2023-03-28T09:20:55.306Z] #65 47.60 Need to get 2790 kB of archives.
09:20:55 [2023-03-28T09:20:55.306Z] #65 47.60 After this operation, 4077 kB of additional disk space will be used.
09:20:55 [2023-03-28T09:20:55.306Z] #65 47.60 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
09:20:55 [2023-03-28T09:20:55.306Z] #65 47.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
09:20:55 [2023-03-28T09:20:55.306Z] #65 47.60 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
09:20:55 [2023-03-28T09:20:55.306Z] #65 47.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
09:20:55 [2023-03-28T09:20:55.306Z] #65 47.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:20:55 [2023-03-28T09:20:55.306Z] #65 49.53 debconf: delaying package configuration, since apt-utils is not installed
09:20:55 [2023-03-28T09:20:55.306Z] #65 49.83 Fetched 2790 kB in 0s (6070 kB/s)
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.01 Selecting previously unselected package bzip2.
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.01 (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 ... 15745 files and directories currently installed.)
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.07 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.10 Unpacking bzip2 (1.0.8-4) ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.25 Selecting previously unselected package xz-utils.
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.26 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.27 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.52 Selecting previously unselected package patch.
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.52 Preparing to unpack .../patch_2.7.6-7_arm64.deb ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.55 Unpacking patch (2.7.6-7) ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.71 Selecting previously unselected package dpkg-dev.
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.71 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 50.72 Unpacking dpkg-dev (1.20.12) ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 51.67 Selecting previously unselected package libseccomp-dev:arm64.
09:20:55 [2023-03-28T09:20:55.306Z] #65 51.68 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 51.70 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 52.25 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 52.35 Setting up bzip2 (1.0.8-4) ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 52.43 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 52.48 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:20:55 [2023-03-28T09:20:55.306Z] #65 52.52 Setting up patch (2.7.6-7) ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 52.57 Setting up dpkg-dev (1.20.12) ...
09:20:55 [2023-03-28T09:20:55.306Z] #65 DONE 53.4s
09:20:55 [2023-03-28T09:20:55.306Z] 
09:20:55 [2023-03-28T09:20:55.306Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:20:55 [2023-03-28T09:20:55.306Z] #63 53.50 Selecting previously unselected package gir1.2-secret-1:arm64.
09:20:55 [2023-03-28T09:20:55.306Z] #63 53.55 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ...
09:20:55 [2023-03-28T09:20:55.306Z] #63 53.55 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
09:20:55 [2023-03-28T09:20:55.594Z] #63 ...
09:20:55 [2023-03-28T09:20:55.594Z] 
09:20:55 [2023-03-28T09:20:55.594Z] #74 [dockercli-src 5/5] WORKDIR /usr/src/dockercli
09:20:55 [2023-03-28T09:20:55.594Z] #74 DONE 0.2s
09:20:55 [2023-03-28T09:20:55.594Z] 
09:20:55 [2023-03-28T09:20:55.594Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:20:55 [2023-03-28T09:20:55.594Z] #63 53.68 Selecting previously unselected package uuid-dev:arm64.
09:20:55 [2023-03-28T09:20:55.594Z] #63 53.72 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:20:55 [2023-03-28T09:20:55.594Z] #63 53.72 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:20:55 [2023-03-28T09:20:55.862Z] #63 54.09 Selecting previously unselected package libblkid-dev:arm64.
09:20:55 [2023-03-28T09:20:55.862Z] #63 54.09 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:20:55 [2023-03-28T09:20:55.862Z] #63 54.12 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:20:56 [2023-03-28T09:20:56.455Z] #63 54.76 Selecting previously unselected package libbtrfs0:arm64.
09:20:56 [2023-03-28T09:20:56.455Z] #63 54.76 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ...
09:20:56 [2023-03-28T09:20:56.455Z] #63 54.76 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
09:20:57 [2023-03-28T09:20:57.026Z] #63 55.29 Selecting previously unselected package libbtrfs-dev:arm64.
09:20:57 [2023-03-28T09:20:57.026Z] #63 55.30 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ...
09:20:57 [2023-03-28T09:20:57.026Z] #63 55.33 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
09:20:57 [2023-03-28T09:20:57.603Z] #63 55.85 Selecting previously unselected package libelf1:arm64.
09:20:57 [2023-03-28T09:20:57.603Z] #63 55.86 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ...
09:20:57 [2023-03-28T09:20:57.603Z] #63 55.87 Unpacking libelf1:arm64 (0.183-1) ...
09:20:57 [2023-03-28T09:20:57.865Z] #63 56.11 Selecting previously unselected package libffi-dev:arm64.
09:20:57 [2023-03-28T09:20:57.865Z] #63 56.16 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ...
09:20:57 [2023-03-28T09:20:57.865Z] #63 56.16 Unpacking libffi-dev:arm64 (3.3-6) ...
09:20:58 [2023-03-28T09:20:58.125Z] #63 56.31 Selecting previously unselected package libglib2.0-data.
09:20:58 [2023-03-28T09:20:58.125Z] #63 56.31 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
09:20:58 [2023-03-28T09:20:58.125Z] #63 56.33 Unpacking libglib2.0-data (2.66.8-1) ...
09:20:59 [2023-03-28T09:20:59.069Z] #63 ...
09:20:59 [2023-03-28T09:20:59.069Z] 
09:20:59 [2023-03-28T09:20:59.069Z] #60 [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.51.2"      && /build/golangci-lint --version
09:20:59 [2023-03-28T09:20:59.069Z] #60 47.55 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
09:20:59 [2023-03-28T09:20:59.069Z] #60 47.60 go: downloading github.com/chavacava/garif v0.0.0-20221024190013-b3ef35877348
09:20:59 [2023-03-28T09:20:59.069Z] #60 47.64 go: downloading github.com/olekukonko/tablewriter v0.0.5
09:20:59 [2023-03-28T09:20:59.069Z] #60 47.85 go: downloading github.com/beorn7/perks v1.0.1
09:20:59 [2023-03-28T09:20:59.069Z] #60 47.85 go: downloading github.com/cespare/xxhash/v2 v2.1.2
09:20:59 [2023-03-28T09:20:59.069Z] #60 48.00 go: downloading github.com/golang/protobuf v1.5.2
09:20:59 [2023-03-28T09:20:59.069Z] #60 48.12 go: downloading github.com/prometheus/common v0.32.1
09:20:59 [2023-03-28T09:20:59.069Z] #60 48.59 go: downloading github.com/prometheus/procfs v0.7.3
09:20:59 [2023-03-28T09:20:59.069Z] #60 48.62 go: downloading google.golang.org/protobuf v1.28.0
09:20:59 [2023-03-28T09:20:59.069Z] #60 50.08 go: downloading github.com/mattn/go-runewidth v0.0.9
09:20:59 [2023-03-28T09:20:59.069Z] #60 51.16 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
09:20:59 [2023-03-28T09:20:59.330Z] #60 ...
09:20:59 [2023-03-28T09:20:59.330Z] 
09:20:59 [2023-03-28T09:20:59.330Z] #75 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
09:20:59 [2023-03-28T09:20:59.330Z] #0 1.759 go: downloading github.com/urfave/cli/v2 v2.23.5
09:20:59 [2023-03-28T09:20:59.330Z] #0 2.447 go: downloading golang.org/x/sys v0.2.0
09:20:59 [2023-03-28T09:20:59.330Z] #0 5.865 go: downloading github.com/google/uuid v1.3.0
09:20:59 [2023-03-28T09:20:59.330Z] #0 5.878 go: downloading github.com/moby/vpnkit v0.5.0
09:20:59 [2023-03-28T09:20:59.330Z] #0 5.929 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
09:20:59 [2023-03-28T09:20:59.330Z] #0 6.293 go: downloading github.com/gorilla/mux v1.8.0
09:20:59 [2023-03-28T09:20:59.330Z] #0 6.598 go: downloading github.com/moby/sys/mountinfo v0.6.2
09:20:59 [2023-03-28T09:20:59.330Z] #0 6.770 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
09:20:59 [2023-03-28T09:20:59.330Z] #0 8.614 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
09:20:59 [2023-03-28T09:20:59.330Z] #0 8.637 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
09:20:59 [2023-03-28T09:20:59.330Z] #0 9.720 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
09:20:59 [2023-03-28T09:20:59.330Z] #0 9.809 go: downloading golang.org/x/net v0.1.0
09:20:59 [2023-03-28T09:20:59.330Z] #75 ...
09:20:59 [2023-03-28T09:20:59.330Z] 
09:20:59 [2023-03-28T09:20:59.330Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:20:59 [2023-03-28T09:20:59.330Z] #63 57.54 Selecting previously unselected package libglib2.0-bin.
09:20:59 [2023-03-28T09:20:59.330Z] #63 57.54 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ...
09:20:59 [2023-03-28T09:20:59.330Z] #63 57.55 Unpacking libglib2.0-bin (2.66.8-1) ...
09:20:59 [2023-03-28T09:20:59.591Z] #63 57.73 Selecting previously unselected package python3-lib2to3.
09:20:59 [2023-03-28T09:20:59.591Z] #63 57.74 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
09:20:59 [2023-03-28T09:20:59.591Z] #63 57.76 Unpacking python3-lib2to3 (3.9.2-1) ...
09:20:59 [2023-03-28T09:20:59.591Z] #63 57.92 Selecting previously unselected package python3-distutils.
09:20:59 [2023-03-28T09:20:59.591Z] #63 57.94 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
09:20:59 [2023-03-28T09:20:59.591Z] #63 57.95 Unpacking python3-distutils (3.9.2-1) ...
09:20:59 [2023-03-28T09:20:59.851Z] #63 58.19 Selecting previously unselected package libglib2.0-dev-bin.
09:20:59 [2023-03-28T09:20:59.851Z] #63 58.20 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
09:20:59 [2023-03-28T09:20:59.851Z] #63 58.20 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
09:21:00 [2023-03-28T09:21:00.113Z] #63 58.42 Selecting previously unselected package libsepol1-dev:arm64.
09:21:00 [2023-03-28T09:21:00.113Z] #63 58.42 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
09:21:00 [2023-03-28T09:21:00.113Z] #63 58.43 Unpacking libsepol1-dev:arm64 (3.1-1) ...
09:21:00 [2023-03-28T09:21:00.693Z] #63 58.78 Selecting previously unselected package libpcre2-16-0:arm64.
09:21:00 [2023-03-28T09:21:00.693Z] #63 58.78 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
09:21:00 [2023-03-28T09:21:00.693Z] #63 58.78 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:21:00 [2023-03-28T09:21:00.693Z] #63 59.01 Selecting previously unselected package libpcre2-32-0:arm64.
09:21:00 [2023-03-28T09:21:00.953Z] #63 59.01 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
09:21:00 [2023-03-28T09:21:00.953Z] #63 59.02 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:21:00 [2023-03-28T09:21:00.953Z] #63 59.21 Selecting previously unselected package libpcre2-posix2:arm64.
09:21:00 [2023-03-28T09:21:00.953Z] #63 59.21 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
09:21:00 [2023-03-28T09:21:00.953Z] #63 59.22 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:21:00 [2023-03-28T09:21:00.953Z] #63 ...
09:21:00 [2023-03-28T09:21:00.953Z] 
09:21:00 [2023-03-28T09:21:00.953Z] #64 [tini-build 2/4] 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
09:21:00 [2023-03-28T09:21:00.953Z] #64 48.76 Selecting previously unselected package libicu67:arm64.
09:21:00 [2023-03-28T09:21:00.953Z] #64 48.76 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 48.81 Unpacking libicu67:arm64 (67.1-7) ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 55.99 Selecting previously unselected package libxml2:arm64.
09:21:00 [2023-03-28T09:21:00.953Z] #64 56.00 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 56.00 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 56.47 Selecting previously unselected package libarchive13:arm64.
09:21:00 [2023-03-28T09:21:00.953Z] #64 56.47 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 56.48 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 56.77 Selecting previously unselected package libjsoncpp24:arm64.
09:21:00 [2023-03-28T09:21:00.953Z] #64 56.77 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 56.78 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 56.93 Selecting previously unselected package librhash0:arm64.
09:21:00 [2023-03-28T09:21:00.953Z] #64 56.94 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 56.94 Unpacking librhash0:arm64 (1.4.1-2) ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 57.10 Selecting previously unselected package libuv1:arm64.
09:21:00 [2023-03-28T09:21:00.953Z] #64 57.11 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 57.11 Unpacking libuv1:arm64 (1.40.0-2) ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 57.28 Selecting previously unselected package cmake.
09:21:00 [2023-03-28T09:21:00.953Z] #64 57.28 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
09:21:00 [2023-03-28T09:21:00.953Z] #64 57.29 Unpacking cmake (3.18.4-2+deb11u1) ...
09:21:01 [2023-03-28T09:21:01.214Z] #64 ...
09:21:01 [2023-03-28T09:21:01.214Z] 
09:21:01 [2023-03-28T09:21:01.214Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:21:01 [2023-03-28T09:21:01.214Z] #63 59.34 Selecting previously unselected package libpcre2-dev:arm64.
09:21:01 [2023-03-28T09:21:01.214Z] #63 59.36 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
09:21:01 [2023-03-28T09:21:01.214Z] #63 59.37 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:21:01 [2023-03-28T09:21:01.475Z] #63 59.91 Selecting previously unselected package libselinux1-dev:arm64.
09:21:01 [2023-03-28T09:21:01.743Z] #63 59.92 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
09:21:01 [2023-03-28T09:21:01.743Z] #63 59.94 Unpacking libselinux1-dev:arm64 (3.1-3) ...
09:21:02 [2023-03-28T09:21:02.003Z] #63 ...
09:21:02 [2023-03-28T09:21:02.003Z] 
09:21:02 [2023-03-28T09:21:02.003Z] #44 [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
09:21:02 [2023-03-28T09:21:02.003Z] #44 51.69 Setting up libprotobuf23:arm64 (3.12.4-1) ...
09:21:02 [2023-03-28T09:21:02.003Z] #44 51.73 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:21:02 [2023-03-28T09:21:02.003Z] #44 51.79 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:21:02 [2023-03-28T09:21:02.003Z] #44 51.88 Setting up python3-six (1.16.0-2) ...
09:21:02 [2023-03-28T09:21:02.003Z] #44 53.11 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
09:21:02 [2023-03-28T09:21:02.003Z] #44 53.17 Setting up python3-protobuf (3.12.4-1) ...
09:21:02 [2023-03-28T09:21:02.003Z] #44 57.41 Setting up criu (3.17.1-1) ...
09:21:02 [2023-03-28T09:21:02.003Z] #44 59.09 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:21:02 [2023-03-28T09:21:02.003Z] #44 DONE 59.6s
09:21:02 [2023-03-28T09:21:02.264Z] 
09:21:02 [2023-03-28T09:21:02.264Z] #64 [tini-build 2/4] 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
09:21:02 [2023-03-28T09:21:02.264Z] #64 59.84 Setting up libicu67:arm64 (67.1-7) ...
09:21:02 [2023-03-28T09:21:02.264Z] #64 60.03 Setting up libuv1:arm64 (1.40.0-2) ...
09:21:02 [2023-03-28T09:21:02.264Z] #64 60.05 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
09:21:02 [2023-03-28T09:21:02.264Z] #64 60.06 Setting up librhash0:arm64 (1.4.1-2) ...
09:21:02 [2023-03-28T09:21:02.264Z] #64 60.09 Setting up cmake-data (3.18.4-2+deb11u1) ...
09:21:02 [2023-03-28T09:21:02.264Z] #64 60.11 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
09:21:02 [2023-03-28T09:21:02.525Z] #64 60.13 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
09:21:02 [2023-03-28T09:21:02.525Z] #64 60.14 Setting up cmake (3.18.4-2+deb11u1) ...
09:21:02 [2023-03-28T09:21:02.525Z] #64 60.15 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:21:02 [2023-03-28T09:21:02.785Z] #64 DONE 60.6s
09:21:02 [2023-03-28T09:21:02.785Z] 
09:21:02 [2023-03-28T09:21:02.785Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:21:02 [2023-03-28T09:21:02.785Z] #55 42.95 github.com/docker/distribution/uuid
09:21:02 [2023-03-28T09:21:02.785Z] #55 43.03 crypto/x509
09:21:02 [2023-03-28T09:21:02.785Z] #55 43.64 net/textproto
09:21:02 [2023-03-28T09:21:02.785Z] #55 45.16 vendor/golang.org/x/net/http/httpguts
09:21:02 [2023-03-28T09:21:02.785Z] #55 46.20 vendor/golang.org/x/net/http/httpproxy
09:21:02 [2023-03-28T09:21:02.785Z] #55 47.70 mime/multipart
09:21:02 [2023-03-28T09:21:02.785Z] #55 49.38 golang.org/x/net/context
09:21:02 [2023-03-28T09:21:02.785Z] #55 50.41 github.com/docker/distribution/digest
09:21:02 [2023-03-28T09:21:02.785Z] #55 51.79 github.com/docker/distribution/reference
09:21:03 [2023-03-28T09:21:03.049Z] #55 ...
09:21:03 [2023-03-28T09:21:03.049Z] 
09:21:03 [2023-03-28T09:21:03.049Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:21:03 [2023-03-28T09:21:03.049Z] #63 60.52 Selecting previously unselected package libmount-dev:arm64.
09:21:03 [2023-03-28T09:21:03.049Z] #63 60.53 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
09:21:03 [2023-03-28T09:21:03.049Z] #63 60.53 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:21:03 [2023-03-28T09:21:03.049Z] #63 60.94 Selecting previously unselected package libpcre16-3:arm64.
09:21:03 [2023-03-28T09:21:03.049Z] #63 60.94 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
09:21:03 [2023-03-28T09:21:03.049Z] #63 60.96 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
09:21:03 [2023-03-28T09:21:03.049Z] #63 61.17 Selecting previously unselected package libpcre32-3:arm64.
09:21:03 [2023-03-28T09:21:03.049Z] #63 61.24 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
09:21:03 [2023-03-28T09:21:03.049Z] #63 61.24 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
09:21:03 [2023-03-28T09:21:03.049Z] #63 61.40 Selecting previously unselected package libpcrecpp0v5:arm64.
09:21:03 [2023-03-28T09:21:03.049Z] #63 61.41 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
09:21:03 [2023-03-28T09:21:03.049Z] #63 61.44 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
09:21:03 [2023-03-28T09:21:03.311Z] #63 61.60 Selecting previously unselected package libpcre3-dev:arm64.
09:21:03 [2023-03-28T09:21:03.311Z] #63 61.60 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
09:21:03 [2023-03-28T09:21:03.311Z] #63 61.61 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
09:21:03 [2023-03-28T09:21:03.882Z] #63 62.05 Selecting previously unselected package zlib1g-dev:arm64.
09:21:03 [2023-03-28T09:21:03.882Z] #63 62.08 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
09:21:03 [2023-03-28T09:21:03.882Z] #63 62.09 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:21:04 [2023-03-28T09:21:04.142Z] #63 62.30 Selecting previously unselected package libglib2.0-dev:arm64.
09:21:04 [2023-03-28T09:21:04.142Z] #63 62.30 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
09:21:04 [2023-03-28T09:21:04.142Z] #63 62.30 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
09:21:05 [2023-03-28T09:21:05.527Z] #63 ...
09:21:05 [2023-03-28T09:21:05.527Z] 
09:21:05 [2023-03-28T09:21:05.527Z] #76 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
09:21:05 [2023-03-28T09:21:05.527Z] #0 2.150 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d -X main.version=1.1.4 " -o runc .
09:21:05 [2023-03-28T09:21:05.527Z] #76 ...
09:21:05 [2023-03-28T09:21:05.527Z] 
09:21:05 [2023-03-28T09:21:05.527Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:21:05 [2023-03-28T09:21:05.527Z] #63 63.62 Selecting previously unselected package libsecret-1-dev:arm64.
09:21:05 [2023-03-28T09:21:05.527Z] #63 63.68 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ...
09:21:05 [2023-03-28T09:21:05.527Z] #63 63.70 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
09:21:05 [2023-03-28T09:21:05.788Z] #63 64.07 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
09:21:05 [2023-03-28T09:21:05.788Z] #63 64.10 Setting up libpcre16-3:arm64 (2:8.39-13) ...
09:21:05 [2023-03-28T09:21:05.788Z] #63 64.13 Setting up libsepol1-dev:arm64 (3.1-1) ...
09:21:05 [2023-03-28T09:21:05.788Z] #63 64.15 Setting up libffi-dev:arm64 (3.3-6) ...
09:21:05 [2023-03-28T09:21:05.788Z] #63 64.17 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:21:05 [2023-03-28T09:21:05.788Z] #63 64.20 Setting up libbtrfs0:arm64 (5.10.1-2) ...
09:21:05 [2023-03-28T09:21:05.788Z] #63 64.23 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:21:06 [2023-03-28T09:21:06.049Z] #63 ...
09:21:06 [2023-03-28T09:21:06.049Z] 
09:21:06 [2023-03-28T09:21:06.049Z] #58 [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.2"      && /build/gotestsum --version
09:21:06 [2023-03-28T09:21:06.049Z] #58 64.41 gotestsum version dev
09:21:06 [2023-03-28T09:21:06.049Z] #58 DONE 64.6s
09:21:06 [2023-03-28T09:21:06.049Z] 
09:21:06 [2023-03-28T09:21:06.049Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:21:06 [2023-03-28T09:21:06.049Z] #63 64.28 Setting up libglib2.0-data (2.66.8-1) ...
09:21:06 [2023-03-28T09:21:06.049Z] #63 64.32 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:21:06 [2023-03-28T09:21:06.049Z] #63 64.36 Setting up libpcre32-3:arm64 (2:8.39-13) ...
09:21:06 [2023-03-28T09:21:06.049Z] #63 64.38 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:21:06 [2023-03-28T09:21:06.049Z] #63 64.42 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:21:06 [2023-03-28T09:21:06.049Z] #63 64.44 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
09:21:06 [2023-03-28T09:21:06.049Z] #63 64.47 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:21:06 [2023-03-28T09:21:06.314Z] #63 64.49 Setting up python3-lib2to3 (3.9.2-1) ...
09:21:06 [2023-03-28T09:21:06.314Z] #63 ...
09:21:06 [2023-03-28T09:21:06.314Z] 
09:21:06 [2023-03-28T09:21:06.315Z] #77 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...)
09:21:06 [2023-03-28T09:21:06.315Z] #77 ...
09:21:06 [2023-03-28T09:21:06.315Z] 
09:21:06 [2023-03-28T09:21:06.315Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:21:06 [2023-03-28T09:21:06.315Z] #55 53.16 crypto/tls
09:21:06 [2023-03-28T09:21:06.315Z] #55 53.44 github.com/stevvooe/resumable
09:21:06 [2023-03-28T09:21:06.315Z] #55 53.53 github.com/stevvooe/resumable/sha256
09:21:06 [2023-03-28T09:21:06.315Z] #55 53.97 github.com/stevvooe/resumable/sha512
09:21:06 [2023-03-28T09:21:06.315Z] #55 54.68 github.com/garyburd/redigo/internal
09:21:06 [2023-03-28T09:21:06.315Z] #55 54.85 github.com/garyburd/redigo/redis
09:21:08 [2023-03-28T09:21:08.858Z] #55 58.41 github.com/docker/distribution/registry/listener
09:21:08 [2023-03-28T09:21:08.858Z] #55 58.77 github.com/docker/distribution/version
09:21:08 [2023-03-28T09:21:08.858Z] #55 ...
09:21:08 [2023-03-28T09:21:08.858Z] 
09:21:08 [2023-03-28T09:21:08.858Z] #63 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends             gcc libbtrfs-dev libsecret-1-dev
09:21:08 [2023-03-28T09:21:08.858Z] #63 65.37 Setting up libelf1:arm64 (0.183-1) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 65.38 Setting up libsecret-common (0.20.4-2) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 65.40 Setting up python3-distutils (3.9.2-1) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 66.00 Setting up libglib2.0-dev-bin (2.66.8-1) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 66.98 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.01 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.02 Setting up libselinux1-dev:arm64 (3.1-3) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.04 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.05 Setting up libglib2.0-bin (2.66.8-1) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.07 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.08 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.10 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.11 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.12 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.13 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.15 No schema files found: doing nothing.
09:21:08 [2023-03-28T09:21:08.858Z] #63 67.15 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:21:09 [2023-03-28T09:21:09.124Z] #63 67.23 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
09:21:09 [2023-03-28T09:21:09.124Z] #63 DONE 67.5s
09:21:09 [2023-03-28T09:21:09.124Z] 
09:21:09 [2023-03-28T09:21:09.124Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:21:09 [2023-03-28T09:21:09.124Z] #55 59.01 github.com/inconshreveable/mousetrap
09:21:09 [2023-03-28T09:21:09.124Z] #55 59.17 github.com/spf13/pflag
09:21:13 [2023-03-28T09:21:13.336Z] #55 62.67 github.com/spf13/cobra
09:21:13 [2023-03-28T09:21:13.336Z] #55 ...
09:21:13 [2023-03-28T09:21:13.336Z] 
09:21:13 [2023-03-28T09:21:13.337Z] #78 [tini-build 3/4] 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         xx-apt-get install -y --no-install-recommends             gcc libc6-dev
09:21:13 [2023-03-28T09:21:13.337Z] #0 1.441 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:21:13 [2023-03-28T09:21:13.337Z] #0 1.449 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:21:13 [2023-03-28T09:21:13.337Z] #0 1.449 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:21:13 [2023-03-28T09:21:13.337Z] #0 4.086 Reading package lists...
09:21:13 [2023-03-28T09:21:13.337Z] #0 6.953 + apt-get  install -y --no-install-recommends gcc libc6-dev
09:21:13 [2023-03-28T09:21:13.337Z] #0 7.024 Reading package lists...
09:21:13 [2023-03-28T09:21:13.908Z] #78 10.29 Building dependency tree...
09:21:14 [2023-03-28T09:21:14.168Z] #78 11.14 Reading state information...
09:21:15 [2023-03-28T09:21:15.109Z] #78 ...
09:21:15 [2023-03-28T09:21:15.109Z] 
09:21:15 [2023-03-28T09:21:15.109Z] #71 [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
09:21:15 [2023-03-28T09:21:15.109Z] #71 34.39 aclocal: warning: couldn't open directory 'm4': No such file or directory
09:21:15 [2023-03-28T09:21:15.370Z] #71 ...
09:21:15 [2023-03-28T09:21:15.370Z] 
09:21:15 [2023-03-28T09:21:15.370Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:21:15 [2023-03-28T09:21:15.370Z] #55 65.28 log/syslog
09:21:15 [2023-03-28T09:21:15.630Z] #55 ...
09:21:15 [2023-03-28T09:21:15.630Z] 
09:21:15 [2023-03-28T09:21:15.630Z] #78 [tini-build 3/4] 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         xx-apt-get install -y --no-install-recommends             gcc libc6-dev
09:21:15 [2023-03-28T09:21:15.630Z] #78 12.76 gcc is already the newest version (4:10.2.1-1).
09:21:15 [2023-03-28T09:21:15.630Z] #78 12.76 libc6-dev is already the newest version (2.31-13+deb11u5).
09:21:15 [2023-03-28T09:21:15.630Z] #78 12.76 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
09:21:15 [2023-03-28T09:21:15.630Z] #78 DONE 12.9s
09:21:15 [2023-03-28T09:21:15.890Z] 
09:21:15 [2023-03-28T09:21:15.890Z] #79 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
09:21:17 [2023-03-28T09:21:17.272Z] #79 1.208 -- The C compiler identification is GNU 10.2.1
09:21:17 [2023-03-28T09:21:17.272Z] #79 1.246 -- Detecting C compiler ABI info
09:21:17 [2023-03-28T09:21:17.532Z] #79 1.801 -- Detecting C compiler ABI info - done
09:21:17 [2023-03-28T09:21:17.532Z] #79 1.881 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
09:21:17 [2023-03-28T09:21:17.532Z] #79 1.885 -- Detecting C compile features
09:21:17 [2023-03-28T09:21:17.532Z] #79 1.886 -- Detecting C compile features - done
09:21:17 [2023-03-28T09:21:17.532Z] #79 1.940 -- Performing Test HAS_BUILTIN_FORTIFY
09:21:17 [2023-03-28T09:21:17.795Z] #79 2.088 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:21:17 [2023-03-28T09:21:17.795Z] #79 2.185 -- Configuring done
09:21:17 [2023-03-28T09:21:17.795Z] #79 2.195 -- Generating done
09:21:18 [2023-03-28T09:21:18.056Z] #79 2.221 -- Build files have been written to: /go/src/github.com/krallin/tini
09:21:18 [2023-03-28T09:21:18.316Z] #79 2.619 Scanning dependencies of target tini-static
09:21:18 [2023-03-28T09:21:18.316Z] #79 2.736 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:21:19 [2023-03-28T09:21:19.263Z] #79 ...
09:21:19 [2023-03-28T09:21:19.263Z] 
09:21:19 [2023-03-28T09:21:19.263Z] #80 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
09:21:19 [2023-03-28T09:21:19.263Z] #0 6.037 + bin/ctr
09:21:19 [2023-03-28T09:21:19.263Z] #80 ...
09:21:19 [2023-03-28T09:21:19.263Z] 
09:21:19 [2023-03-28T09:21:19.263Z] #71 [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
09:21:19 [2023-03-28T09:21:19.263Z] #71 45.00 libtoolize: putting auxiliary files in '.'.
09:21:19 [2023-03-28T09:21:19.263Z] #71 45.00 libtoolize: copying file './ltmain.sh'
09:21:19 [2023-03-28T09:21:19.263Z] #71 45.81 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
09:21:19 [2023-03-28T09:21:19.263Z] #71 45.82 libtoolize: and rerunning libtoolize and aclocal.
09:21:19 [2023-03-28T09:21:19.263Z] #71 45.82 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:21:20 [2023-03-28T09:21:20.651Z] #71 ...
09:21:20 [2023-03-28T09:21:20.651Z] 
09:21:20 [2023-03-28T09:21:20.651Z] #79 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <<EOT (set -e...)
09:21:20 [2023-03-28T09:21:20.651Z] #79 3.994 [100%] Linking C executable tini-static
09:21:20 [2023-03-28T09:21:20.651Z] #79 4.552 [100%] Built target tini-static
09:21:20 [2023-03-28T09:21:20.651Z] #79 DONE 5.0s
09:21:20 [2023-03-28T09:21:20.651Z] 
09:21:20 [2023-03-28T09:21:20.651Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:21:20 [2023-03-28T09:21:20.651Z] #55 66.06 github.com/yvasiyarov/go-metrics
09:21:20 [2023-03-28T09:21:20.651Z] #55 69.71 net/http/httptrace
09:21:20 [2023-03-28T09:21:20.651Z] #55 70.37 net/http
09:21:22 [2023-03-28T09:21:22.036Z] #55 72.27 github.com/docker/libtrust
09:21:25 [2023-03-28T09:21:25.338Z] #55 ...
09:21:25 [2023-03-28T09:21:25.339Z] 
09:21:25 [2023-03-28T09:21:25.339Z] #71 [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
09:21:25 [2023-03-28T09:21:25.339Z] #71 54.38 configure.ac:7: installing './compile'
09:21:25 [2023-03-28T09:21:25.339Z] #71 54.39 configure.ac:11: installing './config.guess'
09:21:25 [2023-03-28T09:21:25.339Z] #71 54.40 configure.ac:11: installing './config.sub'
09:21:25 [2023-03-28T09:21:25.339Z] #71 54.41 configure.ac:8: installing './install-sh'
09:21:25 [2023-03-28T09:21:25.339Z] #71 54.42 configure.ac:8: installing './missing'
09:21:25 [2023-03-28T09:21:25.339Z] #71 54.50 Makefile.am: installing './depcomp'
09:21:26 [2023-03-28T09:21:26.280Z] #71 55.54 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:21:26 [2023-03-28T09:21:26.280Z] #71 55.54 libtoolize: copying file 'build-aux/ltmain.sh'
09:21:26 [2023-03-28T09:21:26.541Z] #71 55.70 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:21:26 [2023-03-28T09:21:26.541Z] #71 55.70 libtoolize: copying file 'm4/libtool.m4'
09:21:26 [2023-03-28T09:21:26.541Z] #71 55.82 libtoolize: copying file 'm4/ltoptions.m4'
09:21:26 [2023-03-28T09:21:26.541Z] #71 55.94 libtoolize: copying file 'm4/ltsugar.m4'
09:21:26 [2023-03-28T09:21:26.801Z] #71 56.03 libtoolize: copying file 'm4/ltversion.m4'
09:21:26 [2023-03-28T09:21:26.801Z] #71 56.14 libtoolize: copying file 'm4/lt~obsolete.m4'
09:21:27 [2023-03-28T09:21:27.063Z] #71 56.27 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:21:37 [2023-03-28T09:21:37.065Z] #71 ...
09:21:37 [2023-03-28T09:21:37.065Z] 
09:21:37 [2023-03-28T09:21:37.065Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:21:37 [2023-03-28T09:21:37.065Z] #55 75.73 net/smtp
09:21:37 [2023-03-28T09:21:37.065Z] #55 76.31 golang.org/x/crypto/blowfish
09:21:37 [2023-03-28T09:21:37.065Z] #55 76.66 golang.org/x/crypto/bcrypt
09:21:37 [2023-03-28T09:21:37.065Z] #55 77.15 github.com/docker/distribution/registry/storage/driver/gcs
09:21:37 [2023-03-28T09:21:37.065Z] #55 77.41 os/user
09:21:37 [2023-03-28T09:21:37.065Z] #55 78.12 github.com/docker/distribution/registry/storage/driver/oss
09:21:37 [2023-03-28T09:21:37.065Z] #55 78.23 github.com/mitchellh/mapstructure
09:21:37 [2023-03-28T09:21:37.065Z] #55 ...
09:21:37 [2023-03-28T09:21:37.065Z] 
09:21:37 [2023-03-28T09:21:37.065Z] #71 [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
09:21:37 [2023-03-28T09:21:37.065Z] #71 66.07 configure.ac:7: installing 'build-aux/compile'
09:21:37 [2023-03-28T09:21:37.065Z] #71 66.08 configure.ac:9: installing 'build-aux/config.guess'
09:21:37 [2023-03-28T09:21:37.065Z] #71 66.08 configure.ac:9: installing 'build-aux/config.sub'
09:21:37 [2023-03-28T09:21:37.065Z] #71 66.09 configure.ac:11: installing 'build-aux/install-sh'
09:21:37 [2023-03-28T09:21:37.065Z] #71 66.10 configure.ac:11: installing 'build-aux/missing'
09:21:37 [2023-03-28T09:21:37.065Z] #71 66.26 Makefile.am: installing 'build-aux/depcomp'
09:21:37 [2023-03-28T09:21:37.065Z] #71 66.36 parallel-tests: installing 'build-aux/test-driver'
09:21:38 [2023-03-28T09:21:38.975Z] #71 68.45 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:21:39 [2023-03-28T09:21:39.236Z] #71 68.46 libtoolize: copying file 'build-aux/ltmain.sh'
09:21:39 [2023-03-28T09:21:39.805Z] #71 69.11 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:21:39 [2023-03-28T09:21:39.806Z] #71 69.11 libtoolize: copying file 'm4/libtool.m4'
09:21:40 [2023-03-28T09:21:40.066Z] #71 69.23 libtoolize: copying file 'm4/ltoptions.m4'
09:21:40 [2023-03-28T09:21:40.066Z] #71 69.36 libtoolize: copying file 'm4/ltsugar.m4'
09:21:40 [2023-03-28T09:21:40.066Z] #71 69.46 libtoolize: copying file 'm4/ltversion.m4'
09:21:40 [2023-03-28T09:21:40.327Z] #71 69.60 libtoolize: copying file 'm4/lt~obsolete.m4'
09:21:45 [2023-03-28T09:21:45.623Z] #71 ...
09:21:45 [2023-03-28T09:21:45.623Z] 
09:21:45 [2023-03-28T09:21:45.623Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:21:45 [2023-03-28T09:21:45.623Z] #55 90.58 github.com/docker/distribution/configuration
09:21:45 [2023-03-28T09:21:45.623Z] #55 90.58 github.com/bugsnag/bugsnag-go
09:21:45 [2023-03-28T09:21:45.623Z] #55 91.97 github.com/gorilla/context
09:21:45 [2023-03-28T09:21:45.623Z] #55 92.18 github.com/docker/distribution/registry/api/errcode
09:21:45 [2023-03-28T09:21:45.623Z] #55 92.41 github.com/gorilla/mux
09:21:45 [2023-03-28T09:21:45.623Z] #55 92.94 expvar
09:21:45 [2023-03-28T09:21:45.623Z] #55 93.57 github.com/docker/distribution/context
09:21:45 [2023-03-28T09:21:45.623Z] #55 93.82 github.com/docker/distribution/registry/api/v2
09:21:45 [2023-03-28T09:21:45.624Z] #55 95.02 github.com/docker/distribution/registry/client/transport
09:21:45 [2023-03-28T09:21:45.624Z] #55 95.20 github.com/docker/distribution/health
09:21:45 [2023-03-28T09:21:45.624Z] #55 95.58 github.com/docker/distribution
09:21:45 [2023-03-28T09:21:45.624Z] #55 95.85 github.com/docker/distribution/health/checks
09:21:46 [2023-03-28T09:21:46.193Z] #55 96.27 github.com/docker/distribution/registry/auth
09:21:46 [2023-03-28T09:21:46.453Z] #55 96.59 github.com/docker/distribution/manifest/manifestlist
09:21:46 [2023-03-28T09:21:46.712Z] #55 96.80 github.com/docker/distribution/manifest/schema1
09:21:46 [2023-03-28T09:21:46.972Z] #55 96.93 github.com/docker/distribution/manifest/schema2
09:21:47 [2023-03-28T09:21:47.233Z] #55 97.27 github.com/docker/distribution/notifications
09:21:47 [2023-03-28T09:21:47.832Z] #55 97.81 github.com/docker/distribution/registry/middleware/registry
09:21:48 [2023-03-28T09:21:48.104Z] #55 98.08 github.com/docker/distribution/registry/middleware/repository
09:21:48 [2023-03-28T09:21:48.380Z] #55 98.55 github.com/docker/distribution/registry/storage/cache
09:21:48 [2023-03-28T09:21:48.951Z] #55 99.03 github.com/docker/distribution/registry/storage/cache/memory
09:21:49 [2023-03-28T09:21:49.521Z] #55 99.40 github.com/docker/distribution/registry/client
09:21:49 [2023-03-28T09:21:49.521Z] #55 99.60 github.com/docker/distribution/registry/storage/driver
09:21:50 [2023-03-28T09:21:50.091Z] #55 100.3 github.com/docker/distribution/registry/proxy/scheduler
09:21:51 [2023-03-28T09:21:51.033Z] #55 100.9 github.com/docker/distribution/registry/storage
09:21:51 [2023-03-28T09:21:51.033Z] #55 101.0 github.com/docker/distribution/registry/client/auth
09:21:51 [2023-03-28T09:21:51.602Z] #55 101.9 github.com/docker/distribution/registry/storage/cache/redis
09:21:52 [2023-03-28T09:21:52.542Z] #55 102.4 github.com/docker/distribution/registry/storage/driver/factory
09:21:52 [2023-03-28T09:21:52.542Z] #55 102.7 github.com/docker/distribution/registry/storage/driver/middleware
09:21:52 [2023-03-28T09:21:52.803Z] #55 102.8 github.com/gorilla/handlers
09:21:52 [2023-03-28T09:21:52.803Z] #55 ...
09:21:52 [2023-03-28T09:21:52.803Z] 
09:21:52 [2023-03-28T09:21:52.803Z] #71 [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
09:21:52 [2023-03-28T09:21:52.803Z] #71 82.17 configure.ac:11: installing 'build-aux/compile'
09:21:52 [2023-03-28T09:21:52.803Z] #71 82.17 configure.ac:11: installing 'build-aux/config.guess'
09:21:52 [2023-03-28T09:21:52.803Z] #71 82.17 configure.ac:11: installing 'build-aux/config.sub'
09:21:52 [2023-03-28T09:21:52.803Z] #71 82.18 configure.ac:13: installing 'build-aux/install-sh'
09:21:52 [2023-03-28T09:21:52.803Z] #71 82.20 configure.ac:13: installing 'build-aux/missing'
09:21:52 [2023-03-28T09:21:52.803Z] #71 82.20 configure.ac:8: installing 'build-aux/tap-driver.sh'
09:21:53 [2023-03-28T09:21:53.064Z] #71 82.38 Makefile.am: installing 'build-aux/depcomp'
09:21:54 [2023-03-28T09:21:54.718Z] #71 83.84 checking build system type... aarch64-unknown-linux-gnu
09:21:54 [2023-03-28T09:21:54.978Z] #71 84.16 checking host system type... aarch64-unknown-linux-gnu
09:21:54 [2023-03-28T09:21:54.978Z] #71 84.16 checking how to print strings... printf
09:21:54 [2023-03-28T09:21:54.978Z] #71 84.17 checking for gcc... gcc
09:21:55 [2023-03-28T09:21:55.238Z] #71 84.32 checking whether the C compiler works... yes
09:21:55 [2023-03-28T09:21:55.238Z] #71 84.54 checking for C compiler default output file name... a.out
09:21:55 [2023-03-28T09:21:55.499Z] #71 84.55 checking for suffix of executables... 
09:21:55 [2023-03-28T09:21:55.499Z] #71 84.77 checking whether we are cross compiling... no
09:21:55 [2023-03-28T09:21:55.759Z] #71 84.98 checking for suffix of object files... o
09:21:56 [2023-03-28T09:21:56.020Z] #71 85.16 checking whether we are using the GNU C compiler... yes
09:21:56 [2023-03-28T09:21:56.280Z] #71 85.29 checking whether gcc accepts -g... yes
09:21:56 [2023-03-28T09:21:56.280Z] #71 85.43 checking for gcc option to accept ISO C89... none needed
09:21:56 [2023-03-28T09:21:56.541Z] #71 85.61 checking whether gcc understands -c and -o together... yes
09:21:56 [2023-03-28T09:21:56.541Z] #71 85.89 checking for a sed that does not truncate output... /bin/sed
09:21:56 [2023-03-28T09:21:56.541Z] #71 85.92 checking for grep that handles long lines and -e... /bin/grep
09:21:56 [2023-03-28T09:21:56.541Z] #71 85.93 checking for egrep... /bin/grep -E
09:21:56 [2023-03-28T09:21:56.541Z] #71 85.96 checking for fgrep... /bin/grep -F
09:21:56 [2023-03-28T09:21:56.801Z] #71 85.96 checking for ld used by gcc... /usr/bin/ld
09:21:56 [2023-03-28T09:21:56.801Z] #71 86.03 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:21:56 [2023-03-28T09:21:56.801Z] #71 86.03 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:21:56 [2023-03-28T09:21:56.801Z] #71 86.08 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:21:56 [2023-03-28T09:21:56.801Z] #71 86.21 checking whether ln -s works... yes
09:21:56 [2023-03-28T09:21:56.802Z] #71 86.22 checking the maximum length of command line arguments... 1572864
09:21:56 [2023-03-28T09:21:56.802Z] #71 86.25 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:21:57 [2023-03-28T09:21:57.062Z] #71 86.27 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:21:57 [2023-03-28T09:21:57.062Z] #71 86.27 checking for /usr/bin/ld option to reload object files... -r
09:21:57 [2023-03-28T09:21:57.062Z] #71 86.27 checking for objdump... objdump
09:21:57 [2023-03-28T09:21:57.062Z] #71 86.27 checking how to recognize dependent libraries... pass_all
09:21:57 [2023-03-28T09:21:57.062Z] #71 86.28 checking for dlltool... no
09:21:57 [2023-03-28T09:21:57.062Z] #71 86.28 checking how to associate runtime and link libraries... printf %s\n
09:21:57 [2023-03-28T09:21:57.062Z] #71 86.28 checking for ar... ar
09:21:57 [2023-03-28T09:21:57.062Z] #71 86.29 checking for archiver @FILE support... @
09:21:57 [2023-03-28T09:21:57.323Z] #71 86.54 checking for strip... strip
09:21:57 [2023-03-28T09:21:57.323Z] #71 86.54 checking for ranlib... ranlib
09:21:57 [2023-03-28T09:21:57.323Z] #71 86.54 checking for gawk... no
09:21:57 [2023-03-28T09:21:57.323Z] #71 86.55 checking for mawk... mawk
09:21:57 [2023-03-28T09:21:57.584Z] #71 86.55 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:21:57 [2023-03-28T09:21:57.844Z] #71 87.06 checking for sysroot... no
09:21:57 [2023-03-28T09:21:57.844Z] #71 87.06 checking for a working dd... /bin/dd
09:21:57 [2023-03-28T09:21:57.844Z] #71 87.08 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:21:57 [2023-03-28T09:21:57.844Z] #71 87.11 checking for mt... no
09:21:57 [2023-03-28T09:21:57.844Z] #71 87.14 checking if : is a manifest tool... no
09:21:57 [2023-03-28T09:21:57.844Z] #71 87.14 checking how to run the C preprocessor... gcc -E
09:21:59 [2023-03-28T09:21:59.048Z] #71 87.48 checking for ANSI C header files... yes
09:21:59 [2023-03-28T09:21:59.048Z] #71 88.19 checking for sys/types.h... yes
09:21:59 [2023-03-28T09:21:59.308Z] #71 88.43 checking for sys/stat.h... yes
09:21:59 [2023-03-28T09:21:59.569Z] #71 88.61 checking for stdlib.h... yes
09:21:59 [2023-03-28T09:21:59.569Z] #71 88.83 checking for string.h... yes
09:22:00 [2023-03-28T09:22:00.140Z] #71 89.04 checking for memory.h... yes
09:22:00 [2023-03-28T09:22:00.140Z] #71 89.28 checking for strings.h... yes
09:22:00 [2023-03-28T09:22:00.402Z] #71 89.50 checking for inttypes.h... yes
09:22:00 [2023-03-28T09:22:00.662Z] #71 89.74 checking for stdint.h... yes
09:22:00 [2023-03-28T09:22:00.924Z] #71 89.93 checking for unistd.h... yes
09:22:01 [2023-03-28T09:22:01.184Z] #71 90.15 checking for dlfcn.h... yes
09:22:01 [2023-03-28T09:22:01.184Z] #71 90.46 checking for objdir... .libs
09:22:01 [2023-03-28T09:22:01.705Z] #71 90.85 checking if gcc supports -fno-rtti -fno-exceptions... no
09:22:01 [2023-03-28T09:22:01.705Z] #71 91.01 checking for gcc option to produce PIC... -fPIC -DPIC
09:22:01 [2023-03-28T09:22:01.705Z] #71 91.01 checking if gcc PIC flag -fPIC -DPIC works... yes
09:22:02 [2023-03-28T09:22:02.227Z] #71 91.16 checking if gcc static flag -static works... yes
09:22:02 [2023-03-28T09:22:02.488Z] #71 91.47 checking if gcc supports -c -o file.o... yes
09:22:02 [2023-03-28T09:22:02.488Z] #71 91.66 checking if gcc supports -c -o file.o... (cached) yes
09:22:02 [2023-03-28T09:22:02.488Z] #71 91.66 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:22:02 [2023-03-28T09:22:02.749Z] #71 91.76 checking dynamic linker characteristics... GNU/Linux ld.so
09:22:03 [2023-03-28T09:22:03.009Z] #71 92.13 checking how to hardcode library paths into programs... immediate
09:22:03 [2023-03-28T09:22:03.009Z] #71 92.13 checking whether stripping libraries is possible... yes
09:22:03 [2023-03-28T09:22:03.009Z] #71 92.16 checking if libtool supports shared libraries... yes
09:22:03 [2023-03-28T09:22:03.009Z] #71 92.16 checking whether to build shared libraries... no
09:22:03 [2023-03-28T09:22:03.009Z] #71 92.16 checking whether to build static libraries... yes
09:22:03 [2023-03-28T09:22:03.009Z] #71 92.17 checking for a BSD-compatible install... /usr/bin/install -c
09:22:03 [2023-03-28T09:22:03.009Z] #71 92.22 checking whether build environment is sane... yes
09:22:03 [2023-03-28T09:22:03.009Z] #71 92.30 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:22:03 [2023-03-28T09:22:03.009Z] #71 92.31 checking whether make sets $(MAKE)... yes
09:22:03 [2023-03-28T09:22:03.009Z] #71 92.42 checking whether make supports the include directive... yes (GNU style)
09:22:03 [2023-03-28T09:22:03.009Z] #71 92.47 checking whether make supports nested variables... yes
09:22:03 [2023-03-28T09:22:03.271Z] #71 92.54 checking whether UID '0' is supported by ustar format... yes
09:22:03 [2023-03-28T09:22:03.271Z] #71 92.56 checking whether GID '0' is supported by ustar format... yes
09:22:03 [2023-03-28T09:22:03.271Z] #71 92.56 checking how to create a ustar tar archive... gnutar
09:22:03 [2023-03-28T09:22:03.531Z] #71 92.64 checking dependency style of gcc... gcc3
09:22:03 [2023-03-28T09:22:03.531Z] #71 92.90 checking whether to enable maintainer-specific portions of Makefiles... yes
09:22:03 [2023-03-28T09:22:03.531Z] #71 92.90 checking whether make supports nested variables... (cached) yes
09:22:03 [2023-03-28T09:22:03.531Z] #71 92.90 checking for gawk... (cached) mawk
09:22:03 [2023-03-28T09:22:03.531Z] #71 92.90 checking for a sed that does not truncate output... (cached) /bin/sed
09:22:03 [2023-03-28T09:22:03.531Z] #71 92.90 checking for gcc... (cached) gcc
09:22:03 [2023-03-28T09:22:03.531Z] #71 92.99 checking whether we are using the GNU C compiler... (cached) 
09:22:03 [2023-03-28T09:22:03.531Z] #71 ...
09:22:03 [2023-03-28T09:22:03.531Z] 
09:22:03 [2023-03-28T09:22:03.531Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:22:03 [2023-03-28T09:22:03.531Z] #55 103.8 github.com/yvasiyarov/newrelic_platform_go
09:22:03 [2023-03-28T09:22:03.531Z] #55 104.7 github.com/yvasiyarov/gorelic
09:22:03 [2023-03-28T09:22:03.531Z] #55 105.2 github.com/docker/distribution/registry/proxy
09:22:03 [2023-03-28T09:22:03.531Z] #55 105.9 github.com/docker/distribution/registry/auth/htpasswd
09:22:03 [2023-03-28T09:22:03.531Z] #55 106.4 github.com/docker/distribution/registry/auth/silly
09:22:03 [2023-03-28T09:22:03.531Z] #55 106.7 github.com/docker/distribution/registry/handlers
09:22:03 [2023-03-28T09:22:03.531Z] #55 106.8 github.com/docker/distribution/registry/auth/token
09:22:03 [2023-03-28T09:22:03.531Z] #55 107.8 github.com/Azure/azure-sdk-for-go/storage
09:22:03 [2023-03-28T09:22:03.531Z] #55 110.8 github.com/docker/distribution/registry/storage/driver/base
09:22:03 [2023-03-28T09:22:03.531Z] #55 111.3 github.com/docker/distribution/registry/storage/driver/azure
09:22:03 [2023-03-28T09:22:03.531Z] #55 112.5 github.com/docker/distribution/registry
09:22:03 [2023-03-28T09:22:03.531Z] #55 113.0 github.com/docker/distribution/registry/storage/driver/filesystem
09:22:03 [2023-03-28T09:22:03.531Z] #55 113.5 github.com/docker/distribution/registry/storage/driver/inmemory
09:22:03 [2023-03-28T09:22:03.531Z] #55 113.8 github.com/AdRoll/goamz/aws
09:22:03 [2023-03-28T09:22:03.791Z] #55 ...
09:22:03 [2023-03-28T09:22:03.791Z] 
09:22:03 [2023-03-28T09:22:03.791Z] #71 [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
09:22:03 [2023-03-28T09:22:03.791Z] #71 92.99 checking whether we are using the GNU C compiler... (cached) yes
09:22:03 [2023-03-28T09:22:03.791Z] #71 93.02 checking whether gcc accepts -g... (cached) yes
09:22:03 [2023-03-28T09:22:03.791Z] #71 93.03 checking for gcc option to accept ISO C89... (cached) none needed
09:22:03 [2023-03-28T09:22:03.791Z] #71 93.03 checking whether gcc understands -c and -o together... (cached) yes
09:22:03 [2023-03-28T09:22:03.791Z] #71 93.03 checking for a Python interpreter with version >= 3... python3
09:22:03 [2023-03-28T09:22:03.791Z] #71 93.15 checking for python3... /usr/bin/python3
09:22:03 [2023-03-28T09:22:03.791Z] #71 93.15 checking for python3 version... 3.9
09:22:03 [2023-03-28T09:22:03.791Z] #71 93.21 checking for python3 platform... linux
09:22:04 [2023-03-28T09:22:04.312Z] #71 93.26 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:22:04 [2023-03-28T09:22:04.312Z] #71 93.44 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:22:04 [2023-03-28T09:22:04.312Z] #71 93.64 checking for go-md2man... no
09:22:04 [2023-03-28T09:22:04.572Z] #71 93.65 checking error.h usability... yes
09:22:04 [2023-03-28T09:22:04.572Z] #71 93.83 checking error.h presence... yes
09:22:04 [2023-03-28T09:22:04.572Z] #71 93.90 checking for error.h... yes
09:22:04 [2023-03-28T09:22:04.833Z] #71 93.94 checking linux/openat2.h usability... yes
09:22:04 [2023-03-28T09:22:04.833Z] #71 94.15 checking linux/openat2.h presence... yes
09:22:05 [2023-03-28T09:22:05.093Z] #71 94.21 checking for linux/openat2.h... yes
09:22:05 [2023-03-28T09:22:05.354Z] #71 94.26 checking for copy_file_range... yes
09:22:05 [2023-03-28T09:22:05.615Z] #71 94.70 checking for fgetxattr... yes
09:22:05 [2023-03-28T09:22:05.877Z] #71 94.95 checking for statx... yes
09:22:06 [2023-03-28T09:22:06.138Z] #71 95.26 checking for fgetpwent_r... yes
09:22:06 [2023-03-28T09:22:06.666Z] #71 95.56 checking for issetugid... no
09:22:06 [2023-03-28T09:22:06.666Z] #71 95.87 checking for pkg-config... /usr/bin/pkg-config
09:22:06 [2023-03-28T09:22:06.666Z] #71 95.88 checking pkg-config is at least version 0.9.0... yes
09:22:06 [2023-03-28T09:22:06.927Z] #71 95.90 checking for library containing yajl_tree_get... -lyajl
09:22:07 [2023-03-28T09:22:07.188Z] #71 96.32 checking for yajl >= 2.0.0... yes
09:22:07 [2023-03-28T09:22:07.449Z] #71 96.37 checking sys/capability.h usability... yes
09:22:07 [2023-03-28T09:22:07.449Z] #71 96.64 checking sys/capability.h presence... yes
09:22:07 [2023-03-28T09:22:07.449Z] #71 96.72 checking for sys/capability.h... yes
09:22:08 [2023-03-28T09:22:08.021Z] #71 96.73 checking for library containing cap_from_name... -lcap
09:22:08 [2023-03-28T09:22:08.592Z] #71 97.26 checking for library containing dlopen... -ldl
09:22:08 [2023-03-28T09:22:08.592Z] #71 97.80 checking seccomp.h usability... yes
09:22:08 [2023-03-28T09:22:08.853Z] #71 97.97 checking seccomp.h presence... yes
09:22:08 [2023-03-28T09:22:08.853Z] #71 98.12 checking for seccomp.h... yes
09:22:09 [2023-03-28T09:22:09.425Z] #71 98.13 checking for library containing seccomp_rule_add... -lseccomp
09:22:09 [2023-03-28T09:22:09.686Z] #71 98.60 checking for library containing seccomp_arch_resolve_name... none required
09:22:09 [2023-03-28T09:22:09.686Z] #71 98.84 checking systemd/sd-bus.h usability... yes
09:22:09 [2023-03-28T09:22:09.947Z] #71 99.09 checking systemd/sd-bus.h presence... yes
09:22:09 [2023-03-28T09:22:09.947Z] #71 99.24 checking for systemd/sd-bus.h... yes
09:22:10 [2023-03-28T09:22:10.518Z] #71 99.25 checking for library containing sd_bus_match_signal_async... -lsystemd
09:22:10 [2023-03-28T09:22:10.779Z] #71 99.74 checking for sd_notify_barrier... yes
09:22:10 [2023-03-28T09:22:10.779Z] #71 100.00 checking linux/bpf.h usability... yes
09:22:10 [2023-03-28T09:22:10.779Z] #71 100.2 checking linux/bpf.h presence... yes
09:22:10 [2023-03-28T09:22:10.779Z] #71 100.2 checking for linux/bpf.h... yes
09:22:11 [2023-03-28T09:22:11.039Z] #71 100.2 checking compilation for eBPF... yes
09:22:11 [2023-03-28T09:22:11.300Z] #71 100.5 checking for criu >= 3.15... no
09:22:11 [2023-03-28T09:22:11.300Z] #71 100.5 configure: CRIU headers not found, building without CRIU support
09:22:11 [2023-03-28T09:22:11.300Z] #71 100.5 checking for criu > 3.16... no
09:22:11 [2023-03-28T09:22:11.300Z] #71 100.6 configure: CRIU version doesn't support join-ns API
09:22:11 [2023-03-28T09:22:11.300Z] #71 100.6 checking for criu > 3.16.1... no
09:22:11 [2023-03-28T09:22:11.300Z] #71 100.6 configure: CRIU version doesn't support for pre-dumping
09:22:11 [2023-03-28T09:22:11.300Z] #71 100.6 checking for new mount API (fsconfig)... yes
09:22:11 [2023-03-28T09:22:11.561Z] #71 100.7 checking for seccomp notify API... yes
09:22:11 [2023-03-28T09:22:11.561Z] #71 100.8 checking for gperf... no
09:22:11 [2023-03-28T09:22:11.561Z] #71 100.9 configure: gperf not found - cannot rebuild signal parser code
09:22:11 [2023-03-28T09:22:11.821Z] #71 100.9 checking for library containing argp_parse... none required
09:22:12 [2023-03-28T09:22:12.082Z] #71 101.3 checking that generated files are newer than configure... done
09:22:12 [2023-03-28T09:22:12.082Z] #71 101.3 configure: creating ./config.status
09:22:14 [2023-03-28T09:22:14.627Z] #71 ...
09:22:14 [2023-03-28T09:22:14.627Z] 
09:22:14 [2023-03-28T09:22:14.627Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:22:14 [2023-03-28T09:22:14.627Z] #55 114.6 net/http/httputil
09:22:14 [2023-03-28T09:22:14.627Z] #55 115.9 github.com/AdRoll/goamz/cloudfront
09:22:14 [2023-03-28T09:22:14.627Z] #55 116.4 github.com/docker/distribution/registry/storage/driver/middleware/cloudfront
09:22:14 [2023-03-28T09:22:14.627Z] #55 116.7 github.com/ncw/swift
09:22:14 [2023-03-28T09:22:14.627Z] #55 117.0 github.com/AdRoll/goamz/s3
09:22:14 [2023-03-28T09:22:14.627Z] #55 119.7 github.com/docker/distribution/registry/storage/driver/swift
09:22:14 [2023-03-28T09:22:14.627Z] #55 120.2 github.com/docker/distribution/registry/storage/driver/s3
09:22:14 [2023-03-28T09:22:14.627Z] #55 121.2 net/http/pprof
09:22:14 [2023-03-28T09:22:14.627Z] #55 122.1 github.com/docker/distribution/cmd/registry
09:22:15 [2023-03-28T09:22:15.569Z] #55 ...
09:22:15 [2023-03-28T09:22:15.569Z] 
09:22:15 [2023-03-28T09:22:15.569Z] #71 [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
09:22:15 [2023-03-28T09:22:15.569Z] #71 104.7 config.status: creating Makefile
09:22:15 [2023-03-28T09:22:15.569Z] #71 104.8 config.status: creating rpm/crun.spec
09:22:15 [2023-03-28T09:22:15.569Z] #71 104.9 config.status: creating config.h
09:22:15 [2023-03-28T09:22:15.569Z] #71 104.9 config.status: executing libtool commands
09:22:15 [2023-03-28T09:22:15.830Z] #71 105.0 config.status: executing depfiles commands
09:22:17 [2023-03-28T09:22:17.216Z] #71 106.4 === configuring in libocispec (/tmp/crun-build/libocispec)
09:22:17 [2023-03-28T09:22:17.216Z] #71 106.4 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:22:17 [2023-03-28T09:22:17.216Z] #71 ...
09:22:17 [2023-03-28T09:22:17.216Z] 
09:22:17 [2023-03-28T09:22:17.216Z] #55 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw     --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src <<EOT (set -ex...)
09:22:17 [2023-03-28T09:22:17.216Z] #55 126.7 + xx-verify /build/registry-v2
09:22:17 [2023-03-28T09:22:17.216Z] #55 DONE 127.4s
09:22:17 [2023-03-28T09:22:17.216Z] 
09:22:17 [2023-03-28T09:22:17.216Z] #72 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
09:22:18 [2023-03-28T09:22:18.157Z] #72 ...
09:22:18 [2023-03-28T09:22:18.157Z] 
09:22:18 [2023-03-28T09:22:18.157Z] #71 [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
09:22:18 [2023-03-28T09:22:18.157Z] #71 107.3 checking for gcc... gcc
09:22:18 [2023-03-28T09:22:18.157Z] #71 107.5 checking whether the C compiler works... yes
09:22:18 [2023-03-28T09:22:18.418Z] #71 107.6 checking for C compiler default output file name... a.out
09:22:18 [2023-03-28T09:22:18.418Z] #71 107.6 checking for suffix of executables... 
09:22:18 [2023-03-28T09:22:18.679Z] #71 107.8 checking whether we are cross compiling... no
09:22:18 [2023-03-28T09:22:18.679Z] #71 107.9 checking for suffix of object files... o
09:22:18 [2023-03-28T09:22:18.679Z] #71 108.0 checking whether we are using the GNU C compiler... yes
09:22:18 [2023-03-28T09:22:18.939Z] #71 108.2 checking whether gcc accepts -g... yes
09:22:18 [2023-03-28T09:22:18.939Z] #71 108.3 checking for gcc option to accept ISO C89... none needed
09:22:19 [2023-03-28T09:22:19.200Z] #71 108.4 checking whether gcc understands -c and -o together... yes
09:22:19 [2023-03-28T09:22:19.461Z] #71 108.6 checking how to run the C preprocessor... gcc -E
09:22:19 [2023-03-28T09:22:19.722Z] #71 108.8 checking for grep that handles long lines and -e... /bin/grep
09:22:19 [2023-03-28T09:22:19.722Z] #71 108.8 checking for egrep... /bin/grep -E
09:22:19 [2023-03-28T09:22:19.983Z] #71 108.8 checking for ANSI C header files... yes
09:22:20 [2023-03-28T09:22:20.243Z] #71 109.3 checking for sys/types.h... yes
09:22:20 [2023-03-28T09:22:20.243Z] #71 109.5 checking for sys/stat.h... yes
09:22:20 [2023-03-28T09:22:20.504Z] #71 109.7 checking for stdlib.h... yes
09:22:20 [2023-03-28T09:22:20.504Z] #71 109.8 checking for string.h... yes
09:22:21 [2023-03-28T09:22:21.026Z] #71 110.0 checking for memory.h... yes
09:22:21 [2023-03-28T09:22:21.026Z] #71 110.2 checking for strings.h... yes
09:22:21 [2023-03-28T09:22:21.287Z] #71 110.3 checking for inttypes.h... yes
09:22:21 [2023-03-28T09:22:21.547Z] #71 110.6 checking for stdint.h... yes
09:22:21 [2023-03-28T09:22:21.808Z] #71 110.9 checking for unistd.h... yes
09:22:21 [2023-03-28T09:22:21.808Z] #71 111.0 checking minix/config.h usability... no
09:22:21 [2023-03-28T09:22:21.808Z] #71 111.2 checking minix/config.h presence... no
09:22:21 [2023-03-28T09:22:21.808Z] #71 111.2 checking for minix/config.h... no
09:22:22 [2023-03-28T09:22:22.068Z] #71 111.2 checking whether it is safe to define __EXTENSIONS__... yes
09:22:22 [2023-03-28T09:22:22.590Z] #71 111.4 checking build system type... #71 ...
09:22:22 [2023-03-28T09:22:22.590Z] 
09:22:22 [2023-03-28T09:22:22.590Z] #75 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 <<EOT (set -e...)
09:22:22 [2023-03-28T09:22:22.590Z] #75 DONE 93.3s
09:22:22 [2023-03-28T09:22:22.590Z] 
09:22:22 [2023-03-28T09:22:22.590Z] #71 [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
09:22:22 [2023-03-28T09:22:22.590Z] #71 111.4 checking build system type... aarch64-unknown-linux-gnu
09:22:22 [2023-03-28T09:22:22.590Z] #71 111.8 checking host system type... aarch64-unknown-linux-gnu
09:22:22 [2023-03-28T09:22:22.590Z] #71 111.8 checking how to print strings... printf
09:22:22 [2023-03-28T09:22:22.590Z] 
09:22:22 [2023-03-28T09:22:22.590Z] #71 ...
09:22:22 [2023-03-28T09:22:22.590Z] 
09:22:22 [2023-03-28T09:22:22.590Z] #81 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
09:22:22 [2023-03-28T09:22:22.590Z] #81 DONE 0.1s
09:22:22 [2023-03-28T09:22:22.590Z] 
09:22:22 [2023-03-28T09:22:22.590Z] #71 [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
09:22:22 [2023-03-28T09:22:22.590Z] #71 111.9 checking for a sed that does not truncate output... /bin/sed
09:22:22 [2023-03-28T09:22:22.590Z] #71 111.9 checking for fgrep... /bin/grep -F
09:22:22 [2023-03-28T09:22:22.590Z] #71 111.9 checking for ld used by gcc... /usr/bin/ld
09:22:22 [2023-03-28T09:22:22.851Z] #71 112.0 checking if the linker (/usr/bin/ld) is GNU ld... 
09:22:22 [2023-03-28T09:22:22.851Z] #71 ...
09:22:22 [2023-03-28T09:22:22.851Z] 
09:22:22 [2023-03-28T09:22:22.851Z] #82 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
09:22:22 [2023-03-28T09:22:22.851Z] #82 DONE 0.1s
09:22:22 [2023-03-28T09:22:22.851Z] 
09:22:22 [2023-03-28T09:22:22.851Z] #71 [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
09:22:22 [2023-03-28T09:22:22.851Z] #71 112.0 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:22:22 [2023-03-28T09:22:22.851Z] #71 112.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:22:22 [2023-03-28T09:22:22.851Z] #71 112.0 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:22:22 [2023-03-28T09:22:22.851Z] #71 112.2 checking whether ln -s works... yes
09:22:22 [2023-03-28T09:22:22.851Z] #71 112.2 checking the maximum length of command line arguments... 1572864
09:22:23 [2023-03-28T09:22:23.112Z] #71 112.3 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:22:23 [2023-03-28T09:22:23.112Z] #71 112.3 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:22:23 [2023-03-28T09:22:23.112Z] #71 112.3 checking for /usr/bin/ld option to reload object files... -r
09:22:23 [2023-03-28T09:22:23.112Z] #71 112.3 checking for objdump... objdump
09:22:23 [2023-03-28T09:22:23.112Z] #71 112.3 checking how to recognize dependent libraries... pass_all
09:22:23 [2023-03-28T09:22:23.112Z] #71 112.3 checking for dlltool... no
09:22:23 [2023-03-28T09:22:23.112Z] #71 112.3 checking how to associate runtime and link libraries... printf %s\n
09:22:23 [2023-03-28T09:22:23.112Z] #71 112.3 checking for ar... ar
09:22:23 [2023-03-28T09:22:23.373Z] #71 112.3 checking for archiver @FILE support... @
09:22:23 [2023-03-28T09:22:23.373Z] #71 112.7 checking for strip... strip
09:22:23 [2023-03-28T09:22:23.373Z] #71 112.7 checking for ranlib... ranlib
09:22:23 [2023-03-28T09:22:23.373Z] #71 112.7 checking for gawk... no
09:22:23 [2023-03-28T09:22:23.373Z] #71 112.7 checking for mawk... mawk
09:22:23 [2023-03-28T09:22:23.633Z] #71 112.7 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:22:23 [2023-03-28T09:22:23.633Z] #71 113.1 checking for sysroot... no
09:22:23 [2023-03-28T09:22:23.633Z] #71 113.1 checking for a working dd... /bin/dd
09:22:23 [2023-03-28T09:22:23.633Z] #71 113.1 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:22:23 [2023-03-28T09:22:23.894Z] #71 113.1 checking for mt... no
09:22:23 [2023-03-28T09:22:23.894Z] #71 113.1 checking if : is a manifest tool... no
09:22:23 [2023-03-28T09:22:23.894Z] #71 113.1 checking for dlfcn.h... yes
09:22:24 [2023-03-28T09:22:24.154Z] #71 113.2 checking for objdir... .libs
09:22:24 [2023-03-28T09:22:24.154Z] #71 113.5 checking if gcc supports -fno-rtti -fno-exceptions... no
09:22:24 [2023-03-28T09:22:24.417Z] #71 113.6 checking for gcc option to produce PIC... -fPIC -DPIC
09:22:24 [2023-03-28T09:22:24.417Z] #71 113.6 checking if gcc PIC flag -fPIC -DPIC works... yes
09:22:24 [2023-03-28T09:22:24.678Z] #71 113.7 checking if gcc static flag -static works... yes
09:22:24 [2023-03-28T09:22:24.956Z] #71 114.0 checking if gcc supports -c -o file.o... yes
09:22:24 [2023-03-28T09:22:24.956Z] #71 114.1 checking if gcc supports -c -o file.o... (cached) yes
09:22:24 [2023-03-28T09:22:24.956Z] #71 114.1 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:22:25 [2023-03-28T09:22:25.266Z] #71 114.2 checking dynamic linker characteristics... GNU/Linux ld.so
09:22:25 [2023-03-28T09:22:25.266Z] #71 114.6 checking how to hardcode library paths into programs... immediate
09:22:25 [2023-03-28T09:22:25.266Z] #71 114.6 checking whether stripping libraries is possible... yes
09:22:25 [2023-03-28T09:22:25.266Z] #71 114.6 checking if libtool supports shared libraries... yes
09:22:25 [2023-03-28T09:22:25.266Z] #71 114.6 checking whether to build shared libraries... no
09:22:25 [2023-03-28T09:22:25.266Z] #71 114.6 checking whether to build static libraries... yes
09:22:25 [2023-03-28T09:22:25.266Z] #71 114.6 checking for a BSD-compatible install... /usr/bin/install -c
09:22:25 [2023-03-28T09:22:25.266Z] #71 114.6 checking whether build environment is sane... yes
09:22:25 [2023-03-28T09:22:25.529Z] #71 114.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:22:25 [2023-03-28T09:22:25.529Z] #71 114.7 checking whether make sets $(MAKE)... yes
09:22:25 [2023-03-28T09:22:25.529Z] #71 114.8 checking whether make supports the include directive... yes (GNU style)
09:22:25 [2023-03-28T09:22:25.529Z] #71 114.8 checking whether make supports nested variables... yes
09:22:25 [2023-03-28T09:22:25.529Z] #71 114.9 checking whether UID '0' is supported by ustar format... yes
09:22:25 [2023-03-28T09:22:25.529Z] #71 114.9 checking whether GID '0' is supported by ustar format... yes
09:22:25 [2023-03-28T09:22:25.529Z] #71 114.9 checking how to create a ustar tar archive... gnutar
09:22:25 [2023-03-28T09:22:25.801Z] #71 115.0 checking dependency style of gcc... 
09:22:25 [2023-03-28T09:22:25.801Z] #71 ...
09:22:25 [2023-03-28T09:22:25.801Z] 
09:22:25 [2023-03-28T09:22:25.801Z] #70 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw     --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/ <<EOT (set -e...)
09:22:25 [2023-03-28T09:22:25.801Z] #70 DONE 123.3s
09:22:25 [2023-03-28T09:22:25.801Z] 
09:22:25 [2023-03-28T09:22:25.801Z] #71 [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
09:22:25 [2023-03-28T09:22:25.801Z] #71 115.0 checking dependency style of gcc... gcc3
09:22:25 [2023-03-28T09:22:25.801Z] #71 115.2 checking whether to enable maintainer-specific portions of Makefiles... yes
09:22:25 [2023-03-28T09:22:25.801Z] #71 115.2 checking whether make supports nested variables... (cached) yes
09:22:25 [2023-03-28T09:22:25.801Z] #71 115.2 checking for pkg-config... /usr/bin/pkg-config
09:22:25 [2023-03-28T09:22:25.801Z] #71 115.2 checking pkg-config is at least version 0.9.0... yes
09:22:26 [2023-03-28T09:22:26.064Z] #71 115.2 checking for yajl >= 2.1.0... yes
09:22:26 [2023-03-28T09:22:26.064Z] #71 115.3 checking for a sed that does not truncate output... (cached) /bin/sed
09:22:26 [2023-03-28T09:22:26.064Z] #71 115.3 checking for gcc... (cached) gcc
09:22:26 [2023-03-28T09:22:26.064Z] #71 115.5 checking whether we are using the GNU C compiler... (cached) yes
09:22:26 [2023-03-28T09:22:26.064Z] #71 115.5 checking whether gcc accepts -g... (cached) yes
09:22:26 [2023-03-28T09:22:26.064Z] #71 115.5 checking for gcc option to accept ISO C89... (cached) none needed
09:22:26 [2023-03-28T09:22:26.064Z] #71 115.5 checking whether gcc understands -c and -o together... (cached) yes
09:22:26 [2023-03-28T09:22:26.328Z] #71 115.5 checking for a Python interpreter with version >= 3... python3
09:22:26 [2023-03-28T09:22:26.328Z] #71 115.6 checking for python3... /usr/bin/python3
09:22:26 [2023-03-28T09:22:26.328Z] #71 115.6 checking for python3 version... 3.9
09:22:26 [2023-03-28T09:22:26.328Z] #71 115.6 checking for python3 platform... linux
09:22:26 [2023-03-28T09:22:26.588Z] #71 115.7 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:22:26 [2023-03-28T09:22:26.848Z] #71 116.0 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:22:27 [2023-03-28T09:22:27.109Z] #71 116.3 checking that generated files are newer than configure... done
09:22:27 [2023-03-28T09:22:27.109Z] #71 116.4 configure: creating ./config.status
09:22:29 [2023-03-28T09:22:29.018Z] #71 118.3 config.status: creating Makefile
09:22:29 [2023-03-28T09:22:29.279Z] #71 118.4 config.status: creating config.h
09:22:29 [2023-03-28T09:22:29.279Z] #71 118.4 config.status: executing libtool commands
09:22:29 [2023-03-28T09:22:29.279Z] #71 118.5 config.status: executing depfiles commands
09:22:29 [2023-03-28T09:22:29.849Z] #71 119.2 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
09:22:29 [2023-03-28T09:22:29.849Z] #71 119.2 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:22:30 [2023-03-28T09:22:30.369Z] #71 119.5 checking for gcc... gcc
09:22:30 [2023-03-28T09:22:30.369Z] #71 119.6 checking whether the C compiler works... yes
09:22:30 [2023-03-28T09:22:30.629Z] #71 119.8 checking for C compiler default output file name... a.out
09:22:30 [2023-03-28T09:22:30.889Z] #71 119.8 checking for suffix of executables... 
09:22:30 [2023-03-28T09:22:30.889Z] #71 120.0 checking whether we are cross compiling... no
09:22:30 [2023-03-28T09:22:30.889Z] #71 120.1 checking for suffix of object files... o
09:22:30 [2023-03-28T09:22:30.889Z] #71 120.2 checking whether we are using the GNU C compiler... yes
09:22:31 [2023-03-28T09:22:31.149Z] #71 120.3 checking whether gcc accepts -g... yes
09:22:31 [2023-03-28T09:22:31.149Z] #71 120.5 checking for gcc option to accept ISO C89... none needed
09:22:31 [2023-03-28T09:22:31.410Z] #71 120.6 checking whether gcc understands -c and -o together... yes
09:22:31 [2023-03-28T09:22:31.410Z] #71 120.7 checking for a BSD-compatible install... /usr/bin/install -c
09:22:31 [2023-03-28T09:22:31.410Z] #71 120.8 checking whether build environment is sane... yes
09:22:31 [2023-03-28T09:22:31.670Z] #71 120.8 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:22:31 [2023-03-28T09:22:31.670Z] #71 120.8 checking for gawk... no
09:22:31 [2023-03-28T09:22:31.670Z] #71 120.8 checking for mawk... mawk
09:22:31 [2023-03-28T09:22:31.670Z] #71 120.8 checking whether make sets $(MAKE)... yes
09:22:31 [2023-03-28T09:22:31.670Z] #71 120.9 checking whether make supports the include directive... yes (GNU style)
09:22:31 [2023-03-28T09:22:31.670Z] #71 120.9 checking whether make supports nested variables... yes
09:22:31 [2023-03-28T09:22:31.670Z] #71 120.9 checking whether UID '0' is supported by ustar format... yes
09:22:31 [2023-03-28T09:22:31.670Z] #71 120.9 checking whether GID '0' is supported by ustar format... yes
09:22:31 [2023-03-28T09:22:31.670Z] #71 120.9 checking how to create a ustar tar archive... gnutar
09:22:31 [2023-03-28T09:22:31.930Z] #71 121.0 checking dependency style of gcc... gcc3
09:22:31 [2023-03-28T09:22:31.930Z] #71 121.2 checking whether to enable maintainer-specific portions of Makefiles... yes
09:22:31 [2023-03-28T09:22:31.930Z] #71 121.2 checking whether make supports nested variables... (cached) yes
09:22:32 [2023-03-28T09:22:32.190Z] #71 121.3 checking build system type... aarch64-unknown-linux-gnu
09:22:32 [2023-03-28T09:22:32.190Z] #71 121.5 checking host system type... aarch64-unknown-linux-gnu
09:22:32 [2023-03-28T09:22:32.190Z] #71 121.5 checking how to print strings... printf
09:22:32 [2023-03-28T09:22:32.190Z] #71 121.6 checking for a sed that does not truncate output... /bin/sed
09:22:32 [2023-03-28T09:22:32.190Z] #71 121.6 checking for grep that handles long lines and -e... /bin/grep
09:22:32 [2023-03-28T09:22:32.190Z] #71 121.6 checking for egrep... /bin/grep -E
09:22:32 [2023-03-28T09:22:32.190Z] #71 121.6 checking for fgrep... /bin/grep -F
09:22:32 [2023-03-28T09:22:32.190Z] #71 121.6 checking for ld used by gcc... /usr/bin/ld
09:22:32 [2023-03-28T09:22:32.190Z] #71 121.6 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.6 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.7 checking whether ln -s works... yes
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.7 checking the maximum length of command line arguments... 1572864
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.7 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.7 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.7 checking for /usr/bin/ld option to reload object files... -r
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.7 checking for objdump... objdump
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.7 checking how to recognize dependent libraries... pass_all
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.7 checking for dlltool... no
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.7 checking how to associate runtime and link libraries... printf %s\n
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.7 checking for ar... ar
09:22:32 [2023-03-28T09:22:32.451Z] #71 121.7 checking for archiver @FILE support... @
09:22:32 [2023-03-28T09:22:32.711Z] #71 121.8 checking for strip... strip
09:22:32 [2023-03-28T09:22:32.711Z] #71 121.8 checking for ranlib... ranlib
09:22:32 [2023-03-28T09:22:32.972Z] #71 121.8 checking command to parse /usr/bin/nm -B output from gcc object... #71 ...
09:22:32 [2023-03-28T09:22:32.972Z] 
09:22:32 [2023-03-28T09:22:32.972Z] #72 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw     --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64     --mount=type=cache,target=/go/pkg/mod <<EOT (set -e...)
09:22:32 [2023-03-28T09:22:32.972Z] #72 DONE 123.0s
09:22:32 [2023-03-28T09:22:32.972Z] 
09:22:32 [2023-03-28T09:22:32.972Z] #71 [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
09:22:32 [2023-03-28T09:22:32.972Z] #71 121.8 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:22:32 [2023-03-28T09:22:32.972Z] #71 122.3 checking for sysroot... no
09:22:32 [2023-03-28T09:22:32.972Z] #71 122.3 checking for a working dd... /bin/dd
09:22:32 [2023-03-28T09:22:32.972Z] #71 122.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:22:32 [2023-03-28T09:22:32.972Z] #71 122.3 checking for mt... no
09:22:32 [2023-03-28T09:22:32.972Z] #71 122.3 checking if : is a manifest tool... no
09:22:33 [2023-03-28T09:22:33.232Z] #71 122.4 checking how to run the C preprocessor... gcc -E
09:22:34 [2023-03-28T09:22:34.066Z] #71 122.9 checking for ANSI C header files... yes
09:22:34 [2023-03-28T09:22:34.066Z] #71 123.2 checking for sys/types.h... yes
09:22:34 [2023-03-28T09:22:34.066Z] #71 123.4 checking for sys/stat.h... yes
09:22:34 [2023-03-28T09:22:34.327Z] #71 123.5 checking for stdlib.h... yes
09:22:34 [2023-03-28T09:22:34.327Z] #71 123.7 checking for string.h... yes
09:22:34 [2023-03-28T09:22:34.588Z] #71 123.8 checking for memory.h... yes
09:22:34 [2023-03-28T09:22:34.588Z] #71 123.9 checking for strings.h... yes
09:22:34 [2023-03-28T09:22:34.848Z] #71 124.0 checking for inttypes.h... yes
09:22:35 [2023-03-28T09:22:35.110Z] #71 124.2 checking for stdint.h... yes
09:22:35 [2023-03-28T09:22:35.110Z] #71 124.3 checking for unistd.h... yes
09:22:35 [2023-03-28T09:22:35.370Z] #71 124.5 checking for dlfcn.h... yes
09:22:35 [2023-03-28T09:22:35.370Z] #71 124.6 checking for objdir... .libs
09:22:35 [2023-03-28T09:22:35.631Z] #71 124.9 checking if gcc supports -fno-rtti -fno-exceptions... no
09:22:35 [2023-03-28T09:22:35.631Z] #71 124.9 checking for gcc option to produce PIC... -fPIC -DPIC
09:22:35 [2023-03-28T09:22:35.892Z] #71 124.9 checking if gcc PIC flag -fPIC -DPIC works... yes
09:22:35 [2023-03-28T09:22:35.892Z] #71 125.0 checking if gcc static flag -static works... yes
09:22:36 [2023-03-28T09:22:36.153Z] #71 125.2 checking if gcc supports -c -o file.o... yes
09:22:36 [2023-03-28T09:22:36.153Z] #71 125.3 checking if gcc supports -c -o file.o... (cached) yes
09:22:36 [2023-03-28T09:22:36.153Z] #71 125.3 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:22:36 [2023-03-28T09:22:36.153Z] #71 125.4 checking dynamic linker characteristics... GNU/Linux ld.so
09:22:36 [2023-03-28T09:22:36.415Z] #71 125.6 checking how to hardcode library paths into programs... immediate
09:22:36 [2023-03-28T09:22:36.415Z] #71 125.6 checking whether stripping libraries is possible... yes
09:22:36 [2023-03-28T09:22:36.415Z] #71 125.6 checking if libtool supports shared libraries... yes
09:22:36 [2023-03-28T09:22:36.415Z] #71 125.6 checking whether to build shared libraries... no
09:22:36 [2023-03-28T09:22:36.415Z] #71 125.6 checking whether to build static libraries... yes
09:22:36 [2023-03-28T09:22:36.415Z] #71 125.6 checking float.h usability... yes
09:22:36 [2023-03-28T09:22:36.415Z] #71 125.7 checking float.h presence... yes
09:22:36 [2023-03-28T09:22:36.415Z] #71 125.7 checking for float.h... yes
09:22:36 [2023-03-28T09:22:36.675Z] #71 125.7 checking limits.h usability... yes
09:22:36 [2023-03-28T09:22:36.675Z] #71 125.9 checking limits.h presence... yes
09:22:36 [2023-03-28T09:22:36.675Z] #71 125.9 checking for limits.h... yes
09:22:36 [2023-03-28T09:22:36.675Z] #71 125.9 checking stddef.h usability... yes
09:22:36 [2023-03-28T09:22:36.675Z] #71 126.1 checking stddef.h presence... yes
09:22:36 [2023-03-28T09:22:36.935Z] #71 126.1 checking for stddef.h... yes
09:22:36 [2023-03-28T09:22:36.935Z] #71 126.1 checking for stdlib.h... (cached) yes
09:22:36 [2023-03-28T09:22:36.935Z] #71 126.2 checking for string.h... (cached) yes
09:22:36 [2023-03-28T09:22:36.935Z] #71 126.2 checking sys/time.h usability... yes
09:22:36 [2023-03-28T09:22:36.935Z] #71 126.3 checking sys/time.h presence... yes
09:22:36 [2023-03-28T09:22:36.935Z] #71 126.3 checking for sys/time.h... yes
09:22:36 [2023-03-28T09:22:36.935Z] #71 126.3 checking for inline... inline
09:22:37 [2023-03-28T09:22:37.196Z] #71 126.4 checking for size_t... yes
09:22:37 [2023-03-28T09:22:37.196Z] #71 126.6 checking for stdlib.h... (cached) yes
09:22:37 [2023-03-28T09:22:37.457Z] #71 126.6 checking for GNU libc compatible malloc... yes
09:22:37 [2023-03-28T09:22:37.457Z] #71 126.7 checking for stdlib.h... (cached) yes
09:22:37 [2023-03-28T09:22:37.718Z] #71 126.7 checking for GNU libc compatible realloc... yes
09:22:37 [2023-03-28T09:22:37.718Z] #71 126.9 checking for working strtod... yes
09:22:37 [2023-03-28T09:22:37.718Z] #71 127.1 checking for gettimeofday... yes
09:22:37 [2023-03-28T09:22:37.979Z] #71 127.2 checking for memset... yes
09:22:38 [2023-03-28T09:22:38.239Z] #71 127.4 checking for strspn... yes
09:22:38 [2023-03-28T09:22:38.500Z] #71 127.6 checking that generated files are newer than configure... done
09:22:38 [2023-03-28T09:22:38.500Z] #71 127.6 configure: creating ./config.status
09:22:40 [2023-03-28T09:22:40.425Z] #71 129.8 config.status: creating Makefile
09:22:40 [2023-03-28T09:22:40.425Z] #71 129.8 config.status: creating config.h
09:22:40 [2023-03-28T09:22:40.685Z] #71 129.9 config.status: executing depfiles commands
09:22:40 [2023-03-28T09:22:40.685Z] #71 130.0 config.status: executing libtool commands
09:22:41 [2023-03-28T09:22:41.254Z] #71 130.7   GEN      .version
09:22:41 [2023-03-28T09:22:41.254Z] #71 130.7 make  install-recursive
09:22:41 [2023-03-28T09:22:41.254Z] #71 130.7 make[1]: Entering directory '/tmp/crun-build'
09:22:41 [2023-03-28T09:22:41.515Z] #71 130.8 Making install in libocispec
09:22:41 [2023-03-28T09:22:41.515Z] #71 130.8 make[2]: Entering directory '/tmp/crun-build/libocispec'
09:22:41 [2023-03-28T09:22:41.774Z] #71 130.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
09:22:41 [2023-03-28T09:22:41.774Z] #71 130.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
09:22:41 [2023-03-28T09:22:41.774Z] #71 130.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
09:22:41 [2023-03-28T09:22:41.774Z] #71 130.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
09:22:42 [2023-03-28T09:22:42.034Z] #71 131.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
09:22:42 [2023-03-28T09:22:42.034Z] #71 131.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
09:22:42 [2023-03-28T09:22:42.034Z] #71 131.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
09:22:42 [2023-03-28T09:22:42.034Z] #71 131.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
09:22:42 [2023-03-28T09:22:42.034Z] #71 131.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
09:22:42 [2023-03-28T09:22:42.034Z] #71 131.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
09:22:42 [2023-03-28T09:22:42.034Z] #71 131.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
09:22:42 [2023-03-28T09:22:42.034Z] #71 131.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
09:22:42 [2023-03-28T09:22:42.034Z] #71 131.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
09:22:42 [2023-03-28T09:22:42.294Z] #71 131.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
09:22:42 [2023-03-28T09:22:42.294Z] #71 131.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
09:22:42 [2023-03-28T09:22:42.294Z] #71 131.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
09:22:42 [2023-03-28T09:22:42.294Z] #71 131.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
09:22:42 [2023-03-28T09:22:42.294Z] #71 131.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
09:22:42 [2023-03-28T09:22:42.294Z] #71 131.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
09:22:42 [2023-03-28T09:22:42.294Z] #71 131.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 make  install-recursive
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.1 make[3]: Entering directory '/tmp/crun-build/libocispec'
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.2 Making install in yajl
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.2 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.2   CC       verify/json_verify-json_verify.o
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.2   CC       src/libyajl_la-yajl_alloc.lo
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.2   CC       src/libyajl_la-yajl.lo
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.2   CC       src/libyajl_la-yajl_gen.lo
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.2   CC       src/libyajl_la-yajl_parser.lo
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.3   CC       src/libyajl_la-yajl_buf.lo
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.3   CC       src/libyajl_la-yajl_encode.lo
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.3   CC       src/libyajl_la-yajl_lex.lo
09:22:42 [2023-03-28T09:22:42.876Z] #71 132.3   CC       src/libyajl_la-yajl_tree.lo
09:22:47 [2023-03-28T09:22:47.076Z] #71 136.2   CCLD     libyajl.la
09:22:47 [2023-03-28T09:22:47.076Z] #71 136.4   CCLD     verify/json_verify
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.7 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.7 make[5]: Nothing to be done for 'install-exec-am'.
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.7 make[5]: Nothing to be done for 'install-data-am'.
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.7 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.7 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.7 make[4]: Entering directory '/tmp/crun-build/libocispec'
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.9   CC       src/validate.o
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.9   CC       src/image_spec_schema_config_schema.lo
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.9   CC       src/image_spec_schema_content_descriptor.lo
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.9   CC       src/image_spec_schema_defs.lo
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.9   CC       src/image_spec_schema_defs_descriptor.lo
09:22:47 [2023-03-28T09:22:47.647Z] #71 136.9   CC       src/image_spec_schema_image_index_schema.lo
09:22:47 [2023-03-28T09:22:47.647Z] #71 137.0   CC       src/image_spec_schema_image_layout_schema.lo
09:22:47 [2023-03-28T09:22:47.647Z] #71 137.0   CC       src/image_spec_schema_image_manifest_schema.lo
09:22:47 [2023-03-28T09:22:47.647Z] #71 137.0   CC       src/runtime_spec_schema_config_linux.lo
09:22:47 [2023-03-28T09:22:47.647Z] #71 137.1   CC       src/runtime_spec_schema_config_zos.lo
09:22:47 [2023-03-28T09:22:47.908Z] #71 137.1   CC       src/runtime_spec_schema_config_schema.lo
09:22:47 [2023-03-28T09:22:47.908Z] #71 137.2   CC       src/runtime_spec_schema_config_solaris.lo
09:22:47 [2023-03-28T09:22:47.908Z] #71 137.2   CC       src/runtime_spec_schema_config_vm.lo
09:22:47 [2023-03-28T09:22:47.908Z] #71 137.3   CC       src/runtime_spec_schema_config_windows.lo
09:22:47 [2023-03-28T09:22:47.908Z] #71 137.3   CC       src/runtime_spec_schema_defs.lo
09:22:48 [2023-03-28T09:22:48.168Z] #71 137.4   CC       src/runtime_spec_schema_defs_linux.lo
09:22:48 [2023-03-28T09:22:48.168Z] #71 137.4   CC       src/runtime_spec_schema_defs_zos.lo
09:22:48 [2023-03-28T09:22:48.168Z] #71 137.4   CC       src/runtime_spec_schema_defs_vm.lo
09:22:48 [2023-03-28T09:22:48.168Z] #71 137.5   CC       src/runtime_spec_schema_defs_windows.lo
09:22:48 [2023-03-28T09:22:48.168Z] #71 137.6   CC       src/runtime_spec_schema_state_schema.lo
09:22:48 [2023-03-28T09:22:48.428Z] #71 137.7   CC       src/image_manifest_items_image_manifest_items_schema.lo
09:22:48 [2023-03-28T09:22:48.688Z] #71 137.9   CC       src/basic_test_double_array_item.lo
09:22:48 [2023-03-28T09:22:48.688Z] #71 138.0   CC       src/basic_test_double_array.lo
09:22:48 [2023-03-28T09:22:48.688Z] #71 138.0   CC       src/basic_test_top_array_int.lo
09:22:48 [2023-03-28T09:22:48.949Z] #71 138.1   CC       src/basic_test_top_array_string.lo
09:22:48 [2023-03-28T09:22:48.949Z] #71 138.2   CC       src/basic_test_top_double_array_int.lo
09:22:49 [2023-03-28T09:22:49.210Z] #71 138.4   CC       src/basic_test_top_double_array_obj.lo
09:22:49 [2023-03-28T09:22:49.210Z] #71 138.5   CC       src/basic_test_top_double_array_refobj.lo
09:22:49 [2023-03-28T09:22:49.210Z] #71 138.6   CC       src/basic_test_top_double_array_string.lo
09:22:49 [2023-03-28T09:22:49.470Z] #71 138.7   CC       src/read-file.lo
09:22:49 [2023-03-28T09:22:49.470Z] #71 138.9   CC       src/json_common.lo
09:22:49 [2023-03-28T09:22:49.731Z] #71 139.0   CC       tests/test-1.o
09:22:49 [2023-03-28T09:22:49.731Z] #71 139.1   CC       tests/test-2.o
09:22:49 [2023-03-28T09:22:49.731Z] #71 139.2   CC       tests/test-3.o
09:22:49 [2023-03-28T09:22:49.992Z] #71 139.4   CC       tests/test-4.o
09:22:49 [2023-03-28T09:22:49.992Z] #71 139.5   CC       tests/test-5.o
09:22:50 [2023-03-28T09:22:50.563Z] #71 139.7   CC       tests/test-6.o
09:22:50 [2023-03-28T09:22:50.563Z] #71 139.9   CC       tests/test-7.o
09:22:51 [2023-03-28T09:22:51.134Z] #71 140.2   CC       tests/test-8.o
09:22:51 [2023-03-28T09:22:51.134Z] #71 140.3   CC       tests/test-9.o
09:22:51 [2023-03-28T09:22:51.134Z] #71 140.4   CC       tests/test-10.o
09:22:51 [2023-03-28T09:22:51.394Z] #71 140.7   CC       tests/test-11.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 167.7   CCLD     libocispec.la
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.0   CCLD     src/validate
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.0   CCLD     tests/test-1
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.0   CCLD     tests/test-2
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.1   CCLD     tests/test-3
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.2   CCLD     tests/test-4
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.2   CCLD     tests/test-5
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.2   CCLD     tests/test-6
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.3   CCLD     tests/test-7
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.4   CCLD     tests/test-8
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.4   CCLD     tests/test-9
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.4   CCLD     tests/test-10
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.4 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
09:23:23 [2023-03-28T09:23:23.501Z] #71 168.5   CCLD     tests/test-11
09:23:23 [2023-03-28T09:23:23.501Z] #71 169.9 libtool: link: ar cr libocispec.a 
09:23:23 [2023-03-28T09:23:23.501Z] #71 170.0 libtool: link: ranlib libocispec.a
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.5 make[5]: Entering directory '/tmp/crun-build/libocispec'
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.6 make[5]: Nothing to be done for 'install-exec-am'.
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.6 make[5]: Nothing to be done for 'install-data-am'.
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.6 make[5]: Leaving directory '/tmp/crun-build/libocispec'
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.6 make[4]: Leaving directory '/tmp/crun-build/libocispec'
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.6 make[3]: Leaving directory '/tmp/crun-build/libocispec'
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.6 make[2]: Leaving directory '/tmp/crun-build/libocispec'
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.6 make[2]: Entering directory '/tmp/crun-build'
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.7   CC       src/libcrun/libcrun_testing_a-utils.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.8   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.8   CC       src/libcrun/libcrun_testing_a-container.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.8   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.8   CC       src/libcrun/libcrun_testing_a-cgroup.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.8   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.8   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.8   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.9   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.9   CC       src/libcrun/libcrun_testing_a-criu.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 171.9   CC       src/libcrun/libcrun_testing_a-custom-handler.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.0   CC       src/libcrun/libcrun_testing_a-linux.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.0   CC       src/libcrun/libcrun_testing_a-seccomp.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.1   CC       src/libcrun/libcrun_testing_a-ebpf.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.2   CC       src/libcrun/libcrun_testing_a-error.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.3   CC       src/libcrun/libcrun_testing_a-status.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.3   CC       src/libcrun/libcrun_testing_a-terminal.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.4   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.5   CC       src/libcrun/libcrun_testing_a-signals.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.7   CC       src/libcrun/libcrun_testing_a-mount_flags.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.8   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.9   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 172.9   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
09:23:23 [2023-03-28T09:23:23.501Z] #71 173.0   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
09:23:23 [2023-03-28T09:23:23.762Z] #71 173.2   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
09:23:24 [2023-03-28T09:23:24.022Z] #71 173.3   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
09:23:24 [2023-03-28T09:23:24.283Z] #71 173.4   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
09:23:24 [2023-03-28T09:23:24.543Z] #71 173.9   CC       src/crun-crun.o
09:23:24 [2023-03-28T09:23:24.804Z] #71 174.1   CC       src/crun-run.o
09:23:24 [2023-03-28T09:23:24.804Z] #71 174.1   CC       src/crun-delete.o
09:23:25 [2023-03-28T09:23:25.064Z] #71 174.3   CC       src/crun-kill.o
09:23:25 [2023-03-28T09:23:25.064Z] #71 174.4   CC       src/crun-pause.o
09:23:25 [2023-03-28T09:23:25.064Z] #71 174.4   CC       src/crun-unpause.o
09:23:25 [2023-03-28T09:23:25.325Z] #71 174.6   CC       src/crun-spec.o
09:23:25 [2023-03-28T09:23:25.325Z] #71 174.7   CC       src/crun-exec.o
09:23:25 [2023-03-28T09:23:25.585Z] #71 174.9   CC       src/crun-list.o
09:23:25 [2023-03-28T09:23:25.846Z] #71 175.1   CC       src/crun-create.o
09:23:26 [2023-03-28T09:23:26.107Z] #71 175.3   CC       src/crun-start.o
09:23:26 [2023-03-28T09:23:26.107Z] #71 175.4   CC       src/crun-state.o
09:23:26 [2023-03-28T09:23:26.368Z] #71 175.7   CC       src/crun-update.o
09:23:26 [2023-03-28T09:23:26.628Z] #71 175.9   CC       src/crun-ps.o
09:23:26 [2023-03-28T09:23:26.628Z] #71 176.0   CC       src/crun-checkpoint.o
09:23:26 [2023-03-28T09:23:26.628Z] #71 176.1   CC       src/crun-restore.o
09:23:27 [2023-03-28T09:23:27.199Z] #71 176.6   CC       src/libcrun/libcrun_la-utils.lo
09:23:27 [2023-03-28T09:23:27.199Z] #71 176.6   CC       src/libcrun/libcrun_la-cloned_binary.lo
09:23:27 [2023-03-28T09:23:27.460Z] #71 176.8   CC       src/libcrun/libcrun_la-container.lo
09:23:27 [2023-03-28T09:23:27.720Z] #71 177.0   CC       src/libcrun/libcrun_la-cgroup.lo
09:23:27 [2023-03-28T09:23:27.720Z] #71 177.2   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
09:23:28 [2023-03-28T09:23:28.292Z] #71 177.6   CC       src/libcrun/libcrun_la-cgroup-resources.lo
09:23:28 [2023-03-28T09:23:28.552Z] #71 177.9   CC       src/libcrun/libcrun_la-cgroup-setup.lo
09:23:28 [2023-03-28T09:23:28.552Z] #71 178.0   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
09:23:28 [2023-03-28T09:23:28.812Z] #71 178.0   CC       src/libcrun/libcrun_la-cgroup-utils.lo
09:23:28 [2023-03-28T09:23:28.812Z] #71 178.0   CC       src/libcrun/libcrun_la-criu.lo
09:23:28 [2023-03-28T09:23:28.812Z] #71 178.2   CC       src/libcrun/libcrun_la-custom-handler.lo
09:23:29 [2023-03-28T09:23:29.383Z] #71 178.8   CC       src/libcrun/libcrun_la-linux.lo
09:23:29 [2023-03-28T09:23:29.955Z] #71 179.0   CC       src/libcrun/libcrun_la-seccomp.lo
09:23:29 [2023-03-28T09:23:29.955Z] #71 179.1   CC       src/libcrun/libcrun_la-ebpf.lo
09:23:29 [2023-03-28T09:23:29.955Z] #71 179.3   CC       src/libcrun/libcrun_la-error.lo
09:23:30 [2023-03-28T09:23:30.216Z] #71 179.5   CC       src/libcrun/libcrun_la-status.lo
09:23:30 [2023-03-28T09:23:30.216Z] #71 179.7   CC       src/libcrun/libcrun_la-terminal.lo
09:23:30 [2023-03-28T09:23:30.479Z] #71 179.8   CC       src/libcrun/libcrun_la-chroot_realpath.lo
09:23:31 [2023-03-28T09:23:31.051Z] #71 180.4   CC       src/libcrun/libcrun_la-signals.lo
09:23:31 [2023-03-28T09:23:31.645Z] #71 180.8   CC       src/libcrun/libcrun_la-mount_flags.lo
09:23:31 [2023-03-28T09:23:31.645Z] #71 181.0   CC       src/libcrun/libcrun_la-seccomp_notify.lo
09:23:31 [2023-03-28T09:23:31.906Z] #71 181.3   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
09:23:32 [2023-03-28T09:23:32.477Z] #71 181.6   CC       src/libcrun/handlers/libcrun_la-krun.lo
09:23:32 [2023-03-28T09:23:32.477Z] #71 181.7   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
09:23:32 [2023-03-28T09:23:32.737Z] #71 181.9   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
09:23:32 [2023-03-28T09:23:32.998Z] #71 182.4   CC       tests/init.o
09:23:33 [2023-03-28T09:23:33.569Z] #71 182.8   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
09:23:37 [2023-03-28T09:23:37.772Z] #71 ...
09:23:37 [2023-03-28T09:23:37.772Z] 
09:23:37 [2023-03-28T09:23:37.772Z] #77 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 <<EOT (set -e...)
09:23:37 [2023-03-28T09:23:37.772Z] #77 DONE 161.6s
09:23:38 [2023-03-28T09:23:38.033Z] 
09:23:38 [2023-03-28T09:23:38.033Z] #71 [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
09:23:38 [2023-03-28T09:23:38.980Z] #71 ...
09:23:38 [2023-03-28T09:23:38.980Z] 
09:23:38 [2023-03-28T09:23:38.980Z] #83 [dev-systemd-false  1/20] COPY --from=dockercli     /build/ /usr/local/cli
09:23:39 [2023-03-28T09:23:39.559Z] #83 DONE 0.8s
09:23:39 [2023-03-28T09:23:39.559Z] 
09:23:39 [2023-03-28T09:23:39.559Z] #84 [dev-systemd-false  2/20] COPY --from=frozen-images /build/ /docker-frozen-images
09:23:39 [2023-03-28T09:23:39.819Z] #84 DONE 0.2s
09:23:39 [2023-03-28T09:23:39.819Z] 
09:23:39 [2023-03-28T09:23:39.819Z] #85 [dev-systemd-false  3/20] COPY --from=swagger       /build/ /usr/local/bin/
09:23:39 [2023-03-28T09:23:39.819Z] #85 DONE 0.1s
09:23:39 [2023-03-28T09:23:39.819Z] 
09:23:39 [2023-03-28T09:23:39.819Z] #86 [dev-systemd-false  4/20] COPY --from=delve         /build/ /usr/local/bin/
09:23:40 [2023-03-28T09:23:40.081Z] #86 DONE 0.1s
09:23:40 [2023-03-28T09:23:40.081Z] 
09:23:40 [2023-03-28T09:23:40.081Z] #87 [dev-systemd-false  5/20] COPY --from=tomll         /build/ /usr/local/bin/
09:23:40 [2023-03-28T09:23:40.081Z] #87 DONE 0.1s
09:23:40 [2023-03-28T09:23:40.081Z] 
09:23:40 [2023-03-28T09:23:40.081Z] #71 [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
09:23:40 [2023-03-28T09:23:40.081Z] #71 ...
09:23:40 [2023-03-28T09:23:40.081Z] 
09:23:40 [2023-03-28T09:23:40.081Z] #88 [dev-systemd-false  6/20] COPY --from=gowinres      /build/ /usr/local/bin/
09:23:40 [2023-03-28T09:23:40.081Z] #88 DONE 0.1s
09:23:40 [2023-03-28T09:23:40.081Z] 
09:23:40 [2023-03-28T09:23:40.081Z] #89 [dev-systemd-false  7/20] COPY --from=tini          /build/ /usr/local/bin/
09:23:40 [2023-03-28T09:23:40.345Z] #89 DONE 0.1s
09:23:40 [2023-03-28T09:23:40.345Z] 
09:23:40 [2023-03-28T09:23:40.345Z] #90 [dev-systemd-false  8/20] COPY --from=registry      /build/ /usr/local/bin/
09:23:40 [2023-03-28T09:23:40.345Z] #90 DONE 0.1s
09:23:40 [2023-03-28T09:23:40.345Z] 
09:23:40 [2023-03-28T09:23:40.345Z] #71 [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
09:23:40 [2023-03-28T09:23:40.345Z] #71 ...
09:23:40 [2023-03-28T09:23:40.345Z] 
09:23:40 [2023-03-28T09:23:40.345Z] #91 [dev-systemd-false  9/20] COPY --from=criu          /build/ /usr/local/bin/
09:23:40 [2023-03-28T09:23:40.345Z] #91 DONE 0.1s
09:23:40 [2023-03-28T09:23:40.345Z] 
09:23:40 [2023-03-28T09:23:40.345Z] #92 [dev-systemd-false 10/20] COPY --from=gotestsum     /build/ /usr/local/bin/
09:23:40 [2023-03-28T09:23:40.605Z] #92 DONE 0.1s
09:23:40 [2023-03-28T09:23:40.605Z] 
09:23:40 [2023-03-28T09:23:40.605Z] #60 [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.51.2"      && /build/golangci-lint --version
09:23:47 [2023-03-28T09:23:47.188Z] #60 ...
09:23:47 [2023-03-28T09:23:47.189Z] 
09:23:47 [2023-03-28T09:23:47.189Z] #76 [runc-build 3/3] RUN --mount=from=runc-src,src=/usr/src/runc,rw     --mount=type=cache,target=/root/.cache/go-build,id=runc-build-linux/arm64 <<EOT (set -e...)
09:23:47 [2023-03-28T09:23:47.189Z] #76 DONE 172.0s
09:23:47 [2023-03-28T09:23:47.449Z] 
09:23:47 [2023-03-28T09:23:47.449Z] #80 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
09:23:48 [2023-03-28T09:23:48.833Z] #80 ...
09:23:48 [2023-03-28T09:23:48.833Z] 
09:23:48 [2023-03-28T09:23:48.833Z] #71 [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
09:23:48 [2023-03-28T09:23:48.833Z] #71 198.3   CCLD     tests/init
09:24:01 [2023-03-28T09:24:01.058Z] #71 209.4   AR       libcrun_testing.a
09:24:01 [2023-03-28T09:24:01.058Z] #71 209.4 ar: `u' modifier ignored since `D' is the default (see `U')
09:24:01 [2023-03-28T09:24:01.058Z] #71 209.5   CCLD     libcrun.la
09:24:01 [2023-03-28T09:24:01.058Z] #71 209.5   CCLD     tests/tests_libcrun_utils
09:24:01 [2023-03-28T09:24:01.058Z] #71 209.5   CCLD     tests/tests_libcrun_errors
09:24:01 [2023-03-28T09:24:01.058Z] #71 209.5   CCLD     tests/tests_libcrun_fuzzer
09:24:01 [2023-03-28T09:24:01.058Z] #71 210.4   CCLD     crun
09:24:01 [2023-03-28T09:24:01.629Z] #71 210.7 make[3]: Entering directory '/tmp/crun-build'
09:24:01 [2023-03-28T09:24:01.629Z] #71 210.8  /bin/mkdir -p '/usr/local/lib'
09:24:01 [2023-03-28T09:24:01.629Z] #71 210.9  /bin/mkdir -p '/usr/local/share/man/man1'
09:24:01 [2023-03-28T09:24:01.629Z] #71 210.9  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
09:24:01 [2023-03-28T09:24:01.629Z] #71 210.9  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
09:24:01 [2023-03-28T09:24:01.629Z] #71 210.9 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
09:24:01 [2023-03-28T09:24:01.629Z] #71 210.9 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
09:24:01 [2023-03-28T09:24:01.629Z] #71 210.9 libtool: install: chmod 644 /usr/local/lib/libcrun.a
09:24:01 [2023-03-28T09:24:01.629Z] #71 210.9 libtool: install: ranlib /usr/local/lib/libcrun.a
09:24:01 [2023-03-28T09:24:01.629Z] #71 211.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
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0 ----------------------------------------------------------------------
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0 Libraries have been installed in:
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0    /usr/local/lib
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0 
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0 If you ever happen to want to link against installed libraries
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0 in a given directory, LIBDIR, you must either use libtool, and
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0 specify the full pathname of the library, or use the '-LLIBDIR'
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0 flag during linking and do at least one of the following:
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0      during execution
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0    - add LIBDIR to the 'LD_RUN_PATH' environment variable
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0      during linking
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0 
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0 See any operating system documentation about shared libraries for
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0 more information, such as the ld(1) and ld.so(8) manual pages.
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0 ----------------------------------------------------------------------
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0  /bin/mkdir -p '/build'
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.0   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.1 libtool: install: /usr/bin/install -c crun /build/crun
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.1 make[3]: Leaving directory '/tmp/crun-build'
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.1 make[2]: Leaving directory '/tmp/crun-build'
09:24:01 [2023-03-28T09:24:01.890Z] #71 211.1 make[1]: Leaving directory '/tmp/crun-build'
09:24:01 [2023-03-28T09:24:01.890Z] #71 DONE 211.3s
09:24:01 [2023-03-28T09:24:01.890Z] 
09:24:01 [2023-03-28T09:24:01.890Z] #60 [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.51.2"      && /build/golangci-lint --version
09:24:07 [2023-03-28T09:24:07.177Z] #60 ...
09:24:07 [2023-03-28T09:24:07.177Z] 
09:24:07 [2023-03-28T09:24:07.177Z] #80 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
09:24:07 [2023-03-28T09:24:07.177Z] #80 177.5 + bin/containerd
09:24:15 [2023-03-28T09:24:15.314Z] #80 ...
09:24:15 [2023-03-28T09:24:15.314Z] 
09:24:15 [2023-03-28T09:24:15.314Z] #60 [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.51.2"      && /build/golangci-lint --version
09:24:15 [2023-03-28T09:24:15.314Z] #60 252.7 golangci-lint has version v1.51.2 built from (unknown, mod sum: "h1:yIcsT1X9ZYHdSpeWXRT1ORC/FPGSqDHbHsu9uk4FK7M=") on (unknown)
09:24:15 [2023-03-28T09:24:15.314Z] #60 DONE 253.0s
09:24:15 [2023-03-28T09:24:15.314Z] 
09:24:15 [2023-03-28T09:24:15.314Z] #80 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
09:24:15 [2023-03-28T09:24:15.314Z] #80 ...
09:24:15 [2023-03-28T09:24:15.314Z] 
09:24:15 [2023-03-28T09:24:15.314Z] #93 [dev-systemd-false 11/20] COPY --from=golangci_lint /build/ /usr/local/bin/
09:24:15 [2023-03-28T09:24:15.314Z] #93 DONE 0.2s
09:24:15 [2023-03-28T09:24:15.314Z] 
09:24:15 [2023-03-28T09:24:15.314Z] #94 [dev-systemd-false 12/20] COPY --from=shfmt         /build/ /usr/local/bin/
09:24:15 [2023-03-28T09:24:15.314Z] #94 DONE 0.1s
09:24:15 [2023-03-28T09:24:15.314Z] 
09:24:15 [2023-03-28T09:24:15.314Z] #95 [dev-systemd-false 13/20] COPY --from=runc          /build/ /usr/local/bin/
09:24:15 [2023-03-28T09:24:15.575Z] #95 DONE 0.1s
09:24:15 [2023-03-28T09:24:15.575Z] 
09:24:15 [2023-03-28T09:24:15.575Z] #80 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 <<EOT (set -e...)
09:24:47 [2023-03-28T09:24:47.693Z] #80 216.9 + bin/containerd-stress
09:24:47 [2023-03-28T09:24:47.693Z] #80 218.0 + bin/containerd-shim
09:24:47 [2023-03-28T09:24:47.952Z] #80 218.6 + bin/containerd-shim-runc-v1
09:24:48 [2023-03-28T09:24:48.893Z] #80 219.5 + bin/containerd-shim-runc-v2
09:24:49 [2023-03-28T09:24:49.463Z] #80 220.3 + binaries
09:24:50 [2023-03-28T09:24:50.035Z] #80 DONE 220.8s
09:24:50 [2023-03-28T09:24:50.608Z] 
09:24:50 [2023-03-28T09:24:50.608Z] #96 [dev-systemd-false 14/20] COPY --from=containerd    /build/ /usr/local/bin/
09:24:50 [2023-03-28T09:24:50.871Z] #96 DONE 0.2s
09:24:50 [2023-03-28T09:24:50.871Z] 
09:24:50 [2023-03-28T09:24:50.871Z] #97 [dev-systemd-false 15/20] COPY --from=rootlesskit   /build/ /usr/local/bin/
09:24:50 [2023-03-28T09:24:50.871Z] #97 DONE 0.1s
09:24:50 [2023-03-28T09:24:50.871Z] 
09:24:50 [2023-03-28T09:24:50.871Z] #98 [dev-systemd-false 16/20] COPY --from=vpnkit        /       /usr/local/bin/
09:24:50 [2023-03-28T09:24:50.871Z] #98 DONE 0.1s
09:24:51 [2023-03-28T09:24:51.133Z] 
09:24:51 [2023-03-28T09:24:51.133Z] #99 [dev-systemd-false 17/20] COPY --from=containerutil /build/ /usr/local/bin/
09:24:51 [2023-03-28T09:24:51.133Z] #99 DONE 0.1s
09:24:51 [2023-03-28T09:24:51.133Z] 
09:24:51 [2023-03-28T09:24:51.133Z] #100 [dev-systemd-false 18/20] COPY --from=crun          /build/ /usr/local/bin/
09:24:51 [2023-03-28T09:24:51.133Z] #100 DONE 0.1s
09:24:51 [2023-03-28T09:24:51.133Z] 
09:24:51 [2023-03-28T09:24:51.133Z] #101 [dev-systemd-false 19/20] COPY hack/dockerfile/etc/docker/  /etc/docker/
09:24:51 [2023-03-28T09:24:51.133Z] #101 DONE 0.0s
09:24:51 [2023-03-28T09:24:51.133Z] 
09:24:51 [2023-03-28T09:24:51.133Z] #102 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
09:24:51 [2023-03-28T09:24:51.133Z] #102 DONE 0.0s
09:24:51 [2023-03-28T09:24:51.133Z] 
09:24:51 [2023-03-28T09:24:51.133Z] #103 [dev-base  1/11] RUN groupadd -r docker
09:24:51 [2023-03-28T09:24:51.704Z] #103 DONE 0.4s
09:24:51 [2023-03-28T09:24:51.704Z] 
09:24:51 [2023-03-28T09:24:51.704Z] #104 [dev-base  2/11] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
09:24:52 [2023-03-28T09:24:52.274Z] #104 DONE 0.5s
09:24:52 [2023-03-28T09:24:52.274Z] 
09:24:52 [2023-03-28T09:24:52.274Z] #105 [dev-base  3/11] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:24:52 [2023-03-28T09:24:52.534Z] #105 0.386 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:24:52 [2023-03-28T09:24:52.534Z] #105 DONE 0.4s
09:24:52 [2023-03-28T09:24:52.534Z] 
09:24:52 [2023-03-28T09:24:52.534Z] #106 [dev-base  4/11] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:24:53 [2023-03-28T09:24:53.107Z] #106 DONE 0.5s
09:24:53 [2023-03-28T09:24:53.107Z] 
09:24:53 [2023-03-28T09:24:53.107Z] #107 [dev-base  5/11] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:24:53 [2023-03-28T09:24:53.367Z] #107 DONE 0.4s
09:24:53 [2023-03-28T09:24:53.367Z] 
09:24:53 [2023-03-28T09:24:53.367Z] #108 [dev-base  6/11] RUN ldconfig
09:24:53 [2023-03-28T09:24:53.938Z] #108 DONE 0.5s
09:24:53 [2023-03-28T09:24:53.938Z] 
09:24:53 [2023-03-28T09:24:53.938Z] #109 [dev-base  7/11] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
09:24:54 [2023-03-28T09:24:54.202Z] #109 DONE 0.4s
09:24:54 [2023-03-28T09:24:54.462Z] 
09:24:54 [2023-03-28T09:24:54.462Z] #110 [dev-base  8/11] 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
09:24:55 [2023-03-28T09:24:55.031Z] #110 0.702 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:24:55 [2023-03-28T09:24:55.291Z] #110 0.714 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:24:55 [2023-03-28T09:24:55.291Z] #110 0.714 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:24:55 [2023-03-28T09:24:55.291Z] #110 0.837 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:24:55 [2023-03-28T09:24:55.291Z] #110 0.960 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:24:55 [2023-03-28T09:24:55.291Z] #110 1.076 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:24:56 [2023-03-28T09:24:56.232Z] #110 1.795 Fetched 8524 kB in 1s (6297 kB/s)
09:24:56 [2023-03-28T09:24:56.802Z] #110 1.795 Reading package lists...
09:24:57 [2023-03-28T09:24:57.063Z] #110 2.335 Reading package lists...
09:24:57 [2023-03-28T09:24:57.584Z] #110 2.852 Building dependency tree...
09:24:57 [2023-03-28T09:24:57.584Z] #110 3.170 The following additional packages will be installed:
09:24:57 [2023-03-28T09:24:57.584Z] #110 3.170   dmsetup libaio1 libbpf0 libcap2 libdevmapper1.02.1 libelf1 libgpm2 libicu67
09:24:57 [2023-03-28T09:24:57.584Z] #110 3.170   libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3
09:24:57 [2023-03-28T09:24:57.584Z] #110 3.171   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
09:24:57 [2023-03-28T09:24:57.584Z] #110 3.171   python3-distutils python3-lib2to3 python3-pkg-resources vim-runtime xxd
09:24:57 [2023-03-28T09:24:57.584Z] #110 3.173 Suggested packages:
09:24:57 [2023-03-28T09:24:57.584Z] #110 3.173   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
09:24:57 [2023-03-28T09:24:57.584Z] #110 3.173   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
09:24:57 [2023-03-28T09:24:57.584Z] #110 3.173   acl attr quota
09:24:57 [2023-03-28T09:24:57.584Z] #110 3.173 Recommended packages:
09:24:57 [2023-03-28T09:24:57.584Z] #110 3.173   libatm1 nftables libpam-cap build-essential python3-dev unzip
09:24:57 [2023-03-28T09:24:57.844Z] #110 3.516 The following NEW packages will be installed:
09:24:57 [2023-03-28T09:24:57.844Z] #110 3.516   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
09:24:57 [2023-03-28T09:24:57.844Z] #110 3.516   libaio1 libbpf0 libcap2 libcap2-bin libdevmapper1.02.1 libelf1 libgpm2
09:24:57 [2023-03-28T09:24:57.844Z] #110 3.516   libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libmnl0 libnet1
09:24:57 [2023-03-28T09:24:57.844Z] #110 3.516   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
09:24:57 [2023-03-28T09:24:57.844Z] #110 3.517   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
09:24:57 [2023-03-28T09:24:57.844Z] #110 3.517   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
09:24:57 [2023-03-28T09:24:57.844Z] #110 3.517   python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim
09:24:57 [2023-03-28T09:24:57.844Z] #110 3.517   vim-common vim-runtime xfsprogs xxd xz-utils zip zstd
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.791 0 upgraded, 51 newly installed, 0 to remove and 1 not upgraded.
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.791 Need to get 27.2 MB of archives.
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.791 After this operation, 106 MB of additional disk space will be used.
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.791 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.795 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.797 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.798 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.799 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.800 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.802 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.803 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.809 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.810 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.812 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.814 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.814 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
09:24:58 [2023-03-28T09:24:58.103Z] #110 3.816 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.819 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.820 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.821 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.822 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.823 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.823 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.823 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.824 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.825 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.827 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.829 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.831 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.832 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.832 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
09:24:58 [2023-03-28T09:24:58.104Z] #110 3.833 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.083 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.084 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.084 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.085 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.085 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.086 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.087 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.088 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.103 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.104 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.105 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.106 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.108 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.109 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.111 Get:44 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.114 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.116 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.128 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.175 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.183 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.186 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.188 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.330 debconf: delaying package configuration, since apt-utils is not installed
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.367 Fetched 27.2 MB in 1s (40.9 MB/s)
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.393 Selecting previously unselected package pigz.
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.393 (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 ... 15745 files and directories currently installed.)
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.400 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.403 Unpacking pigz (2.6-1) ...
09:24:58 [2023-03-28T09:24:58.700Z] #110 4.439 Selecting previously unselected package libelf1:arm64.
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.441 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.447 Unpacking libelf1:arm64 (0.183-1) ...
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.497 Selecting previously unselected package libbpf0:arm64.
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.498 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.502 Unpacking libbpf0:arm64 (1:0.3-2) ...
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.551 Selecting previously unselected package libcap2:arm64.
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.553 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.558 Unpacking libcap2:arm64 (1:2.44-1) ...
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.592 Selecting previously unselected package libmnl0:arm64.
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.595 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.599 Unpacking libmnl0:arm64 (1.0.4-3) ...
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.634 Selecting previously unselected package libxtables12:arm64.
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.636 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.639 Unpacking libxtables12:arm64 (1.8.7-1) ...
09:24:58 [2023-03-28T09:24:58.970Z] #110 4.669 Selecting previously unselected package libcap2-bin.
09:24:59 [2023-03-28T09:24:59.243Z] #110 4.672 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
09:24:59 [2023-03-28T09:24:59.243Z] #110 4.676 Unpacking libcap2-bin (1:2.44-1) ...
09:24:59 [2023-03-28T09:24:59.243Z] #110 4.724 Selecting previously unselected package iproute2.
09:24:59 [2023-03-28T09:24:59.243Z] #110 4.726 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
09:24:59 [2023-03-28T09:24:59.243Z] #110 4.729 Unpacking iproute2 (5.10.0-4) ...
09:24:59 [2023-03-28T09:24:59.243Z] #110 4.856 Selecting previously unselected package xxd.
09:24:59 [2023-03-28T09:24:59.243Z] #110 4.858 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
09:24:59 [2023-03-28T09:24:59.243Z] #110 4.864 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:24:59 [2023-03-28T09:24:59.243Z] #110 4.914 Selecting previously unselected package vim-common.
09:24:59 [2023-03-28T09:24:59.243Z] #110 4.916 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:24:59 [2023-03-28T09:24:59.243Z] #110 4.924 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:24:59 [2023-03-28T09:24:59.506Z] #110 4.980 Selecting previously unselected package bash-completion.
09:24:59 [2023-03-28T09:24:59.506Z] #110 4.983 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
09:25:00 [2023-03-28T09:25:00.076Z] #110 5.631 Unpacking bash-completion (1:2.11-2) ...
09:25:00 [2023-03-28T09:25:00.076Z] #110 5.742 Selecting previously unselected package bzip2.
09:25:00 [2023-03-28T09:25:00.076Z] #110 5.742 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.076Z] #110 5.745 Unpacking bzip2 (1.0.8-4) ...
09:25:00 [2023-03-28T09:25:00.076Z] #110 5.778 Selecting previously unselected package xz-utils.
09:25:00 [2023-03-28T09:25:00.076Z] #110 5.781 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.076Z] #110 5.784 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:25:00 [2023-03-28T09:25:00.076Z] #110 5.837 Selecting previously unselected package apparmor.
09:25:00 [2023-03-28T09:25:00.076Z] #110 5.837 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.076Z] #110 5.859 Unpacking apparmor (2.13.6-10) ...
09:25:00 [2023-03-28T09:25:00.336Z] #110 5.961 Selecting previously unselected package libdevmapper1.02.1:arm64.
09:25:00 [2023-03-28T09:25:00.336Z] #110 5.963 Preparing to unpack .../14-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.336Z] #110 5.967 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
09:25:00 [2023-03-28T09:25:00.336Z] #110 6.009 Selecting previously unselected package dmsetup.
09:25:00 [2023-03-28T09:25:00.336Z] #110 6.009 Preparing to unpack .../15-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.336Z] #110 6.013 Unpacking dmsetup (2:1.02.175-2.1) ...
09:25:00 [2023-03-28T09:25:00.336Z] #110 6.045 Selecting previously unselected package inetutils-ping.
09:25:00 [2023-03-28T09:25:00.336Z] #110 6.047 Preparing to unpack .../16-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.336Z] #110 6.052 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
09:25:00 [2023-03-28T09:25:00.336Z] #110 6.098 Selecting previously unselected package libip4tc2:arm64.
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.101 Preparing to unpack .../17-libip4tc2_1.8.7-1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.104 Unpacking libip4tc2:arm64 (1.8.7-1) ...
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.142 Selecting previously unselected package libip6tc2:arm64.
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.142 Preparing to unpack .../18-libip6tc2_1.8.7-1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.146 Unpacking libip6tc2:arm64 (1.8.7-1) ...
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.178 Selecting previously unselected package libnfnetlink0:arm64.
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.181 Preparing to unpack .../19-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.184 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.217 Selecting previously unselected package libnetfilter-conntrack3:arm64.
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.219 Preparing to unpack .../20-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.223 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.260 Selecting previously unselected package libnftnl11:arm64.
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.262 Preparing to unpack .../21-libnftnl11_1.1.9-1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.266 Unpacking libnftnl11:arm64 (1.1.9-1) ...
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.302 Selecting previously unselected package iptables.
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.304 Preparing to unpack .../22-iptables_1.8.7-1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.597Z] #110 6.307 Unpacking iptables (1.8.7-1) ...
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.375 Selecting previously unselected package libonig5:arm64.
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.377 Preparing to unpack .../23-libonig5_6.9.6-1.1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.381 Unpacking libonig5:arm64 (6.9.6-1.1) ...
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.430 Selecting previously unselected package libjq1:arm64.
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.432 Preparing to unpack .../24-libjq1_1.6-2.1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.436 Unpacking libjq1:arm64 (1.6-2.1) ...
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.469 Selecting previously unselected package jq.
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.471 Preparing to unpack .../25-jq_1.6-2.1_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.475 Unpacking jq (1.6-2.1) ...
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.509 Selecting previously unselected package libaio1:arm64.
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.511 Preparing to unpack .../26-libaio1_0.3.112-9_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.514 Unpacking libaio1:arm64 (0.3.112-9) ...
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.547 Selecting previously unselected package libgpm2:arm64.
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.548 Preparing to unpack .../27-libgpm2_1.20.7-8_arm64.deb ...
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.551 Unpacking libgpm2:arm64 (1.20.7-8) ...
09:25:00 [2023-03-28T09:25:00.857Z] #110 6.584 Selecting previously unselected package libicu67:arm64.
09:25:01 [2023-03-28T09:25:01.117Z] #110 6.587 Preparing to unpack .../28-libicu67_67.1-7_arm64.deb ...
09:25:01 [2023-03-28T09:25:01.117Z] #110 6.590 Unpacking libicu67:arm64 (67.1-7) ...
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.273 Selecting previously unselected package libinih1:arm64.
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.273 Preparing to unpack .../29-libinih1_53-1+b2_arm64.deb ...
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.277 Unpacking libinih1:arm64 (53-1+b2) ...
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.311 Selecting previously unselected package libnet1:arm64.
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.313 Preparing to unpack .../30-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.316 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.353 Selecting previously unselected package libnl-3-200:arm64.
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.355 Preparing to unpack .../31-libnl-3-200_3.4.0-1+b1_arm64.deb ...
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.359 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.397 Selecting previously unselected package libprotobuf-c1:arm64.
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.399 Preparing to unpack .../32-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.403 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:25:01 [2023-03-28T09:25:01.688Z] #110 7.438 Selecting previously unselected package libyajl2:arm64.
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.440 Preparing to unpack .../33-libyajl2_2.1.0-3_arm64.deb ...
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.443 Unpacking libyajl2:arm64 (2.1.0-3) ...
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.472 Selecting previously unselected package net-tools.
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.474 Preparing to unpack .../34-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.478 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.530 Selecting previously unselected package patch.
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.533 Preparing to unpack .../35-patch_2.7.6-7_arm64.deb ...
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.536 Unpacking patch (2.7.6-7) ...
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.573 Selecting previously unselected package python-pip-whl.
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.575 Preparing to unpack .../36-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.579 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
09:25:01 [2023-03-28T09:25:01.948Z] #110 7.717 Selecting previously unselected package python3-lib2to3.
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.719 Preparing to unpack .../37-python3-lib2to3_3.9.2-1_all.deb ...
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.723 Unpacking python3-lib2to3 (3.9.2-1) ...
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.768 Selecting previously unselected package python3-distutils.
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.770 Preparing to unpack .../38-python3-distutils_3.9.2-1_all.deb ...
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.774 Unpacking python3-distutils (3.9.2-1) ...
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.822 Selecting previously unselected package python3-pkg-resources.
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.824 Preparing to unpack .../39-python3-pkg-resources_52.0.0-4_all.deb ...
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.830 Unpacking python3-pkg-resources (52.0.0-4) ...
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.876 Selecting previously unselected package python3-setuptools.
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.878 Preparing to unpack .../40-python3-setuptools_52.0.0-4_all.deb ...
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.882 Unpacking python3-setuptools (52.0.0-4) ...
09:25:02 [2023-03-28T09:25:02.209Z] #110 7.944 Selecting previously unselected package python3-wheel.
09:25:02 [2023-03-28T09:25:02.469Z] #110 7.946 Preparing to unpack .../41-python3-wheel_0.34.2-1_all.deb ...
09:25:02 [2023-03-28T09:25:02.469Z] #110 7.950 Unpacking python3-wheel (0.34.2-1) ...
09:25:02 [2023-03-28T09:25:02.469Z] #110 7.986 Selecting previously unselected package python3-pip.
09:25:02 [2023-03-28T09:25:02.469Z] #110 7.988 Preparing to unpack .../42-python3-pip_20.3.4-4+deb11u1_all.deb ...
09:25:02 [2023-03-28T09:25:02.469Z] #110 7.991 Unpacking python3-pip (20.3.4-4+deb11u1) ...
09:25:02 [2023-03-28T09:25:02.469Z] #110 8.065 Selecting previously unselected package sudo.
09:25:02 [2023-03-28T09:25:02.469Z] #110 8.067 Preparing to unpack .../43-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
09:25:02 [2023-03-28T09:25:02.469Z] #110 8.074 Unpacking sudo (1.9.5p2-3+deb11u1) ...
09:25:02 [2023-03-28T09:25:02.469Z] #110 8.191 Selecting previously unselected package thin-provisioning-tools.
09:25:02 [2023-03-28T09:25:02.730Z] #110 8.194 Preparing to unpack .../44-thin-provisioning-tools_0.9.0-1_arm64.deb ...
09:25:02 [2023-03-28T09:25:02.730Z] #110 8.199 Unpacking thin-provisioning-tools (0.9.0-1) ...
09:25:02 [2023-03-28T09:25:02.730Z] #110 8.257 Selecting previously unselected package uidmap.
09:25:02 [2023-03-28T09:25:02.730Z] #110 8.259 Preparing to unpack .../45-uidmap_1%3a4.8.1-1_arm64.deb ...
09:25:02 [2023-03-28T09:25:02.730Z] #110 8.263 Unpacking uidmap (1:4.8.1-1) ...
09:25:02 [2023-03-28T09:25:02.730Z] #110 8.318 Selecting previously unselected package vim-runtime.
09:25:02 [2023-03-28T09:25:02.730Z] #110 8.321 Preparing to unpack .../46-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
09:25:02 [2023-03-28T09:25:02.730Z] #110 8.330 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
09:25:02 [2023-03-28T09:25:02.730Z] #110 8.341 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
09:25:02 [2023-03-28T09:25:02.730Z] #110 8.347 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
09:25:03 [2023-03-28T09:25:03.300Z] #110 8.915 Selecting previously unselected package vim.
09:25:03 [2023-03-28T09:25:03.300Z] #110 8.918 Preparing to unpack .../47-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
09:25:03 [2023-03-28T09:25:03.300Z] #110 8.926 Unpacking vim (2:8.2.2434-3+deb11u1) ...
09:25:03 [2023-03-28T09:25:03.300Z] #110 9.057 Selecting previously unselected package xfsprogs.
09:25:03 [2023-03-28T09:25:03.560Z] #110 9.060 Preparing to unpack .../48-xfsprogs_5.10.0-4_arm64.deb ...
09:25:03 [2023-03-28T09:25:03.560Z] #110 9.063 Unpacking xfsprogs (5.10.0-4) ...
09:25:03 [2023-03-28T09:25:03.560Z] #110 9.162 Selecting previously unselected package zip.
09:25:03 [2023-03-28T09:25:03.560Z] #110 9.165 Preparing to unpack .../49-zip_3.0-12_arm64.deb ...
09:25:03 [2023-03-28T09:25:03.560Z] #110 9.169 Unpacking zip (3.0-12) ...
09:25:03 [2023-03-28T09:25:03.560Z] #110 9.223 Selecting previously unselected package zstd.
09:25:03 [2023-03-28T09:25:03.560Z] #110 9.225 Preparing to unpack .../50-zstd_1.4.8+dfsg-2.1_arm64.deb ...
09:25:03 [2023-03-28T09:25:03.560Z] #110 9.228 Unpacking zstd (1.4.8+dfsg-2.1) ...
09:25:03 [2023-03-28T09:25:03.820Z] #110 9.314 Setting up python3-pkg-resources (52.0.0-4) ...
09:25:03 [2023-03-28T09:25:03.820Z] #110 9.507 Setting up libip4tc2:arm64 (1.8.7-1) ...
09:25:03 [2023-03-28T09:25:03.820Z] #110 9.516 Setting up net-tools (1.60+git20181103.0eebece-1) ...
09:25:03 [2023-03-28T09:25:03.820Z] #110 9.526 Setting up libgpm2:arm64 (1.20.7-8) ...
09:25:03 [2023-03-28T09:25:03.820Z] #110 9.537 Setting up libicu67:arm64 (67.1-7) ...
09:25:03 [2023-03-28T09:25:03.820Z] #110 9.548 Setting up libip6tc2:arm64 (1.8.7-1) ...
09:25:03 [2023-03-28T09:25:03.820Z] #110 9.559 Setting up libinih1:arm64 (53-1+b2) ...
09:25:03 [2023-03-28T09:25:03.820Z] #110 9.569 Setting up uidmap (1:4.8.1-1) ...
09:25:04 [2023-03-28T09:25:04.079Z] #110 9.580 Setting up libyajl2:arm64 (2.1.0-3) ...
09:25:04 [2023-03-28T09:25:04.079Z] #110 9.591 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:25:04 [2023-03-28T09:25:04.079Z] #110 9.602 Setting up bzip2 (1.0.8-4) ...
09:25:04 [2023-03-28T09:25:04.079Z] #110 9.614 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:25:04 [2023-03-28T09:25:04.079Z] #110 9.626 Setting up python3-wheel (0.34.2-1) ...
09:25:04 [2023-03-28T09:25:04.079Z] #110 9.766 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:25:04 [2023-03-28T09:25:04.079Z] #110 9.778 Setting up libcap2:arm64 (1:2.44-1) ...
09:25:04 [2023-03-28T09:25:04.079Z] #110 9.789 Setting up libcap2-bin (1:2.44-1) ...
09:25:04 [2023-03-28T09:25:04.079Z] #110 9.800 Setting up apparmor (2.13.6-10) ...
09:25:05 [2023-03-28T09:25:05.020Z] #110 10.59 Setting up zip (3.0-12) ...
09:25:05 [2023-03-28T09:25:05.020Z] #110 10.60 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:25:05 [2023-03-28T09:25:05.020Z] #110 10.62 Setting up bash-completion (1:2.11-2) ...
09:25:05 [2023-03-28T09:25:05.589Z] #110 11.34 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.36 Setting up libmnl0:arm64 (1.0.4-3) ...
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.38 Setting up patch (2.7.6-7) ...
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.39 Setting up sudo (1.9.5p2-3+deb11u1) ...
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.44 invoke-rc.d: could not determine current runlevel
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.44 invoke-rc.d: policy-rc.d denied execution of start.
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.45 Setting up libxtables12:arm64 (1.8.7-1) ...
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.46 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.47 Setting up pigz (2.6-1) ...
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.48 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.50 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.53 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
09:25:05 [2023-03-28T09:25:05.850Z] #110 11.55 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
09:25:06 [2023-03-28T09:25:06.110Z] #110 11.70 Setting up libaio1:arm64 (0.3.112-9) ...
09:25:06 [2023-03-28T09:25:06.110Z] #110 11.71 Setting up python3-lib2to3 (3.9.2-1) ...
09:25:06 [2023-03-28T09:25:06.110Z] #110 11.81 Setting up libelf1:arm64 (0.183-1) ...
09:25:06 [2023-03-28T09:25:06.370Z] #110 11.84 Setting up zstd (1.4.8+dfsg-2.1) ...
09:25:06 [2023-03-28T09:25:06.370Z] #110 11.85 Setting up libonig5:arm64 (6.9.6-1.1) ...
09:25:06 [2023-03-28T09:25:06.370Z] #110 11.86 Setting up python3-distutils (3.9.2-1) ...
09:25:06 [2023-03-28T09:25:06.370Z] #110 11.98 Setting up vim (2:8.2.2434-3+deb11u1) ...
09:25:06 [2023-03-28T09:25:06.370Z] #110 12.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:25:06 [2023-03-28T09:25:06.370Z] #110 12.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:25:06 [2023-03-28T09:25:06.370Z] #110 12.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:25:06 [2023-03-28T09:25:06.370Z] #110 12.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:25:06 [2023-03-28T09:25:06.370Z] #110 12.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:25:06 [2023-03-28T09:25:06.370Z] #110 12.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:25:06 [2023-03-28T09:25:06.370Z] #110 12.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:25:06 [2023-03-28T09:25:06.370Z] #110 12.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:25:06 [2023-03-28T09:25:06.370Z] #110 12.04 Setting up python3-setuptools (52.0.0-4) ...
09:25:06 [2023-03-28T09:25:06.630Z] #110 12.36 Setting up libjq1:arm64 (1.6-2.1) ...
09:25:06 [2023-03-28T09:25:06.630Z] #110 12.37 Setting up libnftnl11:arm64 (1.1.9-1) ...
09:25:06 [2023-03-28T09:25:06.892Z] #110 12.39 Setting up thin-provisioning-tools (0.9.0-1) ...
09:25:06 [2023-03-28T09:25:06.892Z] #110 12.40 Setting up python3-pip (20.3.4-4+deb11u1) ...
09:25:06 [2023-03-28T09:25:06.892Z] #110 12.65 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
09:25:07 [2023-03-28T09:25:07.152Z] #110 12.67 Setting up jq (1.6-2.1) ...
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.68 Setting up libbpf0:arm64 (1:0.3-2) ...
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.69 Setting up iptables (1.8.7-1) ...
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.70 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.71 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.71 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.71 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.72 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.72 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.73 Setting up iproute2 (5.10.0-4) ...
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.87 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.88 Setting up dmsetup (2:1.02.175-2.1) ...
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.89 Setting up xfsprogs (5.10.0-4) ...
09:25:07 [2023-03-28T09:25:07.153Z] #110 12.90 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:25:08 [2023-03-28T09:25:08.541Z] #110 DONE 13.9s
09:25:08 [2023-03-28T09:25:08.541Z] 
09:25:08 [2023-03-28T09:25:08.541Z] #111 [dev-base  9/11] 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
09:25:08 [2023-03-28T09:25:08.801Z] #111 0.403 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:25:08 [2023-03-28T09:25:08.801Z] #111 0.406 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:25:08 [2023-03-28T09:25:08.801Z] #111 0.409 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:25:08 [2023-03-28T09:25:08.801Z] #111 DONE 0.4s
09:25:08 [2023-03-28T09:25:08.801Z] 
09:25:08 [2023-03-28T09:25:08.801Z] #112 [dev-base 10/11] RUN pip3 install yamllint==1.27.1
09:25:15 [2023-03-28T09:25:15.375Z] #112 5.629 Collecting yamllint==1.27.1
09:25:15 [2023-03-28T09:25:15.375Z] #112 6.659   Downloading yamllint-1.27.1.tar.gz (129 kB)
09:25:15 [2023-03-28T09:25:15.635Z] #112 6.950 Collecting pathspec>=0.5.3
09:25:15 [2023-03-28T09:25:15.635Z] #112 6.954   Downloading pathspec-0.11.1-py3-none-any.whl (29 kB)
09:25:15 [2023-03-28T09:25:15.635Z] #112 7.045 Collecting pyyaml
09:25:15 [2023-03-28T09:25:15.635Z] #112 7.054   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
09:25:15 [2023-03-28T09:25:15.895Z] #112 7.069 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
09:25:15 [2023-03-28T09:25:15.895Z] #112 7.074 Building wheels for collected packages: yamllint
09:25:15 [2023-03-28T09:25:15.895Z] #112 7.074   Building wheel for yamllint (setup.py): started
09:25:15 [2023-03-28T09:25:15.895Z] #112 7.316   Building wheel for yamllint (setup.py): finished with status 'done'
09:25:16 [2023-03-28T09:25:16.155Z] #112 7.317   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=9431402610e874c2e385637adf4bd2e2099cec88820f505e5245e25e4ced7090
09:25:16 [2023-03-28T09:25:16.155Z] #112 7.317   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
09:25:16 [2023-03-28T09:25:16.155Z] #112 7.320 Successfully built yamllint
09:25:16 [2023-03-28T09:25:16.155Z] #112 7.326 Installing collected packages: pyyaml, pathspec, yamllint
09:25:16 [2023-03-28T09:25:16.155Z] #112 7.439 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.27.1
09:25:16 [2023-03-28T09:25:16.155Z] #112 DONE 7.6s
09:25:16 [2023-03-28T09:25:16.415Z] 
09:25:16 [2023-03-28T09:25:16.415Z] #113 [dev-base 11/11] 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 --no-install-recommends -y             gcc             pkg-config             dpkg-dev             libapparmor-dev             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
09:25:16 [2023-03-28T09:25:16.985Z] #113 0.729 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:25:16 [2023-03-28T09:25:16.985Z] #113 0.729 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:25:16 [2023-03-28T09:25:16.985Z] #113 0.730 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:25:17 [2023-03-28T09:25:17.816Z] #113 1.070 Reading package lists...
09:25:18 [2023-03-28T09:25:18.387Z] #113 1.599 Reading package lists...
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.108 Building dependency tree...
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.250 Reading state information...
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.424 gcc is already the newest version (4:10.2.1-1).
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.424 pkg-config is already the newest version (0.29.2-1).
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.424 The following additional packages will be installed:
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.424   gir1.2-glib-2.0 gir1.2-secret-1 libapparmor1 libblkid-dev
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.424   libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1 libglib2.0-bin
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.424   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.424   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.425   libpcre32-3 libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.425   libsepol1-dev uuid-dev zlib1g-dev
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.426 Suggested packages:
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.426   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.427   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.427 Recommended packages:
09:25:18 [2023-03-28T09:25:18.647Z] #113 2.427   build-essential fakeroot libalgorithm-merge-perl
09:25:18 [2023-03-28T09:25:18.907Z] #113 2.690 The following NEW packages will be installed:
09:25:18 [2023-03-28T09:25:18.907Z] #113 2.690   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libapparmor1
09:25:18 [2023-03-28T09:25:18.907Z] #113 2.690   libblkid-dev libdevmapper-dev libdevmapper-event1.02.1 libffi-dev
09:25:18 [2023-03-28T09:25:18.907Z] #113 2.690   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
09:25:18 [2023-03-28T09:25:18.907Z] #113 2.690   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
09:25:18 [2023-03-28T09:25:18.907Z] #113 2.690   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
09:25:18 [2023-03-28T09:25:18.907Z] #113 2.690   libseccomp-dev libsecret-1-0 libsecret-1-dev libsecret-common
09:25:18 [2023-03-28T09:25:18.907Z] #113 2.691   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev uuid-dev zlib1g-dev
09:25:19 [2023-03-28T09:25:19.477Z] #113 2.970 0 upgraded, 33 newly installed, 0 to remove and 1 not upgraded.
09:25:19 [2023-03-28T09:25:19.477Z] #113 2.970 Need to get 10.4 MB of archives.
09:25:19 [2023-03-28T09:25:19.477Z] #113 2.970 After this operation, 41.6 MB of additional disk space will be used.
09:25:19 [2023-03-28T09:25:19.478Z] #113 2.970 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 2.990 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 2.992 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 2.993 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 2.995 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 2.996 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 2.997 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 2.998 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.000 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.001 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.004 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.005 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.006 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.009 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.011 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.012 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.012 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.017 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.018 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.019 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.020 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.027 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.028 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.029 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.030 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.032 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.033 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.034 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.038 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.039 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.048 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.049 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.050 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.186 debconf: delaying package configuration, since apt-utils is not installed
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.224 Fetched 10.4 MB in 0s (29.3 MB/s)
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.249 Selecting previously unselected package dpkg-dev.
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.249 (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 ... 20386 files and directories currently installed.)
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.259 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
09:25:19 [2023-03-28T09:25:19.478Z] #113 3.263 Unpacking dpkg-dev (1.20.12) ...
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.388 Selecting previously unselected package libgirepository-1.0-1:arm64.
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.391 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.399 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.434 Selecting previously unselected package gir1.2-glib-2.0:arm64.
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.435 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.438 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.478 Selecting previously unselected package libsecret-common.
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.480 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.484 Unpacking libsecret-common (0.20.4-2) ...
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.533 Selecting previously unselected package libsecret-1-0:arm64.
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.535 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.539 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.574 Selecting previously unselected package gir1.2-secret-1:arm64.
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.577 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
09:25:19 [2023-03-28T09:25:19.738Z] #113 3.581 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.611 Selecting previously unselected package libapparmor1:arm64.
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.614 Preparing to unpack .../06-libapparmor1_2.13.6-10_arm64.deb ...
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.617 Unpacking libapparmor1:arm64 (2.13.6-10) ...
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.653 Selecting previously unselected package libapparmor-dev:arm64.
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.655 Preparing to unpack .../07-libapparmor-dev_2.13.6-10_arm64.deb ...
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.659 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.695 Selecting previously unselected package uuid-dev:arm64.
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.698 Preparing to unpack .../08-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.702 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.743 Selecting previously unselected package libblkid-dev:arm64.
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.746 Preparing to unpack .../09-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.754 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:25:19 [2023-03-28T09:25:19.998Z] #113 3.804 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
09:25:20 [2023-03-28T09:25:20.258Z] #113 3.806 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.258Z] #113 3.810 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
09:25:20 [2023-03-28T09:25:20.258Z] #113 3.840 Selecting previously unselected package libudev-dev:arm64.
09:25:20 [2023-03-28T09:25:20.258Z] #113 3.843 Preparing to unpack .../11-libudev-dev_247.3-7+deb11u1_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.258Z] #113 3.846 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
09:25:20 [2023-03-28T09:25:20.258Z] #113 3.889 Selecting previously unselected package libsepol1-dev:arm64.
09:25:20 [2023-03-28T09:25:20.258Z] #113 3.891 Preparing to unpack .../12-libsepol1-dev_3.1-1_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.258Z] #113 3.896 Unpacking libsepol1-dev:arm64 (3.1-1) ...
09:25:20 [2023-03-28T09:25:20.258Z] #113 3.960 Selecting previously unselected package libpcre2-16-0:arm64.
09:25:20 [2023-03-28T09:25:20.258Z] #113 3.963 Preparing to unpack .../13-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.258Z] #113 3.966 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:25:20 [2023-03-28T09:25:20.258Z] #113 4.014 Selecting previously unselected package libpcre2-32-0:arm64.
09:25:20 [2023-03-28T09:25:20.258Z] #113 4.016 Preparing to unpack .../14-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.258Z] #113 4.020 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:25:20 [2023-03-28T09:25:20.258Z] #113 4.066 Selecting previously unselected package libpcre2-posix2:arm64.
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.069 Preparing to unpack .../15-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.073 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.103 Selecting previously unselected package libpcre2-dev:arm64.
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.106 Preparing to unpack .../16-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.109 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.187 Selecting previously unselected package libselinux1-dev:arm64.
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.189 Preparing to unpack .../17-libselinux1-dev_3.1-3_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.193 Unpacking libselinux1-dev:arm64 (3.1-3) ...
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.249 Selecting previously unselected package libdevmapper-dev:arm64.
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.252 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.255 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.286 Selecting previously unselected package libffi-dev:arm64.
09:25:20 [2023-03-28T09:25:20.518Z] #113 4.288 Preparing to unpack .../19-libffi-dev_3.3-6_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.778Z] #113 4.293 Unpacking libffi-dev:arm64 (3.3-6) ...
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.330 Selecting previously unselected package libglib2.0-data.
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.330 Preparing to unpack .../20-libglib2.0-data_2.66.8-1_all.deb ...
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.334 Unpacking libglib2.0-data (2.66.8-1) ...
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.473 Selecting previously unselected package libglib2.0-bin.
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.473 Preparing to unpack .../21-libglib2.0-bin_2.66.8-1_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.476 Unpacking libglib2.0-bin (2.66.8-1) ...
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.516 Selecting previously unselected package libglib2.0-dev-bin.
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.519 Preparing to unpack .../22-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.522 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.561 Selecting previously unselected package libmount-dev:arm64.
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.564 Preparing to unpack .../23-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.568 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.610 Selecting previously unselected package libpcre16-3:arm64.
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.610 Preparing to unpack .../24-libpcre16-3_2%3a8.39-13_arm64.deb ...
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.614 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
09:25:20 [2023-03-28T09:25:20.779Z] #113 4.664 Selecting previously unselected package libpcre32-3:arm64.
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.667 Preparing to unpack .../25-libpcre32-3_2%3a8.39-13_arm64.deb ...
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.670 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.721 Selecting previously unselected package libpcrecpp0v5:arm64.
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.723 Preparing to unpack .../26-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.727 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.762 Selecting previously unselected package libpcre3-dev:arm64.
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.765 Preparing to unpack .../27-libpcre3-dev_2%3a8.39-13_arm64.deb ...
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.768 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.843 Selecting previously unselected package zlib1g-dev:arm64.
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.845 Preparing to unpack .../28-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.849 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:25:21 [2023-03-28T09:25:21.039Z] #113 4.892 Selecting previously unselected package libglib2.0-dev:arm64.
09:25:21 [2023-03-28T09:25:21.299Z] #113 4.895 Preparing to unpack .../29-libglib2.0-dev_2.66.8-1_arm64.deb ...
09:25:21 [2023-03-28T09:25:21.299Z] #113 4.898 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
09:25:21 [2023-03-28T09:25:21.299Z] #113 5.085 Selecting previously unselected package libseccomp-dev:arm64.
09:25:21 [2023-03-28T09:25:21.299Z] #113 5.088 Preparing to unpack .../30-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:25:21 [2023-03-28T09:25:21.299Z] #113 5.092 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:25:21 [2023-03-28T09:25:21.299Z] #113 5.129 Selecting previously unselected package libsecret-1-dev:arm64.
09:25:21 [2023-03-28T09:25:21.299Z] #113 5.132 Preparing to unpack .../31-libsecret-1-dev_0.20.4-2_arm64.deb ...
09:25:21 [2023-03-28T09:25:21.299Z] #113 5.136 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
09:25:21 [2023-03-28T09:25:21.299Z] #113 5.189 Selecting previously unselected package libsystemd-dev:arm64.
09:25:21 [2023-03-28T09:25:21.559Z] #113 5.191 Preparing to unpack .../32-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
09:25:21 [2023-03-28T09:25:21.559Z] #113 5.195 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
09:25:21 [2023-03-28T09:25:21.559Z] #113 5.310 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
09:25:21 [2023-03-28T09:25:21.559Z] #113 5.321 Setting up libglib2.0-dev-bin (2.66.8-1) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.478 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.489 Setting up libapparmor1:arm64 (2.13.6-10) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.500 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.510 Setting up libpcre16-3:arm64 (2:8.39-13) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.520 Setting up libsepol1-dev:arm64 (3.1-1) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.532 Setting up libffi-dev:arm64 (3.3-6) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.545 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.557 Setting up dpkg-dev (1.20.12) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.575 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.589 Setting up libglib2.0-data (2.66.8-1) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.604 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.616 Setting up libpcre32-3:arm64 (2:8.39-13) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.630 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.640 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.650 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.664 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.675 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
09:25:21 [2023-03-28T09:25:21.819Z] #113 5.686 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.696 Setting up libsecret-common (0.20.4-2) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.706 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.722 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.732 Setting up libselinux1-dev:arm64 (3.1-3) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.742 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.752 Setting up libglib2.0-bin (2.66.8-1) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.762 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.772 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.787 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.797 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.807 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.817 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.828 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.838 No schema files found: doing nothing.
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.842 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:25:22 [2023-03-28T09:25:22.079Z] #113 5.863 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
09:25:22 [2023-03-28T09:25:22.339Z] #113 DONE 6.0s
09:25:22 [2023-03-28T09:25:22.339Z] 
09:25:22 [2023-03-28T09:25:22.339Z] #114 [dev 1/1] COPY . .
09:25:23 [2023-03-28T09:25:23.721Z] #114 DONE 1.2s
09:25:23 [2023-03-28T09:25:23.721Z] 
09:25:23 [2023-03-28T09:25:23.721Z] #115 exporting to image
09:25:23 [2023-03-28T09:25:23.721Z] #115 exporting layers
09:25:25 [2023-03-28T09:25:25.102Z] #115 exporting layers 1.6s done
09:25:25 [2023-03-28T09:25:25.102Z] #115 writing image sha256:7d533820585ab11c56a9be907bcd2afbe5603db79f52f5770958c1a6f689edbc done
09:25:25 [2023-03-28T09:25:25.102Z] #115 naming to docker.io/library/docker:f3946c14fef1991cfbb86b2a480136707328b08b done
09:25:25 [2023-03-28T09:25:25.102Z] #115 DONE 1.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
09:25:25 [2023-03-28T09:25:25.414Z] + sudo modprobe ip6table_filter
[Pipeline] sh
09:25:25 [2023-03-28T09:25:25.699Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45220/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f3946c14fef1991cfbb86b2a480136707328b08b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 docker:f3946c14fef1991cfbb86b2a480136707328b08b hack/test/unit
09:25:28 [2023-03-28T09:25:28.238Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
09:25:28 [2023-03-28T09:25:28.238Z] + TESTFLAGS+=' -test.timeout=5m'
09:25:28 [2023-03-28T09:25:28.238Z] + TESTDIRS=./...
09:25:28 [2023-03-28T09:25:28.238Z] + exclude_paths='/vendor/|/integration'
09:25:28 [2023-03-28T09:25:28.238Z] ++ grep -vE '(/vendor/|/integration)'
09:25:28 [2023-03-28T09:25:28.238Z] ++ go list ./...
09:25:28 [2023-03-28T09:25:28.810Z] + pkg_list='github.com/docker/docker/api
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/backend/build
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/httpstatus
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/httputils
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/middleware
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/build
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/checkpoint
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/container
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/debug
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/distribution
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/grpc
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/image
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/network
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/plugin
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/session
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/swarm
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/system
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/server/router/volume
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/types
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/types/backend
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/types/blkiodev
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/types/container
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/types/events
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/types/filters
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/types/image
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/types/mount
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/types/network
09:25:28 [2023-03-28T09:25:28.810Z] github.com/docker/docker/api/types/plugins/logdriver
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/registry
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/strslice
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/swarm
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/swarm/runtime
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/time
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/versions
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/versions/v1p19
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/versions/v1p20
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/volume
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/exporter
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/worker
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/dockerfile
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/remotecontext
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/remotecontext/git
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/remotecontext/urlutil
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cli
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cli/config
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cli/debug
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cli/winresources/docker-proxy
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cli/winresources/dockerd
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/client
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cmd/docker-proxy
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cmd/dockerd
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cmd/dockerd/trap
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/container
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/container/stream
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/contrib/apparmor
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/contrib/docker-device-tool
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/contrib/httpserver
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster/convert
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster/executor
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster/executor/container
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster/provider
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/config
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/events
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/events/testutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/exec
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/aufs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/copy
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/overlay
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/register
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/vfs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/zfs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/images
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/initlayer
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/links
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/listeners
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/awslogs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/fluentd
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/gcplogs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/gelf
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/journald
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/local
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/logentries
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/loggertest
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/loggerutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/splunk
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/syslog
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/templates
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/names
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/network
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/stats
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/distribution
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/distribution/metadata
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/distribution/utils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/distribution/xfer
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/dockerversion
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/errdefs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/image
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/image/cache
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/image/tarexport
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/image/v1
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/internal/test/suite
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/layer
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libcontainerd
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libcontainerd/queue
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libcontainerd/remote
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libcontainerd/supervisor
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libcontainerd/types
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/bitseq
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/cluster
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/config
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/datastore
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/diagnostic
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/discoverapi
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/driverapi
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/bridge
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/host
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/null
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/overlay
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/remote
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/windows
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/drvregistry
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/etchosts
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/idm
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/internal/caller
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/ipam
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/ipamapi
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/ipams/builtin
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/ipams/null
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/ipams/remote
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/ipamutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/iptables
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/netlabel
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/netutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/networkdb
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/ns
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/options
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/osl
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/osl/kernel
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/portallocator
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/portmapper
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/resolvconf
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/testutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/libnetwork/types
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/oci
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/oci/caps
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/opts
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/aaparser
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/archive
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/authorization
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/broadcaster
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/capabilities
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/chrootarchive
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/containerfs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/devicemapper
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/directory
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/dmesg
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/fileutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/fsutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/homedir
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/idtools
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/ioutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/jsonmessage
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/longpath
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/loopback
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/namesgenerator
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/parsers
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/parsers/kernel
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/pidfile
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/platform
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/plugingetter
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/plugins
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/plugins/transport
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/pools
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/progress
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/pubsub
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/reexec
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/rootless
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/rootless/specconv
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/signal
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/stack
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/stdcopy
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/streamformatter
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/stringid
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/sysinfo
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/system
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/tailfile
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/tarsum
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/truncindex
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/urlutil
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/pkg/useragent
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/plugin
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/plugin/executor/containerd
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/plugin/v2
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/profiles/apparmor
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/profiles/seccomp
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/quota
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/reference
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/registry
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/registry/resumable
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/restartmanager
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/runconfig
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/runconfig/opts
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/testutil
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/testutil/daemon
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/testutil/environment
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/testutil/fakecontext
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/testutil/fakegit
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/testutil/fakestorage
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/testutil/fixtures/load
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/testutil/fixtures/plugin
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/testutil/registry
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/testutil/request
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/volume
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/volume/drivers
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/volume/local
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/volume/mounts
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/volume/service
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/volume/service/opts
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/volume/testutils'
09:25:28 [2023-03-28T09:25:28.811Z] ++ echo 'github.com/docker/docker/api
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/backend/build
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/httpstatus
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/httputils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/middleware
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/build
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/checkpoint
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/container
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/debug
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/distribution
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/grpc
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/image
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/network
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/plugin
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/session
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/swarm
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/system
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/server/router/volume
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/backend
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/blkiodev
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/container
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/events
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/filters
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/image
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/mount
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/network
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/plugins/logdriver
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/registry
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/strslice
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/swarm
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/swarm/runtime
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/time
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/versions
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/versions/v1p19
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/versions/v1p20
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/api/types/volume
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/exporter
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/builder-next/worker
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/dockerfile
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/remotecontext
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/remotecontext/git
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/builder/remotecontext/urlutil
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cli
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cli/config
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cli/debug
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cli/winresources/docker-proxy
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cli/winresources/dockerd
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/client
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cmd/docker-proxy
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cmd/dockerd
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cmd/dockerd/trap
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/container
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/container/stream
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/contrib/apparmor
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/contrib/docker-device-tool
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/contrib/httpserver
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster/convert
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster/executor
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster/executor/container
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/cluster/provider
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/config
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/events
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/events/testutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/exec
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/aufs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/copy
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/overlay
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/register
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/vfs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/graphdriver/zfs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/images
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/initlayer
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/links
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/listeners
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/awslogs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/fluentd
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/gcplogs
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/gelf
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/journald
09:25:28 [2023-03-28T09:25:28.811Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/local
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/logentries
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/loggertest
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/loggerutils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/splunk
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/syslog
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/templates
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/names
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/network
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/stats
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/distribution
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/distribution/metadata
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/distribution/utils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/distribution/xfer
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/dockerversion
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/errdefs
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/image
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/image/cache
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/image/tarexport
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/image/v1
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/internal/test/suite
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/layer
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libcontainerd
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libcontainerd/queue
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libcontainerd/remote
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libcontainerd/supervisor
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libcontainerd/types
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/bitseq
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/cluster
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/config
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/datastore
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/diagnostic
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/discoverapi
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/driverapi
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/bridge
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/host
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/null
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/overlay
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/remote
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/windows
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/drvregistry
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/etchosts
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/idm
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/internal/caller
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/ipam
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/ipamapi
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/ipams/builtin
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/ipams/null
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/ipams/remote
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/ipamutils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/iptables
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/netlabel
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/netutils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/networkdb
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/ns
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/options
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/osl
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/osl/kernel
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/portallocator
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/portmapper
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/resolvconf
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/testutils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libnetwork/types
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/oci
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/oci/caps
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/opts
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/aaparser
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/archive
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/authorization
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/broadcaster
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/capabilities
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/chrootarchive
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/containerfs
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/devicemapper
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/directory
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/dmesg
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/fileutils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/fsutils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/homedir
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/idtools
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/ioutils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/jsonmessage
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/longpath
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/loopback
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/namesgenerator
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/parsers
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/parsers/kernel
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/pidfile
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/platform
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/plugingetter
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/plugins
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/plugins/transport
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/pools
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/progress
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/pubsub
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/reexec
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/rootless
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/rootless/specconv
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/signal
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/stack
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/stdcopy
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/streamformatter
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/stringid
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/sysinfo
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/system
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/tailfile
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/tarsum
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/truncindex
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/urlutil
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/useragent
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/plugin
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/plugin/executor/containerd
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/plugin/v2
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/profiles/apparmor
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/profiles/seccomp
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/quota
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/reference
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/registry
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/registry/resumable
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/restartmanager
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/runconfig
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/runconfig/opts
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/testutil
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/testutil/daemon
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/testutil/environment
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/testutil/fakecontext
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/testutil/fakegit
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/testutil/fakestorage
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/testutil/fixtures/load
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/testutil/fixtures/plugin
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/testutil/registry
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/testutil/request
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/volume
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/volume/drivers
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/volume/local
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/volume/mounts
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/volume/service
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/volume/service/opts
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/volume/testutils'
09:25:28 [2023-03-28T09:25:28.812Z] ++ grep --fixed-strings -v /libnetwork
09:25:28 [2023-03-28T09:25:28.812Z] + base_pkg_list='github.com/docker/docker/api
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/backend/build
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/httpstatus
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/httputils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/middleware
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/build
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/checkpoint
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/container
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/debug
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/distribution
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/grpc
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/image
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/network
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/plugin
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/session
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/swarm
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/system
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/server/router/volume
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/backend
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/blkiodev
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/container
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/events
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/filters
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/image
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/mount
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/network
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/plugins/logdriver
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/registry
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/strslice
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/swarm
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/swarm/runtime
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/time
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/versions
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/versions/v1p19
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/versions/v1p20
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/api/types/volume
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder/builder-next
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder/builder-next/exporter
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder/builder-next/worker
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder/dockerfile
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder/remotecontext
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder/remotecontext/git
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/builder/remotecontext/urlutil
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/cli
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/cli/config
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/cli/debug
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/cli/winresources/docker-proxy
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/cli/winresources/dockerd
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/client
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/cmd/docker-proxy
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/cmd/dockerd
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/cmd/dockerd/trap
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/container
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/container/stream
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/contrib/apparmor
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/contrib/docker-device-tool
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/contrib/httpserver
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/cluster
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/cluster/convert
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/cluster/executor
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/cluster/executor/container
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/cluster/provider
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/config
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/events
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/events/testutils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/exec
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/aufs
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/copy
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/overlay
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/register
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/vfs
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/graphdriver/zfs
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/images
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/initlayer
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/links
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/listeners
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/awslogs
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/fluentd
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/gcplogs
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/gelf
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/journald
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/local
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/logentries
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/loggertest
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/loggerutils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/splunk
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/syslog
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/logger/templates
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/names
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/network
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/daemon/stats
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/distribution
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/distribution/metadata
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/distribution/utils
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/distribution/xfer
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/dockerversion
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/errdefs
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/image
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/image/cache
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/image/tarexport
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/image/v1
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/internal/test/suite
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/layer
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libcontainerd
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libcontainerd/queue
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libcontainerd/remote
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libcontainerd/supervisor
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/libcontainerd/types
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/oci
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/oci/caps
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/opts
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/aaparser
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/archive
09:25:28 [2023-03-28T09:25:28.812Z] github.com/docker/docker/pkg/authorization
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/broadcaster
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/capabilities
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/chrootarchive
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/containerfs
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/devicemapper
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/directory
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/dmesg
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/fileutils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/fsutils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/homedir
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/idtools
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/ioutils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/jsonmessage
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/longpath
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/loopback
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/namesgenerator
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/parsers
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/parsers/kernel
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/pidfile
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/platform
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/plugingetter
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/plugins
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/plugins/transport
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/pools
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/progress
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/pubsub
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/reexec
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/rootless
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/rootless/specconv
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/signal
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/stack
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/stdcopy
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/streamformatter
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/stringid
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/sysinfo
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/system
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/tailfile
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/tarsum
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/truncindex
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/urlutil
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/useragent
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/plugin
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/plugin/executor/containerd
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/plugin/v2
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/profiles/apparmor
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/profiles/seccomp
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/quota
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/reference
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/registry
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/registry/resumable
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/restartmanager
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/runconfig
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/runconfig/opts
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/testutil
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/testutil/daemon
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/testutil/environment
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/testutil/fakecontext
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/testutil/fakegit
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/testutil/fakestorage
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/testutil/fixtures/load
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/testutil/fixtures/plugin
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/testutil/registry
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/testutil/request
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/volume
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/volume/drivers
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/volume/local
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/volume/mounts
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/volume/service
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/volume/service/opts
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/volume/testutils'
09:25:28 [2023-03-28T09:25:28.813Z] ++ echo 'github.com/docker/docker/api
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/backend/build
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/httpstatus
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/httputils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/middleware
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/build
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/checkpoint
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/container
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/debug
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/distribution
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/grpc
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/image
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/network
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/plugin
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/session
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/swarm
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/system
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/server/router/volume
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/backend
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/blkiodev
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/container
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/events
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/filters
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/image
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/mount
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/network
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/plugins/logdriver
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/registry
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/strslice
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/swarm
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/swarm/runtime
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/time
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/versions
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/versions/v1p19
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/versions/v1p20
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/api/types/volume
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder/builder-next
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder/builder-next/exporter
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder/builder-next/worker
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder/dockerfile
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder/remotecontext
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder/remotecontext/git
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/builder/remotecontext/urlutil
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/cli
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/cli/config
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/cli/debug
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/cli/winresources/docker-proxy
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/cli/winresources/dockerd
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/client
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/cmd/docker-proxy
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/cmd/dockerd
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/cmd/dockerd/trap
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/container
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/container/stream
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/contrib/apparmor
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/contrib/docker-device-tool
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/contrib/httpserver
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/cluster
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/cluster/convert
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/cluster/executor
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/cluster/executor/container
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/cluster/provider
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/config
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/events
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/events/testutils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/exec
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/aufs
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/copy
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/overlay
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/register
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/vfs
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/graphdriver/zfs
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/images
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/initlayer
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/links
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/listeners
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/awslogs
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/fluentd
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/gcplogs
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/gelf
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/journald
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/local
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/logentries
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/loggertest
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/loggerutils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/splunk
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/syslog
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/logger/templates
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/names
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/network
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/daemon/stats
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/distribution
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/distribution/metadata
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/distribution/utils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/distribution/xfer
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/dockerversion
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/errdefs
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/image
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/image/cache
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/image/tarexport
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/image/v1
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/internal/test/suite
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/layer
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libcontainerd
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libcontainerd/queue
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libcontainerd/remote
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libcontainerd/supervisor
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libcontainerd/types
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/bitseq
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/cluster
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/config
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/datastore
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/diagnostic
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/discoverapi
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/driverapi
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/bridge
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/host
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/null
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/overlay
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/remote
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/windows
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/drvregistry
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/etchosts
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/idm
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/internal/caller
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/ipam
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/ipamapi
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/ipams/builtin
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/ipams/null
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/ipams/remote
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/ipamutils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/iptables
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/netlabel
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/netutils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/networkdb
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/ns
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/options
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/osl
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/osl/kernel
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/portallocator
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/portmapper
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/resolvconf
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/testutils
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/libnetwork/types
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/oci
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/oci/caps
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/opts
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/aaparser
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/archive
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/authorization
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/broadcaster
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/capabilities
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/chrootarchive
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/containerfs
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/devicemapper
09:25:28 [2023-03-28T09:25:28.813Z] github.com/docker/docker/pkg/directory
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/dmesg
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/fileutils
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/fsutils
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/homedir
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/idtools
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/ioutils
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/jsonmessage
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/longpath
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/loopback
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/namesgenerator
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/parsers
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/parsers/kernel
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/pidfile
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/platform
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/plugingetter
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/plugins
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/plugins/transport
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/pools
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/progress
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/pubsub
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/reexec
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/rootless
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/rootless/specconv
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/signal
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/stack
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/stdcopy
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/streamformatter
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/stringid
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/sysinfo
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/system
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/tailfile
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/tarsum
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/truncindex
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/urlutil
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/pkg/useragent
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/plugin
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/plugin/executor/containerd
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/plugin/v2
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/profiles/apparmor
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/profiles/seccomp
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/quota
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/reference
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/registry
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/registry/resumable
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/restartmanager
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/runconfig
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/runconfig/opts
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/testutil
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/testutil/daemon
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/testutil/environment
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/testutil/fakecontext
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/testutil/fakegit
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/testutil/fakestorage
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/testutil/fixtures/load
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/testutil/fixtures/plugin
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/testutil/registry
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/testutil/request
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/volume
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/volume/drivers
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/volume/local
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/volume/mounts
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/volume/service
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/volume/service/opts
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/volume/testutils'
09:25:28 [2023-03-28T09:25:28.814Z] ++ grep --fixed-strings /libnetwork
09:25:28 [2023-03-28T09:25:28.814Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/bitseq
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cluster
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/config
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/datastore
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/diagnostic
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/discoverapi
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/driverapi
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/bridge
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/host
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/null
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/overlay
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/remote
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/windows
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drvregistry
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/etchosts
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/idm
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/internal/caller
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipam
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipamapi
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipams/builtin
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipams/null
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipams/remote
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipamutils
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/iptables
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/netlabel
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/netutils
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/networkdb
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ns
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/options
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/osl
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/osl/kernel
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/portallocator
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/portmapper
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/resolvconf
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/testutils
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/types'
09:25:28 [2023-03-28T09:25:28.814Z] + grep --fixed-strings libnetwork/drivers/bridge
09:25:28 [2023-03-28T09:25:28.814Z] + echo 'github.com/docker/docker/libnetwork
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/bitseq
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cluster
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/config
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/datastore
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/diagnostic
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/discoverapi
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/driverapi
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/bridge
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/host
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/null
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/overlay
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/remote
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/windows
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drvregistry
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/etchosts
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/idm
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/internal/caller
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipam
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipamapi
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipams/builtin
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipams/null
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipams/remote
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ipamutils
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/iptables
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/netlabel
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/netutils
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/networkdb
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/ns
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/options
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/osl
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/osl/kernel
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/portallocator
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/portmapper
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/resolvconf
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/testutils
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/types'
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/bridge
09:25:28 [2023-03-28T09:25:28.814Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:25:28 [2023-03-28T09:25:28.814Z] + type docker-proxy
09:25:28 [2023-03-28T09:25:28.814Z] hack/test/unit: line 25: type: docker-proxy: not found
09:25:28 [2023-03-28T09:25:28.814Z] + hack/make.sh binary-proxy install-proxy
09:25:28 [2023-03-28T09:25:28.814Z] 
09:25:28 [2023-03-28T09:25:28.814Z] Removing bundles/
09:25:28 [2023-03-28T09:25:28.814Z] 
09:25:28 [2023-03-28T09:25:28.814Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
09:25:28 [2023-03-28T09:25:28.814Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
09:25:30 [2023-03-28T09:25:30.199Z] Created binary: bundles/binary-proxy/docker-proxy
09:25:30 [2023-03-28T09:25:30.199Z] 
09:25:30 [2023-03-28T09:25:30.199Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
09:25:30 [2023-03-28T09:25:30.199Z] Installing docker-proxy to /usr/local/bin/
09:25:30 [2023-03-28T09:25:30.199Z] 
09:25:30 [2023-03-28T09:25:30.199Z] + mkdir -p bundles
09:25:30 [2023-03-28T09:25:30.199Z] + '[' -n 'github.com/docker/docker/api
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/backend/build
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/httpstatus
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/httputils
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/middleware
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/build
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/checkpoint
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/container
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/debug
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/distribution
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/grpc
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/image
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/network
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/plugin
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/session
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/swarm
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/system
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/server/router/volume
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/backend
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/blkiodev
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/container
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/events
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/filters
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/image
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/mount
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/network
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/plugins/logdriver
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/registry
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/strslice
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/swarm
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/swarm/runtime
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/time
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/versions
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/versions/v1p19
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/versions/v1p20
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/api/types/volume
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder/builder-next
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder/builder-next/exporter
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder/builder-next/worker
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder/dockerfile
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder/remotecontext
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder/remotecontext/git
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/builder/remotecontext/urlutil
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/cli
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/cli/config
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/cli/debug
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/cli/winresources/docker-proxy
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/cli/winresources/dockerd
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/client
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/cmd/docker-proxy
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/cmd/dockerd
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/cmd/dockerd/trap
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/container
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/container/stream
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/contrib/apparmor
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/contrib/docker-device-tool
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/contrib/httpserver
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/cluster
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/cluster/convert
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/cluster/executor
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/cluster/executor/container
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/cluster/provider
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/config
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/events
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/events/testutils
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/exec
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/aufs
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/copy
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/overlay
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/register
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/vfs
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/graphdriver/zfs
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/images
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/initlayer
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/links
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/listeners
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/awslogs
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/fluentd
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/gcplogs
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/gelf
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/journald
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/local
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/logentries
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/loggertest
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/loggerutils
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/splunk
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/syslog
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/logger/templates
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/names
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/network
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/daemon/stats
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/distribution
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/distribution/metadata
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/distribution/utils
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/distribution/xfer
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/dockerversion
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/errdefs
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/image
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/image/cache
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/image/tarexport
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/image/v1
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/internal/test/suite
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/layer
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/libcontainerd
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/libcontainerd/queue
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/libcontainerd/remote
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/libcontainerd/supervisor
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/libcontainerd/types
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/oci
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/oci/caps
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/opts
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/aaparser
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/archive
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/authorization
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/broadcaster
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/capabilities
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/chrootarchive
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/containerfs
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/devicemapper
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/directory
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/dmesg
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/fileutils
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/fsutils
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/homedir
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/idtools
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/ioutils
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/jsonmessage
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/longpath
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/loopback
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/namesgenerator
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/parsers
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/parsers/kernel
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/pidfile
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/platform
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/plugingetter
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/plugins
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/plugins/transport
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/pools
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/progress
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/pubsub
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/reexec
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/rootless
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/rootless/specconv
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/signal
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/stack
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/stdcopy
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/streamformatter
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/stringid
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/sysinfo
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/system
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/tailfile
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/tarsum
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/truncindex
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/urlutil
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/pkg/useragent
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/plugin
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/plugin/executor/containerd
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/plugin/v2
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/profiles/apparmor
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/profiles/seccomp
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/quota
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/reference
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/registry
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/registry/resumable
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/restartmanager
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/runconfig
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/runconfig/opts
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/testutil
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/testutil/daemon
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/testutil/environment
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/testutil/fakecontext
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/testutil/fakegit
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/testutil/fakestorage
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/testutil/fixtures/load
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/testutil/fixtures/plugin
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/testutil/registry
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/testutil/request
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/volume
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/volume/drivers
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/volume/local
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/volume/mounts
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/volume/service
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/volume/service/opts
09:25:30 [2023-03-28T09:25:30.199Z] github.com/docker/docker/volume/testutils' ']'
09:25:30 [2023-03-28T09:25:30.200Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/coverage.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/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/rootless github.com/docker/docker/pkg/rootless/specconv 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/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/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/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
09:25:31 [2023-03-28T09:25:31.140Z] ?   	github.com/docker/docker/api	[no test files]
09:25:43 [2023-03-28T09:25:43.365Z] ok  	github.com/docker/docker/api/server	0.007s	coverage: 7.9% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/api/server/httputils	0.003s	coverage: 31.9% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/api/server/router/swarm	0.006s	coverage: 6.0% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/api/types/filters	0.007s	coverage: 93.7% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/api/server/router/volume	0.011s	coverage: 66.7% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/container	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/events	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/image	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/network	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/builder	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/builder/remotecontext	0.144s	coverage: 13.7% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/builder/dockerfile	0.475s	coverage: 49.3% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.004s	coverage: 100.0% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/cli/debug	0.004s	coverage: 100.0% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.398s	coverage: 83.5% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/cli	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/cli/config	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.328s	coverage: 66.5% of statements
09:27:04 [2023-03-28T09:27:04.897Z] ok  	github.com/docker/docker/client	0.097s	coverage: 76.8% of statements
09:27:37 [2023-03-28T09:27:37.005Z] ok  	github.com/docker/docker/cmd/dockerd	0.068s	coverage: 30.2% of statements
09:27:37 [2023-03-28T09:27:37.945Z] ok  	github.com/docker/docker/container	0.119s	coverage: 36.1% of statements
09:27:38 [2023-03-28T09:27:38.516Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.423s	coverage: 0.0% of statements
09:27:38 [2023-03-28T09:27:38.516Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
09:27:38 [2023-03-28T09:27:38.516Z] ?   	github.com/docker/docker/container/stream	[no test files]
09:27:38 [2023-03-28T09:27:38.516Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
09:27:38 [2023-03-28T09:27:38.516Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
09:27:38 [2023-03-28T09:27:38.516Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
09:27:43 [2023-03-28T09:27:43.802Z] ok  	github.com/docker/docker/daemon/cluster	0.058s	coverage: 0.5% of statements
09:27:45 [2023-03-28T09:27:45.714Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.025s	coverage: 65.3% of statements
09:27:47 [2023-03-28T09:27:47.099Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.013s	coverage: 36.9% of statements
09:27:53 [2023-03-28T09:27:53.678Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.443s	coverage: 13.4% of statements
09:27:54 [2023-03-28T09:27:54.618Z] ok  	github.com/docker/docker/daemon/config	0.037s	coverage: 77.0% of statements
09:27:55 [2023-03-28T09:27:55.189Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
09:27:55 [2023-03-28T09:27:55.758Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
09:27:56 [2023-03-28T09:27:56.018Z] ok  	github.com/docker/docker/daemon	10.103s	coverage: 16.3% of statements
09:27:56 [2023-03-28T09:27:56.019Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
09:27:56 [2023-03-28T09:27:56.019Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
09:27:56 [2023-03-28T09:27:56.019Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
09:27:56 [2023-03-28T09:27:56.019Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
09:27:57 [2023-03-28T09:27:57.402Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.626s	coverage: 74.8% of statements
09:27:57 [2023-03-28T09:27:57.973Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.8% of statements
09:27:57 [2023-03-28T09:27:57.973Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.200s	coverage: 60.7% of statements
09:27:59 [2023-03-28T09:27:59.356Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.007s	coverage: 1.9% of statements
09:28:00 [2023-03-28T09:28:00.749Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.219s	coverage: 50.6% of statements
09:28:01 [2023-03-28T09:28:01.688Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.261s	coverage: 46.1% of statements
09:28:01 [2023-03-28T09:28:01.689Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
09:28:02 [2023-03-28T09:28:02.628Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.010s	coverage: 58.5% of statements
09:28:02 [2023-03-28T09:28:02.888Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.865s	coverage: 58.5% of statements
09:28:02 [2023-03-28T09:28:02.888Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
09:28:02 [2023-03-28T09:28:02.888Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
09:28:03 [2023-03-28T09:28:03.830Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
09:28:04 [2023-03-28T09:28:04.091Z] ok  	github.com/docker/docker/daemon/links	0.009s	coverage: 93.0% of statements
09:28:05 [2023-03-28T09:28:05.033Z] ok  	github.com/docker/docker/daemon/images	0.035s	coverage: 6.9% of statements
09:28:05 [2023-03-28T09:28:05.033Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
09:28:05 [2023-03-28T09:28:05.033Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
09:28:05 [2023-03-28T09:28:05.604Z] ok  	github.com/docker/docker/daemon/logger	0.219s	coverage: 43.0% of statements
09:28:06 [2023-03-28T09:28:06.175Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.133s	coverage: 79.9% of statements
09:28:06 [2023-03-28T09:28:06.435Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.012s	coverage: 53.6% of statements
09:28:06 [2023-03-28T09:28:06.435Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
09:28:07 [2023-03-28T09:28:07.006Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 68.2% of statements
09:28:07 [2023-03-28T09:28:07.006Z] ok  	github.com/docker/docker/daemon/logger/journald	0.006s	coverage: 23.4% of statements
09:28:07 [2023-03-28T09:28:07.577Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.012s	coverage: 87.2% of statements
09:28:08 [2023-03-28T09:28:08.147Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.119s	coverage: 76.8% of statements
09:28:08 [2023-03-28T09:28:08.408Z] ok  	github.com/docker/docker/daemon/logger/local	0.032s	coverage: 79.4% of statements
09:28:08 [2023-03-28T09:28:08.408Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
09:28:08 [2023-03-28T09:28:08.408Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
09:28:09 [2023-03-28T09:28:09.349Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.022s	coverage: 31.5% of statements
09:28:09 [2023-03-28T09:28:09.349Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.024s	coverage: 62.0% of statements
09:28:09 [2023-03-28T09:28:09.920Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.019s	coverage: 46.8% of statements
09:28:10 [2023-03-28T09:28:10.491Z] ok  	github.com/docker/docker/daemon/logger/templates	0.007s	coverage: 8.3% of statements
09:28:10 [2023-03-28T09:28:10.751Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
09:28:11 [2023-03-28T09:28:11.690Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.504s	coverage: 82.5% of statements
09:28:11 [2023-03-28T09:28:11.690Z] ?   	github.com/docker/docker/daemon/names	[no test files]
09:28:11 [2023-03-28T09:28:11.690Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
09:28:12 [2023-03-28T09:28:12.630Z] ok  	github.com/docker/docker/distribution/metadata	0.026s	coverage: 44.4% of statements
09:28:12 [2023-03-28T09:28:12.630Z] ok  	github.com/docker/docker/distribution	0.584s	coverage: 29.5% of statements
09:28:12 [2023-03-28T09:28:12.630Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
09:28:13 [2023-03-28T09:28:13.201Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.7% of statements
09:28:13 [2023-03-28T09:28:13.771Z] ok  	github.com/docker/docker/image	0.024s	coverage: 87.3% of statements
09:28:14 [2023-03-28T09:28:14.341Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
09:28:14 [2023-03-28T09:28:14.911Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.7% of statements
09:28:15 [2023-03-28T09:28:15.852Z] ok  	github.com/docker/docker/distribution/xfer	2.793s	coverage: 84.9% of statements
09:28:15 [2023-03-28T09:28:15.852Z] ?   	github.com/docker/docker/dockerversion	[no test files]
09:28:15 [2023-03-28T09:28:15.852Z] ?   	github.com/docker/docker/image/v1	[no test files]
09:28:15 [2023-03-28T09:28:15.852Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
09:28:16 [2023-03-28T09:28:16.113Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
09:28:16 [2023-03-28T09:28:16.683Z] ok  	github.com/docker/docker/oci	0.022s	coverage: 46.0% of statements
09:28:17 [2023-03-28T09:28:17.261Z] ok  	github.com/docker/docker/opts	0.028s	coverage: 66.0% of statements
09:28:17 [2023-03-28T09:28:17.261Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
09:28:18 [2023-03-28T09:28:18.874Z] ok  	github.com/docker/docker/pkg/archive	0.294s	coverage: 82.2% of statements
09:28:20 [2023-03-28T09:28:20.256Z] ok  	github.com/docker/docker/pkg/authorization	0.512s	coverage: 68.3% of statements
09:28:20 [2023-03-28T09:28:20.256Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
09:28:20 [2023-03-28T09:28:20.256Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
09:28:23 [2023-03-28T09:28:23.551Z] ok  	github.com/docker/docker/layer	7.121s	coverage: 68.9% of statements
09:28:23 [2023-03-28T09:28:23.551Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
09:28:23 [2023-03-28T09:28:23.551Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
09:28:23 [2023-03-28T09:28:23.551Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
09:28:23 [2023-03-28T09:28:23.551Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
09:28:23 [2023-03-28T09:28:23.551Z] ?   	github.com/docker/docker/oci/caps	[no test files]
09:28:23 [2023-03-28T09:28:23.551Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.522s	coverage: 43.1% of statements
09:28:23 [2023-03-28T09:28:23.551Z] ok  	github.com/docker/docker/pkg/containerfs	0.006s	coverage: 6.7% of statements
09:28:23 [2023-03-28T09:28:23.551Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
09:28:23 [2023-03-28T09:28:23.551Z] ok  	github.com/docker/docker/pkg/directory	0.014s	coverage: 81.8% of statements
09:28:23 [2023-03-28T09:28:23.811Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
09:28:24 [2023-03-28T09:28:24.072Z] ok  	github.com/docker/docker/pkg/fileutils	0.009s	coverage: 78.6% of statements
09:28:24 [2023-03-28T09:28:24.072Z] ?   	github.com/docker/docker/pkg/fsutils	[no test files]
09:28:24 [2023-03-28T09:28:24.072Z] ok  	github.com/docker/docker/pkg/homedir	0.004s	coverage: 10.4% of statements
09:28:25 [2023-03-28T09:28:25.013Z] ok  	github.com/docker/docker/pkg/idtools	0.372s	coverage: 68.1% of statements
09:28:25 [2023-03-28T09:28:25.013Z] ok  	github.com/docker/docker/pkg/ioutils	0.362s	coverage: 72.0% of statements
09:28:25 [2023-03-28T09:28:25.273Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 91.7% of statements
09:28:25 [2023-03-28T09:28:25.273Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 100.0% of statements
09:28:25 [2023-03-28T09:28:25.273Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
09:28:25 [2023-03-28T09:28:25.533Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.009s	coverage: 85.7% of statements
09:28:25 [2023-03-28T09:28:25.533Z] ok  	github.com/docker/docker/pkg/parsers	0.005s	coverage: 97.0% of statements
09:28:25 [2023-03-28T09:28:25.794Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.013s	coverage: 60.0% of statements
09:28:25 [2023-03-28T09:28:25.794Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.5% of statements
09:28:26 [2023-03-28T09:28:26.063Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
09:28:26 [2023-03-28T09:28:26.063Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
09:28:26 [2023-03-28T09:28:26.063Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
09:28:26 [2023-03-28T09:28:26.326Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
09:28:26 [2023-03-28T09:28:26.896Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
09:28:27 [2023-03-28T09:28:27.156Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
09:28:27 [2023-03-28T09:28:27.156Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
09:28:27 [2023-03-28T09:28:27.727Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
09:28:27 [2023-03-28T09:28:27.727Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
09:28:27 [2023-03-28T09:28:27.988Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
09:28:28 [2023-03-28T09:28:28.249Z] ok  	github.com/docker/docker/pkg/streamformatter	0.005s	coverage: 66.2% of statements
09:28:28 [2023-03-28T09:28:28.509Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
09:28:29 [2023-03-28T09:28:29.080Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.6% of statements
09:28:29 [2023-03-28T09:28:29.340Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 44.8% of statements
09:28:29 [2023-03-28T09:28:29.601Z] ok  	github.com/docker/docker/pkg/tailfile	0.037s	coverage: 88.6% of statements
09:28:30 [2023-03-28T09:28:30.171Z] ok  	github.com/docker/docker/pkg/tarsum	0.045s	coverage: 89.3% of statements
09:28:30 [2023-03-28T09:28:30.431Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
09:28:30 [2023-03-28T09:28:30.431Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
09:28:32 [2023-03-28T09:28:32.340Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
09:28:32 [2023-03-28T09:28:32.601Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.4% of statements
09:28:33 [2023-03-28T09:28:33.170Z] ok  	github.com/docker/docker/profiles/seccomp	0.011s	coverage: 86.0% of statements
09:28:34 [2023-03-28T09:28:34.110Z] ok  	github.com/docker/docker/quota	0.179s	coverage: 71.4% of statements
09:28:34 [2023-03-28T09:28:34.370Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
09:28:35 [2023-03-28T09:28:35.311Z] ok  	github.com/docker/docker/registry	0.080s	coverage: 58.7% of statements
09:28:35 [2023-03-28T09:28:35.881Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
09:28:35 [2023-03-28T09:28:35.881Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
09:28:36 [2023-03-28T09:28:36.453Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 64.5% of statements
09:28:36 [2023-03-28T09:28:36.713Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
09:28:38 [2023-03-28T09:28:38.095Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
09:28:39 [2023-03-28T09:28:39.036Z] ok  	github.com/docker/docker/volume/local	0.067s	coverage: 77.1% of statements
09:28:39 [2023-03-28T09:28:39.296Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 67.7% of statements
09:28:40 [2023-03-28T09:28:40.679Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 73.1% of statements
09:29:02 [2023-03-28T09:29:02.627Z] ok  	github.com/docker/docker/pkg/plugins	33.635s	coverage: 74.4% of statements
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/pkg/pubsub	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/testutil/request	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/volume	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === Skipped
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     network_proxy_test.go:208: No support for dual stack yet
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver btrfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver btrfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver btrfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver btrfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver btrfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:71: No driver to put!
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z] time="2023-03-28T09:27:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z] time="2023-03-28T09:27:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z] time="2023-03-28T09:27:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z] time="2023-03-28T09:27:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z] time="2023-03-28T09:27:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:71: No driver to put!
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     overlay_test.go:50: Fails to compute changes intermittently
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     overlay_test.go:65: Cannot run test with naive change algorithm
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver zfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver zfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver zfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver zfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:44: Driver zfs not supported
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     graphtest_unix.go:71: No driver to put!
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
09:29:02 [2023-03-28T09:29:02.627Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
09:29:02 [2023-03-28T09:29:02.627Z] 
09:29:02 [2023-03-28T09:29:02.627Z] DONE 2801 tests, 28 skipped in 210.298s
09:29:02 [2023-03-28T09:29:02.627Z] + '[' -n 'github.com/docker/docker/libnetwork
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/bitseq
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/cluster
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/config
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/datastore
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/diagnostic
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/discoverapi
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/driverapi
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/bridge
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/host
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/null
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/overlay
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/remote
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/windows
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/drvregistry
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/etchosts
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/idm
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/internal/caller
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/ipam
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/ipamapi
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/ipams/builtin
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/ipams/null
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/ipams/remote
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/ipamutils
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/iptables
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/netlabel
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/netutils
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/networkdb
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/ns
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/options
09:29:02 [2023-03-28T09:29:02.627Z] github.com/docker/docker/libnetwork/osl
09:29:02 [2023-03-28T09:29:02.628Z] github.com/docker/docker/libnetwork/osl/kernel
09:29:02 [2023-03-28T09:29:02.628Z] github.com/docker/docker/libnetwork/portallocator
09:29:02 [2023-03-28T09:29:02.628Z] github.com/docker/docker/libnetwork/portmapper
09:29:02 [2023-03-28T09:29:02.628Z] github.com/docker/docker/libnetwork/resolvconf
09:29:02 [2023-03-28T09:29:02.628Z] github.com/docker/docker/libnetwork/testutils
09:29:02 [2023-03-28T09:29:02.628Z] github.com/docker/docker/libnetwork/types' ']'
09:29:02 [2023-03-28T09:29:02.628Z] + 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/coverage-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
09:29:49 [2023-03-28T09:29:49.327Z] ok  	github.com/docker/docker/libnetwork	37.560s	coverage: 40.7% of statements
09:29:49 [2023-03-28T09:29:49.327Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.140s	coverage: 84.4% of statements
09:29:49 [2023-03-28T09:29:49.327Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
09:29:49 [2023-03-28T09:29:49.327Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
09:29:49 [2023-03-28T09:29:49.327Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
09:29:49 [2023-03-28T09:29:49.327Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
09:29:49 [2023-03-28T09:29:49.327Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
09:29:49 [2023-03-28T09:29:49.327Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
09:29:49 [2023-03-28T09:29:49.327Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
09:29:49 [2023-03-28T09:29:49.327Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
09:29:49 [2023-03-28T09:29:49.327Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 9.3% of statements
09:29:49 [2023-03-28T09:29:49.327Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
09:29:49 [2023-03-28T09:29:49.327Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
09:29:49 [2023-03-28T09:29:49.327Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
09:29:49 [2023-03-28T09:29:49.327Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
09:29:49 [2023-03-28T09:29:49.327Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.678s	coverage: 60.0% of statements
09:29:49 [2023-03-28T09:29:49.327Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
09:29:49 [2023-03-28T09:29:49.327Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 34.8% of statements
09:29:49 [2023-03-28T09:29:49.897Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.014s	coverage: 4.9% of statements
09:29:49 [2023-03-28T09:29:49.897Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
09:29:50 [2023-03-28T09:29:50.467Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.014s	coverage: 4.5% of statements
09:29:50 [2023-03-28T09:29:50.467Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
09:29:50 [2023-03-28T09:29:50.727Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
09:30:00 [2023-03-28T09:30:00.717Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.224s	coverage: 6.6% of statements
09:30:00 [2023-03-28T09:30:00.717Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
09:30:00 [2023-03-28T09:30:00.717Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
09:30:01 [2023-03-28T09:30:01.288Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.4% of statements
09:30:01 [2023-03-28T09:30:01.288Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
09:30:01 [2023-03-28T09:30:01.288Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
09:30:01 [2023-03-28T09:30:01.288Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
09:30:01 [2023-03-28T09:30:01.548Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.014s	coverage: 82.4% of statements
09:30:01 [2023-03-28T09:30:01.808Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.013s	coverage: 81.2% of statements
09:30:02 [2023-03-28T09:30:02.069Z] ok  	github.com/docker/docker/libnetwork/idm	0.003s	coverage: 87.5% of statements
09:30:02 [2023-03-28T09:30:02.329Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
09:30:12 [2023-03-28T09:30:12.371Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
09:30:30 [2023-03-28T09:30:30.479Z] ok  	github.com/docker/docker/libnetwork/ipam	15.616s	coverage: 85.3% of statements
09:30:30 [2023-03-28T09:30:30.479Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
09:30:30 [2023-03-28T09:30:30.479Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
09:30:30 [2023-03-28T09:30:30.479Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 57.1% of statements
09:30:30 [2023-03-28T09:30:30.479Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 47.4% of statements
09:30:30 [2023-03-28T09:30:30.479Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
09:30:30 [2023-03-28T09:30:30.479Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 71.4% of statements
09:30:30 [2023-03-28T09:30:30.479Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.257s	coverage: 74.0% of statements
09:30:31 [2023-03-28T09:30:31.048Z] ok  	github.com/docker/docker/libnetwork/iptables	0.240s	coverage: 40.7% of statements
09:30:31 [2023-03-28T09:30:31.308Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
09:30:31 [2023-03-28T09:30:31.568Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
09:32:23 [2023-03-28T09:32:23.050Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.456s	coverage: 60.2% of statements
09:32:23 [2023-03-28T09:32:23.050Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
09:32:23 [2023-03-28T09:32:23.050Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
09:32:23 [2023-03-28T09:32:23.050Z] ok  	github.com/docker/docker/libnetwork/osl	4.305s	coverage: 39.7% of statements
09:32:23 [2023-03-28T09:32:23.050Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
09:32:23 [2023-03-28T09:32:23.050Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
09:32:23 [2023-03-28T09:32:23.050Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.631s	coverage: 48.6% of statements
09:32:23 [2023-03-28T09:32:23.050Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 82.8% of statements
09:32:23 [2023-03-28T09:32:23.050Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
09:32:23 [2023-03-28T09:32:23.311Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
09:32:23 [2023-03-28T09:32:23.572Z] 
09:32:23 [2023-03-28T09:32:23.572Z] === Skipped
09:32:23 [2023-03-28T09:32:23.572Z] === SKIP: libnetwork TestParallel1 (0.00s)
09:32:23 [2023-03-28T09:32:23.572Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
09:32:23 [2023-03-28T09:32:23.572Z] 
09:32:23 [2023-03-28T09:32:23.572Z] === SKIP: libnetwork TestParallel3 (0.00s)
09:32:23 [2023-03-28T09:32:23.572Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
09:32:23 [2023-03-28T09:32:23.572Z] 
09:32:23 [2023-03-28T09:32:23.572Z] === SKIP: libnetwork TestParallel2 (0.00s)
09:32:23 [2023-03-28T09:32:23.572Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
09:32:23 [2023-03-28T09:32:23.572Z] 
09:32:23 [2023-03-28T09:32:23.572Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
09:32:23 [2023-03-28T09:32:23.572Z]     allocator_test.go:1485: Skipped because t.parallel was less than  5
09:32:23 [2023-03-28T09:32:23.572Z] 
09:32:23 [2023-03-28T09:32:23.572Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
09:32:23 [2023-03-28T09:32:23.572Z]     allocator_test.go:1485: Skipped because t.parallel was less than  5
09:32:23 [2023-03-28T09:32:23.572Z] 
09:32:23 [2023-03-28T09:32:23.572Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
09:32:23 [2023-03-28T09:32:23.572Z]     allocator_test.go:1485: Skipped because t.parallel was less than  5
09:32:23 [2023-03-28T09:32:23.572Z] 
09:32:23 [2023-03-28T09:32:23.572Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
09:32:23 [2023-03-28T09:32:23.572Z]     allocator_test.go:1485: Skipped because t.parallel was less than  5
09:32:23 [2023-03-28T09:32:23.572Z] 
09:32:23 [2023-03-28T09:32:23.572Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
09:32:23 [2023-03-28T09:32:23.572Z]     allocator_test.go:1485: Skipped because t.parallel was less than  5
09:32:23 [2023-03-28T09:32:23.572Z] 
09:32:23 [2023-03-28T09:32:23.572Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
09:32:23 [2023-03-28T09:32:23.572Z]     firewalld_test.go:14: firewalld is not running
09:32:23 [2023-03-28T09:32:23.572Z] 
09:32:23 [2023-03-28T09:32:23.572Z] DONE 323 tests, 9 skipped in 202.924s
Post stage
[Pipeline] junit
09:32:24 [2023-03-28T09:32:24.156Z] Recording test results
09:32:25 [2023-03-28T09:32:25.513Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:32:25 [2023-03-28T09:32:25.864Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45220/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f3946c14fef1991cfbb86b2a480136707328b08b -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 docker:f3946c14fef1991cfbb86b2a480136707328b08b hack/make.sh dynbinary test-integration
09:32:26 [2023-03-28T09:32:26.436Z] 
09:32:26 [2023-03-28T09:32:26.437Z] Removing bundles/
09:32:26 [2023-03-28T09:32:26.437Z] 
09:32:26 [2023-03-28T09:32:26.437Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:32:26 [2023-03-28T09:32:26.437Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
09:34:02 [2023-03-28T09:34:02.922Z] Created binary: bundles/dynbinary-daemon/dockerd
09:34:02 [2023-03-28T09:34:02.922Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
09:34:02 [2023-03-28T09:34:02.922Z] Created binary: bundles/dynbinary-daemon/docker-proxy
09:34:02 [2023-03-28T09:34:02.922Z] 
09:34:02 [2023-03-28T09:34:02.922Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:34:02 [2023-03-28T09:34:02.922Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:34:02 [2023-03-28T09:34:02.922Z] HOSTNAME=010f73989900
09:34:02 [2023-03-28T09:34:02.922Z] TESTDEBUG=0
09:34:02 [2023-03-28T09:34:02.922Z] DEST=bundles/test-integration
09:34:02 [2023-03-28T09:34:02.922Z] PWD=/go/src/github.com/docker/docker
09:34:02 [2023-03-28T09:34:02.922Z] DOCKER_GITCOMMIT=f3946c14fef1991cfbb86b2a480136707328b08b
09:34:02 [2023-03-28T09:34:02.922Z] container=docker
09:34:02 [2023-03-28T09:34:02.922Z] HOME=/root
09:34:02 [2023-03-28T09:34:02.922Z] GOLANG_VERSION=1.19.7
09:34:02 [2023-03-28T09:34:02.922Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:34:02 [2023-03-28T09:34:02.922Z] VALIDATE_BRANCH=23.0
09:34:02 [2023-03-28T09:34:02.922Z] TERM=xterm
09:34:02 [2023-03-28T09:34:02.922Z] DOCKER_PKG=github.com/docker/docker
09:34:02 [2023-03-28T09:34:02.922Z] SHLVL=1
09:34:02 [2023-03-28T09:34:02.922Z] TIMEOUT=120m
09:34:02 [2023-03-28T09:34:02.922Z] DOCKER_GRAPHDRIVER=overlay2
09:34:02 [2023-03-28T09:34:02.922Z] GO111MODULE=off
09:34:02 [2023-03-28T09:34:02.922Z] DOCKER_EXPERIMENTAL=1
09:34:02 [2023-03-28T09:34:02.922Z] TEST_SKIP_INTEGRATION_CLI=1
09:34:02 [2023-03-28T09:34:02.922Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:34:02 [2023-03-28T09:34:02.922Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:34:02 [2023-03-28T09:34:02.922Z] GOPATH=/go
09:34:02 [2023-03-28T09:34:02.922Z] PKG_CONFIG=pkg-config
09:34:02 [2023-03-28T09:34:02.922Z] _=/usr/bin/env
09:34:02 [2023-03-28T09:34:02.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:34:21 [2023-03-28T09:34:21.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:34:21 [2023-03-28T09:34:21.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:34:43 [2023-03-28T09:34:43.570Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
09:34:50 [2023-03-28T09:34:50.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:35:02 [2023-03-28T09:35:02.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
09:35:02 [2023-03-28T09:35:02.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:35:02 [2023-03-28T09:35:02.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:35:03 [2023-03-28T09:35:03.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:35:04 [2023-03-28T09:35:04.096Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:35:04 [2023-03-28T09:35:04.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:35:05 [2023-03-28T09:35:05.299Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:35:06 [2023-03-28T09:35:06.682Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:35:07 [2023-03-28T09:35:07.623Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:35:08 [2023-03-28T09:35:08.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
09:35:08 [2023-03-28T09:35:08.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:35:09 [2023-03-28T09:35:09.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:35:10 [2023-03-28T09:35:10.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:35:11 [2023-03-28T09:35:11.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:35:11 [2023-03-28T09:35:11.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:35:12 [2023-03-28T09:35:12.787Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:35:13 [2023-03-28T09:35:13.727Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:35:13 [2023-03-28T09:35:13.727Z] Using test binary docker
09:35:13 [2023-03-28T09:35:13.727Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:35:13 [2023-03-28T09:35:13.727Z] +++ /etc/init.d/apparmor start
09:35:13 [2023-03-28T09:35:13.727Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
09:35:13 [2023-03-28T09:35:13.727Z] INFO: Waiting for daemon to start...
09:35:13 [2023-03-28T09:35:13.727Z] Starting dockerd
09:35:13 [2023-03-28T09:35:13.727Z] +++ 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
09:35:15 [2023-03-28T09:35:15.636Z] .
09:35:15 [2023-03-28T09:35:15.636Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:35:15 [2023-03-28T09:35:15.896Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:35:15 [2023-03-28T09:35:15.896Z] Error: No such image: emptyfs
09:35:15 [2023-03-28T09:35:15.896Z] ++++ tar -cC bundles/test-integration/emptyfs .
09:35:15 [2023-03-28T09:35:15.896Z] ++++ docker load
09:35:15 [2023-03-28T09:35:15.896Z] Running integration-test (iteration 1)
09:35:15 [2023-03-28T09:35:15.896Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
09:35:15 [2023-03-28T09:35:15.896Z] ++ 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
09:35:15 [2023-03-28T09:35:15.896Z] ++ set -e
09:35:15 [2023-03-28T09:35:15.896Z] ++ '[' -n 0 ']'
09:35:15 [2023-03-28T09:35:15.896Z] ++ set -x
09:35:15 [2023-03-28T09:35:15.897Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:35:16 [2023-03-28T09:35:16.157Z] Loaded image: busybox:latest
09:35:16 [2023-03-28T09:35:16.417Z] Loaded image: busybox:glibc
09:35:17 [2023-03-28T09:35:17.359Z] Loaded image: debian:bullseye-slim
09:35:17 [2023-03-28T09:35:17.359Z] Loaded image: hello-world:latest
09:35:17 [2023-03-28T09:35:17.359Z] Loaded image: arm32v7/hello-world:latest
09:35:17 [2023-03-28T09:35:17.359Z] INFO: Testing against a local daemon
09:35:17 [2023-03-28T09:35:17.359Z] === RUN   TestCgroupNamespacesBuild
09:35:19 [2023-03-28T09:35:19.898Z] --- PASS: TestCgroupNamespacesBuild (2.04s)
09:35:19 [2023-03-28T09:35:19.898Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:35:20 [2023-03-28T09:35:20.837Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s)
09:35:20 [2023-03-28T09:35:20.837Z] === RUN   TestBuildWithSession
09:35:20 [2023-03-28T09:35:20.837Z]     build_session_test.go:25: TODO: BuildKit
09:35:20 [2023-03-28T09:35:20.837Z] --- SKIP: TestBuildWithSession (0.00s)
09:35:20 [2023-03-28T09:35:20.837Z] === RUN   TestBuildSquashParent
09:35:24 [2023-03-28T09:35:24.262Z] --- PASS: TestBuildSquashParent (3.46s)
09:35:24 [2023-03-28T09:35:24.262Z] === RUN   TestBuildWithRemoveAndForceRemove
09:35:24 [2023-03-28T09:35:24.262Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:35:24 [2023-03-28T09:35:24.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:35:24 [2023-03-28T09:35:24.262Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:35:24 [2023-03-28T09:35:24.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:35:24 [2023-03-28T09:35:24.262Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:35:24 [2023-03-28T09:35:24.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:35:24 [2023-03-28T09:35:24.262Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:35:24 [2023-03-28T09:35:24.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:35:24 [2023-03-28T09:35:24.262Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:35:24 [2023-03-28T09:35:24.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:35:24 [2023-03-28T09:35:24.262Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:35:24 [2023-03-28T09:35:24.262Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:35:24 [2023-03-28T09:35:24.262Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:35:24 [2023-03-28T09:35:24.262Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:35:25 [2023-03-28T09:35:25.647Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:35:25 [2023-03-28T09:35:25.647Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:35:26 [2023-03-28T09:35:26.586Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:35:26 [2023-03-28T09:35:26.849Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:35:28 [2023-03-28T09:35:28.231Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
09:35:28 [2023-03-28T09:35:28.231Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.44s)
09:35:28 [2023-03-28T09:35:28.231Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.47s)
09:35:28 [2023-03-28T09:35:28.231Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.07s)
09:35:28 [2023-03-28T09:35:28.231Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.32s)
09:35:28 [2023-03-28T09:35:28.231Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.45s)
09:35:28 [2023-03-28T09:35:28.231Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.28s)
09:35:28 [2023-03-28T09:35:28.231Z] === RUN   TestBuildMultiStageCopy
09:35:28 [2023-03-28T09:35:28.231Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:35:29 [2023-03-28T09:35:29.653Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:35:29 [2023-03-28T09:35:29.653Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:35:29 [2023-03-28T09:35:29.653Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:35:29 [2023-03-28T09:35:29.927Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:35:30 [2023-03-28T09:35:30.187Z] --- PASS: TestBuildMultiStageCopy (2.11s)
09:35:30 [2023-03-28T09:35:30.187Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.22s)
09:35:30 [2023-03-28T09:35:30.187Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s)
09:35:30 [2023-03-28T09:35:30.187Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
09:35:30 [2023-03-28T09:35:30.187Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s)
09:35:30 [2023-03-28T09:35:30.187Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s)
09:35:30 [2023-03-28T09:35:30.187Z] === RUN   TestBuildMultiStageParentConfig
09:35:30 [2023-03-28T09:35:30.757Z] --- PASS: TestBuildMultiStageParentConfig (0.59s)
09:35:30 [2023-03-28T09:35:30.757Z] === RUN   TestBuildLabelWithTargets
09:35:31 [2023-03-28T09:35:31.696Z] --- PASS: TestBuildLabelWithTargets (0.93s)
09:35:31 [2023-03-28T09:35:31.696Z] === RUN   TestBuildWithEmptyLayers
09:35:32 [2023-03-28T09:35:32.266Z] --- PASS: TestBuildWithEmptyLayers (0.46s)
09:35:32 [2023-03-28T09:35:32.266Z] === RUN   TestBuildMultiStageOnBuild
09:35:33 [2023-03-28T09:35:33.646Z] --- PASS: TestBuildMultiStageOnBuild (1.40s)
09:35:33 [2023-03-28T09:35:33.646Z] === RUN   TestBuildUncleanTarFilenames
09:35:34 [2023-03-28T09:35:34.216Z] --- PASS: TestBuildUncleanTarFilenames (0.62s)
09:35:34 [2023-03-28T09:35:34.216Z] === RUN   TestBuildMultiStageLayerLeak
09:35:35 [2023-03-28T09:35:35.598Z] --- PASS: TestBuildMultiStageLayerLeak (1.43s)
09:35:35 [2023-03-28T09:35:35.598Z] === RUN   TestBuildWithHugeFile
09:37:27 [2023-03-28T09:37:27.086Z] --- PASS: TestBuildWithHugeFile (105.65s)
09:37:27 [2023-03-28T09:37:27.086Z] === RUN   TestBuildWCOWSandboxSize
09:37:27 [2023-03-28T09:37:27.086Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:37:27 [2023-03-28T09:37:27.086Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
09:37:27 [2023-03-28T09:37:27.086Z] === RUN   TestBuildWithEmptyDockerfile
09:37:27 [2023-03-28T09:37:27.086Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:37:27 [2023-03-28T09:37:27.086Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:37:27 [2023-03-28T09:37:27.086Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:37:27 [2023-03-28T09:37:27.086Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:37:27 [2023-03-28T09:37:27.086Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:37:27 [2023-03-28T09:37:27.086Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:37:27 [2023-03-28T09:37:27.086Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:37:27 [2023-03-28T09:37:27.086Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:37:27 [2023-03-28T09:37:27.086Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:37:27 [2023-03-28T09:37:27.086Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
09:37:27 [2023-03-28T09:37:27.086Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s)
09:37:27 [2023-03-28T09:37:27.086Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s)
09:37:27 [2023-03-28T09:37:27.086Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
09:37:27 [2023-03-28T09:37:27.086Z] === RUN   TestBuildPreserveOwnership
09:37:27 [2023-03-28T09:37:27.086Z] === RUN   TestBuildPreserveOwnership/copy_from
09:37:27 [2023-03-28T09:37:27.086Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:37:27 [2023-03-28T09:37:27.086Z] --- PASS: TestBuildPreserveOwnership (3.00s)
09:37:27 [2023-03-28T09:37:27.086Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.03s)
09:37:27 [2023-03-28T09:37:27.086Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.96s)
09:37:27 [2023-03-28T09:37:27.086Z] === RUN   TestBuildPlatformInvalid
09:37:27 [2023-03-28T09:37:27.086Z] --- PASS: TestBuildPlatformInvalid (0.07s)
09:37:27 [2023-03-28T09:37:27.086Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
09:37:27 [2023-03-28T09:37:27.086Z] Loaded image: busybox:latest
09:37:27 [2023-03-28T09:37:27.086Z] Loaded image: busybox:glibc
09:37:27 [2023-03-28T09:37:27.086Z] Loaded image: debian:bullseye-slim
09:37:27 [2023-03-28T09:37:27.086Z] Loaded image: hello-world:latest
09:37:27 [2023-03-28T09:37:27.086Z] Loaded image: arm32v7/hello-world:latest
09:37:39 [2023-03-28T09:37:39.356Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.80s)
09:37:39 [2023-03-28T09:37:39.356Z] PASS
09:37:39 [2023-03-28T09:37:39.356Z] 
09:37:39 [2023-03-28T09:37:39.356Z] === Skipped
09:37:39 [2023-03-28T09:37:39.356Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
09:37:39 [2023-03-28T09:37:39.356Z]     build_session_test.go:25: TODO: BuildKit
09:37:39 [2023-03-28T09:37:39.356Z] 
09:37:39 [2023-03-28T09:37:39.356Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
09:37:39 [2023-03-28T09:37:39.356Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:37:39 [2023-03-28T09:37:39.356Z] 
09:37:39 [2023-03-28T09:37:39.356Z] DONE 34 tests, 2 skipped in 141.480s
09:37:39 [2023-03-28T09:37:39.356Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
09:37:39 [2023-03-28T09:37:39.356Z] ++ 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
09:37:39 [2023-03-28T09:37:39.356Z] ++ set -e
09:37:39 [2023-03-28T09:37:39.356Z] ++ '[' -n 0 ']'
09:37:39 [2023-03-28T09:37:39.356Z] ++ set -x
09:37:39 [2023-03-28T09:37:39.356Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:37:39 [2023-03-28T09:37:39.356Z] INFO: Testing against a local daemon
09:37:39 [2023-03-28T09:37:39.356Z] === RUN   TestConfigInspect
09:37:39 [2023-03-28T09:37:39.926Z] --- PASS: TestConfigInspect (2.29s)
09:37:39 [2023-03-28T09:37:39.926Z] === RUN   TestConfigList
09:37:42 [2023-03-28T09:37:42.464Z] --- PASS: TestConfigList (2.15s)
09:37:42 [2023-03-28T09:37:42.464Z] === RUN   TestConfigsCreateAndDelete
09:37:44 [2023-03-28T09:37:44.372Z] --- PASS: TestConfigsCreateAndDelete (2.12s)
09:37:44 [2023-03-28T09:37:44.372Z] === RUN   TestConfigsUpdate
09:37:46 [2023-03-28T09:37:46.282Z] --- PASS: TestConfigsUpdate (2.17s)
09:37:46 [2023-03-28T09:37:46.282Z] === RUN   TestTemplatedConfig
09:37:48 [2023-03-28T09:37:48.826Z] --- PASS: TestTemplatedConfig (2.41s)
09:37:48 [2023-03-28T09:37:48.826Z] === RUN   TestConfigCreateResolve
09:37:51 [2023-03-28T09:37:51.372Z] --- PASS: TestConfigCreateResolve (2.27s)
09:37:51 [2023-03-28T09:37:51.372Z] PASS
09:37:51 [2023-03-28T09:37:51.372Z] 
09:37:51 [2023-03-28T09:37:51.372Z] DONE 6 tests in 13.512s
09:37:51 [2023-03-28T09:37:51.372Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
09:37:51 [2023-03-28T09:37:51.372Z] ++ 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
09:37:51 [2023-03-28T09:37:51.372Z] ++ set -e
09:37:51 [2023-03-28T09:37:51.372Z] ++ '[' -n 0 ']'
09:37:51 [2023-03-28T09:37:51.372Z] ++ set -x
09:37:51 [2023-03-28T09:37:51.372Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:37:51 [2023-03-28T09:37:51.372Z] INFO: Testing against a local daemon
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestAttachWithTTY
09:37:51 [2023-03-28T09:37:51.372Z] --- PASS: TestAttachWithTTY (0.05s)
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestAttachWithoutTTy
09:37:51 [2023-03-28T09:37:51.372Z] --- PASS: TestAttachWithoutTTy (0.04s)
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestCheckpoint
09:37:51 [2023-03-28T09:37:51.372Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:37:51 [2023-03-28T09:37:51.372Z] --- SKIP: TestCheckpoint (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/commit
09:37:51 [2023-03-28T09:37:51.372Z] === PAUSE TestContainerInvalidJSON/commit
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/create
09:37:51 [2023-03-28T09:37:51.372Z] === PAUSE TestContainerInvalidJSON/containers/create
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
09:37:51 [2023-03-28T09:37:51.372Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
09:37:51 [2023-03-28T09:37:51.372Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
09:37:51 [2023-03-28T09:37:51.372Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:37:51 [2023-03-28T09:37:51.372Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
09:37:51 [2023-03-28T09:37:51.372Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
09:37:51 [2023-03-28T09:37:51.372Z] === CONT  TestContainerInvalidJSON/commit
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
09:37:51 [2023-03-28T09:37:51.372Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/commit/empty_body
09:37:51 [2023-03-28T09:37:51.372Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
09:37:51 [2023-03-28T09:37:51.372Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
09:37:51 [2023-03-28T09:37:51.372Z] === CONT  TestContainerInvalidJSON/containers/create
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
09:37:51 [2023-03-28T09:37:51.372Z] --- PASS: TestContainerInvalidJSON (0.01s)
09:37:51 [2023-03-28T09:37:51.372Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:37:51 [2023-03-28T09:37:51.372Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestCopyFromContainerPathIsNotDir
09:37:51 [2023-03-28T09:37:51.372Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestCopyToContainerPathDoesNotExist
09:37:51 [2023-03-28T09:37:51.372Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
09:37:51 [2023-03-28T09:37:51.372Z] === RUN   TestCopyEmptyFile
09:37:51 [2023-03-28T09:37:51.633Z] --- PASS: TestCopyEmptyFile (0.21s)
09:37:51 [2023-03-28T09:37:51.633Z] === RUN   TestCopyToContainerPathIsNotDir
09:37:51 [2023-03-28T09:37:51.633Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
09:37:51 [2023-03-28T09:37:51.633Z] === RUN   TestCopyFromContainer
09:37:52 [2023-03-28T09:37:52.572Z] === RUN   TestCopyFromContainer//
09:37:52 [2023-03-28T09:37:52.572Z] === RUN   TestCopyFromContainer//bar/root
09:37:52 [2023-03-28T09:37:52.832Z] === RUN   TestCopyFromContainer//bar/root/
09:37:52 [2023-03-28T09:37:52.832Z] === RUN   TestCopyFromContainer/bar/quux
09:37:52 [2023-03-28T09:37:52.832Z] === RUN   TestCopyFromContainer/bar/quux/
09:37:52 [2023-03-28T09:37:52.832Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:37:52 [2023-03-28T09:37:52.832Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:37:53 [2023-03-28T09:37:53.092Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:37:53 [2023-03-28T09:37:53.092Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:37:53 [2023-03-28T09:37:53.092Z] === RUN   TestCopyFromContainer/bar/notarget
09:37:53 [2023-03-28T09:37:53.092Z] --- PASS: TestCopyFromContainer (1.55s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCopyFromContainer// (0.06s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
09:37:53 [2023-03-28T09:37:53.092Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:37:53 [2023-03-28T09:37:53.092Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:37:53 [2023-03-28T09:37:53.092Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:37:53 [2023-03-28T09:37:53.092Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:37:53 [2023-03-28T09:37:53.092Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:37:53 [2023-03-28T09:37:53.092Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:37:53 [2023-03-28T09:37:53.092Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:37:53 [2023-03-28T09:37:53.092Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:37:53 [2023-03-28T09:37:53.092Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:37:53 [2023-03-28T09:37:53.092Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:37:53 [2023-03-28T09:37:53.092Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
09:37:53 [2023-03-28T09:37:53.092Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
09:37:53 [2023-03-28T09:37:53.092Z] === RUN   TestCreateLinkToNonExistingContainer
09:37:53 [2023-03-28T09:37:53.352Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
09:37:53 [2023-03-28T09:37:53.352Z] === RUN   TestCreateWithInvalidEnv
09:37:53 [2023-03-28T09:37:53.352Z] === RUN   TestCreateWithInvalidEnv/0
09:37:53 [2023-03-28T09:37:53.352Z] === PAUSE TestCreateWithInvalidEnv/0
09:37:53 [2023-03-28T09:37:53.352Z] === RUN   TestCreateWithInvalidEnv/1
09:37:53 [2023-03-28T09:37:53.352Z] === PAUSE TestCreateWithInvalidEnv/1
09:37:53 [2023-03-28T09:37:53.352Z] === RUN   TestCreateWithInvalidEnv/2
09:37:53 [2023-03-28T09:37:53.352Z] === PAUSE TestCreateWithInvalidEnv/2
09:37:53 [2023-03-28T09:37:53.352Z] === CONT  TestCreateWithInvalidEnv/0
09:37:53 [2023-03-28T09:37:53.352Z] === CONT  TestCreateWithInvalidEnv/2
09:37:53 [2023-03-28T09:37:53.352Z] === CONT  TestCreateWithInvalidEnv/1
09:37:53 [2023-03-28T09:37:53.352Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
09:37:53 [2023-03-28T09:37:53.352Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
09:37:53 [2023-03-28T09:37:53.352Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
09:37:53 [2023-03-28T09:37:53.352Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
09:37:53 [2023-03-28T09:37:53.352Z] === RUN   TestCreateTmpfsMountsTarget
09:37:53 [2023-03-28T09:37:53.352Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
09:37:53 [2023-03-28T09:37:53.352Z] === RUN   TestCreateWithCustomMaskedPaths
09:37:54 [2023-03-28T09:37:54.734Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s)
09:37:54 [2023-03-28T09:37:54.734Z] === RUN   TestCreateWithCustomReadonlyPaths
09:37:55 [2023-03-28T09:37:55.674Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.22s)
09:37:55 [2023-03-28T09:37:55.674Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:37:55 [2023-03-28T09:37:55.674Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:37:55 [2023-03-28T09:37:55.674Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:37:55 [2023-03-28T09:37:55.674Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:37:55 [2023-03-28T09:37:55.674Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:37:55 [2023-03-28T09:37:55.674Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:37:55 [2023-03-28T09:37:55.674Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:37:55 [2023-03-28T09:37:55.674Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:37:55 [2023-03-28T09:37:55.674Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:37:55 [2023-03-28T09:37:55.674Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:37:55 [2023-03-28T09:37:55.674Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:37:55 [2023-03-28T09:37:55.674Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:37:55 [2023-03-28T09:37:55.674Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:37:55 [2023-03-28T09:37:55.674Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:37:55 [2023-03-28T09:37:55.674Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:37:55 [2023-03-28T09:37:55.674Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:37:55 [2023-03-28T09:37:55.674Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
09:37:55 [2023-03-28T09:37:55.674Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
09:37:55 [2023-03-28T09:37:55.674Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
09:37:55 [2023-03-28T09:37:55.674Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
09:37:55 [2023-03-28T09:37:55.674Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
09:37:55 [2023-03-28T09:37:55.674Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
09:37:55 [2023-03-28T09:37:55.674Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
09:37:56 [2023-03-28T09:37:56.244Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s)
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestCreateDifferentPlatform
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestCreateDifferentPlatform/different_os
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
09:37:56 [2023-03-28T09:37:56.244Z] --- PASS: TestCreateDifferentPlatform (0.01s)
09:37:56 [2023-03-28T09:37:56.244Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
09:37:56 [2023-03-28T09:37:56.244Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestCreateVolumesFromNonExistingContainer
09:37:56 [2023-03-28T09:37:56.244Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
09:37:56 [2023-03-28T09:37:56.244Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestCreateInvalidHostConfig
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
09:37:56 [2023-03-28T09:37:56.244Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
09:37:56 [2023-03-28T09:37:56.244Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:37:56 [2023-03-28T09:37:56.244Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
09:37:56 [2023-03-28T09:37:56.244Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
09:37:56 [2023-03-28T09:37:56.244Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
09:37:56 [2023-03-28T09:37:56.244Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:37:56 [2023-03-28T09:37:56.244Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
09:37:56 [2023-03-28T09:37:56.244Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
09:37:56 [2023-03-28T09:37:56.244Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
09:37:56 [2023-03-28T09:37:56.244Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
09:37:56 [2023-03-28T09:37:56.244Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
09:37:56 [2023-03-28T09:37:56.244Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
09:37:56 [2023-03-28T09:37:56.244Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestContainerStartOnDaemonRestart
09:37:56 [2023-03-28T09:37:56.244Z] === PAUSE TestContainerStartOnDaemonRestart
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestDaemonRestartIpcMode
09:37:56 [2023-03-28T09:37:56.244Z] === PAUSE TestDaemonRestartIpcMode
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestDaemonHostGatewayIP
09:37:56 [2023-03-28T09:37:56.244Z] === PAUSE TestDaemonHostGatewayIP
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestRestartDaemonWithRestartingContainer
09:37:56 [2023-03-28T09:37:56.244Z] === PAUSE TestRestartDaemonWithRestartingContainer
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestContainerKillOnDaemonStart
09:37:56 [2023-03-28T09:37:56.244Z] === PAUSE TestContainerKillOnDaemonStart
09:37:56 [2023-03-28T09:37:56.244Z] === RUN   TestDiff
09:37:56 [2023-03-28T09:37:56.814Z] --- PASS: TestDiff (0.41s)
09:37:56 [2023-03-28T09:37:56.814Z] === RUN   TestExecConsoleSize
09:37:57 [2023-03-28T09:37:57.074Z] --- PASS: TestExecConsoleSize (0.46s)
09:37:57 [2023-03-28T09:37:57.074Z] === RUN   TestExecWithCloseStdin
09:37:57 [2023-03-28T09:37:57.645Z] --- PASS: TestExecWithCloseStdin (0.46s)
09:37:57 [2023-03-28T09:37:57.645Z] === RUN   TestExec
09:37:58 [2023-03-28T09:37:58.215Z] --- PASS: TestExec (0.47s)
09:37:58 [2023-03-28T09:37:58.215Z] === RUN   TestExecUser
09:37:58 [2023-03-28T09:37:58.475Z] --- PASS: TestExecUser (0.46s)
09:37:58 [2023-03-28T09:37:58.475Z] === RUN   TestExportContainerAndImportImage
09:37:59 [2023-03-28T09:37:59.045Z] --- PASS: TestExportContainerAndImportImage (0.56s)
09:37:59 [2023-03-28T09:37:59.045Z] === RUN   TestExportContainerAfterDaemonRestart
09:38:00 [2023-03-28T09:38:00.425Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s)
09:38:00 [2023-03-28T09:38:00.425Z] === RUN   TestHealthCheckWorkdir
09:38:00 [2023-03-28T09:38:00.995Z] --- PASS: TestHealthCheckWorkdir (0.53s)
09:38:00 [2023-03-28T09:38:00.995Z] === RUN   TestHealthKillContainer
09:38:09 [2023-03-28T09:38:09.123Z] --- PASS: TestHealthKillContainer (7.89s)
09:38:09 [2023-03-28T09:38:09.123Z] === RUN   TestHealthCheckProcessKilled
09:38:09 [2023-03-28T09:38:09.382Z] --- PASS: TestHealthCheckProcessKilled (0.66s)
09:38:09 [2023-03-28T09:38:09.382Z] === RUN   TestInspectCpusetInConfigPre120
09:38:09 [2023-03-28T09:38:09.952Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s)
09:38:09 [2023-03-28T09:38:09.952Z] === RUN   TestIpcModeNone
09:38:10 [2023-03-28T09:38:10.212Z] --- PASS: TestIpcModeNone (0.45s)
09:38:10 [2023-03-28T09:38:10.212Z] === RUN   TestIpcModePrivate
09:38:10 [2023-03-28T09:38:10.781Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false
09:38:10 [2023-03-28T09:38:10.781Z] --- PASS: TestIpcModePrivate (0.47s)
09:38:10 [2023-03-28T09:38:10.781Z] === RUN   TestIpcModeShareable
09:38:11 [2023-03-28T09:38:11.041Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true
09:38:11 [2023-03-28T09:38:11.301Z] --- PASS: TestIpcModeShareable (0.45s)
09:38:11 [2023-03-28T09:38:11.301Z] === RUN   TestAPIIpcModeShareableAndContainer
09:38:12 [2023-03-28T09:38:12.683Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.44s)
09:38:12 [2023-03-28T09:38:12.683Z] === RUN   TestAPIIpcModeHost
09:38:12 [2023-03-28T09:38:12.943Z] --- PASS: TestAPIIpcModeHost (0.37s)
09:38:12 [2023-03-28T09:38:12.943Z] === RUN   TestDaemonIpcModeShareable
09:38:14 [2023-03-28T09:38:14.324Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
09:38:14 [2023-03-28T09:38:14.324Z] --- PASS: TestDaemonIpcModeShareable (1.15s)
09:38:14 [2023-03-28T09:38:14.324Z] === RUN   TestDaemonIpcModePrivate
09:38:15 [2023-03-28T09:38:15.264Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
09:38:15 [2023-03-28T09:38:15.264Z] --- PASS: TestDaemonIpcModePrivate (1.15s)
09:38:15 [2023-03-28T09:38:15.264Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:38:16 [2023-03-28T09:38:16.204Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false
09:38:16 [2023-03-28T09:38:16.467Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.13s)
09:38:16 [2023-03-28T09:38:16.467Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:38:17 [2023-03-28T09:38:17.406Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
09:38:17 [2023-03-28T09:38:17.666Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.15s)
09:38:17 [2023-03-28T09:38:17.666Z] === RUN   TestIpcModeOlderClient
09:38:17 [2023-03-28T09:38:17.666Z] === PAUSE TestIpcModeOlderClient
09:38:17 [2023-03-28T09:38:17.666Z] === RUN   TestKillContainerInvalidSignal
09:38:17 [2023-03-28T09:38:17.927Z] --- PASS: TestKillContainerInvalidSignal (0.41s)
09:38:17 [2023-03-28T09:38:17.927Z] === RUN   TestKillContainer
09:38:17 [2023-03-28T09:38:17.927Z] === RUN   TestKillContainer/no_signal
09:38:18 [2023-03-28T09:38:18.496Z] === RUN   TestKillContainer/non_killing_signal
09:38:18 [2023-03-28T09:38:18.756Z] === RUN   TestKillContainer/killing_signal
09:38:19 [2023-03-28T09:38:19.327Z] --- PASS: TestKillContainer (1.31s)
09:38:19 [2023-03-28T09:38:19.327Z]     --- PASS: TestKillContainer/no_signal (0.38s)
09:38:19 [2023-03-28T09:38:19.327Z]     --- PASS: TestKillContainer/non_killing_signal (0.30s)
09:38:19 [2023-03-28T09:38:19.327Z]     --- PASS: TestKillContainer/killing_signal (0.44s)
09:38:19 [2023-03-28T09:38:19.327Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:38:19 [2023-03-28T09:38:19.327Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:38:19 [2023-03-28T09:38:19.586Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:38:20 [2023-03-28T09:38:20.527Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s)
09:38:20 [2023-03-28T09:38:20.527Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s)
09:38:20 [2023-03-28T09:38:20.527Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.71s)
09:38:20 [2023-03-28T09:38:20.527Z] === RUN   TestKillStoppedContainer
09:38:20 [2023-03-28T09:38:20.527Z] --- PASS: TestKillStoppedContainer (0.04s)
09:38:20 [2023-03-28T09:38:20.527Z] === RUN   TestKillStoppedContainerAPIPre120
09:38:20 [2023-03-28T09:38:20.527Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
09:38:20 [2023-03-28T09:38:20.527Z] === RUN   TestKillDifferentUserContainer
09:38:21 [2023-03-28T09:38:21.097Z] --- PASS: TestKillDifferentUserContainer (0.41s)
09:38:21 [2023-03-28T09:38:21.097Z] === RUN   TestInspectOomKilledTrue
09:38:21 [2023-03-28T09:38:21.667Z] --- PASS: TestInspectOomKilledTrue (0.49s)
09:38:21 [2023-03-28T09:38:21.667Z] === RUN   TestInspectOomKilledFalse
09:38:21 [2023-03-28T09:38:21.927Z] --- PASS: TestInspectOomKilledFalse (0.39s)
09:38:21 [2023-03-28T09:38:21.927Z] === RUN   TestLinksEtcHostsContentMatch
09:38:22 [2023-03-28T09:38:22.187Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s)
09:38:22 [2023-03-28T09:38:22.187Z] === RUN   TestLinksContainerNames
09:38:23 [2023-03-28T09:38:23.126Z] --- PASS: TestLinksContainerNames (0.80s)
09:38:23 [2023-03-28T09:38:23.126Z] === RUN   TestLogsFollowTailEmpty
09:38:23 [2023-03-28T09:38:23.386Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
09:38:23 [2023-03-28T09:38:23.386Z] === RUN   TestLogs
09:38:23 [2023-03-28T09:38:23.386Z] === RUN   TestLogs/driver_local
09:38:23 [2023-03-28T09:38:23.386Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
09:38:23 [2023-03-28T09:38:23.386Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
09:38:23 [2023-03-28T09:38:23.386Z] === RUN   TestLogs/driver_local/tty/only_stdout
09:38:23 [2023-03-28T09:38:23.386Z] === PAUSE TestLogs/driver_local/tty/only_stdout
09:38:23 [2023-03-28T09:38:23.386Z] === RUN   TestLogs/driver_local/tty/only_stderr
09:38:23 [2023-03-28T09:38:23.386Z] === PAUSE TestLogs/driver_local/tty/only_stderr
09:38:23 [2023-03-28T09:38:23.386Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
09:38:23 [2023-03-28T09:38:23.386Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
09:38:23 [2023-03-28T09:38:23.386Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
09:38:23 [2023-03-28T09:38:23.386Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
09:38:23 [2023-03-28T09:38:23.386Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
09:38:23 [2023-03-28T09:38:23.386Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
09:38:23 [2023-03-28T09:38:23.386Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
09:38:23 [2023-03-28T09:38:23.386Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
09:38:24 [2023-03-28T09:38:24.332Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
09:38:24 [2023-03-28T09:38:24.332Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
09:38:24 [2023-03-28T09:38:24.592Z] === CONT  TestLogs/driver_local/tty/only_stderr
09:38:24 [2023-03-28T09:38:24.852Z] === CONT  TestLogs/driver_local/tty/only_stdout
09:38:25 [2023-03-28T09:38:25.423Z] === RUN   TestLogs/driver_json-file
09:38:25 [2023-03-28T09:38:25.423Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
09:38:25 [2023-03-28T09:38:25.423Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
09:38:25 [2023-03-28T09:38:25.423Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
09:38:25 [2023-03-28T09:38:25.423Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
09:38:25 [2023-03-28T09:38:25.423Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
09:38:25 [2023-03-28T09:38:25.423Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
09:38:25 [2023-03-28T09:38:25.423Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:38:25 [2023-03-28T09:38:25.423Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:38:25 [2023-03-28T09:38:25.423Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
09:38:25 [2023-03-28T09:38:25.423Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
09:38:25 [2023-03-28T09:38:25.423Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
09:38:25 [2023-03-28T09:38:25.423Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
09:38:25 [2023-03-28T09:38:25.423Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
09:38:25 [2023-03-28T09:38:25.423Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
09:38:25 [2023-03-28T09:38:25.683Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
09:38:25 [2023-03-28T09:38:25.943Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:38:26 [2023-03-28T09:38:26.513Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
09:38:26 [2023-03-28T09:38:26.513Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
09:38:27 [2023-03-28T09:38:27.083Z] --- PASS: TestLogs (3.50s)
09:38:27 [2023-03-28T09:38:27.083Z]     --- PASS: TestLogs/driver_local (0.01s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.68s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.72s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.58s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.58s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.48s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.52s)
09:38:27 [2023-03-28T09:38:27.083Z]     --- PASS: TestLogs/driver_json-file (0.01s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.50s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.65s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.61s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.51s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.50s)
09:38:27 [2023-03-28T09:38:27.083Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.51s)
09:38:27 [2023-03-28T09:38:27.083Z] === RUN   TestContainerNetworkMountsNoChown
09:38:27 [2023-03-28T09:38:27.344Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/default
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/default
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/private
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/private
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rprivate
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rprivate
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/slave
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/slave
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rslave
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rslave
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/shared
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/shared
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rshared
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rshared
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/default
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/default/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/default/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/rslave
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/rshared
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/shared
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/rprivate
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/slave
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/private
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/private/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === RUN   TestMountDaemonRoot/private/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/default/bind_root
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:38:27 [2023-03-28T09:38:27.344Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/default/mount_root
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:38:27 [2023-03-28T09:38:27.605Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:38:27 [2023-03-28T09:38:27.865Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:38:27 [2023-03-28T09:38:27.865Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:38:27 [2023-03-28T09:38:27.865Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:38:27 [2023-03-28T09:38:27.865Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:38:27 [2023-03-28T09:38:27.865Z] === CONT  TestMountDaemonRoot/private/mount_root
09:38:27 [2023-03-28T09:38:27.865Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:38:27 [2023-03-28T09:38:27.865Z] === CONT  TestMountDaemonRoot/private/bind_root
09:38:27 [2023-03-28T09:38:27.865Z] --- PASS: TestMountDaemonRoot (0.02s)
09:38:27 [2023-03-28T09:38:27.865Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
09:38:27 [2023-03-28T09:38:27.865Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
09:38:27 [2023-03-28T09:38:27.865Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
09:38:27 [2023-03-28T09:38:27.865Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
09:38:27 [2023-03-28T09:38:27.865Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
09:38:27 [2023-03-28T09:38:27.865Z] === RUN   TestContainerBindMountNonRecursive
09:38:29 [2023-03-28T09:38:29.247Z] --- PASS: TestContainerBindMountNonRecursive (1.16s)
09:38:29 [2023-03-28T09:38:29.247Z] === RUN   TestContainerVolumesMountedAsShared
09:38:29 [2023-03-28T09:38:29.507Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s)
09:38:29 [2023-03-28T09:38:29.507Z] === RUN   TestContainerVolumesMountedAsSlave
09:38:29 [2023-03-28T09:38:29.768Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s)
09:38:29 [2023-03-28T09:38:29.768Z] === RUN   TestNetworkNat
09:38:30 [2023-03-28T09:38:30.337Z] --- PASS: TestNetworkNat (0.50s)
09:38:30 [2023-03-28T09:38:30.337Z] === RUN   TestNetworkLocalhostTCPNat
09:38:30 [2023-03-28T09:38:30.597Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s)
09:38:30 [2023-03-28T09:38:30.597Z] === RUN   TestNetworkLoopbackNat
09:38:33 [2023-03-28T09:38:33.914Z] --- PASS: TestNetworkLoopbackNat (2.68s)
09:38:33 [2023-03-28T09:38:33.914Z] === RUN   TestPause
09:38:33 [2023-03-28T09:38:33.914Z] --- PASS: TestPause (0.43s)
09:38:33 [2023-03-28T09:38:33.914Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:38:33 [2023-03-28T09:38:33.914Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:38:33 [2023-03-28T09:38:33.914Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:38:33 [2023-03-28T09:38:33.914Z] === RUN   TestPauseStopPausedContainer
09:38:34 [2023-03-28T09:38:34.178Z] --- PASS: TestPauseStopPausedContainer (0.44s)
09:38:34 [2023-03-28T09:38:34.178Z] === RUN   TestPidHost
09:38:35 [2023-03-28T09:38:35.162Z] --- PASS: TestPidHost (0.96s)
09:38:35 [2023-03-28T09:38:35.162Z] === RUN   TestPsFilter
09:38:35 [2023-03-28T09:38:35.162Z] --- PASS: TestPsFilter (0.11s)
09:38:35 [2023-03-28T09:38:35.162Z] === RUN   TestRemoveContainerWithRemovedVolume
09:38:35 [2023-03-28T09:38:35.733Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s)
09:38:35 [2023-03-28T09:38:35.733Z] === RUN   TestRemoveContainerWithVolume
09:38:36 [2023-03-28T09:38:36.303Z] --- PASS: TestRemoveContainerWithVolume (0.45s)
09:38:36 [2023-03-28T09:38:36.303Z] === RUN   TestRemoveContainerRunning
09:38:36 [2023-03-28T09:38:36.563Z] --- PASS: TestRemoveContainerRunning (0.41s)
09:38:36 [2023-03-28T09:38:36.563Z] === RUN   TestRemoveContainerForceRemoveRunning
09:38:37 [2023-03-28T09:38:37.133Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
09:38:37 [2023-03-28T09:38:37.133Z] === RUN   TestRemoveInvalidContainer
09:38:37 [2023-03-28T09:38:37.133Z] --- PASS: TestRemoveInvalidContainer (0.01s)
09:38:37 [2023-03-28T09:38:37.133Z] === RUN   TestRenameLinkedContainer
09:38:39 [2023-03-28T09:38:39.042Z] --- PASS: TestRenameLinkedContainer (1.80s)
09:38:39 [2023-03-28T09:38:39.042Z] === RUN   TestRenameStoppedContainer
09:38:39 [2023-03-28T09:38:39.302Z] --- PASS: TestRenameStoppedContainer (0.39s)
09:38:39 [2023-03-28T09:38:39.302Z] === RUN   TestRenameRunningContainerAndReuse
09:38:39 [2023-03-28T09:38:39.872Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s)
09:38:39 [2023-03-28T09:38:39.872Z] === RUN   TestRenameInvalidName
09:38:40 [2023-03-28T09:38:40.442Z] --- PASS: TestRenameInvalidName (0.43s)
09:38:40 [2023-03-28T09:38:40.442Z] === RUN   TestRenameAnonymousContainer
09:38:41 [2023-03-28T09:38:41.826Z] --- PASS: TestRenameAnonymousContainer (1.52s)
09:38:41 [2023-03-28T09:38:41.826Z] === RUN   TestRenameContainerWithSameName
09:38:42 [2023-03-28T09:38:42.397Z] --- PASS: TestRenameContainerWithSameName (0.43s)
09:38:42 [2023-03-28T09:38:42.397Z] === RUN   TestRenameContainerWithLinkedContainer
09:38:43 [2023-03-28T09:38:43.340Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s)
09:38:43 [2023-03-28T09:38:43.340Z] === RUN   TestResize
09:38:43 [2023-03-28T09:38:43.600Z] --- PASS: TestResize (0.45s)
09:38:43 [2023-03-28T09:38:43.600Z] === RUN   TestResizeWithInvalidSize
09:38:44 [2023-03-28T09:38:44.171Z] --- PASS: TestResizeWithInvalidSize (0.40s)
09:38:44 [2023-03-28T09:38:44.171Z] === RUN   TestResizeWhenContainerNotStarted
09:38:44 [2023-03-28T09:38:44.430Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
09:38:44 [2023-03-28T09:38:44.430Z] === RUN   TestDaemonRestartKillContainers
09:38:44 [2023-03-28T09:38:44.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:38:44 [2023-03-28T09:38:44.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:38:44 [2023-03-28T09:38:44.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:38:44 [2023-03-28T09:38:44.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:38:44 [2023-03-28T09:38:44.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:38:44 [2023-03-28T09:38:44.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:38:44 [2023-03-28T09:38:44.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:38:44 [2023-03-28T09:38:44.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:38:44 [2023-03-28T09:38:44.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:38:44 [2023-03-28T09:38:44.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:38:44 [2023-03-28T09:38:44.430Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:38:44 [2023-03-28T09:38:44.430Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:38:44 [2023-03-28T09:38:44.431Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:38:45 [2023-03-28T09:38:45.812Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:38:46 [2023-03-28T09:38:46.072Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:38:47 [2023-03-28T09:38:47.012Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:38:47 [2023-03-28T09:38:47.273Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:38:48 [2023-03-28T09:38:48.213Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:38:50 [2023-03-28T09:38:50.752Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:38:51 [2023-03-28T09:38:51.693Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:38:54 [2023-03-28T09:38:54.233Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:38:55 [2023-03-28T09:38:55.172Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:38:56 [2023-03-28T09:38:56.111Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:38:57 [2023-03-28T09:38:57.051Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:38:57 [2023-03-28T09:38:57.991Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:38:58 [2023-03-28T09:38:58.931Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:38:59 [2023-03-28T09:38:59.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:39:01 [2023-03-28T09:39:01.410Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.30s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.60s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.30s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.32s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.24s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.73s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.73s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.70s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.76s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.76s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.73s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.69s)
09:39:01 [2023-03-28T09:39:01.410Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.68s)
09:39:01 [2023-03-28T09:39:01.410Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
09:39:01 [2023-03-28T09:39:01.410Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
09:39:02 [2023-03-28T09:39:02.349Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
09:39:02 [2023-03-28T09:39:02.920Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.80s)
09:39:02 [2023-03-28T09:39:02.920Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.91s)
09:39:02 [2023-03-28T09:39:02.920Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.88s)
09:39:02 [2023-03-28T09:39:02.920Z] === RUN   TestCgroupNamespacesRun
09:39:04 [2023-03-28T09:39:04.300Z] --- PASS: TestCgroupNamespacesRun (1.16s)
09:39:04 [2023-03-28T09:39:04.300Z] === RUN   TestCgroupNamespacesRunPrivileged
09:39:05 [2023-03-28T09:39:05.240Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s)
09:39:05 [2023-03-28T09:39:05.240Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:39:06 [2023-03-28T09:39:06.620Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.10s)
09:39:06 [2023-03-28T09:39:06.620Z] === RUN   TestCgroupNamespacesRunHostMode
09:39:07 [2023-03-28T09:39:07.560Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s)
09:39:07 [2023-03-28T09:39:07.560Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:39:08 [2023-03-28T09:39:08.940Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s)
09:39:08 [2023-03-28T09:39:08.940Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:39:09 [2023-03-28T09:39:09.880Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s)
09:39:09 [2023-03-28T09:39:09.880Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:39:10 [2023-03-28T09:39:10.449Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
09:39:10 [2023-03-28T09:39:10.449Z] === RUN   TestCgroupNamespacesRunOlderClient
09:39:11 [2023-03-28T09:39:11.830Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.12s)
09:39:11 [2023-03-28T09:39:11.830Z] === RUN   TestNISDomainname
09:39:12 [2023-03-28T09:39:12.090Z] --- PASS: TestNISDomainname (0.47s)
09:39:12 [2023-03-28T09:39:12.090Z] === RUN   TestHostnameDnsResolution
09:39:12 [2023-03-28T09:39:12.659Z] --- PASS: TestHostnameDnsResolution (0.64s)
09:39:12 [2023-03-28T09:39:12.659Z] === RUN   TestUnprivilegedPortsAndPing
09:39:13 [2023-03-28T09:39:13.229Z] --- PASS: TestUnprivilegedPortsAndPing (0.51s)
09:39:13 [2023-03-28T09:39:13.229Z] === RUN   TestPrivilegedHostDevices
09:39:13 [2023-03-28T09:39:13.798Z] --- PASS: TestPrivilegedHostDevices (0.48s)
09:39:13 [2023-03-28T09:39:13.798Z] === RUN   TestRunConsoleSize
09:39:14 [2023-03-28T09:39:14.058Z] --- PASS: TestRunConsoleSize (0.42s)
09:39:14 [2023-03-28T09:39:14.058Z] === RUN   TestRunWithAlternativeContainerdShim
09:39:15 [2023-03-28T09:39:15.967Z] --- PASS: TestRunWithAlternativeContainerdShim (1.99s)
09:39:15 [2023-03-28T09:39:15.967Z] === RUN   TestStats
09:39:18 [2023-03-28T09:39:18.578Z] --- PASS: TestStats (2.44s)
09:39:18 [2023-03-28T09:39:18.578Z] === RUN   TestStopContainerWithTimeout
09:39:18 [2023-03-28T09:39:18.578Z] === RUN   TestStopContainerWithTimeout/0
09:39:18 [2023-03-28T09:39:18.578Z] === PAUSE TestStopContainerWithTimeout/0
09:39:18 [2023-03-28T09:39:18.578Z] === RUN   TestStopContainerWithTimeout/1
09:39:18 [2023-03-28T09:39:18.578Z] === PAUSE TestStopContainerWithTimeout/1
09:39:18 [2023-03-28T09:39:18.578Z] === RUN   TestStopContainerWithTimeout/3
09:39:18 [2023-03-28T09:39:18.578Z] === PAUSE TestStopContainerWithTimeout/3
09:39:18 [2023-03-28T09:39:18.578Z] === RUN   TestStopContainerWithTimeout/-1
09:39:18 [2023-03-28T09:39:18.578Z] === PAUSE TestStopContainerWithTimeout/-1
09:39:18 [2023-03-28T09:39:18.578Z] === CONT  TestStopContainerWithTimeout/0
09:39:18 [2023-03-28T09:39:18.578Z] === CONT  TestStopContainerWithTimeout/-1
09:39:19 [2023-03-28T09:39:19.520Z] === CONT  TestStopContainerWithTimeout/3
09:39:21 [2023-03-28T09:39:21.428Z] === CONT  TestStopContainerWithTimeout/1
09:39:22 [2023-03-28T09:39:22.808Z] --- PASS: TestStopContainerWithTimeout (0.01s)
09:39:22 [2023-03-28T09:39:22.808Z]     --- PASS: TestStopContainerWithTimeout/0 (0.75s)
09:39:22 [2023-03-28T09:39:22.808Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.62s)
09:39:22 [2023-03-28T09:39:22.808Z]     --- PASS: TestStopContainerWithTimeout/3 (2.39s)
09:39:22 [2023-03-28T09:39:22.808Z]     --- PASS: TestStopContainerWithTimeout/1 (1.42s)
09:39:22 [2023-03-28T09:39:22.808Z] === RUN   TestDeleteDevicemapper
09:39:22 [2023-03-28T09:39:22.808Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:39:22 [2023-03-28T09:39:22.808Z] --- SKIP: TestDeleteDevicemapper (0.00s)
09:39:22 [2023-03-28T09:39:22.808Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:39:24 [2023-03-28T09:39:24.720Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.08s)
09:39:24 [2023-03-28T09:39:24.720Z] === RUN   TestUpdateMemory
09:39:25 [2023-03-28T09:39:25.289Z] --- PASS: TestUpdateMemory (0.53s)
09:39:25 [2023-03-28T09:39:25.289Z] === RUN   TestUpdateCPUQuota
09:39:25 [2023-03-28T09:39:25.859Z] --- PASS: TestUpdateCPUQuota (0.68s)
09:39:25 [2023-03-28T09:39:25.859Z] === RUN   TestUpdatePidsLimit
09:39:25 [2023-03-28T09:39:25.859Z] === RUN   TestUpdatePidsLimit/update_from_none
09:39:26 [2023-03-28T09:39:26.119Z] === RUN   TestUpdatePidsLimit/no_change
09:39:26 [2023-03-28T09:39:26.381Z] === RUN   TestUpdatePidsLimit/update_lower
09:39:26 [2023-03-28T09:39:26.381Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
09:39:26 [2023-03-28T09:39:26.641Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
09:39:26 [2023-03-28T09:39:26.901Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
09:39:26 [2023-03-28T09:39:26.901Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
09:39:27 [2023-03-28T09:39:27.842Z] --- PASS: TestUpdatePidsLimit (1.72s)
09:39:27 [2023-03-28T09:39:27.842Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.17s)
09:39:27 [2023-03-28T09:39:27.842Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
09:39:27 [2023-03-28T09:39:27.842Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.18s)
09:39:27 [2023-03-28T09:39:27.842Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s)
09:39:27 [2023-03-28T09:39:27.842Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s)
09:39:27 [2023-03-28T09:39:27.842Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.16s)
09:39:27 [2023-03-28T09:39:27.842Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s)
09:39:27 [2023-03-28T09:39:27.842Z] === RUN   TestUpdateRestartPolicy
09:39:40 [2023-03-28T09:39:40.059Z] --- PASS: TestUpdateRestartPolicy (10.86s)
09:39:40 [2023-03-28T09:39:40.059Z] === RUN   TestUpdateRestartWithAutoRemove
09:39:40 [2023-03-28T09:39:40.059Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s)
09:39:40 [2023-03-28T09:39:40.059Z] === RUN   TestWaitNonBlocked
09:39:40 [2023-03-28T09:39:40.059Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:39:40 [2023-03-28T09:39:40.059Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:39:40 [2023-03-28T09:39:40.059Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:39:40 [2023-03-28T09:39:40.059Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:39:40 [2023-03-28T09:39:40.059Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:39:40 [2023-03-28T09:39:40.059Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:39:40 [2023-03-28T09:39:40.060Z] --- PASS: TestWaitNonBlocked (0.01s)
09:39:40 [2023-03-28T09:39:40.060Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.57s)
09:39:40 [2023-03-28T09:39:40.060Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.64s)
09:39:40 [2023-03-28T09:39:40.060Z] === RUN   TestWaitBlocked
09:39:40 [2023-03-28T09:39:40.060Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:39:40 [2023-03-28T09:39:40.060Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:39:40 [2023-03-28T09:39:40.060Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:39:40 [2023-03-28T09:39:40.060Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:39:40 [2023-03-28T09:39:40.060Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:39:40 [2023-03-28T09:39:40.060Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:39:40 [2023-03-28T09:39:40.320Z] --- PASS: TestWaitBlocked (0.01s)
09:39:40 [2023-03-28T09:39:40.320Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.65s)
09:39:40 [2023-03-28T09:39:40.320Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s)
09:39:40 [2023-03-28T09:39:40.320Z] === RUN   TestWaitConditions
09:39:40 [2023-03-28T09:39:40.320Z] === RUN   TestWaitConditions/default
09:39:40 [2023-03-28T09:39:40.320Z] === PAUSE TestWaitConditions/default
09:39:40 [2023-03-28T09:39:40.320Z] === RUN   TestWaitConditions/not-running
09:39:40 [2023-03-28T09:39:40.320Z] === PAUSE TestWaitConditions/not-running
09:39:40 [2023-03-28T09:39:40.320Z] === RUN   TestWaitConditions/next-exit
09:39:40 [2023-03-28T09:39:40.320Z] === PAUSE TestWaitConditions/next-exit
09:39:40 [2023-03-28T09:39:40.320Z] === RUN   TestWaitConditions/removed
09:39:40 [2023-03-28T09:39:40.320Z] === PAUSE TestWaitConditions/removed
09:39:40 [2023-03-28T09:39:40.320Z] === CONT  TestWaitConditions/default
09:39:40 [2023-03-28T09:39:40.320Z] === CONT  TestWaitConditions/removed
09:39:42 [2023-03-28T09:39:42.228Z] === CONT  TestWaitConditions/next-exit
09:39:42 [2023-03-28T09:39:42.228Z] === CONT  TestWaitConditions/not-running
09:39:43 [2023-03-28T09:39:43.609Z] --- PASS: TestWaitConditions (0.01s)
09:39:43 [2023-03-28T09:39:43.609Z]     --- PASS: TestWaitConditions/default (1.58s)
09:39:43 [2023-03-28T09:39:43.609Z]     --- PASS: TestWaitConditions/removed (1.71s)
09:39:43 [2023-03-28T09:39:43.609Z]     --- PASS: TestWaitConditions/next-exit (1.60s)
09:39:43 [2023-03-28T09:39:43.609Z]     --- PASS: TestWaitConditions/not-running (1.55s)
09:39:43 [2023-03-28T09:39:43.609Z] === RUN   TestWaitRestartedContainer
09:39:43 [2023-03-28T09:39:43.609Z] === RUN   TestWaitRestartedContainer/default
09:39:43 [2023-03-28T09:39:43.609Z] === PAUSE TestWaitRestartedContainer/default
09:39:43 [2023-03-28T09:39:43.609Z] === RUN   TestWaitRestartedContainer/not-running
09:39:43 [2023-03-28T09:39:43.609Z] === PAUSE TestWaitRestartedContainer/not-running
09:39:43 [2023-03-28T09:39:43.609Z] === RUN   TestWaitRestartedContainer/next-exit
09:39:43 [2023-03-28T09:39:43.609Z] === PAUSE TestWaitRestartedContainer/next-exit
09:39:43 [2023-03-28T09:39:43.609Z] === CONT  TestWaitRestartedContainer/default
09:39:43 [2023-03-28T09:39:43.609Z] === CONT  TestWaitRestartedContainer/next-exit
09:39:44 [2023-03-28T09:39:44.990Z] === CONT  TestWaitRestartedContainer/not-running
09:39:45 [2023-03-28T09:39:45.929Z] --- PASS: TestWaitRestartedContainer (0.01s)
09:39:45 [2023-03-28T09:39:45.929Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.21s)
09:39:45 [2023-03-28T09:39:45.929Z]     --- PASS: TestWaitRestartedContainer/default (1.39s)
09:39:45 [2023-03-28T09:39:45.929Z]     --- PASS: TestWaitRestartedContainer/not-running (0.99s)
09:39:45 [2023-03-28T09:39:45.929Z] === CONT  TestContainerStartOnDaemonRestart
09:39:45 [2023-03-28T09:39:45.929Z] === CONT  TestRestartDaemonWithRestartingContainer
09:39:47 [2023-03-28T09:39:47.839Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.10s)
09:39:47 [2023-03-28T09:39:47.839Z] === CONT  TestDaemonHostGatewayIP
09:39:47 [2023-03-28T09:39:47.839Z] --- PASS: TestContainerStartOnDaemonRestart (2.12s)
09:39:47 [2023-03-28T09:39:47.839Z] === CONT  TestDaemonRestartIpcMode
09:39:50 [2023-03-28T09:39:50.382Z] --- PASS: TestDaemonHostGatewayIP (2.56s)
09:39:50 [2023-03-28T09:39:50.382Z] === CONT  TestIpcModeOlderClient
09:39:50 [2023-03-28T09:39:50.382Z] --- PASS: TestDaemonRestartIpcMode (2.57s)
09:39:50 [2023-03-28T09:39:50.382Z] === CONT  TestContainerKillOnDaemonStart
09:39:50 [2023-03-28T09:39:50.382Z] --- PASS: TestIpcModeOlderClient (0.10s)
09:40:02 [2023-03-28T09:40:02.601Z] --- PASS: TestContainerKillOnDaemonStart (11.49s)
09:40:02 [2023-03-28T09:40:02.601Z] PASS
09:40:02 [2023-03-28T09:40:02.601Z] 
09:40:02 [2023-03-28T09:40:02.601Z] === Skipped
09:40:02 [2023-03-28T09:40:02.601Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
09:40:02 [2023-03-28T09:40:02.601Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:40:02 [2023-03-28T09:40:02.601Z] 
09:40:02 [2023-03-28T09:40:02.601Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
09:40:02 [2023-03-28T09:40:02.601Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:40:02 [2023-03-28T09:40:02.601Z] 
09:40:02 [2023-03-28T09:40:02.601Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
09:40:02 [2023-03-28T09:40:02.601Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:40:02 [2023-03-28T09:40:02.601Z] 
09:40:02 [2023-03-28T09:40:02.601Z] DONE 273 tests, 3 skipped in 130.943s
09:40:02 [2023-03-28T09:40:02.601Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
09:40:02 [2023-03-28T09:40:02.602Z] ++ 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
09:40:02 [2023-03-28T09:40:02.602Z] ++ set -e
09:40:02 [2023-03-28T09:40:02.602Z] ++ '[' -n 0 ']'
09:40:02 [2023-03-28T09:40:02.602Z] ++ set -x
09:40:02 [2023-03-28T09:40:02.602Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:40:02 [2023-03-28T09:40:02.602Z] INFO: Testing against a local daemon
09:40:02 [2023-03-28T09:40:02.602Z] === RUN   TestConfigDaemonID
09:40:03 [2023-03-28T09:40:03.171Z]     daemon_test.go:67: [dec637bf371af] daemon is not started
09:40:03 [2023-03-28T09:40:03.171Z] --- PASS: TestConfigDaemonID (1.04s)
09:40:03 [2023-03-28T09:40:03.171Z] === RUN   TestDaemonConfigValidation
09:40:03 [2023-03-28T09:40:03.171Z] === RUN   TestDaemonConfigValidation/config_with_no_content
09:40:03 [2023-03-28T09:40:03.171Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
09:40:03 [2023-03-28T09:40:03.171Z] === RUN   TestDaemonConfigValidation/config_with_{}
09:40:03 [2023-03-28T09:40:03.171Z] === PAUSE TestDaemonConfigValidation/config_with_{}
09:40:03 [2023-03-28T09:40:03.171Z] === RUN   TestDaemonConfigValidation/invalid_config
09:40:03 [2023-03-28T09:40:03.171Z] === PAUSE TestDaemonConfigValidation/invalid_config
09:40:03 [2023-03-28T09:40:03.171Z] === RUN   TestDaemonConfigValidation/malformed_config
09:40:03 [2023-03-28T09:40:03.171Z] === PAUSE TestDaemonConfigValidation/malformed_config
09:40:03 [2023-03-28T09:40:03.171Z] === RUN   TestDaemonConfigValidation/valid_config
09:40:03 [2023-03-28T09:40:03.171Z] === PAUSE TestDaemonConfigValidation/valid_config
09:40:03 [2023-03-28T09:40:03.171Z] === CONT  TestDaemonConfigValidation/config_with_no_content
09:40:03 [2023-03-28T09:40:03.171Z] === CONT  TestDaemonConfigValidation/malformed_config
09:40:03 [2023-03-28T09:40:03.171Z] === CONT  TestDaemonConfigValidation/valid_config
09:40:03 [2023-03-28T09:40:03.171Z] === CONT  TestDaemonConfigValidation/invalid_config
09:40:03 [2023-03-28T09:40:03.171Z] === CONT  TestDaemonConfigValidation/config_with_{}
09:40:03 [2023-03-28T09:40:03.431Z] --- PASS: TestDaemonConfigValidation (0.00s)
09:40:03 [2023-03-28T09:40:03.431Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
09:40:03 [2023-03-28T09:40:03.431Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
09:40:03 [2023-03-28T09:40:03.431Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
09:40:03 [2023-03-28T09:40:03.431Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
09:40:03 [2023-03-28T09:40:03.431Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
09:40:03 [2023-03-28T09:40:03.431Z] === RUN   TestConfigDaemonSeccompProfiles
09:40:03 [2023-03-28T09:40:03.431Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
09:40:04 [2023-03-28T09:40:04.371Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
09:40:05 [2023-03-28T09:40:05.310Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
09:40:06 [2023-03-28T09:40:06.690Z] === CONT  TestConfigDaemonSeccompProfiles
09:40:06 [2023-03-28T09:40:06.690Z]     daemon_test.go:181: [de1c78df0603c] daemon is not started
09:40:06 [2023-03-28T09:40:06.690Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
09:40:06 [2023-03-28T09:40:06.690Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
09:40:06 [2023-03-28T09:40:06.690Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
09:40:06 [2023-03-28T09:40:06.690Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
09:40:06 [2023-03-28T09:40:06.690Z] === RUN   TestDaemonProxy
09:40:06 [2023-03-28T09:40:06.690Z] === RUN   TestDaemonProxy/environment_variables
09:40:08 [2023-03-28T09:40:08.071Z] === RUN   TestDaemonProxy/command-line_options
09:40:09 [2023-03-28T09:40:09.979Z] === RUN   TestDaemonProxy/configuration_file
09:40:11 [2023-03-28T09:40:11.886Z] === RUN   TestDaemonProxy/conflicting_options
09:40:12 [2023-03-28T09:40:12.146Z] === RUN   TestDaemonProxy/reload_sanitized
09:40:12 [2023-03-28T09:40:12.716Z] --- PASS: TestDaemonProxy (6.23s)
09:40:12 [2023-03-28T09:40:12.716Z]     --- PASS: TestDaemonProxy/environment_variables (1.73s)
09:40:12 [2023-03-28T09:40:12.716Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
09:40:12 [2023-03-28T09:40:12.716Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
09:40:12 [2023-03-28T09:40:12.716Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
09:40:12 [2023-03-28T09:40:12.716Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
09:40:12 [2023-03-28T09:40:12.716Z] === RUN   TestLiveRestore
09:40:12 [2023-03-28T09:40:12.716Z] === RUN   TestLiveRestore/volume_references
09:40:12 [2023-03-28T09:40:12.716Z] === PAUSE TestLiveRestore/volume_references
09:40:12 [2023-03-28T09:40:12.716Z] === CONT  TestLiveRestore/volume_references
09:40:13 [2023-03-28T09:40:13.286Z] === RUN   TestLiveRestore/volume_references/restartPolicy
09:40:13 [2023-03-28T09:40:13.286Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
09:40:14 [2023-03-28T09:40:14.226Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
09:40:15 [2023-03-28T09:40:15.165Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
09:40:16 [2023-03-28T09:40:16.105Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
09:40:17 [2023-03-28T09:40:17.044Z] --- PASS: TestLiveRestore (0.00s)
09:40:17 [2023-03-28T09:40:17.044Z]     --- PASS: TestLiveRestore/volume_references (4.35s)
09:40:17 [2023-03-28T09:40:17.044Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.68s)
09:40:17 [2023-03-28T09:40:17.044Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.95s)
09:40:17 [2023-03-28T09:40:17.044Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.89s)
09:40:17 [2023-03-28T09:40:17.044Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.91s)
09:40:17 [2023-03-28T09:40:17.044Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.93s)
09:40:17 [2023-03-28T09:40:17.044Z] PASS
09:40:17 [2023-03-28T09:40:17.044Z] 
09:40:17 [2023-03-28T09:40:17.044Z] DONE 24 tests in 15.099s
09:40:17 [2023-03-28T09:40:17.044Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
09:40:17 [2023-03-28T09:40:17.044Z] ++ 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
09:40:17 [2023-03-28T09:40:17.044Z] ++ set -e
09:40:17 [2023-03-28T09:40:17.044Z] ++ '[' -n 0 ']'
09:40:17 [2023-03-28T09:40:17.044Z] ++ set -x
09:40:17 [2023-03-28T09:40:17.044Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:40:17 [2023-03-28T09:40:17.304Z] INFO: Testing against a local daemon
09:40:17 [2023-03-28T09:40:17.304Z] === RUN   TestCommitInheritsEnv
09:40:17 [2023-03-28T09:40:17.564Z] --- PASS: TestCommitInheritsEnv (0.24s)
09:40:17 [2023-03-28T09:40:17.564Z] === RUN   TestImportExtremelyLargeImageWorks
09:40:17 [2023-03-28T09:40:17.564Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
09:40:17 [2023-03-28T09:40:17.564Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
09:40:17 [2023-03-28T09:40:17.564Z] === RUN   TestImportWithCustomPlatform
09:40:17 [2023-03-28T09:40:17.564Z] === RUN   TestImportWithCustomPlatform/#00
09:40:17 [2023-03-28T09:40:17.564Z] === RUN   TestImportWithCustomPlatform/_______
09:40:17 [2023-03-28T09:40:17.564Z] === RUN   TestImportWithCustomPlatform//
09:40:17 [2023-03-28T09:40:17.564Z] === RUN   TestImportWithCustomPlatform/linux
09:40:17 [2023-03-28T09:40:17.564Z] === RUN   TestImportWithCustomPlatform/LINUX
09:40:17 [2023-03-28T09:40:17.564Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
09:40:17 [2023-03-28T09:40:17.823Z] === RUN   TestImportWithCustomPlatform/macos
09:40:17 [2023-03-28T09:40:17.823Z] === RUN   TestImportWithCustomPlatform/macos/arm64
09:40:17 [2023-03-28T09:40:17.823Z] === RUN   TestImportWithCustomPlatform/nintendo64
09:40:17 [2023-03-28T09:40:17.823Z] --- PASS: TestImportWithCustomPlatform (0.31s)
09:40:17 [2023-03-28T09:40:17.823Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
09:40:17 [2023-03-28T09:40:17.823Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
09:40:17 [2023-03-28T09:40:17.823Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
09:40:17 [2023-03-28T09:40:17.823Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
09:40:17 [2023-03-28T09:40:17.823Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.06s)
09:40:17 [2023-03-28T09:40:17.823Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
09:40:17 [2023-03-28T09:40:17.823Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
09:40:17 [2023-03-28T09:40:17.823Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
09:40:17 [2023-03-28T09:40:17.823Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
09:40:17 [2023-03-28T09:40:17.823Z] === RUN   TestImagesFilterMultiReference
09:40:17 [2023-03-28T09:40:17.823Z] --- PASS: TestImagesFilterMultiReference (0.05s)
09:40:17 [2023-03-28T09:40:17.823Z] === RUN   TestImagePullPlatformInvalid
09:40:17 [2023-03-28T09:40:17.823Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
09:40:17 [2023-03-28T09:40:17.824Z] === RUN   TestImagePullStoredfDigestForOtherRepo
09:40:17 [2023-03-28T09:40:17.824Z] time="2023-03-28T09:40:17Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.19.7 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:17 [2023-03-28T09:40:17.824Z] time="2023-03-28T09:40:17Z" level=info msg="redis not configured" go.version=go1.19.7 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:17 [2023-03-28T09:40:17.824Z] time="2023-03-28T09:40:17Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.7 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:17 [2023-03-28T09:40:17.824Z] time="2023-03-28T09:40:17Z" level=info msg="Starting upload purge in 45m0s" go.version=go1.19.7 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.086Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=700197a8-71fd-41f5-b5e4-1c2cb49377a0 http.request.method=GET http.request.remoteaddr="127.0.0.1:39032" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=700197a8-71fd-41f5-b5e4-1c2cb49377a0 http.request.method=GET http.request.remoteaddr="127.0.0.1:39032" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.200686ms http.response.status=200 http.response.written=2 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=5c6b4781-ba66-4a1a-8a96-241e0ec62896 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg=GetBlob go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=5c6b4781-ba66-4a1a-8a96-241e0ec62896 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=acf362d4-01d7-4de9-b142-1e89a05c7887 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg=GetBlob go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=acf362d4-01d7-4de9-b142-1e89a05c7887 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=5c6b4781-ba66-4a1a-8a96-241e0ec62896 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=33.378µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=8295a584-6987-46e0-acff-20ca152579dd trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=acf362d4-01d7-4de9-b142-1e89a05c7887 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=40.09µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=eced68ea-4482-4bc0-8e9b-872b2a78bcc9 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=acf362d4-01d7-4de9-b142-1e89a05c7887 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.714314ms http.response.status=404 http.response.written=157 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.19+unknown"
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=27e0840e-366a-4b27-8ced-9a95dc06007d http.request.method=POST http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=27e0840e-366a-4b27-8ced-9a95dc06007d http.request.method=POST http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/b2e1e468-6269-43ca-95e2-7c564114a18f/startedat\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=27e0840e-366a-4b27-8ced-9a95dc06007d http.request.method=POST http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=351.661µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=68d1f8b5-82bf-4239-94fc-264131ba61d6 trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b2e1e468-6269-43ca-95e2-7c564114a18f/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=27e0840e-366a-4b27-8ced-9a95dc06007d http.request.method=POST http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=24.041µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=91012a19-ab20-4d1c-8286-862d124bdd25 trace.line=141 vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=5c6b4781-ba66-4a1a-8a96-241e0ec62896 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=7.03061ms http.response.status=404 http.response.written=157 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.19+unknown"
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=e2bec800-0cb0-4a90-b92b-c86eb364889d http.request.method=POST http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/b2e1e468-6269-43ca-95e2-7c564114a18f/hashstates/sha256/0\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=27e0840e-366a-4b27-8ced-9a95dc06007d http.request.method=POST http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=68.094µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=431df8cc-68f1-4dbf-8c4a-ed9d9f6113ec trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=27e0840e-366a-4b27-8ced-9a95dc06007d http.request.method=POST http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=4.827799ms http.response.status=202 http.response.written=0 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.19+unknown"
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=e2bec800-0cb0-4a90-b92b-c86eb364889d http.request.method=POST http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/374d7743-5af6-4c84-9590-e7a52fb2d828/startedat\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=e2bec800-0cb0-4a90-b92b-c86eb364889d http.request.method=POST http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=95.687µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=704d5ad3-0645-4065-a72c-83c86a5bc045 trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/374d7743-5af6-4c84-9590-e7a52fb2d828/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=e2bec800-0cb0-4a90-b92b-c86eb364889d http.request.method=POST http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=13.809µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=394fedf6-237b-4c60-91dc-d85798d5b7ed trace.line=141 vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/b2e1e468-6269-43ca-95e2-7c564114a18f/startedat\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=44.488µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=e14d6fd8-20a0-4142-b61a-a4f84d5e0660 trace.line=82 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b2e1e468-6269-43ca-95e2-7c564114a18f/data\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=16.361µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=34772f70-b634-48ef-8258-d45c84a32cd2 trace.line=141 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/374d7743-5af6-4c84-9590-e7a52fb2d828/hashstates/sha256/0\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=e2bec800-0cb0-4a90-b92b-c86eb364889d http.request.method=POST http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=135.244µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d914a2ed-6756-4289-93b8-be0403033d11 trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=e2bec800-0cb0-4a90-b92b-c86eb364889d http.request.method=POST http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=5.477303ms http.response.status=202 http.response.written=0 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.19+unknown"
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/b2e1e468-6269-43ca-95e2-7c564114a18f/data\", 0)" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=1.642209ms trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=ff563806-3555-486b-8681-0d62db60ab3a trace.line=124 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b2e1e468-6269-43ca-95e2-7c564114a18f/data\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=18.059µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ece4e183-3e33-498a-aabd-628b4dc8cc33 trace.line=141 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.087Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=16.017µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=03a27d50-0fde-474d-b691-f0eaa3f88989 trace.line=141 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/b2e1e468-6269-43ca-95e2-7c564114a18f/data\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=31.598µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=be0b7c5f-2075-4380-b8f3-908ff1d9233f trace.line=141 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/b2e1e468-6269-43ca-95e2-7c564114a18f/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=149.209µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=b0c20ce1-49f2-4cbd-b80b-12b78ce2abce trace.line=167 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=156.093µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=46fcde48-df70-4181-a690-151f2ad04241 trace.line=95 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/b2e1e468-6269-43ca-95e2-7c564114a18f\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=324.239µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=e7715079-1f00-4a7c-b8b1-ab0ec3900792 trace.line=181 vars.name=test vars.uuid=b2e1e468-6269-43ca-95e2-7c564114a18f version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=cc30e6da-1c87-48ab-a489-e702f66dc594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39048" http.request.uri="/v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=9.333663ms http.response.status=201 http.response.written=0 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "PUT /v2/test/blobs/uploads/b2e1e468-6269-43ca-95e2-7c564114a18f?_state=2Kb7nUUSsnCm2gEBY22VbFK7LHt8JjaQSwydozqvfaB7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImIyZTFlNDY4LTYyNjktNDNjYS05NWUyLTdjNTY0MTE0YTE4ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NDgyMzk4NDNaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.19+unknown"
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/374d7743-5af6-4c84-9590-e7a52fb2d828/startedat\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=29.637µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7f90819e-f0e2-43fb-84af-d2c085a85144 trace.line=82 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/374d7743-5af6-4c84-9590-e7a52fb2d828/data\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=92.045µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=11cf3833-7b87-4335-ab3c-c8460bf59dab trace.line=141 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/374d7743-5af6-4c84-9590-e7a52fb2d828/data\", 0)" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=51.881µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=9d84caca-7af8-48e4-8be0-f29684aea32d trace.line=124 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/374d7743-5af6-4c84-9590-e7a52fb2d828/data\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=35.38µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=df09cdf9-9d41-44a8-b8b7-27a1f22e77d2 trace.line=141 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=14.458µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=140aa76f-c868-4908-af43-0ec3f40f719c trace.line=141 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/374d7743-5af6-4c84-9590-e7a52fb2d828/data\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=14.9µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=974c5353-b3c6-44d4-a093-0e8ac8eb4a34 trace.line=141 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/374d7743-5af6-4c84-9590-e7a52fb2d828/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=135.309µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=69a05281-2cfd-4c65-9611-286c2b6e977d trace.line=167 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=143.351µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=bec81ba6-be91-4f25-a730-892b2837d822 trace.line=95 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/374d7743-5af6-4c84-9590-e7a52fb2d828\")" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=237.052µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=1cc8bbf3-7635-42c1-b444-92b5fab31898 trace.line=181 vars.name=test vars.uuid=374d7743-5af6-4c84-9590-e7a52fb2d828 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=db10c93c-9761-4e9b-97dc-4572d06f5d1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=4.909225ms http.response.status=201 http.response.written=0 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "PUT /v2/test/blobs/uploads/374d7743-5af6-4c84-9590-e7a52fb2d828?_state=QfajD9HM-dss0rMtIWsSuK0Txdfjx14Tp02rUmnpgqR7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjM3NGQ3NzQzLTVhZjYtNGM4NC05NTkwLWU3YTUyZmIyZDgyOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wMy0yOFQwOTo0MDoxNy44NTI2NTA2ODVaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.19+unknown"
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=087b6934-d0ae-405c-b76a-d0c35b9917d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg=GetImageManifest go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=087b6934-d0ae-405c-b76a-d0c35b9917d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=087b6934-d0ae-405c-b76a-d0c35b9917d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=18.962µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=96de190a-9405-41f7-b31e-8433770282cb trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] time="2023-03-28T09:40:17Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=087b6934-d0ae-405c-b76a-d0c35b9917d1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="935.049µs" http.response.status=404 http.response.written=96 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.088Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.19+unknown"
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg=PutImageManifest go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=163.896µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=a0330a80-88a8-4877-9bc8-9b53e494860e trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=15.023µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3c4393f5-8434-466c-89bd-d6256f466b4b trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=33.936µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4ef522c8-403c-4659-a722-7f683f12fab8 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=12.997µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5daa7403-2aac-4967-9b59-979dcb717bb8 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=15.384µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b78e8ca4-0e91-4aa1-ba9a-c7ff86a224dc trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=93.39µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=67b42a47-45cd-42e1-a6ac-4247b5633e62 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=185.532µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d504f669-6c44-4cb4-b800-4d11d59207e0 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=30.745µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=7b5c0f0c-2e87-4793-b5f8-0bd99b3df69c trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=288.703µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=44091e54-635b-4d8d-82b3-55634642d498 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=48.706µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=3b191c70-f656-493e-9704-46c4e4e53b0a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=707dd817-952b-47ea-a955-e9dad067af75 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39044" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.19+unknown" http.response.duration=3.421025ms http.response.status=201 http.response.written=0 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.19+unknown"
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=b45f4382-e735-4d91-b8d6-77a36216cb2a http.request.method=GET http.request.remoteaddr="127.0.0.1:39070" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=b45f4382-e735-4d91-b8d6-77a36216cb2a http.request.method=GET http.request.remoteaddr="127.0.0.1:39070" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.087974ms http.response.status=200 http.response.written=2 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=3ca61bac-9866-4355-8800-4ca20fa5f4ef http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39086" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg=GetImageManifest go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=3ca61bac-9866-4355-8800-4ca20fa5f4ef http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39086" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=3ca61bac-9866-4355-8800-4ca20fa5f4ef http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39086" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=155.994µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=347b3692-9817-4d19-b5a1-302a98b2ffea trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=3ca61bac-9866-4355-8800-4ca20fa5f4ef http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39086" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=3ca61bac-9866-4355-8800-4ca20fa5f4ef http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39086" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=115.945µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4772bea5-7e4f-4e04-81c7-9bec7f2b221b trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=3ca61bac-9866-4355-8800-4ca20fa5f4ef http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39086" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=15.942µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=37d81e81-b9b4-4442-b84b-8ea44728f8c0 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=3ca61bac-9866-4355-8800-4ca20fa5f4ef http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39086" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=79.696µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b5bd68d3-5181-4fbd-a87e-7f363367703f trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=3ca61bac-9866-4355-8800-4ca20fa5f4ef http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39086" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=3ca61bac-9866-4355-8800-4ca20fa5f4ef http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39086" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.463405ms http.response.status=200 http.response.written=417 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.089Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:40:18 [2023-03-28T09:40:18.089Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=7565769e-98b7-4c6e-b8b7-3a543f004fe9 http.request.method=GET http.request.remoteaddr="127.0.0.1:39088" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg=GetImageManifest go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=7565769e-98b7-4c6e-b8b7-3a543f004fe9 http.request.method=GET http.request.remoteaddr="127.0.0.1:39088" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=7565769e-98b7-4c6e-b8b7-3a543f004fe9 http.request.method=GET http.request.remoteaddr="127.0.0.1:39088" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=7565769e-98b7-4c6e-b8b7-3a543f004fe9 http.request.method=GET http.request.remoteaddr="127.0.0.1:39088" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=170.878µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=0e672002-36ef-412d-abbd-dc51d5e87704 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=7565769e-98b7-4c6e-b8b7-3a543f004fe9 http.request.method=GET http.request.remoteaddr="127.0.0.1:39088" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=18.601µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=084fe40a-c982-4e67-be68-6ae006d2bce5 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=7565769e-98b7-4c6e-b8b7-3a543f004fe9 http.request.method=GET http.request.remoteaddr="127.0.0.1:39088" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=44.037µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3fc036f3-d924-4fe3-a2df-2e307830dd5f trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=7565769e-98b7-4c6e-b8b7-3a543f004fe9 http.request.method=GET http.request.remoteaddr="127.0.0.1:39088" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=7565769e-98b7-4c6e-b8b7-3a543f004fe9 http.request.method=GET http.request.remoteaddr="127.0.0.1:39088" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.409456ms http.response.status=200 http.response.written=417 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg=GetBlob go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=30.695µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b82957f8-8a86-4856-9486-867e258ebd62 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=16.623µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=fc59ae9b-5ffe-4c6b-9ffb-0020d4781c7e trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=14.941µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=1e878490-0bc1-4b47-a3d5-039a26c43681 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=8.344µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5a7a04f0-fe7c-4c38-b0e5-62bdd0a31276 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=8.164µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=cd9b3288-d376-461b-99f3-3a775ce7ea4b trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=5.341µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=1e900351-cedd-4118-86a4-5ac8a84ff69c trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=13.588µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=62ce8147-957d-425f-a1b8-fdf015c2f3ae trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=30.875µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ba18aca5-e394-4be6-8ee3-de04609cb3c8 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=13.595µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=cd9ce471-2430-4ebb-9d5d-c00451cb45f4 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=6b411ac5-b273-4cc5-9149-6a483c5f13b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:39096" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=4.729715ms http.response.status=200 http.response.written=179 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg=GetBlob go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=83.683µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4db7296c-fe23-4b95-8a77-857723f1e119 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=25.674µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=4f75caa8-5107-4d1c-ab47-842ad4b70e45 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.090Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=22.786µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3daeb901-1906-457f-adb7-eb76165cd526 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=15.196µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=40d1ca24-0330-4b9f-a181-6daef811d551 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=16.041µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5416cdc3-98ed-4544-b365-62a0f6a13e70 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=8.156µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=0c2789fa-e087-494e-8e9c-41f70a2f5176 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=19.782µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=d721f654-b355-42f2-90ee-753f1c2fd439 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=33.428µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=fb9e3273-262f-4b3c-95b9-83da3aec0087 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=18.83µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=211535a8-87cb-4b6d-8d38-4cac5a345cab trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=78e25476-b0f9-48de-a35e-97c6db2ba2f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:39100" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=10.860937ms http.response.status=200 http.response.written=68 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=b5cfb503-2910-462a-ad5c-d26ce0f3cf33 http.request.method=GET http.request.remoteaddr="127.0.0.1:39118" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=info msg="response completed" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=b5cfb503-2910-462a-ad5c-d26ce0f3cf33 http.request.method=GET http.request.remoteaddr="127.0.0.1:39118" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="808.174µs" http.response.status=200 http.response.written=2 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=75a732c8-730b-4048-9f67-5548eaa7f4e2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39130" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg=GetImageManifest go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=75a732c8-730b-4048-9f67-5548eaa7f4e2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39130" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=75a732c8-730b-4048-9f67-5548eaa7f4e2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39130" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=75a732c8-730b-4048-9f67-5548eaa7f4e2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39130" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=27.34µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=87d979f7-3513-4eef-aa95-4218f2489f1e trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=75a732c8-730b-4048-9f67-5548eaa7f4e2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39130" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=11.003µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=9aeb7dcf-a271-4d09-8c77-b3b5b59bc93c trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=75a732c8-730b-4048-9f67-5548eaa7f4e2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39130" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.60861ms http.response.status=404 http.response.written=181 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="authorizing request" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=de9a1e39-86b7-4395-99bb-83c0bd20625e http.request.method=GET http.request.remoteaddr="127.0.0.1:39140" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg=GetImageManifest go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=de9a1e39-86b7-4395-99bb-83c0bd20625e http.request.method=GET http.request.remoteaddr="127.0.0.1:39140" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=de9a1e39-86b7-4395-99bb-83c0bd20625e http.request.method=GET http.request.remoteaddr="127.0.0.1:39140" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=de9a1e39-86b7-4395-99bb-83c0bd20625e http.request.method=GET http.request.remoteaddr="127.0.0.1:39140" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=21.678µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=26ed9d93-63be-4c18-9596-b5a054228cdc trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=de9a1e39-86b7-4395-99bb-83c0bd20625e http.request.method=GET http.request.remoteaddr="127.0.0.1:39140" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 trace.duration=10.618µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=fbb9c27c-4533-45f1-9789-aa45ae18b42d trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] time="2023-03-28T09:40:17Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" err.message="manifest unknown" go.version=go1.19.7 http.request.host="127.0.0.1:5000" http.request.id=de9a1e39-86b7-4395-99bb-83c0bd20625e http.request.method=GET http.request.remoteaddr="127.0.0.1:39140" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="919.599µs" http.response.status=404 http.response.written=181 instance.id=2b2cde3d-f728-4e37-87c8-4c2dec1464c0 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:40:18 [2023-03-28T09:40:18.091Z] 127.0.0.1 - - [28/Mar/2023:09:40:17 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.7 git-commit/f3946c14fef1991cfbb86b2a480136707328b08b kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:40:18 [2023-03-28T09:40:18.091Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.28s)
09:40:18 [2023-03-28T09:40:18.091Z] === RUN   TestRemoveImageOrphaning
09:40:18 [2023-03-28T09:40:18.352Z] --- PASS: TestRemoveImageOrphaning (0.23s)
09:40:18 [2023-03-28T09:40:18.352Z] === RUN   TestRemoveImageGarbageCollector
09:40:18 [2023-03-28T09:40:18.352Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:18 [2023-03-28T09:40:18.352Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
09:40:18 [2023-03-28T09:40:18.352Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:40:18 [2023-03-28T09:40:18.352Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
09:40:18 [2023-03-28T09:40:18.352Z] === RUN   TestTagInvalidReference
09:40:18 [2023-03-28T09:40:18.352Z] --- PASS: TestTagInvalidReference (0.01s)
09:40:18 [2023-03-28T09:40:18.352Z] === RUN   TestTagValidPrefixedRepo
09:40:18 [2023-03-28T09:40:18.352Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
09:40:18 [2023-03-28T09:40:18.352Z] === RUN   TestTagExistedNameWithoutForce
09:40:18 [2023-03-28T09:40:18.352Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
09:40:18 [2023-03-28T09:40:18.352Z] === RUN   TestTagOfficialNames
09:40:18 [2023-03-28T09:40:18.611Z] --- PASS: TestTagOfficialNames (0.05s)
09:40:18 [2023-03-28T09:40:18.611Z] === RUN   TestTagMatchesDigest
09:40:18 [2023-03-28T09:40:18.611Z] --- PASS: TestTagMatchesDigest (0.01s)
09:40:18 [2023-03-28T09:40:18.611Z] PASS
09:40:18 [2023-03-28T09:40:18.611Z] 
09:40:18 [2023-03-28T09:40:18.611Z] === Skipped
09:40:18 [2023-03-28T09:40:18.611Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
09:40:18 [2023-03-28T09:40:18.611Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
09:40:18 [2023-03-28T09:40:18.611Z] 
09:40:18 [2023-03-28T09:40:18.611Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
09:40:18 [2023-03-28T09:40:18.611Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:40:18 [2023-03-28T09:40:18.611Z] 
09:40:18 [2023-03-28T09:40:18.611Z] DONE 23 tests, 2 skipped in 1.486s
09:40:18 [2023-03-28T09:40:18.611Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
09:40:18 [2023-03-28T09:40:18.611Z] ++ 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
09:40:18 [2023-03-28T09:40:18.611Z] ++ set -e
09:40:18 [2023-03-28T09:40:18.611Z] ++ '[' -n 0 ']'
09:40:18 [2023-03-28T09:40:18.611Z] ++ set -x
09:40:18 [2023-03-28T09:40:18.611Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:40:18 [2023-03-28T09:40:18.611Z] === RUN   TestStripANSICommands
09:40:18 [2023-03-28T09:40:18.611Z] === RUN   TestStripANSICommands/#00
09:40:18 [2023-03-28T09:40:18.611Z] === RUN   TestStripANSICommands/#01
09:40:18 [2023-03-28T09:40:18.611Z] --- PASS: TestStripANSICommands (0.00s)
09:40:18 [2023-03-28T09:40:18.611Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
09:40:18 [2023-03-28T09:40:18.611Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
09:40:18 [2023-03-28T09:40:18.611Z] PASS
09:40:18 [2023-03-28T09:40:18.611Z] 
09:40:18 [2023-03-28T09:40:18.611Z] DONE 3 tests in 0.043s
09:40:18 [2023-03-28T09:40:18.611Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
09:40:18 [2023-03-28T09:40:18.611Z] ++ 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
09:40:18 [2023-03-28T09:40:18.611Z] ++ set -e
09:40:18 [2023-03-28T09:40:18.611Z] ++ '[' -n 0 ']'
09:40:18 [2023-03-28T09:40:18.611Z] ++ set -x
09:40:18 [2023-03-28T09:40:18.611Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:40:18 [2023-03-28T09:40:18.611Z] INFO: Testing against a local daemon
09:40:18 [2023-03-28T09:40:18.611Z] === RUN   TestNetworkCreateDelete
09:40:18 [2023-03-28T09:40:18.871Z] --- PASS: TestNetworkCreateDelete (0.13s)
09:40:18 [2023-03-28T09:40:18.871Z] === RUN   TestDockerNetworkDeletePreferID
09:40:19 [2023-03-28T09:40:19.131Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
09:40:19 [2023-03-28T09:40:19.131Z] === RUN   TestDaemonDNSFallback
09:40:25 [2023-03-28T09:40:25.755Z] --- PASS: TestDaemonDNSFallback (6.30s)
09:40:25 [2023-03-28T09:40:25.755Z] === RUN   TestInspectNetwork
09:40:28 [2023-03-28T09:40:28.296Z] === RUN   TestInspectNetwork/full_network_id
09:40:28 [2023-03-28T09:40:28.296Z] === RUN   TestInspectNetwork/partial_network_id
09:40:28 [2023-03-28T09:40:28.296Z] === RUN   TestInspectNetwork/network_name
09:40:28 [2023-03-28T09:40:28.296Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
09:40:32 [2023-03-28T09:40:32.493Z] --- PASS: TestInspectNetwork (6.96s)
09:40:32 [2023-03-28T09:40:32.493Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
09:40:32 [2023-03-28T09:40:32.493Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
09:40:32 [2023-03-28T09:40:32.493Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
09:40:32 [2023-03-28T09:40:32.493Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
09:40:32 [2023-03-28T09:40:32.493Z] === RUN   TestRunContainerWithBridgeNone
09:40:33 [2023-03-28T09:40:33.874Z] --- PASS: TestRunContainerWithBridgeNone (1.46s)
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/create
09:40:33 [2023-03-28T09:40:33.874Z] === PAUSE TestNetworkInvalidJSON/networks/create
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
09:40:33 [2023-03-28T09:40:33.874Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
09:40:33 [2023-03-28T09:40:33.874Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
09:40:33 [2023-03-28T09:40:33.874Z] === CONT  TestNetworkInvalidJSON/networks/create
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
09:40:33 [2023-03-28T09:40:33.874Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
09:40:33 [2023-03-28T09:40:33.874Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
09:40:33 [2023-03-28T09:40:33.874Z] --- PASS: TestNetworkInvalidJSON (0.01s)
09:40:33 [2023-03-28T09:40:33.874Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkList
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkList//networks
09:40:33 [2023-03-28T09:40:33.874Z] === PAUSE TestNetworkList//networks
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestNetworkList//networks/
09:40:33 [2023-03-28T09:40:33.874Z] === PAUSE TestNetworkList//networks/
09:40:33 [2023-03-28T09:40:33.874Z] === CONT  TestNetworkList//networks
09:40:33 [2023-03-28T09:40:33.874Z] === CONT  TestNetworkList//networks/
09:40:33 [2023-03-28T09:40:33.874Z] --- PASS: TestNetworkList (0.01s)
09:40:33 [2023-03-28T09:40:33.874Z]     --- PASS: TestNetworkList//networks (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z]     --- PASS: TestNetworkList//networks/ (0.00s)
09:40:33 [2023-03-28T09:40:33.874Z] === RUN   TestHostIPv4BridgeLabel
09:40:34 [2023-03-28T09:40:34.444Z] --- PASS: TestHostIPv4BridgeLabel (0.57s)
09:40:34 [2023-03-28T09:40:34.444Z] === RUN   TestDaemonRestartWithLiveRestore
09:40:35 [2023-03-28T09:40:35.826Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
09:40:35 [2023-03-28T09:40:35.826Z] === RUN   TestDaemonDefaultNetworkPools
09:40:36 [2023-03-28T09:40:36.395Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
09:40:36 [2023-03-28T09:40:36.395Z] === RUN   TestDaemonRestartWithExistingNetwork
09:40:37 [2023-03-28T09:40:37.335Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
09:40:37 [2023-03-28T09:40:37.335Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:40:38 [2023-03-28T09:40:38.715Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
09:40:38 [2023-03-28T09:40:38.715Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
09:40:39 [2023-03-28T09:40:39.285Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
09:40:39 [2023-03-28T09:40:39.285Z] === RUN   TestServiceWithPredefinedNetwork
09:40:41 [2023-03-28T09:40:41.825Z] --- PASS: TestServiceWithPredefinedNetwork (2.33s)
09:40:41 [2023-03-28T09:40:41.825Z] === RUN   TestServiceRemoveKeepsIngressNetwork
09:40:41 [2023-03-28T09:40:41.825Z]     service_test.go:242: FLAKY_TEST
09:40:41 [2023-03-28T09:40:41.825Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
09:40:41 [2023-03-28T09:40:41.825Z] === RUN   TestServiceWithDataPathPortInit
09:40:56 [2023-03-28T09:40:56.720Z] --- PASS: TestServiceWithDataPathPortInit (13.78s)
09:40:56 [2023-03-28T09:40:56.720Z] === RUN   TestServiceWithDefaultAddressPoolInit
09:40:58 [2023-03-28T09:40:58.102Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:z4a8bkdccpww5i9otiyn1lgm1 Created:2023-03-28 09:40:56.695519791 +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[6a77bbde95812902166bbdd5d48b42c5d022109864161cf51923e6691226e044:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gdg3g3bcb0vqmsnuta3xr3yn3 EndpointID:e6d138b69ab62139ca82f74f8dc1c6f354fdddf1101d847cb648f79622b0ff43 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8002e3ab9d6546df69adc482cac8607deb8ba34810e4ea42a3495a05e50d772d 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:2520605f3f67 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gdg3g3bcb0vqmsnuta3xr3yn3 EndpointID:e6d138b69ab62139ca82f74f8dc1c6f354fdddf1101d847cb648f79622b0ff43 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
09:41:02 [2023-03-28T09:41:02.300Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s)
09:41:02 [2023-03-28T09:41:02.300Z] PASS
09:41:02 [2023-03-28T09:41:02.300Z] 
09:41:02 [2023-03-28T09:41:02.300Z] === Skipped
09:41:02 [2023-03-28T09:41:02.300Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
09:41:02 [2023-03-28T09:41:02.300Z]     service_test.go:242: FLAKY_TEST
09:41:02 [2023-03-28T09:41:02.300Z] 
09:41:02 [2023-03-28T09:41:02.300Z] DONE 38 tests, 1 skipped in 43.577s
09:41:02 [2023-03-28T09:41:02.300Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
09:41:02 [2023-03-28T09:41:02.300Z] ++ 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
09:41:02 [2023-03-28T09:41:02.300Z] ++ set -e
09:41:02 [2023-03-28T09:41:02.300Z] ++ '[' -n 0 ']'
09:41:02 [2023-03-28T09:41:02.300Z] ++ set -x
09:41:02 [2023-03-28T09:41:02.300Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:41:02 [2023-03-28T09:41:02.300Z] INFO: Testing against a local daemon
09:41:02 [2023-03-28T09:41:02.300Z] === RUN   TestDockerNetworkIpvlanPersistance
09:41:02 [2023-03-28T09:41:02.300Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:41:02 [2023-03-28T09:41:02.300Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
09:41:02 [2023-03-28T09:41:02.300Z] === RUN   TestDockerNetworkIpvlan
09:41:02 [2023-03-28T09:41:02.300Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:41:02 [2023-03-28T09:41:02.300Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
09:41:02 [2023-03-28T09:41:02.300Z] PASS
09:41:02 [2023-03-28T09:41:02.300Z] 
09:41:02 [2023-03-28T09:41:02.300Z] === Skipped
09:41:02 [2023-03-28T09:41:02.300Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
09:41:02 [2023-03-28T09:41:02.300Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:41:02 [2023-03-28T09:41:02.300Z] 
09:41:02 [2023-03-28T09:41:02.300Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
09:41:02 [2023-03-28T09:41:02.300Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:41:02 [2023-03-28T09:41:02.300Z] 
09:41:02 [2023-03-28T09:41:02.300Z] DONE 2 tests, 2 skipped in 0.088s
09:41:02 [2023-03-28T09:41:02.300Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
09:41:02 [2023-03-28T09:41:02.300Z] ++ 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
09:41:02 [2023-03-28T09:41:02.300Z] ++ set -e
09:41:02 [2023-03-28T09:41:02.300Z] ++ '[' -n 0 ']'
09:41:02 [2023-03-28T09:41:02.300Z] ++ set -x
09:41:02 [2023-03-28T09:41:02.300Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:41:02 [2023-03-28T09:41:02.300Z] INFO: Testing against a local daemon
09:41:02 [2023-03-28T09:41:02.300Z] === RUN   TestDockerNetworkMacvlanPersistance
09:41:03 [2023-03-28T09:41:03.682Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.34s)
09:41:03 [2023-03-28T09:41:03.682Z] === RUN   TestDockerNetworkMacvlan
09:41:04 [2023-03-28T09:41:04.620Z] === RUN   TestDockerNetworkMacvlan/Subinterface
09:41:05 [2023-03-28T09:41:05.190Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
09:41:06 [2023-03-28T09:41:06.130Z] === RUN   TestDockerNetworkMacvlan/NilParent
09:41:08 [2023-03-28T09:41:08.040Z] === RUN   TestDockerNetworkMacvlan/InternalMode
09:41:09 [2023-03-28T09:41:09.421Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
09:41:12 [2023-03-28T09:41:12.716Z] === RUN   TestDockerNetworkMacvlan/Addressing
09:41:13 [2023-03-28T09:41:13.286Z] --- PASS: TestDockerNetworkMacvlan (9.51s)
09:41:13 [2023-03-28T09:41:13.286Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
09:41:13 [2023-03-28T09:41:13.286Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
09:41:13 [2023-03-28T09:41:13.286Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s)
09:41:13 [2023-03-28T09:41:13.286Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.77s)
09:41:13 [2023-03-28T09:41:13.286Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.03s)
09:41:13 [2023-03-28T09:41:13.286Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.51s)
09:41:13 [2023-03-28T09:41:13.286Z] PASS
09:41:13 [2023-03-28T09:41:13.286Z] 
09:41:13 [2023-03-28T09:41:13.286Z] DONE 8 tests in 10.931s
09:41:13 [2023-03-28T09:41:13.286Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
09:41:13 [2023-03-28T09:41:13.286Z] ++ 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
09:41:13 [2023-03-28T09:41:13.286Z] ++ set -e
09:41:13 [2023-03-28T09:41:13.286Z] ++ '[' -n 0 ']'
09:41:13 [2023-03-28T09:41:13.286Z] ++ set -x
09:41:13 [2023-03-28T09:41:13.286Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:41:13 [2023-03-28T09:41:13.286Z] testing: warning: no tests to run
09:41:13 [2023-03-28T09:41:13.286Z] PASS
09:41:13 [2023-03-28T09:41:13.286Z] 
09:41:13 [2023-03-28T09:41:13.286Z] DONE 0 tests in 0.023s
09:41:13 [2023-03-28T09:41:13.286Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
09:41:13 [2023-03-28T09:41:13.286Z] ++ 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
09:41:13 [2023-03-28T09:41:13.286Z] ++ set -e
09:41:13 [2023-03-28T09:41:13.286Z] ++ '[' -n 0 ']'
09:41:13 [2023-03-28T09:41:13.286Z] ++ set -x
09:41:13 [2023-03-28T09:41:13.286Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:41:13 [2023-03-28T09:41:13.286Z] INFO: Testing against a local daemon
09:41:13 [2023-03-28T09:41:13.286Z] === RUN   TestAuthZPluginAllowRequest
09:41:14 [2023-03-28T09:41:14.667Z] --- PASS: TestAuthZPluginAllowRequest (1.13s)
09:41:14 [2023-03-28T09:41:14.667Z] === RUN   TestAuthZPluginTLS
09:41:15 [2023-03-28T09:41:15.237Z] --- PASS: TestAuthZPluginTLS (0.56s)
09:41:15 [2023-03-28T09:41:15.237Z] === RUN   TestAuthZPluginDenyRequest
09:41:15 [2023-03-28T09:41:15.497Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
09:41:15 [2023-03-28T09:41:15.497Z] === RUN   TestAuthZPluginAPIDenyResponse
09:41:16 [2023-03-28T09:41:16.066Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
09:41:16 [2023-03-28T09:41:16.066Z] === RUN   TestAuthZPluginDenyResponse
09:41:16 [2023-03-28T09:41:16.637Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
09:41:16 [2023-03-28T09:41:16.637Z] === RUN   TestAuthZPluginAllowEventStream
09:41:18 [2023-03-28T09:41:18.018Z] --- PASS: TestAuthZPluginAllowEventStream (1.09s)
09:41:18 [2023-03-28T09:41:18.018Z] === RUN   TestAuthZPluginErrorResponse
09:41:18 [2023-03-28T09:41:18.278Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
09:41:18 [2023-03-28T09:41:18.278Z] === RUN   TestAuthZPluginErrorRequest
09:41:18 [2023-03-28T09:41:18.848Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
09:41:18 [2023-03-28T09:41:18.848Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:41:19 [2023-03-28T09:41:19.418Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
09:41:19 [2023-03-28T09:41:19.418Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
09:41:20 [2023-03-28T09:41:20.800Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s)
09:41:20 [2023-03-28T09:41:20.800Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
09:41:22 [2023-03-28T09:41:22.181Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.52s)
09:41:22 [2023-03-28T09:41:22.181Z] === RUN   TestAuthZPluginHeader
09:41:23 [2023-03-28T09:41:23.120Z] --- PASS: TestAuthZPluginHeader (0.70s)
09:41:23 [2023-03-28T09:41:23.120Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
09:41:23 [2023-03-28T09:41:23.120Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:23 [2023-03-28T09:41:23.120Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:41:23 [2023-03-28T09:41:23.120Z] === RUN   TestAuthZPluginV2Disable
09:41:23 [2023-03-28T09:41:23.120Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:23 [2023-03-28T09:41:23.120Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
09:41:23 [2023-03-28T09:41:23.120Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
09:41:23 [2023-03-28T09:41:23.120Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:23 [2023-03-28T09:41:23.120Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:41:23 [2023-03-28T09:41:23.120Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
09:41:23 [2023-03-28T09:41:23.120Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:23 [2023-03-28T09:41:23.120Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:41:23 [2023-03-28T09:41:23.120Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
09:41:41 [2023-03-28T09:41:41.397Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
09:41:41 [2023-03-28T09:41:41.397Z] PASS
09:41:41 [2023-03-28T09:41:41.397Z] 
09:41:41 [2023-03-28T09:41:41.397Z] === Skipped
09:41:41 [2023-03-28T09:41:41.397Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:41:41 [2023-03-28T09:41:41.397Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:41 [2023-03-28T09:41:41.397Z] 
09:41:41 [2023-03-28T09:41:41.397Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
09:41:41 [2023-03-28T09:41:41.397Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:41 [2023-03-28T09:41:41.397Z] 
09:41:41 [2023-03-28T09:41:41.397Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:41:41 [2023-03-28T09:41:41.397Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:41 [2023-03-28T09:41:41.397Z] 
09:41:41 [2023-03-28T09:41:41.397Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:41:41 [2023-03-28T09:41:41.397Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:41 [2023-03-28T09:41:41.397Z] 
09:41:41 [2023-03-28T09:41:41.397Z] DONE 17 tests, 4 skipped in 26.558s
09:41:41 [2023-03-28T09:41:41.397Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
09:41:41 [2023-03-28T09:41:41.397Z] ++ 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
09:41:41 [2023-03-28T09:41:41.397Z] ++ set -e
09:41:41 [2023-03-28T09:41:41.397Z] ++ '[' -n 0 ']'
09:41:41 [2023-03-28T09:41:41.397Z] ++ set -x
09:41:41 [2023-03-28T09:41:41.397Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:41:41 [2023-03-28T09:41:41.397Z] INFO: Testing against a local daemon
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
09:41:41 [2023-03-28T09:41:41.397Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
09:41:41 [2023-03-28T09:41:41.397Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON/plugins/pull
09:41:41 [2023-03-28T09:41:41.397Z] === PAUSE TestPluginInvalidJSON/plugins/pull
09:41:41 [2023-03-28T09:41:41.397Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
09:41:41 [2023-03-28T09:41:41.397Z] === CONT  TestPluginInvalidJSON/plugins/pull
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
09:41:41 [2023-03-28T09:41:41.397Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
09:41:41 [2023-03-28T09:41:41.397Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
09:41:41 [2023-03-28T09:41:41.398Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
09:41:41 [2023-03-28T09:41:41.398Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
09:41:41 [2023-03-28T09:41:41.398Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
09:41:41 [2023-03-28T09:41:41.398Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
09:41:41 [2023-03-28T09:41:41.398Z] --- PASS: TestPluginInvalidJSON (0.02s)
09:41:41 [2023-03-28T09:41:41.398Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
09:41:41 [2023-03-28T09:41:41.398Z] === RUN   TestPluginInstall
09:41:41 [2023-03-28T09:41:41.398Z] === RUN   TestPluginInstall/no_auth
09:41:43 [2023-03-28T09:41:43.938Z] time="2023-03-28T09:41:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:41:43 [2023-03-28T09:41:43.938Z] time="2023-03-28T09:41:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:46c60218a434c3c442652fc3bb0f7cab458492480a409492dcd5452c18791890" mediatype=application/vnd.docker.plugin.v1+json size=522
09:41:43 [2023-03-28T09:41:43.938Z] time="2023-03-28T09:41:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:41:43 [2023-03-28T09:41:43.938Z] time="2023-03-28T09:41:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:46c60218a434c3c442652fc3bb0f7cab458492480a409492dcd5452c18791890" mediatype=application/vnd.docker.plugin.v1+json size=522
09:41:43 [2023-03-28T09:41:43.938Z] === RUN   TestPluginInstall/with_htpasswd
09:41:44 [2023-03-28T09:41:44.198Z] time="2023-03-28T09:41:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:41:44 [2023-03-28T09:41:44.198Z] time="2023-03-28T09:41:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:46c60218a434c3c442652fc3bb0f7cab458492480a409492dcd5452c18791890" mediatype=application/vnd.docker.plugin.v1+json size=522
09:41:44 [2023-03-28T09:41:44.198Z] time="2023-03-28T09:41:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:41:44 [2023-03-28T09:41:44.198Z] time="2023-03-28T09:41:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:46c60218a434c3c442652fc3bb0f7cab458492480a409492dcd5452c18791890" mediatype=application/vnd.docker.plugin.v1+json size=522
09:41:44 [2023-03-28T09:41:44.768Z] === RUN   TestPluginInstall/with_insecure
09:41:45 [2023-03-28T09:41:45.707Z] time="2023-03-28T09:41:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:41:45 [2023-03-28T09:41:45.707Z] time="2023-03-28T09:41:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fc633650d3aee4cf438a690776745b73f235df65a3a653abcfbf406db2041633" mediatype=application/vnd.docker.plugin.v1+json size=522
09:41:45 [2023-03-28T09:41:45.707Z] time="2023-03-28T09:41:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:41:45 [2023-03-28T09:41:45.707Z] time="2023-03-28T09:41:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fc633650d3aee4cf438a690776745b73f235df65a3a653abcfbf406db2041633" mediatype=application/vnd.docker.plugin.v1+json size=522
09:41:45 [2023-03-28T09:41:45.707Z]     plugin_test.go:195: [d8517708bc40d] daemon is not started
09:41:45 [2023-03-28T09:41:45.707Z] --- PASS: TestPluginInstall (5.72s)
09:41:45 [2023-03-28T09:41:45.707Z]     --- PASS: TestPluginInstall/no_auth (3.97s)
09:41:45 [2023-03-28T09:41:45.707Z]     --- PASS: TestPluginInstall/with_htpasswd (0.72s)
09:41:45 [2023-03-28T09:41:45.707Z]     --- PASS: TestPluginInstall/with_insecure (1.03s)
09:41:45 [2023-03-28T09:41:45.707Z] === RUN   TestPluginsWithRuntimes
09:41:47 [2023-03-28T09:41:47.089Z] === RUN   TestPluginsWithRuntimes/No_Args
09:41:48 [2023-03-28T09:41:48.029Z] === RUN   TestPluginsWithRuntimes/With_Args
09:41:48 [2023-03-28T09:41:48.969Z] --- PASS: TestPluginsWithRuntimes (3.25s)
09:41:48 [2023-03-28T09:41:48.969Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.86s)
09:41:48 [2023-03-28T09:41:48.969Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.87s)
09:41:48 [2023-03-28T09:41:48.969Z] === RUN   TestPluginBackCompatMediaTypes
09:41:49 [2023-03-28T09:41:49.540Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s)
09:41:49 [2023-03-28T09:41:49.540Z] PASS
09:41:49 [2023-03-28T09:41:49.540Z] 
09:41:49 [2023-03-28T09:41:49.540Z] DONE 24 tests in 9.661s
09:41:49 [2023-03-28T09:41:49.540Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
09:41:49 [2023-03-28T09:41:49.540Z] ++ 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
09:41:49 [2023-03-28T09:41:49.540Z] ++ set -e
09:41:49 [2023-03-28T09:41:49.540Z] ++ '[' -n 0 ']'
09:41:49 [2023-03-28T09:41:49.540Z] ++ set -x
09:41:49 [2023-03-28T09:41:49.540Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:41:49 [2023-03-28T09:41:49.540Z] INFO: Testing against a local daemon
09:41:49 [2023-03-28T09:41:49.540Z] === RUN   TestExternalGraphDriver
09:41:50 [2023-03-28T09:41:50.109Z] === RUN   TestExternalGraphDriver/json
09:41:51 [2023-03-28T09:41:51.490Z] === RUN   TestExternalGraphDriver/spec
09:41:53 [2023-03-28T09:41:53.399Z] === RUN   TestExternalGraphDriver/pull
09:41:54 [2023-03-28T09:41:54.780Z] --- PASS: TestExternalGraphDriver (5.04s)
09:41:54 [2023-03-28T09:41:54.780Z]     --- PASS: TestExternalGraphDriver/json (1.56s)
09:41:54 [2023-03-28T09:41:54.780Z]     --- PASS: TestExternalGraphDriver/spec (1.56s)
09:41:54 [2023-03-28T09:41:54.780Z]     --- PASS: TestExternalGraphDriver/pull (1.58s)
09:41:54 [2023-03-28T09:41:54.780Z] === RUN   TestGraphdriverPluginV2
09:41:55 [2023-03-28T09:41:55.039Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:55 [2023-03-28T09:41:55.040Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
09:41:55 [2023-03-28T09:41:55.040Z] PASS
09:41:55 [2023-03-28T09:41:55.040Z] 
09:41:55 [2023-03-28T09:41:55.040Z] === Skipped
09:41:55 [2023-03-28T09:41:55.040Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
09:41:55 [2023-03-28T09:41:55.040Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:41:55 [2023-03-28T09:41:55.040Z] 
09:41:55 [2023-03-28T09:41:55.040Z] DONE 5 tests, 1 skipped in 5.446s
09:41:55 [2023-03-28T09:41:55.040Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
09:41:55 [2023-03-28T09:41:55.040Z] ++ 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
09:41:55 [2023-03-28T09:41:55.040Z] ++ set -e
09:41:55 [2023-03-28T09:41:55.040Z] ++ '[' -n 0 ']'
09:41:55 [2023-03-28T09:41:55.040Z] ++ set -x
09:41:55 [2023-03-28T09:41:55.040Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:41:55 [2023-03-28T09:41:55.040Z] INFO: Testing against a local daemon
09:41:55 [2023-03-28T09:41:55.040Z] === RUN   TestContinueAfterPluginCrash
09:41:55 [2023-03-28T09:41:55.040Z] === PAUSE TestContinueAfterPluginCrash
09:41:55 [2023-03-28T09:41:55.040Z] === RUN   TestReadPluginNoRead
09:41:55 [2023-03-28T09:41:55.040Z] === PAUSE TestReadPluginNoRead
09:41:55 [2023-03-28T09:41:55.040Z] === RUN   TestDaemonStartWithLogOpt
09:41:55 [2023-03-28T09:41:55.040Z] === PAUSE TestDaemonStartWithLogOpt
09:41:55 [2023-03-28T09:41:55.040Z] === CONT  TestContinueAfterPluginCrash
09:41:55 [2023-03-28T09:41:55.040Z] === CONT  TestDaemonStartWithLogOpt
09:41:58 [2023-03-28T09:41:58.334Z] === CONT  TestReadPluginNoRead
09:41:58 [2023-03-28T09:41:58.334Z] --- PASS: TestDaemonStartWithLogOpt (2.99s)
09:42:00 [2023-03-28T09:42:00.243Z] === RUN   TestReadPluginNoRead/default
09:42:01 [2023-03-28T09:42:01.624Z] === RUN   TestReadPluginNoRead/disabled_caching
09:42:02 [2023-03-28T09:42:02.563Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
09:42:03 [2023-03-28T09:42:03.132Z] --- PASS: TestContinueAfterPluginCrash (7.96s)
09:42:03 [2023-03-28T09:42:03.702Z] === CONT  TestReadPluginNoRead
09:42:03 [2023-03-28T09:42:03.702Z]     read_test.go:91: [d9e5bc35f7254] daemon is not started
09:42:03 [2023-03-28T09:42:03.702Z] --- PASS: TestReadPluginNoRead (5.72s)
09:42:03 [2023-03-28T09:42:03.702Z]     --- PASS: TestReadPluginNoRead/default (1.20s)
09:42:03 [2023-03-28T09:42:03.702Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.15s)
09:42:03 [2023-03-28T09:42:03.702Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.13s)
09:42:03 [2023-03-28T09:42:03.702Z] PASS
09:42:03 [2023-03-28T09:42:03.702Z] 
09:42:03 [2023-03-28T09:42:03.702Z] DONE 6 tests in 8.803s
09:42:03 [2023-03-28T09:42:03.702Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
09:42:03 [2023-03-28T09:42:03.702Z] ++ 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
09:42:03 [2023-03-28T09:42:03.702Z] ++ set -e
09:42:03 [2023-03-28T09:42:03.702Z] ++ '[' -n 0 ']'
09:42:03 [2023-03-28T09:42:03.702Z] ++ set -x
09:42:03 [2023-03-28T09:42:03.702Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:42:03 [2023-03-28T09:42:03.962Z] testing: warning: no tests to run
09:42:03 [2023-03-28T09:42:03.962Z] PASS
09:42:03 [2023-03-28T09:42:03.962Z] 
09:42:03 [2023-03-28T09:42:03.962Z] DONE 0 tests in 0.034s
09:42:03 [2023-03-28T09:42:03.962Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
09:42:03 [2023-03-28T09:42:03.962Z] ++ 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
09:42:03 [2023-03-28T09:42:03.962Z] ++ set -e
09:42:03 [2023-03-28T09:42:03.962Z] ++ '[' -n 0 ']'
09:42:03 [2023-03-28T09:42:03.962Z] ++ set -x
09:42:03 [2023-03-28T09:42:03.962Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:42:03 [2023-03-28T09:42:03.962Z] INFO: Testing against a local daemon
09:42:03 [2023-03-28T09:42:03.962Z] === RUN   TestPluginWithDevMounts
09:42:03 [2023-03-28T09:42:03.962Z] === PAUSE TestPluginWithDevMounts
09:42:03 [2023-03-28T09:42:03.962Z] === CONT  TestPluginWithDevMounts
09:42:05 [2023-03-28T09:42:05.870Z] --- PASS: TestPluginWithDevMounts (1.55s)
09:42:05 [2023-03-28T09:42:05.870Z] PASS
09:42:05 [2023-03-28T09:42:05.870Z] 
09:42:05 [2023-03-28T09:42:05.870Z] DONE 1 tests in 1.643s
09:42:05 [2023-03-28T09:42:05.870Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
09:42:05 [2023-03-28T09:42:05.870Z] ++ 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
09:42:05 [2023-03-28T09:42:05.870Z] ++ set -e
09:42:05 [2023-03-28T09:42:05.870Z] ++ '[' -n 0 ']'
09:42:05 [2023-03-28T09:42:05.870Z] ++ set -x
09:42:05 [2023-03-28T09:42:05.871Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:42:05 [2023-03-28T09:42:05.871Z] INFO: Testing against a local daemon
09:42:05 [2023-03-28T09:42:05.871Z] === RUN   TestSecretInspect
09:42:07 [2023-03-28T09:42:07.780Z] --- PASS: TestSecretInspect (2.16s)
09:42:07 [2023-03-28T09:42:07.780Z] === RUN   TestSecretList
09:42:10 [2023-03-28T09:42:10.320Z] --- PASS: TestSecretList (2.15s)
09:42:10 [2023-03-28T09:42:10.320Z] === RUN   TestSecretsCreateAndDelete
09:42:12 [2023-03-28T09:42:12.228Z] --- PASS: TestSecretsCreateAndDelete (2.24s)
09:42:12 [2023-03-28T09:42:12.228Z] === RUN   TestSecretsUpdate
09:42:14 [2023-03-28T09:42:14.766Z] --- PASS: TestSecretsUpdate (2.24s)
09:42:14 [2023-03-28T09:42:14.766Z] === RUN   TestTemplatedSecret
09:42:17 [2023-03-28T09:42:17.305Z] --- PASS: TestTemplatedSecret (2.53s)
09:42:17 [2023-03-28T09:42:17.305Z] === RUN   TestSecretCreateResolve
09:42:19 [2023-03-28T09:42:19.213Z] --- PASS: TestSecretCreateResolve (2.25s)
09:42:19 [2023-03-28T09:42:19.213Z] PASS
09:42:19 [2023-03-28T09:42:19.213Z] 
09:42:19 [2023-03-28T09:42:19.213Z] DONE 6 tests in 13.659s
09:42:19 [2023-03-28T09:42:19.213Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
09:42:19 [2023-03-28T09:42:19.213Z] ++ 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
09:42:19 [2023-03-28T09:42:19.213Z] ++ set -e
09:42:19 [2023-03-28T09:42:19.213Z] ++ '[' -n 0 ']'
09:42:19 [2023-03-28T09:42:19.213Z] ++ set -x
09:42:19 [2023-03-28T09:42:19.213Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:42:19 [2023-03-28T09:42:19.213Z] INFO: Testing against a local daemon
09:42:19 [2023-03-28T09:42:19.213Z] === RUN   TestServiceCreateInit
09:42:19 [2023-03-28T09:42:19.213Z] === RUN   TestServiceCreateInit/daemonInitDisabled
09:42:23 [2023-03-28T09:42:23.411Z] === RUN   TestServiceCreateInit/daemonInitEnabled
09:42:26 [2023-03-28T09:42:26.705Z] --- PASS: TestServiceCreateInit (7.28s)
09:42:26 [2023-03-28T09:42:26.705Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.60s)
09:42:26 [2023-03-28T09:42:26.705Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.67s)
09:42:26 [2023-03-28T09:42:26.705Z] === RUN   TestCreateServiceMultipleTimes
09:42:44 [2023-03-28T09:42:44.841Z] --- PASS: TestCreateServiceMultipleTimes (15.49s)
09:42:44 [2023-03-28T09:42:44.841Z] === RUN   TestCreateServiceConflict
09:42:44 [2023-03-28T09:42:44.841Z] --- PASS: TestCreateServiceConflict (2.23s)
09:42:44 [2023-03-28T09:42:44.841Z] === RUN   TestCreateServiceMaxReplicas
09:42:47 [2023-03-28T09:42:47.401Z] --- PASS: TestCreateServiceMaxReplicas (2.89s)
09:42:47 [2023-03-28T09:42:47.401Z] === RUN   TestCreateWithDuplicateNetworkNames
09:43:02 [2023-03-28T09:43:02.297Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.06s)
09:43:02 [2023-03-28T09:43:02.297Z] === RUN   TestCreateServiceSecretFileMode
09:43:02 [2023-03-28T09:43:02.557Z] --- PASS: TestCreateServiceSecretFileMode (2.39s)
09:43:02 [2023-03-28T09:43:02.557Z] === RUN   TestCreateServiceConfigFileMode
09:43:05 [2023-03-28T09:43:05.097Z] --- PASS: TestCreateServiceConfigFileMode (2.28s)
09:43:05 [2023-03-28T09:43:05.097Z] === RUN   TestCreateServiceSysctls
09:43:08 [2023-03-28T09:43:08.397Z] --- PASS: TestCreateServiceSysctls (3.38s)
09:43:08 [2023-03-28T09:43:08.397Z] === RUN   TestCreateServiceCapabilities
09:43:10 [2023-03-28T09:43:10.942Z] --- PASS: TestCreateServiceCapabilities (2.35s)
09:43:10 [2023-03-28T09:43:10.942Z] === RUN   TestInspect
09:43:13 [2023-03-28T09:43:13.484Z] --- PASS: TestInspect (2.62s)
09:43:13 [2023-03-28T09:43:13.484Z] === RUN   TestCreateJob
09:43:16 [2023-03-28T09:43:16.779Z] --- PASS: TestCreateJob (3.12s)
09:43:16 [2023-03-28T09:43:16.779Z] === RUN   TestReplicatedJob
09:43:22 [2023-03-28T09:43:22.058Z] --- PASS: TestReplicatedJob (4.83s)
09:43:22 [2023-03-28T09:43:22.058Z] === RUN   TestUpdateReplicatedJob
09:43:24 [2023-03-28T09:43:24.597Z] --- PASS: TestUpdateReplicatedJob (2.95s)
09:43:24 [2023-03-28T09:43:24.597Z] === RUN   TestServiceListWithStatuses
09:43:24 [2023-03-28T09:43:24.597Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
09:43:24 [2023-03-28T09:43:24.597Z] --- SKIP: TestServiceListWithStatuses (0.00s)
09:43:24 [2023-03-28T09:43:24.597Z] === RUN   TestDockerNetworkConnectAlias
09:43:28 [2023-03-28T09:43:28.796Z] --- PASS: TestDockerNetworkConnectAlias (4.11s)
09:43:28 [2023-03-28T09:43:28.796Z] === RUN   TestDockerNetworkReConnect
09:43:32 [2023-03-28T09:43:32.118Z] --- PASS: TestDockerNetworkReConnect (3.50s)
09:43:32 [2023-03-28T09:43:32.118Z] === RUN   TestServicePlugin
09:43:32 [2023-03-28T09:43:32.118Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:43:32 [2023-03-28T09:43:32.118Z] --- SKIP: TestServicePlugin (0.00s)
09:43:32 [2023-03-28T09:43:32.118Z] === RUN   TestServiceUpdateLabel
09:43:34 [2023-03-28T09:43:34.030Z] --- PASS: TestServiceUpdateLabel (2.17s)
09:43:34 [2023-03-28T09:43:34.030Z] === RUN   TestServiceUpdateSecrets
09:43:48 [2023-03-28T09:43:48.926Z] --- PASS: TestServiceUpdateSecrets (14.30s)
09:43:48 [2023-03-28T09:43:48.926Z] === RUN   TestServiceUpdateConfigs
09:44:03 [2023-03-28T09:44:03.821Z] --- PASS: TestServiceUpdateConfigs (14.40s)
09:44:03 [2023-03-28T09:44:03.821Z] === RUN   TestServiceUpdateNetwork
09:44:16 [2023-03-28T09:44:16.040Z] --- PASS: TestServiceUpdateNetwork (12.28s)
09:44:16 [2023-03-28T09:44:16.041Z] === RUN   TestServiceUpdatePidsLimit
09:44:16 [2023-03-28T09:44:16.300Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
09:44:16 [2023-03-28T09:44:16.871Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
09:44:25 [2023-03-28T09:44:25.062Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
09:44:31 [2023-03-28T09:44:31.637Z] --- PASS: TestServiceUpdatePidsLimit (16.04s)
09:44:31 [2023-03-28T09:44:31.637Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.61s)
09:44:31 [2023-03-28T09:44:31.637Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
09:44:31 [2023-03-28T09:44:31.637Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
09:44:31 [2023-03-28T09:44:31.637Z] PASS
09:44:31 [2023-03-28T09:44:31.637Z] 
09:44:31 [2023-03-28T09:44:31.637Z] === Skipped
09:44:31 [2023-03-28T09:44:31.637Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
09:44:31 [2023-03-28T09:44:31.637Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
09:44:31 [2023-03-28T09:44:31.637Z] 
09:44:31 [2023-03-28T09:44:31.637Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
09:44:31 [2023-03-28T09:44:31.637Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:44:31 [2023-03-28T09:44:31.637Z] 
09:44:31 [2023-03-28T09:44:31.637Z] DONE 27 tests, 2 skipped in 131.806s
09:44:31 [2023-03-28T09:44:31.637Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
09:44:31 [2023-03-28T09:44:31.637Z] ++ 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
09:44:31 [2023-03-28T09:44:31.637Z] ++ set -e
09:44:31 [2023-03-28T09:44:31.637Z] ++ '[' -n 0 ']'
09:44:31 [2023-03-28T09:44:31.637Z] ++ set -x
09:44:31 [2023-03-28T09:44:31.637Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:44:31 [2023-03-28T09:44:31.637Z] INFO: Testing against a local daemon
09:44:31 [2023-03-28T09:44:31.637Z] === RUN   TestSessionCreate
09:44:31 [2023-03-28T09:44:31.637Z] --- PASS: TestSessionCreate (0.02s)
09:44:31 [2023-03-28T09:44:31.637Z] === RUN   TestSessionCreateWithBadUpgrade
09:44:31 [2023-03-28T09:44:31.637Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
09:44:31 [2023-03-28T09:44:31.637Z] PASS
09:44:31 [2023-03-28T09:44:31.637Z] 
09:44:31 [2023-03-28T09:44:31.637Z] DONE 2 tests in 0.121s
09:44:31 [2023-03-28T09:44:31.637Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
09:44:31 [2023-03-28T09:44:31.637Z] ++ 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
09:44:31 [2023-03-28T09:44:31.637Z] ++ set -e
09:44:31 [2023-03-28T09:44:31.637Z] ++ '[' -n 0 ']'
09:44:31 [2023-03-28T09:44:31.637Z] ++ set -x
09:44:31 [2023-03-28T09:44:31.637Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:44:31 [2023-03-28T09:44:31.637Z] INFO: Testing against a local daemon
09:44:31 [2023-03-28T09:44:31.637Z] === RUN   TestCgroupDriverSystemdMemoryLimit
09:44:31 [2023-03-28T09:44:31.637Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:44:31 [2023-03-28T09:44:31.637Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
09:44:31 [2023-03-28T09:44:31.637Z] === RUN   TestDiskUsage
09:44:31 [2023-03-28T09:44:31.637Z] === PAUSE TestDiskUsage
09:44:31 [2023-03-28T09:44:31.637Z] === RUN   TestEventsExecDie
09:44:31 [2023-03-28T09:44:31.897Z] --- PASS: TestEventsExecDie (0.51s)
09:44:31 [2023-03-28T09:44:31.897Z] === RUN   TestEventsBackwardsCompatible
09:44:31 [2023-03-28T09:44:31.897Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
09:44:31 [2023-03-28T09:44:31.897Z] === RUN   TestEventsVolumeCreate
09:44:31 [2023-03-28T09:44:31.897Z] --- PASS: TestEventsVolumeCreate (0.05s)
09:44:31 [2023-03-28T09:44:31.897Z] === RUN   TestInfoBinaryCommits
09:44:31 [2023-03-28T09:44:31.897Z] --- PASS: TestInfoBinaryCommits (0.02s)
09:44:31 [2023-03-28T09:44:31.897Z] === RUN   TestInfoAPIVersioned
09:44:31 [2023-03-28T09:44:31.897Z] --- PASS: TestInfoAPIVersioned (0.01s)
09:44:31 [2023-03-28T09:44:31.897Z] === RUN   TestInfoAPI
09:44:31 [2023-03-28T09:44:31.897Z] --- PASS: TestInfoAPI (0.02s)
09:44:31 [2023-03-28T09:44:31.897Z] === RUN   TestInfoAPIWarnings
09:44:49 [2023-03-28T09:44:49.997Z] --- PASS: TestInfoAPIWarnings (16.55s)
09:44:49 [2023-03-28T09:44:49.998Z] === RUN   TestInfoDebug
09:44:49 [2023-03-28T09:44:49.998Z] --- PASS: TestInfoDebug (0.52s)
09:44:49 [2023-03-28T09:44:49.998Z] === RUN   TestInfoInsecureRegistries
09:44:49 [2023-03-28T09:44:49.998Z] --- PASS: TestInfoInsecureRegistries (0.52s)
09:44:49 [2023-03-28T09:44:49.998Z] === RUN   TestInfoRegistryMirrors
09:44:49 [2023-03-28T09:44:49.998Z] --- PASS: TestInfoRegistryMirrors (0.52s)
09:44:49 [2023-03-28T09:44:49.998Z] === RUN   TestLoginFailsWithBadCredentials
09:44:50 [2023-03-28T09:44:50.567Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
09:44:50 [2023-03-28T09:44:50.567Z] === RUN   TestPingCacheHeaders
09:44:50 [2023-03-28T09:44:50.567Z] --- PASS: TestPingCacheHeaders (0.02s)
09:44:50 [2023-03-28T09:44:50.567Z] === RUN   TestPingGet
09:44:50 [2023-03-28T09:44:50.567Z] --- PASS: TestPingGet (0.01s)
09:44:50 [2023-03-28T09:44:50.567Z] === RUN   TestPingHead
09:44:50 [2023-03-28T09:44:50.567Z] --- PASS: TestPingHead (0.02s)
09:44:50 [2023-03-28T09:44:50.567Z] === RUN   TestPingSwarmHeader
09:44:51 [2023-03-28T09:44:51.137Z] === RUN   TestPingSwarmHeader/before_swarm_init
09:44:51 [2023-03-28T09:44:51.137Z] === RUN   TestPingSwarmHeader/after_swarm_init
09:44:52 [2023-03-28T09:44:52.077Z] === RUN   TestPingSwarmHeader/after_swarm_leave
09:44:52 [2023-03-28T09:44:52.077Z] --- PASS: TestPingSwarmHeader (1.63s)
09:44:52 [2023-03-28T09:44:52.077Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
09:44:52 [2023-03-28T09:44:52.077Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
09:44:52 [2023-03-28T09:44:52.077Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
09:44:52 [2023-03-28T09:44:52.077Z] === RUN   TestPingBuilderHeader
09:44:52 [2023-03-28T09:44:52.077Z] === RUN   TestPingBuilderHeader/default_config
09:44:52 [2023-03-28T09:44:52.647Z] === RUN   TestPingBuilderHeader/buildkit_disabled
09:44:53 [2023-03-28T09:44:53.216Z] --- PASS: TestPingBuilderHeader (1.05s)
09:44:53 [2023-03-28T09:44:53.216Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
09:44:53 [2023-03-28T09:44:53.216Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
09:44:53 [2023-03-28T09:44:53.216Z] === RUN   TestVersion
09:44:53 [2023-03-28T09:44:53.216Z] --- PASS: TestVersion (0.02s)
09:44:53 [2023-03-28T09:44:53.216Z] === CONT  TestDiskUsage
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/empty
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/empty/container_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/empty/image_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/empty/volume_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/empty/build-cache_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/empty/container,_volume_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_LoadBusybox
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
09:44:53 [2023-03-28T09:44:53.786Z] === RUN   TestDiskUsage/after_container.Run
09:44:54 [2023-03-28T09:44:54.046Z] === RUN   TestDiskUsage/after_container.Run/container_types
09:44:54 [2023-03-28T09:44:54.046Z] === RUN   TestDiskUsage/after_container.Run/image_types
09:44:54 [2023-03-28T09:44:54.046Z] === RUN   TestDiskUsage/after_container.Run/volume_types
09:44:54 [2023-03-28T09:44:54.046Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
09:44:54 [2023-03-28T09:44:54.046Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
09:44:54 [2023-03-28T09:44:54.046Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
09:44:54 [2023-03-28T09:44:54.046Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
09:44:54 [2023-03-28T09:44:54.046Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
09:44:54 [2023-03-28T09:44:54.046Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
09:44:54 [2023-03-28T09:44:54.046Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
09:44:54 [2023-03-28T09:44:54.306Z] --- PASS: TestDiskUsage (1.12s)
09:44:54 [2023-03-28T09:44:54.306Z]     --- PASS: TestDiskUsage/empty (0.01s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.16s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]     --- PASS: TestDiskUsage/after_container.Run (0.30s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z] PASS
09:44:54 [2023-03-28T09:44:54.306Z] 
09:44:54 [2023-03-28T09:44:54.306Z] === Skipped
09:44:54 [2023-03-28T09:44:54.306Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
09:44:54 [2023-03-28T09:44:54.306Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:44:54 [2023-03-28T09:44:54.306Z] 
09:44:54 [2023-03-28T09:44:54.306Z] DONE 57 tests, 1 skipped in 23.130s
09:44:54 [2023-03-28T09:44:54.306Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
09:44:54 [2023-03-28T09:44:54.306Z] ++ 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
09:44:54 [2023-03-28T09:44:54.306Z] ++ set -e
09:44:54 [2023-03-28T09:44:54.306Z] ++ '[' -n 0 ']'
09:44:54 [2023-03-28T09:44:54.306Z] ++ set -x
09:44:54 [2023-03-28T09:44:54.306Z] ++ env -i DEST=/go/src/github.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 GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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
09:44:54 [2023-03-28T09:44:54.306Z] INFO: Testing against a local daemon
09:44:54 [2023-03-28T09:44:54.306Z] === RUN   TestVolumesCreateAndList
09:44:54 [2023-03-28T09:44:54.306Z] --- PASS: TestVolumesCreateAndList (0.02s)
09:44:54 [2023-03-28T09:44:54.306Z] === RUN   TestVolumesRemove
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesRemove/volume_in_use
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesRemove/volume_not_in_use
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesRemove/non-existing_volume
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesRemove/non-existing_volume_force
09:44:54 [2023-03-28T09:44:54.566Z] --- PASS: TestVolumesRemove (0.07s)
09:44:54 [2023-03-28T09:44:54.566Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
09:44:54 [2023-03-28T09:44:54.566Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
09:44:54 [2023-03-28T09:44:54.566Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
09:44:54 [2023-03-28T09:44:54.566Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesRemoveSwarmEnabled
09:44:54 [2023-03-28T09:44:54.566Z] === PAUSE TestVolumesRemoveSwarmEnabled
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesInspect
09:44:54 [2023-03-28T09:44:54.566Z] --- PASS: TestVolumesInspect (0.02s)
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesInvalidJSON
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesInvalidJSON/volumes/create
09:44:54 [2023-03-28T09:44:54.566Z] === PAUSE TestVolumesInvalidJSON/volumes/create
09:44:54 [2023-03-28T09:44:54.566Z] === CONT  TestVolumesInvalidJSON/volumes/create
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
09:44:54 [2023-03-28T09:44:54.566Z] --- PASS: TestVolumesInvalidJSON (0.01s)
09:44:54 [2023-03-28T09:44:54.566Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
09:44:54 [2023-03-28T09:44:54.566Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
09:44:54 [2023-03-28T09:44:54.566Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
09:44:54 [2023-03-28T09:44:54.566Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
09:44:54 [2023-03-28T09:44:54.566Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumePruneAnonymous
09:44:54 [2023-03-28T09:44:54.566Z] --- PASS: TestVolumePruneAnonymous (0.03s)
09:44:54 [2023-03-28T09:44:54.566Z] === RUN   TestVolumePruneAnonFromImage
09:44:54 [2023-03-28T09:44:54.827Z] --- PASS: TestVolumePruneAnonFromImage (0.22s)
09:44:54 [2023-03-28T09:44:54.827Z] === CONT  TestVolumesRemoveSwarmEnabled
09:44:56 [2023-03-28T09:44:56.207Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
09:44:56 [2023-03-28T09:44:56.207Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
09:44:56 [2023-03-28T09:44:56.207Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
09:44:56 [2023-03-28T09:44:56.207Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
09:44:57 [2023-03-28T09:44:57.147Z] --- PASS: TestVolumesRemoveSwarmEnabled (2.16s)
09:44:57 [2023-03-28T09:44:57.147Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
09:44:57 [2023-03-28T09:44:57.147Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
09:44:57 [2023-03-28T09:44:57.147Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
09:44:57 [2023-03-28T09:44:57.147Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
09:44:57 [2023-03-28T09:44:57.147Z] PASS
09:44:57 [2023-03-28T09:44:57.147Z] 
09:44:57 [2023-03-28T09:44:57.147Z] DONE 20 tests in 2.626s
09:44:57 [2023-03-28T09:44:57.147Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
09:44:57 [2023-03-28T09:44:57.147Z] ++++ cat bundles/test-integration/docker.pid
09:44:57 [2023-03-28T09:44:57.147Z] +++ kill 14134
09:44:57 [2023-03-28T09:44:57.147Z] +++ /etc/init.d/apparmor stop
09:44:57 [2023-03-28T09:44:57.147Z] Leaving: AppArmorNo profiles have been unloaded.
09:44:57 [2023-03-28T09:44:57.147Z] 
09:44:57 [2023-03-28T09:44:57.147Z] Unloading profiles will leave already running processes permanently
09:44:57 [2023-03-28T09:44:57.147Z] unconfined, which can lead to unexpected situations.
09:44:57 [2023-03-28T09:44:57.147Z] 
09:44:57 [2023-03-28T09:44:57.147Z] To set a process to complain mode, use the command line tool
09:44:57 [2023-03-28T09:44:57.147Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
09:44:57 [2023-03-28T09:44:57.147Z] +++ true
09:44:57 [2023-03-28T09:44:57.147Z] exiting test-integration
09:44:57 [2023-03-28T09:44:57.147Z] ++ exit 0
09:44:57 [2023-03-28T09:44:57.147Z] 
Post stage
[Pipeline] junit
09:44:58 [2023-03-28T09:44:58.102Z] Recording test results
09:44:58 [2023-03-28T09:44:58.276Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
09:44:58 [2023-03-28T09:44:58.590Z] + echo Ensuring container killed.
09:44:58 [2023-03-28T09:44:58.590Z] Ensuring container killed.
09:44:58 [2023-03-28T09:44:58.590Z] + docker rm -vf docker-pr1
09:44:58 [2023-03-28T09:44:58.590Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
09:44:58 [2023-03-28T09:44:58.874Z] + echo Chowning /workspace to jenkins user
09:44:58 [2023-03-28T09:44:58.874Z] Chowning /workspace to jenkins user
09:44:58 [2023-03-28T09:44:58.874Z] + id -u
09:44:58 [2023-03-28T09:44:58.874Z] + id -g
09:44:58 [2023-03-28T09:44:58.874Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45220:/workspace busybox chown -R 1000:1000 /workspace
09:44:58 [2023-03-28T09:44:58.874Z] Unable to find image 'busybox:latest' locally
09:44:58 [2023-03-28T09:44:58.874Z] latest: Pulling from library/busybox
09:44:59 [2023-03-28T09:44:59.138Z] b50100f25006: Already exists
09:44:59 [2023-03-28T09:44:59.138Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16
09:44:59 [2023-03-28T09:44:59.138Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
09:45:00 [2023-03-28T09:45:00.813Z] + bundleName=arm64-integration
09:45:00 [2023-03-28T09:45:00.814Z] + echo Creating arm64-integration-bundles.tar.gz
09:45:00 [2023-03-28T09:45:00.814Z] Creating arm64-integration-bundles.tar.gz
09:45:00 [2023-03-28T09:45:00.814Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
09:45:00 [2023-03-28T09:45:00.814Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
09:45:01 [2023-03-28T09:45:01.087Z] Archiving artifacts
09:45:02 [2023-03-28T09:45:02.821Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45220/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
09:45:03 [2023-03-28T09:45:03.121Z] + make clean
09:45:03 [2023-03-28T09:45:03.381Z] docker volume rm -f docker-dev-cache docker-mod-cache
09:45:03 [2023-03-28T09:45:03.381Z] docker-dev-cache
09:45:03 [2023-03-28T09:45:03.381Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[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