Skip to content
Success

Console Output

Pull request #45267 updated
08:58:48 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from be4abf9d6e7332785ba6819fa026f0f3e4fdca6f+dd3b71d17c614f837c4bba18baed9fa2cb31f1a4 (96d8fdd32eb1d9d34fe280d52c6d126f83a68dc4)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-45267@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
08:58:52 [2023-04-07T08:58:52.106Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
08:58:52 [2023-04-07T08:58:52.112Z] Trying to pass milestone 1
[Pipeline] milestone
08:58:52 [2023-04-07T08:58:52.334Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
08:59:07 [2023-04-07T08:59:07.627Z] Still waiting to schedule task
08:59:07 [2023-04-07T08:59:07.628Z]EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-068b0acde41fa50ea)’ is offline
08:59:52 [2023-04-07T08:59:52.159Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-068b0acde41fa50ea) in /home/ubuntu/workspace/moby_PR-45267
[Pipeline] {
[Pipeline] checkout
08:59:52 [2023-04-07T08:59:52.250Z] The recommended git tool is: git
08:59:55 [2023-04-07T08:59:55.341Z] using credential docker-jenkins-github-credentials
08:59:55 [2023-04-07T08:59:55.352Z] Cloning the remote Git repository
08:59:55 [2023-04-07T08:59:55.352Z] Cloning with configured refspecs honoured and without tags
08:59:55 [2023-04-07T08:59:55.377Z] Cloning repository https://github.com/moby/moby.git
08:59:55 [2023-04-07T08:59:55.428Z]  > git init /home/ubuntu/workspace/moby_PR-45267 # timeout=10
08:59:55 [2023-04-07T08:59:55.755Z] Fetching upstream changes from https://github.com/moby/moby.git
08:59:55 [2023-04-07T08:59:55.755Z]  > git --version # timeout=10
08:59:55 [2023-04-07T08:59:55.765Z]  > git --version # 'git version 2.25.1'
08:59:55 [2023-04-07T08:59:55.766Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:59:55 [2023-04-07T08:59:55.897Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45267/head:refs/remotes/origin/PR-45267 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:00:15 [2023-04-07T09:00:15.142Z] Fetching without tags
09:00:15 [2023-04-07T09:00:15.442Z] Merging remotes/origin/master commit dd3b71d17c614f837c4bba18baed9fa2cb31f1a4 into PR head commit be4abf9d6e7332785ba6819fa026f0f3e4fdca6f
09:00:16 [2023-04-07T09:00:16.102Z] Merge succeeded, producing be4abf9d6e7332785ba6819fa026f0f3e4fdca6f
09:00:16 [2023-04-07T09:00:16.103Z] Checking out Revision be4abf9d6e7332785ba6819fa026f0f3e4fdca6f (PR-45267)
09:00:15 [2023-04-07T09:00:15.097Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:00:15 [2023-04-07T09:00:15.113Z]  > git config --add remote.origin.fetch +refs/pull/45267/head:refs/remotes/origin/PR-45267 # timeout=10
09:00:15 [2023-04-07T09:00:15.122Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:00:15 [2023-04-07T09:00:15.132Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:00:15 [2023-04-07T09:00:15.145Z] Fetching upstream changes from https://github.com/moby/moby.git
09:00:15 [2023-04-07T09:00:15.145Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:00:15 [2023-04-07T09:00:15.146Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45267/head:refs/remotes/origin/PR-45267 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:00:15 [2023-04-07T09:00:15.448Z]  > git config core.sparsecheckout # timeout=10
09:00:15 [2023-04-07T09:00:15.452Z]  > git checkout -f be4abf9d6e7332785ba6819fa026f0f3e4fdca6f # timeout=10
09:00:16 [2023-04-07T09:00:16.035Z]  > git remote # timeout=10
09:00:16 [2023-04-07T09:00:16.062Z]  > git config --get remote.origin.url # timeout=10
09:00:16 [2023-04-07T09:00:16.069Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:00:16 [2023-04-07T09:00:16.071Z]  > git merge dd3b71d17c614f837c4bba18baed9fa2cb31f1a4 # timeout=10
09:00:16 [2023-04-07T09:00:16.082Z]  > git rev-parse HEAD^{commit} # timeout=10
09:00:16 [2023-04-07T09:00:16.104Z]  > git config core.sparsecheckout # timeout=10
09:00:16 [2023-04-07T09:00:16.113Z]  > git checkout -f be4abf9d6e7332785ba6819fa026f0f3e4fdca6f # timeout=10
09:00:19 [2023-04-07T09:00:19.661Z] Commit message: "Vendor containerd 1.6.x with the readonly mount fix"
09:00:19 [2023-04-07T09:00:19.675Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:00:20 [2023-04-07T09:00:20.535Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45267:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
09:00:19 [2023-04-07T09:00:19.663Z]  > git rev-list --no-walk 8713e642e98660e98b8358c964bc9dd00812b633 # timeout=10
09:00:38 [2023-04-07T09:00:38.619Z] Unable to find image 'alpine:latest' locally
09:00:38 [2023-04-07T09:00:38.619Z] latest: Pulling from library/alpine
09:00:38 [2023-04-07T09:00:38.619Z] c41833b44d91: Pulling fs layer
09:00:38 [2023-04-07T09:00:38.619Z] c41833b44d91: Verifying Checksum
09:00:38 [2023-04-07T09:00:38.619Z] c41833b44d91: Download complete
09:00:38 [2023-04-07T09:00:38.878Z] c41833b44d91: Pull complete
09:00:38 [2023-04-07T09:00:38.878Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
09:00:38 [2023-04-07T09:00:38.878Z] Status: Downloaded newer image for alpine:latest
09:00:46 [2023-04-07T09:00:46.998Z] 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)
09:00:47 [2023-04-07T09:00:47.172Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-093d2f7059d926111) in /home/ubuntu/workspace/moby_PR-45267
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] // 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)
[Pipeline] checkout
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
09:00:47 [2023-04-07T09:00:47.238Z] The recommended git tool is: git
[Pipeline] // stage
09:00:47 [2023-04-07T09:00:47.248Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
09:00:47 [2023-04-07T09:00:47.261Z] Cloning the remote Git repository
09:00:47 [2023-04-07T09:00:47.261Z] Cloning with configured refspecs honoured and without tags
[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:00:47 [2023-04-07T09:00:47.264Z] Cloning repository https://github.com/moby/moby.git
09:00:47 [2023-04-07T09:00:47.265Z]  > git init /home/ubuntu/workspace/moby_PR-45267 # timeout=10
09:00:47 [2023-04-07T09:00:47.271Z] Fetching upstream changes from https://github.com/moby/moby.git
09:00:47 [2023-04-07T09:00:47.271Z]  > git --version # timeout=10
09:00:47 [2023-04-07T09:00:47.277Z]  > git --version # 'git version 2.25.1'
09:00:47 [2023-04-07T09:00:47.277Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:00:47 [2023-04-07T09:00:47.278Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45267/head:refs/remotes/origin/PR-45267 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:01:00 [2023-04-07T09:01:00.138Z] Fetching without tags
09:01:00 [2023-04-07T09:01:00.363Z] Merging remotes/origin/master commit dd3b71d17c614f837c4bba18baed9fa2cb31f1a4 into PR head commit be4abf9d6e7332785ba6819fa026f0f3e4fdca6f
09:01:00 [2023-04-07T09:01:00.962Z] Merge succeeded, producing be4abf9d6e7332785ba6819fa026f0f3e4fdca6f
09:01:00 [2023-04-07T09:01:00.963Z] Checking out Revision be4abf9d6e7332785ba6819fa026f0f3e4fdca6f (PR-45267)
09:01:00 [2023-04-07T09:01:00.118Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:01:00 [2023-04-07T09:01:00.123Z]  > git config --add remote.origin.fetch +refs/pull/45267/head:refs/remotes/origin/PR-45267 # timeout=10
09:01:00 [2023-04-07T09:01:00.126Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:01:00 [2023-04-07T09:01:00.132Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:01:00 [2023-04-07T09:01:00.142Z] Fetching upstream changes from https://github.com/moby/moby.git
09:01:00 [2023-04-07T09:01:00.142Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:01:00 [2023-04-07T09:01:00.143Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45267/head:refs/remotes/origin/PR-45267 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:01:00 [2023-04-07T09:01:00.366Z]  > git config core.sparsecheckout # timeout=10
09:01:00 [2023-04-07T09:01:00.369Z]  > git checkout -f be4abf9d6e7332785ba6819fa026f0f3e4fdca6f # timeout=10
09:01:00 [2023-04-07T09:01:00.935Z]  > git remote # timeout=10
09:01:00 [2023-04-07T09:01:00.939Z]  > git config --get remote.origin.url # timeout=10
09:01:00 [2023-04-07T09:01:00.947Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:01:00 [2023-04-07T09:01:00.948Z]  > git merge dd3b71d17c614f837c4bba18baed9fa2cb31f1a4 # timeout=10
09:01:00 [2023-04-07T09:01:00.957Z]  > git rev-parse HEAD^{commit} # timeout=10
09:01:00 [2023-04-07T09:01:00.966Z]  > git config core.sparsecheckout # timeout=10
09:01:00 [2023-04-07T09:01:00.971Z]  > git checkout -f be4abf9d6e7332785ba6819fa026f0f3e4fdca6f # timeout=10
09:01:01 [2023-04-07T09:01:01.771Z] Commit message: "Vendor containerd 1.6.x with the readonly mount fix"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
09:01:02 [2023-04-07T09:01:02.456Z] + docker version
09:01:02 [2023-04-07T09:01:02.456Z] Client: Docker Engine - Community
09:01:02 [2023-04-07T09:01:02.456Z]  Version:           22.06.0-beta.0
09:01:02 [2023-04-07T09:01:02.456Z]  API version:       1.42
09:01:02 [2023-04-07T09:01:02.456Z]  Go version:        go1.18.3
09:01:02 [2023-04-07T09:01:02.456Z]  Git commit:        3e9117b
09:01:02 [2023-04-07T09:01:02.456Z]  Built:             Fri Jun  3 17:55:34 2022
09:01:02 [2023-04-07T09:01:02.456Z]  OS/Arch:           linux/arm64
09:01:02 [2023-04-07T09:01:02.456Z]  Context:           default
09:01:02 [2023-04-07T09:01:02.456Z] 
09:01:02 [2023-04-07T09:01:02.456Z] Server: Docker Engine - Community
09:01:02 [2023-04-07T09:01:02.456Z]  Engine:
09:01:02 [2023-04-07T09:01:02.456Z]   Version:          22.06.0-beta.0
09:01:02 [2023-04-07T09:01:02.456Z]   API version:      1.42 (minimum version 1.12)
09:01:02 [2023-04-07T09:01:02.456Z]   Go version:       go1.18.3
09:01:02 [2023-04-07T09:01:02.456Z]   Git commit:       38633e7
09:01:02 [2023-04-07T09:01:02.456Z]   Built:            Fri Jun  3 17:55:34 2022
09:01:02 [2023-04-07T09:01:02.456Z]   OS/Arch:          linux/arm64
09:01:02 [2023-04-07T09:01:02.456Z]   Experimental:     true
09:01:02 [2023-04-07T09:01:02.456Z]  containerd:
09:01:02 [2023-04-07T09:01:02.456Z]   Version:          1.6.8
09:01:02 [2023-04-07T09:01:02.456Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
09:01:02 [2023-04-07T09:01:02.456Z]  runc:
09:01:02 [2023-04-07T09:01:02.456Z]   Version:          1.1.4
09:01:02 [2023-04-07T09:01:02.456Z]   GitCommit:        v1.1.4-0-g5fd4c4d
09:01:02 [2023-04-07T09:01:02.456Z]  docker-init:
09:01:02 [2023-04-07T09:01:02.456Z]   Version:          0.19.0
09:01:02 [2023-04-07T09:01:02.456Z]   GitCommit:        de40ad0
[Pipeline] sh
09:01:02 [2023-04-07T09:01:02.743Z] + docker info
09:01:02 [2023-04-07T09:01:02.743Z] Client:
09:01:02 [2023-04-07T09:01:02.743Z]  Context:    default
09:01:02 [2023-04-07T09:01:02.743Z]  Debug Mode: false
09:01:02 [2023-04-07T09:01:02.743Z]  Plugins:
09:01:02 [2023-04-07T09:01:02.743Z]   buildx: Docker Buildx (Docker Inc.)
09:01:02 [2023-04-07T09:01:02.743Z]     Version:  v0.8.2
09:01:02 [2023-04-07T09:01:02.743Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
09:01:02 [2023-04-07T09:01:02.743Z]   compose: Docker Compose (Docker Inc.)
09:01:02 [2023-04-07T09:01:02.743Z]     Version:  v2.12.0
09:01:02 [2023-04-07T09:01:02.743Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
09:01:02 [2023-04-07T09:01:02.743Z] 
09:01:02 [2023-04-07T09:01:02.743Z] Server:
09:01:02 [2023-04-07T09:01:02.743Z]  Containers: 0
09:01:02 [2023-04-07T09:01:02.743Z]   Running: 0
09:01:02 [2023-04-07T09:01:02.743Z]   Paused: 0
09:01:02 [2023-04-07T09:01:02.743Z]   Stopped: 0
09:01:02 [2023-04-07T09:01:02.743Z]  Images: 1
09:01:02 [2023-04-07T09:01:02.743Z]  Server Version: 22.06.0-beta.0
09:01:02 [2023-04-07T09:01:02.743Z]  Storage Driver: overlay2
09:01:02 [2023-04-07T09:01:02.743Z]   Backing Filesystem: extfs
09:01:02 [2023-04-07T09:01:02.743Z]   Supports d_type: true
09:01:02 [2023-04-07T09:01:02.743Z]   Using metacopy: false
09:01:02 [2023-04-07T09:01:02.743Z]   Native Overlay Diff: true
09:01:02 [2023-04-07T09:01:02.743Z]   userxattr: false
09:01:02 [2023-04-07T09:01:02.743Z]  Logging Driver: json-file
09:01:02 [2023-04-07T09:01:02.743Z]  Cgroup Driver: cgroupfs
09:01:02 [2023-04-07T09:01:02.743Z]  Cgroup Version: 1
09:01:02 [2023-04-07T09:01:02.743Z]  Plugins:
09:01:02 [2023-04-07T09:01:02.743Z]   Volume: local
09:01:02 [2023-04-07T09:01:02.743Z]   Network: bridge host ipvlan macvlan null overlay
09:01:02 [2023-04-07T09:01:02.744Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
09:01:02 [2023-04-07T09:01:02.744Z]  Swarm: inactive
09:01:02 [2023-04-07T09:01:02.744Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
09:01:02 [2023-04-07T09:01:02.744Z]  Default Runtime: runc
09:01:02 [2023-04-07T09:01:02.744Z]  Init Binary: docker-init
09:01:02 [2023-04-07T09:01:02.744Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
09:01:02 [2023-04-07T09:01:02.744Z]  runc version: v1.1.4-0-g5fd4c4d
09:01:02 [2023-04-07T09:01:02.744Z]  init version: de40ad0
09:01:02 [2023-04-07T09:01:02.744Z]  Security Options:
09:01:02 [2023-04-07T09:01:02.744Z]   apparmor
09:01:02 [2023-04-07T09:01:02.744Z]   seccomp
09:01:02 [2023-04-07T09:01:02.744Z]    Profile: builtin
09:01:02 [2023-04-07T09:01:02.744Z]  Kernel Version: 5.15.0-1022-aws
09:01:02 [2023-04-07T09:01:02.744Z]  Operating System: Ubuntu 20.04.5 LTS
09:01:02 [2023-04-07T09:01:02.744Z]  OSType: linux
09:01:02 [2023-04-07T09:01:02.744Z]  Architecture: aarch64
09:01:02 [2023-04-07T09:01:02.744Z]  CPUs: 2
09:01:02 [2023-04-07T09:01:02.744Z]  Total Memory: 7.559GiB
09:01:02 [2023-04-07T09:01:02.744Z]  Name: ip-10-100-63-222
09:01:02 [2023-04-07T09:01:02.744Z]  ID: a4508864-5846-4859-9d9f-739af3007ee0
09:01:02 [2023-04-07T09:01:02.744Z]  Docker Root Dir: /var/lib/docker
09:01:02 [2023-04-07T09:01:02.744Z]  Debug Mode: false
09:01:02 [2023-04-07T09:01:02.744Z]  Registry: https://index.docker.io/v1/
09:01:02 [2023-04-07T09:01:02.744Z]  Labels:
09:01:02 [2023-04-07T09:01:02.744Z]  Experimental: true
09:01:02 [2023-04-07T09:01:02.744Z]  Insecure Registries:
09:01:02 [2023-04-07T09:01:02.744Z]   127.0.0.0/8
09:01:02 [2023-04-07T09:01:02.744Z]  Live Restore Enabled: true
09:01:02 [2023-04-07T09:01:02.744Z] 
[Pipeline] sh
09:01:03 [2023-04-07T09:01:03.030Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:01:03 [2023-04-07T09:01:03.030Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
09:01:03 [2023-04-07T09:01:03.030Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-45267/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
09:01:03 [2023-04-07T09:01:03.030Z] + bash /home/ubuntu/workspace/moby_PR-45267/check-config.sh
09:01:03 [2023-04-07T09:01:03.030Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
09:01:03 [2023-04-07T09:01:03.030Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ...
09:01:03 [2023-04-07T09:01:03.030Z] 
09:01:03 [2023-04-07T09:01:03.030Z] Generally Necessary:
09:01:03 [2023-04-07T09:01:03.030Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
09:01:03 [2023-04-07T09:01:03.030Z] - apparmor: enabled and tools installed
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_NAMESPACES: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_NET_NS: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_PID_NS: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_IPC_NS: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_UTS_NS: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_CGROUPS: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_CGROUP_CPUACCT: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_CGROUP_DEVICE: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_CGROUP_FREEZER: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_CGROUP_SCHED: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_CPUSETS: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_MEMCG: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_KEYS: enabled
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_VETH: enabled (as module)
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_BRIDGE: enabled (as module)
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_IP_NF_FILTER: enabled (as module)
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_IP_NF_NAT: enabled (as module)
09:01:03 [2023-04-07T09:01:03.291Z] - CONFIG_NF_NAT: enabled (as module)
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_POSIX_MQUEUE: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_CGROUP_BPF: enabled
09:01:03 [2023-04-07T09:01:03.552Z] 
09:01:03 [2023-04-07T09:01:03.552Z] Optional Features:
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_USER_NS: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_SECCOMP: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_SECCOMP_FILTER: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_CGROUP_PIDS: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_MEMCG_SWAP: enabled
09:01:03 [2023-04-07T09:01:03.552Z]     (cgroup swap accounting is currently enabled)
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_BLK_CGROUP: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_BLK_DEV_THROTTLING: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_CGROUP_PERF: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_CGROUP_HUGETLB: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_CGROUP_NET_PRIO: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_CFS_BANDWIDTH: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_FAIR_GROUP_SCHED: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_RT_GROUP_SCHED: missing
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_IP_VS: enabled (as module)
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_IP_VS_NFCT: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_IP_VS_PROTO_TCP: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_IP_VS_PROTO_UDP: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_IP_VS_RR: enabled (as module)
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_SECURITY_SELINUX: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_SECURITY_APPARMOR: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_EXT4_FS: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
09:01:03 [2023-04-07T09:01:03.552Z] - CONFIG_EXT4_FS_SECURITY: enabled
09:01:03 [2023-04-07T09:01:03.812Z] - Network Drivers:
09:01:03 [2023-04-07T09:01:03.812Z]   - "overlay":
09:01:03 [2023-04-07T09:01:03.812Z]     - CONFIG_VXLAN: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
09:01:03 [2023-04-07T09:01:03.812Z]       Optional (for encrypted networks):
09:01:03 [2023-04-07T09:01:03.812Z]       - CONFIG_CRYPTO: enabled
09:01:03 [2023-04-07T09:01:03.812Z]       - CONFIG_CRYPTO_AEAD: enabled
09:01:03 [2023-04-07T09:01:03.812Z]       - CONFIG_CRYPTO_GCM: enabled
09:01:03 [2023-04-07T09:01:03.812Z]       - CONFIG_CRYPTO_SEQIV: enabled
09:01:03 [2023-04-07T09:01:03.812Z]       - CONFIG_CRYPTO_GHASH: enabled
09:01:03 [2023-04-07T09:01:03.812Z]       - CONFIG_XFRM: enabled
09:01:03 [2023-04-07T09:01:03.812Z]       - CONFIG_XFRM_USER: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z]       - CONFIG_XFRM_ALGO: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z]       - CONFIG_INET_ESP: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z]   - "ipvlan":
09:01:03 [2023-04-07T09:01:03.812Z]     - CONFIG_IPVLAN: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z]   - "macvlan":
09:01:03 [2023-04-07T09:01:03.812Z]     - CONFIG_MACVLAN: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z]     - CONFIG_DUMMY: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z]   - "ftp,tftp client in container":
09:01:03 [2023-04-07T09:01:03.812Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z] - Storage Drivers:
09:01:03 [2023-04-07T09:01:03.812Z]   - "aufs":
09:01:03 [2023-04-07T09:01:03.812Z]     - CONFIG_AUFS_FS: enabled (as module)
09:01:03 [2023-04-07T09:01:03.812Z]   - "btrfs":
09:01:03 [2023-04-07T09:01:03.812Z]     - CONFIG_BTRFS_FS: enabled (as module)
09:01:04 [2023-04-07T09:01:04.073Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
09:01:04 [2023-04-07T09:01:04.073Z]   - "devicemapper":
09:01:04 [2023-04-07T09:01:04.073Z]     - CONFIG_BLK_DEV_DM: enabled
09:01:04 [2023-04-07T09:01:04.073Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
09:01:04 [2023-04-07T09:01:04.073Z]   - "overlay":
09:01:04 [2023-04-07T09:01:04.073Z]     - CONFIG_OVERLAY_FS: enabled (as module)
09:01:04 [2023-04-07T09:01:04.073Z]   - "zfs":
09:01:04 [2023-04-07T09:01:04.073Z]     - /dev/zfs: present
09:01:04 [2023-04-07T09:01:04.073Z]     - zfs command: missing
09:01:04 [2023-04-07T09:01:04.073Z]     - zpool command: missing
09:01:04 [2023-04-07T09:01:04.073Z] 
09:01:04 [2023-04-07T09:01:04.073Z] Limits:
09:01:04 [2023-04-07T09:01:04.073Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
09:01:04 [2023-04-07T09:01:04.073Z] 
09:01:04 [2023-04-07T09:01:04.073Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
09:01:04 [2023-04-07T09:01:04.397Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:be4abf9d6e7332785ba6819fa026f0f3e4fdca6f .
09:01:04 [2023-04-07T09:01:04.659Z] #1 [internal] load build definition from Dockerfile
09:01:04 [2023-04-07T09:01:04.659Z] #1 transferring dockerfile: 26.94kB done
09:01:04 [2023-04-07T09:01:04.659Z] #1 DONE 0.0s
09:01:04 [2023-04-07T09:01:04.659Z] 
09:01:04 [2023-04-07T09:01:04.659Z] #2 [internal] load .dockerignore
09:01:04 [2023-04-07T09:01:04.659Z] #2 transferring context: 113B done
09:01:04 [2023-04-07T09:01:04.659Z] #2 DONE 0.1s
09:01:04 [2023-04-07T09:01:04.659Z] 
09:01:04 [2023-04-07T09:01:04.659Z] #3 resolve image config for docker.io/docker/dockerfile:1
09:01:04 [2023-04-07T09:01:04.920Z] #3 DONE 0.3s
09:01:04 [2023-04-07T09:01:04.920Z] 
09:01:04 [2023-04-07T09:01:04.920Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
09:01:04 [2023-04-07T09:01:04.920Z] #4 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
09:01:04 [2023-04-07T09:01:04.920Z] #4 sha256:a28edb2041b8f23c38382d8be273f0239f51ff1f510f98bccc8d0e7f42249e97 2.90kB / 2.90kB done
09:01:04 [2023-04-07T09:01:04.920Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 8.39MB / 10.82MB 0.1s
09:01:04 [2023-04-07T09:01:04.920Z] #4 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done
09:01:04 [2023-04-07T09:01:04.921Z] #4 sha256:7f44e51970d0422c2cbff3b20b6b5ef861f6244c396a06e1a96f7aa4fa83a4e6 482B / 482B done
09:01:05 [2023-04-07T09:01:05.182Z] #4 sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 10.82MB / 10.82MB 0.2s done
09:01:05 [2023-04-07T09:01:05.182Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65
09:01:05 [2023-04-07T09:01:05.182Z] #4 extracting sha256:9d0cd65540a143ce38aa0be7c5e9efeed30d3580d03667f107cd76354f2bee65 0.2s done
09:01:05 [2023-04-07T09:01:05.182Z] #4 DONE 0.4s
09:01:05 [2023-04-07T09:01:05.443Z] 
09:01:05 [2023-04-07T09:01:05.443Z] #5 [internal] load metadata for docker.io/library/debian:bullseye
09:01:06 [2023-04-07T09:01:06.013Z] #5 ...
09:01:06 [2023-04-07T09:01:06.013Z] 
09:01:06 [2023-04-07T09:01:06.013Z] #6 [internal] load metadata for docker.io/library/busybox:latest
09:01:06 [2023-04-07T09:01:06.013Z] #6 DONE 0.4s
09:01:06 [2023-04-07T09:01:06.013Z] 
09:01:06 [2023-04-07T09:01:06.013Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
09:01:06 [2023-04-07T09:01:06.013Z] #7 DONE 0.5s
09:01:06 [2023-04-07T09:01:06.013Z] 
09:01:06 [2023-04-07T09:01:06.013Z] #8 [internal] load metadata for docker.io/library/golang:1.20.3-bullseye
09:01:06 [2023-04-07T09:01:06.013Z] #8 DONE 0.5s
09:01:06 [2023-04-07T09:01:06.013Z] 
09:01:06 [2023-04-07T09:01:06.013Z] #9 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
09:01:06 [2023-04-07T09:01:06.013Z] #9 DONE 0.5s
09:01:06 [2023-04-07T09:01:06.013Z] 
09:01:06 [2023-04-07T09:01:06.013Z] #5 [internal] load metadata for docker.io/library/debian:bullseye
09:01:06 [2023-04-07T09:01:06.273Z] #5 DONE 0.6s
09:01:09 [2023-04-07T09:01:09.571Z] 
09:01:09 [2023-04-07T09:01:09.571Z] #10 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:09 [2023-04-07T09:01:09.571Z] #10 resolve docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:09 [2023-04-07T09:01:09.571Z] #10 ...
09:01:09 [2023-04-07T09:01:09.571Z] 
09:01:09 [2023-04-07T09:01:09.571Z] #11 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
09:01:09 [2023-04-07T09:01:09.571Z] #11 resolve docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 0.1s done
09:01:09 [2023-04-07T09:01:09.571Z] #11 DONE 0.1s
09:01:09 [2023-04-07T09:01:09.571Z] 
09:01:09 [2023-04-07T09:01:09.571Z] #10 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:09 [2023-04-07T09:01:09.571Z] #10 resolve docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f 0.1s done
09:01:09 [2023-04-07T09:01:09.571Z] #10 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 16.78MB / 53.70MB 0.2s
09:01:09 [2023-04-07T09:01:09.571Z] #10 sha256:7971239fe1d69763272ccc0b2527efa95547d37c53630ed0a71db4e00d3ef964 5.15MB / 5.15MB 0.2s
09:01:09 [2023-04-07T09:01:09.571Z] #10 sha256:26c861b53509d61c37240d2f80efb3a351d2f1d7f4f8e8ec2e5004c1d86af89c 5.24MB / 10.87MB 0.2s
09:01:09 [2023-04-07T09:01:09.571Z] #10 sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f 1.86kB / 1.86kB done
09:01:09 [2023-04-07T09:01:09.571Z] #10 sha256:d894b3146c7267eaf319c7f41747f4de5f6d30d3754fdb0b5646c9d593ccd540 7.33kB / 7.33kB done
09:01:09 [2023-04-07T09:01:09.571Z] #10 sha256:abac09ec26b8929745d69bfb954bba65e36cb96f564e707944730fa26880a9e0 1.79kB / 1.79kB done
09:01:09 [2023-04-07T09:01:09.842Z] #10 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 27.26MB / 53.70MB 0.3s
09:01:09 [2023-04-07T09:01:09.842Z] #10 sha256:26c861b53509d61c37240d2f80efb3a351d2f1d7f4f8e8ec2e5004c1d86af89c 10.87MB / 10.87MB 0.3s
09:01:09 [2023-04-07T09:01:09.842Z] #10 ...
09:01:09 [2023-04-07T09:01:09.842Z] 
09:01:09 [2023-04-07T09:01:09.842Z] #12 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
09:01:09 [2023-04-07T09:01:09.842Z] #12 DONE 0.5s
09:01:09 [2023-04-07T09:01:09.842Z] 
09:01:09 [2023-04-07T09:01:09.842Z] #10 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:09 [2023-04-07T09:01:09.842Z] #10 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 35.65MB / 53.70MB 0.4s
09:01:09 [2023-04-07T09:01:09.842Z] #10 sha256:7971239fe1d69763272ccc0b2527efa95547d37c53630ed0a71db4e00d3ef964 5.15MB / 5.15MB 0.3s done
09:01:09 [2023-04-07T09:01:09.842Z] #10 sha256:26c861b53509d61c37240d2f80efb3a351d2f1d7f4f8e8ec2e5004c1d86af89c 10.87MB / 10.87MB 0.3s done
09:01:09 [2023-04-07T09:01:09.842Z] #10 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 0B / 54.68MB 0.4s
09:01:10 [2023-04-07T09:01:10.109Z] #10 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 46.14MB / 53.70MB 0.5s
09:01:10 [2023-04-07T09:01:10.109Z] #10 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 6.29MB / 54.68MB 0.5s
09:01:10 [2023-04-07T09:01:10.109Z] #10 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 0B / 81.40MB 0.5s
09:01:10 [2023-04-07T09:01:10.109Z] #10 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 53.70MB / 53.70MB 0.7s
09:01:10 [2023-04-07T09:01:10.109Z] #10 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 33.85MB / 54.68MB 0.7s
09:01:10 [2023-04-07T09:01:10.109Z] #10 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 14.68MB / 81.40MB 0.7s
09:01:10 [2023-04-07T09:01:10.109Z] #10 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 46.14MB / 54.68MB 0.8s
09:01:10 [2023-04-07T09:01:10.109Z] #10 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 23.07MB / 81.40MB 0.8s
09:01:10 [2023-04-07T09:01:10.391Z] #10 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 54.68MB / 54.68MB 0.9s
09:01:10 [2023-04-07T09:01:10.391Z] #10 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 32.51MB / 81.40MB 0.9s
09:01:10 [2023-04-07T09:01:10.391Z] #10 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 51.38MB / 81.40MB 1.0s
09:01:10 [2023-04-07T09:01:10.656Z] #10 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 57.03MB / 81.40MB 1.1s
09:01:10 [2023-04-07T09:01:10.656Z] #10 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 77.59MB / 81.40MB 1.3s
09:01:11 [2023-04-07T09:01:11.230Z] #10 ...
09:01:11 [2023-04-07T09:01:11.230Z] 
09:01:11 [2023-04-07T09:01:11.230Z] #13 [internal] load build context
09:01:11 [2023-04-07T09:01:11.230Z] #13 transferring context: 67.66MB 1.8s done
09:01:11 [2023-04-07T09:01:11.230Z] #13 DONE 2.0s
09:01:11 [2023-04-07T09:01:11.230Z] 
09:01:11 [2023-04-07T09:01:11.230Z] #10 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:11 [2023-04-07T09:01:11.230Z] #10 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 53.70MB / 53.70MB 1.7s done
09:01:11 [2023-04-07T09:01:11.230Z] #10 sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 54.68MB / 54.68MB 1.8s done
09:01:11 [2023-04-07T09:01:11.230Z] #10 sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 81.40MB / 81.40MB 1.9s done
09:01:11 [2023-04-07T09:01:11.230Z] #10 sha256:380010ab8cdbd2ee2276cc6dfe2f769249d4181bc25b64a12602becd1c853601 0B / 155B 1.9s
09:01:11 [2023-04-07T09:01:11.230Z] #10 sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 0B / 95.44MB 1.9s
09:01:11 [2023-04-07T09:01:11.491Z] #10 sha256:380010ab8cdbd2ee2276cc6dfe2f769249d4181bc25b64a12602becd1c853601 155B / 155B 1.9s done
09:01:11 [2023-04-07T09:01:11.752Z] #10 sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 16.78MB / 95.44MB 2.2s
09:01:11 [2023-04-07T09:01:11.752Z] #10 sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 22.02MB / 95.44MB 2.3s
09:01:11 [2023-04-07T09:01:11.752Z] #10 extracting sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 0.4s
09:01:11 [2023-04-07T09:01:11.752Z] #10 sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 28.31MB / 95.44MB 2.4s
09:01:12 [2023-04-07T09:01:12.012Z] #10 ...
09:01:12 [2023-04-07T09:01:12.012Z] 
09:01:12 [2023-04-07T09:01:12.012Z] #11 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
09:01:12 [2023-04-07T09:01:12.012Z] #11 sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 2.65kB / 2.65kB done
09:01:12 [2023-04-07T09:01:12.012Z] #11 sha256:f663db6ef122c01b5690c6b8fc2eff09635374597ed36fac63133b48fd0777b8 526B / 526B done
09:01:12 [2023-04-07T09:01:12.012Z] #11 sha256:64c0463dcf02cc65ad1ac532d9974472c41c79b92c4fac56271cd2b7540c7cdb 1.30kB / 1.30kB done
09:01:12 [2023-04-07T09:01:12.012Z] #11 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 2.2s done
09:01:12 [2023-04-07T09:01:12.012Z] #11 extracting sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 0.0s done
09:01:12 [2023-04-07T09:01:12.012Z] #11 DONE 2.6s
09:01:12 [2023-04-07T09:01:12.012Z] 
09:01:12 [2023-04-07T09:01:12.012Z] #10 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:12 [2023-04-07T09:01:12.012Z] #10 sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 35.70MB / 95.44MB 2.6s
09:01:12 [2023-04-07T09:01:12.274Z] #10 sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 50.33MB / 95.44MB 2.7s
09:01:12 [2023-04-07T09:01:12.274Z] #10 ...
09:01:12 [2023-04-07T09:01:12.274Z] 
09:01:12 [2023-04-07T09:01:12.274Z] #14 [build-dummy 1/2] FROM docker.io/library/busybox@sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16
09:01:12 [2023-04-07T09:01:12.274Z] #14 resolve docker.io/library/busybox@sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 0.1s done
09:01:12 [2023-04-07T09:01:12.274Z] #14 sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16 2.29kB / 2.29kB done
09:01:12 [2023-04-07T09:01:12.274Z] #14 sha256:ba7000206594c2d72c3ab550453004c0dc50961157e5ebd2fb8ea1890099d02d 528B / 528B done
09:01:12 [2023-04-07T09:01:12.274Z] #14 sha256:3fbaf71a998bae6e375be74b999bd418091bf6511e356a129fdc969c4a94a5bc 1.47kB / 1.47kB done
09:01:12 [2023-04-07T09:01:12.274Z] #14 sha256:b50100f25006c29bd3a3dd4abacfeb7e9cb61c1a758d07c68fa699a2494fd2df 2.00MB / 2.00MB 2.1s done
09:01:12 [2023-04-07T09:01:12.274Z] #14 extracting sha256:b50100f25006c29bd3a3dd4abacfeb7e9cb61c1a758d07c68fa699a2494fd2df 0.4s done
09:01:12 [2023-04-07T09:01:12.274Z] #14 DONE 3.0s
09:01:12 [2023-04-07T09:01:12.274Z] 
09:01:12 [2023-04-07T09:01:12.274Z] #10 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:12 [2023-04-07T09:01:12.274Z] #10 sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 62.91MB / 95.44MB 2.9s
09:01:12 [2023-04-07T09:01:12.538Z] #10 sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 68.16MB / 95.44MB 3.0s
09:01:12 [2023-04-07T09:01:12.538Z] #10 sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 79.67MB / 95.44MB 3.1s
09:01:12 [2023-04-07T09:01:12.799Z] #10 ...
09:01:12 [2023-04-07T09:01:12.799Z] 
09:01:12 [2023-04-07T09:01:12.799Z] #15 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
09:01:12 [2023-04-07T09:01:12.799Z] #15 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
09:01:12 [2023-04-07T09:01:12.799Z] #15 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
09:01:12 [2023-04-07T09:01:12.799Z] #15 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
09:01:12 [2023-04-07T09:01:12.799Z] #15 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
09:01:12 [2023-04-07T09:01:12.799Z] #15 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.1s done
09:01:12 [2023-04-07T09:01:12.799Z] #15 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.9s done
09:01:12 [2023-04-07T09:01:12.799Z] #15 DONE 3.4s
09:01:12 [2023-04-07T09:01:12.799Z] 
09:01:12 [2023-04-07T09:01:12.799Z] #10 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:12 [2023-04-07T09:01:12.799Z] #10 sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 93.32MB / 95.44MB 3.4s
09:01:13 [2023-04-07T09:01:13.742Z] #10 sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 95.44MB / 95.44MB 4.3s done
09:01:14 [2023-04-07T09:01:14.003Z] #10 ...
09:01:14 [2023-04-07T09:01:14.003Z] 
09:01:14 [2023-04-07T09:01:14.003Z] #16 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:7b991788987ad860810df60927e1adbaf8e156520177bd4db82409f81dd3b721
09:01:14 [2023-04-07T09:01:14.003Z] #16 resolve docker.io/library/debian:bullseye@sha256:7b991788987ad860810df60927e1adbaf8e156520177bd4db82409f81dd3b721 0.1s done
09:01:14 [2023-04-07T09:01:14.003Z] #16 sha256:a37d66742c803d4715d6d6a3d1be9cb2310227bbacd2cc8af89332d57d52d57c 1.48kB / 1.48kB done
09:01:14 [2023-04-07T09:01:14.003Z] #16 sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 53.70MB / 53.70MB 1.7s done
09:01:14 [2023-04-07T09:01:14.003Z] #16 sha256:7b991788987ad860810df60927e1adbaf8e156520177bd4db82409f81dd3b721 1.85kB / 1.85kB done
09:01:14 [2023-04-07T09:01:14.003Z] #16 sha256:c7908b5cd3ce2969645bc08efd3940e1d145da5d935fb084e7fde00949a1ccb9 529B / 529B done
09:01:14 [2023-04-07T09:01:14.003Z] #16 extracting sha256:8022b074731d9ecee7f4fba79b993920973811dda168bbc08636f18523b90122 2.3s done
09:01:14 [2023-04-07T09:01:14.003Z] #16 DONE 4.6s
09:01:14 [2023-04-07T09:01:14.003Z] 
09:01:14 [2023-04-07T09:01:14.003Z] #10 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:14 [2023-04-07T09:01:14.003Z] #10 extracting sha256:7971239fe1d69763272ccc0b2527efa95547d37c53630ed0a71db4e00d3ef964
09:01:14 [2023-04-07T09:01:14.264Z] #10 extracting sha256:7971239fe1d69763272ccc0b2527efa95547d37c53630ed0a71db4e00d3ef964 0.2s done
09:01:14 [2023-04-07T09:01:14.264Z] #10 extracting sha256:26c861b53509d61c37240d2f80efb3a351d2f1d7f4f8e8ec2e5004c1d86af89c 0.1s
09:01:14 [2023-04-07T09:01:14.526Z] #10 extracting sha256:26c861b53509d61c37240d2f80efb3a351d2f1d7f4f8e8ec2e5004c1d86af89c 0.3s done
09:01:14 [2023-04-07T09:01:14.786Z] #10 extracting sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 0.1s
09:01:17 [2023-04-07T09:01:17.343Z] #10 extracting sha256:1714880ecc1c021a5f708f4369f91d3c2c53b998a56d563d0a9aa9be2488d794 2.8s done
09:01:17 [2023-04-07T09:01:17.914Z] #10 extracting sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c
09:01:20 [2023-04-07T09:01:20.455Z] #10 extracting sha256:c71e83b44ada3262ebe71aced3f6deb0841fb8445b71655a63800119ca885f0c 2.4s done
09:01:21 [2023-04-07T09:01:21.400Z] #10 extracting sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258
09:01:21 [2023-04-07T09:01:21.971Z] #10 ...
09:01:21 [2023-04-07T09:01:21.971Z] 
09:01:21 [2023-04-07T09:01:21.971Z] #17 [build-dummy 2/2] RUN mkdir -p /build
09:01:21 [2023-04-07T09:01:21.971Z] #17 DONE 9.7s
09:01:21 [2023-04-07T09:01:21.971Z] 
09:01:21 [2023-04-07T09:01:21.971Z] #10 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:21 [2023-04-07T09:01:21.971Z] #10 ...
09:01:21 [2023-04-07T09:01:21.971Z] 
09:01:21 [2023-04-07T09:01:21.971Z] #18 [binary-dummy 1/1] COPY --from=build-dummy /build /build
09:01:22 [2023-04-07T09:01:22.231Z] #18 DONE 0.1s
09:01:22 [2023-04-07T09:01:22.231Z] 
09:01:22 [2023-04-07T09:01:22.231Z] #10 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:24 [2023-04-07T09:01:24.152Z] #10 ...
09:01:24 [2023-04-07T09:01:24.152Z] 
09:01:24 [2023-04-07T09:01:24.152Z] #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:01:24 [2023-04-07T09:01:24.152Z] #0 0.927 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 0.939 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 0.939 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 1.079 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 1.581 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 1.592 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 2.545 Fetched 8524 kB in 2s (4546 kB/s)
09:01:24 [2023-04-07T09:01:24.152Z] #0 2.545 Reading package lists...
09:01:24 [2023-04-07T09:01:24.152Z] #0 3.087 Reading package lists...
09:01:24 [2023-04-07T09:01:24.152Z] #0 3.598 Building dependency tree...
09:01:24 [2023-04-07T09:01:24.152Z] #0 3.889 The following additional packages will be installed:
09:01:24 [2023-04-07T09:01:24.152Z] #0 3.889   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
09:01:24 [2023-04-07T09:01:24.152Z] #0 3.889   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
09:01:24 [2023-04-07T09:01:24.152Z] #0 3.897 Recommended packages:
09:01:24 [2023-04-07T09:01:24.152Z] #0 3.897   libldap-common publicsuffix libsasl2-modules
09:01:24 [2023-04-07T09:01:24.152Z] #0 3.993 The following NEW packages will be installed:
09:01:24 [2023-04-07T09:01:24.152Z] #0 3.994   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
09:01:24 [2023-04-07T09:01:24.152Z] #0 3.994   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
09:01:24 [2023-04-07T09:01:24.152Z] #0 3.994   libssh2-1 openssl
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.267 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.267 Need to get 2944 kB of archives.
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.267 After this operation, 6484 kB of additional disk space will be used.
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.267 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.355 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.355 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.357 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:01:24 [2023-04-07T09:01:24.152Z] #0 4.358 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.359 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.361 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.363 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.364 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.365 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.367 Get:11 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.464 Get:12 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.466 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.467 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.469 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.701 debconf: delaying package configuration, since apt-utils is not installed
09:01:24 [2023-04-07T09:01:24.152Z] #0 4.795 Fetched 2944 kB in 0s (6021 kB/s)
09:01:24 [2023-04-07T09:01:24.152Z] #0 5.012 Selecting previously unselected package openssl.
09:01:24 [2023-04-07T09:01:24.152Z] #0 5.012 (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:01:24 [2023-04-07T09:01:24.152Z] #0 5.016 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u4_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 5.229 Unpacking openssl (1.1.1n-0+deb11u4) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 6.822 Selecting previously unselected package ca-certificates.
09:01:24 [2023-04-07T09:01:24.152Z] #0 6.823 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 7.308 Unpacking ca-certificates (20210119) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 7.757 Selecting previously unselected package libbrotli1:arm64.
09:01:24 [2023-04-07T09:01:24.152Z] #0 7.757 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 7.767 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 7.835 Selecting previously unselected package libsasl2-modules-db:arm64.
09:01:24 [2023-04-07T09:01:24.152Z] #0 7.835 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 7.839 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 7.879 Selecting previously unselected package libsasl2-2:arm64.
09:01:24 [2023-04-07T09:01:24.152Z] #0 7.881 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 7.889 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.082 Selecting previously unselected package libldap-2.4-2:arm64.
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.082 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.089 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.162 Selecting previously unselected package libnghttp2-14:arm64.
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.162 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.166 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.213 Selecting previously unselected package libpsl5:arm64.
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.213 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.220 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.271 Selecting previously unselected package librtmp1:arm64.
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.271 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.277 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.322 Selecting previously unselected package libssh2-1:arm64.
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.322 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.326 Unpacking libssh2-1:arm64 (1.9.0-2) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.377 Selecting previously unselected package libcurl4:arm64.
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.377 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.381 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.433 Selecting previously unselected package curl.
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.433 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u7_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.437 Unpacking curl (7.74.0-1.3+deb11u7) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.493 Selecting previously unselected package libonig5:arm64.
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.493 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.501 Unpacking libonig5:arm64 (6.9.6-1.1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.559 Selecting previously unselected package libjq1:arm64.
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.559 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.563 Unpacking libjq1:arm64 (1.6-2.1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.604 Selecting previously unselected package jq.
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.604 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.610 Unpacking jq (1.6-2.1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.648 Setting up libpsl5:arm64 (0.21.0-1.2) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.660 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.672 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.685 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.698 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.709 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.721 Setting up libssh2-1:arm64 (1.9.0-2) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.734 Setting up openssl (1.1.1n-0+deb11u4) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.752 Setting up libonig5:arm64 (6.9.6-1.1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.765 Setting up libjq1:arm64 (1.6-2.1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.779 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 8.791 Setting up ca-certificates (20210119) ...
09:01:24 [2023-04-07T09:01:24.152Z] #0 9.486 Updating certificates in /etc/ssl/certs...
09:01:24 [2023-04-07T09:01:24.152Z] #19 ...
09:01:24 [2023-04-07T09:01:24.152Z] 
09:01:24 [2023-04-07T09:01:24.152Z] #10 [base 1/5] FROM docker.io/library/golang:1.20.3-bullseye@sha256:0c4028f241827951ee41df718abdb75769b63610f3b0e2350cf6fede68e24d6f
09:01:25 [2023-04-07T09:01:25.536Z] #10 extracting sha256:fb46abab9412e337695e630ce2ae55efc1437fe180352f4c8db26e90227fb258 4.0s done
09:01:25 [2023-04-07T09:01:25.795Z] #10 extracting sha256:380010ab8cdbd2ee2276cc6dfe2f769249d4181bc25b64a12602becd1c853601 done
09:01:26 [2023-04-07T09:01:26.366Z] #10 DONE 17.1s
09:01:26 [2023-04-07T09:01:26.366Z] 
09:01:26 [2023-04-07T09:01:26.366Z] #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:01:26 [2023-04-07T09:01:26.366Z] #19 10.31 129 added, 0 removed; done.
09:01:26 [2023-04-07T09:01:26.366Z] #19 10.35 Setting up jq (1.6-2.1) ...
09:01:26 [2023-04-07T09:01:26.366Z] #19 10.36 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
09:01:26 [2023-04-07T09:01:26.366Z] #19 10.48 Setting up curl (7.74.0-1.3+deb11u7) ...
09:01:26 [2023-04-07T09:01:26.366Z] #19 10.49 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:01:26 [2023-04-07T09:01:26.366Z] #19 10.52 Processing triggers for ca-certificates (20210119) ...
09:01:26 [2023-04-07T09:01:26.366Z] #19 10.52 Updating certificates in /etc/ssl/certs...
09:01:26 [2023-04-07T09:01:26.366Z] #19 11.24 0 added, 0 removed; done.
09:01:26 [2023-04-07T09:01:26.366Z] #19 11.24 Running hooks in /etc/ca-certificates/update.d...
09:01:26 [2023-04-07T09:01:26.366Z] #19 11.24 done.
09:01:27 [2023-04-07T09:01:27.306Z] #19 DONE 13.1s
09:01:27 [2023-04-07T09:01:27.306Z] 
09:01:27 [2023-04-07T09:01:27.306Z] #20 [base 2/5] COPY --from=xx / /
09:01:27 [2023-04-07T09:01:27.306Z] #20 DONE 0.6s
09:01:27 [2023-04-07T09:01:27.306Z] 
09:01:27 [2023-04-07T09:01:27.306Z] #21 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
09:01:27 [2023-04-07T09:01:27.306Z] #21 DONE 0.1s
09:01:27 [2023-04-07T09:01:27.306Z] 
09:01:27 [2023-04-07T09:01:27.306Z] #22 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
09:01:27 [2023-04-07T09:01:27.882Z] #22 DONE 0.6s
09:01:27 [2023-04-07T09:01:27.882Z] 
09:01:27 [2023-04-07T09:01:27.882Z] #23 [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:01:28 [2023-04-07T09:01:28.142Z] #23 DONE 0.6s
09:01:28 [2023-04-07T09:01:28.142Z] 
09:01:28 [2023-04-07T09:01:28.142Z] #24 [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:01:29 [2023-04-07T09:01:29.085Z] #24 1.756 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
09:01:29 [2023-04-07T09:01:29.085Z] #24 1.969 
09:01:29 [2023-04-07T09:01:29.607Z] #24 2.196 #=#=#                                                                         

######################################################################## 100.0%
09:01:29 [2023-04-07T09:01:29.607Z] #24 2.454 
09:01:30 [2023-04-07T09:01:30.991Z] #24 3.530 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
09:01:30 [2023-04-07T09:01:30.991Z] #24 3.735 
09:01:31 [2023-04-07T09:01:31.253Z] #24 3.952 #=#=#                                                                         

                                                                           0.1%
######################################################################## 100.0%
09:01:31 [2023-04-07T09:01:31.513Z] #24 4.324 
09:01:32 [2023-04-07T09:01:32.455Z] #24 ...
09:01:32 [2023-04-07T09:01:32.455Z] 
09:01:32 [2023-04-07T09:01:32.455Z] #25 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
09:01:32 [2023-04-07T09:01:32.455Z] #0 0.775 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:01:32 [2023-04-07T09:01:32.455Z] #0 0.786 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:01:32 [2023-04-07T09:01:32.455Z] #0 0.787 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:01:32 [2023-04-07T09:01:32.455Z] #0 0.915 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:01:32 [2023-04-07T09:01:32.455Z] #0 1.053 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:01:32 [2023-04-07T09:01:32.455Z] #0 1.173 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:01:32 [2023-04-07T09:01:32.455Z] #0 1.890 Fetched 8524 kB in 1s (6136 kB/s)
09:01:32 [2023-04-07T09:01:32.455Z] #0 1.890 Reading package lists...
09:01:32 [2023-04-07T09:01:32.455Z] #0 2.404 Reading package lists...
09:01:32 [2023-04-07T09:01:32.455Z] #0 2.907 Building dependency tree...
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.041 Reading state information...
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.202 The following additional packages will be installed:
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.202   libmagic-mgc libmagic1
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.228 The following NEW packages will be installed:
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.229   file libmagic-mgc libmagic1
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.505 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.505 Need to get 463 kB of archives.
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.505 After this operation, 7063 kB of additional disk space will be used.
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.505 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.513 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.515 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.639 debconf: delaying package configuration, since apt-utils is not installed
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.672 Fetched 463 kB in 0s (1646 kB/s)
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.691 Selecting previously unselected package libmagic-mgc.
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.691 (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:01:32 [2023-04-07T09:01:32.455Z] #0 3.704 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_arm64.deb ...
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.708 Unpacking libmagic-mgc (1:5.39-3) ...
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.817 Selecting previously unselected package libmagic1:arm64.
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.819 Preparing to unpack .../libmagic1_1%3a5.39-3_arm64.deb ...
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.827 Unpacking libmagic1:arm64 (1:5.39-3) ...
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.870 Selecting previously unselected package file.
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.870 Preparing to unpack .../file_1%3a5.39-3_arm64.deb ...
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.874 Unpacking file (1:5.39-3) ...
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.914 Setting up libmagic-mgc (1:5.39-3) ...
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.924 Setting up libmagic1:arm64 (1:5.39-3) ...
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.942 Setting up file (1:5.39-3) ...
09:01:32 [2023-04-07T09:01:32.455Z] #0 3.953 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:01:32 [2023-04-07T09:01:32.455Z] #25 DONE 4.2s
09:01:32 [2023-04-07T09:01:32.455Z] 
09:01:32 [2023-04-07T09:01:32.455Z] #26 [runc-src 1/3] WORKDIR /usr/src/runc
09:01:32 [2023-04-07T09:01:32.455Z] #26 DONE 0.0s
09:01:32 [2023-04-07T09:01:32.455Z] 
09:01:32 [2023-04-07T09:01:32.455Z] #27 [tini-src 1/3] WORKDIR /usr/src/tini
09:01:32 [2023-04-07T09:01:32.455Z] #27 ...
09:01:32 [2023-04-07T09:01:32.455Z] 
09:01:32 [2023-04-07T09:01:32.455Z] #28 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
09:01:32 [2023-04-07T09:01:32.455Z] #28 DONE 0.1s
09:01:32 [2023-04-07T09:01:32.715Z] 
09:01:32 [2023-04-07T09:01:32.715Z] #29 [dockercli-src 1/5] WORKDIR /tmp/dockercli
09:01:32 [2023-04-07T09:01:32.715Z] #29 DONE 0.2s
09:01:32 [2023-04-07T09:01:32.715Z] 
09:01:32 [2023-04-07T09:01:32.715Z] #30 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
09:01:32 [2023-04-07T09:01:32.715Z] #30 DONE 0.2s
09:01:32 [2023-04-07T09:01:32.715Z] 
09:01:32 [2023-04-07T09:01:32.715Z] #31 [delve-src 1/3] WORKDIR /usr/src/delve
09:01:32 [2023-04-07T09:01:32.715Z] #31 DONE 0.2s
09:01:32 [2023-04-07T09:01:32.715Z] 
09:01:32 [2023-04-07T09:01:32.715Z] #32 [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:01:32 [2023-04-07T09:01:32.715Z] #32 DONE 0.2s
09:01:32 [2023-04-07T09:01:32.715Z] 
09:01:32 [2023-04-07T09:01:32.715Z] #33 [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:01:32 [2023-04-07T09:01:32.715Z] #33 ...
09:01:32 [2023-04-07T09:01:32.715Z] 
09:01:32 [2023-04-07T09:01:32.715Z] #34 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
09:01:32 [2023-04-07T09:01:32.715Z] #34 DONE 0.4s
09:01:32 [2023-04-07T09:01:32.715Z] 
09:01:32 [2023-04-07T09:01:32.715Z] #35 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
09:01:32 [2023-04-07T09:01:32.715Z] #35 DONE 0.4s
09:01:32 [2023-04-07T09:01:32.978Z] 
09:01:32 [2023-04-07T09:01:32.978Z] #27 [tini-src 1/3] WORKDIR /usr/src/tini
09:01:32 [2023-04-07T09:01:32.978Z] #27 DONE 0.4s
09:01:32 [2023-04-07T09:01:32.978Z] 
09:01:32 [2023-04-07T09:01:32.978Z] #36 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
09:01:32 [2023-04-07T09:01:32.978Z] #36 DONE 0.4s
09:01:32 [2023-04-07T09:01:32.978Z] 
09:01:32 [2023-04-07T09:01:32.978Z] #37 [registry-src 1/2] WORKDIR /usr/src/registry
09:01:32 [2023-04-07T09:01:32.978Z] #37 DONE 0.5s
09:01:32 [2023-04-07T09:01:32.978Z] 
09:01:32 [2023-04-07T09:01:32.978Z] #38 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
09:01:32 [2023-04-07T09:01:32.978Z] #38 DONE 0.5s
09:01:32 [2023-04-07T09:01:32.978Z] 
09:01:32 [2023-04-07T09:01:32.978Z] #39 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
09:01:32 [2023-04-07T09:01:32.978Z] #39 DONE 0.5s
09:01:32 [2023-04-07T09:01:32.978Z] 
09:01:32 [2023-04-07T09:01:32.978Z] #40 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli
09:01:32 [2023-04-07T09:01:32.978Z] #40 DONE 0.5s
09:01:32 [2023-04-07T09:01:32.978Z] 
09:01:32 [2023-04-07T09:01:32.978Z] #41 [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:01:32 [2023-04-07T09:01:32.978Z] #41 ...
09:01:32 [2023-04-07T09:01:32.978Z] 
09:01:32 [2023-04-07T09:01:32.978Z] #42 [containerd-src 1/3] WORKDIR /usr/src/containerd
09:01:32 [2023-04-07T09:01:32.978Z] #42 DONE 0.5s
09:01:32 [2023-04-07T09:01:32.978Z] 
09:01:32 [2023-04-07T09:01:32.978Z] #43 [swagger-src 1/3] WORKDIR /usr/src/swagger
09:01:32 [2023-04-07T09:01:32.978Z] #43 DONE 0.6s
09:01:33 [2023-04-07T09:01:33.241Z] 
09:01:33 [2023-04-07T09:01:33.241Z] #24 [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:01:33 [2023-04-07T09:01:33.241Z] #24 5.362 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
09:01:33 [2023-04-07T09:01:33.241Z] #24 5.642 
09:01:33 [2023-04-07T09:01:33.768Z] #24 5.862 #=#=#                                                                         

                                                                           0.0%
#############################                                             41.5%
##########################################                                59.2%
#####################################################################     96.3%
######################################################################## 100.0%
09:01:34 [2023-04-07T09:01:34.029Z] #24 6.831 
09:01:35 [2023-04-07T09:01:35.943Z] #24 8.511 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
09:01:35 [2023-04-07T09:01:35.943Z] #24 8.753 
09:01:36 [2023-04-07T09:01:36.205Z] #24 8.974 #=#=#                                                                         

######################################################################## 100.0%
09:01:36 [2023-04-07T09:01:36.465Z] #24 9.310 
09:01:36 [2023-04-07T09:01:36.726Z] #24 ...
09:01:36 [2023-04-07T09:01:36.726Z] 
09:01:36 [2023-04-07T09:01:36.726Z] #44 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git"
09:01:36 [2023-04-07T09:01:36.726Z] #0 3.793 hint: Using 'master' as the name for the initial branch. This default branch name
09:01:36 [2023-04-07T09:01:36.726Z] #0 3.793 hint: is subject to change. To configure the initial branch name to use in all
09:01:36 [2023-04-07T09:01:36.726Z] #0 3.793 hint: of your new repositories, which will suppress this warning, call:
09:01:36 [2023-04-07T09:01:36.726Z] #0 3.793 hint: 
09:01:36 [2023-04-07T09:01:36.726Z] #0 3.793 hint: 	git config --global init.defaultBranch <name>
09:01:36 [2023-04-07T09:01:36.726Z] #0 3.793 hint: 
09:01:36 [2023-04-07T09:01:36.726Z] #0 3.793 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:01:36 [2023-04-07T09:01:36.726Z] #0 3.793 hint: 'development'. The just-created branch can be renamed via this command:
09:01:36 [2023-04-07T09:01:36.726Z] #0 3.793 hint: 
09:01:36 [2023-04-07T09:01:36.726Z] #0 3.793 hint: 	git branch -m <name>
09:01:36 [2023-04-07T09:01:36.726Z] #0 3.795 Initialized empty Git repository in /tmp/dockercli/.git/
09:01:36 [2023-04-07T09:01:36.726Z] #44 DONE 4.0s
09:01:36 [2023-04-07T09:01:36.988Z] 
09:01:36 [2023-04-07T09:01:36.988Z] #45 [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:01:37 [2023-04-07T09:01:37.561Z] #45 ...
09:01:37 [2023-04-07T09:01:37.561Z] 
09:01:37 [2023-04-07T09:01:37.561Z] #46 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
09:01:37 [2023-04-07T09:01:37.561Z] #0 4.629 hint: Using 'master' as the name for the initial branch. This default branch name
09:01:37 [2023-04-07T09:01:37.561Z] #0 4.629 hint: is subject to change. To configure the initial branch name to use in all
09:01:37 [2023-04-07T09:01:37.561Z] #0 4.629 hint: of your new repositories, which will suppress this warning, call:
09:01:37 [2023-04-07T09:01:37.561Z] #0 4.629 hint: 
09:01:37 [2023-04-07T09:01:37.561Z] #0 4.629 hint: 	git config --global init.defaultBranch <name>
09:01:37 [2023-04-07T09:01:37.561Z] #0 4.629 hint: 
09:01:37 [2023-04-07T09:01:37.561Z] #0 4.629 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:01:37 [2023-04-07T09:01:37.561Z] #0 4.629 hint: 'development'. The just-created branch can be renamed via this command:
09:01:37 [2023-04-07T09:01:37.561Z] #0 4.629 hint: 
09:01:37 [2023-04-07T09:01:37.561Z] #0 4.629 hint: 	git branch -m <name>
09:01:37 [2023-04-07T09:01:37.561Z] #0 4.643 Initialized empty Git repository in /usr/src/tini/.git/
09:01:37 [2023-04-07T09:01:37.561Z] #46 DONE 4.7s
09:01:37 [2023-04-07T09:01:37.822Z] 
09:01:37 [2023-04-07T09:01:37.822Z] #47 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
09:01:37 [2023-04-07T09:01:37.822Z] #0 5.205 hint: Using 'master' as the name for the initial branch. This default branch name
09:01:37 [2023-04-07T09:01:37.822Z] #0 5.205 hint: is subject to change. To configure the initial branch name to use in all
09:01:37 [2023-04-07T09:01:37.822Z] #0 5.205 hint: of your new repositories, which will suppress this warning, call:
09:01:37 [2023-04-07T09:01:37.822Z] #0 5.205 hint: 
09:01:37 [2023-04-07T09:01:37.822Z] #0 5.205 hint: 	git config --global init.defaultBranch <name>
09:01:37 [2023-04-07T09:01:37.822Z] #0 5.205 hint: 
09:01:37 [2023-04-07T09:01:37.822Z] #0 5.205 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:01:37 [2023-04-07T09:01:37.822Z] #0 5.205 hint: 'development'. The just-created branch can be renamed via this command:
09:01:37 [2023-04-07T09:01:37.822Z] #0 5.205 hint: 
09:01:37 [2023-04-07T09:01:37.822Z] #0 5.205 hint: 	git branch -m <name>
09:01:37 [2023-04-07T09:01:37.822Z] #0 5.206 Initialized empty Git repository in /usr/src/runc/.git/
09:01:37 [2023-04-07T09:01:37.822Z] #47 DONE 5.2s
09:01:37 [2023-04-07T09:01:37.822Z] 
09:01:37 [2023-04-07T09:01:37.822Z] #48 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.5" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:01:38 [2023-04-07T09:01:38.082Z] #48 ...
09:01:38 [2023-04-07T09:01:38.082Z] 
09:01:38 [2023-04-07T09:01:38.082Z] #49 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
09:01:38 [2023-04-07T09:01:38.082Z] #0 5.362 Initialized empty Git repository in /usr/src/delve/.git/
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.362 hint: Using 'master' as the name for the initial branch. This default branch name
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.362 hint: is subject to change. To configure the initial branch name to use in all
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.362 hint: of your new repositories, which will suppress this warning, call:
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.362 hint: 
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.362 hint: 	git config --global init.defaultBranch <name>
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.362 hint: 
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.362 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.362 hint: 'development'. The just-created branch can be renamed via this command:
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.362 hint: 
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.362 hint: 	git branch -m <name>
09:01:38 [2023-04-07T09:01:38.083Z] #49 DONE 5.4s
09:01:38 [2023-04-07T09:01:38.083Z] 
09:01:38 [2023-04-07T09:01:38.083Z] #50 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.404 hint: Using 'master' as the name for the initial branch. This default branch name
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.404 hint: is subject to change. To configure the initial branch name to use in all
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.404 hint: of your new repositories, which will suppress this warning, call:
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.404 hint: 
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.404 hint: 	git config --global init.defaultBranch <name>
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.404 hint: 
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.404 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.404 hint: 'development'. The just-created branch can be renamed via this command:
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.404 hint: 
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.404 hint: 	git branch -m <name>
09:01:38 [2023-04-07T09:01:38.083Z] #0 5.406 Initialized empty Git repository in /usr/src/rootlesskit/.git/
09:01:38 [2023-04-07T09:01:38.083Z] #50 DONE 5.4s
09:01:38 [2023-04-07T09:01:38.083Z] 
09:01:38 [2023-04-07T09:01:38.083Z] #51 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:01:38 [2023-04-07T09:01:38.343Z] #51 ...
09:01:38 [2023-04-07T09:01:38.343Z] 
09:01:38 [2023-04-07T09:01:38.343Z] #24 [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:01:38 [2023-04-07T09:01:38.343Z] #24 10.05 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
09:01:38 [2023-04-07T09:01:38.343Z] #24 10.30 
09:01:38 [2023-04-07T09:01:38.343Z] #24 10.52 #=#=#                                                                         

######################################################################## 100.0%
09:01:38 [2023-04-07T09:01:38.343Z] #24 10.87 
09:01:38 [2023-04-07T09:01:38.343Z] #24 10.99 Download of images into '/build' complete.
09:01:38 [2023-04-07T09:01:38.343Z] #24 10.99 Use something like the following to load the result into a Docker daemon:
09:01:38 [2023-04-07T09:01:38.343Z] #24 10.99   tar -cC '/build' . | docker load
09:01:38 [2023-04-07T09:01:38.343Z] #24 DONE 11.0s
09:01:38 [2023-04-07T09:01:38.343Z] 
09:01:38 [2023-04-07T09:01:38.343Z] #52 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:01:38 [2023-04-07T09:01:38.605Z] #52 ...
09:01:38 [2023-04-07T09:01:38.605Z] 
09:01:38 [2023-04-07T09:01:38.605Z] #53 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
09:01:38 [2023-04-07T09:01:38.605Z] #0 5.672 hint: Using 'master' as the name for the initial branch. This default branch name
09:01:38 [2023-04-07T09:01:38.605Z] #0 5.672 hint: is subject to change. To configure the initial branch name to use in all
09:01:38 [2023-04-07T09:01:38.605Z] #0 5.672 hint: of your new repositories, which will suppress this warning, call:
09:01:38 [2023-04-07T09:01:38.605Z] #0 5.672 hint: 
09:01:38 [2023-04-07T09:01:38.605Z] #0 5.672 hint: 	git config --global init.defaultBranch <name>
09:01:38 [2023-04-07T09:01:38.605Z] #0 5.672 hint: 
09:01:38 [2023-04-07T09:01:38.605Z] #0 5.672 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:01:38 [2023-04-07T09:01:38.605Z] #0 5.672 hint: 'development'. The just-created branch can be renamed via this command:
09:01:38 [2023-04-07T09:01:38.605Z] #0 5.672 hint: 
09:01:38 [2023-04-07T09:01:38.605Z] #0 5.672 hint: 	git branch -m <name>
09:01:38 [2023-04-07T09:01:38.605Z] #0 5.673 Initialized empty Git repository in /usr/src/swagger/.git/
09:01:38 [2023-04-07T09:01:38.605Z] #53 DONE 5.7s
09:01:38 [2023-04-07T09:01:38.868Z] 
09:01:38 [2023-04-07T09:01:38.868Z] #54 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
09:01:39 [2023-04-07T09:01:39.129Z] #54 ...
09:01:39 [2023-04-07T09:01:39.129Z] 
09:01:39 [2023-04-07T09:01:39.129Z] #55 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.005 hint: Using 'master' as the name for the initial branch. This default branch name
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.005 hint: is subject to change. To configure the initial branch name to use in all
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.005 hint: of your new repositories, which will suppress this warning, call:
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.005 hint: 
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.005 hint: 	git config --global init.defaultBranch <name>
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.005 hint: 
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.005 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.005 hint: 'development'. The just-created branch can be renamed via this command:
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.005 hint: 
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.005 hint: 	git branch -m <name>
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.005 Initialized empty Git repository in /usr/src/containerd/.git/
09:01:39 [2023-04-07T09:01:39.129Z] #55 DONE 6.2s
09:01:39 [2023-04-07T09:01:39.129Z] 
09:01:39 [2023-04-07T09:01:39.129Z] #56 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.289 hint: Using 'master' as the name for the initial branch. This default branch name
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.289 hint: is subject to change. To configure the initial branch name to use in all
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.289 hint: of your new repositories, which will suppress this warning, call:
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.289 hint: 
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.289 hint: 	git config --global init.defaultBranch <name>
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.289 hint: 
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.289 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.289 hint: 'development'. The just-created branch can be renamed via this command:
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.289 hint: 
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.289 hint: 	git branch -m <name>
09:01:39 [2023-04-07T09:01:39.129Z] #0 6.291 Initialized empty Git repository in /usr/src/registry/.git/
09:01:39 [2023-04-07T09:01:39.129Z] #56 DONE 6.3s
09:01:39 [2023-04-07T09:01:39.392Z] 
09:01:39 [2023-04-07T09:01:39.392Z] #57 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:01:42 [2023-04-07T09:01:42.692Z] #57 ...
09:01:42 [2023-04-07T09:01:42.692Z] 
09:01:42 [2023-04-07T09:01:42.692Z] #58 [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:01:42 [2023-04-07T09:01:42.692Z] #0 8.100 go: downloading github.com/golangci/golangci-lint v1.51.2
09:01:42 [2023-04-07T09:01:42.692Z] #58 ...
09:01:42 [2023-04-07T09:01:42.692Z] 
09:01:42 [2023-04-07T09:01:42.692Z] #59 [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:01:42 [2023-04-07T09:01:42.692Z] #0 8.164 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:01:42 [2023-04-07T09:01:42.693Z] #0 8.262 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:01:42 [2023-04-07T09:01:42.693Z] #0 8.262 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:01:42 [2023-04-07T09:01:42.693Z] #0 9.685 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:01:42 [2023-04-07T09:01:42.693Z] #59 ...
09:01:42 [2023-04-07T09:01:42.693Z] 
09:01:42 [2023-04-07T09:01:42.693Z] #60 [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:01:42 [2023-04-07T09:01:42.693Z] #0 7.015 go: downloading github.com/tc-hib/go-winres v0.3.0
09:01:42 [2023-04-07T09:01:42.693Z] #0 7.715 go: downloading github.com/tc-hib/winres v0.1.6
09:01:42 [2023-04-07T09:01:42.693Z] #0 9.196 go: downloading github.com/urfave/cli/v2 v2.3.0
09:01:42 [2023-04-07T09:01:42.693Z] #0 9.741 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
09:01:42 [2023-04-07T09:01:42.693Z] #0 9.795 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
09:01:42 [2023-04-07T09:01:42.693Z] #60 ...
09:01:42 [2023-04-07T09:01:42.693Z] 
09:01:42 [2023-04-07T09:01:42.693Z] #61 [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:01:42 [2023-04-07T09:01:42.693Z] #0 8.580 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:01:42 [2023-04-07T09:01:42.693Z] #0 8.698 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:01:42 [2023-04-07T09:01:42.693Z] #0 8.699 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:01:42 [2023-04-07T09:01:42.693Z] #0 9.957 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:01:42 [2023-04-07T09:01:42.953Z] #61 ...
09:01:42 [2023-04-07T09:01:42.953Z] 
09:01:42 [2023-04-07T09:01:42.953Z] #62 [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:01:42 [2023-04-07T09:01:42.953Z] #0 9.039 go: downloading mvdan.cc/sh/v3 v3.6.0
09:01:42 [2023-04-07T09:01:42.953Z] #0 10.18 go: downloading github.com/google/renameio/v2 v2.0.0
09:01:42 [2023-04-07T09:01:42.953Z] #0 10.18 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
09:01:42 [2023-04-07T09:01:42.953Z] #62 10.73 go: downloading golang.org/x/term v0.3.0
09:01:42 [2023-04-07T09:01:42.953Z] #62 10.73 go: downloading mvdan.cc/editorconfig v0.2.0
09:01:42 [2023-04-07T09:01:42.953Z] #62 ...
09:01:42 [2023-04-07T09:01:42.953Z] 
09:01:42 [2023-04-07T09:01:42.953Z] #63 [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:01:42 [2023-04-07T09:01:42.953Z] #0 9.299 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:01:42 [2023-04-07T09:01:42.953Z] #0 9.348 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:01:42 [2023-04-07T09:01:42.953Z] #0 9.348 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:01:43 [2023-04-07T09:01:43.214Z] #63 ...
09:01:43 [2023-04-07T09:01:43.214Z] 
09:01:43 [2023-04-07T09:01:43.214Z] #64 [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:01:43 [2023-04-07T09:01:43.214Z] #0 7.883 go: downloading gotest.tools/gotestsum v1.8.2
09:01:43 [2023-04-07T09:01:43.214Z] #0 10.48 go: downloading github.com/fatih/color v1.13.0
09:01:43 [2023-04-07T09:01:43.214Z] #0 10.50 go: downloading github.com/dnephin/pflag v1.0.7
09:01:43 [2023-04-07T09:01:43.214Z] #0 10.51 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
09:01:43 [2023-04-07T09:01:43.475Z] #64 10.89 go: downloading golang.org/x/tools v0.1.11
09:01:43 [2023-04-07T09:01:43.475Z] #64 10.91 go: downloading github.com/mattn/go-colorable v0.1.12
09:01:43 [2023-04-07T09:01:43.475Z] #64 ...
09:01:43 [2023-04-07T09:01:43.475Z] 
09:01:43 [2023-04-07T09:01:43.475Z] #65 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
09:01:43 [2023-04-07T09:01:43.475Z] #0 8.687 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:01:43 [2023-04-07T09:01:43.475Z] #0 8.687 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:01:43 [2023-04-07T09:01:43.475Z] #0 8.687 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:01:43 [2023-04-07T09:01:43.475Z] #65 ...
09:01:43 [2023-04-07T09:01:43.475Z] 
09:01:43 [2023-04-07T09:01:43.475Z] #66 [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:01:43 [2023-04-07T09:01:43.475Z] #0 7.108 go: downloading github.com/pelletier/go-toml v1.8.1
09:01:43 [2023-04-07T09:01:43.737Z] #66 ...
09:01:43 [2023-04-07T09:01:43.737Z] 
09:01:43 [2023-04-07T09:01:43.737Z] #67 [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:01:43 [2023-04-07T09:01:43.737Z] #0 7.394 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:01:43 [2023-04-07T09:01:43.737Z] #0 7.425 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:01:43 [2023-04-07T09:01:43.737Z] #0 7.508 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:01:43 [2023-04-07T09:01:43.737Z] #0 8.474 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:01:43 [2023-04-07T09:01:43.737Z] #67 ...
09:01:43 [2023-04-07T09:01:43.737Z] 
09:01:43 [2023-04-07T09:01:43.737Z] #63 [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:01:43 [2023-04-07T09:01:43.737Z] #63 11.25 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:01:45 [2023-04-07T09:01:45.653Z] #63 13.01 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:01:46 [2023-04-07T09:01:46.228Z] #63 ...
09:01:46 [2023-04-07T09:01:46.228Z] 
09:01:46 [2023-04-07T09:01:46.228Z] #68 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:01:46 [2023-04-07T09:01:46.228Z] #68 DONE 8.6s
09:01:46 [2023-04-07T09:01:46.489Z] 
09:01:46 [2023-04-07T09:01:46.489Z] #58 [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:01:46 [2023-04-07T09:01:46.489Z] #58 11.58 go: downloading github.com/fatih/color v1.14.1
09:01:46 [2023-04-07T09:01:46.489Z] #58 11.61 go: downloading github.com/gofrs/flock v0.8.1
09:01:46 [2023-04-07T09:01:46.489Z] #58 11.67 go: downloading github.com/pkg/errors v0.9.1
09:01:46 [2023-04-07T09:01:46.489Z] #58 11.70 go: downloading github.com/spf13/cobra v1.6.1
09:01:46 [2023-04-07T09:01:46.489Z] #58 11.79 go: downloading github.com/spf13/pflag v1.0.5
09:01:46 [2023-04-07T09:01:46.489Z] #58 11.97 go: downloading github.com/spf13/viper v1.12.0
09:01:46 [2023-04-07T09:01:46.489Z] #58 11.98 go: downloading gopkg.in/yaml.v3 v3.0.1
09:01:46 [2023-04-07T09:01:46.489Z] #58 12.75 go: downloading github.com/mattn/go-colorable v0.1.13
09:01:46 [2023-04-07T09:01:46.489Z] #58 12.75 go: downloading github.com/mattn/go-isatty v0.0.17
09:01:46 [2023-04-07T09:01:46.489Z] #58 12.95 go: downloading golang.org/x/tools v0.6.0
09:01:46 [2023-04-07T09:01:46.489Z] #58 12.95 go: downloading github.com/hashicorp/go-version v1.6.0
09:01:46 [2023-04-07T09:01:46.489Z] #58 13.22 go: downloading github.com/ldez/gomoddirectives v0.2.3
09:01:46 [2023-04-07T09:01:46.489Z] #58 13.63 go: downloading github.com/mitchellh/go-homedir v1.1.0
09:01:46 [2023-04-07T09:01:46.489Z] #58 13.78 go: downloading github.com/hashicorp/go-multierror v1.1.1
09:01:48 [2023-04-07T09:01:48.403Z] #58 ...
09:01:48 [2023-04-07T09:01:48.403Z] 
09:01:48 [2023-04-07T09:01:48.403Z] #51 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:01:48 [2023-04-07T09:01:48.403Z] #51 DONE 10.2s
09:01:48 [2023-04-07T09:01:48.403Z] 
09:01:48 [2023-04-07T09:01:48.403Z] #64 [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:01:48 [2023-04-07T09:01:48.403Z] #64 11.12 go: downloading github.com/mattn/go-isatty v0.0.14
09:01:48 [2023-04-07T09:01:48.403Z] #64 11.52 go: downloading github.com/fsnotify/fsnotify v1.5.4
09:01:48 [2023-04-07T09:01:48.403Z] #64 11.60 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
09:01:48 [2023-04-07T09:01:48.403Z] #64 14.88 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
09:01:48 [2023-04-07T09:01:48.403Z] #64 15.07 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
09:01:48 [2023-04-07T09:01:48.678Z] #64 ...
09:01:48 [2023-04-07T09:01:48.678Z] 
09:01:48 [2023-04-07T09:01:48.678Z] #63 [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:01:48 [2023-04-07T09:01:48.678Z] #63 16.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:01:49 [2023-04-07T09:01:49.647Z] #63 ...
09:01:49 [2023-04-07T09:01:49.647Z] 
09:01:49 [2023-04-07T09:01:49.647Z] #69 [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:01:49 [2023-04-07T09:01:49.648Z] #0 3.962 + git fetch -q --depth 1 origin v2.3.0 +refs/tags/*:refs/tags/*
09:01:49 [2023-04-07T09:01:49.648Z] #69 ...
09:01:49 [2023-04-07T09:01:49.648Z] 
09:01:49 [2023-04-07T09:01:49.648Z] #41 [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:01:49 [2023-04-07T09:01:49.648Z] #41 9.630 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:01:49 [2023-04-07T09:01:49.648Z] #41 9.710 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:01:49 [2023-04-07T09:01:49.648Z] #41 9.719 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:01:49 [2023-04-07T09:01:49.648Z] #41 11.21 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:01:49 [2023-04-07T09:01:49.648Z] #41 13.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:01:49 [2023-04-07T09:01:49.648Z] #41 16.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:01:49 [2023-04-07T09:01:49.918Z] #41 ...
09:01:49 [2023-04-07T09:01:49.918Z] 
09:01:49 [2023-04-07T09:01:49.918Z] #33 [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:01:49 [2023-04-07T09:01:49.918Z] #33 7.215 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:01:49 [2023-04-07T09:01:49.918Z] #33 7.292 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:01:49 [2023-04-07T09:01:49.918Z] #33 7.292 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:01:49 [2023-04-07T09:01:49.918Z] #33 7.745 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
09:01:49 [2023-04-07T09:01:49.918Z] #33 7.872 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:01:49 [2023-04-07T09:01:49.918Z] #33 11.42 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:01:49 [2023-04-07T09:01:49.918Z] #33 13.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:01:49 [2023-04-07T09:01:49.918Z] #33 16.29 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
09:01:51 [2023-04-07T09:01:51.314Z] #33 ...
09:01:51 [2023-04-07T09:01:51.314Z] 
09:01:51 [2023-04-07T09:01:51.314Z] #58 [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:01:51 [2023-04-07T09:01:51.314Z] #58 18.77 go: downloading github.com/sirupsen/logrus v1.9.0
09:01:51 [2023-04-07T09:01:51.314Z] #58 18.77 go: downloading github.com/stretchr/testify v1.8.1
09:01:51 [2023-04-07T09:01:51.314Z] #58 19.07 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
09:01:51 [2023-04-07T09:01:51.576Z] #58 19.14 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
09:01:51 [2023-04-07T09:01:51.836Z] #58 ...
09:01:51 [2023-04-07T09:01:51.836Z] 
09:01:51 [2023-04-07T09:01:51.836Z] #54 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
09:01:51 [2023-04-07T09:01:51.836Z] #54 DONE 13.0s
09:01:51 [2023-04-07T09:01:51.836Z] 
09:01:51 [2023-04-07T09:01:51.836Z] #69 [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:01:51 [2023-04-07T09:01:51.836Z] #69 12.37 + git checkout -q FETCH_HEAD
09:01:53 [2023-04-07T09:01:53.232Z] #69 ...
09:01:53 [2023-04-07T09:01:53.232Z] 
09:01:53 [2023-04-07T09:01:53.232Z] #48 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.5" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:01:53 [2023-04-07T09:01:53.232Z] #48 DONE 15.2s
09:01:53 [2023-04-07T09:01:53.232Z] 
09:01:53 [2023-04-07T09:01:53.232Z] #58 [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:01:53 [2023-04-07T09:01:53.232Z] #58 19.43 go: downloading github.com/mitchellh/mapstructure v1.5.0
09:01:53 [2023-04-07T09:01:53.232Z] #58 19.49 go: downloading github.com/spf13/afero v1.8.2
09:01:53 [2023-04-07T09:01:53.232Z] #58 19.64 go: downloading github.com/spf13/cast v1.5.0
09:01:53 [2023-04-07T09:01:53.232Z] #58 19.87 go: downloading github.com/spf13/jwalterweatherman v1.1.0
09:01:53 [2023-04-07T09:01:53.232Z] #58 19.95 go: downloading golang.org/x/sys v0.5.0
09:01:53 [2023-04-07T09:01:53.232Z] #58 19.95 go: downloading golang.org/x/mod v0.8.0
09:01:53 [2023-04-07T09:01:53.492Z] #58 ...
09:01:53 [2023-04-07T09:01:53.492Z] 
09:01:53 [2023-04-07T09:01:53.492Z] #62 [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:01:53 [2023-04-07T09:01:53.492Z] #62 11.04 go: downloading golang.org/x/sys v0.3.0
09:01:53 [2023-04-07T09:01:53.492Z] #62 ...
09:01:53 [2023-04-07T09:01:53.492Z] 
09:01:53 [2023-04-07T09:01:53.492Z] #58 [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:01:53 [2023-04-07T09:01:53.492Z] #58 21.11 go: downloading github.com/hashicorp/errwrap v1.0.0
09:01:54 [2023-04-07T09:01:54.876Z] #58 ...
09:01:54 [2023-04-07T09:01:54.876Z] 
09:01:54 [2023-04-07T09:01:54.876Z] #60 [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:01:54 [2023-04-07T09:01:54.876Z] #60 12.26 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
09:01:54 [2023-04-07T09:01:54.876Z] #60 12.57 go: downloading github.com/russross/blackfriday/v2 v2.1.0
09:01:54 [2023-04-07T09:01:54.876Z] #60 ...
09:01:54 [2023-04-07T09:01:54.876Z] 
09:01:54 [2023-04-07T09:01:54.876Z] #67 [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:01:54 [2023-04-07T09:01:54.876Z] #67 11.78 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:01:54 [2023-04-07T09:01:54.876Z] #67 14.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:01:54 [2023-04-07T09:01:54.876Z] #67 20.61 Fetched 8524 kB in 13s (632 kB/s)
09:01:55 [2023-04-07T09:01:55.138Z] #67 20.61 Reading package lists...
09:01:55 [2023-04-07T09:01:55.138Z] #67 ...
09:01:55 [2023-04-07T09:01:55.138Z] 
09:01:55 [2023-04-07T09:01:55.138Z] #59 [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:01:55 [2023-04-07T09:01:55.138Z] #59 12.31 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:01:55 [2023-04-07T09:01:55.138Z] #59 15.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:01:55 [2023-04-07T09:01:55.138Z] #59 22.42 Fetched 8524 kB in 15s (586 kB/s)
09:01:55 [2023-04-07T09:01:55.138Z] #59 22.42 Reading package lists...
09:01:55 [2023-04-07T09:01:55.138Z] #59 ...
09:01:55 [2023-04-07T09:01:55.138Z] 
09:01:55 [2023-04-07T09:01:55.138Z] #61 [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:01:55 [2023-04-07T09:01:55.138Z] #61 12.38 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:01:55 [2023-04-07T09:01:55.138Z] #61 15.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:01:55 [2023-04-07T09:01:55.138Z] #61 22.17 Fetched 8524 kB in 14s (610 kB/s)
09:01:55 [2023-04-07T09:01:55.408Z] #61 22.17 Reading package lists...
09:01:55 [2023-04-07T09:01:55.408Z] #61 ...
09:01:55 [2023-04-07T09:01:55.408Z] 
09:01:55 [2023-04-07T09:01:55.408Z] #65 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
09:01:55 [2023-04-07T09:01:55.408Z] #65 12.22 Reading package lists...
09:01:55 [2023-04-07T09:01:55.408Z] #65 19.16 + apt-get  install -y --no-install-recommends gcc libc6-dev
09:01:55 [2023-04-07T09:01:55.408Z] #65 19.25 Reading package lists...
09:01:55 [2023-04-07T09:01:55.408Z] #65 ...
09:01:55 [2023-04-07T09:01:55.408Z] 
09:01:55 [2023-04-07T09:01:55.408Z] #58 [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:01:55 [2023-04-07T09:01:55.408Z] #58 22.87 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
09:01:55 [2023-04-07T09:01:55.408Z] #58 22.88 go: downloading 4d63.com/gochecknoglobals v0.2.1
09:01:55 [2023-04-07T09:01:55.408Z] #58 22.97 go: downloading github.com/Abirdcfly/dupword v0.0.9
09:01:55 [2023-04-07T09:01:55.408Z] #58 22.99 go: downloading github.com/Antonboom/errname v0.1.7
09:01:55 [2023-04-07T09:01:55.668Z] #58 23.16 go: downloading github.com/Antonboom/nilnil v0.1.1
09:01:55 [2023-04-07T09:01:55.668Z] #58 23.22 go: downloading github.com/BurntSushi/toml v1.2.1
09:01:55 [2023-04-07T09:01:55.668Z] #58 23.22 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
09:01:55 [2023-04-07T09:01:55.928Z] #58 23.49 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
09:01:56 [2023-04-07T09:01:56.500Z] #58 23.89 go: downloading github.com/OpenPeeDeeP/depguard v1.1.1
09:01:56 [2023-04-07T09:01:56.500Z] #58 23.94 go: downloading github.com/alexkohler/prealloc v1.0.0
09:01:56 [2023-04-07T09:01:56.500Z] #58 24.08 go: downloading github.com/alingse/asasalint v0.0.11
09:01:56 [2023-04-07T09:01:56.761Z] #58 24.26 go: downloading github.com/ashanbrown/forbidigo v1.4.0
09:01:56 [2023-04-07T09:01:56.761Z] #58 24.26 go: downloading github.com/ashanbrown/makezero v1.1.1
09:01:56 [2023-04-07T09:01:56.761Z] #58 24.34 go: downloading github.com/bkielbasa/cyclop v1.2.0
09:01:56 [2023-04-07T09:01:56.761Z] #58 24.38 go: downloading github.com/blizzy78/varnamelen v0.8.0
09:01:57 [2023-04-07T09:01:57.022Z] #58 24.50 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
09:01:57 [2023-04-07T09:01:57.022Z] #58 24.59 go: downloading github.com/breml/bidichk v0.2.3
09:01:57 [2023-04-07T09:01:57.022Z] #58 24.62 go: downloading github.com/breml/errchkjson v0.3.0
09:01:57 [2023-04-07T09:01:57.286Z] #58 24.76 go: downloading github.com/butuzov/ireturn v0.1.1
09:01:57 [2023-04-07T09:01:57.286Z] #58 24.78 go: downloading github.com/charithe/durationcheck v0.0.9
09:01:57 [2023-04-07T09:01:57.286Z] #58 24.90 go: downloading github.com/curioswitch/go-reassign v0.2.0
09:01:57 [2023-04-07T09:01:57.286Z] #58 24.94 go: downloading github.com/daixiang0/gci v0.9.1
09:01:57 [2023-04-07T09:01:57.858Z] #58 25.40 go: downloading github.com/esimonov/ifshort v1.0.4
09:01:57 [2023-04-07T09:01:57.858Z] #58 25.40 go: downloading github.com/denis-tingaikin/go-header v0.4.3
09:01:57 [2023-04-07T09:01:57.858Z] #58 25.54 go: downloading github.com/firefart/nonamedreturns v1.0.4
09:01:58 [2023-04-07T09:01:58.119Z] #58 ...
09:01:58 [2023-04-07T09:01:58.119Z] 
09:01:58 [2023-04-07T09:01:58.119Z] #52 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:01:58 [2023-04-07T09:01:58.119Z] #52 DONE 20.0s
09:01:58 [2023-04-07T09:01:58.119Z] 
09:01:58 [2023-04-07T09:01:58.119Z] #58 [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:01:58 [2023-04-07T09:01:58.119Z] #58 25.58 go: downloading github.com/fzipp/gocyclo v0.6.0
09:01:58 [2023-04-07T09:01:58.119Z] #58 25.66 go: downloading github.com/go-critic/go-critic v0.6.7
09:01:59 [2023-04-07T09:01:59.502Z] #58 26.88 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
09:01:59 [2023-04-07T09:01:59.502Z] #58 26.93 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
09:01:59 [2023-04-07T09:01:59.502Z] #58 26.93 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
09:01:59 [2023-04-07T09:01:59.502Z] #58 27.02 go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
09:01:59 [2023-04-07T09:01:59.763Z] #58 27.33 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
09:01:59 [2023-04-07T09:01:59.763Z] #58 27.36 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
09:02:00 [2023-04-07T09:02:00.025Z] #58 27.52 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
09:02:00 [2023-04-07T09:02:00.025Z] #58 27.55 go: downloading github.com/golangci/misspell v0.4.0
09:02:00 [2023-04-07T09:02:00.025Z] #58 27.61 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28
09:02:00 [2023-04-07T09:02:00.025Z] #58 27.70 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
09:02:00 [2023-04-07T09:02:00.285Z] #58 27.79 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
09:02:00 [2023-04-07T09:02:00.285Z] #58 27.85 go: downloading github.com/hexops/gotextdiff v1.0.3
09:02:00 [2023-04-07T09:02:00.285Z] #58 28.03 go: downloading github.com/jgautheron/goconst v1.5.1
09:02:00 [2023-04-07T09:02:00.545Z] #58 28.05 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
09:02:00 [2023-04-07T09:02:00.545Z] #58 28.10 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
09:02:00 [2023-04-07T09:02:00.545Z] #58 28.14 go: downloading github.com/julz/importas v0.1.0
09:02:00 [2023-04-07T09:02:00.545Z] #58 28.21 go: downloading github.com/junk1tm/musttag v0.4.5
09:02:00 [2023-04-07T09:02:00.545Z] #58 28.26 go: downloading github.com/kisielk/errcheck v1.6.3
09:02:00 [2023-04-07T09:02:00.805Z] #58 28.29 go: downloading github.com/kkHAIKE/contextcheck v1.1.3
09:02:00 [2023-04-07T09:02:00.805Z] #58 28.40 go: downloading github.com/kulti/thelper v0.6.3
09:02:00 [2023-04-07T09:02:00.805Z] #58 28.45 go: downloading github.com/kunwardeep/paralleltest v1.0.6
09:02:01 [2023-04-07T09:02:01.066Z] #58 28.56 go: downloading github.com/kyoh86/exportloopref v0.1.11
09:02:01 [2023-04-07T09:02:01.066Z] #58 28.69 go: downloading github.com/ldez/tagliatelle v0.4.0
09:02:01 [2023-04-07T09:02:01.066Z] #58 28.76 go: downloading github.com/leonklingele/grouper v1.1.1
09:02:01 [2023-04-07T09:02:01.066Z] #58 28.83 go: downloading github.com/lufeee/execinquery v1.2.1
09:02:01 [2023-04-07T09:02:01.326Z] #58 28.95 go: downloading github.com/maratori/testableexamples v1.0.0
09:02:01 [2023-04-07T09:02:01.326Z] #58 28.98 go: downloading github.com/maratori/testpackage v1.1.0
09:02:01 [2023-04-07T09:02:01.327Z] #58 29.07 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
09:02:01 [2023-04-07T09:02:01.587Z] #58 29.11 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
09:02:01 [2023-04-07T09:02:01.587Z] #58 29.14 go: downloading github.com/mgechev/revive v1.2.5
09:02:02 [2023-04-07T09:02:02.160Z] #58 ...
09:02:02 [2023-04-07T09:02:02.160Z] 
09:02:02 [2023-04-07T09:02:02.160Z] #64 [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:02:02 [2023-04-07T09:02:02.160Z] #64 19.61 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
09:02:02 [2023-04-07T09:02:02.160Z] #64 ...
09:02:02 [2023-04-07T09:02:02.160Z] 
09:02:02 [2023-04-07T09:02:02.160Z] #69 [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:02:02 [2023-04-07T09:02:02.160Z] #69 14.71 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
09:02:02 [2023-04-07T09:02:02.160Z] #69 14.72 + CGO_ENABLED=0 xx-go build -o /build/registry-v2 -v ./cmd/registry
09:02:02 [2023-04-07T09:02:02.160Z] #69 17.22 internal/goarch
09:02:02 [2023-04-07T09:02:02.160Z] #69 17.26 internal/unsafeheader
09:02:02 [2023-04-07T09:02:02.160Z] #69 17.48 internal/cpu
09:02:02 [2023-04-07T09:02:02.160Z] #69 17.48 internal/abi
09:02:02 [2023-04-07T09:02:02.160Z] #69 17.76 internal/coverage/rtcov
09:02:02 [2023-04-07T09:02:02.160Z] #69 18.00 internal/goexperiment
09:02:02 [2023-04-07T09:02:02.160Z] #69 18.11 internal/goos
09:02:02 [2023-04-07T09:02:02.160Z] #69 18.12 internal/bytealg
09:02:02 [2023-04-07T09:02:02.160Z] #69 18.24 runtime/internal/atomic
09:02:02 [2023-04-07T09:02:02.160Z] #69 19.42 runtime/internal/math
09:02:02 [2023-04-07T09:02:02.160Z] #69 19.69 runtime/internal/sys
09:02:02 [2023-04-07T09:02:02.161Z] #69 19.73 runtime/internal/syscall
09:02:02 [2023-04-07T09:02:02.161Z] #69 19.97 internal/race
09:02:02 [2023-04-07T09:02:02.161Z] #69 20.11 sync/atomic
09:02:02 [2023-04-07T09:02:02.161Z] #69 20.25 runtime
09:02:02 [2023-04-07T09:02:02.161Z] #69 21.29 unicode
09:02:02 [2023-04-07T09:02:02.423Z] #69 ...
09:02:02 [2023-04-07T09:02:02.423Z] 
09:02:02 [2023-04-07T09:02:02.423Z] #58 [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:02:02 [2023-04-07T09:02:02.423Z] #58 30.03 go: downloading github.com/moricho/tparallel v0.2.1
09:02:02 [2023-04-07T09:02:02.423Z] #58 30.03 go: downloading github.com/nakabonne/nestif v0.3.1
09:02:02 [2023-04-07T09:02:02.684Z] #58 30.23 go: downloading github.com/nishanths/exhaustive v0.9.5
09:02:02 [2023-04-07T09:02:02.684Z] #58 30.24 go: downloading github.com/nishanths/predeclared v0.2.2
09:02:02 [2023-04-07T09:02:02.945Z] #58 30.41 go: downloading github.com/nunnatsa/ginkgolinter v0.8.1
09:02:02 [2023-04-07T09:02:02.945Z] #58 ...
09:02:02 [2023-04-07T09:02:02.945Z] 
09:02:02 [2023-04-07T09:02:02.945Z] #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:02:02 [2023-04-07T09:02:02.945Z] #70 ...
09:02:02 [2023-04-07T09:02:02.945Z] 
09:02:02 [2023-04-07T09:02:02.945Z] #58 [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:02:02 [2023-04-07T09:02:02.945Z] #58 30.52 go: downloading github.com/polyfloyd/go-errorlint v1.1.0
09:02:02 [2023-04-07T09:02:02.945Z] #58 30.58 go: downloading github.com/ryancurrah/gomodguard v1.3.0
09:02:02 [2023-04-07T09:02:02.945Z] #58 30.66 go: downloading github.com/ryanrolds/sqlclosecheck v0.4.0
09:02:03 [2023-04-07T09:02:03.213Z] #58 30.69 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
09:02:03 [2023-04-07T09:02:03.213Z] #58 30.83 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
09:02:03 [2023-04-07T09:02:03.213Z] #58 30.83 go: downloading github.com/sashamelentyev/usestdlibvars v1.23.0
09:02:03 [2023-04-07T09:02:03.213Z] #58 30.90 go: downloading github.com/securego/gosec/v2 v2.15.0
09:02:03 [2023-04-07T09:02:03.474Z] #58 ...
09:02:03 [2023-04-07T09:02:03.474Z] 
09:02:03 [2023-04-07T09:02:03.474Z] #65 [dockercli 2/3] RUN xx-apt-get install -y --no-install-recommends gcc libc6-dev
09:02:03 [2023-04-07T09:02:03.474Z] #65 19.25 Reading package lists...
09:02:03 [2023-04-07T09:02:03.474Z] #65 24.70 Building dependency tree...
09:02:03 [2023-04-07T09:02:03.474Z] #65 26.87 Reading state information...
09:02:03 [2023-04-07T09:02:03.474Z] #65 29.82 gcc is already the newest version (4:10.2.1-1).
09:02:03 [2023-04-07T09:02:03.474Z] #65 29.82 libc6-dev is already the newest version (2.31-13+deb11u5).
09:02:03 [2023-04-07T09:02:03.474Z] #65 29.82 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
09:02:03 [2023-04-07T09:02:03.474Z] #65 DONE 30.5s
09:02:03 [2023-04-07T09:02:03.474Z] 
09:02:03 [2023-04-07T09:02:03.474Z] #61 [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:02:03 [2023-04-07T09:02:03.474Z] #61 22.17 Reading package lists...
09:02:03 [2023-04-07T09:02:03.474Z] #61 28.64 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:02:03 [2023-04-07T09:02:03.474Z] #61 28.65 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:02:03 [2023-04-07T09:02:03.474Z] #61 28.65 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:02:03 [2023-04-07T09:02:03.735Z] #61 ...
09:02:03 [2023-04-07T09:02:03.735Z] 
09:02:03 [2023-04-07T09:02:03.735Z] #33 [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:02:03 [2023-04-07T09:02:03.735Z] #33 21.15 Fetched 8528 kB in 14s (601 kB/s)
09:02:03 [2023-04-07T09:02:03.735Z] #33 21.15 Reading package lists...
09:02:04 [2023-04-07T09:02:04.007Z] #33 27.08 Reading package lists...
09:02:04 [2023-04-07T09:02:04.007Z] #33 ...
09:02:04 [2023-04-07T09:02:04.007Z] 
09:02:04 [2023-04-07T09:02:04.007Z] #58 [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:02:04 [2023-04-07T09:02:04.007Z] #58 31.38 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
09:02:04 [2023-04-07T09:02:04.007Z] #58 31.40 go: downloading github.com/sivchari/containedctx v1.0.2
09:02:04 [2023-04-07T09:02:04.007Z] #58 31.51 go: downloading github.com/sivchari/nosnakecase v1.7.0
09:02:04 [2023-04-07T09:02:04.007Z] #58 31.54 go: downloading github.com/sivchari/tenv v1.7.1
09:02:04 [2023-04-07T09:02:04.007Z] #58 31.65 go: downloading github.com/sonatard/noctx v0.0.1
09:02:04 [2023-04-07T09:02:04.267Z] #58 31.70 go: downloading github.com/sourcegraph/go-diff v0.7.0
09:02:04 [2023-04-07T09:02:04.267Z] #58 31.87 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
09:02:04 [2023-04-07T09:02:04.527Z] #58 31.97 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
09:02:04 [2023-04-07T09:02:04.527Z] #58 32.07 go: downloading github.com/tdakkota/asciicheck v0.1.1
09:02:04 [2023-04-07T09:02:04.527Z] #58 32.16 go: downloading github.com/tetafro/godot v1.4.11
09:02:04 [2023-04-07T09:02:04.527Z] #58 32.19 go: downloading github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e
09:02:04 [2023-04-07T09:02:04.789Z] #58 32.22 go: downloading github.com/timonwong/loggercheck v0.9.3
09:02:04 [2023-04-07T09:02:04.789Z] #58 32.28 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.0
09:02:04 [2023-04-07T09:02:04.789Z] #58 32.43 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
09:02:05 [2023-04-07T09:02:05.050Z] #58 32.53 go: downloading github.com/ultraware/funlen v0.0.3
09:02:05 [2023-04-07T09:02:05.050Z] #58 32.65 go: downloading github.com/ultraware/whitespace v0.0.5
09:02:05 [2023-04-07T09:02:05.050Z] #58 32.75 go: downloading github.com/uudashr/gocognit v1.0.6
09:02:05 [2023-04-07T09:02:05.311Z] #58 32.90 go: downloading github.com/yagipy/maintidx v1.0.0
09:02:05 [2023-04-07T09:02:05.311Z] #58 ...
09:02:05 [2023-04-07T09:02:05.311Z] 
09:02:05 [2023-04-07T09:02:05.311Z] #63 [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:02:05 [2023-04-07T09:02:05.311Z] #63 22.79 Fetched 8524 kB in 14s (618 kB/s)
09:02:05 [2023-04-07T09:02:05.311Z] #63 22.79 Reading package lists...
09:02:05 [2023-04-07T09:02:05.311Z] #63 29.29 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:02:05 [2023-04-07T09:02:05.311Z] #63 29.33 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:02:05 [2023-04-07T09:02:05.311Z] #63 29.33 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:02:05 [2023-04-07T09:02:05.311Z] #63 32.48 Reading package lists...
09:02:05 [2023-04-07T09:02:05.311Z] #63 ...
09:02:05 [2023-04-07T09:02:05.311Z] 
09:02:05 [2023-04-07T09:02:05.311Z] #58 [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:02:05 [2023-04-07T09:02:05.311Z] #58 33.00 go: downloading github.com/yeya24/promlinter v0.2.0
09:02:05 [2023-04-07T09:02:05.572Z] #58 33.08 go: downloading gitlab.com/bosi/decorder v0.2.3
09:02:05 [2023-04-07T09:02:05.833Z] #58 33.28 go: downloading honnef.co/go/tools v0.4.2
09:02:06 [2023-04-07T09:02:06.778Z] #58 ...
09:02:06 [2023-04-07T09:02:06.778Z] 
09:02:06 [2023-04-07T09:02:06.778Z] #41 [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:02:06 [2023-04-07T09:02:06.778Z] #41 23.77 Fetched 8524 kB in 14s (590 kB/s)
09:02:06 [2023-04-07T09:02:06.778Z] #41 23.77 Reading package lists...
09:02:06 [2023-04-07T09:02:06.778Z] #41 30.33 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:02:06 [2023-04-07T09:02:06.778Z] #41 30.33 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:02:06 [2023-04-07T09:02:06.778Z] #41 30.33 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:02:06 [2023-04-07T09:02:06.778Z] #41 33.38 Reading package lists...
09:02:06 [2023-04-07T09:02:06.778Z] #41 ...
09:02:06 [2023-04-07T09:02:06.778Z] 
09:02:06 [2023-04-07T09:02:06.778Z] #69 [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:02:06 [2023-04-07T09:02:06.778Z] #69 26.35 unicode/utf8
09:02:06 [2023-04-07T09:02:06.778Z] #69 27.00 container/list
09:02:07 [2023-04-07T09:02:07.039Z] #69 27.47 internal/itoa
09:02:07 [2023-04-07T09:02:07.301Z] #69 27.63 math/bits
09:02:07 [2023-04-07T09:02:07.562Z] #69 28.06 math
09:02:08 [2023-04-07T09:02:08.504Z] #69 ...
09:02:08 [2023-04-07T09:02:08.504Z] 
09:02:08 [2023-04-07T09:02:08.504Z] #71 [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:02:08 [2023-04-07T09:02:08.765Z] #71 ...
09:02:08 [2023-04-07T09:02:08.765Z] 
09:02:08 [2023-04-07T09:02:08.765Z] #58 [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:02:08 [2023-04-07T09:02:08.765Z] #58 35.34 go: downloading mvdan.cc/gofumpt v0.4.0
09:02:08 [2023-04-07T09:02:08.765Z] #58 35.35 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
09:02:08 [2023-04-07T09:02:08.765Z] #58 35.50 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
09:02:08 [2023-04-07T09:02:08.765Z] #58 35.58 go: downloading github.com/davecgh/go-spew v1.1.1
09:02:08 [2023-04-07T09:02:08.765Z] #58 35.60 go: downloading github.com/pmezard/go-difflib v1.0.0
09:02:08 [2023-04-07T09:02:08.765Z] #58 35.67 go: downloading github.com/stretchr/objx v0.5.0
09:02:08 [2023-04-07T09:02:08.765Z] #58 35.73 go: downloading golang.org/x/text v0.6.0
09:02:09 [2023-04-07T09:02:09.337Z] #58 ...
09:02:09 [2023-04-07T09:02:09.337Z] 
09:02:09 [2023-04-07T09:02:09.337Z] #67 [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:02:09 [2023-04-07T09:02:09.337Z] #67 20.61 Reading package lists...
09:02:09 [2023-04-07T09:02:09.337Z] #67 26.59 Reading package lists...
09:02:09 [2023-04-07T09:02:09.337Z] #67 32.24 Building dependency tree...
09:02:09 [2023-04-07T09:02:09.337Z] #67 36.31 The following additional packages will be installed:
09:02:09 [2023-04-07T09:02:09.337Z] #67 36.31   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
09:02:09 [2023-04-07T09:02:09.337Z] #67 36.32 Suggested packages:
09:02:09 [2023-04-07T09:02:09.337Z] #67 36.36   cmake-doc ninja-build lrzip
09:02:09 [2023-04-07T09:02:09.337Z] #67 ...
09:02:09 [2023-04-07T09:02:09.337Z] 
09:02:09 [2023-04-07T09:02:09.337Z] #33 [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:02:09 [2023-04-07T09:02:09.337Z] #33 27.08 Reading package lists...
09:02:09 [2023-04-07T09:02:09.337Z] #33 32.59 Building dependency tree...
09:02:09 [2023-04-07T09:02:09.337Z] #33 36.55 The following additional packages will be installed:
09:02:09 [2023-04-07T09:02:09.337Z] #33 36.61   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:02:09 [2023-04-07T09:02:09.337Z] #33 36.61   python3-protobuf python3-six
09:02:09 [2023-04-07T09:02:09.337Z] #33 36.61 Suggested packages:
09:02:09 [2023-04-07T09:02:09.337Z] #33 36.62   python3-setuptools
09:02:09 [2023-04-07T09:02:09.337Z] #33 36.62 Recommended packages:
09:02:09 [2023-04-07T09:02:09.337Z] #33 36.62   iproute2 | iproute
09:02:09 [2023-04-07T09:02:09.909Z] #33 37.35 The following NEW packages will be installed:
09:02:09 [2023-04-07T09:02:09.909Z] #33 37.35   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
09:02:09 [2023-04-07T09:02:09.909Z] #33 37.35   python3-protobuf python3-six
09:02:10 [2023-04-07T09:02:10.480Z] #33 ...
09:02:10 [2023-04-07T09:02:10.480Z] 
09:02:10 [2023-04-07T09:02:10.480Z] #59 [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:02:10 [2023-04-07T09:02:10.480Z] #59 22.42 Reading package lists...
09:02:10 [2023-04-07T09:02:10.480Z] #59 28.08 Reading package lists...
09:02:10 [2023-04-07T09:02:10.480Z] #59 33.36 Building dependency tree...
09:02:10 [2023-04-07T09:02:10.480Z] #59 37.50 python3 is already the newest version (3.9.2-3).
09:02:10 [2023-04-07T09:02:10.480Z] #59 37.50 The following additional packages will be installed:
09:02:10 [2023-04-07T09:02:10.480Z] #59 37.52   autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4
09:02:10 [2023-04-07T09:02:10.480Z] #59 37.53   patch xz-utils
09:02:10 [2023-04-07T09:02:10.480Z] #59 37.56 Suggested packages:
09:02:10 [2023-04-07T09:02:10.480Z] #59 37.57   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
09:02:10 [2023-04-07T09:02:10.480Z] #59 37.57   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
09:02:10 [2023-04-07T09:02:10.480Z] #59 37.57   m4-doc ed diffutils-doc
09:02:10 [2023-04-07T09:02:10.480Z] #59 37.57 Recommended packages:
09:02:10 [2023-04-07T09:02:10.480Z] #59 37.57   fakeroot libalgorithm-merge-perl libltdl-dev
09:02:10 [2023-04-07T09:02:10.480Z] #59 ...
09:02:10 [2023-04-07T09:02:10.480Z] 
09:02:10 [2023-04-07T09:02:10.480Z] #67 [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:02:10 [2023-04-07T09:02:10.480Z] #67 36.93 The following NEW packages will be installed:
09:02:10 [2023-04-07T09:02:10.480Z] #67 36.95   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
09:02:10 [2023-04-07T09:02:10.480Z] #67 37.40 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
09:02:10 [2023-04-07T09:02:10.480Z] #67 37.40 Need to get 15.1 MB of archives.
09:02:10 [2023-04-07T09:02:10.480Z] #67 37.40 After this operation, 66.8 MB of additional disk space will be used.
09:02:10 [2023-04-07T09:02:10.480Z] #67 37.40 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
09:02:10 [2023-04-07T09:02:10.480Z] #67 37.45 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
09:02:10 [2023-04-07T09:02:10.740Z] #67 37.83 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB]
09:02:10 [2023-04-07T09:02:10.740Z] #67 37.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
09:02:10 [2023-04-07T09:02:10.740Z] #67 37.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
09:02:10 [2023-04-07T09:02:10.740Z] #67 37.87 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
09:02:10 [2023-04-07T09:02:10.740Z] #67 37.88 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
09:02:10 [2023-04-07T09:02:10.740Z] #67 37.89 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
09:02:12 [2023-04-07T09:02:12.124Z] #67 39.24 debconf: delaying package configuration, since apt-utils is not installed
09:02:12 [2023-04-07T09:02:12.386Z] #67 39.59 Fetched 15.1 MB in 1s (11.8 MB/s)
09:02:12 [2023-04-07T09:02:12.647Z] #67 39.80 Selecting previously unselected package cmake-data.
09:02:12 [2023-04-07T09:02:12.647Z] #67 39.80 (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:02:12 [2023-04-07T09:02:12.647Z] #67 39.88 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
09:02:12 [2023-04-07T09:02:12.647Z] #67 39.90 Unpacking cmake-data (3.18.4-2+deb11u1) ...
09:02:14 [2023-04-07T09:02:14.563Z] #67 ...
09:02:14 [2023-04-07T09:02:14.563Z] 
09:02:14 [2023-04-07T09:02:14.563Z] #61 [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:02:14 [2023-04-07T09:02:14.563Z] #61 31.35 Reading package lists...
09:02:14 [2023-04-07T09:02:14.563Z] #61 36.44 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
09:02:14 [2023-04-07T09:02:14.563Z] #61 36.52 Reading package lists...
09:02:14 [2023-04-07T09:02:14.563Z] #61 41.36 Building dependency tree...
09:02:14 [2023-04-07T09:02:14.563Z] #61 ...
09:02:14 [2023-04-07T09:02:14.563Z] 
09:02:14 [2023-04-07T09:02:14.563Z] #59 [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:02:14 [2023-04-07T09:02:14.563Z] #59 39.07 The following NEW packages will be installed:
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.09   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.09   libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.10   libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.58 0 upgraded, 20 newly installed, 0 to remove and 1 not upgraded.
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.58 Need to get 5458 kB of archives.
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.58 After this operation, 11.6 MB of additional disk space will be used.
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.58 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.58 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.59 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.59 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.59 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.61 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.68 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.69 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.82 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.84 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.85 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.85 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.86 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:02:14 [2023-04-07T09:02:14.563Z] #59 39.86 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.88 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.90 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.91 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 39.92 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
09:02:14 [2023-04-07T09:02:14.563Z] #59 41.12 debconf: delaying package configuration, since apt-utils is not installed
09:02:14 [2023-04-07T09:02:14.563Z] #59 41.46 Fetched 5458 kB in 1s (7248 kB/s)
09:02:14 [2023-04-07T09:02:14.563Z] #59 41.64 Selecting previously unselected package bzip2.
09:02:14 [2023-04-07T09:02:14.563Z] #59 41.64 (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:02:14 [2023-04-07T09:02:14.563Z] #59 41.72 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
09:02:14 [2023-04-07T09:02:14.563Z] #59 41.73 Unpacking bzip2 (1.0.8-4) ...
09:02:14 [2023-04-07T09:02:14.563Z] #59 41.92 Selecting previously unselected package xz-utils.
09:02:14 [2023-04-07T09:02:14.563Z] #59 41.95 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
09:02:14 [2023-04-07T09:02:14.563Z] #59 41.97 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:02:14 [2023-04-07T09:02:14.563Z] #59 42.25 Selecting previously unselected package libsigsegv2:arm64.
09:02:14 [2023-04-07T09:02:14.563Z] #59 42.25 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ...
09:02:14 [2023-04-07T09:02:14.563Z] #59 42.26 Unpacking libsigsegv2:arm64 (2.13-1) ...
09:02:14 [2023-04-07T09:02:14.834Z] #59 42.36 Selecting previously unselected package m4.
09:02:14 [2023-04-07T09:02:14.834Z] #59 42.36 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ...
09:02:14 [2023-04-07T09:02:14.834Z] #59 42.37 Unpacking m4 (1.4.18-5) ...
09:02:15 [2023-04-07T09:02:15.095Z] #59 42.63 Selecting previously unselected package autoconf.
09:02:15 [2023-04-07T09:02:15.095Z] #59 42.64 Preparing to unpack .../04-autoconf_2.69-14_all.deb ...
09:02:15 [2023-04-07T09:02:15.095Z] #59 42.66 Unpacking autoconf (2.69-14) ...
09:02:15 [2023-04-07T09:02:15.355Z] #59 43.08 Selecting previously unselected package autotools-dev.
09:02:15 [2023-04-07T09:02:15.616Z] #59 43.09 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ...
09:02:15 [2023-04-07T09:02:15.616Z] #59 43.14 Unpacking autotools-dev (20180224.1+nmu1) ...
09:02:15 [2023-04-07T09:02:15.877Z] #59 43.33 Selecting previously unselected package automake.
09:02:15 [2023-04-07T09:02:15.877Z] #59 43.33 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ...
09:02:15 [2023-04-07T09:02:15.877Z] #59 43.36 Unpacking automake (1:1.16.3-2) ...
09:02:16 [2023-04-07T09:02:16.454Z] #59 44.07 Selecting previously unselected package patch.
09:02:16 [2023-04-07T09:02:16.454Z] #59 44.08 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
09:02:16 [2023-04-07T09:02:16.454Z] #59 44.09 Unpacking patch (2.7.6-7) ...
09:02:16 [2023-04-07T09:02:16.742Z] #59 44.33 Selecting previously unselected package dpkg-dev.
09:02:16 [2023-04-07T09:02:16.742Z] #59 44.34 Preparing to unpack .../08-dpkg-dev_1.20.12_all.deb ...
09:02:16 [2023-04-07T09:02:16.742Z] #59 44.36 Unpacking dpkg-dev (1.20.12) ...
09:02:18 [2023-04-07T09:02:18.131Z] #59 45.63 Selecting previously unselected package build-essential.
09:02:18 [2023-04-07T09:02:18.131Z] #59 45.63 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
09:02:18 [2023-04-07T09:02:18.131Z] #59 45.65 Unpacking build-essential (12.9) ...
09:02:18 [2023-04-07T09:02:18.392Z] #59 45.79 Selecting previously unselected package libcap2:arm64.
09:02:18 [2023-04-07T09:02:18.392Z] #59 45.80 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ...
09:02:18 [2023-04-07T09:02:18.392Z] #59 45.83 Unpacking libcap2:arm64 (1:2.44-1) ...
09:02:18 [2023-04-07T09:02:18.392Z] #59 46.02 Selecting previously unselected package libcap-dev:arm64.
09:02:18 [2023-04-07T09:02:18.392Z] #59 46.02 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ...
09:02:18 [2023-04-07T09:02:18.392Z] #59 46.03 Unpacking libcap-dev:arm64 (1:2.44-1) ...
09:02:18 [2023-04-07T09:02:18.653Z] #59 46.25 Selecting previously unselected package libprotobuf-c1:arm64.
09:02:18 [2023-04-07T09:02:18.653Z] #59 46.25 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
09:02:18 [2023-04-07T09:02:18.653Z] #59 46.27 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:02:18 [2023-04-07T09:02:18.653Z] #59 46.40 Selecting previously unselected package libprotobuf-c-dev:arm64.
09:02:18 [2023-04-07T09:02:18.653Z] #59 46.40 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
09:02:18 [2023-04-07T09:02:18.653Z] #59 46.43 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
09:02:18 [2023-04-07T09:02:18.913Z] #59 46.60 Selecting previously unselected package libseccomp-dev:arm64.
09:02:18 [2023-04-07T09:02:18.913Z] #59 46.63 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:02:18 [2023-04-07T09:02:18.913Z] #59 46.64 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:02:19 [2023-04-07T09:02:19.485Z] #59 46.99 Selecting previously unselected package libsystemd-dev:arm64.
09:02:19 [2023-04-07T09:02:19.485Z] #59 47.00 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
09:02:19 [2023-04-07T09:02:19.485Z] #59 47.01 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
09:02:20 [2023-04-07T09:02:20.056Z] #59 ...
09:02:20 [2023-04-07T09:02:20.056Z] 
09:02:20 [2023-04-07T09:02:20.057Z] #63 [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:02:20 [2023-04-07T09:02:20.057Z] #63 32.48 Reading package lists...
09:02:20 [2023-04-07T09:02:20.057Z] #63 37.50 + apt-get  install -y --no-install-recommends gcc libc6-dev
09:02:20 [2023-04-07T09:02:20.057Z] #63 37.61 Reading package lists...
09:02:20 [2023-04-07T09:02:20.057Z] #63 42.28 Building dependency tree...
09:02:20 [2023-04-07T09:02:20.057Z] #63 46.92 gcc is already the newest version (4:10.2.1-1).
09:02:20 [2023-04-07T09:02:20.057Z] #63 46.92 libc6-dev is already the newest version (2.31-13+deb11u5).
09:02:20 [2023-04-07T09:02:20.057Z] #63 46.92 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
09:02:20 [2023-04-07T09:02:20.057Z] #63 ...
09:02:20 [2023-04-07T09:02:20.057Z] 
09:02:20 [2023-04-07T09:02:20.057Z] #58 [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:02:20 [2023-04-07T09:02:20.057Z] #58 41.31 go: downloading github.com/subosito/gotenv v1.4.1
09:02:20 [2023-04-07T09:02:20.057Z] #58 41.32 go: downloading github.com/hashicorp/hcl v1.0.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 41.70 go: downloading github.com/magiconair/properties v1.8.6
09:02:20 [2023-04-07T09:02:20.057Z] #58 41.72 go: downloading gopkg.in/ini.v1 v1.67.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 41.75 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
09:02:20 [2023-04-07T09:02:20.057Z] #58 42.01 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
09:02:20 [2023-04-07T09:02:20.057Z] #58 42.30 go: downloading github.com/pelletier/go-toml v1.9.5
09:02:20 [2023-04-07T09:02:20.057Z] #58 42.64 go: downloading github.com/gobwas/glob v0.2.3
09:02:20 [2023-04-07T09:02:20.057Z] #58 42.83 go: downloading gopkg.in/yaml.v2 v2.4.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.11 go: downloading golang.org/x/sync v0.1.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.17 go: downloading go.uber.org/zap v1.17.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.52 go: downloading github.com/go-toolsmith/astfmt v1.1.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.52 go: downloading github.com/go-toolsmith/astcast v1.1.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.56 go: downloading github.com/go-toolsmith/astcopy v1.0.3
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.57 go: downloading github.com/go-toolsmith/astequal v1.1.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.65 go: downloading github.com/go-toolsmith/astp v1.1.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.68 go: downloading github.com/go-toolsmith/strparse v1.1.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.72 go: downloading github.com/go-toolsmith/typep v1.1.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.79 go: downloading github.com/quasilyte/go-ruleguard v0.3.19
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.80 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
09:02:20 [2023-04-07T09:02:20.057Z] #58 43.95 go: downloading golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9
09:02:20 [2023-04-07T09:02:20.057Z] #58 44.25 go: downloading github.com/kisielk/gotool v1.0.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 44.41 go: downloading github.com/gostaticanalysis/comment v1.4.2
09:02:20 [2023-04-07T09:02:20.057Z] #58 44.54 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
09:02:20 [2023-04-07T09:02:20.057Z] #58 44.54 go: downloading github.com/ettle/strcase v0.1.1
09:02:20 [2023-04-07T09:02:20.057Z] #58 44.64 go: downloading github.com/fatih/structtag v1.2.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 44.71 go: downloading github.com/Masterminds/semver v1.5.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 44.76 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
09:02:20 [2023-04-07T09:02:20.057Z] #58 44.98 go: downloading github.com/prometheus/client_golang v1.12.1
09:02:20 [2023-04-07T09:02:20.057Z] #58 45.61 go: downloading github.com/prometheus/client_model v0.2.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 45.66 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
09:02:20 [2023-04-07T09:02:20.057Z] #58 45.79 go: downloading github.com/google/go-cmp v0.5.9
09:02:20 [2023-04-07T09:02:20.057Z] #58 46.09 go: downloading go.uber.org/atomic v1.7.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 46.09 go: downloading go.uber.org/multierr v1.6.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 46.24 go: downloading github.com/quasilyte/gogrep v0.5.0
09:02:20 [2023-04-07T09:02:20.057Z] #58 46.43 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
09:02:20 [2023-04-07T09:02:20.057Z] #58 46.43 go: downloading github.com/chavacava/garif v0.0.0-20221024190013-b3ef35877348
09:02:20 [2023-04-07T09:02:20.057Z] #58 46.49 go: downloading github.com/olekukonko/tablewriter v0.0.5
09:02:20 [2023-04-07T09:02:20.057Z] #58 46.63 go: downloading github.com/beorn7/perks v1.0.1
09:02:20 [2023-04-07T09:02:20.057Z] #58 46.69 go: downloading github.com/cespare/xxhash/v2 v2.1.2
09:02:20 [2023-04-07T09:02:20.057Z] #58 46.71 go: downloading github.com/golang/protobuf v1.5.2
09:02:20 [2023-04-07T09:02:20.057Z] #58 46.75 go: downloading github.com/prometheus/common v0.32.1
09:02:20 [2023-04-07T09:02:20.057Z] #58 47.19 go: downloading github.com/prometheus/procfs v0.7.3
09:02:20 [2023-04-07T09:02:20.057Z] #58 47.42 go: downloading google.golang.org/protobuf v1.28.0
09:02:20 [2023-04-07T09:02:20.633Z] #58 ...
09:02:20 [2023-04-07T09:02:20.633Z] 
09:02:20 [2023-04-07T09:02:20.633Z] #33 [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:02:20 [2023-04-07T09:02:20.633Z] #33 37.92 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
09:02:20 [2023-04-07T09:02:20.633Z] #33 37.92 Need to get 2136 kB of archives.
09:02:20 [2023-04-07T09:02:20.633Z] #33 37.92 After this operation, 10.8 MB of additional disk space will be used.
09:02:20 [2023-04-07T09:02:20.633Z] #33 37.92 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
09:02:20 [2023-04-07T09:02:20.633Z] #33 37.93 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:02:20 [2023-04-07T09:02:20.633Z] #33 37.94 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
09:02:20 [2023-04-07T09:02:20.633Z] #33 37.94 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
09:02:20 [2023-04-07T09:02:20.633Z] #33 37.96 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
09:02:20 [2023-04-07T09:02:20.633Z] #33 37.99 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:02:20 [2023-04-07T09:02:20.633Z] #33 37.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
09:02:20 [2023-04-07T09:02:20.633Z] #33 40.14 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
09:02:20 [2023-04-07T09:02:20.633Z] #33 41.65 debconf: delaying package configuration, since apt-utils is not installed
09:02:20 [2023-04-07T09:02:20.633Z] #33 41.96 Fetched 2136 kB in 3s (701 kB/s)
09:02:20 [2023-04-07T09:02:20.633Z] #33 42.08 Selecting previously unselected package libprotobuf23:arm64.
09:02:20 [2023-04-07T09:02:20.633Z] #33 42.08 (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:02:20 [2023-04-07T09:02:20.633Z] #33 42.14 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 42.15 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 42.97 Selecting previously unselected package python3-pkg-resources.
09:02:20 [2023-04-07T09:02:20.633Z] #33 42.97 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 42.98 Unpacking python3-pkg-resources (52.0.0-4) ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 43.20 Selecting previously unselected package python3-six.
09:02:20 [2023-04-07T09:02:20.633Z] #33 43.20 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 43.21 Unpacking python3-six (1.16.0-2) ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 43.39 Selecting previously unselected package python3-protobuf.
09:02:20 [2023-04-07T09:02:20.633Z] #33 43.39 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 43.40 Unpacking python3-protobuf (3.12.4-1) ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.07 Selecting previously unselected package libnet1:arm64.
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.07 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.08 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.33 Selecting previously unselected package libnl-3-200:arm64.
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.33 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.34 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.53 Selecting previously unselected package libprotobuf-c1:arm64.
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.54 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.54 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.73 Selecting previously unselected package criu.
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.74 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 44.74 Unpacking criu (3.17.1-1) ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 45.67 Setting up python3-pkg-resources (52.0.0-4) ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 48.11 Setting up libprotobuf23:arm64 (3.12.4-1) ...
09:02:20 [2023-04-07T09:02:20.633Z] #33 ...
09:02:20 [2023-04-07T09:02:20.633Z] 
09:02:20 [2023-04-07T09:02:20.633Z] #59 [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:02:20 [2023-04-07T09:02:20.633Z] #59 48.30 Selecting previously unselected package libtool.
09:02:20 [2023-04-07T09:02:20.633Z] #59 48.31 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ...
09:02:20 [2023-04-07T09:02:20.633Z] #59 48.32 Unpacking libtool (2.4.6-15) ...
09:02:21 [2023-04-07T09:02:21.210Z] #59 ...
09:02:21 [2023-04-07T09:02:21.210Z] 
09:02:21 [2023-04-07T09:02:21.210Z] #41 [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:02:21 [2023-04-07T09:02:21.210Z] #41 33.38 Reading package lists...
09:02:21 [2023-04-07T09:02:21.210Z] #41 38.27 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
09:02:21 [2023-04-07T09:02:21.210Z] #41 38.35 Reading package lists...
09:02:21 [2023-04-07T09:02:21.210Z] #41 43.42 Building dependency tree...
09:02:21 [2023-04-07T09:02:21.210Z] #41 47.88 gcc is already the newest version (4:10.2.1-1).
09:02:21 [2023-04-07T09:02:21.210Z] #41 47.88 libc6-dev is already the newest version (2.31-13+deb11u5).
09:02:21 [2023-04-07T09:02:21.210Z] #41 47.88 The following additional packages will be installed:
09:02:21 [2023-04-07T09:02:21.210Z] #41 47.90   bzip2 patch xz-utils
09:02:21 [2023-04-07T09:02:21.210Z] #41 47.91 Suggested packages:
09:02:21 [2023-04-07T09:02:21.210Z] #41 47.91   bzip2-doc debian-keyring seccomp ed diffutils-doc
09:02:21 [2023-04-07T09:02:21.210Z] #41 47.91 Recommended packages:
09:02:21 [2023-04-07T09:02:21.210Z] #41 47.91   build-essential fakeroot libalgorithm-merge-perl
09:02:21 [2023-04-07T09:02:21.210Z] #41 48.11 The following NEW packages will be installed:
09:02:21 [2023-04-07T09:02:21.210Z] #41 48.12   bzip2 dpkg-dev libseccomp-dev patch xz-utils
09:02:21 [2023-04-07T09:02:21.210Z] #41 ...
09:02:21 [2023-04-07T09:02:21.210Z] 
09:02:21 [2023-04-07T09:02:21.210Z] #58 [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:02:21 [2023-04-07T09:02:21.210Z] #58 48.86 go: downloading github.com/mattn/go-runewidth v0.0.9
09:02:21 [2023-04-07T09:02:21.210Z] #58 ...
09:02:21 [2023-04-07T09:02:21.210Z] 
09:02:21 [2023-04-07T09:02:21.210Z] #69 [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:02:21 [2023-04-07T09:02:21.210Z] #69 31.90 crypto/internal/alias
09:02:21 [2023-04-07T09:02:21.210Z] #69 32.21 crypto/subtle
09:02:21 [2023-04-07T09:02:21.210Z] #69 32.81 crypto/internal/boring/sig
09:02:21 [2023-04-07T09:02:21.210Z] #69 33.03 unicode/utf16
09:02:21 [2023-04-07T09:02:21.210Z] #69 33.23 vendor/golang.org/x/crypto/cryptobyte/asn1
09:02:21 [2023-04-07T09:02:21.210Z] #69 33.37 internal/nettrace
09:02:21 [2023-04-07T09:02:21.210Z] #69 33.51 vendor/golang.org/x/crypto/internal/alias
09:02:21 [2023-04-07T09:02:21.210Z] #69 33.71 encoding
09:02:21 [2023-04-07T09:02:21.210Z] #69 33.84 github.com/docker/distribution/manifest
09:02:21 [2023-04-07T09:02:21.210Z] #69 33.92 github.com/inconshreveable/mousetrap
09:02:21 [2023-04-07T09:02:21.210Z] #69 34.14 github.com/docker/distribution/registry/storage/driver/gcs
09:02:21 [2023-04-07T09:02:21.210Z] #69 34.28 github.com/docker/distribution/registry/storage/driver/oss
09:02:21 [2023-04-07T09:02:21.479Z] #69 ...
09:02:21 [2023-04-07T09:02:21.479Z] 
09:02:21 [2023-04-07T09:02:21.479Z] #41 [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:02:21 [2023-04-07T09:02:21.479Z] #41 48.59 0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
09:02:21 [2023-04-07T09:02:21.479Z] #41 48.59 Need to get 2790 kB of archives.
09:02:21 [2023-04-07T09:02:21.479Z] #41 48.59 After this operation, 4077 kB of additional disk space will be used.
09:02:21 [2023-04-07T09:02:21.479Z] #41 48.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
09:02:21 [2023-04-07T09:02:21.479Z] #41 48.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
09:02:21 [2023-04-07T09:02:21.479Z] #41 48.60 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
09:02:21 [2023-04-07T09:02:21.479Z] #41 48.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
09:02:21 [2023-04-07T09:02:21.479Z] #41 48.71 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:02:22 [2023-04-07T09:02:22.868Z] #41 49.76 debconf: delaying package configuration, since apt-utils is not installed
09:02:22 [2023-04-07T09:02:22.868Z] #41 50.03 Fetched 2790 kB in 0s (6566 kB/s)
09:02:23 [2023-04-07T09:02:23.129Z] #41 50.25 Selecting previously unselected package bzip2.
09:02:23 [2023-04-07T09:02:23.129Z] #41 50.25 (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:02:23 [2023-04-07T09:02:23.129Z] #41 50.29 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ...
09:02:23 [2023-04-07T09:02:23.129Z] #41 50.34 Unpacking bzip2 (1.0.8-4) ...
09:02:23 [2023-04-07T09:02:23.701Z] #41 50.68 Selecting previously unselected package xz-utils.
09:02:23 [2023-04-07T09:02:23.701Z] #41 50.69 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
09:02:23 [2023-04-07T09:02:23.701Z] #41 50.75 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:02:24 [2023-04-07T09:02:24.283Z] #41 51.32 Selecting previously unselected package patch.
09:02:24 [2023-04-07T09:02:24.283Z] #41 51.33 Preparing to unpack .../patch_2.7.6-7_arm64.deb ...
09:02:24 [2023-04-07T09:02:24.283Z] #41 51.39 Unpacking patch (2.7.6-7) ...
09:02:24 [2023-04-07T09:02:24.545Z] #41 ...
09:02:24 [2023-04-07T09:02:24.545Z] 
09:02:24 [2023-04-07T09:02:24.545Z] #63 [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:02:24 [2023-04-07T09:02:24.545Z] #63 DONE 52.1s
09:02:24 [2023-04-07T09:02:24.545Z] 
09:02:24 [2023-04-07T09:02:24.545Z] #41 [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:02:24 [2023-04-07T09:02:24.545Z] #41 51.73 Selecting previously unselected package dpkg-dev.
09:02:24 [2023-04-07T09:02:24.545Z] #41 51.73 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
09:02:24 [2023-04-07T09:02:24.545Z] #41 51.74 Unpacking dpkg-dev (1.20.12) ...
09:02:24 [2023-04-07T09:02:24.806Z] #41 ...
09:02:24 [2023-04-07T09:02:24.806Z] 
09:02:24 [2023-04-07T09:02:24.806Z] #57 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
09:02:24 [2023-04-07T09:02:24.806Z] #57 DONE 45.6s
09:02:24 [2023-04-07T09:02:24.806Z] 
09:02:24 [2023-04-07T09:02:24.806Z] #45 [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:02:24 [2023-04-07T09:02:24.806Z] #45 DONE 48.1s
09:02:24 [2023-04-07T09:02:24.806Z] 
09:02:24 [2023-04-07T09:02:24.806Z] #72 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
09:02:25 [2023-04-07T09:02:25.071Z] #72 ...
09:02:25 [2023-04-07T09:02:25.071Z] 
09:02:25 [2023-04-07T09:02:25.071Z] #59 [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:02:25 [2023-04-07T09:02:25.071Z] #59 49.05 Selecting previously unselected package libudev-dev:arm64.
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.05 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u1_arm64.deb ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.07 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.32 Selecting previously unselected package libyajl2:arm64.
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.32 Preparing to unpack .../18-libyajl2_2.1.0-3_arm64.deb ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.33 Unpacking libyajl2:arm64 (2.1.0-3) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.48 Selecting previously unselected package libyajl-dev:arm64.
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.49 Preparing to unpack .../19-libyajl-dev_2.1.0-3_arm64.deb ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.51 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.81 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.84 Setting up libyajl2:arm64 (2.1.0-3) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.91 Setting up bzip2 (1.0.8-4) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 49.98 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.05 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.10 Setting up libcap2:arm64 (1:2.44-1) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.18 Setting up autotools-dev (20180224.1+nmu1) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.20 Setting up libsigsegv2:arm64 (2.13-1) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.23 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.29 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.33 Setting up patch (2.7.6-7) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.39 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.44 Setting up libyajl-dev:arm64 (2.1.0-3) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.53 Setting up libcap-dev:arm64 (1:2.44-1) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.72 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.76 Setting up libtool (2.4.6-15) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.87 Setting up m4 (1.4.18-5) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 50.91 Setting up dpkg-dev (1.20.12) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 51.06 Setting up autoconf (2.69-14) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 51.31 Setting up build-essential (12.9) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 51.47 Setting up automake (1:1.16.3-2) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 51.57 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
09:02:25 [2023-04-07T09:02:25.071Z] #59 51.64 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:02:25 [2023-04-07T09:02:25.071Z] #59 DONE 52.5s
09:02:25 [2023-04-07T09:02:25.071Z] 
09:02:25 [2023-04-07T09:02:25.071Z] #61 [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:02:25 [2023-04-07T09:02:25.071Z] #61 41.36 Building dependency tree...
09:02:25 [2023-04-07T09:02:25.072Z] #61 45.59 gcc is already the newest version (4:10.2.1-1).
09:02:25 [2023-04-07T09:02:25.072Z] #61 45.59 The following additional packages will be installed:
09:02:25 [2023-04-07T09:02:25.072Z] #61 45.62   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
09:02:25 [2023-04-07T09:02:25.072Z] #61 45.62   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
09:02:25 [2023-04-07T09:02:25.072Z] #61 45.62   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
09:02:25 [2023-04-07T09:02:25.072Z] #61 45.63   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
09:02:25 [2023-04-07T09:02:25.072Z] #61 45.63   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
09:02:25 [2023-04-07T09:02:25.072Z] #61 45.63   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
09:02:25 [2023-04-07T09:02:25.072Z] #61 45.63 Suggested packages:
09:02:25 [2023-04-07T09:02:25.072Z] #61 45.65   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
09:02:25 [2023-04-07T09:02:25.072Z] #61 45.65   | libgdk-pixbuf2.0-dev libxml2-utils
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.03 The following NEW packages will be installed:
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.03   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.04   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.04   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.04   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.04   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.06   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.64 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.64 Need to get 7950 kB of archives.
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.64 After this operation, 39.9 MB of additional disk space will be used.
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.64 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:02:25 [2023-04-07T09:02:25.072Z] #61 48.65 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:02:25 [2023-04-07T09:02:25.072Z] #61 48.65 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.65 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:02:25 [2023-04-07T09:02:25.072Z] #61 48.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.66 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.69 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.70 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.71 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.72 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.73 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.79 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.79 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.80 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.80 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.81 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.83 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.84 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.86 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.86 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.90 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.90 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.90 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.92 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.93 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.95 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 48.96 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:02:25 [2023-04-07T09:02:25.072Z] #61 48.97 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 49.10 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
09:02:25 [2023-04-07T09:02:25.072Z] #61 50.44 debconf: delaying package configuration, since apt-utils is not installed
09:02:25 [2023-04-07T09:02:25.072Z] #61 50.73 Fetched 7950 kB in 1s (10.3 MB/s)
09:02:25 [2023-04-07T09:02:25.072Z] #61 51.01 Selecting previously unselected package libgirepository-1.0-1:arm64.
09:02:25 [2023-04-07T09:02:25.072Z] #61 51.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:02:25 [2023-04-07T09:02:25.072Z] #61 51.06 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
09:02:25 [2023-04-07T09:02:25.072Z] #61 51.14 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:02:25 [2023-04-07T09:02:25.072Z] #61 51.67 Selecting previously unselected package gir1.2-glib-2.0:arm64.
09:02:25 [2023-04-07T09:02:25.072Z] #61 51.67 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
09:02:25 [2023-04-07T09:02:25.072Z] #61 51.71 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:02:25 [2023-04-07T09:02:25.072Z] #61 52.04 Selecting previously unselected package libsecret-common.
09:02:25 [2023-04-07T09:02:25.072Z] #61 52.05 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
09:02:25 [2023-04-07T09:02:25.072Z] #61 52.07 Unpacking libsecret-common (0.20.4-2) ...
09:02:25 [2023-04-07T09:02:25.352Z] #61 52.36 Selecting previously unselected package libsecret-1-0:arm64.
09:02:25 [2023-04-07T09:02:25.352Z] #61 52.37 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ...
09:02:25 [2023-04-07T09:02:25.352Z] #61 52.38 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
09:02:25 [2023-04-07T09:02:25.613Z] #61 52.75 Selecting previously unselected package gir1.2-secret-1:arm64.
09:02:25 [2023-04-07T09:02:25.613Z] #61 52.75 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ...
09:02:25 [2023-04-07T09:02:25.613Z] #61 52.81 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
09:02:25 [2023-04-07T09:02:25.874Z] #61 53.01 Selecting previously unselected package uuid-dev:arm64.
09:02:25 [2023-04-07T09:02:25.874Z] #61 53.03 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:02:25 [2023-04-07T09:02:25.874Z] #61 53.03 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:02:26 [2023-04-07T09:02:26.136Z] #61 53.37 Selecting previously unselected package libblkid-dev:arm64.
09:02:26 [2023-04-07T09:02:26.136Z] #61 53.39 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:02:26 [2023-04-07T09:02:26.397Z] #61 53.39 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:02:26 [2023-04-07T09:02:26.658Z] #61 53.89 Selecting previously unselected package libbtrfs0:arm64.
09:02:26 [2023-04-07T09:02:26.658Z] #61 53.91 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ...
09:02:26 [2023-04-07T09:02:26.658Z] #61 53.92 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
09:02:26 [2023-04-07T09:02:26.974Z] #61 ...
09:02:26 [2023-04-07T09:02:26.974Z] 
09:02:26 [2023-04-07T09:02:26.974Z] #41 [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:02:26 [2023-04-07T09:02:26.974Z] #41 54.01 Selecting previously unselected package libseccomp-dev:arm64.
09:02:26 [2023-04-07T09:02:26.974Z] #41 54.06 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:02:26 [2023-04-07T09:02:26.974Z] #41 54.08 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:02:26 [2023-04-07T09:02:26.974Z] #41 ...
09:02:26 [2023-04-07T09:02:26.974Z] 
09:02:26 [2023-04-07T09:02:26.974Z] #67 [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:02:26 [2023-04-07T09:02:26.974Z] #67 44.12 Selecting previously unselected package libicu67:arm64.
09:02:26 [2023-04-07T09:02:26.974Z] #67 44.13 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ...
09:02:26 [2023-04-07T09:02:26.974Z] #67 44.14 Unpacking libicu67:arm64 (67.1-7) ...
09:02:26 [2023-04-07T09:02:26.974Z] #67 51.78 Selecting previously unselected package libxml2:arm64.
09:02:26 [2023-04-07T09:02:26.974Z] #67 51.78 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ...
09:02:26 [2023-04-07T09:02:26.974Z] #67 51.80 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
09:02:26 [2023-04-07T09:02:26.974Z] #67 52.72 Selecting previously unselected package libarchive13:arm64.
09:02:26 [2023-04-07T09:02:26.974Z] #67 52.72 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
09:02:26 [2023-04-07T09:02:26.974Z] #67 52.72 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
09:02:26 [2023-04-07T09:02:26.974Z] #67 53.27 Selecting previously unselected package libjsoncpp24:arm64.
09:02:26 [2023-04-07T09:02:26.974Z] #67 53.28 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ...
09:02:26 [2023-04-07T09:02:26.974Z] #67 53.28 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
09:02:26 [2023-04-07T09:02:26.974Z] #67 53.52 Selecting previously unselected package librhash0:arm64.
09:02:26 [2023-04-07T09:02:26.974Z] #67 53.53 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ...
09:02:26 [2023-04-07T09:02:26.974Z] #67 53.54 Unpacking librhash0:arm64 (1.4.1-2) ...
09:02:26 [2023-04-07T09:02:26.974Z] #67 53.82 Selecting previously unselected package libuv1:arm64.
09:02:26 [2023-04-07T09:02:26.974Z] #67 53.82 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ...
09:02:26 [2023-04-07T09:02:26.974Z] #67 53.86 Unpacking libuv1:arm64 (1.40.0-2) ...
09:02:27 [2023-04-07T09:02:27.249Z] #67 54.21 Selecting previously unselected package cmake.
09:02:27 [2023-04-07T09:02:27.249Z] #67 54.21 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ...
09:02:27 [2023-04-07T09:02:27.249Z] #67 54.32 Unpacking cmake (3.18.4-2+deb11u1) ...
09:02:27 [2023-04-07T09:02:27.549Z] #67 ...
09:02:27 [2023-04-07T09:02:27.549Z] 
09:02:27 [2023-04-07T09:02:27.549Z] #61 [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:02:27 [2023-04-07T09:02:27.549Z] #61 54.53 Selecting previously unselected package libbtrfs-dev:arm64.
09:02:27 [2023-04-07T09:02:27.549Z] #61 54.54 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ...
09:02:27 [2023-04-07T09:02:27.549Z] #61 54.55 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
09:02:27 [2023-04-07T09:02:27.857Z] #61 54.95 Selecting previously unselected package libelf1:arm64.
09:02:27 [2023-04-07T09:02:27.857Z] #61 54.95 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ...
09:02:27 [2023-04-07T09:02:27.857Z] #61 54.96 Unpacking libelf1:arm64 (0.183-1) ...
09:02:28 [2023-04-07T09:02:28.131Z] #61 ...
09:02:28 [2023-04-07T09:02:28.131Z] 
09:02:28 [2023-04-07T09:02:28.131Z] #41 [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:02:28 [2023-04-07T09:02:28.131Z] #41 54.64 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:02:28 [2023-04-07T09:02:28.131Z] #41 54.66 Setting up bzip2 (1.0.8-4) ...
09:02:28 [2023-04-07T09:02:28.131Z] #41 54.67 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:02:28 [2023-04-07T09:02:28.131Z] #41 54.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:02:28 [2023-04-07T09:02:28.131Z] #41 54.70 Setting up patch (2.7.6-7) ...
09:02:28 [2023-04-07T09:02:28.131Z] #41 54.72 Setting up dpkg-dev (1.20.12) ...
09:02:28 [2023-04-07T09:02:28.131Z] #41 DONE 55.2s
09:02:28 [2023-04-07T09:02:28.131Z] 
09:02:28 [2023-04-07T09:02:28.131Z] #61 [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:02:28 [2023-04-07T09:02:28.131Z] #61 55.42 Selecting previously unselected package libffi-dev:arm64.
09:02:28 [2023-04-07T09:02:28.392Z] #61 55.47 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ...
09:02:28 [2023-04-07T09:02:28.392Z] #61 55.49 Unpacking libffi-dev:arm64 (3.3-6) ...
09:02:28 [2023-04-07T09:02:28.392Z] #61 55.71 Selecting previously unselected package libglib2.0-data.
09:02:28 [2023-04-07T09:02:28.392Z] #61 55.71 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
09:02:28 [2023-04-07T09:02:28.392Z] #61 55.73 Unpacking libglib2.0-data (2.66.8-1) ...
09:02:30 [2023-04-07T09:02:30.310Z] #61 ...
09:02:30 [2023-04-07T09:02:30.310Z] 
09:02:30 [2023-04-07T09:02:30.310Z] #72 [dockercli-src 4/5] RUN [ -d ./components/cli ] && mv ./components/cli /usr/src/dockercli || mv /tmp/dockercli /usr/src/dockercli
09:02:30 [2023-04-07T09:02:30.310Z] #72 DONE 5.4s
09:02:30 [2023-04-07T09:02:30.310Z] 
09:02:30 [2023-04-07T09:02:30.310Z] #61 [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:02:30 [2023-04-07T09:02:30.310Z] #61 57.53 Selecting previously unselected package libglib2.0-bin.
09:02:30 [2023-04-07T09:02:30.571Z] #61 ...
09:02:30 [2023-04-07T09:02:30.571Z] 
09:02:30 [2023-04-07T09:02:30.571Z] #73 [dockercli-src 5/5] WORKDIR /usr/src/dockercli
09:02:30 [2023-04-07T09:02:30.571Z] #73 DONE 0.2s
09:02:30 [2023-04-07T09:02:30.571Z] 
09:02:30 [2023-04-07T09:02:30.571Z] #61 [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:02:30 [2023-04-07T09:02:30.571Z] #61 57.58 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ...
09:02:30 [2023-04-07T09:02:30.571Z] #61 57.59 Unpacking libglib2.0-bin (2.66.8-1) ...
09:02:30 [2023-04-07T09:02:30.832Z] #61 58.07 Selecting previously unselected package python3-lib2to3.
09:02:30 [2023-04-07T09:02:30.832Z] #61 58.08 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
09:02:30 [2023-04-07T09:02:30.832Z] #61 58.09 Unpacking python3-lib2to3 (3.9.2-1) ...
09:02:30 [2023-04-07T09:02:30.832Z] #61 ...
09:02:30 [2023-04-07T09:02:30.832Z] 
09:02:30 [2023-04-07T09:02:30.832Z] #33 [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:02:30 [2023-04-07T09:02:30.832Z] #33 48.18 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:02:30 [2023-04-07T09:02:30.832Z] #33 48.66 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:02:30 [2023-04-07T09:02:30.832Z] #33 48.74 Setting up python3-six (1.16.0-2) ...
09:02:30 [2023-04-07T09:02:30.832Z] #33 50.12 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
09:02:30 [2023-04-07T09:02:30.832Z] #33 50.25 Setting up python3-protobuf (3.12.4-1) ...
09:02:30 [2023-04-07T09:02:30.832Z] #33 56.03 Setting up criu (3.17.1-1) ...
09:02:31 [2023-04-07T09:02:31.093Z] #33 58.55 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:02:31 [2023-04-07T09:02:31.093Z] #33 ...
09:02:31 [2023-04-07T09:02:31.093Z] 
09:02:31 [2023-04-07T09:02:31.093Z] #61 [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:02:31 [2023-04-07T09:02:31.093Z] #61 58.30 Selecting previously unselected package python3-distutils.
09:02:31 [2023-04-07T09:02:31.093Z] #61 58.30 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
09:02:31 [2023-04-07T09:02:31.093Z] #61 58.33 Unpacking python3-distutils (3.9.2-1) ...
09:02:31 [2023-04-07T09:02:31.380Z] #61 ...
09:02:31 [2023-04-07T09:02:31.380Z] 
09:02:31 [2023-04-07T09:02:31.380Z] #58 [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:02:31 [2023-04-07T09:02:31.380Z] #58 49.02 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
09:02:31 [2023-04-07T09:02:31.643Z] #58 ...
09:02:31 [2023-04-07T09:02:31.643Z] 
09:02:31 [2023-04-07T09:02:31.643Z] #67 [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:02:31 [2023-04-07T09:02:31.643Z] #67 58.59 Setting up libicu67:arm64 (67.1-7) ...
09:02:31 [2023-04-07T09:02:31.643Z] #67 58.67 Setting up libuv1:arm64 (1.40.0-2) ...
09:02:31 [2023-04-07T09:02:31.643Z] #67 58.72 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
09:02:31 [2023-04-07T09:02:31.643Z] #67 ...
09:02:31 [2023-04-07T09:02:31.643Z] 
09:02:31 [2023-04-07T09:02:31.643Z] #33 [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:02:31 [2023-04-07T09:02:31.643Z] #33 58.55 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:02:31 [2023-04-07T09:02:31.643Z] #33 DONE 59.0s
09:02:31 [2023-04-07T09:02:31.643Z] 
09:02:31 [2023-04-07T09:02:31.643Z] #67 [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:02:31 [2023-04-07T09:02:31.643Z] #67 58.77 Setting up librhash0:arm64 (1.4.1-2) ...
09:02:31 [2023-04-07T09:02:31.643Z] #67 58.78 Setting up cmake-data (3.18.4-2+deb11u1) ...
09:02:31 [2023-04-07T09:02:31.643Z] #67 58.82 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
09:02:31 [2023-04-07T09:02:31.904Z] #67 58.86 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
09:02:31 [2023-04-07T09:02:31.904Z] #67 58.89 Setting up cmake (3.18.4-2+deb11u1) ...
09:02:31 [2023-04-07T09:02:31.904Z] #67 58.92 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:02:32 [2023-04-07T09:02:32.167Z] #67 DONE 59.3s
09:02:32 [2023-04-07T09:02:32.167Z] 
09:02:32 [2023-04-07T09:02:32.167Z] #74 [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:02:34 [2023-04-07T09:02:34.085Z] #74 1.962 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:02:34 [2023-04-07T09:02:34.085Z] #74 1.979 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:02:34 [2023-04-07T09:02:34.347Z] #74 1.979 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:02:34 [2023-04-07T09:02:34.608Z] #74 ...
09:02:34 [2023-04-07T09:02:34.608Z] 
09:02:34 [2023-04-07T09:02:34.608Z] #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:02:34 [2023-04-07T09:02:34.608Z] #0 2.833 go: downloading github.com/urfave/cli/v2 v2.23.5
09:02:34 [2023-04-07T09:02:34.608Z] #0 4.263 go: downloading golang.org/x/sys v0.2.0
09:02:34 [2023-04-07T09:02:34.608Z] #0 8.172 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
09:02:34 [2023-04-07T09:02:34.608Z] #0 9.226 go: downloading github.com/google/uuid v1.3.0
09:02:34 [2023-04-07T09:02:34.608Z] #0 9.254 go: downloading github.com/moby/vpnkit v0.5.0
09:02:34 [2023-04-07T09:02:34.608Z] #0 9.327 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
09:02:34 [2023-04-07T09:02:34.608Z] #0 9.436 go: downloading github.com/gorilla/mux v1.8.0
09:02:34 [2023-04-07T09:02:34.608Z] #0 9.546 go: downloading github.com/moby/sys/mountinfo v0.6.2
09:02:34 [2023-04-07T09:02:34.869Z] #75 ...
09:02:34 [2023-04-07T09:02:34.869Z] 
09:02:34 [2023-04-07T09:02:34.869Z] #61 [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:02:34 [2023-04-07T09:02:34.869Z] #61 58.76 Selecting previously unselected package libglib2.0-dev-bin.
09:02:34 [2023-04-07T09:02:34.869Z] #61 58.76 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 58.81 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 59.31 Selecting previously unselected package libsepol1-dev:arm64.
09:02:34 [2023-04-07T09:02:34.869Z] #61 59.31 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 59.32 Unpacking libsepol1-dev:arm64 (3.1-1) ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 60.27 Selecting previously unselected package libpcre2-16-0:arm64.
09:02:34 [2023-04-07T09:02:34.869Z] #61 60.27 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 60.28 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 60.67 Selecting previously unselected package libpcre2-32-0:arm64.
09:02:34 [2023-04-07T09:02:34.869Z] #61 60.67 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 60.69 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 60.89 Selecting previously unselected package libpcre2-posix2:arm64.
09:02:34 [2023-04-07T09:02:34.869Z] #61 60.89 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 60.90 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 60.99 Selecting previously unselected package libpcre2-dev:arm64.
09:02:34 [2023-04-07T09:02:34.869Z] #61 61.02 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 61.03 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 61.66 Selecting previously unselected package libselinux1-dev:arm64.
09:02:34 [2023-04-07T09:02:34.869Z] #61 61.66 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 61.67 Unpacking libselinux1-dev:arm64 (3.1-3) ...
09:02:34 [2023-04-07T09:02:34.869Z] #61 62.10 Selecting previously unselected package libmount-dev:arm64.
09:02:34 [2023-04-07T09:02:34.869Z] #61 ...
09:02:34 [2023-04-07T09:02:34.869Z] 
09:02:34 [2023-04-07T09:02:34.869Z] #76 [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:02:34 [2023-04-07T09:02:34.869Z] #0 2.044 Cloning into '/tmp/crun-build'...
09:02:35 [2023-04-07T09:02:35.130Z] #76 ...
09:02:35 [2023-04-07T09:02:35.130Z] 
09:02:35 [2023-04-07T09:02:35.130Z] #61 [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:02:35 [2023-04-07T09:02:35.130Z] #61 62.15 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
09:02:35 [2023-04-07T09:02:35.130Z] #61 62.16 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:02:35 [2023-04-07T09:02:35.130Z] #61 62.41 Selecting previously unselected package libpcre16-3:arm64.
09:02:35 [2023-04-07T09:02:35.390Z] #61 62.41 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
09:02:35 [2023-04-07T09:02:35.390Z] #61 62.42 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
09:02:35 [2023-04-07T09:02:35.651Z] #61 62.65 Selecting previously unselected package libpcre32-3:arm64.
09:02:35 [2023-04-07T09:02:35.651Z] #61 62.65 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
09:02:35 [2023-04-07T09:02:35.651Z] #61 62.66 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
09:02:35 [2023-04-07T09:02:35.913Z] #61 62.91 Selecting previously unselected package libpcrecpp0v5:arm64.
09:02:35 [2023-04-07T09:02:35.913Z] #61 62.92 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
09:02:35 [2023-04-07T09:02:35.913Z] #61 62.95 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
09:02:35 [2023-04-07T09:02:35.913Z] #61 63.10 Selecting previously unselected package libpcre3-dev:arm64.
09:02:35 [2023-04-07T09:02:35.913Z] #61 63.11 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
09:02:35 [2023-04-07T09:02:35.913Z] #61 63.12 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
09:02:36 [2023-04-07T09:02:36.745Z] #61 63.76 Selecting previously unselected package zlib1g-dev:arm64.
09:02:36 [2023-04-07T09:02:36.745Z] #61 63.77 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
09:02:36 [2023-04-07T09:02:36.745Z] #61 63.78 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:02:37 [2023-04-07T09:02:37.006Z] #61 64.05 Selecting previously unselected package libglib2.0-dev:arm64.
09:02:37 [2023-04-07T09:02:37.006Z] #61 64.07 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
09:02:37 [2023-04-07T09:02:37.006Z] #61 64.09 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
09:02:37 [2023-04-07T09:02:37.949Z] #61 ...
09:02:37 [2023-04-07T09:02:37.949Z] 
09:02:37 [2023-04-07T09:02:37.949Z] #77 [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:02:37 [2023-04-07T09:02:37.949Z] #0 1.307 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.5-0-gf19387a -X main.version=1.1.5 " -o runc .
09:02:38 [2023-04-07T09:02:38.209Z] #77 ...
09:02:38 [2023-04-07T09:02:38.209Z] 
09:02:38 [2023-04-07T09:02:38.209Z] #76 [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:02:38 [2023-04-07T09:02:38.209Z] #76 10.42 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
09:02:38 [2023-04-07T09:02:38.209Z] #76 10.45 Cloning into '/tmp/crun-build/libocispec'...
09:02:38 [2023-04-07T09:02:38.209Z] #76 11.68 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
09:02:38 [2023-04-07T09:02:38.209Z] #76 11.73 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
09:02:38 [2023-04-07T09:02:38.209Z] #76 11.74 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
09:02:38 [2023-04-07T09:02:38.209Z] #76 11.74 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
09:02:38 [2023-04-07T09:02:38.209Z] #76 11.76 Cloning into '/tmp/crun-build/libocispec/image-spec'...
09:02:39 [2023-04-07T09:02:39.151Z] #76 13.98 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
09:02:41 [2023-04-07T09:02:41.064Z] #76 15.80 Cloning into '/tmp/crun-build/libocispec/yajl'...
09:02:41 [2023-04-07T09:02:41.064Z] #76 ...
09:02:41 [2023-04-07T09:02:41.064Z] 
09:02:41 [2023-04-07T09:02:41.064Z] #61 [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:02:41 [2023-04-07T09:02:41.064Z] #61 65.88 Selecting previously unselected package libsecret-1-dev:arm64.
09:02:41 [2023-04-07T09:02:41.064Z] #61 65.88 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 65.89 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.43 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.45 Setting up libpcre16-3:arm64 (2:8.39-13) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.46 Setting up libsepol1-dev:arm64 (3.1-1) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.48 Setting up libffi-dev:arm64 (3.3-6) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.49 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.50 Setting up libbtrfs0:arm64 (5.10.1-2) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.51 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.53 Setting up libglib2.0-data (2.66.8-1) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.54 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.55 Setting up libpcre32-3:arm64 (2:8.39-13) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.57 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.58 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.60 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.61 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 66.63 Setting up python3-lib2to3 (3.9.2-1) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 67.43 Setting up libelf1:arm64 (0.183-1) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 67.45 Setting up libsecret-common (0.20.4-2) ...
09:02:41 [2023-04-07T09:02:41.064Z] #61 67.46 Setting up python3-distutils (3.9.2-1) ...
09:02:41 [2023-04-07T09:02:41.325Z] #61 68.45 Setting up libglib2.0-dev-bin (2.66.8-1) ...
09:02:41 [2023-04-07T09:02:41.325Z] #61 ...
09:02:41 [2023-04-07T09:02:41.325Z] 
09:02:41 [2023-04-07T09:02:41.325Z] #78 [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:02:41 [2023-04-07T09:02:41.325Z] #78 ...
09:02:41 [2023-04-07T09:02:41.325Z] 
09:02:41 [2023-04-07T09:02:41.325Z] #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:02:41 [2023-04-07T09:02:41.325Z] #75 10.30 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
09:02:41 [2023-04-07T09:02:41.325Z] #75 10.41 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
09:02:41 [2023-04-07T09:02:41.325Z] #75 11.92 go: downloading golang.org/x/net v0.1.0
09:02:41 [2023-04-07T09:02:41.325Z] #75 11.92 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
09:02:42 [2023-04-07T09:02:42.713Z] #75 ...
09:02:42 [2023-04-07T09:02:42.713Z] 
09:02:42 [2023-04-07T09:02:42.713Z] #76 [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:02:42 [2023-04-07T09:02:42.713Z] #76 17.41 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
09:02:42 [2023-04-07T09:02:42.713Z] #76 17.62 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
09:02:42 [2023-04-07T09:02:42.982Z] #76 17.91 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
09:02:44 [2023-04-07T09:02:44.370Z] #76 ...
09:02:44 [2023-04-07T09:02:44.370Z] 
09:02:44 [2023-04-07T09:02:44.370Z] #61 [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:02:44 [2023-04-07T09:02:44.370Z] #61 69.87 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 69.89 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 69.90 Setting up libselinux1-dev:arm64 (3.1-3) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 69.91 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 69.92 Setting up libglib2.0-bin (2.66.8-1) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 69.93 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 69.95 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 69.96 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 69.97 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 69.98 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 70.00 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 70.02 No schema files found: doing nothing.
09:02:44 [2023-04-07T09:02:44.370Z] #61 70.02 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 70.14 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
09:02:44 [2023-04-07T09:02:44.370Z] #61 DONE 71.4s
09:02:44 [2023-04-07T09:02:44.370Z] 
09:02:44 [2023-04-07T09:02:44.370Z] #79 [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:02:47 [2023-04-07T09:02:47.669Z] #79 ...
09:02:47 [2023-04-07T09:02:47.669Z] 
09:02:47 [2023-04-07T09:02:47.669Z] #74 [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:02:47 [2023-04-07T09:02:47.669Z] #74 4.886 Reading package lists...
09:02:47 [2023-04-07T09:02:47.669Z] #74 9.422 + apt-get  install -y --no-install-recommends gcc libc6-dev
09:02:47 [2023-04-07T09:02:47.669Z] #74 9.468 Reading package lists...
09:02:47 [2023-04-07T09:02:47.669Z] #74 13.89 Building dependency tree...
09:02:47 [2023-04-07T09:02:47.669Z] #74 ...
09:02:47 [2023-04-07T09:02:47.669Z] 
09:02:47 [2023-04-07T09:02:47.669Z] #69 [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:02:47 [2023-04-07T09:02:47.669Z] #69 65.02 sync
09:02:47 [2023-04-07T09:02:47.669Z] #69 65.05 internal/reflectlite
09:02:47 [2023-04-07T09:02:47.669Z] #69 66.60 internal/testlog
09:02:47 [2023-04-07T09:02:47.669Z] #69 66.91 internal/godebug
09:02:47 [2023-04-07T09:02:47.669Z] #69 67.62 math/rand
09:02:49 [2023-04-07T09:02:49.053Z] #69 69.29 internal/singleflight
09:02:49 [2023-04-07T09:02:49.053Z] #69 69.67 internal/intern
09:02:49 [2023-04-07T09:02:49.996Z] #69 70.40 sort
09:02:49 [2023-04-07T09:02:49.996Z] #69 70.41 errors
09:02:50 [2023-04-07T09:02:50.256Z] #69 70.78 io
09:02:50 [2023-04-07T09:02:50.517Z] #69 ...
09:02:50 [2023-04-07T09:02:50.517Z] 
09:02:50 [2023-04-07T09:02:50.517Z] #74 [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:02:50 [2023-04-07T09:02:50.517Z] #74 13.89 Building dependency tree...
09:02:50 [2023-04-07T09:02:50.517Z] #74 15.19 Reading state information...
09:02:50 [2023-04-07T09:02:50.517Z] #74 17.64 gcc is already the newest version (4:10.2.1-1).
09:02:50 [2023-04-07T09:02:50.517Z] #74 17.64 libc6-dev is already the newest version (2.31-13+deb11u5).
09:02:50 [2023-04-07T09:02:50.517Z] #74 17.64 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
09:02:50 [2023-04-07T09:02:50.517Z] #74 DONE 18.4s
09:02:50 [2023-04-07T09:02:50.778Z] 
09:02:50 [2023-04-07T09:02:50.779Z] #80 [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:02:52 [2023-04-07T09:02:52.164Z] #80 1.522 -- The C compiler identification is GNU 10.2.1
09:02:52 [2023-04-07T09:02:52.425Z] #80 1.667 -- Detecting C compiler ABI info
09:02:52 [2023-04-07T09:02:52.997Z] #80 2.400 -- Detecting C compiler ABI info - done
09:02:53 [2023-04-07T09:02:53.258Z] #80 2.567 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
09:02:53 [2023-04-07T09:02:53.258Z] #80 2.567 -- Detecting C compile features
09:02:53 [2023-04-07T09:02:53.258Z] #80 2.568 -- Detecting C compile features - done
09:02:53 [2023-04-07T09:02:53.258Z] #80 2.617 -- Performing Test HAS_BUILTIN_FORTIFY
09:02:53 [2023-04-07T09:02:53.520Z] #80 2.905 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
09:02:53 [2023-04-07T09:02:53.520Z] #80 3.027 -- Configuring done
09:02:53 [2023-04-07T09:02:53.781Z] #80 3.067 -- Generating done
09:02:53 [2023-04-07T09:02:53.781Z] #80 3.075 -- Build files have been written to: /go/src/github.com/krallin/tini
09:02:54 [2023-04-07T09:02:54.042Z] #80 3.466 Scanning dependencies of target tini-static
09:02:54 [2023-04-07T09:02:54.302Z] #80 3.548 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
09:02:56 [2023-04-07T09:02:56.218Z] #80 5.214 [100%] Linking C executable tini-static
09:02:56 [2023-04-07T09:02:56.479Z] #80 5.764 [100%] Built target tini-static
09:02:57 [2023-04-07T09:02:57.051Z] #80 DONE 6.2s
09:02:57 [2023-04-07T09:02:57.051Z] 
09:02:57 [2023-04-07T09:02:57.051Z] #69 [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:02:57 [2023-04-07T09:02:57.051Z] #69 72.22 internal/oserror
09:02:57 [2023-04-07T09:02:57.051Z] #69 72.32 bytes
09:02:57 [2023-04-07T09:02:57.051Z] #69 72.36 syscall
09:02:57 [2023-04-07T09:02:57.051Z] #69 74.25 hash
09:02:57 [2023-04-07T09:02:57.051Z] #69 74.41 strconv
09:02:58 [2023-04-07T09:02:58.436Z] #69 78.70 crypto
09:02:58 [2023-04-07T09:02:58.697Z] #69 79.03 reflect
09:03:00 [2023-04-07T09:03:00.082Z] #69 80.20 time
09:03:01 [2023-04-07T09:03:01.025Z] #69 ...
09:03:01 [2023-04-07T09:03:01.025Z] 
09:03:01 [2023-04-07T09:03:01.025Z] #76 [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:03:01 [2023-04-07T09:03:01.025Z] #76 35.90 aclocal: warning: couldn't open directory 'm4': No such file or directory
09:03:04 [2023-04-07T09:03:04.330Z] #76 ...
09:03:04 [2023-04-07T09:03:04.330Z] 
09:03:04 [2023-04-07T09:03:04.330Z] #79 [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:03:04 [2023-04-07T09:03:04.330Z] #79 10.07 + bin/ctr
09:03:04 [2023-04-07T09:03:04.330Z] #79 10.07 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0 -X github.com/containerd/containerd/version.Revision=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/ctr
09:03:06 [2023-04-07T09:03:06.877Z] #79 ...
09:03:06 [2023-04-07T09:03:06.877Z] 
09:03:06 [2023-04-07T09:03:06.877Z] #69 [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:03:06 [2023-04-07T09:03:06.877Z] #69 87.27 context
09:03:07 [2023-04-07T09:03:07.820Z] #69 88.44 crypto/internal/nistec/fiat
09:03:14 [2023-04-07T09:03:14.401Z] #69 ...
09:03:14 [2023-04-07T09:03:14.401Z] 
09:03:14 [2023-04-07T09:03:14.401Z] #76 [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:03:14 [2023-04-07T09:03:14.401Z] #76 48.84 libtoolize: putting auxiliary files in '.'.
09:03:14 [2023-04-07T09:03:14.401Z] #76 48.85 libtoolize: copying file './ltmain.sh'
09:03:14 [2023-04-07T09:03:14.983Z] #76 50.15 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
09:03:14 [2023-04-07T09:03:14.983Z] #76 50.15 libtoolize: and rerunning libtoolize and aclocal.
09:03:14 [2023-04-07T09:03:14.983Z] #76 50.15 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:03:20 [2023-04-07T09:03:20.271Z] #76 ...
09:03:20 [2023-04-07T09:03:20.271Z] 
09:03:20 [2023-04-07T09:03:20.271Z] #69 [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:03:20 [2023-04-07T09:03:20.271Z] #69 96.20 path
09:03:20 [2023-04-07T09:03:20.271Z] #69 96.32 encoding/binary
09:03:20 [2023-04-07T09:03:20.271Z] #69 96.64 io/fs
09:03:20 [2023-04-07T09:03:20.271Z] #69 98.00 embed
09:03:20 [2023-04-07T09:03:20.271Z] #69 98.40 crypto/cipher
09:03:20 [2023-04-07T09:03:20.271Z] #69 98.70 crypto/internal/edwards25519/field
09:03:20 [2023-04-07T09:03:20.271Z] #69 99.68 crypto/internal/boring
09:03:20 [2023-04-07T09:03:20.271Z] #69 99.75 crypto/des
09:03:20 [2023-04-07T09:03:20.271Z] #69 99.97 crypto/aes
09:03:20 [2023-04-07T09:03:20.271Z] #69 100.3 crypto/internal/nistec
09:03:20 [2023-04-07T09:03:20.843Z] #69 101.4 crypto/internal/randutil
09:03:20 [2023-04-07T09:03:20.843Z] #69 101.5 internal/fmtsort
09:03:21 [2023-04-07T09:03:21.808Z] #69 102.3 internal/syscall/unix
09:03:22 [2023-04-07T09:03:22.389Z] #69 102.8 internal/poll
09:03:23 [2023-04-07T09:03:23.776Z] #69 104.2 crypto/ecdh
09:03:24 [2023-04-07T09:03:24.718Z] #69 105.3 internal/safefilepath
09:03:24 [2023-04-07T09:03:24.978Z] #69 105.7 internal/syscall/execenv
09:03:25 [2023-04-07T09:03:25.550Z] #69 105.9 strings
09:03:25 [2023-04-07T09:03:25.550Z] #69 ...
09:03:25 [2023-04-07T09:03:25.550Z] 
09:03:25 [2023-04-07T09:03:25.550Z] #66 [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:03:25 [2023-04-07T09:03:25.550Z] #66 112.9 tomll can be used in two ways:
09:03:25 [2023-04-07T09:03:25.550Z] #66 112.9 Writing to STDIN and reading from STDOUT:
09:03:25 [2023-04-07T09:03:25.550Z] #66 112.9   cat file.toml | tomll > file.toml
09:03:25 [2023-04-07T09:03:25.550Z] #66 112.9 
09:03:25 [2023-04-07T09:03:25.550Z] #66 112.9 Reading and updating a list of files:
09:03:25 [2023-04-07T09:03:25.550Z] #66 112.9   tomll a.toml b.toml c.toml
09:03:25 [2023-04-07T09:03:25.550Z] #66 112.9 
09:03:25 [2023-04-07T09:03:25.550Z] #66 112.9 When given a list of files, tomll will modify all files in place without asking.
09:03:25 [2023-04-07T09:03:25.811Z] #66 DONE 113.4s
09:03:25 [2023-04-07T09:03:25.811Z] 
09:03:25 [2023-04-07T09:03:25.811Z] #69 [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:03:25 [2023-04-07T09:03:25.811Z] #69 106.0 os
09:03:28 [2023-04-07T09:03:28.355Z] #69 108.8 crypto/sha512
09:03:29 [2023-04-07T09:03:29.298Z] #69 109.8 crypto/internal/edwards25519
09:03:29 [2023-04-07T09:03:29.559Z] #69 110.1 fmt
09:03:31 [2023-04-07T09:03:31.475Z] #69 111.6 crypto/hmac
09:03:31 [2023-04-07T09:03:31.475Z] #69 112.0 crypto/md5
09:03:32 [2023-04-07T09:03:32.047Z] #69 ...
09:03:32 [2023-04-07T09:03:32.047Z] 
09:03:32 [2023-04-07T09:03:32.047Z] #76 [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:03:32 [2023-04-07T09:03:32.047Z] #76 61.62 configure.ac:7: installing './compile'
09:03:32 [2023-04-07T09:03:32.047Z] #76 61.67 configure.ac:11: installing './config.guess'
09:03:32 [2023-04-07T09:03:32.047Z] #76 61.69 configure.ac:11: installing './config.sub'
09:03:32 [2023-04-07T09:03:32.047Z] #76 61.72 configure.ac:8: installing './install-sh'
09:03:32 [2023-04-07T09:03:32.047Z] #76 61.75 configure.ac:8: installing './missing'
09:03:32 [2023-04-07T09:03:32.047Z] #76 61.81 Makefile.am: installing './depcomp'
09:03:32 [2023-04-07T09:03:32.047Z] #76 63.47 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:03:32 [2023-04-07T09:03:32.047Z] #76 63.47 libtoolize: copying file 'build-aux/ltmain.sh'
09:03:32 [2023-04-07T09:03:32.047Z] #76 63.63 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:03:32 [2023-04-07T09:03:32.047Z] #76 63.63 libtoolize: copying file 'm4/libtool.m4'
09:03:32 [2023-04-07T09:03:32.047Z] #76 63.76 libtoolize: copying file 'm4/ltoptions.m4'
09:03:32 [2023-04-07T09:03:32.047Z] #76 63.91 libtoolize: copying file 'm4/ltsugar.m4'
09:03:32 [2023-04-07T09:03:32.047Z] #76 64.03 libtoolize: copying file 'm4/ltversion.m4'
09:03:32 [2023-04-07T09:03:32.047Z] #76 64.16 libtoolize: copying file 'm4/lt~obsolete.m4'
09:03:32 [2023-04-07T09:03:32.047Z] #76 64.33 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
09:03:32 [2023-04-07T09:03:32.308Z] #76 ...
09:03:32 [2023-04-07T09:03:32.308Z] 
09:03:32 [2023-04-07T09:03:32.308Z] #69 [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:03:32 [2023-04-07T09:03:32.308Z] #69 112.9 crypto/rc4
09:03:32 [2023-04-07T09:03:32.569Z] #69 113.2 crypto/sha1
09:03:33 [2023-04-07T09:03:33.512Z] #69 113.9 crypto/sha256
09:03:33 [2023-04-07T09:03:33.772Z] #69 ...
09:03:33 [2023-04-07T09:03:33.772Z] 
09:03:33 [2023-04-07T09:03:33.772Z] #62 [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:03:33 [2023-04-07T09:03:33.772Z] #62 120.7 v3.6.0
09:03:33 [2023-04-07T09:03:33.772Z] #62 DONE 121.3s
09:03:34 [2023-04-07T09:03:34.033Z] 
09:03:34 [2023-04-07T09:03:34.033Z] #69 [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:03:34 [2023-04-07T09:03:34.033Z] #69 114.4 math/big
09:03:34 [2023-04-07T09:03:34.294Z] #69 114.8 encoding/hex
09:03:34 [2023-04-07T09:03:34.865Z] #69 115.5 encoding/base64
09:03:35 [2023-04-07T09:03:35.437Z] #69 116.0 encoding/pem
09:03:35 [2023-04-07T09:03:35.698Z] #69 116.3 vendor/golang.org/x/net/dns/dnsmessage
09:03:38 [2023-04-07T09:03:38.998Z] #69 119.6 net/netip
09:03:41 [2023-04-07T09:03:41.539Z] #69 122.0 net
09:03:43 [2023-04-07T09:03:43.450Z] #69 ...
09:03:43 [2023-04-07T09:03:43.450Z] 
09:03:43 [2023-04-07T09:03:43.450Z] #76 [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:03:43 [2023-04-07T09:03:43.450Z] #76 78.42 configure.ac:7: installing 'build-aux/compile'
09:03:43 [2023-04-07T09:03:43.450Z] #76 78.43 configure.ac:9: installing 'build-aux/config.guess'
09:03:43 [2023-04-07T09:03:43.450Z] #76 78.45 configure.ac:9: installing 'build-aux/config.sub'
09:03:43 [2023-04-07T09:03:43.450Z] #76 78.47 configure.ac:11: installing 'build-aux/install-sh'
09:03:43 [2023-04-07T09:03:43.450Z] #76 78.48 configure.ac:11: installing 'build-aux/missing'
09:03:43 [2023-04-07T09:03:43.709Z] #76 78.73 Makefile.am: installing 'build-aux/depcomp'
09:03:43 [2023-04-07T09:03:43.970Z] #76 78.86 parallel-tests: installing 'build-aux/test-driver'
09:03:46 [2023-04-07T09:03:46.521Z] #76 ...
09:03:46 [2023-04-07T09:03:46.521Z] 
09:03:46 [2023-04-07T09:03:46.521Z] #60 [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:03:46 [2023-04-07T09:03:46.521Z] #60 133.6 NAME:
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6    go-winres - A tool for embedding resources in Windows executables
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6 
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6 USAGE:
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6    go-winres [global options] command [command options] [arguments...]
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6 
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6 COMMANDS:
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6    init     Create an initial ./winres/winres.json
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6    make     Make syso files for the "go build" command
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6    simply   Make syso files for the "go build" command (simplified)
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6    extract  Extract all resources from an executable
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6    patch    Replace resources in an executable file (exe, dll)
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6    help, h  Shows a list of commands or help for one command
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6 
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6 GLOBAL OPTIONS:
09:03:46 [2023-04-07T09:03:46.521Z] #60 133.6    --help, -h  show help (default: false)
09:03:46 [2023-04-07T09:03:46.521Z] #60 DONE 133.9s
09:03:46 [2023-04-07T09:03:46.521Z] 
09:03:46 [2023-04-07T09:03:46.521Z] #69 [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:03:46 [2023-04-07T09:03:46.521Z] #69 124.2 crypto/elliptic
09:03:46 [2023-04-07T09:03:46.521Z] #69 125.5 crypto/internal/bigmod
09:03:46 [2023-04-07T09:03:46.521Z] #69 126.3 crypto/internal/boring/bbig
09:03:46 [2023-04-07T09:03:46.521Z] #69 126.6 encoding/asn1
09:03:49 [2023-04-07T09:03:49.063Z] #69 129.6 vendor/golang.org/x/crypto/cryptobyte
09:03:50 [2023-04-07T09:03:50.977Z] #69 131.6 crypto/ecdsa
09:03:51 [2023-04-07T09:03:51.919Z] #69 ...
09:03:51 [2023-04-07T09:03:51.919Z] 
09:03:51 [2023-04-07T09:03:51.919Z] #76 [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:03:51 [2023-04-07T09:03:51.919Z] #76 81.56 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
09:03:51 [2023-04-07T09:03:51.919Z] #76 81.56 libtoolize: copying file 'build-aux/ltmain.sh'
09:03:51 [2023-04-07T09:03:51.919Z] #76 82.54 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
09:03:51 [2023-04-07T09:03:51.919Z] #76 82.54 libtoolize: copying file 'm4/libtool.m4'
09:03:51 [2023-04-07T09:03:51.919Z] #76 82.70 libtoolize: copying file 'm4/ltoptions.m4'
09:03:51 [2023-04-07T09:03:51.919Z] #76 82.83 libtoolize: copying file 'm4/ltsugar.m4'
09:03:51 [2023-04-07T09:03:51.919Z] #76 82.96 libtoolize: copying file 'm4/ltversion.m4'
09:03:51 [2023-04-07T09:03:51.919Z] #76 83.09 libtoolize: copying file 'm4/lt~obsolete.m4'
09:03:53 [2023-04-07T09:03:53.304Z] #76 ...
09:03:53 [2023-04-07T09:03:53.304Z] 
09:03:53 [2023-04-07T09:03:53.304Z] #69 [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:03:53 [2023-04-07T09:03:53.304Z] #69 133.5 crypto/rand
09:03:53 [2023-04-07T09:03:53.565Z] #69 134.1 crypto/ed25519
09:03:54 [2023-04-07T09:03:54.137Z] #69 134.8 crypto/rsa
09:03:56 [2023-04-07T09:03:56.052Z] #69 136.4 crypto/dsa
09:03:56 [2023-04-07T09:03:56.313Z] #69 136.9 crypto/x509/pkix
09:03:56 [2023-04-07T09:03:56.887Z] #69 137.4 net/url
09:03:57 [2023-04-07T09:03:57.461Z] #69 138.1 path/filepath
09:03:58 [2023-04-07T09:03:58.033Z] #69 138.5 vendor/golang.org/x/crypto/chacha20
09:03:58 [2023-04-07T09:03:58.605Z] #69 139.2 vendor/golang.org/x/crypto/internal/poly1305
09:03:58 [2023-04-07T09:03:58.866Z] #69 139.3 crypto/x509
09:03:59 [2023-04-07T09:03:59.127Z] #69 139.6 vendor/golang.org/x/crypto/chacha20poly1305
09:03:59 [2023-04-07T09:03:59.388Z] #69 140.0 vendor/golang.org/x/crypto/hkdf
09:03:59 [2023-04-07T09:03:59.649Z] #69 140.1 bufio
09:04:00 [2023-04-07T09:04:00.591Z] #69 141.1 encoding/json
09:04:01 [2023-04-07T09:04:01.976Z] #69 ...
09:04:01 [2023-04-07T09:04:01.976Z] 
09:04:01 [2023-04-07T09:04:01.976Z] #76 [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:04:01 [2023-04-07T09:04:01.976Z] #76 96.90 configure.ac:11: installing 'build-aux/compile'
09:04:01 [2023-04-07T09:04:01.976Z] #76 96.90 configure.ac:11: installing 'build-aux/config.guess'
09:04:01 [2023-04-07T09:04:01.976Z] #76 96.91 configure.ac:11: installing 'build-aux/config.sub'
09:04:01 [2023-04-07T09:04:01.976Z] #76 96.92 configure.ac:13: installing 'build-aux/install-sh'
09:04:01 [2023-04-07T09:04:01.976Z] #76 96.93 configure.ac:13: installing 'build-aux/missing'
09:04:01 [2023-04-07T09:04:01.976Z] #76 96.93 configure.ac:8: installing 'build-aux/tap-driver.sh'
09:04:01 [2023-04-07T09:04:01.976Z] #76 97.13 Makefile.am: installing 'build-aux/depcomp'
09:04:04 [2023-04-07T09:04:04.157Z] #76 98.78 checking build system type... aarch64-unknown-linux-gnu
09:04:04 [2023-04-07T09:04:04.157Z] #76 99.17 checking host system type... aarch64-unknown-linux-gnu
09:04:04 [2023-04-07T09:04:04.157Z] #76 99.18 checking how to print strings... printf
09:04:04 [2023-04-07T09:04:04.157Z] #76 99.18 checking for gcc... gcc
09:04:04 [2023-04-07T09:04:04.418Z] #76 99.31 checking whether the C compiler works... yes
09:04:04 [2023-04-07T09:04:04.418Z] #76 99.56 checking for C compiler default output file name... a.out
09:04:04 [2023-04-07T09:04:04.679Z] #76 99.57 checking for suffix of executables... 
09:04:04 [2023-04-07T09:04:04.944Z] #76 99.72 checking whether we are cross compiling... no
09:04:04 [2023-04-07T09:04:04.944Z] #76 99.92 checking for suffix of object files... o
09:04:05 [2023-04-07T09:04:05.207Z] #76 100.1 checking whether we are using the GNU C compiler... yes
09:04:05 [2023-04-07T09:04:05.207Z] #76 100.2 checking whether gcc accepts -g... yes
09:04:05 [2023-04-07T09:04:05.467Z] #76 100.3 checking for gcc option to accept ISO C89... none needed
09:04:05 [2023-04-07T09:04:05.727Z] #76 100.6 checking whether gcc understands -c and -o together... yes
09:04:05 [2023-04-07T09:04:05.727Z] #76 100.8 checking for a sed that does not truncate output... /bin/sed
09:04:05 [2023-04-07T09:04:05.727Z] #76 100.8 checking for grep that handles long lines and -e... /bin/grep
09:04:05 [2023-04-07T09:04:05.727Z] #76 100.8 checking for egrep... /bin/grep -E
09:04:05 [2023-04-07T09:04:05.727Z] #76 100.8 checking for fgrep... /bin/grep -F
09:04:05 [2023-04-07T09:04:05.727Z] #76 100.8 checking for ld used by gcc... /usr/bin/ld
09:04:05 [2023-04-07T09:04:05.727Z] #76 100.9 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:04:05 [2023-04-07T09:04:05.727Z] #76 100.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:04:05 [2023-04-07T09:04:05.989Z] #76 100.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:04:05 [2023-04-07T09:04:05.989Z] #76 101.1 checking whether ln -s works... yes
09:04:05 [2023-04-07T09:04:05.989Z] #76 101.1 checking the maximum length of command line arguments... 1572864
09:04:06 [2023-04-07T09:04:06.256Z] #76 101.2 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:04:06 [2023-04-07T09:04:06.256Z] #76 101.2 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:04:06 [2023-04-07T09:04:06.256Z] #76 101.2 checking for /usr/bin/ld option to reload object files... -r
09:04:06 [2023-04-07T09:04:06.256Z] #76 101.2 checking for objdump... objdump
09:04:06 [2023-04-07T09:04:06.256Z] #76 101.2 checking how to recognize dependent libraries... pass_all
09:04:06 [2023-04-07T09:04:06.256Z] #76 101.2 checking for dlltool... no
09:04:06 [2023-04-07T09:04:06.256Z] #76 101.2 checking how to associate runtime and link libraries... printf %s\n
09:04:06 [2023-04-07T09:04:06.256Z] #76 101.2 checking for ar... ar
09:04:06 [2023-04-07T09:04:06.256Z] #76 101.2 checking for archiver @FILE support... @
09:04:06 [2023-04-07T09:04:06.517Z] #76 101.5 checking for strip... strip
09:04:06 [2023-04-07T09:04:06.517Z] #76 101.5 checking for ranlib... ranlib
09:04:06 [2023-04-07T09:04:06.517Z] #76 101.5 checking for gawk... no
09:04:06 [2023-04-07T09:04:06.517Z] #76 101.5 checking for mawk... mawk
09:04:06 [2023-04-07T09:04:06.778Z] #76 101.5 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:04:06 [2023-04-07T09:04:06.778Z] #76 102.0 checking for sysroot... no
09:04:06 [2023-04-07T09:04:06.778Z] #76 102.0 checking for a working dd... /bin/dd
09:04:06 [2023-04-07T09:04:06.778Z] #76 102.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:04:07 [2023-04-07T09:04:07.038Z] #76 102.0 checking for mt... no
09:04:07 [2023-04-07T09:04:07.038Z] #76 102.0 checking if : is a manifest tool... no
09:04:07 [2023-04-07T09:04:07.299Z] #76 102.0 checking how to run the C preprocessor... gcc -E
09:04:07 [2023-04-07T09:04:07.870Z] #76 102.4 checking for ANSI C header files... yes
09:04:07 [2023-04-07T09:04:07.870Z] #76 102.9 checking for sys/types.h... yes
09:04:08 [2023-04-07T09:04:08.130Z] #76 103.0 checking for sys/stat.h... yes
09:04:08 [2023-04-07T09:04:08.390Z] #76 103.2 checking for stdlib.h... yes
09:04:08 [2023-04-07T09:04:08.651Z] #76 103.4 checking for string.h... yes
09:04:08 [2023-04-07T09:04:08.651Z] #76 103.6 checking for memory.h... yes
09:04:08 [2023-04-07T09:04:08.911Z] #76 103.8 checking for strings.h... yes
09:04:08 [2023-04-07T09:04:08.911Z] #76 103.9 checking for inttypes.h... yes
09:04:09 [2023-04-07T09:04:09.188Z] #76 104.1 checking for stdint.h... yes
09:04:09 [2023-04-07T09:04:09.776Z] #76 104.4 checking for unistd.h... yes
09:04:09 [2023-04-07T09:04:09.776Z] #76 104.7 checking for dlfcn.h... yes
09:04:09 [2023-04-07T09:04:09.776Z] #76 104.9 checking for objdir... .libs
09:04:10 [2023-04-07T09:04:10.374Z] #76 105.3 checking if gcc supports -fno-rtti -fno-exceptions... no
09:04:10 [2023-04-07T09:04:10.374Z] #76 105.5 checking for gcc option to produce PIC... -fPIC -DPIC
09:04:10 [2023-04-07T09:04:10.637Z] #76 105.5 checking if gcc PIC flag -fPIC -DPIC works... yes
09:04:11 [2023-04-07T09:04:11.207Z] #76 105.7 checking if gcc static flag -static works... yes
09:04:11 [2023-04-07T09:04:11.467Z] #76 106.2 checking if gcc supports -c -o file.o... yes
09:04:11 [2023-04-07T09:04:11.468Z] #76 106.4 checking if gcc supports -c -o file.o... (cached) yes
09:04:11 [2023-04-07T09:04:11.468Z] #76 106.4 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:04:11 [2023-04-07T09:04:11.728Z] #76 106.5 checking dynamic linker characteristics... GNU/Linux ld.so
09:04:11 [2023-04-07T09:04:11.988Z] #76 107.0 checking how to hardcode library paths into programs... immediate
09:04:11 [2023-04-07T09:04:11.988Z] #76 107.0 checking whether stripping libraries is possible... yes
09:04:11 [2023-04-07T09:04:11.988Z] #76 107.0 checking if libtool supports shared libraries... yes
09:04:11 [2023-04-07T09:04:11.988Z] #76 107.0 checking whether to build shared libraries... no
09:04:11 [2023-04-07T09:04:11.988Z] #76 107.0 checking whether to build static libraries... yes
09:04:11 [2023-04-07T09:04:11.988Z] #76 107.0 checking for a BSD-compatible install... /usr/bin/install -c
09:04:11 [2023-04-07T09:04:11.988Z] #76 107.0 checking whether build environment is sane... yes
09:04:11 [2023-04-07T09:04:11.988Z] #76 107.1 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:04:11 [2023-04-07T09:04:11.988Z] #76 107.1 checking whether make sets $(MAKE)... yes
09:04:11 [2023-04-07T09:04:11.988Z] #76 107.2 checking whether make supports the include directive... yes (GNU style)
09:04:12 [2023-04-07T09:04:12.248Z] #76 107.2 checking whether make supports nested variables... yes
09:04:12 [2023-04-07T09:04:12.248Z] #76 107.3 checking whether UID '0' is supported by ustar format... yes
09:04:12 [2023-04-07T09:04:12.248Z] #76 107.3 checking whether GID '0' is supported by ustar format... yes
09:04:12 [2023-04-07T09:04:12.509Z] #76 107.3 checking how to create a ustar tar archive... gnutar
09:04:12 [2023-04-07T09:04:12.509Z] #76 107.4 checking dependency style of gcc... gcc3
09:04:12 [2023-04-07T09:04:12.509Z] #76 107.6 checking whether to enable maintainer-specific portions of Makefiles... yes
09:04:12 [2023-04-07T09:04:12.509Z] #76 107.6 checking whether make supports nested variables... (cached) yes
09:04:12 [2023-04-07T09:04:12.509Z] #76 107.6 checking for gawk... (cached) mawk
09:04:12 [2023-04-07T09:04:12.509Z] #76 107.6 checking for a sed that does not truncate output... (cached) /bin/sed
09:04:12 [2023-04-07T09:04:12.509Z] #76 107.6 checking for gcc... (cached) gcc
09:04:12 [2023-04-07T09:04:12.769Z] #76 107.8 checking whether we are using the GNU C compiler... (cached) yes
09:04:12 [2023-04-07T09:04:12.769Z] #76 107.8 checking whether gcc accepts -g... (cached) yes
09:04:12 [2023-04-07T09:04:12.769Z] #76 107.8 checking for gcc option to accept ISO C89... (cached) none needed
09:04:12 [2023-04-07T09:04:12.769Z] #76 107.8 checking whether gcc understands -c and -o together... (cached) yes
09:04:12 [2023-04-07T09:04:12.769Z] #76 107.8 checking for a Python interpreter with version >= 3... python3
09:04:13 [2023-04-07T09:04:13.029Z] #76 107.9 checking for python3... /usr/bin/python3
09:04:13 [2023-04-07T09:04:13.029Z] #76 107.9 checking for python3 version... 3.9
09:04:13 [2023-04-07T09:04:13.029Z] #76 108.0 checking for python3 platform... linux
09:04:13 [2023-04-07T09:04:13.290Z] #76 108.1 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:04:13 [2023-04-07T09:04:13.290Z] #76 108.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:04:13 [2023-04-07T09:04:13.551Z] #76 108.4 checking for go-md2man... no
09:04:13 [2023-04-07T09:04:13.551Z] #76 108.5 checking error.h usability... yes
09:04:13 [2023-04-07T09:04:13.811Z] #76 108.7 checking error.h presence... yes
09:04:13 [2023-04-07T09:04:13.811Z] #76 108.8 checking for error.h... yes
09:04:14 [2023-04-07T09:04:14.071Z] #76 108.8 checking linux/openat2.h usability... yes
09:04:14 [2023-04-07T09:04:14.071Z] #76 109.1 checking linux/openat2.h presence... yes
09:04:14 [2023-04-07T09:04:14.071Z] #76 109.2 checking for linux/openat2.h... yes
09:04:14 [2023-04-07T09:04:14.332Z] #76 109.2 checking for copy_file_range... yes
09:04:14 [2023-04-07T09:04:14.592Z] #76 109.5 checking for fgetxattr... yes
09:04:14 [2023-04-07T09:04:14.852Z] #76 109.8 checking for statx... yes
09:04:15 [2023-04-07T09:04:15.112Z] #76 110.1 checking for fgetpwent_r... yes
09:04:15 [2023-04-07T09:04:15.682Z] #76 110.4 checking for issetugid... no
09:04:15 [2023-04-07T09:04:15.682Z] #76 110.7 checking for pkg-config... /usr/bin/pkg-config
09:04:15 [2023-04-07T09:04:15.682Z] #76 110.7 checking pkg-config is at least version 0.9.0... yes
09:04:15 [2023-04-07T09:04:15.682Z] #76 110.7 checking for library containing yajl_tree_get... 
09:04:15 [2023-04-07T09:04:15.682Z] #76 ...
09:04:15 [2023-04-07T09:04:15.682Z] 
09:04:15 [2023-04-07T09:04:15.682Z] #69 [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:04:15 [2023-04-07T09:04:15.682Z] #69 146.4 log
09:04:15 [2023-04-07T09:04:15.682Z] #69 146.9 crypto/tls
09:04:15 [2023-04-07T09:04:15.682Z] #69 146.9 github.com/Sirupsen/logrus
09:04:15 [2023-04-07T09:04:15.682Z] #69 148.3 github.com/Sirupsen/logrus/formatters/logstash
09:04:15 [2023-04-07T09:04:15.682Z] #69 148.5 io/ioutil
09:04:15 [2023-04-07T09:04:15.682Z] #69 148.7 github.com/bugsnag/bugsnag-go/errors
09:04:15 [2023-04-07T09:04:15.682Z] #69 149.4 github.com/bugsnag/osext
09:04:15 [2023-04-07T09:04:15.682Z] #69 149.6 os/exec
09:04:15 [2023-04-07T09:04:15.682Z] #69 150.7 os/signal
09:04:15 [2023-04-07T09:04:15.682Z] #69 151.4 github.com/bugsnag/panicwrap
09:04:15 [2023-04-07T09:04:15.682Z] #69 151.9 compress/flate
09:04:15 [2023-04-07T09:04:15.682Z] #69 153.9 hash/crc32
09:04:15 [2023-04-07T09:04:15.682Z] #69 154.6 compress/gzip
09:04:15 [2023-04-07T09:04:15.682Z] #69 155.6 vendor/golang.org/x/text/transform
09:04:15 [2023-04-07T09:04:15.682Z] #69 156.4 vendor/golang.org/x/text/unicode/bidi
09:04:15 [2023-04-07T09:04:15.942Z] #69 ...
09:04:15 [2023-04-07T09:04:15.942Z] 
09:04:15 [2023-04-07T09:04:15.942Z] #76 [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:04:15 [2023-04-07T09:04:15.942Z] #76 110.7 checking for library containing yajl_tree_get... -lyajl
09:04:16 [2023-04-07T09:04:16.203Z] #76 111.2 checking for yajl >= 2.0.0... yes
09:04:16 [2023-04-07T09:04:16.462Z] #76 111.3 checking sys/capability.h usability... yes
09:04:16 [2023-04-07T09:04:16.462Z] #76 111.4 checking sys/capability.h presence... yes
09:04:16 [2023-04-07T09:04:16.462Z] #76 111.5 checking for sys/capability.h... yes
09:04:17 [2023-04-07T09:04:17.032Z] #76 111.5 checking for library containing cap_from_name... -lcap
09:04:17 [2023-04-07T09:04:17.603Z] #76 112.0 checking for library containing dlopen... -ldl
09:04:17 [2023-04-07T09:04:17.603Z] #76 112.6 checking seccomp.h usability... yes
09:04:17 [2023-04-07T09:04:17.866Z] #76 112.8 checking seccomp.h presence... yes
09:04:17 [2023-04-07T09:04:17.866Z] #76 112.9 checking for seccomp.h... yes
09:04:18 [2023-04-07T09:04:18.436Z] #76 112.9 checking for library containing seccomp_rule_add... -lseccomp
09:04:18 [2023-04-07T09:04:18.696Z] #76 113.5 checking for library containing seccomp_arch_resolve_name... none required
09:04:18 [2023-04-07T09:04:18.957Z] #76 113.8 checking systemd/sd-bus.h usability... yes
09:04:18 [2023-04-07T09:04:18.957Z] #76 114.0 checking systemd/sd-bus.h presence... yes
09:04:19 [2023-04-07T09:04:19.218Z] #76 114.1 checking for systemd/sd-bus.h... yes
09:04:19 [2023-04-07T09:04:19.789Z] #76 114.2 checking for library containing sd_bus_match_signal_async... -lsystemd
09:04:20 [2023-04-07T09:04:20.049Z] #76 114.8 checking for sd_notify_barrier... yes
09:04:20 [2023-04-07T09:04:20.310Z] #76 115.1 checking linux/bpf.h usability... yes
09:04:20 [2023-04-07T09:04:20.310Z] #76 115.3 checking linux/bpf.h presence... yes
09:04:20 [2023-04-07T09:04:20.571Z] #76 115.4 checking for linux/bpf.h... yes
09:04:20 [2023-04-07T09:04:20.571Z] #76 115.4 checking compilation for eBPF... yes
09:04:20 [2023-04-07T09:04:20.571Z] #76 115.7 checking for criu >= 3.15... no
09:04:20 [2023-04-07T09:04:20.571Z] #76 115.7 configure: CRIU headers not found, building without CRIU support
09:04:20 [2023-04-07T09:04:20.571Z] #76 115.7 checking for criu > 3.16... no
09:04:20 [2023-04-07T09:04:20.571Z] #76 115.7 configure: CRIU version doesn't support join-ns API
09:04:20 [2023-04-07T09:04:20.571Z] #76 115.8 checking for criu > 3.16.1... no
09:04:20 [2023-04-07T09:04:20.571Z] #76 115.8 configure: CRIU version doesn't support for pre-dumping
09:04:21 [2023-04-07T09:04:21.093Z] #76 115.8 checking for new mount API (fsconfig)... yes
09:04:21 [2023-04-07T09:04:21.093Z] #76 116.0 checking for seccomp notify API... yes
09:04:21 [2023-04-07T09:04:21.093Z] #76 116.1 checking for gperf... no
09:04:21 [2023-04-07T09:04:21.093Z] #76 116.1 configure: gperf not found - cannot rebuild signal parser code
09:04:21 [2023-04-07T09:04:21.355Z] #76 116.1 checking for library containing argp_parse... none required
09:04:21 [2023-04-07T09:04:21.615Z] #76 116.6 checking that generated files are newer than configure... done
09:04:21 [2023-04-07T09:04:21.615Z] #76 116.6 configure: creating ./config.status
09:04:25 [2023-04-07T09:04:25.820Z] #76 120.4 config.status: creating Makefile
09:04:25 [2023-04-07T09:04:25.820Z] #76 120.5 config.status: creating rpm/crun.spec
09:04:25 [2023-04-07T09:04:25.820Z] #76 120.6 config.status: creating config.h
09:04:25 [2023-04-07T09:04:25.820Z] #76 120.7 config.status: executing libtool commands
09:04:25 [2023-04-07T09:04:25.820Z] #76 120.8 config.status: executing depfiles commands
09:04:27 [2023-04-07T09:04:27.205Z] #76 122.3 === configuring in libocispec (/tmp/crun-build/libocispec)
09:04:27 [2023-04-07T09:04:27.466Z] #76 122.4 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:04:27 [2023-04-07T09:04:27.729Z] #76 122.9 checking for gcc... gcc
09:04:27 [2023-04-07T09:04:27.989Z] #76 123.0 checking whether the C compiler works... yes
09:04:28 [2023-04-07T09:04:28.250Z] #76 123.2 checking for C compiler default output file name... a.out
09:04:28 [2023-04-07T09:04:28.250Z] #76 123.2 checking for suffix of executables... 
09:04:28 [2023-04-07T09:04:28.511Z] #76 123.4 checking whether we are cross compiling... 
09:04:28 [2023-04-07T09:04:28.511Z] #76 ...
09:04:28 [2023-04-07T09:04:28.511Z] 
09:04:28 [2023-04-07T09:04:28.511Z] #69 [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:04:28 [2023-04-07T09:04:28.511Z] #69 159.0 vendor/golang.org/x/text/secure/bidirule
09:04:28 [2023-04-07T09:04:28.511Z] #69 159.4 vendor/golang.org/x/text/unicode/norm
09:04:28 [2023-04-07T09:04:28.511Z] #69 161.9 net/textproto
09:04:28 [2023-04-07T09:04:28.511Z] #69 162.6 vendor/golang.org/x/net/http2/hpack
09:04:28 [2023-04-07T09:04:28.511Z] #69 163.5 mime
09:04:28 [2023-04-07T09:04:28.511Z] #69 165.3 mime/quotedprintable
09:04:28 [2023-04-07T09:04:28.511Z] #69 165.6 mime/multipart
09:04:28 [2023-04-07T09:04:28.511Z] #69 165.8 vendor/golang.org/x/net/idna
09:04:28 [2023-04-07T09:04:28.511Z] #69 166.8 net/http/httptrace
09:04:28 [2023-04-07T09:04:28.511Z] #69 167.2 net/http/internal
09:04:28 [2023-04-07T09:04:28.511Z] #69 167.5 net/http/internal/ascii
09:04:28 [2023-04-07T09:04:28.511Z] #69 167.7 regexp/syntax
09:04:28 [2023-04-07T09:04:28.511Z] #69 168.8 vendor/golang.org/x/net/http/httpguts
09:04:28 [2023-04-07T09:04:28.772Z] #69 ...
09:04:28 [2023-04-07T09:04:28.772Z] 
09:04:28 [2023-04-07T09:04:28.772Z] #76 [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:04:28 [2023-04-07T09:04:28.772Z] #76 123.4 checking whether we are cross compiling... no
09:04:28 [2023-04-07T09:04:28.772Z] #76 123.7 checking for suffix of object files... o
09:04:29 [2023-04-07T09:04:29.033Z] #76 123.8 checking whether we are using the GNU C compiler... yes
09:04:29 [2023-04-07T09:04:29.034Z] #76 124.0 checking whether gcc accepts -g... yes
09:04:29 [2023-04-07T09:04:29.294Z] #76 124.1 checking for gcc option to accept ISO C89... none needed
09:04:29 [2023-04-07T09:04:29.294Z] 
09:04:29 [2023-04-07T09:04:29.294Z] #76 ...
09:04:29 [2023-04-07T09:04:29.294Z] 
09:04:29 [2023-04-07T09:04:29.294Z] #64 [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:04:29 [2023-04-07T09:04:29.294Z] #64 176.4 gotestsum version dev
09:04:29 [2023-04-07T09:04:29.294Z] #64 DONE 176.9s
09:04:29 [2023-04-07T09:04:29.294Z] 
09:04:29 [2023-04-07T09:04:29.294Z] #76 [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:04:29 [2023-04-07T09:04:29.294Z] #76 124.3 checking whether gcc understands -c and -o together... yes
09:04:29 [2023-04-07T09:04:29.866Z] #76 124.4 checking how to run the C preprocessor... gcc -E
09:04:30 [2023-04-07T09:04:30.127Z] #76 125.2 checking for grep that handles long lines and -e... /bin/grep
09:04:30 [2023-04-07T09:04:30.127Z] #76 125.2 checking for egrep... /bin/grep -E
09:04:30 [2023-04-07T09:04:30.698Z] #76 125.2 checking for ANSI C header files... yes
09:04:30 [2023-04-07T09:04:30.698Z] #76 125.8 checking for sys/types.h... yes
09:04:30 [2023-04-07T09:04:30.959Z] #76 125.9 checking for sys/stat.h... yes
09:04:31 [2023-04-07T09:04:31.219Z] #76 126.1 checking for stdlib.h... yes
09:04:31 [2023-04-07T09:04:31.480Z] #76 126.3 checking for string.h... yes
09:04:31 [2023-04-07T09:04:31.480Z] #76 126.5 checking for memory.h... yes
09:04:31 [2023-04-07T09:04:31.740Z] #76 126.7 checking for strings.h... yes
09:04:32 [2023-04-07T09:04:32.001Z] #76 126.8 checking for inttypes.h... yes
09:04:32 [2023-04-07T09:04:32.262Z] #76 127.0 checking for stdint.h... yes
09:04:32 [2023-04-07T09:04:32.262Z] #76 127.2 checking for unistd.h... yes
09:04:32 [2023-04-07T09:04:32.523Z] #76 127.4 checking minix/config.h usability... no
09:04:32 [2023-04-07T09:04:32.783Z] #76 127.6 checking minix/config.h presence... no
09:04:32 [2023-04-07T09:04:32.783Z] #76 127.8 checking for minix/config.h... no
09:04:33 [2023-04-07T09:04:33.044Z] #76 127.8 checking whether it is safe to define __EXTENSIONS__... yes
09:04:33 [2023-04-07T09:04:33.306Z] #76 128.1 checking build system type... aarch64-unknown-linux-gnu
09:04:33 [2023-04-07T09:04:33.306Z] #76 128.4 checking host system type... aarch64-unknown-linux-gnu
09:04:33 [2023-04-07T09:04:33.306Z] #76 128.4 checking how to print strings... printf
09:04:33 [2023-04-07T09:04:33.306Z] #76 128.4 checking for a sed that does not truncate output... /bin/sed
09:04:33 [2023-04-07T09:04:33.306Z] #76 128.4 checking for fgrep... /bin/grep -F
09:04:33 [2023-04-07T09:04:33.306Z] #76 128.5 checking for ld used by gcc... /usr/bin/ld
09:04:33 [2023-04-07T09:04:33.306Z] #76 128.5 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:04:33 [2023-04-07T09:04:33.306Z] #76 128.5 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:04:33 [2023-04-07T09:04:33.566Z] #76 128.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:04:33 [2023-04-07T09:04:33.566Z] #76 128.7 checking whether ln -s works... yes
09:04:33 [2023-04-07T09:04:33.566Z] #76 128.7 checking the maximum length of command line arguments... 1572864
09:04:33 [2023-04-07T09:04:33.566Z] #76 128.7 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:04:33 [2023-04-07T09:04:33.566Z] #76 128.7 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:04:33 [2023-04-07T09:04:33.566Z] #76 128.7 checking for /usr/bin/ld option to reload object files... -r
09:04:33 [2023-04-07T09:04:33.566Z] #76 128.7 checking for objdump... objdump
09:04:33 [2023-04-07T09:04:33.566Z] #76 128.7 checking how to recognize dependent libraries... pass_all
09:04:33 [2023-04-07T09:04:33.566Z] #76 128.7 checking for dlltool... no
09:04:33 [2023-04-07T09:04:33.566Z] #76 128.7 checking how to associate runtime and link libraries... printf %s\n
09:04:33 [2023-04-07T09:04:33.566Z] #76 128.7 checking for ar... ar
09:04:33 [2023-04-07T09:04:33.826Z] #76 128.7 checking for archiver @FILE support... @
09:04:33 [2023-04-07T09:04:33.826Z] #76 128.9 checking for strip... strip
09:04:33 [2023-04-07T09:04:33.826Z] #76 128.9 checking for ranlib... ranlib
09:04:33 [2023-04-07T09:04:33.826Z] #76 128.9 checking for gawk... no
09:04:33 [2023-04-07T09:04:33.826Z] #76 128.9 checking for mawk... mawk
09:04:34 [2023-04-07T09:04:34.396Z] #76 128.9 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:04:34 [2023-04-07T09:04:34.396Z] #76 129.4 checking for sysroot... no
09:04:34 [2023-04-07T09:04:34.396Z] #76 129.4 checking for a working dd... /bin/dd
09:04:34 [2023-04-07T09:04:34.396Z] #76 129.4 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:04:34 [2023-04-07T09:04:34.396Z] #76 129.4 checking for mt... no
09:04:34 [2023-04-07T09:04:34.396Z] #76 129.4 checking if : is a manifest tool... no
09:04:34 [2023-04-07T09:04:34.396Z] #76 129.4 checking for dlfcn.h... yes
09:04:34 [2023-04-07T09:04:34.396Z] #76 129.6 checking for objdir... .libs
09:04:35 [2023-04-07T09:04:35.228Z] #76 130.0 checking if gcc supports -fno-rtti -fno-exceptions... no
09:04:35 [2023-04-07T09:04:35.228Z] #76 130.2 checking for gcc option to produce PIC... -fPIC -DPIC
09:04:35 [2023-04-07T09:04:35.228Z] #76 130.2 checking if gcc PIC flag -fPIC -DPIC works... yes
09:04:35 [2023-04-07T09:04:35.799Z] #76 130.3 checking if gcc static flag -static works... yes
09:04:35 [2023-04-07T09:04:35.799Z] #76 130.8 checking if gcc supports -c -o file.o... yes
09:04:36 [2023-04-07T09:04:36.060Z] #76 131.0 checking if gcc supports -c -o file.o... (cached) yes
09:04:36 [2023-04-07T09:04:36.060Z] #76 131.0 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:04:36 [2023-04-07T09:04:36.321Z] #76 131.0 checking dynamic linker characteristics... GNU/Linux ld.so
09:04:36 [2023-04-07T09:04:36.321Z] #76 131.4 checking how to hardcode library paths into programs... immediate
09:04:36 [2023-04-07T09:04:36.321Z] #76 131.4 checking whether stripping libraries is possible... yes
09:04:36 [2023-04-07T09:04:36.321Z] #76 131.4 checking if libtool supports shared libraries... yes
09:04:36 [2023-04-07T09:04:36.321Z] #76 131.4 checking whether to build shared libraries... no
09:04:36 [2023-04-07T09:04:36.321Z] #76 131.4 checking whether to build static libraries... yes
09:04:36 [2023-04-07T09:04:36.321Z] #76 131.4 checking for a BSD-compatible install... /usr/bin/install -c
09:04:36 [2023-04-07T09:04:36.321Z] #76 131.5 checking whether build environment is sane... yes
09:04:36 [2023-04-07T09:04:36.581Z] #76 131.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:04:36 [2023-04-07T09:04:36.581Z] #76 131.6 checking whether make sets $(MAKE)... yes
09:04:36 [2023-04-07T09:04:36.581Z] #76 131.6 checking whether make supports the include directive... yes (GNU style)
09:04:36 [2023-04-07T09:04:36.581Z] #76 131.7 checking whether make supports nested variables... yes
09:04:36 [2023-04-07T09:04:36.581Z] #76 131.8 checking whether UID '0' is supported by ustar format... yes
09:04:36 [2023-04-07T09:04:36.581Z] #76 131.8 checking whether GID '0' is supported by ustar format... yes
09:04:36 [2023-04-07T09:04:36.842Z] #76 131.8 checking how to create a ustar tar archive... gnutar
09:04:36 [2023-04-07T09:04:36.842Z] #76 131.9 checking dependency style of gcc... gcc3
09:04:36 [2023-04-07T09:04:36.842Z] #76 132.1 checking whether to enable maintainer-specific portions of Makefiles... yes
09:04:37 [2023-04-07T09:04:37.103Z] #76 132.1 checking whether make supports nested variables... (cached) yes
09:04:37 [2023-04-07T09:04:37.103Z] #76 132.1 checking for pkg-config... /usr/bin/pkg-config
09:04:37 [2023-04-07T09:04:37.103Z] #76 132.1 checking pkg-config is at least version 0.9.0... yes
09:04:37 [2023-04-07T09:04:37.103Z] #76 132.1 checking for yajl >= 2.1.0... yes
09:04:37 [2023-04-07T09:04:37.103Z] #76 132.2 checking for a sed that does not truncate output... (cached) /bin/sed
09:04:37 [2023-04-07T09:04:37.103Z] #76 132.2 checking for gcc... (cached) gcc
09:04:37 [2023-04-07T09:04:37.363Z] #76 132.3 checking whether we are using the GNU C compiler... (cached) yes
09:04:37 [2023-04-07T09:04:37.363Z] #76 132.3 checking whether gcc accepts -g... (cached) yes
09:04:37 [2023-04-07T09:04:37.363Z] #76 132.3 checking for gcc option to accept ISO C89... (cached) none needed
09:04:37 [2023-04-07T09:04:37.363Z] #76 132.3 checking whether gcc understands -c and -o together... (cached) yes
09:04:37 [2023-04-07T09:04:37.363Z] #76 132.3 checking for a Python interpreter with version >= 3... python3
09:04:37 [2023-04-07T09:04:37.363Z] #76 132.4 checking for python3... /usr/bin/python3
09:04:37 [2023-04-07T09:04:37.363Z] #76 132.4 checking for python3 version... 3.9
09:04:37 [2023-04-07T09:04:37.363Z] #76 132.4 checking for python3 platform... linux
09:04:37 [2023-04-07T09:04:37.624Z] #76 132.5 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
09:04:37 [2023-04-07T09:04:37.885Z] #76 132.6 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
09:04:37 [2023-04-07T09:04:37.885Z] #76 133.0 checking that generated files are newer than configure... done
09:04:37 [2023-04-07T09:04:37.885Z] #76 133.0 configure: creating ./config.status
09:04:38 [2023-04-07T09:04:38.829Z] #76 ...
09:04:38 [2023-04-07T09:04:38.829Z] 
09:04:38 [2023-04-07T09:04:38.829Z] #69 [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:04:38 [2023-04-07T09:04:38.829Z] #69 169.4 vendor/golang.org/x/net/http/httpproxy
09:04:38 [2023-04-07T09:04:38.829Z] #69 170.4 net/http
09:04:38 [2023-04-07T09:04:38.829Z] #69 171.8 regexp
09:04:38 [2023-04-07T09:04:38.829Z] #69 173.8 gopkg.in/yaml.v2
09:04:40 [2023-04-07T09:04:40.211Z] #69 180.7 github.com/docker/distribution/uuid
09:04:40 [2023-04-07T09:04:40.211Z] #69 180.8 golang.org/x/net/context
09:04:40 [2023-04-07T09:04:40.782Z] #69 181.3 github.com/docker/distribution/digest
09:04:41 [2023-04-07T09:04:41.352Z] #69 ...
09:04:41 [2023-04-07T09:04:41.352Z] 
09:04:41 [2023-04-07T09:04:41.352Z] #76 [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:04:41 [2023-04-07T09:04:41.352Z] #76 136.4 config.status: creating Makefile
09:04:41 [2023-04-07T09:04:41.612Z] #76 136.5 config.status: creating config.h
09:04:41 [2023-04-07T09:04:41.612Z] #76 136.6 config.status: executing libtool commands
09:04:41 [2023-04-07T09:04:41.612Z] #76 136.7 config.status: executing depfiles commands
09:04:42 [2023-04-07T09:04:42.553Z] #76 137.6 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
09:04:42 [2023-04-07T09:04:42.553Z] #76 137.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
09:04:43 [2023-04-07T09:04:43.123Z] #76 138.1 checking for gcc... gcc
09:04:43 [2023-04-07T09:04:43.383Z] #76 138.2 checking whether the C compiler works... yes
09:04:43 [2023-04-07T09:04:43.383Z] #76 138.4 checking for C compiler default output file name... a.out
09:04:43 [2023-04-07T09:04:43.642Z] #76 138.4 checking for suffix of executables... 
09:04:43 [2023-04-07T09:04:43.642Z] #76 138.5 checking whether we are cross compiling... no
09:04:43 [2023-04-07T09:04:43.902Z] #76 138.7 checking for suffix of object files... o
09:04:43 [2023-04-07T09:04:43.902Z] #76 138.9 checking whether we are using the GNU C compiler... yes
09:04:43 [2023-04-07T09:04:43.902Z] #76 139.0 checking whether gcc accepts -g... yes
09:04:44 [2023-04-07T09:04:44.164Z] #76 139.1 checking for gcc option to accept ISO C89... none needed
09:04:44 [2023-04-07T09:04:44.734Z] #76 139.3 checking whether gcc understands -c and -o together... yes
09:04:44 [2023-04-07T09:04:44.734Z] #76 139.6 checking for a BSD-compatible install... /usr/bin/install -c
09:04:44 [2023-04-07T09:04:44.734Z] #76 139.7 checking whether build environment is sane... yes
09:04:44 [2023-04-07T09:04:44.734Z] #76 139.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
09:04:44 [2023-04-07T09:04:44.734Z] #76 139.8 checking for gawk... no
09:04:44 [2023-04-07T09:04:44.734Z] #76 139.8 checking for mawk... mawk
09:04:44 [2023-04-07T09:04:44.734Z] #76 139.8 checking whether make sets $(MAKE)... yes
09:04:44 [2023-04-07T09:04:44.734Z] #76 139.8 checking whether make supports the include directive... yes (GNU style)
09:04:44 [2023-04-07T09:04:44.734Z] #76 139.9 checking whether make supports nested variables... yes
09:04:44 [2023-04-07T09:04:44.994Z] #76 139.9 checking whether UID '0' is supported by ustar format... yes
09:04:44 [2023-04-07T09:04:44.994Z] #76 139.9 checking whether GID '0' is supported by ustar format... yes
09:04:44 [2023-04-07T09:04:44.994Z] #76 139.9 checking how to create a ustar tar archive... gnutar
09:04:45 [2023-04-07T09:04:45.255Z] #76 140.1 checking dependency style of gcc... gcc3
09:04:45 [2023-04-07T09:04:45.255Z] #76 140.2 checking whether to enable maintainer-specific portions of Makefiles... yes
09:04:45 [2023-04-07T09:04:45.255Z] #76 140.2 checking whether make supports nested variables... (cached) yes
09:04:45 [2023-04-07T09:04:45.255Z] #76 140.3 checking build system type... aarch64-unknown-linux-gnu
09:04:45 [2023-04-07T09:04:45.515Z] #76 140.5 checking host system type... aarch64-unknown-linux-gnu
09:04:45 [2023-04-07T09:04:45.515Z] #76 140.5 checking how to print strings... printf
09:04:45 [2023-04-07T09:04:45.515Z] #76 140.5 checking for a sed that does not truncate output... /bin/sed
09:04:45 [2023-04-07T09:04:45.515Z] #76 140.5 checking for grep that handles long lines and -e... /bin/grep
09:04:45 [2023-04-07T09:04:45.515Z] #76 140.5 checking for egrep... /bin/grep -E
09:04:45 [2023-04-07T09:04:45.515Z] #76 140.6 checking for fgrep... /bin/grep -F
09:04:45 [2023-04-07T09:04:45.515Z] #76 140.6 checking for ld used by gcc... /usr/bin/ld
09:04:45 [2023-04-07T09:04:45.515Z] #76 140.6 checking if the linker (/usr/bin/ld) is GNU ld... yes
09:04:45 [2023-04-07T09:04:45.515Z] #76 140.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
09:04:45 [2023-04-07T09:04:45.775Z] #76 140.6 checking the name lister (/usr/bin/nm -B) interface... BSD nm
09:04:45 [2023-04-07T09:04:45.775Z] #76 140.8 checking whether ln -s works... yes
09:04:45 [2023-04-07T09:04:45.775Z] #76 140.8 checking the maximum length of command line arguments... 1572864
09:04:45 [2023-04-07T09:04:45.775Z] #76 140.8 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
09:04:45 [2023-04-07T09:04:45.775Z] #76 140.9 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
09:04:45 [2023-04-07T09:04:45.775Z] #76 140.9 checking for /usr/bin/ld option to reload object files... -r
09:04:45 [2023-04-07T09:04:45.775Z] #76 140.9 checking for objdump... objdump
09:04:45 [2023-04-07T09:04:45.775Z] #76 140.9 checking how to recognize dependent libraries... pass_all
09:04:45 [2023-04-07T09:04:45.775Z] #76 140.9 checking for dlltool... no
09:04:45 [2023-04-07T09:04:45.775Z] #76 140.9 checking how to associate runtime and link libraries... printf %s\n
09:04:45 [2023-04-07T09:04:45.775Z] #76 140.9 checking for ar... ar
09:04:46 [2023-04-07T09:04:46.035Z] #76 140.9 checking for archiver @FILE support... @
09:04:46 [2023-04-07T09:04:46.035Z] #76 141.1 checking for strip... strip
09:04:46 [2023-04-07T09:04:46.035Z] #76 141.1 checking for ranlib... ranlib
09:04:46 [2023-04-07T09:04:46.295Z] #76 141.1 checking command to parse /usr/bin/nm -B output from gcc object... ok
09:04:46 [2023-04-07T09:04:46.555Z] #76 141.6 checking for sysroot... no
09:04:46 [2023-04-07T09:04:46.555Z] #76 141.6 checking for a working dd... /bin/dd
09:04:46 [2023-04-07T09:04:46.555Z] #76 141.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
09:04:46 [2023-04-07T09:04:46.555Z] #76 141.6 checking for mt... no
09:04:46 [2023-04-07T09:04:46.555Z] #76 141.6 checking if : is a manifest tool... no
09:04:46 [2023-04-07T09:04:46.815Z] #76 141.6 checking how to run the C preprocessor... gcc -E
09:04:47 [2023-04-07T09:04:47.756Z] #76 141.9 checking for ANSI C header files... yes
09:04:47 [2023-04-07T09:04:47.756Z] #76 142.7 checking for sys/types.h... yes
09:04:48 [2023-04-07T09:04:48.016Z] #76 142.9 checking for sys/stat.h... yes
09:04:48 [2023-04-07T09:04:48.277Z] #76 143.2 checking for stdlib.h... yes
09:04:48 [2023-04-07T09:04:48.537Z] #76 143.4 checking for string.h... yes
09:04:48 [2023-04-07T09:04:48.537Z] #76 143.6 checking for memory.h... yes
09:04:49 [2023-04-07T09:04:49.058Z] #76 143.8 checking for strings.h... yes
09:04:49 [2023-04-07T09:04:49.058Z] #76 144.0 checking for inttypes.h... yes
09:04:49 [2023-04-07T09:04:49.318Z] #76 144.2 checking for stdint.h... yes
09:04:49 [2023-04-07T09:04:49.579Z] #76 144.3 checking for unistd.h... yes
09:04:49 [2023-04-07T09:04:49.579Z] #76 144.6 checking for dlfcn.h... yes
09:04:49 [2023-04-07T09:04:49.840Z] #76 144.8 checking for objdir... .libs
09:04:50 [2023-04-07T09:04:50.100Z] #76 145.1 checking if gcc supports -fno-rtti -fno-exceptions... no
09:04:50 [2023-04-07T09:04:50.364Z] #76 145.3 checking for gcc option to produce PIC... -fPIC -DPIC
09:04:50 [2023-04-07T09:04:50.364Z] #76 145.3 checking if gcc PIC flag -fPIC -DPIC works... yes
09:04:50 [2023-04-07T09:04:50.943Z] #76 145.5 checking if gcc static flag -static works... yes
09:04:51 [2023-04-07T09:04:51.213Z] #76 146.0 checking if gcc supports -c -o file.o... yes
09:04:51 [2023-04-07T09:04:51.213Z] #76 146.1 checking if gcc supports -c -o file.o... (cached) yes
09:04:51 [2023-04-07T09:04:51.213Z] #76 146.1 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
09:04:51 [2023-04-07T09:04:51.477Z] #76 146.2 checking dynamic linker characteristics... GNU/Linux ld.so
09:04:51 [2023-04-07T09:04:51.477Z] #76 146.5 checking how to hardcode library paths into programs... immediate
09:04:51 [2023-04-07T09:04:51.477Z] #76 146.5 checking whether stripping libraries is possible... yes
09:04:51 [2023-04-07T09:04:51.477Z] #76 146.5 checking if libtool supports shared libraries... yes
09:04:51 [2023-04-07T09:04:51.477Z] #76 146.5 checking whether to build shared libraries... no
09:04:51 [2023-04-07T09:04:51.477Z] #76 146.5 checking whether to build static libraries... yes
09:04:51 [2023-04-07T09:04:51.738Z] #76 146.5 checking float.h usability... yes
09:04:51 [2023-04-07T09:04:51.738Z] #76 146.7 checking float.h presence... 
09:04:51 [2023-04-07T09:04:51.738Z] #76 ...
09:04:51 [2023-04-07T09:04:51.738Z] 
09:04:51 [2023-04-07T09:04:51.738Z] #69 [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:04:51 [2023-04-07T09:04:51.738Z] #69 182.2 github.com/docker/distribution/reference
09:04:51 [2023-04-07T09:04:51.738Z] #69 182.9 encoding/base32
09:04:51 [2023-04-07T09:04:51.738Z] #69 183.4 github.com/docker/libtrust
09:04:51 [2023-04-07T09:04:51.738Z] #69 187.2 github.com/stevvooe/resumable
09:04:51 [2023-04-07T09:04:51.738Z] #69 187.4 internal/saferio
09:04:51 [2023-04-07T09:04:51.738Z] #69 187.7 encoding/gob
09:04:51 [2023-04-07T09:04:51.738Z] #69 ...
09:04:51 [2023-04-07T09:04:51.738Z] 
09:04:51 [2023-04-07T09:04:51.738Z] #76 [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:04:51 [2023-04-07T09:04:51.738Z] #76 146.7 checking float.h presence... yes
09:04:51 [2023-04-07T09:04:51.738Z] #76 146.8 checking for float.h... yes
09:04:51 [2023-04-07T09:04:51.998Z] #76 146.9 checking limits.h usability... yes
09:04:51 [2023-04-07T09:04:51.998Z] #76 147.1 checking limits.h presence... yes
09:04:51 [2023-04-07T09:04:51.998Z] #76 147.1 checking for limits.h... yes
09:04:52 [2023-04-07T09:04:52.259Z] #76 147.2 checking stddef.h usability... yes
09:04:52 [2023-04-07T09:04:52.259Z] #76 147.4 checking stddef.h presence... yes
09:04:52 [2023-04-07T09:04:52.520Z] #76 147.5 checking for stddef.h... yes
09:04:52 [2023-04-07T09:04:52.520Z] #76 147.5 checking for stdlib.h... (cached) yes
09:04:52 [2023-04-07T09:04:52.520Z] #76 147.6 checking for string.h... (cached) yes
09:04:52 [2023-04-07T09:04:52.520Z] #76 147.6 checking sys/time.h usability... yes
09:04:52 [2023-04-07T09:04:52.781Z] #76 147.8 checking sys/time.h presence... yes
09:04:52 [2023-04-07T09:04:52.781Z] #76 147.8 checking for sys/time.h... yes
09:04:52 [2023-04-07T09:04:52.781Z] #76 147.9 checking for inline... inline
09:04:53 [2023-04-07T09:04:53.303Z] #76 148.0 checking for size_t... yes
09:04:53 [2023-04-07T09:04:53.303Z] #76 148.3 checking for stdlib.h... (cached) yes
09:04:53 [2023-04-07T09:04:53.303Z] #76 148.3 checking for GNU libc compatible malloc... yes
09:04:53 [2023-04-07T09:04:53.563Z] #76 148.5 checking for stdlib.h... (cached) yes
09:04:53 [2023-04-07T09:04:53.824Z] #76 148.5 checking for GNU libc compatible realloc... yes
09:04:54 [2023-04-07T09:04:54.096Z] #76 148.8 checking for working strtod... yes
09:04:54 [2023-04-07T09:04:54.356Z] #76 149.3 checking for gettimeofday... yes
09:04:54 [2023-04-07T09:04:54.927Z] #76 149.5 checking for memset... yes
09:04:54 [2023-04-07T09:04:54.927Z] #76 149.8 checking for strspn... yes
09:04:55 [2023-04-07T09:04:55.188Z] #76 150.2 checking that generated files are newer than configure... done
09:04:55 [2023-04-07T09:04:55.188Z] #76 150.2 configure: creating ./config.status
09:04:58 [2023-04-07T09:04:58.488Z] #76 153.4 config.status: creating Makefile
09:04:58 [2023-04-07T09:04:58.488Z] #76 153.5 config.status: creating config.h
09:04:58 [2023-04-07T09:04:58.488Z] #76 153.6 config.status: executing depfiles commands
09:04:58 [2023-04-07T09:04:58.749Z] #76 153.8 config.status: executing libtool commands
09:05:00 [2023-04-07T09:05:00.133Z] #76 155.0   GEN      .version
09:05:00 [2023-04-07T09:05:00.133Z] #76 155.0 make  install-recursive
09:05:00 [2023-04-07T09:05:00.133Z] #76 155.0 make[1]: Entering directory '/tmp/crun-build'
09:05:00 [2023-04-07T09:05:00.133Z] #76 155.1 Making install in libocispec
09:05:00 [2023-04-07T09:05:00.133Z] #76 155.1 make[2]: Entering directory '/tmp/crun-build/libocispec'
09:05:00 [2023-04-07T09:05:00.133Z] #76 155.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
09:05:00 [2023-04-07T09:05:00.133Z] #76 155.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
09:05:00 [2023-04-07T09:05:00.133Z] #76 155.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
09:05:00 [2023-04-07T09:05:00.133Z] #76 155.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
09:05:01 [2023-04-07T09:05:01.073Z] #76 156.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
09:05:01 [2023-04-07T09:05:01.073Z] #76 156.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
09:05:01 [2023-04-07T09:05:01.073Z] #76 156.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
09:05:01 [2023-04-07T09:05:01.073Z] #76 156.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
09:05:01 [2023-04-07T09:05:01.073Z] #76 156.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
09:05:01 [2023-04-07T09:05:01.073Z] #76 156.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
09:05:01 [2023-04-07T09:05:01.073Z] #76 156.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
09:05:01 [2023-04-07T09:05:01.073Z] #76 156.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
09:05:01 [2023-04-07T09:05:01.073Z] #76 156.1 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
09:05:01 [2023-04-07T09:05:01.333Z] #76 156.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
09:05:01 [2023-04-07T09:05:01.333Z] #76 156.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
09:05:01 [2023-04-07T09:05:01.333Z] #76 156.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
09:05:01 [2023-04-07T09:05:01.333Z] #76 156.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
09:05:01 [2023-04-07T09:05:01.333Z] #76 156.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
09:05:01 [2023-04-07T09:05:01.333Z] #76 156.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
09:05:01 [2023-04-07T09:05:01.333Z] #76 156.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.4 make  install-recursive
09:05:02 [2023-04-07T09:05:02.275Z] #76 157.4 make[3]: Entering directory '/tmp/crun-build/libocispec'
09:05:02 [2023-04-07T09:05:02.535Z] #76 157.5 Making install in yajl
09:05:02 [2023-04-07T09:05:02.535Z] #76 157.5 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:05:02 [2023-04-07T09:05:02.535Z] #76 157.6   CC       verify/json_verify-json_verify.o
09:05:02 [2023-04-07T09:05:02.535Z] #76 157.6   CC       src/libyajl_la-yajl_alloc.lo
09:05:02 [2023-04-07T09:05:02.535Z] #76 157.6   CC       src/libyajl_la-yajl.lo
09:05:02 [2023-04-07T09:05:02.535Z] #76 157.6   CC       src/libyajl_la-yajl_gen.lo
09:05:02 [2023-04-07T09:05:02.535Z] #76 157.7   CC       src/libyajl_la-yajl_parser.lo
09:05:02 [2023-04-07T09:05:02.535Z] #76 157.7   CC       src/libyajl_la-yajl_buf.lo
09:05:02 [2023-04-07T09:05:02.795Z] #76 157.8   CC       src/libyajl_la-yajl_encode.lo
09:05:02 [2023-04-07T09:05:02.795Z] #76 157.8   CC       src/libyajl_la-yajl_lex.lo
09:05:02 [2023-04-07T09:05:02.795Z] #76 157.8   CC       src/libyajl_la-yajl_tree.lo
09:05:05 [2023-04-07T09:05:05.345Z] #76 ...
09:05:05 [2023-04-07T09:05:05.345Z] 
09:05:05 [2023-04-07T09:05:05.345Z] #69 [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:05:05 [2023-04-07T09:05:05.345Z] #69 195.6 github.com/stevvooe/resumable/sha256
09:05:05 [2023-04-07T09:05:05.345Z] #69 196.0 github.com/stevvooe/resumable/sha512
09:05:05 [2023-04-07T09:05:05.345Z] #69 196.5 github.com/garyburd/redigo/internal
09:05:05 [2023-04-07T09:05:05.345Z] #69 196.6 github.com/garyburd/redigo/redis
09:05:05 [2023-04-07T09:05:05.345Z] #69 199.2 net/smtp
09:05:05 [2023-04-07T09:05:05.345Z] #69 199.9 text/template/parse
09:05:05 [2023-04-07T09:05:05.345Z] #69 200.6 github.com/bugsnag/bugsnag-go
09:05:05 [2023-04-07T09:05:05.345Z] #69 202.1 github.com/docker/distribution/configuration
09:05:05 [2023-04-07T09:05:05.345Z] #69 203.3 github.com/gorilla/context
09:05:05 [2023-04-07T09:05:05.345Z] #69 203.4 github.com/docker/distribution/registry/api/errcode
09:05:05 [2023-04-07T09:05:05.345Z] #69 203.6 github.com/gorilla/mux
09:05:05 [2023-04-07T09:05:05.345Z] #69 204.0 expvar
09:05:05 [2023-04-07T09:05:05.345Z] #69 204.8 github.com/docker/distribution/context
09:05:05 [2023-04-07T09:05:05.345Z] #69 204.8 github.com/docker/distribution/registry/api/v2
09:05:05 [2023-04-07T09:05:05.345Z] #69 205.9 github.com/docker/distribution/health
09:05:05 [2023-04-07T09:05:05.345Z] #69 205.9 github.com/docker/distribution
09:05:06 [2023-04-07T09:05:06.285Z] #69 206.6 github.com/docker/distribution/health/checks
09:05:06 [2023-04-07T09:05:06.285Z] #69 206.7 github.com/docker/distribution/manifest/manifestlist
09:05:06 [2023-04-07T09:05:06.285Z] #69 206.9 github.com/docker/distribution/manifest/schema1
09:05:06 [2023-04-07T09:05:06.545Z] #69 206.9 github.com/docker/distribution/manifest/schema2
09:05:06 [2023-04-07T09:05:06.545Z] #69 207.1 github.com/docker/distribution/notifications
09:05:07 [2023-04-07T09:05:07.115Z] #69 207.6 github.com/docker/distribution/registry/auth
09:05:07 [2023-04-07T09:05:07.686Z] #69 208.0 github.com/docker/distribution/registry/middleware/registry
09:05:07 [2023-04-07T09:05:07.686Z] #69 208.3 github.com/docker/distribution/registry/middleware/repository
09:05:08 [2023-04-07T09:05:08.266Z] #69 208.7 github.com/docker/distribution/registry/client/transport
09:05:08 [2023-04-07T09:05:08.838Z] #69 209.1 github.com/docker/distribution/registry/storage/cache
09:05:08 [2023-04-07T09:05:08.838Z] #69 209.2 github.com/docker/distribution/registry/storage/driver
09:05:08 [2023-04-07T09:05:08.838Z] #69 209.4 github.com/docker/distribution/registry/storage/cache/memory
09:05:08 [2023-04-07T09:05:08.838Z] #69 209.5 github.com/docker/distribution/registry/proxy/scheduler
09:05:09 [2023-04-07T09:05:09.409Z] #69 209.9 github.com/docker/distribution/registry/client
09:05:09 [2023-04-07T09:05:09.409Z] #69 209.9 github.com/docker/distribution/registry/storage
09:05:09 [2023-04-07T09:05:09.979Z] #69 ...
09:05:09 [2023-04-07T09:05:09.979Z] 
09:05:09 [2023-04-07T09:05:09.979Z] #76 [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:05:09 [2023-04-07T09:05:09.979Z] #76 164.8   CCLD     libyajl.la
09:05:10 [2023-04-07T09:05:10.240Z] #76 165.3   CCLD     verify/json_verify
09:05:10 [2023-04-07T09:05:10.810Z] #76 165.8 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
09:05:10 [2023-04-07T09:05:10.810Z] #76 165.8 make[5]: Nothing to be done for 'install-exec-am'.
09:05:10 [2023-04-07T09:05:10.810Z] #76 165.8 make[5]: Nothing to be done for 'install-data-am'.
09:05:10 [2023-04-07T09:05:10.810Z] #76 165.8 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:05:10 [2023-04-07T09:05:10.810Z] #76 165.8 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
09:05:10 [2023-04-07T09:05:10.810Z] #76 165.8 make[4]: Entering directory '/tmp/crun-build/libocispec'
09:05:11 [2023-04-07T09:05:11.071Z] #76 166.0   CC       src/validate.o
09:05:11 [2023-04-07T09:05:11.071Z] #76 166.0   CC       src/image_spec_schema_config_schema.lo
09:05:11 [2023-04-07T09:05:11.071Z] #76 166.0   CC       src/image_spec_schema_content_descriptor.lo
09:05:11 [2023-04-07T09:05:11.071Z] #76 166.0   CC       src/image_spec_schema_defs.lo
09:05:11 [2023-04-07T09:05:11.071Z] #76 166.0   CC       src/image_spec_schema_defs_descriptor.lo
09:05:11 [2023-04-07T09:05:11.071Z] #76 166.0   CC       src/image_spec_schema_image_index_schema.lo
09:05:11 [2023-04-07T09:05:11.071Z] #76 166.1   CC       src/image_spec_schema_image_layout_schema.lo
09:05:11 [2023-04-07T09:05:11.071Z] #76 166.1   CC       src/image_spec_schema_image_manifest_schema.lo
09:05:11 [2023-04-07T09:05:11.071Z] #76 166.2   CC       src/runtime_spec_schema_config_linux.lo
09:05:11 [2023-04-07T09:05:11.331Z] #76 166.3   CC       src/runtime_spec_schema_config_zos.lo
09:05:11 [2023-04-07T09:05:11.331Z] #76 166.3   CC       src/runtime_spec_schema_config_schema.lo
09:05:11 [2023-04-07T09:05:11.331Z] #76 166.4   CC       src/runtime_spec_schema_config_solaris.lo
09:05:11 [2023-04-07T09:05:11.331Z] #76 166.5   CC       src/runtime_spec_schema_config_vm.lo
09:05:11 [2023-04-07T09:05:11.592Z] #76 166.6   CC       src/runtime_spec_schema_config_windows.lo
09:05:11 [2023-04-07T09:05:11.592Z] #76 166.6   CC       src/runtime_spec_schema_defs.lo
09:05:11 [2023-04-07T09:05:11.592Z] #76 166.7   CC       src/runtime_spec_schema_defs_linux.lo
09:05:11 [2023-04-07T09:05:11.852Z] #76 166.9   CC       src/runtime_spec_schema_defs_zos.lo
09:05:12 [2023-04-07T09:05:12.113Z] #76 167.0   CC       src/runtime_spec_schema_defs_vm.lo
09:05:12 [2023-04-07T09:05:12.374Z] #76 167.3   CC       src/runtime_spec_schema_defs_windows.lo
09:05:12 [2023-04-07T09:05:12.374Z] #76 167.4   CC       src/runtime_spec_schema_state_schema.lo
09:05:12 [2023-04-07T09:05:12.374Z] #76 167.5   CC       src/image_manifest_items_image_manifest_items_schema.lo
09:05:12 [2023-04-07T09:05:12.946Z] #76 168.1   CC       src/basic_test_double_array.lo
09:05:12 [2023-04-07T09:05:12.946Z] #76 168.1   CC       src/basic_test_double_array_item.lo
09:05:13 [2023-04-07T09:05:13.206Z] #76 168.2   CC       src/basic_test_top_array_int.lo
09:05:13 [2023-04-07T09:05:13.206Z] #76 168.3   CC       src/basic_test_top_array_string.lo
09:05:13 [2023-04-07T09:05:13.467Z] #76 168.5   CC       src/basic_test_top_double_array_int.lo
09:05:13 [2023-04-07T09:05:13.728Z] #76 169.0   CC       src/basic_test_top_double_array_obj.lo
09:05:13 [2023-04-07T09:05:13.988Z] #76 169.1   CC       src/basic_test_top_double_array_refobj.lo
09:05:13 [2023-04-07T09:05:13.988Z] #76 169.1   CC       src/basic_test_top_double_array_string.lo
09:05:14 [2023-04-07T09:05:14.249Z] #76 169.3   CC       src/read-file.lo
09:05:14 [2023-04-07T09:05:14.820Z] #76 169.7   CC       src/json_common.lo
09:05:15 [2023-04-07T09:05:15.081Z] #76 170.2   CC       tests/test-1.o
09:05:15 [2023-04-07T09:05:15.081Z] #76 170.2   CC       tests/test-2.o
09:05:15 [2023-04-07T09:05:15.342Z] #76 170.2   CC       tests/test-3.o
09:05:15 [2023-04-07T09:05:15.342Z] #76 170.4   CC       tests/test-4.o
09:05:15 [2023-04-07T09:05:15.603Z] #76 170.7   CC       tests/test-5.o
09:05:15 [2023-04-07T09:05:15.863Z] #76 170.9   CC       tests/test-6.o
09:05:15 [2023-04-07T09:05:15.863Z] #76 171.1   CC       tests/test-8.o
09:05:16 [2023-04-07T09:05:16.124Z] #76 171.1   CC       tests/test-7.o
09:05:16 [2023-04-07T09:05:16.385Z] #76 171.3   CC       tests/test-9.o
09:05:16 [2023-04-07T09:05:16.956Z] #76 171.9   CC       tests/test-10.o
09:05:17 [2023-04-07T09:05:17.217Z] #76 172.2   CC       tests/test-11.o
09:05:20 [2023-04-07T09:05:20.514Z] #76 ...
09:05:20 [2023-04-07T09:05:20.514Z] 
09:05:20 [2023-04-07T09:05:20.514Z] #69 [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:05:20 [2023-04-07T09:05:20.514Z] #69 211.1 github.com/docker/distribution/registry/client/auth
09:05:20 [2023-04-07T09:05:20.514Z] #69 212.0 github.com/docker/distribution/registry/storage/cache/redis
09:05:20 [2023-04-07T09:05:20.514Z] #69 212.6 github.com/docker/distribution/registry/storage/driver/factory
09:05:20 [2023-04-07T09:05:20.514Z] #69 212.8 github.com/docker/distribution/registry/storage/driver/middleware
09:05:20 [2023-04-07T09:05:20.514Z] #69 213.0 github.com/gorilla/handlers
09:05:20 [2023-04-07T09:05:20.514Z] #69 214.1 github.com/docker/distribution/registry/proxy
09:05:20 [2023-04-07T09:05:20.514Z] #69 214.1 text/template
09:05:20 [2023-04-07T09:05:20.514Z] #69 215.1 github.com/docker/distribution/registry/listener
09:05:20 [2023-04-07T09:05:20.514Z] #69 215.5 github.com/docker/distribution/version
09:05:20 [2023-04-07T09:05:20.514Z] #69 215.8 github.com/spf13/pflag
09:05:20 [2023-04-07T09:05:20.514Z] #69 217.3 github.com/docker/distribution/registry/handlers
09:05:20 [2023-04-07T09:05:20.514Z] #69 218.4 github.com/spf13/cobra
09:05:20 [2023-04-07T09:05:20.514Z] #69 220.2 container/heap
09:05:20 [2023-04-07T09:05:20.514Z] #69 220.5 log/syslog
09:05:20 [2023-04-07T09:05:20.514Z] #69 221.1 runtime/debug
09:05:21 [2023-04-07T09:05:21.454Z] #69 221.7 github.com/yvasiyarov/go-metrics
09:05:21 [2023-04-07T09:05:21.454Z] #69 221.7 github.com/yvasiyarov/newrelic_platform_go
09:05:21 [2023-04-07T09:05:21.715Z] #69 222.2 golang.org/x/crypto/blowfish
09:05:22 [2023-04-07T09:05:22.285Z] #69 222.6 golang.org/x/crypto/bcrypt
09:05:22 [2023-04-07T09:05:22.545Z] #69 222.9 github.com/docker/distribution/registry/auth/htpasswd
09:05:22 [2023-04-07T09:05:22.804Z] #69 223.4 github.com/docker/distribution/registry/auth/silly
09:05:23 [2023-04-07T09:05:23.375Z] #69 223.7 github.com/docker/distribution/registry/auth/token
09:05:24 [2023-04-07T09:05:24.758Z] #69 225.0 encoding/xml
09:05:25 [2023-04-07T09:05:25.699Z] #69 226.1 github.com/yvasiyarov/gorelic
09:05:27 [2023-04-07T09:05:27.080Z] #69 227.4 github.com/docker/distribution/registry
09:05:28 [2023-04-07T09:05:28.021Z] #69 228.4 github.com/docker/distribution/registry/storage/driver/base
09:05:28 [2023-04-07T09:05:28.281Z] #69 228.9 github.com/docker/distribution/registry/storage/driver/filesystem
09:05:28 [2023-04-07T09:05:28.281Z] #69 229.0 github.com/Azure/azure-sdk-for-go/storage
09:05:29 [2023-04-07T09:05:29.221Z] #69 229.4 github.com/docker/distribution/registry/storage/driver/inmemory
09:05:29 [2023-04-07T09:05:29.791Z] #69 230.3 os/user
09:05:30 [2023-04-07T09:05:30.361Z] #69 230.9 github.com/AdRoll/goamz/aws
09:05:31 [2023-04-07T09:05:31.302Z] #69 231.5 github.com/docker/distribution/registry/storage/driver/azure
09:05:31 [2023-04-07T09:05:31.872Z] #69 232.5 github.com/AdRoll/goamz/cloudfront
09:05:32 [2023-04-07T09:05:32.444Z] #69 232.8 net/http/httputil
09:05:32 [2023-04-07T09:05:32.444Z] #69 232.9 github.com/docker/distribution/registry/storage/driver/middleware/cloudfront
09:05:32 [2023-04-07T09:05:32.705Z] #69 233.3 github.com/mitchellh/mapstructure
09:05:34 [2023-04-07T09:05:34.089Z] #69 234.7 github.com/AdRoll/goamz/s3
09:05:34 [2023-04-07T09:05:34.349Z] #69 234.8 github.com/ncw/swift
09:05:36 [2023-04-07T09:05:36.325Z] #69 236.7 github.com/docker/distribution/registry/storage/driver/s3
09:05:36 [2023-04-07T09:05:36.918Z] #69 237.6 github.com/docker/distribution/registry/storage/driver/swift
09:05:37 [2023-04-07T09:05:37.859Z] #69 238.5 html
09:05:38 [2023-04-07T09:05:38.430Z] #69 239.1 internal/profile
09:05:38 [2023-04-07T09:05:38.691Z] #69 239.2 text/tabwriter
09:05:39 [2023-04-07T09:05:39.262Z] #69 239.6 runtime/pprof
09:05:42 [2023-04-07T09:05:42.561Z] #69 242.7 runtime/trace
09:05:42 [2023-04-07T09:05:42.561Z] #69 242.9 net/http/pprof
09:05:42 [2023-04-07T09:05:42.822Z] #69 243.3 github.com/docker/distribution/cmd/registry
09:05:48 [2023-04-07T09:05:48.110Z] #69 247.9 + xx-verify /build/registry-v2
09:05:48 [2023-04-07T09:05:48.370Z] #69 DONE 248.8s
09:05:48 [2023-04-07T09:05:48.370Z] 
09:05:48 [2023-04-07T09:05:48.370Z] #71 [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:05:52 [2023-04-07T09:05:52.570Z] #71 ...
09:05:52 [2023-04-07T09:05:52.570Z] 
09:05:52 [2023-04-07T09:05:52.570Z] #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:05:52 [2023-04-07T09:05:52.570Z] #75 DONE 207.3s
09:05:52 [2023-04-07T09:05:52.570Z] 
09:05:52 [2023-04-07T09:05:52.570Z] #81 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
09:05:52 [2023-04-07T09:05:52.570Z] #81 DONE 0.1s
09:05:52 [2023-04-07T09:05:52.570Z] 
09:05:52 [2023-04-07T09:05:52.570Z] #82 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
09:05:52 [2023-04-07T09:05:52.570Z] #82 DONE 0.1s
09:05:52 [2023-04-07T09:05:52.570Z] 
09:05:52 [2023-04-07T09:05:52.570Z] #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:06:04 [2023-04-07T09:06:04.798Z] #70 ...
09:06:04 [2023-04-07T09:06:04.798Z] 
09:06:04 [2023-04-07T09:06:04.798Z] #76 [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:06:04 [2023-04-07T09:06:04.798Z] #76 219.7   CCLD     libocispec.la
09:06:05 [2023-04-07T09:06:05.059Z] #76 220.2   CCLD     src/validate
09:06:05 [2023-04-07T09:06:05.059Z] #76 220.2   CCLD     tests/test-1
09:06:05 [2023-04-07T09:06:05.059Z] #76 220.2   CCLD     tests/test-2
09:06:05 [2023-04-07T09:06:05.059Z] #76 220.2   CCLD     tests/test-3
09:06:05 [2023-04-07T09:06:05.059Z] #76 220.3   CCLD     tests/test-4
09:06:05 [2023-04-07T09:06:05.059Z] #76 220.3   CCLD     tests/test-5
09:06:05 [2023-04-07T09:06:05.320Z] #76 220.4   CCLD     tests/test-6
09:06:05 [2023-04-07T09:06:05.581Z] #76 220.5   CCLD     tests/test-7
09:06:05 [2023-04-07T09:06:05.581Z] #76 220.5   CCLD     tests/test-8
09:06:05 [2023-04-07T09:06:05.581Z] #76 220.7   CCLD     tests/test-9
09:06:05 [2023-04-07T09:06:05.841Z] #76 220.8   CCLD     tests/test-10
09:06:05 [2023-04-07T09:06:05.841Z] #76 220.8 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
09:06:05 [2023-04-07T09:06:05.841Z] #76 221.0   CCLD     tests/test-11
09:06:08 [2023-04-07T09:06:08.389Z] #76 223.3 libtool: link: ar cr libocispec.a 
09:06:08 [2023-04-07T09:06:08.389Z] #76 223.4 libtool: link: ranlib libocispec.a
09:06:09 [2023-04-07T09:06:09.772Z] #76 225.0 make[5]: Entering directory '/tmp/crun-build/libocispec'
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.0 make[5]: Nothing to be done for 'install-exec-am'.
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.1 make[5]: Nothing to be done for 'install-data-am'.
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.1 make[5]: Leaving directory '/tmp/crun-build/libocispec'
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.1 make[4]: Leaving directory '/tmp/crun-build/libocispec'
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.1 make[3]: Leaving directory '/tmp/crun-build/libocispec'
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.1 make[2]: Leaving directory '/tmp/crun-build/libocispec'
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.1 make[2]: Entering directory '/tmp/crun-build'
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.2   CC       src/libcrun/libcrun_testing_a-utils.o
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.2   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.2   CC       src/libcrun/libcrun_testing_a-container.o
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.2   CC       src/libcrun/libcrun_testing_a-cgroup.o
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.2   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.2   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
09:06:10 [2023-04-07T09:06:10.032Z] #76 225.3   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
09:06:10 [2023-04-07T09:06:10.292Z] #76 225.3   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
09:06:10 [2023-04-07T09:06:10.292Z] #76 225.3   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
09:06:10 [2023-04-07T09:06:10.292Z] #76 225.3   CC       src/libcrun/libcrun_testing_a-criu.o
09:06:10 [2023-04-07T09:06:10.552Z] #76 225.4   CC       src/libcrun/libcrun_testing_a-custom-handler.o
09:06:10 [2023-04-07T09:06:10.552Z] #76 225.6   CC       src/libcrun/libcrun_testing_a-linux.o
09:06:10 [2023-04-07T09:06:10.812Z] #76 225.7   CC       src/libcrun/libcrun_testing_a-seccomp.o
09:06:10 [2023-04-07T09:06:10.812Z] #76 225.7   CC       src/libcrun/libcrun_testing_a-ebpf.o
09:06:10 [2023-04-07T09:06:10.812Z] #76 225.8   CC       src/libcrun/libcrun_testing_a-error.o
09:06:10 [2023-04-07T09:06:10.812Z] #76 225.8   CC       src/libcrun/libcrun_testing_a-status.o
09:06:10 [2023-04-07T09:06:10.812Z] #76 225.9   CC       src/libcrun/libcrun_testing_a-terminal.o
09:06:10 [2023-04-07T09:06:10.812Z] #76 226.0   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
09:06:11 [2023-04-07T09:06:11.072Z] #76 226.1   CC       src/libcrun/libcrun_testing_a-signals.o
09:06:11 [2023-04-07T09:06:11.072Z] #76 226.2   CC       src/libcrun/libcrun_testing_a-mount_flags.o
09:06:11 [2023-04-07T09:06:11.332Z] #76 226.4   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
09:06:11 [2023-04-07T09:06:11.332Z] #76 226.4   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
09:06:11 [2023-04-07T09:06:11.332Z] #76 226.4   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
09:06:11 [2023-04-07T09:06:11.332Z] #76 226.5   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
09:06:11 [2023-04-07T09:06:11.902Z] #76 226.7   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
09:06:12 [2023-04-07T09:06:12.163Z] #76 227.2   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
09:06:12 [2023-04-07T09:06:12.424Z] #76 227.4   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
09:06:12 [2023-04-07T09:06:12.994Z] #76 228.0   CC       src/crun-crun.o
09:06:13 [2023-04-07T09:06:13.256Z] #76 228.2   CC       src/crun-run.o
09:06:13 [2023-04-07T09:06:13.256Z] #76 228.4   CC       src/crun-delete.o
09:06:13 [2023-04-07T09:06:13.516Z] #76 228.5   CC       src/crun-kill.o
09:06:13 [2023-04-07T09:06:13.776Z] #76 228.8   CC       src/crun-pause.o
09:06:14 [2023-04-07T09:06:14.036Z] #76 229.0   CC       src/crun-unpause.o
09:06:14 [2023-04-07T09:06:14.297Z] #76 229.3   CC       src/crun-spec.o
09:06:14 [2023-04-07T09:06:14.557Z] #76 229.5   CC       src/crun-exec.o
09:06:14 [2023-04-07T09:06:14.557Z] #76 229.6   CC       src/crun-list.o
09:06:14 [2023-04-07T09:06:14.817Z] #76 229.7   CC       src/crun-create.o
09:06:14 [2023-04-07T09:06:14.817Z] #76 229.8   CC       src/crun-start.o
09:06:15 [2023-04-07T09:06:15.078Z] #76 230.2   CC       src/crun-state.o
09:06:15 [2023-04-07T09:06:15.339Z] #76 230.4   CC       src/crun-update.o
09:06:15 [2023-04-07T09:06:15.910Z] #76 231.0   CC       src/crun-ps.o
09:06:15 [2023-04-07T09:06:15.910Z] #76 231.1   CC       src/crun-checkpoint.o
09:06:16 [2023-04-07T09:06:16.170Z] #76 231.2   CC       src/crun-restore.o
09:06:16 [2023-04-07T09:06:16.431Z] #76 231.5   CC       src/libcrun/libcrun_la-utils.lo
09:06:16 [2023-04-07T09:06:16.691Z] #76 231.8   CC       src/libcrun/libcrun_la-cloned_binary.lo
09:06:17 [2023-04-07T09:06:17.262Z] #76 232.4   CC       src/libcrun/libcrun_la-container.lo
09:06:17 [2023-04-07T09:06:17.522Z] #76 232.6   CC       src/libcrun/libcrun_la-cgroup.lo
09:06:17 [2023-04-07T09:06:17.522Z] #76 232.6   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
09:06:18 [2023-04-07T09:06:18.093Z] #76 233.2   CC       src/libcrun/libcrun_la-cgroup-resources.lo
09:06:18 [2023-04-07T09:06:18.354Z] #76 233.3   CC       src/libcrun/libcrun_la-cgroup-setup.lo
09:06:18 [2023-04-07T09:06:18.614Z] #76 233.7   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
09:06:18 [2023-04-07T09:06:18.875Z] #76 233.9   CC       src/libcrun/libcrun_la-cgroup-utils.lo
09:06:19 [2023-04-07T09:06:19.446Z] #76 234.3   CC       src/libcrun/libcrun_la-criu.lo
09:06:20 [2023-04-07T09:06:20.017Z] #76 235.0   CC       src/libcrun/libcrun_la-custom-handler.lo
09:06:20 [2023-04-07T09:06:20.278Z] #76 235.3   CC       src/libcrun/libcrun_la-linux.lo
09:06:21 [2023-04-07T09:06:21.220Z] #76 236.1   CC       src/libcrun/libcrun_la-seccomp.lo
09:06:21 [2023-04-07T09:06:21.220Z] #76 236.2   CC       src/libcrun/libcrun_la-ebpf.lo
09:06:21 [2023-04-07T09:06:21.220Z] #76 236.3   CC       src/libcrun/libcrun_la-error.lo
09:06:21 [2023-04-07T09:06:21.790Z] #76 236.8   CC       src/libcrun/libcrun_la-status.lo
09:06:22 [2023-04-07T09:06:22.051Z] #76 237.1   CC       src/libcrun/libcrun_la-terminal.lo
09:06:23 [2023-04-07T09:06:23.965Z] #76 238.6   CC       src/libcrun/libcrun_la-chroot_realpath.lo
09:06:24 [2023-04-07T09:06:24.536Z] #76 239.6   CC       src/libcrun/libcrun_la-signals.lo
09:06:24 [2023-04-07T09:06:24.796Z] #76 239.8   CC       src/libcrun/libcrun_la-mount_flags.lo
09:06:25 [2023-04-07T09:06:25.057Z] #76 240.1   CC       src/libcrun/libcrun_la-seccomp_notify.lo
09:06:25 [2023-04-07T09:06:25.318Z] #76 240.5   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
09:06:25 [2023-04-07T09:06:25.579Z] #76 240.7   CC       src/libcrun/handlers/libcrun_la-krun.lo
09:06:25 [2023-04-07T09:06:25.840Z] #76 241.1   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
09:06:26 [2023-04-07T09:06:26.782Z] #76 ...
09:06:26 [2023-04-07T09:06:26.782Z] 
09:06:26 [2023-04-07T09:06:26.782Z] #77 [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:06:26 [2023-04-07T09:06:26.782Z] #77 DONE 238.7s
09:06:27 [2023-04-07T09:06:27.043Z] 
09:06:27 [2023-04-07T09:06:27.043Z] #58 [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:06:28 [2023-04-07T09:06:28.974Z] #58 ...
09:06:28 [2023-04-07T09:06:28.974Z] 
09:06:28 [2023-04-07T09:06:28.974Z] #76 [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:06:28 [2023-04-07T09:06:28.974Z] #76 243.8   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
09:06:29 [2023-04-07T09:06:29.555Z] #76 244.5   CC       tests/init.o
09:06:29 [2023-04-07T09:06:29.555Z] #76 244.6   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
09:06:31 [2023-04-07T09:06:31.820Z] #76 ...
09:06:31 [2023-04-07T09:06:31.820Z] 
09:06:31 [2023-04-07T09:06:31.820Z] #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:06:31 [2023-04-07T09:06:31.820Z] #70 DONE 278.7s
09:06:31 [2023-04-07T09:06:31.820Z] 
09:06:31 [2023-04-07T09:06:31.820Z] #79 [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:06:34 [2023-04-07T09:06:34.372Z] #79 ...
09:06:34 [2023-04-07T09:06:34.372Z] 
09:06:34 [2023-04-07T09:06:34.372Z] #71 [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:06:34 [2023-04-07T09:06:34.372Z] #71 DONE 275.7s
09:06:34 [2023-04-07T09:06:34.372Z] 
09:06:34 [2023-04-07T09:06:34.372Z] #76 [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:06:44 [2023-04-07T09:06:44.369Z] #76 259.0   CCLD     tests/init
09:06:59 [2023-04-07T09:06:59.274Z] #76 273.8   AR       libcrun_testing.a
09:06:59 [2023-04-07T09:06:59.274Z] #76 273.8 ar: `u' modifier ignored since `D' is the default (see `U')
09:06:59 [2023-04-07T09:06:59.274Z] #76 273.9   CCLD     tests/tests_libcrun_utils
09:06:59 [2023-04-07T09:06:59.274Z] #76 273.9   CCLD     tests/tests_libcrun_errors
09:06:59 [2023-04-07T09:06:59.274Z] #76 273.9   CCLD     tests/tests_libcrun_fuzzer
09:06:59 [2023-04-07T09:06:59.535Z] #76 274.5   CCLD     libcrun.la
09:07:00 [2023-04-07T09:07:00.107Z] #76 275.2   CCLD     crun
09:07:00 [2023-04-07T09:07:00.678Z] #76 275.7 make[3]: Entering directory '/tmp/crun-build'
09:07:00 [2023-04-07T09:07:00.678Z] #76 275.9  /bin/mkdir -p '/usr/local/share/man/man1'
09:07:00 [2023-04-07T09:07:00.939Z] #76 275.9  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
09:07:00 [2023-04-07T09:07:00.939Z] #76 275.9  /bin/mkdir -p '/usr/local/lib'
09:07:00 [2023-04-07T09:07:00.939Z] #76 275.9  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
09:07:00 [2023-04-07T09:07:00.939Z] #76 276.0 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
09:07:00 [2023-04-07T09:07:00.939Z] #76 276.0 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
09:07:00 [2023-04-07T09:07:00.939Z] #76 276.0 libtool: install: chmod 644 /usr/local/lib/libcrun.a
09:07:00 [2023-04-07T09:07:00.939Z] #76 276.0 libtool: install: ranlib /usr/local/lib/libcrun.a
09:07:00 [2023-04-07T09:07:00.939Z] #76 276.1 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1 ----------------------------------------------------------------------
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1 Libraries have been installed in:
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1    /usr/local/lib
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1 
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1 If you ever happen to want to link against installed libraries
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1 in a given directory, LIBDIR, you must either use libtool, and
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1 specify the full pathname of the library, or use the '-LLIBDIR'
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1 flag during linking and do at least one of the following:
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1      during execution
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1    - add LIBDIR to the 'LD_RUN_PATH' environment variable
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1      during linking
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1 
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1 See any operating system documentation about shared libraries for
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1 more information, such as the ld(1) and ld.so(8) manual pages.
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1 ----------------------------------------------------------------------
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1  /bin/mkdir -p '/build'
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.1   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.2 libtool: install: /usr/bin/install -c crun /build/crun
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.2 make[3]: Leaving directory '/tmp/crun-build'
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.2 make[2]: Leaving directory '/tmp/crun-build'
09:07:01 [2023-04-07T09:07:01.200Z] #76 276.2 make[1]: Leaving directory '/tmp/crun-build'
09:07:01 [2023-04-07T09:07:01.772Z] #76 DONE 276.8s
09:07:01 [2023-04-07T09:07:01.772Z] 
09:07:01 [2023-04-07T09:07:01.772Z] #78 [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:07:01 [2023-04-07T09:07:01.772Z] #78 DONE 270.7s
09:07:01 [2023-04-07T09:07:01.772Z] 
09:07:01 [2023-04-07T09:07:01.772Z] #58 [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:07:03 [2023-04-07T09:07:03.686Z] #58 ...
09:07:03 [2023-04-07T09:07:03.686Z] 
09:07:03 [2023-04-07T09:07:03.686Z] #83 [dev-systemd-false  1/20] COPY --from=dockercli     /build/ /usr/local/cli
09:07:03 [2023-04-07T09:07:03.947Z] #83 DONE 0.1s
09:07:03 [2023-04-07T09:07:03.947Z] 
09:07:03 [2023-04-07T09:07:03.947Z] #84 [dev-systemd-false  2/20] COPY --from=frozen-images /build/ /docker-frozen-images
09:07:03 [2023-04-07T09:07:03.947Z] #84 DONE 0.2s
09:07:03 [2023-04-07T09:07:03.947Z] 
09:07:03 [2023-04-07T09:07:03.947Z] #85 [dev-systemd-false  3/20] COPY --from=swagger       /build/ /usr/local/bin/
09:07:04 [2023-04-07T09:07:04.212Z] #85 DONE 0.1s
09:07:04 [2023-04-07T09:07:04.212Z] 
09:07:04 [2023-04-07T09:07:04.212Z] #86 [dev-systemd-false  4/20] COPY --from=delve         /build/ /usr/local/bin/
09:07:04 [2023-04-07T09:07:04.212Z] #86 DONE 0.1s
09:07:04 [2023-04-07T09:07:04.212Z] 
09:07:04 [2023-04-07T09:07:04.212Z] #87 [dev-systemd-false  5/20] COPY --from=tomll         /build/ /usr/local/bin/
09:07:04 [2023-04-07T09:07:04.212Z] #87 DONE 0.1s
09:07:04 [2023-04-07T09:07:04.212Z] 
09:07:04 [2023-04-07T09:07:04.212Z] #88 [dev-systemd-false  6/20] COPY --from=gowinres      /build/ /usr/local/bin/
09:07:04 [2023-04-07T09:07:04.473Z] #88 DONE 0.1s
09:07:04 [2023-04-07T09:07:04.473Z] 
09:07:04 [2023-04-07T09:07:04.473Z] #89 [dev-systemd-false  7/20] COPY --from=tini          /build/ /usr/local/bin/
09:07:04 [2023-04-07T09:07:04.473Z] #89 DONE 0.1s
09:07:04 [2023-04-07T09:07:04.473Z] 
09:07:04 [2023-04-07T09:07:04.473Z] #79 [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:07:04 [2023-04-07T09:07:04.473Z] #79 ...
09:07:04 [2023-04-07T09:07:04.473Z] 
09:07:04 [2023-04-07T09:07:04.473Z] #90 [dev-systemd-false  8/20] COPY --from=registry      /build/ /usr/local/bin/
09:07:04 [2023-04-07T09:07:04.473Z] #90 DONE 0.1s
09:07:04 [2023-04-07T09:07:04.734Z] 
09:07:04 [2023-04-07T09:07:04.734Z] #91 [dev-systemd-false  9/20] COPY --from=criu          /build/ /usr/local/bin/
09:07:04 [2023-04-07T09:07:04.734Z] #91 DONE 0.1s
09:07:04 [2023-04-07T09:07:04.734Z] 
09:07:04 [2023-04-07T09:07:04.734Z] #92 [dev-systemd-false 10/20] COPY --from=gotestsum     /build/ /usr/local/bin/
09:07:04 [2023-04-07T09:07:04.734Z] #92 DONE 0.1s
09:07:04 [2023-04-07T09:07:04.734Z] 
09:07:04 [2023-04-07T09:07:04.734Z] #58 [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:07:26 [2023-04-07T09:07:26.695Z] #58 ...
09:07:26 [2023-04-07T09:07:26.695Z] 
09:07:26 [2023-04-07T09:07:26.695Z] #79 [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:07:26 [2023-04-07T09:07:26.695Z] #79 278.8 + bin/containerd
09:07:26 [2023-04-07T09:07:26.695Z] #79 278.8 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0 -X github.com/containerd/containerd/version.Revision=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd
09:07:26 [2023-04-07T09:07:26.695Z] #79 ...
09:07:26 [2023-04-07T09:07:26.695Z] 
09:07:26 [2023-04-07T09:07:26.695Z] #58 [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:07:26 [2023-04-07T09:07:26.695Z] #58 351.3 golangci-lint has version v1.51.2 built from (unknown, mod sum: "h1:yIcsT1X9ZYHdSpeWXRT1ORC/FPGSqDHbHsu9uk4FK7M=") on (unknown)
09:07:26 [2023-04-07T09:07:26.695Z] #58 DONE 351.7s
09:07:26 [2023-04-07T09:07:26.695Z] 
09:07:26 [2023-04-07T09:07:26.695Z] #79 [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:07:26 [2023-04-07T09:07:26.695Z] #79 ...
09:07:26 [2023-04-07T09:07:26.695Z] 
09:07:26 [2023-04-07T09:07:26.695Z] #93 [dev-systemd-false 11/20] COPY --from=golangci_lint /build/ /usr/local/bin/
09:07:26 [2023-04-07T09:07:26.695Z] #93 DONE 0.1s
09:07:26 [2023-04-07T09:07:26.695Z] 
09:07:26 [2023-04-07T09:07:26.695Z] #94 [dev-systemd-false 12/20] COPY --from=shfmt         /build/ /usr/local/bin/
09:07:26 [2023-04-07T09:07:26.695Z] #94 DONE 0.1s
09:07:26 [2023-04-07T09:07:26.695Z] 
09:07:26 [2023-04-07T09:07:26.696Z] #95 [dev-systemd-false 13/20] COPY --from=runc          /build/ /usr/local/bin/
09:07:26 [2023-04-07T09:07:26.696Z] #95 DONE 0.1s
09:07:26 [2023-04-07T09:07:26.696Z] 
09:07:26 [2023-04-07T09:07:26.696Z] #79 [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:07:58 [2023-04-07T09:07:58.811Z] #79 314.2 + bin/containerd-stress
09:07:58 [2023-04-07T09:07:58.811Z] #79 314.2 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.0 -X github.com/containerd/containerd/version.Revision=1fbd70374134b891f97ce19c70b6e50c7b9f4e0d -X github.com/containerd/containerd/version.Package=github.com/containerd/containerd -s -w -extldflags "-static" ' -tags "urfave_cli_no_docs osusergo netgo static_build"  ./cmd/containerd-stress
09:07:59 [2023-04-07T09:07:59.750Z] #79 315.6 + bin/containerd-shim
09:08:00 [2023-04-07T09:08:00.690Z] #79 316.3 + bin/containerd-shim-runc-v1
09:08:01 [2023-04-07T09:08:01.631Z] #79 317.2 + bin/containerd-shim-runc-v2
09:08:02 [2023-04-07T09:08:02.572Z] #79 318.1 + binaries
09:08:03 [2023-04-07T09:08:03.145Z] #79 DONE 318.7s
09:08:03 [2023-04-07T09:08:03.715Z] 
09:08:03 [2023-04-07T09:08:03.715Z] #96 [dev-systemd-false 14/20] COPY --from=containerd    /build/ /usr/local/bin/
09:08:03 [2023-04-07T09:08:03.715Z] #96 DONE 0.2s
09:08:03 [2023-04-07T09:08:03.715Z] 
09:08:03 [2023-04-07T09:08:03.715Z] #97 [dev-systemd-false 15/20] COPY --from=rootlesskit   /build/ /usr/local/bin/
09:08:03 [2023-04-07T09:08:03.715Z] #97 DONE 0.1s
09:08:03 [2023-04-07T09:08:03.975Z] 
09:08:03 [2023-04-07T09:08:03.975Z] #98 [dev-systemd-false 16/20] COPY --from=vpnkit        /       /usr/local/bin/
09:08:03 [2023-04-07T09:08:03.975Z] #98 DONE 0.1s
09:08:03 [2023-04-07T09:08:03.975Z] 
09:08:03 [2023-04-07T09:08:03.975Z] #99 [dev-systemd-false 17/20] COPY --from=containerutil /build/ /usr/local/bin/
09:08:03 [2023-04-07T09:08:03.975Z] #99 DONE 0.1s
09:08:03 [2023-04-07T09:08:03.975Z] 
09:08:03 [2023-04-07T09:08:03.975Z] #100 [dev-systemd-false 18/20] COPY --from=crun          /build/ /usr/local/bin/
09:08:03 [2023-04-07T09:08:03.975Z] #100 DONE 0.1s
09:08:04 [2023-04-07T09:08:04.235Z] 
09:08:04 [2023-04-07T09:08:04.235Z] #101 [dev-systemd-false 19/20] COPY hack/dockerfile/etc/docker/  /etc/docker/
09:08:04 [2023-04-07T09:08:04.235Z] #101 DONE 0.1s
09:08:04 [2023-04-07T09:08:04.235Z] 
09:08:04 [2023-04-07T09:08:04.235Z] #102 [dev-systemd-false 20/20] WORKDIR /go/src/github.com/docker/docker
09:08:04 [2023-04-07T09:08:04.235Z] #102 DONE 0.1s
09:08:04 [2023-04-07T09:08:04.235Z] 
09:08:04 [2023-04-07T09:08:04.235Z] #103 [dev-base  1/11] RUN groupadd -r docker
09:08:04 [2023-04-07T09:08:04.495Z] #103 DONE 0.4s
09:08:04 [2023-04-07T09:08:04.755Z] 
09:08:04 [2023-04-07T09:08:04.755Z] #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:08:05 [2023-04-07T09:08:05.325Z] #104 DONE 0.5s
09:08:05 [2023-04-07T09:08:05.325Z] 
09:08:05 [2023-04-07T09:08:05.325Z] #105 [dev-base  3/11] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
09:08:05 [2023-04-07T09:08:05.585Z] #105 0.423 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
09:08:05 [2023-04-07T09:08:05.585Z] #105 DONE 0.5s
09:08:05 [2023-04-07T09:08:05.585Z] 
09:08:05 [2023-04-07T09:08:05.585Z] #106 [dev-base  4/11] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
09:08:06 [2023-04-07T09:08:06.156Z] #106 DONE 0.4s
09:08:06 [2023-04-07T09:08:06.156Z] 
09:08:06 [2023-04-07T09:08:06.156Z] #107 [dev-base  5/11] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
09:08:06 [2023-04-07T09:08:06.726Z] #107 DONE 0.4s
09:08:06 [2023-04-07T09:08:06.726Z] 
09:08:06 [2023-04-07T09:08:06.726Z] #108 [dev-base  6/11] RUN ldconfig
09:08:06 [2023-04-07T09:08:06.986Z] #108 DONE 0.4s
09:08:06 [2023-04-07T09:08:06.987Z] 
09:08:06 [2023-04-07T09:08:06.987Z] #109 [dev-base  7/11] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
09:08:07 [2023-04-07T09:08:07.249Z] #109 DONE 0.4s
09:08:07 [2023-04-07T09:08:07.510Z] 
09:08:07 [2023-04-07T09:08:07.510Z] #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             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
09:08:08 [2023-04-07T09:08:08.451Z] #110 0.937 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
09:08:08 [2023-04-07T09:08:08.451Z] #110 1.035 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
09:08:08 [2023-04-07T09:08:08.451Z] #110 1.123 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
09:08:08 [2023-04-07T09:08:08.451Z] #110 1.127 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
09:08:08 [2023-04-07T09:08:08.711Z] #110 1.195 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [232 kB]
09:08:08 [2023-04-07T09:08:08.711Z] #110 1.308 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
09:08:09 [2023-04-07T09:08:09.654Z] #110 2.099 Fetched 8524 kB in 2s (5546 kB/s)
09:08:09 [2023-04-07T09:08:09.914Z] #110 2.099 Reading package lists...
09:08:10 [2023-04-07T09:08:10.435Z] #110 2.649 Reading package lists...
09:08:10 [2023-04-07T09:08:10.696Z] #110 3.185 Building dependency tree...
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.541 The following additional packages will be installed:
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.542   dmsetup libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcryptsetup12
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.542   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.542   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnetfilter-conntrack3
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.542   libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.543   python3-distutils python3-lib2to3 python3-pkg-resources systemd vim-runtime
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.543   xxd
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.544 Suggested packages:
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.544   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.544   gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.544   ctags vim-doc vim-scripts xfsdump acl attr quota
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.544 Recommended packages:
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.544   libatm1 nftables libpam-cap build-essential python3-dev dbus
09:08:10 [2023-04-07T09:08:10.956Z] #110 3.544   systemd-timesyncd | time-daemon unzip
09:08:11 [2023-04-07T09:08:11.216Z] #110 3.903 The following NEW packages will be installed:
09:08:11 [2023-04-07T09:08:11.476Z] #110 3.904   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
09:08:11 [2023-04-07T09:08:11.476Z] #110 3.904   libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12
09:08:11 [2023-04-07T09:08:11.476Z] #110 3.904   libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2
09:08:11 [2023-04-07T09:08:11.476Z] #110 3.904   libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
09:08:11 [2023-04-07T09:08:11.476Z] #110 3.904   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
09:08:11 [2023-04-07T09:08:11.476Z] #110 3.905   libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl
09:08:11 [2023-04-07T09:08:11.476Z] #110 3.905   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
09:08:11 [2023-04-07T09:08:11.476Z] #110 3.905   python3-setuptools python3-wheel sudo systemd systemd-journal-remote
09:08:11 [2023-04-07T09:08:11.476Z] #110 3.905   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
09:08:11 [2023-04-07T09:08:11.476Z] #110 3.905   xz-utils zip zstd
09:08:11 [2023-04-07T09:08:11.476Z] #110 4.181 0 upgraded, 59 newly installed, 0 to remove and 1 not upgraded.
09:08:11 [2023-04-07T09:08:11.476Z] #110 4.181 Need to get 32.1 MB of archives.
09:08:11 [2023-04-07T09:08:11.476Z] #110 4.181 After this operation, 124 MB of additional disk space will be used.
09:08:11 [2023-04-07T09:08:11.476Z] #110 4.181 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.187 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.188 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.190 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.192 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.359 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.374 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.377 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.378 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.380 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4153 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.406 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.406 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.408 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.409 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.410 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.411 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.412 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.419 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.420 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.422 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.423 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.426 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.427 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.431 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.433 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.434 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.436 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.437 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.439 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.442 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.458 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.459 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.465 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.468 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.469 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.518 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.518 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.519 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.519 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.520 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.521 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.522 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.522 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.523 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.532 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.533 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
09:08:11 [2023-04-07T09:08:11.737Z] #110 4.534 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.535 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.537 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.539 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.539 Get:51 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.544 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7+deb11u1 [161 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.544 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.547 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.548 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.582 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.589 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.594 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
09:08:11 [2023-04-07T09:08:11.997Z] #110 4.595 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
09:08:12 [2023-04-07T09:08:12.257Z] #110 4.738 debconf: delaying package configuration, since apt-utils is not installed
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.778 Fetched 32.1 MB in 1s (46.9 MB/s)
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.812 Selecting previously unselected package libapparmor1:arm64.
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.812 (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:08:12 [2023-04-07T09:08:12.258Z] #110 4.822 Preparing to unpack .../00-libapparmor1_2.13.6-10_arm64.deb ...
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.837 Unpacking libapparmor1:arm64 (2.13.6-10) ...
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.879 Selecting previously unselected package libcap2:arm64.
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.881 Preparing to unpack .../01-libcap2_1%3a2.44-1_arm64.deb ...
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.884 Unpacking libcap2:arm64 (1:2.44-1) ...
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.922 Selecting previously unselected package libargon2-1:arm64.
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.924 Preparing to unpack .../02-libargon2-1_0~20171227-0.2_arm64.deb ...
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.928 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.959 Selecting previously unselected package dmsetup.
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.961 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
09:08:12 [2023-04-07T09:08:12.258Z] #110 4.966 Unpacking dmsetup (2:1.02.175-2.1) ...
09:08:12 [2023-04-07T09:08:12.258Z] #110 5.008 Selecting previously unselected package libdevmapper1.02.1:arm64.
09:08:12 [2023-04-07T09:08:12.258Z] #110 5.010 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
09:08:12 [2023-04-07T09:08:12.258Z] #110 5.014 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
09:08:12 [2023-04-07T09:08:12.258Z] #110 5.058 Selecting previously unselected package libjson-c5:arm64.
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.059 Preparing to unpack .../05-libjson-c5_0.15-2_arm64.deb ...
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.063 Unpacking libjson-c5:arm64 (0.15-2) ...
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.101 Selecting previously unselected package libcryptsetup12:arm64.
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.101 Preparing to unpack .../06-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.104 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.153 Selecting previously unselected package libip4tc2:arm64.
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.155 Preparing to unpack .../07-libip4tc2_1.8.7-1_arm64.deb ...
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.160 Unpacking libip4tc2:arm64 (1.8.7-1) ...
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.195 Selecting previously unselected package libkmod2:arm64.
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.197 Preparing to unpack .../08-libkmod2_28-1_arm64.deb ...
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.202 Unpacking libkmod2:arm64 (28-1) ...
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.247 Selecting previously unselected package systemd.
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.249 Preparing to unpack .../09-systemd_247.3-7+deb11u1_arm64.deb ...
09:08:12 [2023-04-07T09:08:12.518Z] #110 5.294 Unpacking systemd (247.3-7+deb11u1) ...
09:08:13 [2023-04-07T09:08:13.089Z] #110 5.669 Selecting previously unselected package pigz.
09:08:13 [2023-04-07T09:08:13.089Z] #110 5.671 Preparing to unpack .../10-pigz_2.6-1_arm64.deb ...
09:08:13 [2023-04-07T09:08:13.089Z] #110 5.675 Unpacking pigz (2.6-1) ...
09:08:13 [2023-04-07T09:08:13.089Z] #110 5.714 Selecting previously unselected package libelf1:arm64.
09:08:13 [2023-04-07T09:08:13.089Z] #110 5.717 Preparing to unpack .../11-libelf1_0.183-1_arm64.deb ...
09:08:13 [2023-04-07T09:08:13.089Z] #110 5.721 Unpacking libelf1:arm64 (0.183-1) ...
09:08:13 [2023-04-07T09:08:13.089Z] #110 5.772 Selecting previously unselected package libbpf0:arm64.
09:08:13 [2023-04-07T09:08:13.089Z] #110 5.775 Preparing to unpack .../12-libbpf0_1%3a0.3-2_arm64.deb ...
09:08:13 [2023-04-07T09:08:13.089Z] #110 5.779 Unpacking libbpf0:arm64 (1:0.3-2) ...
09:08:13 [2023-04-07T09:08:13.089Z] #110 5.822 Selecting previously unselected package libmnl0:arm64.
09:08:13 [2023-04-07T09:08:13.349Z] #110 5.825 Preparing to unpack .../13-libmnl0_1.0.4-3_arm64.deb ...
09:08:13 [2023-04-07T09:08:13.349Z] #110 5.830 Unpacking libmnl0:arm64 (1.0.4-3) ...
09:08:13 [2023-04-07T09:08:13.349Z] #110 5.873 Selecting previously unselected package libxtables12:arm64.
09:08:13 [2023-04-07T09:08:13.349Z] #110 5.875 Preparing to unpack .../14-libxtables12_1.8.7-1_arm64.deb ...
09:08:13 [2023-04-07T09:08:13.349Z] #110 5.880 Unpacking libxtables12:arm64 (1.8.7-1) ...
09:08:13 [2023-04-07T09:08:13.349Z] #110 5.915 Selecting previously unselected package libcap2-bin.
09:08:13 [2023-04-07T09:08:13.349Z] #110 5.917 Preparing to unpack .../15-libcap2-bin_1%3a2.44-1_arm64.deb ...
09:08:13 [2023-04-07T09:08:13.349Z] #110 5.921 Unpacking libcap2-bin (1:2.44-1) ...
09:08:13 [2023-04-07T09:08:13.349Z] #110 5.966 Selecting previously unselected package iproute2.
09:08:13 [2023-04-07T09:08:13.349Z] #110 5.966 Preparing to unpack .../16-iproute2_5.10.0-4_arm64.deb ...
09:08:13 [2023-04-07T09:08:13.349Z] #110 5.970 Unpacking iproute2 (5.10.0-4) ...
09:08:13 [2023-04-07T09:08:13.349Z] #110 6.069 Selecting previously unselected package xxd.
09:08:13 [2023-04-07T09:08:13.609Z] #110 6.071 Preparing to unpack .../17-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
09:08:13 [2023-04-07T09:08:13.609Z] #110 6.075 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
09:08:13 [2023-04-07T09:08:13.609Z] #110 6.130 Selecting previously unselected package vim-common.
09:08:13 [2023-04-07T09:08:13.609Z] #110 6.130 Preparing to unpack .../18-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
09:08:13 [2023-04-07T09:08:13.609Z] #110 6.142 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
09:08:13 [2023-04-07T09:08:13.609Z] #110 6.199 Selecting previously unselected package bash-completion.
09:08:13 [2023-04-07T09:08:13.609Z] #110 6.202 Preparing to unpack .../19-bash-completion_1%3a2.11-2_all.deb ...
09:08:14 [2023-04-07T09:08:14.210Z] #110 6.882 Unpacking bash-completion (1:2.11-2) ...
09:08:14 [2023-04-07T09:08:14.472Z] #110 6.990 Selecting previously unselected package bzip2.
09:08:14 [2023-04-07T09:08:14.472Z] #110 6.993 Preparing to unpack .../20-bzip2_1.0.8-4_arm64.deb ...
09:08:14 [2023-04-07T09:08:14.472Z] #110 6.997 Unpacking bzip2 (1.0.8-4) ...
09:08:14 [2023-04-07T09:08:14.472Z] #110 7.039 Selecting previously unselected package xz-utils.
09:08:14 [2023-04-07T09:08:14.472Z] #110 7.041 Preparing to unpack .../21-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
09:08:14 [2023-04-07T09:08:14.472Z] #110 7.045 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
09:08:14 [2023-04-07T09:08:14.472Z] #110 7.102 Selecting previously unselected package apparmor.
09:08:14 [2023-04-07T09:08:14.472Z] #110 7.104 Preparing to unpack .../22-apparmor_2.13.6-10_arm64.deb ...
09:08:14 [2023-04-07T09:08:14.472Z] #110 7.127 Unpacking apparmor (2.13.6-10) ...
09:08:14 [2023-04-07T09:08:14.472Z] #110 7.222 Selecting previously unselected package inetutils-ping.
09:08:14 [2023-04-07T09:08:14.472Z] #110 7.222 Preparing to unpack .../23-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.225 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.274 Selecting previously unselected package libip6tc2:arm64.
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.278 Preparing to unpack .../24-libip6tc2_1.8.7-1_arm64.deb ...
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.286 Unpacking libip6tc2:arm64 (1.8.7-1) ...
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.330 Selecting previously unselected package libnfnetlink0:arm64.
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.330 Preparing to unpack .../25-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.333 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.365 Selecting previously unselected package libnetfilter-conntrack3:arm64.
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.367 Preparing to unpack .../26-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.370 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.408 Selecting previously unselected package libnftnl11:arm64.
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.411 Preparing to unpack .../27-libnftnl11_1.1.9-1_arm64.deb ...
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.414 Unpacking libnftnl11:arm64 (1.1.9-1) ...
09:08:14 [2023-04-07T09:08:14.743Z] #110 7.451 Selecting previously unselected package iptables.
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.453 Preparing to unpack .../28-iptables_1.8.7-1_arm64.deb ...
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.457 Unpacking iptables (1.8.7-1) ...
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.527 Selecting previously unselected package libonig5:arm64.
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.527 Preparing to unpack .../29-libonig5_6.9.6-1.1_arm64.deb ...
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.530 Unpacking libonig5:arm64 (6.9.6-1.1) ...
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.594 Selecting previously unselected package libjq1:arm64.
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.597 Preparing to unpack .../30-libjq1_1.6-2.1_arm64.deb ...
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.601 Unpacking libjq1:arm64 (1.6-2.1) ...
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.636 Selecting previously unselected package jq.
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.638 Preparing to unpack .../31-jq_1.6-2.1_arm64.deb ...
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.641 Unpacking jq (1.6-2.1) ...
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.679 Selecting previously unselected package libaio1:arm64.
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.680 Preparing to unpack .../32-libaio1_0.3.112-9_arm64.deb ...
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.683 Unpacking libaio1:arm64 (0.3.112-9) ...
09:08:15 [2023-04-07T09:08:15.004Z] #110 7.719 Selecting previously unselected package libgpm2:arm64.
09:08:15 [2023-04-07T09:08:15.264Z] #110 7.721 Preparing to unpack .../33-libgpm2_1.20.7-8_arm64.deb ...
09:08:15 [2023-04-07T09:08:15.264Z] #110 7.725 Unpacking libgpm2:arm64 (1.20.7-8) ...
09:08:15 [2023-04-07T09:08:15.264Z] #110 7.760 Selecting previously unselected package libicu67:arm64.
09:08:15 [2023-04-07T09:08:15.264Z] #110 7.763 Preparing to unpack .../34-libicu67_67.1-7_arm64.deb ...
09:08:15 [2023-04-07T09:08:15.264Z] #110 7.767 Unpacking libicu67:arm64 (67.1-7) ...
09:08:15 [2023-04-07T09:08:15.833Z] #110 8.475 Selecting previously unselected package libinih1:arm64.
09:08:15 [2023-04-07T09:08:15.833Z] #110 8.477 Preparing to unpack .../35-libinih1_53-1+b2_arm64.deb ...
09:08:15 [2023-04-07T09:08:15.833Z] #110 8.481 Unpacking libinih1:arm64 (53-1+b2) ...
09:08:15 [2023-04-07T09:08:15.833Z] #110 8.516 Selecting previously unselected package libmicrohttpd12:arm64.
09:08:15 [2023-04-07T09:08:15.833Z] #110 8.519 Preparing to unpack .../36-libmicrohttpd12_0.9.72-2_arm64.deb ...
09:08:15 [2023-04-07T09:08:15.833Z] #110 8.523 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ...
09:08:15 [2023-04-07T09:08:15.833Z] #110 8.566 Selecting previously unselected package libnet1:arm64.
09:08:15 [2023-04-07T09:08:15.833Z] #110 8.569 Preparing to unpack .../37-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
09:08:15 [2023-04-07T09:08:15.833Z] #110 8.574 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.615 Selecting previously unselected package libnl-3-200:arm64.
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.618 Preparing to unpack .../38-libnl-3-200_3.4.0-1+b1_arm64.deb ...
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.621 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.658 Selecting previously unselected package libprotobuf-c1:arm64.
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.661 Preparing to unpack .../39-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.664 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.700 Selecting previously unselected package libyajl2:arm64.
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.702 Preparing to unpack .../40-libyajl2_2.1.0-3_arm64.deb ...
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.707 Unpacking libyajl2:arm64 (2.1.0-3) ...
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.737 Selecting previously unselected package net-tools.
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.740 Preparing to unpack .../41-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.745 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.800 Selecting previously unselected package patch.
09:08:16 [2023-04-07T09:08:16.093Z] #110 8.802 Preparing to unpack .../42-patch_2.7.6-7_arm64.deb ...
09:08:16 [2023-04-07T09:08:16.354Z] #110 8.806 Unpacking patch (2.7.6-7) ...
09:08:16 [2023-04-07T09:08:16.354Z] #110 8.844 Selecting previously unselected package python-pip-whl.
09:08:16 [2023-04-07T09:08:16.354Z] #110 8.847 Preparing to unpack .../43-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
09:08:16 [2023-04-07T09:08:16.354Z] #110 8.851 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
09:08:16 [2023-04-07T09:08:16.354Z] #110 8.988 Selecting previously unselected package python3-lib2to3.
09:08:16 [2023-04-07T09:08:16.354Z] #110 8.991 Preparing to unpack .../44-python3-lib2to3_3.9.2-1_all.deb ...
09:08:16 [2023-04-07T09:08:16.354Z] #110 8.995 Unpacking python3-lib2to3 (3.9.2-1) ...
09:08:16 [2023-04-07T09:08:16.354Z] #110 9.037 Selecting previously unselected package python3-distutils.
09:08:16 [2023-04-07T09:08:16.354Z] #110 9.040 Preparing to unpack .../45-python3-distutils_3.9.2-1_all.deb ...
09:08:16 [2023-04-07T09:08:16.354Z] #110 9.044 Unpacking python3-distutils (3.9.2-1) ...
09:08:16 [2023-04-07T09:08:16.354Z] #110 9.087 Selecting previously unselected package python3-pkg-resources.
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.089 Preparing to unpack .../46-python3-pkg-resources_52.0.0-4_all.deb ...
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.093 Unpacking python3-pkg-resources (52.0.0-4) ...
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.154 Selecting previously unselected package python3-setuptools.
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.158 Preparing to unpack .../47-python3-setuptools_52.0.0-4_all.deb ...
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.163 Unpacking python3-setuptools (52.0.0-4) ...
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.226 Selecting previously unselected package python3-wheel.
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.228 Preparing to unpack .../48-python3-wheel_0.34.2-1_all.deb ...
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.231 Unpacking python3-wheel (0.34.2-1) ...
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.269 Selecting previously unselected package python3-pip.
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.270 Preparing to unpack .../49-python3-pip_20.3.4-4+deb11u1_all.deb ...
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.274 Unpacking python3-pip (20.3.4-4+deb11u1) ...
09:08:16 [2023-04-07T09:08:16.614Z] #110 9.341 Selecting previously unselected package sudo.
09:08:16 [2023-04-07T09:08:16.875Z] #110 9.344 Preparing to unpack .../50-sudo_1.9.5p2-3+deb11u1_arm64.deb ...
09:08:16 [2023-04-07T09:08:16.875Z] #110 9.349 Unpacking sudo (1.9.5p2-3+deb11u1) ...
09:08:16 [2023-04-07T09:08:16.875Z] #110 9.470 Selecting previously unselected package systemd-journal-remote.
09:08:16 [2023-04-07T09:08:16.875Z] #110 9.473 Preparing to unpack .../51-systemd-journal-remote_247.3-7+deb11u1_arm64.deb ...
09:08:16 [2023-04-07T09:08:16.875Z] #110 9.477 Unpacking systemd-journal-remote (247.3-7+deb11u1) ...
09:08:16 [2023-04-07T09:08:16.875Z] #110 9.514 Selecting previously unselected package thin-provisioning-tools.
09:08:16 [2023-04-07T09:08:16.875Z] #110 9.516 Preparing to unpack .../52-thin-provisioning-tools_0.9.0-1_arm64.deb ...
09:08:16 [2023-04-07T09:08:16.875Z] #110 9.520 Unpacking thin-provisioning-tools (0.9.0-1) ...
09:08:16 [2023-04-07T09:08:16.875Z] #110 9.580 Selecting previously unselected package uidmap.
09:08:17 [2023-04-07T09:08:17.135Z] #110 9.582 Preparing to unpack .../53-uidmap_1%3a4.8.1-1_arm64.deb ...
09:08:17 [2023-04-07T09:08:17.135Z] #110 9.585 Unpacking uidmap (1:4.8.1-1) ...
09:08:17 [2023-04-07T09:08:17.135Z] #110 9.632 Selecting previously unselected package vim-runtime.
09:08:17 [2023-04-07T09:08:17.135Z] #110 9.634 Preparing to unpack .../54-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
09:08:17 [2023-04-07T09:08:17.135Z] #110 9.645 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
09:08:17 [2023-04-07T09:08:17.135Z] #110 9.655 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
09:08:17 [2023-04-07T09:08:17.135Z] #110 9.659 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
09:08:17 [2023-04-07T09:08:17.706Z] #110 10.25 Selecting previously unselected package vim.
09:08:17 [2023-04-07T09:08:17.706Z] #110 10.25 Preparing to unpack .../55-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
09:08:17 [2023-04-07T09:08:17.706Z] #110 10.26 Unpacking vim (2:8.2.2434-3+deb11u1) ...
09:08:17 [2023-04-07T09:08:17.706Z] #110 10.39 Selecting previously unselected package xfsprogs.
09:08:17 [2023-04-07T09:08:17.706Z] #110 10.39 Preparing to unpack .../56-xfsprogs_5.10.0-4_arm64.deb ...
09:08:17 [2023-04-07T09:08:17.706Z] #110 10.39 Unpacking xfsprogs (5.10.0-4) ...
09:08:17 [2023-04-07T09:08:17.967Z] #110 10.49 Selecting previously unselected package zip.
09:08:17 [2023-04-07T09:08:17.967Z] #110 10.49 Preparing to unpack .../57-zip_3.0-12_arm64.deb ...
09:08:17 [2023-04-07T09:08:17.967Z] #110 10.49 Unpacking zip (3.0-12) ...
09:08:17 [2023-04-07T09:08:17.967Z] #110 10.54 Selecting previously unselected package zstd.
09:08:17 [2023-04-07T09:08:17.967Z] #110 10.54 Preparing to unpack .../58-zstd_1.4.8+dfsg-2.1_arm64.deb ...
09:08:17 [2023-04-07T09:08:17.967Z] #110 10.55 Unpacking zstd (1.4.8+dfsg-2.1) ...
09:08:18 [2023-04-07T09:08:18.227Z] #110 10.63 Setting up python3-pkg-resources (52.0.0-4) ...
09:08:18 [2023-04-07T09:08:18.227Z] #110 10.83 Setting up libip4tc2:arm64 (1.8.7-1) ...
09:08:18 [2023-04-07T09:08:18.227Z] #110 10.84 Setting up net-tools (1.60+git20181103.0eebece-1) ...
09:08:18 [2023-04-07T09:08:18.227Z] #110 10.85 Setting up libapparmor1:arm64 (2.13.6-10) ...
09:08:18 [2023-04-07T09:08:18.227Z] #110 10.86 Setting up libgpm2:arm64 (1.20.7-8) ...
09:08:18 [2023-04-07T09:08:18.227Z] #110 10.87 Setting up libicu67:arm64 (67.1-7) ...
09:08:18 [2023-04-07T09:08:18.227Z] #110 10.88 Setting up libip6tc2:arm64 (1.8.7-1) ...
09:08:18 [2023-04-07T09:08:18.227Z] #110 10.89 Setting up libinih1:arm64 (53-1+b2) ...
09:08:18 [2023-04-07T09:08:18.488Z] #110 10.90 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
09:08:18 [2023-04-07T09:08:18.488Z] #110 10.91 Setting up uidmap (1:4.8.1-1) ...
09:08:18 [2023-04-07T09:08:18.488Z] #110 10.92 Setting up libyajl2:arm64 (2.1.0-3) ...
09:08:18 [2023-04-07T09:08:18.488Z] #110 10.93 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
09:08:18 [2023-04-07T09:08:18.488Z] #110 10.94 Setting up bzip2 (1.0.8-4) ...
09:08:18 [2023-04-07T09:08:18.488Z] #110 10.95 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
09:08:18 [2023-04-07T09:08:18.488Z] #110 10.96 Setting up python3-wheel (0.34.2-1) ...
09:08:18 [2023-04-07T09:08:18.488Z] #110 11.11 Setting up libmicrohttpd12:arm64 (0.9.72-2) ...
09:08:18 [2023-04-07T09:08:18.488Z] #110 11.12 Setting up xxd (2:8.2.2434-3+deb11u1) ...
09:08:18 [2023-04-07T09:08:18.488Z] #110 11.14 Setting up libcap2:arm64 (1:2.44-1) ...
09:08:18 [2023-04-07T09:08:18.488Z] #110 11.15 Setting up libcap2-bin (1:2.44-1) ...
09:08:18 [2023-04-07T09:08:18.748Z] #110 11.16 Setting up apparmor (2.13.6-10) ...
09:08:19 [2023-04-07T09:08:19.319Z] #110 11.92 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.
09:08:19 [2023-04-07T09:08:19.319Z] #110 11.95 Setting up zip (3.0-12) ...
09:08:19 [2023-04-07T09:08:19.319Z] #110 11.95 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
09:08:19 [2023-04-07T09:08:19.319Z] #110 11.97 Setting up bash-completion (1:2.11-2) ...
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.72 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.74 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.75 Setting up libmnl0:arm64 (1.0.4-3) ...
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.76 Setting up patch (2.7.6-7) ...
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.76 Setting up sudo (1.9.5p2-3+deb11u1) ...
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.80 invoke-rc.d: could not determine current runlevel
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.81 invoke-rc.d: policy-rc.d denied execution of start.
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.81 Setting up libxtables12:arm64 (1.8.7-1) ...
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.83 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.83 Setting up pigz (2.6-1) ...
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.85 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.86 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.88 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
09:08:20 [2023-04-07T09:08:20.261Z] #110 12.89 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
09:08:20 [2023-04-07T09:08:20.521Z] #110 13.06 Setting up libaio1:arm64 (0.3.112-9) ...
09:08:20 [2023-04-07T09:08:20.521Z] #110 13.07 Setting up python3-lib2to3 (3.9.2-1) ...
09:08:20 [2023-04-07T09:08:20.521Z] #110 13.17 Setting up libelf1:arm64 (0.183-1) ...
09:08:20 [2023-04-07T09:08:20.522Z] #110 13.18 Setting up libjson-c5:arm64 (0.15-2) ...
09:08:20 [2023-04-07T09:08:20.522Z] #110 13.19 Setting up zstd (1.4.8+dfsg-2.1) ...
09:08:20 [2023-04-07T09:08:20.522Z] #110 13.20 Setting up libonig5:arm64 (6.9.6-1.1) ...
09:08:20 [2023-04-07T09:08:20.522Z] #110 13.21 Setting up libkmod2:arm64 (28-1) ...
09:08:20 [2023-04-07T09:08:20.522Z] #110 13.23 Setting up python3-distutils (3.9.2-1) ...
09:08:20 [2023-04-07T09:08:20.782Z] #110 13.35 Setting up vim (2:8.2.2434-3+deb11u1) ...
09:08:20 [2023-04-07T09:08:20.782Z] #110 13.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
09:08:20 [2023-04-07T09:08:20.782Z] #110 13.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
09:08:20 [2023-04-07T09:08:20.782Z] #110 13.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
09:08:20 [2023-04-07T09:08:20.782Z] #110 13.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
09:08:20 [2023-04-07T09:08:20.782Z] #110 13.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
09:08:20 [2023-04-07T09:08:20.782Z] #110 13.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
09:08:20 [2023-04-07T09:08:20.782Z] #110 13.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
09:08:20 [2023-04-07T09:08:20.782Z] #110 13.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
09:08:20 [2023-04-07T09:08:20.782Z] #110 13.40 Setting up python3-setuptools (52.0.0-4) ...
09:08:21 [2023-04-07T09:08:21.043Z] #110 13.73 Setting up libjq1:arm64 (1.6-2.1) ...
09:08:21 [2023-04-07T09:08:21.043Z] #110 13.82 Setting up libnftnl11:arm64 (1.1.9-1) ...
09:08:21 [2023-04-07T09:08:21.043Z] #110 13.83 Setting up thin-provisioning-tools (0.9.0-1) ...
09:08:21 [2023-04-07T09:08:21.303Z] #110 13.84 Setting up python3-pip (20.3.4-4+deb11u1) ...
09:08:21 [2023-04-07T09:08:21.303Z] #110 14.10 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.11 Setting up jq (1.6-2.1) ...
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.12 Setting up libbpf0:arm64 (1:0.3-2) ...
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.13 Setting up iptables (1.8.7-1) ...
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.14 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.15 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.15 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.16 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.16 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.17 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.17 Setting up iproute2 (5.10.0-4) ...
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.30 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.30 Setting up dmsetup (2:1.02.175-2.1) ...
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.32 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.33 Setting up systemd (247.3-7+deb11u1) ...
09:08:21 [2023-04-07T09:08:21.563Z] #110 14.37 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
09:08:21 [2023-04-07T09:08:21.824Z] #110 14.37 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
09:08:21 [2023-04-07T09:08:21.824Z] #110 14.38 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
09:08:21 [2023-04-07T09:08:21.824Z] #110 14.38 Initializing machine ID from random generator.
09:08:22 [2023-04-07T09:08:22.085Z] #110 14.71 Setting up systemd-journal-remote (247.3-7+deb11u1) ...
09:08:22 [2023-04-07T09:08:22.352Z] #110 14.82 Setting up xfsprogs (5.10.0-4) ...
09:08:22 [2023-04-07T09:08:22.352Z] #110 14.83 System has not been booted with systemd as init system (PID 1). Can't operate.
09:08:22 [2023-04-07T09:08:22.352Z] #110 14.83 Failed to connect to bus: Host is down
09:08:22 [2023-04-07T09:08:22.352Z] #110 14.84 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:08:23 [2023-04-07T09:08:23.734Z] #110 DONE 16.1s
09:08:23 [2023-04-07T09:08:23.734Z] 
09:08:23 [2023-04-07T09:08:23.734Z] #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:08:23 [2023-04-07T09:08:23.995Z] #111 0.431 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
09:08:23 [2023-04-07T09:08:23.995Z] #111 0.435 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
09:08:23 [2023-04-07T09:08:23.995Z] #111 0.440 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
09:08:23 [2023-04-07T09:08:23.995Z] #111 DONE 0.5s
09:08:23 [2023-04-07T09:08:23.995Z] 
09:08:23 [2023-04-07T09:08:23.995Z] #112 [dev-base 10/11] RUN pip3 install yamllint==1.27.1
09:08:30 [2023-04-07T09:08:30.573Z] #112 5.706 Collecting yamllint==1.27.1
09:08:30 [2023-04-07T09:08:30.573Z] #112 6.753   Downloading yamllint-1.27.1.tar.gz (129 kB)
09:08:31 [2023-04-07T09:08:31.144Z] #112 7.055 Collecting pathspec>=0.5.3
09:08:31 [2023-04-07T09:08:31.144Z] #112 7.060   Downloading pathspec-0.11.1-py3-none-any.whl (29 kB)
09:08:31 [2023-04-07T09:08:31.144Z] #112 7.165 Collecting pyyaml
09:08:31 [2023-04-07T09:08:31.144Z] #112 7.172   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
09:08:31 [2023-04-07T09:08:31.144Z] #112 7.190 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0)
09:08:31 [2023-04-07T09:08:31.144Z] #112 7.195 Building wheels for collected packages: yamllint
09:08:31 [2023-04-07T09:08:31.144Z] #112 7.195   Building wheel for yamllint (setup.py): started
09:08:31 [2023-04-07T09:08:31.405Z] #112 7.446   Building wheel for yamllint (setup.py): finished with status 'done'
09:08:31 [2023-04-07T09:08:31.405Z] #112 7.447   Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=78a89c83014036ea5e2c2fe1a031f32c1deae3960e6e22fe589bfcb7869f3348
09:08:31 [2023-04-07T09:08:31.405Z] #112 7.447   Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee
09:08:31 [2023-04-07T09:08:31.405Z] #112 7.449 Successfully built yamllint
09:08:31 [2023-04-07T09:08:31.405Z] #112 7.456 Installing collected packages: pyyaml, pathspec, yamllint
09:08:31 [2023-04-07T09:08:31.405Z] #112 7.569 Successfully installed pathspec-0.11.1 pyyaml-6.0 yamllint-1.27.1
09:08:31 [2023-04-07T09:08:31.666Z] #112 DONE 7.7s
09:08:31 [2023-04-07T09:08:31.666Z] 
09:08:31 [2023-04-07T09:08:31.666Z] #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:08:32 [2023-04-07T09:08:32.236Z] #113 0.748 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
09:08:32 [2023-04-07T09:08:32.497Z] #113 0.748 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
09:08:32 [2023-04-07T09:08:32.497Z] #113 0.749 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
09:08:33 [2023-04-07T09:08:33.328Z] #113 1.103 Reading package lists...
09:08:33 [2023-04-07T09:08:33.900Z] #113 1.656 Reading package lists...
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.196 Building dependency tree...
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.363 Reading state information...
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.544 gcc is already the newest version (4:10.2.1-1).
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.544 pkg-config is already the newest version (0.29.2-1).
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.544 The following additional packages will be installed:
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.544   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdevmapper-event1.02.1
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.544   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.544   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.544   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.545   libpcrecpp0v5 libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.545   uuid-dev zlib1g-dev
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.546 Suggested packages:
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.546   debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.546   | libgdk-pixbuf2.0-dev libxml2-utils seccomp
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.546 Recommended packages:
09:08:34 [2023-04-07T09:08:34.161Z] #113 2.546   build-essential fakeroot libalgorithm-merge-perl
09:08:34 [2023-04-07T09:08:34.421Z] #113 2.805 The following NEW packages will be installed:
09:08:34 [2023-04-07T09:08:34.421Z] #113 2.805   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
09:08:34 [2023-04-07T09:08:34.421Z] #113 2.805   libdevmapper-dev libdevmapper-event1.02.1 libffi-dev libgirepository-1.0-1
09:08:34 [2023-04-07T09:08:34.421Z] #113 2.806   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
09:08:34 [2023-04-07T09:08:34.421Z] #113 2.806   libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
09:08:34 [2023-04-07T09:08:34.421Z] #113 2.806   libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev
09:08:34 [2023-04-07T09:08:34.421Z] #113 2.806   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol1-dev
09:08:34 [2023-04-07T09:08:34.421Z] #113 2.807   libsystemd-dev libudev-dev uuid-dev zlib1g-dev
09:08:34 [2023-04-07T09:08:34.681Z] #113 3.083 0 upgraded, 32 newly installed, 0 to remove and 1 not upgraded.
09:08:34 [2023-04-07T09:08:34.681Z] #113 3.083 Need to get 10.3 MB of archives.
09:08:34 [2023-04-07T09:08:34.681Z] #113 3.083 After this operation, 41.5 MB of additional disk space will be used.
09:08:34 [2023-04-07T09:08:34.681Z] #113 3.083 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.102 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:08:34 [2023-04-07T09:08:34.941Z] #113 3.103 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:08:34 [2023-04-07T09:08:34.941Z] #113 3.106 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.107 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.109 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:08:34 [2023-04-07T09:08:34.941Z] #113 3.109 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.111 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.112 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.114 Get:10 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:08:34 [2023-04-07T09:08:34.941Z] #113 3.114 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.117 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.119 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.120 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.122 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.123 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.127 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.128 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.129 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.130 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.138 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.139 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.141 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.141 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB]
09:08:34 [2023-04-07T09:08:34.941Z] #113 3.312 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB]
09:08:35 [2023-04-07T09:08:35.202Z] #113 3.431 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB]
09:08:35 [2023-04-07T09:08:35.202Z] #113 3.433 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB]
09:08:35 [2023-04-07T09:08:35.202Z] #113 3.438 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:08:35 [2023-04-07T09:08:35.202Z] #113 3.439 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB]
09:08:35 [2023-04-07T09:08:35.202Z] #113 3.448 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
09:08:35 [2023-04-07T09:08:35.202Z] #113 3.448 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB]
09:08:35 [2023-04-07T09:08:35.202Z] #113 3.449 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
09:08:35 [2023-04-07T09:08:35.202Z] #113 3.597 debconf: delaying package configuration, since apt-utils is not installed
09:08:35 [2023-04-07T09:08:35.202Z] #113 3.635 Fetched 10.3 MB in 1s (16.1 MB/s)
09:08:35 [2023-04-07T09:08:35.462Z] #113 3.657 Selecting previously unselected package dpkg-dev.
09:08:35 [2023-04-07T09:08:35.462Z] #113 3.657 (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 ... 21236 files and directories currently installed.)
09:08:35 [2023-04-07T09:08:35.462Z] #113 3.670 Preparing to unpack .../00-dpkg-dev_1.20.12_all.deb ...
09:08:35 [2023-04-07T09:08:35.462Z] #113 3.674 Unpacking dpkg-dev (1.20.12) ...
09:08:35 [2023-04-07T09:08:35.462Z] #113 3.800 Selecting previously unselected package libgirepository-1.0-1:arm64.
09:08:35 [2023-04-07T09:08:35.462Z] #113 3.803 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.462Z] #113 3.811 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:08:35 [2023-04-07T09:08:35.462Z] #113 3.852 Selecting previously unselected package gir1.2-glib-2.0:arm64.
09:08:35 [2023-04-07T09:08:35.462Z] #113 3.852 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.462Z] #113 3.856 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:08:35 [2023-04-07T09:08:35.462Z] #113 3.899 Selecting previously unselected package libsecret-common.
09:08:35 [2023-04-07T09:08:35.723Z] #113 3.902 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 3.905 Unpacking libsecret-common (0.20.4-2) ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 3.958 Selecting previously unselected package libsecret-1-0:arm64.
09:08:35 [2023-04-07T09:08:35.723Z] #113 3.961 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 3.965 Unpacking libsecret-1-0:arm64 (0.20.4-2) ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.008 Selecting previously unselected package gir1.2-secret-1:arm64.
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.008 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.012 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.040 Selecting previously unselected package libapparmor-dev:arm64.
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.043 Preparing to unpack .../06-libapparmor-dev_2.13.6-10_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.047 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.088 Selecting previously unselected package uuid-dev:arm64.
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.090 Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.095 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.141 Selecting previously unselected package libblkid-dev:arm64.
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.143 Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.152 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.207 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.207 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.210 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.240 Selecting previously unselected package libudev-dev:arm64.
09:08:35 [2023-04-07T09:08:35.723Z] #113 4.241 Preparing to unpack .../10-libudev-dev_247.3-7+deb11u1_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.983Z] #113 4.244 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
09:08:35 [2023-04-07T09:08:35.983Z] #113 4.288 Selecting previously unselected package libsepol1-dev:arm64.
09:08:35 [2023-04-07T09:08:35.983Z] #113 4.289 Preparing to unpack .../11-libsepol1-dev_3.1-1_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.983Z] #113 4.292 Unpacking libsepol1-dev:arm64 (3.1-1) ...
09:08:35 [2023-04-07T09:08:35.983Z] #113 4.354 Selecting previously unselected package libpcre2-16-0:arm64.
09:08:35 [2023-04-07T09:08:35.983Z] #113 4.357 Preparing to unpack .../12-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.983Z] #113 4.362 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:08:35 [2023-04-07T09:08:35.983Z] #113 4.409 Selecting previously unselected package libpcre2-32-0:arm64.
09:08:35 [2023-04-07T09:08:35.983Z] #113 4.412 Preparing to unpack .../13-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
09:08:35 [2023-04-07T09:08:35.983Z] #113 4.417 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:08:35 [2023-04-07T09:08:35.983Z] #113 4.468 Selecting previously unselected package libpcre2-posix2:arm64.
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.471 Preparing to unpack .../14-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.474 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.504 Selecting previously unselected package libpcre2-dev:arm64.
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.507 Preparing to unpack .../15-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.510 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.592 Selecting previously unselected package libselinux1-dev:arm64.
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.592 Preparing to unpack .../16-libselinux1-dev_3.1-3_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.595 Unpacking libselinux1-dev:arm64 (3.1-3) ...
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.651 Selecting previously unselected package libdevmapper-dev:arm64.
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.651 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.654 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.687 Selecting previously unselected package libffi-dev:arm64.
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.687 Preparing to unpack .../18-libffi-dev_3.3-6_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.690 Unpacking libffi-dev:arm64 (3.3-6) ...
09:08:36 [2023-04-07T09:08:36.244Z] #113 4.722 Selecting previously unselected package libglib2.0-data.
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.724 Preparing to unpack .../19-libglib2.0-data_2.66.8-1_all.deb ...
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.728 Unpacking libglib2.0-data (2.66.8-1) ...
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.866 Selecting previously unselected package libglib2.0-bin.
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.866 Preparing to unpack .../20-libglib2.0-bin_2.66.8-1_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.869 Unpacking libglib2.0-bin (2.66.8-1) ...
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.912 Selecting previously unselected package libglib2.0-dev-bin.
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.912 Preparing to unpack .../21-libglib2.0-dev-bin_2.66.8-1_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.915 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.956 Selecting previously unselected package libmount-dev:arm64.
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.959 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.962 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:08:36 [2023-04-07T09:08:36.504Z] #113 4.998 Selecting previously unselected package libpcre16-3:arm64.
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.001 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.004 Unpacking libpcre16-3:arm64 (2:8.39-13) ...
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.051 Selecting previously unselected package libpcre32-3:arm64.
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.051 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.055 Unpacking libpcre32-3:arm64 (2:8.39-13) ...
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.098 Selecting previously unselected package libpcrecpp0v5:arm64.
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.100 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.104 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ...
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.136 Selecting previously unselected package libpcre3-dev:arm64.
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.139 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ...
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.142 Unpacking libpcre3-dev:arm64 (2:8.39-13) ...
09:08:36 [2023-04-07T09:08:36.765Z] #113 5.216 Selecting previously unselected package zlib1g-dev:arm64.
09:08:37 [2023-04-07T09:08:37.025Z] #113 5.218 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
09:08:37 [2023-04-07T09:08:37.025Z] #113 5.222 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:08:37 [2023-04-07T09:08:37.025Z] #113 5.264 Selecting previously unselected package libglib2.0-dev:arm64.
09:08:37 [2023-04-07T09:08:37.025Z] #113 5.267 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ...
09:08:37 [2023-04-07T09:08:37.025Z] #113 5.270 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ...
09:08:37 [2023-04-07T09:08:37.025Z] #113 5.464 Selecting previously unselected package libseccomp-dev:arm64.
09:08:37 [2023-04-07T09:08:37.025Z] #113 5.466 Preparing to unpack .../29-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
09:08:37 [2023-04-07T09:08:37.025Z] #113 5.470 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.286Z] #113 5.507 Selecting previously unselected package libsecret-1-dev:arm64.
09:08:37 [2023-04-07T09:08:37.286Z] #113 5.510 Preparing to unpack .../30-libsecret-1-dev_0.20.4-2_arm64.deb ...
09:08:37 [2023-04-07T09:08:37.286Z] #113 5.514 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ...
09:08:37 [2023-04-07T09:08:37.286Z] #113 5.571 Selecting previously unselected package libsystemd-dev:arm64.
09:08:37 [2023-04-07T09:08:37.286Z] #113 5.574 Preparing to unpack .../31-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
09:08:37 [2023-04-07T09:08:37.286Z] #113 5.578 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.286Z] #113 5.685 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.695 Setting up libglib2.0-dev-bin (2.66.8-1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.857 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.868 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.880 Setting up libpcre16-3:arm64 (2:8.39-13) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.890 Setting up libsepol1-dev:arm64 (3.1-1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.899 Setting up libffi-dev:arm64 (3.3-6) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.911 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.921 Setting up dpkg-dev (1.20.12) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.937 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.946 Setting up libglib2.0-data (2.66.8-1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.957 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.969 Setting up libpcre32-3:arm64 (2:8.39-13) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.980 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.990 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 5.999 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 6.008 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 6.017 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 6.027 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 6.036 Setting up libsecret-common (0.20.4-2) ...
09:08:37 [2023-04-07T09:08:37.546Z] #113 6.046 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.806Z] #113 6.062 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.072 Setting up libselinux1-dev:arm64 (3.1-3) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.082 Setting up libpcre3-dev:arm64 (2:8.39-13) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.093 Setting up libglib2.0-bin (2.66.8-1) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.104 Setting up libsecret-1-0:arm64 (0.20.4-2) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.113 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.122 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.133 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.144 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.154 Setting up libglib2.0-dev:arm64 (2.66.8-1) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.164 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.175 No schema files found: doing nothing.
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.179 Processing triggers for libc-bin (2.31-13+deb11u5) ...
09:08:37 [2023-04-07T09:08:37.807Z] #113 6.199 Setting up libsecret-1-dev:arm64 (0.20.4-2) ...
09:08:38 [2023-04-07T09:08:38.067Z] #113 DONE 6.5s
09:08:38 [2023-04-07T09:08:38.327Z] 
09:08:38 [2023-04-07T09:08:38.327Z] #114 [dev 1/1] COPY . .
09:08:40 [2023-04-07T09:08:40.238Z] #114 DONE 1.9s
09:08:40 [2023-04-07T09:08:40.238Z] 
09:08:40 [2023-04-07T09:08:40.238Z] #115 exporting to image
09:08:40 [2023-04-07T09:08:40.238Z] #115 exporting layers
09:08:41 [2023-04-07T09:08:41.622Z] #115 exporting layers 1.6s done
09:08:41 [2023-04-07T09:08:41.622Z] #115 writing image sha256:cfa68f2578b58e73ac4ed2984189e7d8d7ff8cf9f4468dd9120e39d1882b158b done
09:08:41 [2023-04-07T09:08:41.622Z] #115 naming to docker.io/library/docker:be4abf9d6e7332785ba6819fa026f0f3e4fdca6f done
09:08:41 [2023-04-07T09:08:41.622Z] #115 DONE 1.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
09:08:41 [2023-04-07T09:08:41.934Z] + sudo modprobe ip6table_filter
[Pipeline] sh
09:08:42 [2023-04-07T09:08:42.220Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45267/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=be4abf9d6e7332785ba6819fa026f0f3e4fdca6f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:be4abf9d6e7332785ba6819fa026f0f3e4fdca6f hack/test/unit
09:08:42 [2023-04-07T09:08:42.791Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
09:08:42 [2023-04-07T09:08:42.791Z] + TESTFLAGS+=' -test.timeout=5m'
09:08:42 [2023-04-07T09:08:42.791Z] + TESTDIRS=./...
09:08:42 [2023-04-07T09:08:42.791Z] + exclude_paths='/vendor/|/integration'
09:08:42 [2023-04-07T09:08:42.791Z] ++ go list ./...
09:08:42 [2023-04-07T09:08:42.791Z] ++ grep -vE '(/vendor/|/integration)'
09:08:43 [2023-04-07T09:08:43.735Z] + pkg_list='github.com/docker/docker/api
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/backend/build
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/httpstatus
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/httputils
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/middleware
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/build
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/checkpoint
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/container
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/debug
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/distribution
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/grpc
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/image
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/network
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/plugin
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/session
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/swarm
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/system
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/server/router/volume
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/backend
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/blkiodev
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/container
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/events
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/filters
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/image
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/mount
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/network
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/plugins/logdriver
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/registry
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/strslice
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/swarm
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/swarm/runtime
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/time
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/versions
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/versions/v1p19
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/versions/v1p20
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/api/types/volume
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/builder-next
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/builder-next/exporter
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/builder-next/exporter/overrides
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/builder-next/worker
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/dockerfile
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/remotecontext
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/remotecontext/git
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/builder/remotecontext/urlutil
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/cli/debug
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/cli/winresources/docker-proxy
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/cli/winresources/dockerd
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/client
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/client/buildkit
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/cmd/docker-proxy
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/cmd/dockerd
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/cmd/dockerd/trap
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/container
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/container/stream
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/contrib/apparmor
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/contrib/docker-device-tool
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/contrib/httpserver
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/daemon
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/daemon/cluster
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/daemon/cluster/convert
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/daemon/cluster/executor
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/daemon/cluster/executor/container
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/daemon/cluster/provider
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/daemon/config
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/daemon/containerd
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/daemon/events
09:08:43 [2023-04-07T09:08:43.735Z] github.com/docker/docker/daemon/events/testutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/aufs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/copy
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/overlay
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/register
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/vfs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/zfs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/images
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/initlayer
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/links
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/listeners
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/awslogs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/fluentd
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/gcplogs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/gelf
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/journald
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/local
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/logentries
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/loggertest
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/loggerutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/splunk
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/syslog
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/templates
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/names
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/network
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/stats
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/distribution
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/distribution/metadata
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/distribution/utils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/distribution/xfer
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/dockerversion
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/errdefs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/image
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/image/cache
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/image/tarexport
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/image/v1
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/internal/mounttree
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/internal/test/suite
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/internal/unshare
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/layer
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd/queue
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd/remote
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd/shimopts
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd/supervisor
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd/types
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/bitmap
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/bitseq
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cluster
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/config
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/datastore
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/diagnostic
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/discoverapi
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/driverapi
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/bridge
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/host
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/null
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/overlay
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/remote
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/windows
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/drvregistry
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/etchosts
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/idm
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/internal/caller
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/ipam
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/ipamapi
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/ipams/builtin
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/ipams/null
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/ipams/remote
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/ipamutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/ipbits
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/iptables
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/netlabel
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/netutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/networkdb
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/ns
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/options
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/osl
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/osl/kernel
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/portallocator
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/portmapper
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/resolvconf
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/testutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/types
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/oci
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/oci/caps
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/opts
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/aaparser
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/archive
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/authorization
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/broadcaster
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/capabilities
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/chrootarchive
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/containerfs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/devicemapper
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/directory
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/dmesg
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/fileutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/homedir
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/idtools
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/ioutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/jsonmessage
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/longpath
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/loopback
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/meminfo
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/namesgenerator
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/parsers
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/parsers/kernel
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/pidfile
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/platform
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/platforms
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/plugingetter
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/plugins
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/plugins/transport
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/pools
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/process
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/progress
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/reexec
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/rootless
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/rootless/specconv
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/stack
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/stdcopy
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/streamformatter
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/stringid
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/sysinfo
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/system
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/tailfile
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/tarsum
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/pkg/useragent
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/plugin
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/plugin/executor/containerd
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/plugin/v2
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/profiles/apparmor
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/profiles/seccomp
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/quota
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/reference
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/registry
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/registry/resumable
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/restartmanager
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/runconfig
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/runconfig/opts
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/testutil
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/testutil/daemon
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/testutil/environment
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/testutil/fakecontext
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/testutil/fakegit
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/testutil/fakestorage
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/testutil/fixtures/load
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/testutil/fixtures/plugin
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/testutil/registry
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/testutil/request
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/volume
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/volume/drivers
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/volume/local
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/volume/mounts
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/volume/service
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/volume/service/opts
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/volume/testutils'
09:08:43 [2023-04-07T09:08:43.736Z] ++ grep --fixed-strings -v /libnetwork
09:08:43 [2023-04-07T09:08:43.736Z] ++ echo 'github.com/docker/docker/api
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/backend/build
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/httpstatus
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/httputils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/middleware
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/build
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/checkpoint
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/container
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/debug
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/distribution
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/grpc
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/image
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/network
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/plugin
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/session
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/swarm
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/system
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/server/router/volume
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/backend
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/blkiodev
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/container
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/events
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/filters
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/image
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/mount
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/network
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/plugins/logdriver
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/registry
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/strslice
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/swarm
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/swarm/runtime
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/time
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/versions
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/versions/v1p19
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/versions/v1p20
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/api/types/volume
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/builder-next
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/builder-next/exporter
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/builder-next/exporter/overrides
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/builder-next/worker
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/dockerfile
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/remotecontext
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/remotecontext/git
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/builder/remotecontext/urlutil
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/cli/debug
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/cli/winresources/docker-proxy
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/cli/winresources/dockerd
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/client
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/client/buildkit
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/cmd/docker-proxy
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/cmd/dockerd
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/cmd/dockerd/trap
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/container
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/container/stream
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/contrib/apparmor
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/contrib/docker-device-tool
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/contrib/httpserver
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/cluster
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/cluster/convert
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/cluster/executor
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/cluster/executor/container
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/cluster/provider
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/config
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/containerd
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/events
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/events/testutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/aufs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/copy
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/overlay
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/register
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/vfs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/graphdriver/zfs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/images
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/initlayer
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/links
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/listeners
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/awslogs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/fluentd
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/gcplogs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/gelf
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/journald
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/local
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/logentries
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/loggertest
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/loggerutils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/splunk
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/syslog
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/logger/templates
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/names
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/network
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/daemon/stats
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/distribution
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/distribution/metadata
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/distribution/utils
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/distribution/xfer
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/dockerversion
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/errdefs
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/image
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/image/cache
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/image/tarexport
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/image/v1
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/internal/mounttree
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/internal/test/suite
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/internal/unshare
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/layer
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd/queue
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd/remote
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd/shimopts
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd/supervisor
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libcontainerd/types
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/bitmap
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/bitseq
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cluster
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:08:43 [2023-04-07T09:08:43.736Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/config
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/datastore
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/diagnostic
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/discoverapi
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/driverapi
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/bridge
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/host
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/null
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/overlay
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/remote
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/windows
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/drvregistry
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/etchosts
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/idm
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/internal/caller
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/ipam
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/ipamapi
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/ipams/builtin
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/ipams/null
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/ipams/remote
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/ipamutils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/ipbits
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/iptables
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/netlabel
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/netutils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/networkdb
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/ns
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/options
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/osl
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/osl/kernel
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/portallocator
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/portmapper
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/resolvconf
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/testutils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libnetwork/types
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/oci
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/oci/caps
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/opts
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/aaparser
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/archive
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/authorization
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/broadcaster
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/capabilities
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/chrootarchive
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/containerfs
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/devicemapper
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/directory
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/dmesg
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/fileutils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/homedir
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/idtools
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/ioutils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/jsonmessage
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/longpath
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/loopback
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/meminfo
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/namesgenerator
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/parsers
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/parsers/kernel
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/pidfile
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/platform
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/platforms
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugingetter
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugins
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugins/transport
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/pools
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/process
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/progress
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/reexec
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/rootless
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/rootless/specconv
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/stack
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/stdcopy
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/streamformatter
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/stringid
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/sysinfo
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/system
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/tailfile
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/tarsum
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/useragent
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/plugin
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/plugin/executor/containerd
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/plugin/v2
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/profiles/apparmor
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/profiles/seccomp
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/quota
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/reference
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/registry
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/registry/resumable
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/restartmanager
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/runconfig
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/runconfig/opts
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/daemon
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/environment
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fakecontext
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fakegit
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fakestorage
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fixtures/load
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fixtures/plugin
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/registry
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/request
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/drivers
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/local
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/mounts
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/service
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/service/opts
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/testutils'
09:08:43 [2023-04-07T09:08:43.737Z] + base_pkg_list='github.com/docker/docker/api
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/backend/build
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/httpstatus
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/httputils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/middleware
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/build
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/checkpoint
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/container
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/debug
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/distribution
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/grpc
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/image
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/network
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/plugin
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/session
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/swarm
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/system
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router/volume
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/backend
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/blkiodev
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/container
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/events
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/filters
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/image
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/mount
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/network
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/plugins/logdriver
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/registry
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/strslice
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/swarm
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/swarm/runtime
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/time
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/versions
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/versions/v1p19
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/versions/v1p20
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/types/volume
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/builder-next
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/builder-next/exporter
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/builder-next/exporter/overrides
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/builder-next/worker
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/dockerfile
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/remotecontext
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/remotecontext/git
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/builder/remotecontext/urlutil
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/cli/debug
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/cli/winresources/docker-proxy
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/cli/winresources/dockerd
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/client
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/client/buildkit
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/cmd/docker-proxy
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/cmd/dockerd
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/cmd/dockerd/trap
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/container
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/container/stream
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/contrib/apparmor
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/contrib/docker-device-tool
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/contrib/httpserver
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/cluster
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/cluster/convert
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/cluster/executor
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/cluster/executor/container
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/cluster/provider
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/config
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/containerd
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/events
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/events/testutils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/aufs
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/copy
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/overlay
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/register
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/vfs
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/graphdriver/zfs
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/images
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/initlayer
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/links
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/listeners
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/awslogs
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/fluentd
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/gcplogs
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/gelf
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/journald
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/local
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/logentries
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/loggertest
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/loggerutils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/splunk
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/syslog
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/logger/templates
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/names
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/network
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/daemon/stats
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/distribution
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/distribution/metadata
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/distribution/utils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/distribution/xfer
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/dockerversion
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/errdefs
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/image
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/image/cache
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/image/tarexport
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/image/v1
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/internal/mounttree
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/internal/test/suite
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/internal/unshare
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/layer
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libcontainerd
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libcontainerd/queue
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libcontainerd/remote
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libcontainerd/shimopts
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libcontainerd/supervisor
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/libcontainerd/types
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/oci
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/oci/caps
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/opts
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/aaparser
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/archive
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/authorization
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/broadcaster
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/capabilities
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/chrootarchive
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/containerfs
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/devicemapper
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/directory
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/dmesg
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/fileutils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/homedir
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/idtools
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/ioutils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/jsonmessage
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/longpath
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/loopback
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/meminfo
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/namesgenerator
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/parsers
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/parsers/kernel
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/pidfile
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/platform
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/platforms
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugingetter
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugins
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/plugins/transport
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/pools
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/process
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/progress
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/reexec
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/rootless
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/rootless/specconv
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/stack
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/stdcopy
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/streamformatter
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/stringid
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/sysinfo
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/system
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/tailfile
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/tarsum
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/pkg/useragent
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/plugin
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/plugin/executor/containerd
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/plugin/v2
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/profiles/apparmor
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/profiles/seccomp
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/quota
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/reference
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/registry
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/registry/resumable
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/restartmanager
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/runconfig
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/runconfig/opts
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/daemon
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/environment
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fakecontext
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fakegit
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fakestorage
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fixtures/load
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fixtures/plugin
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/registry
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/testutil/request
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/drivers
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/local
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/mounts
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/service
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/service/opts
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/volume/testutils'
09:08:43 [2023-04-07T09:08:43.737Z] ++ echo 'github.com/docker/docker/api
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/backend/build
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/httpstatus
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/httputils
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/middleware
09:08:43 [2023-04-07T09:08:43.737Z] github.com/docker/docker/api/server/router
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/build
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/checkpoint
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/container
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/debug
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/distribution
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/grpc
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/image
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/network
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/plugin
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/session
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/swarm
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/system
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/server/router/volume
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/backend
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/blkiodev
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/container
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/events
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/filters
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/image
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/mount
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/network
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/plugins/logdriver
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/registry
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/strslice
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/swarm
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/swarm/runtime
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/time
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/versions
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/versions/v1p19
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/versions/v1p20
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/api/types/volume
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/builder-next
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/builder-next/exporter
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/builder-next/exporter/overrides
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/builder-next/worker
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/dockerfile
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/remotecontext
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/remotecontext/git
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/builder/remotecontext/urlutil
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/cli/debug
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/cli/winresources/docker-proxy
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/cli/winresources/dockerd
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/client
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/client/buildkit
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/cmd/docker-proxy
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/cmd/dockerd
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/cmd/dockerd/trap
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/container
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/container/stream
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/contrib/apparmor
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/contrib/docker-device-tool
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/contrib/httpserver
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/cluster
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/cluster/convert
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/cluster/executor
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/cluster/executor/container
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/cluster/provider
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/config
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/containerd
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/events
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/events/testutils
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/aufs
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/copy
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/overlay
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/register
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/vfs
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/graphdriver/zfs
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/images
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/initlayer
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/links
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/listeners
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/awslogs
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/fluentd
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/gcplogs
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/gelf
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/journald
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/local
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/logentries
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/loggertest
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/loggerutils
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/splunk
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/syslog
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/logger/templates
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/names
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/network
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/daemon/stats
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/distribution
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/distribution/metadata
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/distribution/utils
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/distribution/xfer
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/dockerversion
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/errdefs
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/image
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/image/cache
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/image/tarexport
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/image/v1
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/internal/mounttree
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/internal/test/suite
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/internal/unshare
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/layer
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libcontainerd
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libcontainerd/queue
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libcontainerd/remote
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libcontainerd/shimopts
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libcontainerd/supervisor
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libcontainerd/types
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/bitmap
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/bitseq
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cluster
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/config
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/datastore
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/diagnostic
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/discoverapi
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/driverapi
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/bridge
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/host
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/null
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/overlay
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/remote
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/windows
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drvregistry
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/etchosts
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/idm
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/internal/caller
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipam
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipamapi
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipams/builtin
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipams/null
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipams/remote
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipamutils
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipbits
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/iptables
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/netlabel
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/netutils
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/networkdb
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ns
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/options
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/osl
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/osl/kernel
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/portallocator
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/portmapper
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/resolvconf
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/testutils
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/types
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/oci
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/oci/caps
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/opts
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/aaparser
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/archive
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/authorization
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/broadcaster
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/capabilities
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/chrootarchive
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/containerfs
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/devicemapper
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/directory
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/dmesg
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/fileutils
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/homedir
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/idtools
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/ioutils
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/jsonmessage
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/longpath
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/loopback
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/meminfo
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/namesgenerator
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/parsers
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/parsers/kernel
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/pidfile
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/platform
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/platforms
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/plugingetter
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/plugins
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/plugins/transport
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/pools
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/process
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/progress
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/reexec
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/rootless
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/rootless/specconv
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/stack
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/stdcopy
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/streamformatter
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/stringid
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/sysinfo
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/system
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/tailfile
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/tarsum
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/pkg/useragent
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/plugin
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/plugin/executor/containerd
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/plugin/v2
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/profiles/apparmor
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/profiles/seccomp
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/quota
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/reference
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/registry
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/registry/resumable
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/restartmanager
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/runconfig
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/runconfig/opts
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/testutil
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/testutil/daemon
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/testutil/environment
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/testutil/fakecontext
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/testutil/fakegit
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/testutil/fakestorage
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/testutil/fixtures/load
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/testutil/fixtures/plugin
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/testutil/registry
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/testutil/request
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/volume
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docke++ grep --fixed-strings /libnetwork
09:08:43 [2023-04-07T09:08:43.738Z] r/docker/volume/drivers
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/volume/local
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/volume/mounts
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/volume/service
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/volume/service/opts
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/volume/testutils'
09:08:43 [2023-04-07T09:08:43.738Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/bitmap
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/bitseq
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cluster
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/config
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/datastore
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/diagnostic
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/discoverapi
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/driverapi
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/bridge
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/host
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/null
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/overlay
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/remote
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/windows
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/drvregistry
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/etchosts
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/idm
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/internal/caller
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipam
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipamapi
09:08:43 [2023-04-07T09:08:43.738Z] github.com/docker/docker/libnetwork/ipams/builtin
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipams/null
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipams/remote
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipamutils
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipbits
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/iptables
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/netlabel
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/netutils
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/networkdb
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ns
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/options
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/osl
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/osl/kernel
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/portallocator
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/portmapper
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/resolvconf
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/testutils
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/types'
09:08:43 [2023-04-07T09:08:43.739Z] + echo 'github.com/docker/docker/libnetwork
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/bitmap
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/bitseq
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/cluster
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/config
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/datastore
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/diagnostic
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/discoverapi
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/driverapi
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/bridge
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/host
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/null
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/overlay
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/remote
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/windows
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drvregistry
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/etchosts
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/idm
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/internal/caller
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipam
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipamapi
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipams/builtin
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipams/null
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipams/remote
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipamutils
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ipbits
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/iptables
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/netlabel
09:08:43 [2023-04-07T09:08:43.739Z] + grep --fixed-strings libnetwork/drivers/bridge
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/netutils
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/networkdb
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/ns
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/options
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/osl
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/osl/kernel
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/portallocator
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/portmapper
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/resolvconf
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/testutils
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/types'
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/bridge
09:08:43 [2023-04-07T09:08:43.739Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:08:43 [2023-04-07T09:08:43.739Z] + type docker-proxy
09:08:43 [2023-04-07T09:08:43.739Z] hack/test/unit: line 25: type: docker-proxy: not found
09:08:43 [2023-04-07T09:08:43.739Z] + hack/make.sh binary-proxy install-proxy
09:08:43 [2023-04-07T09:08:43.739Z] 
09:08:43 [2023-04-07T09:08:43.739Z] Removing bundles/
09:08:43 [2023-04-07T09:08:43.739Z] 
09:08:43 [2023-04-07T09:08:43.739Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
09:08:43 [2023-04-07T09:08:43.739Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
09:08:51 [2023-04-07T09:08:51.878Z] Created binary: bundles/binary-proxy/docker-proxy
09:08:51 [2023-04-07T09:08:51.878Z] 
09:08:51 [2023-04-07T09:08:51.878Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
09:08:51 [2023-04-07T09:08:51.878Z] Installing docker-proxy to /usr/local/bin/
09:08:51 [2023-04-07T09:08:51.878Z] 
09:08:51 [2023-04-07T09:08:51.878Z] + mkdir -p bundles
09:08:51 [2023-04-07T09:08:51.878Z] + '[' -n 'github.com/docker/docker/api
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/backend/build
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/httpstatus
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/httputils
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/middleware
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/router
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/router/build
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/router/checkpoint
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/router/container
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/router/debug
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/router/distribution
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/router/grpc
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/router/image
09:08:51 [2023-04-07T09:08:51.878Z] github.com/docker/docker/api/server/router/network
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/server/router/plugin
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/server/router/session
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/server/router/swarm
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/server/router/system
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/server/router/volume
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/backend
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/blkiodev
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/container
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/events
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/filters
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/image
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/mount
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/network
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/plugins/logdriver
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/registry
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/strslice
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/swarm
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/swarm/runtime
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/time
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/versions
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/versions/v1p19
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/versions/v1p20
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/api/types/volume
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/builder-next
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/builder-next/exporter
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/builder-next/exporter/overrides
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/builder-next/imagerefchecker
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/builder-next/worker
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/dockerfile
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/remotecontext
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/remotecontext/git
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/builder/remotecontext/urlutil
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/cli/debug
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/cli/winresources/docker-proxy
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/cli/winresources/dockerd
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/client
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/client/buildkit
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/cmd/docker-proxy
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/cmd/dockerd
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/cmd/dockerd/trap
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/container
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/container/stream
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/contrib/apparmor
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/contrib/docker-device-tool
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/contrib/httpserver
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/cluster
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/cluster/controllers/plugin
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/cluster/convert
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/cluster/executor
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/cluster/executor/container
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/cluster/provider
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/config
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/containerd
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/events
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/events/testutils
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/aufs
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/btrfs
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/copy
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/devmapper
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/graphtest
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/overlay
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/overlay2
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/overlayutils
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/register
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/vfs
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/graphdriver/zfs
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/images
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/initlayer
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/links
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/listeners
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/awslogs
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/fluentd
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/gcplogs
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/gelf
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/journald
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/journald/internal/export
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/journald/internal/fake
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/jsonfilelog
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/local
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/logentries
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/loggertest
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/loggerutils
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/loggerutils/cache
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/splunk
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/syslog
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/logger/templates
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/names
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/network
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/daemon/stats
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/distribution
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/distribution/metadata
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/distribution/utils
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/distribution/xfer
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/dockerversion
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/errdefs
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/image
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/image/cache
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/image/tarexport
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/image/v1
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/internal/mounttree
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/internal/test/suite
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/internal/unshare
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/layer
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/libcontainerd
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/libcontainerd/queue
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/libcontainerd/remote
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/libcontainerd/shimopts
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/libcontainerd/supervisor
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/libcontainerd/types
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/oci
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/oci/caps
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/opts
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/aaparser
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/archive
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/authorization
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/broadcaster
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/capabilities
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/chrootarchive
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/containerfs
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/devicemapper
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/directory
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/dmesg
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/fileutils
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/homedir
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/idtools
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/ioutils
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/jsonmessage
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/longpath
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/loopback
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/meminfo
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/namesgenerator
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/parsers
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/parsers/kernel
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/parsers/operatingsystem
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/pidfile
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/platform
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/platforms
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/plugingetter
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/plugins
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/plugins/transport
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/pools
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/process
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/progress
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/reexec
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/rootless
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/rootless/specconv
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/stack
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/stdcopy
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/streamformatter
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/stringid
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/sysinfo
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/system
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/tailfile
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/tarsum
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/pkg/useragent
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/plugin
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/plugin/executor/containerd
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/plugin/v2
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/profiles/apparmor
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/profiles/seccomp
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/quota
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/reference
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/registry
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/registry/resumable
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/restartmanager
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/runconfig
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/runconfig/opts
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/testutil
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/testutil/daemon
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/testutil/environment
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/testutil/fakecontext
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/testutil/fakegit
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/testutil/fakestorage
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/testutil/fixtures/load
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/testutil/fixtures/plugin
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/testutil/fixtures/plugin/basic
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/testutil/registry
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/testutil/request
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/volume
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/volume/drivers
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/volume/local
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/volume/mounts
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/volume/service
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/volume/service/opts
09:08:51 [2023-04-07T09:08:51.879Z] github.com/docker/docker/volume/testutils' ']'
09:08:51 [2023-04-07T09:08:51.879Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/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/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides 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/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/client/buildkit github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/unshare 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/shimopts 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/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/meminfo 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/platforms 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/process github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/rootless github.com/docker/docker/pkg/rootless/specconv 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/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:08:52 [2023-04-07T09:08:52.140Z] ?   	github.com/docker/docker/api	[no test files]
09:09:10 [2023-04-07T09:09:10.250Z] 	github.com/docker/docker/api/server	coverage: 8.6% of statements
09:09:10 [2023-04-07T09:09:10.250Z] ok  	github.com/docker/docker/api/server	0.007s	coverage: 8.6% of statements
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] 	github.com/docker/docker/api/server/httputils	coverage: 28.3% of statements
09:10:31 [2023-04-07T09:10:31.864Z] ok  	github.com/docker/docker/api/server/httputils	0.009s	coverage: 28.3% of statements
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] 	github.com/docker/docker/api/server/middleware	coverage: 37.7% of statements
09:10:31 [2023-04-07T09:10:31.864Z] ok  	github.com/docker/docker/api/server/middleware	0.009s	coverage: 37.7% of statements
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] 	github.com/docker/docker/api/server/router/swarm	coverage: 6.0% of statements
09:10:31 [2023-04-07T09:10:31.864Z] ok  	github.com/docker/docker/api/server/router/swarm	0.006s	coverage: 6.0% of statements
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/types	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
09:10:31 [2023-04-07T09:10:31.864Z] 	github.com/docker/docker/api/server/router/volume	coverage: 66.7% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ok  	github.com/docker/docker/api/server/router/volume	0.013s	coverage: 66.7% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/api/types/events	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] 	github.com/docker/docker/api/types/container	coverage: 87.8% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ok  	github.com/docker/docker/api/types/container	0.009s	coverage: 87.8% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/api/types/image	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/api/types/network	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] 	github.com/docker/docker/api/types/filters	coverage: 89.3% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ok  	github.com/docker/docker/api/types/filters	0.014s	coverage: 89.3% of statements
09:10:31 [2023-04-07T09:10:31.865Z] 	github.com/docker/docker/api/types/strslice	coverage: 90.0% of statements
09:10:31 [2023-04-07T09:10:31.865Z] 	github.com/docker/docker/api/types/registry	coverage: 54.2% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ok  	github.com/docker/docker/api/types/registry	0.006s	coverage: 54.2% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ok  	github.com/docker/docker/api/types/strslice	0.007s	coverage: 90.0% of statements
09:10:31 [2023-04-07T09:10:31.865Z] 	github.com/docker/docker/api/types/time	coverage: 100.0% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ok  	github.com/docker/docker/api/types/time	0.021s	coverage: 100.0% of statements
09:10:31 [2023-04-07T09:10:31.865Z] 	github.com/docker/docker/api/types/versions	coverage: 77.3% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ok  	github.com/docker/docker/api/types/versions	0.011s	coverage: 77.3% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/builder	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] 	github.com/docker/docker/builder/remotecontext	coverage: 13.7% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ok  	github.com/docker/docker/builder/remotecontext	0.036s	coverage: 13.7% of statements
09:10:31 [2023-04-07T09:10:31.865Z] 	github.com/docker/docker/builder/dockerfile	coverage: 50.1% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ok  	github.com/docker/docker/builder/dockerfile	0.047s	coverage: 50.1% of statements
09:10:31 [2023-04-07T09:10:31.865Z] 	github.com/docker/docker/builder/remotecontext/urlutil	coverage: 100.0% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.003s	coverage: 100.0% of statements
09:10:31 [2023-04-07T09:10:31.865Z] 	github.com/docker/docker/cli/debug	coverage: 100.0% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
09:10:31 [2023-04-07T09:10:31.865Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
09:10:34 [2023-04-07T09:10:34.406Z] 	github.com/docker/docker/builder/remotecontext/git	coverage: 82.5% of statements
09:10:34 [2023-04-07T09:10:34.406Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.784s	coverage: 82.5% of statements
09:10:34 [2023-04-07T09:10:34.406Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
09:10:34 [2023-04-07T09:10:34.666Z] 	github.com/docker/docker/client	coverage: 76.9% of statements
09:10:34 [2023-04-07T09:10:34.666Z] ok  	github.com/docker/docker/client	0.154s	coverage: 76.9% of statements
09:10:35 [2023-04-07T09:10:35.236Z] 	github.com/docker/docker/cmd/docker-proxy	coverage: 68.2% of statements
09:10:35 [2023-04-07T09:10:35.236Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.215s	coverage: 68.2% of statements
09:11:07 [2023-04-07T09:11:07.349Z] 	github.com/docker/docker/cmd/dockerd	coverage: 30.2% of statements
09:11:07 [2023-04-07T09:11:07.349Z] ok  	github.com/docker/docker/cmd/dockerd	0.190s	coverage: 30.2% of statements
09:11:07 [2023-04-07T09:11:07.349Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
09:11:07 [2023-04-07T09:11:07.923Z] 	github.com/docker/docker/container	coverage: 36.5% of statements
09:11:07 [2023-04-07T09:11:07.923Z] ok  	github.com/docker/docker/container	0.124s	coverage: 36.5% of statements
09:11:07 [2023-04-07T09:11:07.923Z] ?   	github.com/docker/docker/container/stream	[no test files]
09:11:07 [2023-04-07T09:11:07.923Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
09:11:07 [2023-04-07T09:11:07.923Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
09:11:07 [2023-04-07T09:11:07.923Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
09:11:08 [2023-04-07T09:11:08.184Z] 	github.com/docker/docker/cmd/dockerd/trap	coverage: 0.0% of statements
09:11:08 [2023-04-07T09:11:08.184Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.385s	coverage: 0.0% of statements
09:11:18 [2023-04-07T09:11:18.183Z] 	github.com/docker/docker/daemon/cluster	coverage: 0.5% of statements
09:11:18 [2023-04-07T09:11:18.183Z] ok  	github.com/docker/docker/daemon/cluster	0.072s	coverage: 0.5% of statements
09:11:18 [2023-04-07T09:11:18.183Z] 	github.com/docker/docker/daemon/cluster/controllers/plugin	coverage: 65.3% of statements
09:11:18 [2023-04-07T09:11:18.183Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.012s	coverage: 65.3% of statements
09:11:18 [2023-04-07T09:11:18.753Z] 	github.com/docker/docker/daemon/cluster/convert	coverage: 36.9% of statements
09:11:18 [2023-04-07T09:11:18.753Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.017s	coverage: 36.9% of statements
09:11:18 [2023-04-07T09:11:18.753Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
09:11:26 [2023-04-07T09:11:26.886Z] 	github.com/docker/docker/daemon/cluster/executor/container	coverage: 13.4% of statements
09:11:26 [2023-04-07T09:11:26.886Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.447s	coverage: 13.4% of statements
09:11:26 [2023-04-07T09:11:26.886Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
09:11:26 [2023-04-07T09:11:26.886Z] 	github.com/docker/docker/daemon	coverage: 16.6% of statements
09:11:26 [2023-04-07T09:11:26.886Z] ok  	github.com/docker/docker/daemon	10.140s	coverage: 16.6% of statements
09:11:26 [2023-04-07T09:11:26.886Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
09:11:26 [2023-04-07T09:11:26.886Z] 	github.com/docker/docker/daemon/config	coverage: 75.2% of statements
09:11:26 [2023-04-07T09:11:26.886Z] ok  	github.com/docker/docker/daemon/config	0.048s	coverage: 75.2% of statements
09:11:27 [2023-04-07T09:11:27.458Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
09:11:27 [2023-04-07T09:11:27.458Z] 	github.com/docker/docker/daemon/events	coverage: 50.0% of statements
09:11:27 [2023-04-07T09:11:27.458Z] ok  	github.com/docker/docker/daemon/events	0.066s	coverage: 50.0% of statements
09:11:28 [2023-04-07T09:11:28.402Z] 	github.com/docker/docker/daemon/graphdriver	coverage: 2.2% of statements
09:11:28 [2023-04-07T09:11:28.402Z] ok  	github.com/docker/docker/daemon/graphdriver	0.015s	coverage: 2.2% of statements
09:11:28 [2023-04-07T09:11:28.972Z] 	github.com/docker/docker/daemon/graphdriver/aufs	coverage: 74.8% of statements
09:11:28 [2023-04-07T09:11:28.972Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.601s	coverage: 74.8% of statements
09:11:30 [2023-04-07T09:11:30.355Z] 	github.com/docker/docker/daemon/graphdriver/btrfs	coverage: 2.8% of statements
09:11:30 [2023-04-07T09:11:30.355Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 2.8% of statements
09:11:30 [2023-04-07T09:11:30.355Z] 	github.com/docker/docker/daemon/graphdriver/copy	coverage: 60.7% of statements
09:11:30 [2023-04-07T09:11:30.355Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.362s	coverage: 60.7% of statements
09:11:32 [2023-04-07T09:11:32.270Z] 	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	coverage: 1.9% of statements
09:11:32 [2023-04-07T09:11:32.270Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
09:11:32 [2023-04-07T09:11:32.270Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
09:11:33 [2023-04-07T09:11:33.213Z] 	github.com/docker/docker/daemon/graphdriver/overlay	coverage: 50.6% of statements
09:11:33 [2023-04-07T09:11:33.213Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.218s	coverage: 50.6% of statements
09:11:34 [2023-04-07T09:11:34.599Z] 	github.com/docker/docker/daemon/graphdriver/devmapper	coverage: 46.1% of statements
09:11:34 [2023-04-07T09:11:34.599Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.556s	coverage: 46.1% of statements
09:11:34 [2023-04-07T09:11:34.859Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
09:11:34 [2023-04-07T09:11:34.859Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
09:11:34 [2023-04-07T09:11:34.859Z] 	github.com/docker/docker/daemon/graphdriver/overlay2	coverage: 60.0% of statements
09:11:34 [2023-04-07T09:11:34.859Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.210s	coverage: 60.0% of statements
09:11:35 [2023-04-07T09:11:35.800Z] 	github.com/docker/docker/daemon/graphdriver/vfs	coverage: 58.5% of statements
09:11:35 [2023-04-07T09:11:35.800Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.014s	coverage: 58.5% of statements
09:11:36 [2023-04-07T09:11:36.060Z] 	github.com/docker/docker/daemon/graphdriver/zfs	coverage: 3.0% of statements
09:11:36 [2023-04-07T09:11:36.060Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
09:11:37 [2023-04-07T09:11:37.444Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
09:11:37 [2023-04-07T09:11:37.444Z] 	github.com/docker/docker/daemon/images	coverage: 3.0% of statements
09:11:37 [2023-04-07T09:11:37.444Z] ok  	github.com/docker/docker/daemon/images	0.035s	coverage: 3.0% of statements
09:11:37 [2023-04-07T09:11:37.705Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
09:11:37 [2023-04-07T09:11:37.705Z] 	github.com/docker/docker/daemon/links	coverage: 93.0% of statements
09:11:37 [2023-04-07T09:11:37.705Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
09:11:39 [2023-04-07T09:11:39.089Z] 	github.com/docker/docker/daemon/logger	coverage: 43.2% of statements
09:11:39 [2023-04-07T09:11:39.089Z] ok  	github.com/docker/docker/daemon/logger	0.235s	coverage: 43.2% of statements
09:11:39 [2023-04-07T09:11:39.349Z] 	github.com/docker/docker/daemon/logger/awslogs	coverage: 79.1% of statements
09:11:39 [2023-04-07T09:11:39.349Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.141s	coverage: 79.1% of statements
09:11:39 [2023-04-07T09:11:39.921Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
09:11:39 [2023-04-07T09:11:39.921Z] 	github.com/docker/docker/daemon/logger/fluentd	coverage: 53.6% of statements
09:11:39 [2023-04-07T09:11:39.921Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.014s	coverage: 53.6% of statements
09:11:40 [2023-04-07T09:11:40.492Z] 	github.com/docker/docker/daemon/logger/gelf	coverage: 68.2% of statements
09:11:40 [2023-04-07T09:11:40.492Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.010s	coverage: 68.2% of statements
09:11:41 [2023-04-07T09:11:41.063Z] 	github.com/docker/docker/daemon/logger/journald/internal/export	coverage: 88.2% of statements
09:11:41 [2023-04-07T09:11:41.063Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.013s	coverage: 88.2% of statements
09:11:41 [2023-04-07T09:11:41.063Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
09:11:41 [2023-04-07T09:11:41.063Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
09:11:42 [2023-04-07T09:11:42.003Z] 	github.com/docker/docker/daemon/logger/jsonfilelog	coverage: 76.8% of statements
09:11:42 [2023-04-07T09:11:42.003Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.122s	coverage: 76.8% of statements
09:11:42 [2023-04-07T09:11:42.573Z] 	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	coverage: 87.2% of statements
09:11:42 [2023-04-07T09:11:42.573Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.014s	coverage: 87.2% of statements
09:11:43 [2023-04-07T09:11:43.144Z] 	github.com/docker/docker/daemon/logger/local	coverage: 79.4% of statements
09:11:43 [2023-04-07T09:11:43.144Z] ok  	github.com/docker/docker/daemon/logger/local	0.042s	coverage: 79.4% of statements
09:11:43 [2023-04-07T09:11:43.144Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
09:11:43 [2023-04-07T09:11:43.144Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
09:11:44 [2023-04-07T09:11:44.085Z] 	github.com/docker/docker/daemon/logger/loggerutils	coverage: 63.5% of statements
09:11:44 [2023-04-07T09:11:44.085Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.024s	coverage: 63.5% of statements
09:11:44 [2023-04-07T09:11:44.346Z] 	github.com/docker/docker/daemon/logger/journald	coverage: 74.5% of statements
09:11:44 [2023-04-07T09:11:44.346Z] ok  	github.com/docker/docker/daemon/logger/journald	3.298s	coverage: 74.5% of statements
09:11:44 [2023-04-07T09:11:44.607Z] 	github.com/docker/docker/daemon/logger/loggerutils/cache	coverage: 31.5% of statements
09:11:44 [2023-04-07T09:11:44.607Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.029s	coverage: 31.5% of statements
09:11:45 [2023-04-07T09:11:45.548Z] 	github.com/docker/docker/daemon/logger/syslog	coverage: 46.8% of statements
09:11:45 [2023-04-07T09:11:45.548Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.010s	coverage: 46.8% of statements
09:11:45 [2023-04-07T09:11:45.809Z] 	github.com/docker/docker/daemon/logger/templates	coverage: 8.3% of statements
09:11:45 [2023-04-07T09:11:45.809Z] ok  	github.com/docker/docker/daemon/logger/templates	0.007s	coverage: 8.3% of statements
09:11:45 [2023-04-07T09:11:45.809Z] ?   	github.com/docker/docker/daemon/names	[no test files]
09:11:46 [2023-04-07T09:11:46.379Z] 	github.com/docker/docker/daemon/network	coverage: 63.8% of statements
09:11:46 [2023-04-07T09:11:46.379Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
09:11:46 [2023-04-07T09:11:46.379Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
09:11:46 [2023-04-07T09:11:46.951Z] 	github.com/docker/docker/daemon/logger/splunk	coverage: 82.5% of statements
09:11:46 [2023-04-07T09:11:46.951Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.506s	coverage: 82.5% of statements
09:11:47 [2023-04-07T09:11:47.893Z] 	github.com/docker/docker/distribution/metadata	coverage: 44.4% of statements
09:11:47 [2023-04-07T09:11:47.893Z] ok  	github.com/docker/docker/distribution/metadata	0.035s	coverage: 44.4% of statements
09:11:47 [2023-04-07T09:11:47.893Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
09:11:48 [2023-04-07T09:11:48.463Z] 	github.com/docker/docker/distribution	coverage: 29.5% of statements
09:11:48 [2023-04-07T09:11:48.463Z] ok  	github.com/docker/docker/distribution	0.598s	coverage: 29.5% of statements
09:11:48 [2023-04-07T09:11:48.463Z] ?   	github.com/docker/docker/dockerversion	[no test files]
09:11:49 [2023-04-07T09:11:49.032Z] 	github.com/docker/docker/errdefs	coverage: 77.7% of statements
09:11:49 [2023-04-07T09:11:49.032Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.7% of statements
09:11:49 [2023-04-07T09:11:49.603Z] 	github.com/docker/docker/image	coverage: 86.5% of statements
09:11:49 [2023-04-07T09:11:49.603Z] ok  	github.com/docker/docker/image	0.027s	coverage: 86.5% of statements
09:11:50 [2023-04-07T09:11:50.174Z] 	github.com/docker/docker/image/cache	coverage: 19.2% of statements
09:11:50 [2023-04-07T09:11:50.174Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
09:11:51 [2023-04-07T09:11:51.115Z] 	github.com/docker/docker/image/tarexport	coverage: 0.7% of statements
09:11:51 [2023-04-07T09:11:51.115Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.7% of statements
09:11:51 [2023-04-07T09:11:51.115Z] ?   	github.com/docker/docker/image/v1	[no test files]
09:11:51 [2023-04-07T09:11:51.115Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
09:11:51 [2023-04-07T09:11:51.115Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
09:11:51 [2023-04-07T09:11:51.115Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
09:11:51 [2023-04-07T09:11:51.115Z] 	github.com/docker/docker/distribution/xfer	coverage: 84.9% of statements
09:11:51 [2023-04-07T09:11:51.115Z] ok  	github.com/docker/docker/distribution/xfer	2.527s	coverage: 84.9% of statements
09:11:52 [2023-04-07T09:11:52.498Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
09:11:52 [2023-04-07T09:11:52.498Z] 	github.com/docker/docker/libcontainerd/queue	coverage: 100.0% of statements
09:11:52 [2023-04-07T09:11:52.498Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
09:11:52 [2023-04-07T09:11:52.498Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
09:11:52 [2023-04-07T09:11:52.498Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
09:11:52 [2023-04-07T09:11:52.498Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
09:11:52 [2023-04-07T09:11:52.498Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
09:11:53 [2023-04-07T09:11:53.096Z] 	github.com/docker/docker/oci	coverage: 39.3% of statements
09:11:53 [2023-04-07T09:11:53.096Z] ok  	github.com/docker/docker/oci	0.009s	coverage: 39.3% of statements
09:11:53 [2023-04-07T09:11:53.096Z] ?   	github.com/docker/docker/oci/caps	[no test files]
09:11:53 [2023-04-07T09:11:53.672Z] 	github.com/docker/docker/opts	coverage: 67.9% of statements
09:11:53 [2023-04-07T09:11:53.672Z] ok  	github.com/docker/docker/opts	0.021s	coverage: 67.9% of statements
09:11:53 [2023-04-07T09:11:53.938Z] 	github.com/docker/docker/pkg/aaparser	coverage: 52.9% of statements
09:11:53 [2023-04-07T09:11:53.938Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
09:11:55 [2023-04-07T09:11:55.848Z] 	github.com/docker/docker/pkg/archive	coverage: 82.0% of statements
09:11:55 [2023-04-07T09:11:55.848Z] ok  	github.com/docker/docker/pkg/archive	0.310s	coverage: 82.0% of statements
09:11:57 [2023-04-07T09:11:57.759Z] 	github.com/docker/docker/pkg/authorization	coverage: 68.3% of statements
09:11:57 [2023-04-07T09:11:57.759Z] ok  	github.com/docker/docker/pkg/authorization	1.304s	coverage: 68.3% of statements
09:11:57 [2023-04-07T09:11:57.759Z] 	github.com/docker/docker/pkg/broadcaster	coverage: 100.0% of statements
09:11:57 [2023-04-07T09:11:57.759Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
09:11:57 [2023-04-07T09:11:57.759Z] 	github.com/docker/docker/pkg/capabilities	coverage: 87.5% of statements
09:11:57 [2023-04-07T09:11:57.759Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
09:11:58 [2023-04-07T09:11:58.329Z] 	github.com/docker/docker/pkg/chrootarchive	coverage: 83.1% of statements
09:11:58 [2023-04-07T09:11:58.329Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.235s	coverage: 83.1% of statements
09:11:58 [2023-04-07T09:11:58.589Z] 	github.com/docker/docker/pkg/containerfs	coverage: 28.6% of statements
09:11:58 [2023-04-07T09:11:58.589Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 28.6% of statements
09:11:58 [2023-04-07T09:11:58.589Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
09:11:58 [2023-04-07T09:11:58.849Z] 	github.com/docker/docker/pkg/directory	coverage: 81.8% of statements
09:11:58 [2023-04-07T09:11:58.849Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
09:11:59 [2023-04-07T09:11:59.109Z] 	github.com/docker/docker/pkg/dmesg	coverage: 83.3% of statements
09:11:59 [2023-04-07T09:11:59.109Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
09:11:59 [2023-04-07T09:11:59.109Z] 	github.com/docker/docker/pkg/fileutils	coverage: 77.5% of statements
09:11:59 [2023-04-07T09:11:59.109Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 77.5% of statements
09:11:59 [2023-04-07T09:11:59.369Z] 	github.com/docker/docker/pkg/homedir	coverage: 10.4% of statements
09:11:59 [2023-04-07T09:11:59.369Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 10.4% of statements
09:12:00 [2023-04-07T09:12:00.309Z] 	github.com/docker/docker/layer	coverage: 68.7% of statements
09:12:00 [2023-04-07T09:12:00.309Z] ok  	github.com/docker/docker/layer	7.856s	coverage: 68.7% of statements
09:12:00 [2023-04-07T09:12:00.309Z] 	github.com/docker/docker/pkg/idtools	coverage: 69.6% of statements
09:12:00 [2023-04-07T09:12:00.309Z] ok  	github.com/docker/docker/pkg/idtools	0.328s	coverage: 69.6% of statements
09:12:00 [2023-04-07T09:12:00.878Z] 	github.com/docker/docker/pkg/jsonmessage	coverage: 91.7% of statements
09:12:00 [2023-04-07T09:12:00.878Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.008s	coverage: 91.7% of statements
09:12:00 [2023-04-07T09:12:00.878Z] 	github.com/docker/docker/pkg/ioutils	coverage: 72.3% of statements
09:12:00 [2023-04-07T09:12:00.878Z] ok  	github.com/docker/docker/pkg/ioutils	0.410s	coverage: 72.3% of statements
09:12:00 [2023-04-07T09:12:00.878Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
09:12:00 [2023-04-07T09:12:00.878Z] 	github.com/docker/docker/pkg/longpath	coverage: 45.5% of statements
09:12:00 [2023-04-07T09:12:00.878Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 45.5% of statements
09:12:01 [2023-04-07T09:12:01.139Z] 	github.com/docker/docker/pkg/meminfo	coverage: 75.0% of statements
09:12:01 [2023-04-07T09:12:01.139Z] ok  	github.com/docker/docker/pkg/meminfo	0.003s	coverage: 75.0% of statements
09:12:01 [2023-04-07T09:12:01.139Z] 	github.com/docker/docker/pkg/namesgenerator	coverage: 85.7% of statements
09:12:01 [2023-04-07T09:12:01.139Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
09:12:01 [2023-04-07T09:12:01.399Z] 	github.com/docker/docker/pkg/parsers	coverage: 97.0% of statements
09:12:01 [2023-04-07T09:12:01.399Z] ok  	github.com/docker/docker/pkg/parsers	0.007s	coverage: 97.0% of statements
09:12:01 [2023-04-07T09:12:01.399Z] 	github.com/docker/docker/pkg/parsers/kernel	coverage: 60.0% of statements
09:12:01 [2023-04-07T09:12:01.399Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.012s	coverage: 60.0% of statements
09:12:01 [2023-04-07T09:12:01.660Z] 	github.com/docker/docker/pkg/parsers/operatingsystem	coverage: 90.2% of statements
09:12:01 [2023-04-07T09:12:01.660Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.007s	coverage: 90.2% of statements
09:12:01 [2023-04-07T09:12:01.660Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
09:12:01 [2023-04-07T09:12:01.920Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
09:12:01 [2023-04-07T09:12:01.920Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
09:12:01 [2023-04-07T09:12:01.920Z] 	github.com/docker/docker/pkg/pidfile	coverage: 94.1% of statements
09:12:01 [2023-04-07T09:12:01.920Z] ok  	github.com/docker/docker/pkg/pidfile	0.010s	coverage: 94.1% of statements
09:12:02 [2023-04-07T09:12:02.492Z] 	github.com/docker/docker/pkg/plugins/pluginrpc-gen	coverage: 56.8% of statements
09:12:02 [2023-04-07T09:12:02.492Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.006s	coverage: 56.8% of statements
09:12:02 [2023-04-07T09:12:02.752Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
09:12:02 [2023-04-07T09:12:02.752Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
09:12:03 [2023-04-07T09:12:03.012Z] 	github.com/docker/docker/pkg/plugins/transport	coverage: 85.7% of statements
09:12:03 [2023-04-07T09:12:03.012Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.005s	coverage: 85.7% of statements
09:12:03 [2023-04-07T09:12:03.272Z] 	github.com/docker/docker/pkg/pools	coverage: 88.2% of statements
09:12:03 [2023-04-07T09:12:03.272Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
09:12:03 [2023-04-07T09:12:03.532Z] 	github.com/docker/docker/pkg/process	coverage: 21.7% of statements
09:12:03 [2023-04-07T09:12:03.532Z] ok  	github.com/docker/docker/pkg/process	0.003s	coverage: 21.7% of statements
09:12:03 [2023-04-07T09:12:03.793Z] 	github.com/docker/docker/pkg/progress	coverage: 75.9% of statements
09:12:03 [2023-04-07T09:12:03.793Z] ok  	github.com/docker/docker/pkg/progress	0.003s	coverage: 75.9% of statements
09:12:04 [2023-04-07T09:12:04.053Z] 	github.com/docker/docker/pkg/reexec	coverage: 82.4% of statements
09:12:04 [2023-04-07T09:12:04.053Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
09:12:04 [2023-04-07T09:12:04.053Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
09:12:04 [2023-04-07T09:12:04.053Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
09:12:04 [2023-04-07T09:12:04.313Z] 	github.com/docker/docker/pkg/stack	coverage: 90.9% of statements
09:12:04 [2023-04-07T09:12:04.313Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
09:12:04 [2023-04-07T09:12:04.313Z] 	github.com/docker/docker/pkg/stdcopy	coverage: 100.0% of statements
09:12:04 [2023-04-07T09:12:04.313Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
09:12:04 [2023-04-07T09:12:04.883Z] 	github.com/docker/docker/pkg/streamformatter	coverage: 66.2% of statements
09:12:04 [2023-04-07T09:12:04.884Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
09:12:04 [2023-04-07T09:12:04.884Z] 	github.com/docker/docker/pkg/stringid	coverage: 61.9% of statements
09:12:04 [2023-04-07T09:12:04.884Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 61.9% of statements
09:12:05 [2023-04-07T09:12:05.454Z] 	github.com/docker/docker/pkg/sysinfo	coverage: 53.6% of statements
09:12:05 [2023-04-07T09:12:05.454Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.6% of statements
09:12:05 [2023-04-07T09:12:05.714Z] 	github.com/docker/docker/pkg/system	coverage: 43.1% of statements
09:12:05 [2023-04-07T09:12:05.714Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 43.1% of statements
09:12:06 [2023-04-07T09:12:06.284Z] 	github.com/docker/docker/pkg/tailfile	coverage: 88.6% of statements
09:12:06 [2023-04-07T09:12:06.284Z] ok  	github.com/docker/docker/pkg/tailfile	0.050s	coverage: 88.6% of statements
09:12:06 [2023-04-07T09:12:06.545Z] 	github.com/docker/docker/pkg/tarsum	coverage: 89.1% of statements
09:12:06 [2023-04-07T09:12:06.545Z] ok  	github.com/docker/docker/pkg/tarsum	0.045s	coverage: 89.1% of statements
09:12:06 [2023-04-07T09:12:06.805Z] 	github.com/docker/docker/pkg/useragent	coverage: 88.9% of statements
09:12:06 [2023-04-07T09:12:06.805Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
09:12:08 [2023-04-07T09:12:08.716Z] 	github.com/docker/docker/plugin	coverage: 23.3% of statements
09:12:08 [2023-04-07T09:12:08.716Z] ok  	github.com/docker/docker/plugin	0.519s	coverage: 23.3% of statements
09:12:08 [2023-04-07T09:12:08.716Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
09:12:08 [2023-04-07T09:12:08.975Z] 	github.com/docker/docker/plugin/v2	coverage: 14.4% of statements
09:12:08 [2023-04-07T09:12:08.975Z] ok  	github.com/docker/docker/plugin/v2	0.005s	coverage: 14.4% of statements
09:12:08 [2023-04-07T09:12:08.975Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
09:12:09 [2023-04-07T09:12:09.545Z] 	github.com/docker/docker/profiles/seccomp	coverage: 86.0% of statements
09:12:09 [2023-04-07T09:12:09.545Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
09:12:10 [2023-04-07T09:12:10.485Z] 	github.com/docker/docker/quota	coverage: 71.4% of statements
09:12:10 [2023-04-07T09:12:10.485Z] ok  	github.com/docker/docker/quota	0.190s	coverage: 71.4% of statements
09:12:11 [2023-04-07T09:12:11.055Z] 	github.com/docker/docker/reference	coverage: 83.7% of statements
09:12:11 [2023-04-07T09:12:11.055Z] ok  	github.com/docker/docker/reference	0.008s	coverage: 83.7% of statements
09:12:11 [2023-04-07T09:12:11.994Z] 	github.com/docker/docker/registry	coverage: 64.6% of statements
09:12:11 [2023-04-07T09:12:11.994Z] ok  	github.com/docker/docker/registry	0.105s	coverage: 64.6% of statements
09:12:12 [2023-04-07T09:12:12.254Z] 	github.com/docker/docker/registry/resumable	coverage: 100.0% of statements
09:12:12 [2023-04-07T09:12:12.254Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
09:12:12 [2023-04-07T09:12:12.514Z] 	github.com/docker/docker/restartmanager	coverage: 51.9% of statements
09:12:12 [2023-04-07T09:12:12.514Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 51.9% of statements
09:12:13 [2023-04-07T09:12:13.083Z] 	github.com/docker/docker/runconfig	coverage: 63.6% of statements
09:12:13 [2023-04-07T09:12:13.083Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 63.6% of statements
09:12:13 [2023-04-07T09:12:13.083Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
09:12:13 [2023-04-07T09:12:13.343Z] 	github.com/docker/docker/testutil	coverage: 62.5% of statements
09:12:13 [2023-04-07T09:12:13.343Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
09:12:13 [2023-04-07T09:12:13.912Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
09:12:13 [2023-04-07T09:12:13.912Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
09:12:13 [2023-04-07T09:12:13.912Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
09:12:14 [2023-04-07T09:12:14.172Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
09:12:14 [2023-04-07T09:12:14.172Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
09:12:14 [2023-04-07T09:12:14.172Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
09:12:14 [2023-04-07T09:12:14.172Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
09:12:14 [2023-04-07T09:12:14.172Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
09:12:14 [2023-04-07T09:12:14.172Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
09:12:14 [2023-04-07T09:12:14.172Z] ?   	github.com/docker/docker/testutil/request	[no test files]
09:12:14 [2023-04-07T09:12:14.432Z] ?   	github.com/docker/docker/volume	[no test files]
09:12:15 [2023-04-07T09:12:15.002Z] 	github.com/docker/docker/volume/drivers	coverage: 36.1% of statements
09:12:15 [2023-04-07T09:12:15.002Z] ok  	github.com/docker/docker/volume/drivers	0.008s	coverage: 36.1% of statements
09:12:15 [2023-04-07T09:12:15.573Z] 	github.com/docker/docker/volume/local	coverage: 76.6% of statements
09:12:15 [2023-04-07T09:12:15.573Z] ok  	github.com/docker/docker/volume/local	0.057s	coverage: 76.6% of statements
09:12:16 [2023-04-07T09:12:16.142Z] 	github.com/docker/docker/volume/mounts	coverage: 68.1% of statements
09:12:16 [2023-04-07T09:12:16.142Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 68.1% of statements
09:12:17 [2023-04-07T09:12:17.083Z] 	github.com/docker/docker/volume/service	coverage: 72.9% of statements
09:12:17 [2023-04-07T09:12:17.083Z] ok  	github.com/docker/docker/volume/service	0.017s	coverage: 72.9% of statements
09:12:17 [2023-04-07T09:12:17.083Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
09:12:17 [2023-04-07T09:12:17.083Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
09:12:39 [2023-04-07T09:12:39.028Z] 	github.com/docker/docker/pkg/plugins	coverage: 74.4% of statements
09:12:39 [2023-04-07T09:12:39.028Z] ok  	github.com/docker/docker/pkg/plugins	33.634s	coverage: 74.4% of statements
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === Skipped
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     network_proxy_test.go:208: No support for dual stack yet
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver btrfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver btrfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver btrfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver btrfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver btrfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:71: No driver to put!
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z] time="2023-04-07T09:11:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z] time="2023-04-07T09:11:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z] time="2023-04-07T09:11:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z] time="2023-04-07T09:11:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z] time="2023-04-07T09:11:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: driver not supported
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:71: No driver to put!
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     overlay_test.go:50: Fails to compute changes intermittently
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     overlay_test.go:65: Cannot run test with naive change algorithm
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver zfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver zfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver zfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver zfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:44: Driver zfs not supported
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     graphtest_unix.go:71: No driver to put!
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
09:12:39 [2023-04-07T09:12:39.028Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
09:12:39 [2023-04-07T09:12:39.028Z] 
09:12:39 [2023-04-07T09:12:39.028Z] DONE 3028 tests, 28 skipped in 225.186s
09:12:39 [2023-04-07T09:12:39.028Z] + '[' -n 'github.com/docker/docker/libnetwork
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/bitmap
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/bitseq
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/cluster
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/cmd/diagnostic
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/cmd/ovrouter
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/cmd/readme_test
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/config
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/datastore
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/diagnostic
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/discoverapi
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/driverapi
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/bridge
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/host
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/ipvlan
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/macvlan
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/null
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/overlay
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/remote
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/remote/api
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/windows
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/drvregistry
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/etchosts
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/idm
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/internal/caller
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/internal/setmatrix
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/ipam
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/ipamapi
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/ipams/builtin
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/ipams/null
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/ipams/remote
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/ipams/remote/api
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/ipams/windowsipam
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/ipamutils
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/ipbits
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/iptables
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/netlabel
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/netutils
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/networkdb
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/ns
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/options
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/osl
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/osl/kernel
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/portallocator
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/portmapper
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/resolvconf
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/testutils
09:12:39 [2023-04-07T09:12:39.028Z] github.com/docker/docker/libnetwork/types' ']'
09:12:39 [2023-04-07T09:12:39.028Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap 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/ipbits 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:13:25 [2023-04-07T09:13:25.753Z] 	github.com/docker/docker/libnetwork	coverage: 42.3% of statements
09:13:25 [2023-04-07T09:13:25.753Z] ok  	github.com/docker/docker/libnetwork	40.667s	coverage: 42.3% of statements
09:13:25 [2023-04-07T09:13:25.753Z] 	github.com/docker/docker/libnetwork/bitmap	coverage: 96.1% of statements
09:13:25 [2023-04-07T09:13:25.753Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.008s	coverage: 96.1% of statements
09:13:25 [2023-04-07T09:13:25.753Z] 	github.com/docker/docker/libnetwork/bitseq	coverage: 75.7% of statements
09:13:25 [2023-04-07T09:13:25.754Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.108s	coverage: 75.7% of statements
09:13:25 [2023-04-07T09:13:25.754Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
09:13:25 [2023-04-07T09:13:25.754Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
09:13:25 [2023-04-07T09:13:25.754Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
09:13:25 [2023-04-07T09:13:25.754Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
09:13:25 [2023-04-07T09:13:25.754Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
09:13:25 [2023-04-07T09:13:25.754Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
09:13:25 [2023-04-07T09:13:25.754Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
09:13:26 [2023-04-07T09:13:26.014Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
09:13:26 [2023-04-07T09:13:26.275Z] 	github.com/docker/docker/libnetwork/config	coverage: 10.6% of statements
09:13:26 [2023-04-07T09:13:26.275Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 10.6% of statements
09:13:26 [2023-04-07T09:13:26.845Z] 	github.com/docker/docker/libnetwork/datastore	coverage: 20.5% of statements
09:13:26 [2023-04-07T09:13:26.845Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 20.5% of statements
09:13:26 [2023-04-07T09:13:26.845Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
09:13:26 [2023-04-07T09:13:26.845Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
09:13:27 [2023-04-07T09:13:27.105Z] 	github.com/docker/docker/libnetwork/driverapi	coverage: 68.9% of statements
09:13:27 [2023-04-07T09:13:27.105Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.004s	coverage: 68.9% of statements
09:13:30 [2023-04-07T09:13:30.401Z] 	github.com/docker/docker/libnetwork/drivers/bridge	coverage: 62.1% of statements
09:13:30 [2023-04-07T09:13:30.401Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.654s	coverage: 62.1% of statements
09:13:30 [2023-04-07T09:13:30.401Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
09:13:30 [2023-04-07T09:13:30.401Z] 	github.com/docker/docker/libnetwork/drivers/host	coverage: 33.3% of statements
09:13:30 [2023-04-07T09:13:30.401Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 33.3% of statements
09:13:31 [2023-04-07T09:13:31.341Z] 	github.com/docker/docker/libnetwork/drivers/ipvlan	coverage: 5.2% of statements
09:13:31 [2023-04-07T09:13:31.341Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.253s	coverage: 5.2% of statements
09:13:31 [2023-04-07T09:13:31.341Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
09:13:31 [2023-04-07T09:13:31.602Z] 	github.com/docker/docker/libnetwork/drivers/macvlan	coverage: 4.8% of statements
09:13:31 [2023-04-07T09:13:31.602Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.006s	coverage: 4.8% of statements
09:13:31 [2023-04-07T09:13:31.862Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
09:13:32 [2023-04-07T09:13:32.123Z] 	github.com/docker/docker/libnetwork/drivers/null	coverage: 34.8% of statements
09:13:32 [2023-04-07T09:13:32.123Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
09:13:42 [2023-04-07T09:13:42.189Z] 	github.com/docker/docker/libnetwork/drivers/overlay	coverage: 6.6% of statements
09:13:42 [2023-04-07T09:13:42.189Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.302s	coverage: 6.6% of statements
09:13:42 [2023-04-07T09:13:42.189Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
09:13:42 [2023-04-07T09:13:42.461Z] 	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	coverage: 62.9% of statements
09:13:42 [2023-04-07T09:13:42.461Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.006s	coverage: 62.9% of statements
09:13:43 [2023-04-07T09:13:43.031Z] 	github.com/docker/docker/libnetwork/drivers/remote	coverage: 57.1% of statements
09:13:43 [2023-04-07T09:13:43.031Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.014s	coverage: 57.1% of statements
09:13:43 [2023-04-07T09:13:43.031Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
09:13:43 [2023-04-07T09:13:43.031Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
09:13:43 [2023-04-07T09:13:43.031Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
09:13:43 [2023-04-07T09:13:43.600Z] 	github.com/docker/docker/libnetwork/drvregistry	coverage: 86.2% of statements
09:13:43 [2023-04-07T09:13:43.600Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.052s	coverage: 86.2% of statements
09:13:43 [2023-04-07T09:13:43.861Z] 	github.com/docker/docker/libnetwork/etchosts	coverage: 81.0% of statements
09:13:43 [2023-04-07T09:13:43.861Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.018s	coverage: 81.0% of statements
09:13:44 [2023-04-07T09:13:44.120Z] 	github.com/docker/docker/libnetwork/idm	coverage: 87.5% of statements
09:13:44 [2023-04-07T09:13:44.120Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
09:13:44 [2023-04-07T09:13:44.120Z] 	github.com/docker/docker/libnetwork/internal/caller	coverage: 100.0% of statements
09:13:44 [2023-04-07T09:13:44.121Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
09:13:56 [2023-04-07T09:13:56.343Z] 	github.com/docker/docker/libnetwork/internal/setmatrix	coverage: 100.0% of statements
09:13:56 [2023-04-07T09:13:56.343Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
09:13:57 [2023-04-07T09:13:57.724Z] 	github.com/docker/docker/libnetwork/ipam	coverage: 80.5% of statements
09:13:57 [2023-04-07T09:13:57.724Z] ok  	github.com/docker/docker/libnetwork/ipam	2.384s	coverage: 80.5% of statements
09:13:57 [2023-04-07T09:13:57.724Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
09:13:57 [2023-04-07T09:13:57.724Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
09:13:57 [2023-04-07T09:13:57.724Z] 	github.com/docker/docker/libnetwork/ipams/null	coverage: 54.5% of statements
09:13:57 [2023-04-07T09:13:57.724Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 54.5% of statements
09:13:58 [2023-04-07T09:13:58.293Z] 	github.com/docker/docker/libnetwork/ipams/remote	coverage: 46.8% of statements
09:13:58 [2023-04-07T09:13:58.293Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 46.8% of statements
09:13:58 [2023-04-07T09:13:58.293Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
09:13:58 [2023-04-07T09:13:58.553Z] 	github.com/docker/docker/libnetwork/ipams/windowsipam	coverage: 80.0% of statements
09:13:58 [2023-04-07T09:13:58.553Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 80.0% of statements
09:13:59 [2023-04-07T09:13:59.123Z] 	github.com/docker/docker/libnetwork/ipamutils	coverage: 86.4% of statements
09:13:59 [2023-04-07T09:13:59.123Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.275s	coverage: 86.4% of statements
09:13:59 [2023-04-07T09:13:59.123Z] 	github.com/docker/docker/libnetwork/ipbits	coverage: 100.0% of statements
09:13:59 [2023-04-07T09:13:59.123Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
09:14:00 [2023-04-07T09:14:00.065Z] 	github.com/docker/docker/libnetwork/iptables	coverage: 40.7% of statements
09:14:00 [2023-04-07T09:14:00.065Z] ok  	github.com/docker/docker/libnetwork/iptables	0.235s	coverage: 40.7% of statements
09:14:00 [2023-04-07T09:14:00.065Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
09:14:00 [2023-04-07T09:14:00.325Z] 	github.com/docker/docker/libnetwork/netutils	coverage: 40.9% of statements
09:14:00 [2023-04-07T09:14:00.325Z] ok  	github.com/docker/docker/libnetwork/netutils	0.016s	coverage: 40.9% of statements
09:15:51 [2023-04-07T09:15:51.806Z] 	github.com/docker/docker/libnetwork/networkdb	coverage: 60.1% of statements
09:15:51 [2023-04-07T09:15:51.806Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.864s	coverage: 60.1% of statements
09:15:51 [2023-04-07T09:15:51.806Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
09:15:51 [2023-04-07T09:15:51.806Z] 	github.com/docker/docker/libnetwork/options	coverage: 100.0% of statements
09:15:51 [2023-04-07T09:15:51.806Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
09:15:51 [2023-04-07T09:15:51.806Z] 	github.com/docker/docker/libnetwork/osl	coverage: 41.4% of statements
09:15:51 [2023-04-07T09:15:51.806Z] ok  	github.com/docker/docker/libnetwork/osl	4.292s	coverage: 41.4% of statements
09:15:51 [2023-04-07T09:15:51.806Z] 	github.com/docker/docker/libnetwork/osl/kernel	coverage: 20.0% of statements
09:15:51 [2023-04-07T09:15:51.806Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
09:15:51 [2023-04-07T09:15:51.806Z] 	github.com/docker/docker/libnetwork/portallocator	coverage: 80.7% of statements
09:15:51 [2023-04-07T09:15:51.806Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
09:15:52 [2023-04-07T09:15:52.376Z] 	github.com/docker/docker/libnetwork/portmapper	coverage: 46.3% of statements
09:15:52 [2023-04-07T09:15:52.376Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.635s	coverage: 46.3% of statements
09:15:52 [2023-04-07T09:15:52.637Z] 	github.com/docker/docker/libnetwork/resolvconf	coverage: 82.8% of statements
09:15:52 [2023-04-07T09:15:52.637Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 82.8% of statements
09:15:52 [2023-04-07T09:15:52.637Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
09:15:52 [2023-04-07T09:15:52.897Z] 	github.com/docker/docker/libnetwork/types	coverage: 37.3% of statements
09:15:52 [2023-04-07T09:15:52.897Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 37.3% of statements
09:15:52 [2023-04-07T09:15:52.897Z] 
09:15:52 [2023-04-07T09:15:52.897Z] === Skipped
09:15:52 [2023-04-07T09:15:52.897Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
09:15:52 [2023-04-07T09:15:52.897Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
09:15:52 [2023-04-07T09:15:52.897Z] 
09:15:52 [2023-04-07T09:15:52.897Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
09:15:52 [2023-04-07T09:15:52.897Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
09:15:52 [2023-04-07T09:15:52.897Z] 
09:15:52 [2023-04-07T09:15:52.897Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
09:15:52 [2023-04-07T09:15:52.897Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
09:15:52 [2023-04-07T09:15:52.897Z] 
09:15:52 [2023-04-07T09:15:52.897Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
09:15:52 [2023-04-07T09:15:52.897Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
09:15:52 [2023-04-07T09:15:52.897Z] 
09:15:52 [2023-04-07T09:15:52.897Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
09:15:52 [2023-04-07T09:15:52.897Z]     allocator_test.go:1132: Skipped because t.parallel was less than  5
09:15:52 [2023-04-07T09:15:52.897Z] 
09:15:52 [2023-04-07T09:15:52.897Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
09:15:52 [2023-04-07T09:15:52.897Z]     firewalld_test.go:14: firewalld is not running
09:15:52 [2023-04-07T09:15:52.897Z] 
09:15:52 [2023-04-07T09:15:52.897Z] DONE 350 tests, 6 skipped in 196.537s
Post stage
[Pipeline] junit
09:15:53 [2023-04-07T09:15:53.483Z] Recording test results
09:15:54 [2023-04-07T09:15:54.930Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
09:15:55 [2023-04-07T09:15:55.277Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-45267/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=be4abf9d6e7332785ba6819fa026f0f3e4fdca6f -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:be4abf9d6e7332785ba6819fa026f0f3e4fdca6f hack/make.sh dynbinary test-integration
09:15:55 [2023-04-07T09:15:55.847Z] 
09:15:55 [2023-04-07T09:15:55.847Z] Removing bundles/
09:15:55 [2023-04-07T09:15:55.847Z] 
09:15:55 [2023-04-07T09:15:55.847Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
09:15:55 [2023-04-07T09:15:55.847Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
09:17:47 [2023-04-07T09:17:47.345Z] Created binary: bundles/dynbinary-daemon/dockerd
09:17:47 [2023-04-07T09:17:47.345Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
09:17:47 [2023-04-07T09:17:47.345Z] Created binary: bundles/dynbinary-daemon/docker-proxy
09:17:47 [2023-04-07T09:17:47.345Z] 
09:17:47 [2023-04-07T09:17:47.345Z] ---> Making bundle: test-integration (in bundles/test-integration)
09:17:47 [2023-04-07T09:17:47.345Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
09:17:47 [2023-04-07T09:17:47.345Z] HOSTNAME=19d01e9174ab
09:17:47 [2023-04-07T09:17:47.345Z] TESTDEBUG=0
09:17:47 [2023-04-07T09:17:47.345Z] DEST=bundles/test-integration
09:17:47 [2023-04-07T09:17:47.345Z] PWD=/go/src/github.com/docker/docker
09:17:47 [2023-04-07T09:17:47.345Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
09:17:47 [2023-04-07T09:17:47.345Z] DOCKER_GITCOMMIT=be4abf9d6e7332785ba6819fa026f0f3e4fdca6f
09:17:47 [2023-04-07T09:17:47.345Z] container=docker
09:17:47 [2023-04-07T09:17:47.345Z] HOME=/root
09:17:47 [2023-04-07T09:17:47.345Z] CONTAINERD_NAMESPACE=moby
09:17:47 [2023-04-07T09:17:47.345Z] GOLANG_VERSION=1.20.3
09:17:47 [2023-04-07T09:17:47.345Z] VALIDATE_REPO=https://github.com/moby/moby.git
09:17:47 [2023-04-07T09:17:47.345Z] VALIDATE_BRANCH=master
09:17:47 [2023-04-07T09:17:47.345Z] TERM=xterm
09:17:47 [2023-04-07T09:17:47.345Z] DOCKER_PKG=github.com/docker/docker
09:17:47 [2023-04-07T09:17:47.345Z] SHLVL=1
09:17:47 [2023-04-07T09:17:47.345Z] TIMEOUT=120m
09:17:47 [2023-04-07T09:17:47.345Z] DOCKER_GRAPHDRIVER=overlay2
09:17:47 [2023-04-07T09:17:47.345Z] GO111MODULE=off
09:17:47 [2023-04-07T09:17:47.345Z] DOCKER_EXPERIMENTAL=1
09:17:47 [2023-04-07T09:17:47.345Z] TEST_SKIP_INTEGRATION_CLI=1
09:17:47 [2023-04-07T09:17:47.345Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
09:17:47 [2023-04-07T09:17:47.345Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
09:17:47 [2023-04-07T09:17:47.345Z] GOPATH=/go
09:17:47 [2023-04-07T09:17:47.345Z] PKG_CONFIG=pkg-config
09:17:47 [2023-04-07T09:17:47.345Z] _=/usr/bin/env
09:17:47 [2023-04-07T09:17:47.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
09:18:13 [2023-04-07T09:18:13.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
09:18:13 [2023-04-07T09:18:13.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
09:18:40 [2023-04-07T09:18:40.498Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
09:18:44 [2023-04-07T09:18:44.700Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
09:18:49 [2023-04-07T09:18:49.983Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
09:18:50 [2023-04-07T09:18:50.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
09:18:51 [2023-04-07T09:18:51.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
09:18:52 [2023-04-07T09:18:52.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
09:18:52 [2023-04-07T09:18:52.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
09:18:52 [2023-04-07T09:18:52.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
09:18:53 [2023-04-07T09:18:53.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
09:18:55 [2023-04-07T09:18:55.220Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
09:18:56 [2023-04-07T09:18:56.603Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
09:18:57 [2023-04-07T09:18:57.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
09:18:57 [2023-04-07T09:18:57.804Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
09:18:58 [2023-04-07T09:18:58.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
09:18:59 [2023-04-07T09:18:59.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
09:19:00 [2023-04-07T09:19:00.254Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
09:19:00 [2023-04-07T09:19:00.824Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
09:19:01 [2023-04-07T09:19:01.765Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
09:19:02 [2023-04-07T09:19:02.706Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
09:19:02 [2023-04-07T09:19:02.706Z] Using test binary docker
09:19:02 [2023-04-07T09:19:02.706Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
09:19:02 [2023-04-07T09:19:02.706Z] +++ /etc/init.d/apparmor start
09:19:02 [2023-04-07T09:19:02.706Z] Not: starting.
09:19:02 [2023-04-07T09:19:02.706Z] INFO: Waiting for daemon to start...
09:19:02 [2023-04-07T09:19:02.706Z] Starting dockerd
09:19:02 [2023-04-07T09:19:02.706Z] +++ 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:19:05 [2023-04-07T09:19:05.999Z] .
09:19:06 [2023-04-07T09:19:06.000Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
09:19:06 [2023-04-07T09:19:06.000Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
09:19:06 [2023-04-07T09:19:06.000Z] Error: No such image: emptyfs
09:19:06 [2023-04-07T09:19:06.000Z] ++++ tar -cC bundles/test-integration/emptyfs .
09:19:06 [2023-04-07T09:19:06.000Z] ++++ docker load
09:19:06 [2023-04-07T09:19:06.000Z] Loaded image: emptyfs:latest
09:19:06 [2023-04-07T09:19:06.000Z] Running integration-test (iteration 1)
09:19:06 [2023-04-07T09:19:06.000Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
09:19:06 [2023-04-07T09:19:06.000Z] ++ 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:19:06 [2023-04-07T09:19:06.000Z] ++ set -e
09:19:06 [2023-04-07T09:19:06.000Z] ++ '[' -n 0 ']'
09:19:06 [2023-04-07T09:19:06.000Z] ++ set -x
09:19:06 [2023-04-07T09:19:06.000Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:19:06 [2023-04-07T09:19:06.000Z] Loaded image: busybox:latest
09:19:06 [2023-04-07T09:19:06.000Z] Loaded image: busybox:glibc
09:19:07 [2023-04-07T09:19:07.381Z] Loaded image: debian:bullseye-slim
09:19:07 [2023-04-07T09:19:07.381Z] Loaded image: hello-world:latest
09:19:07 [2023-04-07T09:19:07.381Z] Loaded image: arm32v7/hello-world:latest
09:19:07 [2023-04-07T09:19:07.381Z] INFO: Testing against a local daemon
09:19:07 [2023-04-07T09:19:07.381Z] === RUN   TestCgroupNamespacesBuild
09:19:10 [2023-04-07T09:19:10.675Z] --- PASS: TestCgroupNamespacesBuild (3.53s)
09:19:10 [2023-04-07T09:19:10.675Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
09:19:11 [2023-04-07T09:19:11.615Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (0.95s)
09:19:11 [2023-04-07T09:19:11.615Z] === RUN   TestBuildWithSession
09:19:11 [2023-04-07T09:19:11.615Z]     build_session_test.go:25: TODO: BuildKit
09:19:11 [2023-04-07T09:19:11.615Z] --- SKIP: TestBuildWithSession (0.00s)
09:19:11 [2023-04-07T09:19:11.615Z] === RUN   TestBuildSquashParent
09:19:14 [2023-04-07T09:19:14.909Z] --- PASS: TestBuildSquashParent (3.40s)
09:19:14 [2023-04-07T09:19:14.909Z] === RUN   TestBuildWithRemoveAndForceRemove
09:19:15 [2023-04-07T09:19:15.169Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:19:15 [2023-04-07T09:19:15.169Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:19:15 [2023-04-07T09:19:15.169Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:19:15 [2023-04-07T09:19:15.169Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:19:15 [2023-04-07T09:19:15.169Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:19:15 [2023-04-07T09:19:15.169Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:19:15 [2023-04-07T09:19:15.169Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:19:15 [2023-04-07T09:19:15.169Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:19:15 [2023-04-07T09:19:15.169Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:19:15 [2023-04-07T09:19:15.169Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:19:15 [2023-04-07T09:19:15.169Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:19:15 [2023-04-07T09:19:15.169Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:19:15 [2023-04-07T09:19:15.169Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
09:19:15 [2023-04-07T09:19:15.169Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
09:19:16 [2023-04-07T09:19:16.109Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
09:19:16 [2023-04-07T09:19:16.369Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
09:19:17 [2023-04-07T09:19:17.310Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
09:19:17 [2023-04-07T09:19:17.311Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
09:19:18 [2023-04-07T09:19:18.733Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
09:19:18 [2023-04-07T09:19:18.733Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.14s)
09:19:18 [2023-04-07T09:19:18.733Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.33s)
09:19:18 [2023-04-07T09:19:18.733Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.00s)
09:19:18 [2023-04-07T09:19:18.733Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.23s)
09:19:18 [2023-04-07T09:19:18.733Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.22s)
09:19:18 [2023-04-07T09:19:18.733Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.19s)
09:19:18 [2023-04-07T09:19:18.733Z] === RUN   TestBuildMultiStageCopy
09:19:18 [2023-04-07T09:19:18.733Z] === RUN   TestBuildMultiStageCopy/copy_to_root
09:19:19 [2023-04-07T09:19:19.708Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
09:19:19 [2023-04-07T09:19:19.709Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
09:19:19 [2023-04-07T09:19:19.709Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
09:19:19 [2023-04-07T09:19:19.709Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
09:19:19 [2023-04-07T09:19:19.709Z] --- PASS: TestBuildMultiStageCopy (1.09s)
09:19:19 [2023-04-07T09:19:19.709Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.86s)
09:19:19 [2023-04-07T09:19:19.709Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.04s)
09:19:19 [2023-04-07T09:19:19.709Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.06s)
09:19:19 [2023-04-07T09:19:19.709Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.06s)
09:19:19 [2023-04-07T09:19:19.709Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.07s)
09:19:19 [2023-04-07T09:19:19.709Z] === RUN   TestBuildMultiStageParentConfig
09:19:19 [2023-04-07T09:19:19.973Z] --- PASS: TestBuildMultiStageParentConfig (0.29s)
09:19:19 [2023-04-07T09:19:19.973Z] === RUN   TestBuildLabelWithTargets
09:19:20 [2023-04-07T09:19:20.542Z] --- PASS: TestBuildLabelWithTargets (0.39s)
09:19:20 [2023-04-07T09:19:20.542Z] === RUN   TestBuildWithEmptyLayers
09:19:20 [2023-04-07T09:19:20.542Z] --- PASS: TestBuildWithEmptyLayers (0.07s)
09:19:20 [2023-04-07T09:19:20.542Z] === RUN   TestBuildMultiStageOnBuild
09:19:21 [2023-04-07T09:19:21.481Z] --- PASS: TestBuildMultiStageOnBuild (0.98s)
09:19:21 [2023-04-07T09:19:21.481Z] === RUN   TestBuildUncleanTarFilenames
09:19:21 [2023-04-07T09:19:21.481Z] --- PASS: TestBuildUncleanTarFilenames (0.11s)
09:19:21 [2023-04-07T09:19:21.481Z] === RUN   TestBuildMultiStageLayerLeak
09:19:22 [2023-04-07T09:19:22.421Z] --- PASS: TestBuildMultiStageLayerLeak (0.83s)
09:19:22 [2023-04-07T09:19:22.421Z] === RUN   TestBuildWithHugeFile
09:20:01 [2023-04-07T09:20:01.159Z] --- PASS: TestBuildWithHugeFile (35.01s)
09:20:01 [2023-04-07T09:20:01.159Z] === RUN   TestBuildWCOWSandboxSize
09:20:01 [2023-04-07T09:20:01.159Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:20:01 [2023-04-07T09:20:01.159Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
09:20:01 [2023-04-07T09:20:01.159Z] === RUN   TestBuildWithEmptyDockerfile
09:20:01 [2023-04-07T09:20:01.159Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
09:20:01 [2023-04-07T09:20:01.159Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
09:20:01 [2023-04-07T09:20:01.159Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:20:01 [2023-04-07T09:20:01.159Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:20:01 [2023-04-07T09:20:01.159Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:20:01 [2023-04-07T09:20:01.159Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:20:01 [2023-04-07T09:20:01.159Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
09:20:01 [2023-04-07T09:20:01.159Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
09:20:01 [2023-04-07T09:20:01.159Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
09:20:01 [2023-04-07T09:20:01.159Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
09:20:01 [2023-04-07T09:20:01.159Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
09:20:01 [2023-04-07T09:20:01.159Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
09:20:01 [2023-04-07T09:20:01.159Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
09:20:01 [2023-04-07T09:20:01.159Z] === RUN   TestBuildPreserveOwnership
09:20:01 [2023-04-07T09:20:01.159Z] === RUN   TestBuildPreserveOwnership/copy_from
09:20:01 [2023-04-07T09:20:01.159Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
09:20:01 [2023-04-07T09:20:01.159Z] --- PASS: TestBuildPreserveOwnership (1.97s)
09:20:01 [2023-04-07T09:20:01.159Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.34s)
09:20:01 [2023-04-07T09:20:01.159Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.63s)
09:20:01 [2023-04-07T09:20:01.159Z] === RUN   TestBuildPlatformInvalid
09:20:01 [2023-04-07T09:20:01.159Z] --- PASS: TestBuildPlatformInvalid (0.03s)
09:20:01 [2023-04-07T09:20:01.159Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
09:20:01 [2023-04-07T09:20:01.159Z] Loaded image: busybox:latest
09:20:01 [2023-04-07T09:20:01.159Z] Loaded image: busybox:glibc
09:20:01 [2023-04-07T09:20:01.419Z] Loaded image: debian:bullseye-slim
09:20:01 [2023-04-07T09:20:01.419Z] Loaded image: hello-world:latest
09:20:01 [2023-04-07T09:20:01.419Z] Loaded image: arm32v7/hello-world:latest
09:20:09 [2023-04-07T09:20:09.551Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.12s)
09:20:09 [2023-04-07T09:20:09.551Z] PASS
09:20:09 [2023-04-07T09:20:09.551Z] 
09:20:09 [2023-04-07T09:20:09.551Z] === Skipped
09:20:09 [2023-04-07T09:20:09.551Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
09:20:09 [2023-04-07T09:20:09.551Z]     build_session_test.go:25: TODO: BuildKit
09:20:09 [2023-04-07T09:20:09.551Z] 
09:20:09 [2023-04-07T09:20:09.551Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
09:20:09 [2023-04-07T09:20:09.551Z]     build_test.go:528: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
09:20:09 [2023-04-07T09:20:09.551Z] 
09:20:09 [2023-04-07T09:20:09.551Z] DONE 34 tests, 2 skipped in 63.877s
09:20:09 [2023-04-07T09:20:09.551Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
09:20:09 [2023-04-07T09:20:09.551Z] ++ 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:20:09 [2023-04-07T09:20:09.551Z] ++ set -e
09:20:09 [2023-04-07T09:20:09.551Z] ++ '[' -n 0 ']'
09:20:09 [2023-04-07T09:20:09.551Z] ++ set -x
09:20:09 [2023-04-07T09:20:09.551Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:20:09 [2023-04-07T09:20:09.551Z] INFO: Testing against a local daemon
09:20:09 [2023-04-07T09:20:09.551Z] === RUN   TestConfigInspect
09:20:11 [2023-04-07T09:20:11.458Z] --- PASS: TestConfigInspect (1.85s)
09:20:11 [2023-04-07T09:20:11.459Z] === RUN   TestConfigList
09:20:13 [2023-04-07T09:20:13.367Z] --- PASS: TestConfigList (1.80s)
09:20:13 [2023-04-07T09:20:13.367Z] === RUN   TestConfigsCreateAndDelete
09:20:15 [2023-04-07T09:20:15.274Z] --- PASS: TestConfigsCreateAndDelete (1.75s)
09:20:15 [2023-04-07T09:20:15.274Z] === RUN   TestConfigsUpdate
09:20:17 [2023-04-07T09:20:17.182Z] --- PASS: TestConfigsUpdate (1.79s)
09:20:17 [2023-04-07T09:20:17.182Z] === RUN   TestTemplatedConfig
09:20:19 [2023-04-07T09:20:19.721Z] --- PASS: TestTemplatedConfig (2.42s)
09:20:19 [2023-04-07T09:20:19.721Z] === RUN   TestConfigCreateResolve
09:20:21 [2023-04-07T09:20:21.101Z] --- PASS: TestConfigCreateResolve (1.77s)
09:20:21 [2023-04-07T09:20:21.101Z] PASS
09:20:21 [2023-04-07T09:20:21.101Z] 
09:20:21 [2023-04-07T09:20:21.101Z] DONE 6 tests in 11.484s
09:20:21 [2023-04-07T09:20:21.101Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
09:20:21 [2023-04-07T09:20:21.101Z] ++ 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:20:21 [2023-04-07T09:20:21.101Z] ++ set -e
09:20:21 [2023-04-07T09:20:21.101Z] ++ '[' -n 0 ']'
09:20:21 [2023-04-07T09:20:21.101Z] ++ set -x
09:20:21 [2023-04-07T09:20:21.101Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:20:21 [2023-04-07T09:20:21.361Z] INFO: Testing against a local daemon
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestAttachWithTTY
09:20:21 [2023-04-07T09:20:21.361Z] --- PASS: TestAttachWithTTY (0.05s)
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestAttachWithoutTTy
09:20:21 [2023-04-07T09:20:21.361Z] --- PASS: TestAttachWithoutTTy (0.04s)
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestCheckpoint
09:20:21 [2023-04-07T09:20:21.361Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:20:21 [2023-04-07T09:20:21.361Z] --- SKIP: TestCheckpoint (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/commit
09:20:21 [2023-04-07T09:20:21.361Z] === PAUSE TestContainerInvalidJSON/commit
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/create
09:20:21 [2023-04-07T09:20:21.361Z] === PAUSE TestContainerInvalidJSON/containers/create
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
09:20:21 [2023-04-07T09:20:21.361Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
09:20:21 [2023-04-07T09:20:21.361Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
09:20:21 [2023-04-07T09:20:21.361Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:20:21 [2023-04-07T09:20:21.361Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
09:20:21 [2023-04-07T09:20:21.361Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
09:20:21 [2023-04-07T09:20:21.361Z] === CONT  TestContainerInvalidJSON/commit
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
09:20:21 [2023-04-07T09:20:21.361Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/commit/empty_body
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
09:20:21 [2023-04-07T09:20:21.361Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
09:20:21 [2023-04-07T09:20:21.361Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
09:20:21 [2023-04-07T09:20:21.361Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
09:20:21 [2023-04-07T09:20:21.361Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
09:20:21 [2023-04-07T09:20:21.361Z] === CONT  TestContainerInvalidJSON/containers/create
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
09:20:21 [2023-04-07T09:20:21.361Z] --- PASS: TestContainerInvalidJSON (0.01s)
09:20:21 [2023-04-07T09:20:21.361Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestCopyFromContainerPathDoesNotExist
09:20:21 [2023-04-07T09:20:21.361Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestCopyFromContainerPathIsNotDir
09:20:21 [2023-04-07T09:20:21.361Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
09:20:21 [2023-04-07T09:20:21.361Z] === RUN   TestCopyToContainerPathDoesNotExist
09:20:21 [2023-04-07T09:20:21.622Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
09:20:21 [2023-04-07T09:20:21.622Z] === RUN   TestCopyEmptyFile
09:20:21 [2023-04-07T09:20:21.622Z] --- PASS: TestCopyEmptyFile (0.06s)
09:20:21 [2023-04-07T09:20:21.622Z] === RUN   TestCopyToContainerPathIsNotDir
09:20:21 [2023-04-07T09:20:21.622Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
09:20:21 [2023-04-07T09:20:21.622Z] === RUN   TestCopyFromContainer
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer//
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer/.
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer//.
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer/./
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer//./
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer//bar/root
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer//bar/root/
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer//bar/root/.
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer/bar/quux
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer/bar/quux/
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer/bar/quux/.
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer/bar/quux/baz
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer/bar/filesymlink
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer/bar/dirsymlink
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCopyFromContainer/bar/notarget
09:20:22 [2023-04-07T09:20:22.196Z] --- PASS: TestCopyFromContainer (0.66s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer// (0.01s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer/. (0.01s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer//. (0.02s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.00s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.00s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s)
09:20:22 [2023-04-07T09:20:22.196Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:20:22 [2023-04-07T09:20:22.196Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:20:22 [2023-04-07T09:20:22.196Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:20:22 [2023-04-07T09:20:22.196Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
09:20:22 [2023-04-07T09:20:22.196Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
09:20:22 [2023-04-07T09:20:22.197Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
09:20:22 [2023-04-07T09:20:22.197Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
09:20:22 [2023-04-07T09:20:22.197Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
09:20:22 [2023-04-07T09:20:22.197Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
09:20:22 [2023-04-07T09:20:22.197Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
09:20:22 [2023-04-07T09:20:22.197Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
09:20:22 [2023-04-07T09:20:22.197Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
09:20:22 [2023-04-07T09:20:22.197Z] === RUN   TestCreateLinkToNonExistingContainer
09:20:22 [2023-04-07T09:20:22.197Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s)
09:20:22 [2023-04-07T09:20:22.197Z] === RUN   TestCreateWithInvalidEnv
09:20:22 [2023-04-07T09:20:22.197Z] === RUN   TestCreateWithInvalidEnv/0
09:20:22 [2023-04-07T09:20:22.197Z] === PAUSE TestCreateWithInvalidEnv/0
09:20:22 [2023-04-07T09:20:22.197Z] === RUN   TestCreateWithInvalidEnv/1
09:20:22 [2023-04-07T09:20:22.197Z] === PAUSE TestCreateWithInvalidEnv/1
09:20:22 [2023-04-07T09:20:22.197Z] === RUN   TestCreateWithInvalidEnv/2
09:20:22 [2023-04-07T09:20:22.197Z] === PAUSE TestCreateWithInvalidEnv/2
09:20:22 [2023-04-07T09:20:22.197Z] === CONT  TestCreateWithInvalidEnv/0
09:20:22 [2023-04-07T09:20:22.197Z] === CONT  TestCreateWithInvalidEnv/2
09:20:22 [2023-04-07T09:20:22.197Z] === CONT  TestCreateWithInvalidEnv/1
09:20:22 [2023-04-07T09:20:22.197Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
09:20:22 [2023-04-07T09:20:22.197Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
09:20:22 [2023-04-07T09:20:22.197Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
09:20:22 [2023-04-07T09:20:22.197Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
09:20:22 [2023-04-07T09:20:22.197Z] === RUN   TestCreateTmpfsMountsTarget
09:20:22 [2023-04-07T09:20:22.457Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
09:20:22 [2023-04-07T09:20:22.457Z] === RUN   TestCreateWithCustomMaskedPaths
09:20:23 [2023-04-07T09:20:23.397Z] --- PASS: TestCreateWithCustomMaskedPaths (1.04s)
09:20:23 [2023-04-07T09:20:23.397Z] === RUN   TestCreateWithCustomReadonlyPaths
09:20:24 [2023-04-07T09:20:24.336Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.00s)
09:20:24 [2023-04-07T09:20:24.336Z] === RUN   TestCreateWithInvalidHealthcheckParams
09:20:24 [2023-04-07T09:20:24.336Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:20:24 [2023-04-07T09:20:24.336Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:20:24 [2023-04-07T09:20:24.336Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:20:24 [2023-04-07T09:20:24.336Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:20:24 [2023-04-07T09:20:24.336Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:20:24 [2023-04-07T09:20:24.336Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:20:24 [2023-04-07T09:20:24.336Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:20:24 [2023-04-07T09:20:24.336Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:20:24 [2023-04-07T09:20:24.336Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:20:24 [2023-04-07T09:20:24.336Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:20:24 [2023-04-07T09:20:24.336Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
09:20:24 [2023-04-07T09:20:24.336Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
09:20:24 [2023-04-07T09:20:24.336Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
09:20:24 [2023-04-07T09:20:24.336Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
09:20:24 [2023-04-07T09:20:24.336Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
09:20:24 [2023-04-07T09:20:24.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
09:20:24 [2023-04-07T09:20:24.336Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
09:20:24 [2023-04-07T09:20:24.336Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
09:20:24 [2023-04-07T09:20:24.336Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
09:20:24 [2023-04-07T09:20:24.336Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
09:20:24 [2023-04-07T09:20:24.336Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
09:20:24 [2023-04-07T09:20:24.336Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
09:20:24 [2023-04-07T09:20:24.906Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.37s)
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestCreateDifferentPlatform
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestCreateDifferentPlatform/different_os
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
09:20:24 [2023-04-07T09:20:24.906Z] --- PASS: TestCreateDifferentPlatform (0.01s)
09:20:24 [2023-04-07T09:20:24.906Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
09:20:24 [2023-04-07T09:20:24.906Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestCreateVolumesFromNonExistingContainer
09:20:24 [2023-04-07T09:20:24.906Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
09:20:24 [2023-04-07T09:20:24.906Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestCreateInvalidHostConfig
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
09:20:24 [2023-04-07T09:20:24.906Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
09:20:24 [2023-04-07T09:20:24.906Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:20:24 [2023-04-07T09:20:24.906Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
09:20:24 [2023-04-07T09:20:24.906Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
09:20:24 [2023-04-07T09:20:24.906Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
09:20:24 [2023-04-07T09:20:24.906Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
09:20:24 [2023-04-07T09:20:24.906Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
09:20:24 [2023-04-07T09:20:24.906Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
09:20:24 [2023-04-07T09:20:24.906Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
09:20:24 [2023-04-07T09:20:24.906Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
09:20:24 [2023-04-07T09:20:24.906Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
09:20:24 [2023-04-07T09:20:24.906Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
09:20:24 [2023-04-07T09:20:24.906Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
09:20:24 [2023-04-07T09:20:24.906Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
09:20:24 [2023-04-07T09:20:24.906Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
09:20:24 [2023-04-07T09:20:24.906Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestContainerStartOnDaemonRestart
09:20:24 [2023-04-07T09:20:24.906Z] === PAUSE TestContainerStartOnDaemonRestart
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestDaemonRestartIpcMode
09:20:24 [2023-04-07T09:20:24.906Z] === PAUSE TestDaemonRestartIpcMode
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestDaemonHostGatewayIP
09:20:24 [2023-04-07T09:20:24.906Z] === PAUSE TestDaemonHostGatewayIP
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestRestartDaemonWithRestartingContainer
09:20:24 [2023-04-07T09:20:24.906Z] === PAUSE TestRestartDaemonWithRestartingContainer
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestContainerKillOnDaemonStart
09:20:24 [2023-04-07T09:20:24.906Z] === PAUSE TestContainerKillOnDaemonStart
09:20:24 [2023-04-07T09:20:24.906Z] === RUN   TestDiff
09:20:25 [2023-04-07T09:20:25.166Z] --- PASS: TestDiff (0.38s)
09:20:25 [2023-04-07T09:20:25.166Z] === RUN   TestExecConsoleSize
09:20:25 [2023-04-07T09:20:25.736Z] --- PASS: TestExecConsoleSize (0.39s)
09:20:25 [2023-04-07T09:20:25.736Z] === RUN   TestExecWithCloseStdin
09:20:25 [2023-04-07T09:20:25.996Z] --- PASS: TestExecWithCloseStdin (0.42s)
09:20:25 [2023-04-07T09:20:25.996Z] === RUN   TestExec
09:20:26 [2023-04-07T09:20:26.568Z] --- PASS: TestExec (0.41s)
09:20:26 [2023-04-07T09:20:26.568Z] === RUN   TestExecUser
09:20:26 [2023-04-07T09:20:26.828Z] --- PASS: TestExecUser (0.41s)
09:20:26 [2023-04-07T09:20:26.828Z] === RUN   TestExportContainerAndImportImage
09:20:27 [2023-04-07T09:20:27.398Z] --- PASS: TestExportContainerAndImportImage (0.42s)
09:20:27 [2023-04-07T09:20:27.398Z] === RUN   TestExportContainerAfterDaemonRestart
09:20:28 [2023-04-07T09:20:28.340Z] --- PASS: TestExportContainerAfterDaemonRestart (1.13s)
09:20:28 [2023-04-07T09:20:28.340Z] === RUN   TestHealthCheckWorkdir
09:20:28 [2023-04-07T09:20:28.910Z] --- PASS: TestHealthCheckWorkdir (0.58s)
09:20:28 [2023-04-07T09:20:28.910Z] === RUN   TestHealthKillContainer
09:20:37 [2023-04-07T09:20:37.043Z] --- PASS: TestHealthKillContainer (7.76s)
09:20:37 [2023-04-07T09:20:37.043Z] === RUN   TestHealthCheckProcessKilled
09:20:37 [2023-04-07T09:20:37.303Z] --- PASS: TestHealthCheckProcessKilled (0.57s)
09:20:37 [2023-04-07T09:20:37.303Z] === RUN   TestInspectCpusetInConfigPre120
09:20:37 [2023-04-07T09:20:37.873Z] --- PASS: TestInspectCpusetInConfigPre120 (0.37s)
09:20:37 [2023-04-07T09:20:37.873Z] === RUN   TestInspectAnnotations
09:20:37 [2023-04-07T09:20:37.873Z] --- PASS: TestInspectAnnotations (0.03s)
09:20:37 [2023-04-07T09:20:37.873Z] === RUN   TestIpcModeNone
09:20:38 [2023-04-07T09:20:38.133Z] --- PASS: TestIpcModeNone (0.39s)
09:20:38 [2023-04-07T09:20:38.133Z] === RUN   TestIpcModePrivate
09:20:38 [2023-04-07T09:20:38.393Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:77, shared: false, mustBeShared: false
09:20:38 [2023-04-07T09:20:38.653Z] --- PASS: TestIpcModePrivate (0.44s)
09:20:38 [2023-04-07T09:20:38.653Z] === RUN   TestIpcModeShareable
09:20:38 [2023-04-07T09:20:38.916Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:71, shared: true, mustBeShared: true
09:20:38 [2023-04-07T09:20:38.916Z] --- PASS: TestIpcModeShareable (0.42s)
09:20:38 [2023-04-07T09:20:38.916Z] === RUN   TestAPIIpcModeShareableAndContainer
09:20:40 [2023-04-07T09:20:40.298Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.32s)
09:20:40 [2023-04-07T09:20:40.298Z] === RUN   TestAPIIpcModeHost
09:20:40 [2023-04-07T09:20:40.558Z] --- PASS: TestAPIIpcModeHost (0.29s)
09:20:40 [2023-04-07T09:20:40.558Z] === RUN   TestDaemonIpcModeShareable
09:20:41 [2023-04-07T09:20:41.497Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true
09:20:41 [2023-04-07T09:20:41.497Z] --- PASS: TestDaemonIpcModeShareable (1.00s)
09:20:41 [2023-04-07T09:20:41.497Z] === RUN   TestDaemonIpcModePrivate
09:20:42 [2023-04-07T09:20:42.437Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: false, mustBeShared: false
09:20:42 [2023-04-07T09:20:42.697Z] --- PASS: TestDaemonIpcModePrivate (1.04s)
09:20:42 [2023-04-07T09:20:42.697Z] === RUN   TestDaemonIpcModePrivateFromConfig
09:20:43 [2023-04-07T09:20:43.661Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: false, mustBeShared: false
09:20:43 [2023-04-07T09:20:43.661Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.05s)
09:20:43 [2023-04-07T09:20:43.661Z] === RUN   TestDaemonIpcModeShareableFromConfig
09:20:44 [2023-04-07T09:20:44.614Z]     ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true
09:20:44 [2023-04-07T09:20:44.614Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.00s)
09:20:44 [2023-04-07T09:20:44.614Z] === RUN   TestIpcModeOlderClient
09:20:44 [2023-04-07T09:20:44.614Z] === PAUSE TestIpcModeOlderClient
09:20:44 [2023-04-07T09:20:44.614Z] === RUN   TestKillContainerInvalidSignal
09:20:45 [2023-04-07T09:20:45.185Z] --- PASS: TestKillContainerInvalidSignal (0.35s)
09:20:45 [2023-04-07T09:20:45.185Z] === RUN   TestKillContainer
09:20:45 [2023-04-07T09:20:45.185Z] === RUN   TestKillContainer/no_signal
09:20:45 [2023-04-07T09:20:45.445Z] === RUN   TestKillContainer/non_killing_signal
09:20:45 [2023-04-07T09:20:45.705Z] === RUN   TestKillContainer/killing_signal
09:20:46 [2023-04-07T09:20:46.275Z] --- PASS: TestKillContainer (1.13s)
09:20:46 [2023-04-07T09:20:46.275Z]     --- PASS: TestKillContainer/no_signal (0.35s)
09:20:46 [2023-04-07T09:20:46.275Z]     --- PASS: TestKillContainer/non_killing_signal (0.24s)
09:20:46 [2023-04-07T09:20:46.275Z]     --- PASS: TestKillContainer/killing_signal (0.35s)
09:20:46 [2023-04-07T09:20:46.275Z] === RUN   TestKillWithStopSignalAndRestartPolicies
09:20:46 [2023-04-07T09:20:46.275Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
09:20:46 [2023-04-07T09:20:46.534Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
09:20:47 [2023-04-07T09:20:47.104Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.02s)
09:20:47 [2023-04-07T09:20:47.104Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.33s)
09:20:47 [2023-04-07T09:20:47.104Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s)
09:20:47 [2023-04-07T09:20:47.104Z] === RUN   TestKillStoppedContainer
09:20:47 [2023-04-07T09:20:47.364Z] --- PASS: TestKillStoppedContainer (0.04s)
09:20:47 [2023-04-07T09:20:47.364Z] === RUN   TestKillStoppedContainerAPIPre120
09:20:47 [2023-04-07T09:20:47.364Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s)
09:20:47 [2023-04-07T09:20:47.364Z] === RUN   TestKillDifferentUserContainer
09:20:47 [2023-04-07T09:20:47.624Z] --- PASS: TestKillDifferentUserContainer (0.35s)
09:20:47 [2023-04-07T09:20:47.624Z] === RUN   TestInspectOomKilledTrue
09:20:48 [2023-04-07T09:20:48.194Z] --- PASS: TestInspectOomKilledTrue (0.42s)
09:20:48 [2023-04-07T09:20:48.194Z] === RUN   TestInspectOomKilledFalse
09:20:48 [2023-04-07T09:20:48.454Z] --- PASS: TestInspectOomKilledFalse (0.36s)
09:20:48 [2023-04-07T09:20:48.454Z] === RUN   TestLinksEtcHostsContentMatch
09:20:48 [2023-04-07T09:20:48.813Z] --- PASS: TestLinksEtcHostsContentMatch (0.24s)
09:20:48 [2023-04-07T09:20:48.813Z] === RUN   TestLinksContainerNames
09:20:49 [2023-04-07T09:20:49.383Z] --- PASS: TestLinksContainerNames (0.71s)
09:20:49 [2023-04-07T09:20:49.383Z] === RUN   TestLogsFollowTailEmpty
09:20:49 [2023-04-07T09:20:49.642Z] --- PASS: TestLogsFollowTailEmpty (0.35s)
09:20:49 [2023-04-07T09:20:49.642Z] === RUN   TestLogs
09:20:49 [2023-04-07T09:20:49.642Z] === RUN   TestLogs/driver_local
09:20:49 [2023-04-07T09:20:49.642Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
09:20:49 [2023-04-07T09:20:49.642Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
09:20:49 [2023-04-07T09:20:49.642Z] === RUN   TestLogs/driver_local/tty/only_stdout
09:20:49 [2023-04-07T09:20:49.642Z] === PAUSE TestLogs/driver_local/tty/only_stdout
09:20:49 [2023-04-07T09:20:49.642Z] === RUN   TestLogs/driver_local/tty/only_stderr
09:20:49 [2023-04-07T09:20:49.642Z] === PAUSE TestLogs/driver_local/tty/only_stderr
09:20:49 [2023-04-07T09:20:49.642Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
09:20:49 [2023-04-07T09:20:49.643Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
09:20:49 [2023-04-07T09:20:49.643Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
09:20:49 [2023-04-07T09:20:49.643Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
09:20:49 [2023-04-07T09:20:49.643Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
09:20:49 [2023-04-07T09:20:49.643Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
09:20:49 [2023-04-07T09:20:49.643Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
09:20:49 [2023-04-07T09:20:49.643Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
09:20:50 [2023-04-07T09:20:50.213Z] === CONT  TestLogs/driver_local/tty/only_stderr
09:20:50 [2023-04-07T09:20:50.472Z] === CONT  TestLogs/driver_local/tty/only_stdout
09:20:51 [2023-04-07T09:20:51.041Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
09:20:51 [2023-04-07T09:20:51.041Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
09:20:51 [2023-04-07T09:20:51.610Z] === RUN   TestLogs/driver_json-file
09:20:51 [2023-04-07T09:20:51.610Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
09:20:51 [2023-04-07T09:20:51.610Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
09:20:51 [2023-04-07T09:20:51.610Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
09:20:51 [2023-04-07T09:20:51.611Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
09:20:51 [2023-04-07T09:20:51.611Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
09:20:51 [2023-04-07T09:20:51.611Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
09:20:51 [2023-04-07T09:20:51.611Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:20:51 [2023-04-07T09:20:51.611Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:20:51 [2023-04-07T09:20:51.611Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
09:20:51 [2023-04-07T09:20:51.611Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
09:20:51 [2023-04-07T09:20:51.611Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
09:20:51 [2023-04-07T09:20:51.611Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
09:20:51 [2023-04-07T09:20:51.611Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
09:20:51 [2023-04-07T09:20:51.611Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
09:20:51 [2023-04-07T09:20:51.871Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
09:20:52 [2023-04-07T09:20:52.131Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
09:20:52 [2023-04-07T09:20:52.701Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
09:20:52 [2023-04-07T09:20:52.701Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
09:20:53 [2023-04-07T09:20:53.274Z] --- PASS: TestLogs (3.51s)
09:20:53 [2023-04-07T09:20:53.274Z]     --- PASS: TestLogs/driver_local (0.01s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.62s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.69s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.61s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.57s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.45s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.50s)
09:20:53 [2023-04-07T09:20:53.274Z]     --- PASS: TestLogs/driver_json-file (0.01s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.51s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.68s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.67s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.53s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.57s)
09:20:53 [2023-04-07T09:20:53.274Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.55s)
09:20:53 [2023-04-07T09:20:53.274Z] === RUN   TestContainerNetworkMountsNoChown
09:20:53 [2023-04-07T09:20:53.534Z] --- PASS: TestContainerNetworkMountsNoChown (0.35s)
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/default
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/default
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/private
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/private
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rprivate
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rprivate
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/slave
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/slave
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rslave
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rslave
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/shared
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/shared
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rshared
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rshared
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/default
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/default/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/default/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/default/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/default/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/default/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/rslave
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/default/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rslave/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rslave/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/rshared
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/shared
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rshared/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rshared/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/rprivate
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/slave
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/slave/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/slave/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/slave/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/slave/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/private
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/private/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/private/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/private/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/private/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/private/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/private/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/shared/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/shared/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/shared/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/shared/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/rslave/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/default/bind_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/default/bind_root
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/default/mount_subpath
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/default/mount_root
09:20:53 [2023-04-07T09:20:53.534Z] === CONT  TestMountDaemonRoot/rshared/bind_root
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/rshared/mount_root
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/slave/bind_root
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/slave/mount_root
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/rslave/mount_root
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/private/bind_root
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/shared/bind_root
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/shared/mount_root
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/private/mount_root
09:20:53 [2023-04-07T09:20:53.794Z] === CONT  TestMountDaemonRoot/private/mount_subpath
09:20:54 [2023-04-07T09:20:54.054Z] === CONT  TestMountDaemonRoot/private/bind_subpath
09:20:54 [2023-04-07T09:20:54.054Z] --- PASS: TestMountDaemonRoot (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.03s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.03s)
09:20:54 [2023-04-07T09:20:54.054Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s)
09:20:54 [2023-04-07T09:20:54.054Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.03s)
09:20:54 [2023-04-07T09:20:54.054Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
09:20:54 [2023-04-07T09:20:54.054Z] === RUN   TestContainerBindMountNonRecursive
09:20:54 [2023-04-07T09:20:54.993Z] --- PASS: TestContainerBindMountNonRecursive (0.84s)
09:20:54 [2023-04-07T09:20:54.993Z] === RUN   TestContainerVolumesMountedAsShared
09:20:55 [2023-04-07T09:20:55.253Z] --- PASS: TestContainerVolumesMountedAsShared (0.35s)
09:20:55 [2023-04-07T09:20:55.253Z] === RUN   TestContainerVolumesMountedAsSlave
09:20:55 [2023-04-07T09:20:55.513Z] --- PASS: TestContainerVolumesMountedAsSlave (0.26s)
09:20:55 [2023-04-07T09:20:55.513Z] === RUN   TestContainerCopyLeaksMounts
09:20:55 [2023-04-07T09:20:55.773Z] --- PASS: TestContainerCopyLeaksMounts (0.48s)
09:20:55 [2023-04-07T09:20:55.773Z] === RUN   TestNetworkNat
09:20:56 [2023-04-07T09:20:56.343Z] --- PASS: TestNetworkNat (0.41s)
09:20:56 [2023-04-07T09:20:56.343Z] === RUN   TestNetworkLocalhostTCPNat
09:20:56 [2023-04-07T09:20:56.602Z] --- PASS: TestNetworkLocalhostTCPNat (0.37s)
09:20:56 [2023-04-07T09:20:56.602Z] === RUN   TestNetworkLoopbackNat
09:20:59 [2023-04-07T09:20:59.141Z] --- PASS: TestNetworkLoopbackNat (2.49s)
09:20:59 [2023-04-07T09:20:59.141Z] === RUN   TestPause
09:20:59 [2023-04-07T09:20:59.401Z] --- PASS: TestPause (0.38s)
09:20:59 [2023-04-07T09:20:59.401Z] === RUN   TestPauseFailsOnWindowsServerContainers
09:20:59 [2023-04-07T09:20:59.401Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:20:59 [2023-04-07T09:20:59.401Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
09:20:59 [2023-04-07T09:20:59.401Z] === RUN   TestPauseStopPausedContainer
09:20:59 [2023-04-07T09:20:59.971Z] --- PASS: TestPauseStopPausedContainer (0.38s)
09:20:59 [2023-04-07T09:20:59.971Z] === RUN   TestPidHost
09:21:00 [2023-04-07T09:21:00.910Z] --- PASS: TestPidHost (0.83s)
09:21:00 [2023-04-07T09:21:00.910Z] === RUN   TestPsFilter
09:21:00 [2023-04-07T09:21:00.910Z] --- PASS: TestPsFilter (0.08s)
09:21:00 [2023-04-07T09:21:00.910Z] === RUN   TestRemoveContainerWithRemovedVolume
09:21:01 [2023-04-07T09:21:01.171Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.36s)
09:21:01 [2023-04-07T09:21:01.171Z] === RUN   TestRemoveContainerWithVolume
09:21:01 [2023-04-07T09:21:01.431Z] --- PASS: TestRemoveContainerWithVolume (0.35s)
09:21:01 [2023-04-07T09:21:01.431Z] === RUN   TestRemoveContainerRunning
09:21:02 [2023-04-07T09:21:02.000Z] --- PASS: TestRemoveContainerRunning (0.39s)
09:21:02 [2023-04-07T09:21:02.000Z] === RUN   TestRemoveContainerForceRemoveRunning
09:21:02 [2023-04-07T09:21:02.261Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.34s)
09:21:02 [2023-04-07T09:21:02.261Z] === RUN   TestRemoveInvalidContainer
09:21:02 [2023-04-07T09:21:02.261Z] --- PASS: TestRemoveInvalidContainer (0.01s)
09:21:02 [2023-04-07T09:21:02.261Z] === RUN   TestRenameLinkedContainer
09:21:04 [2023-04-07T09:21:04.171Z] --- PASS: TestRenameLinkedContainer (1.52s)
09:21:04 [2023-04-07T09:21:04.171Z] === RUN   TestRenameStoppedContainer
09:21:04 [2023-04-07T09:21:04.171Z] --- PASS: TestRenameStoppedContainer (0.37s)
09:21:04 [2023-04-07T09:21:04.171Z] === RUN   TestRenameRunningContainerAndReuse
09:21:05 [2023-04-07T09:21:05.111Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s)
09:21:05 [2023-04-07T09:21:05.111Z] === RUN   TestRenameInvalidName
09:21:05 [2023-04-07T09:21:05.371Z] --- PASS: TestRenameInvalidName (0.36s)
09:21:05 [2023-04-07T09:21:05.371Z] === RUN   TestRenameAnonymousContainer
09:21:06 [2023-04-07T09:21:06.752Z] --- PASS: TestRenameAnonymousContainer (1.23s)
09:21:06 [2023-04-07T09:21:06.752Z] === RUN   TestRenameContainerWithSameName
09:21:06 [2023-04-07T09:21:06.752Z] --- PASS: TestRenameContainerWithSameName (0.32s)
09:21:06 [2023-04-07T09:21:06.752Z] === RUN   TestRenameContainerWithLinkedContainer
09:21:07 [2023-04-07T09:21:07.693Z] --- PASS: TestRenameContainerWithLinkedContainer (0.72s)
09:21:07 [2023-04-07T09:21:07.693Z] === RUN   TestResize
09:21:07 [2023-04-07T09:21:07.953Z] --- PASS: TestResize (0.35s)
09:21:07 [2023-04-07T09:21:07.953Z] === RUN   TestResizeWithInvalidSize
09:21:08 [2023-04-07T09:21:08.213Z] --- PASS: TestResizeWithInvalidSize (0.35s)
09:21:08 [2023-04-07T09:21:08.213Z] === RUN   TestResizeWhenContainerNotStarted
09:21:08 [2023-04-07T09:21:08.783Z] --- PASS: TestResizeWhenContainerNotStarted (0.35s)
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
09:21:08 [2023-04-07T09:21:08.783Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
09:21:09 [2023-04-07T09:21:09.723Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
09:21:09 [2023-04-07T09:21:09.983Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
09:21:10 [2023-04-07T09:21:10.922Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
09:21:11 [2023-04-07T09:21:11.182Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
09:21:12 [2023-04-07T09:21:12.121Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
09:21:14 [2023-04-07T09:21:14.658Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
09:21:15 [2023-04-07T09:21:15.228Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
09:21:17 [2023-04-07T09:21:17.767Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
09:21:18 [2023-04-07T09:21:18.706Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
09:21:19 [2023-04-07T09:21:19.278Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
09:21:20 [2023-04-07T09:21:20.217Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
09:21:20 [2023-04-07T09:21:20.786Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
09:21:21 [2023-04-07T09:21:21.726Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
09:21:22 [2023-04-07T09:21:22.296Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
09:21:24 [2023-04-07T09:21:24.206Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.15s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.37s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.14s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.15s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.14s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.12s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.04s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.50s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.64s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.47s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.43s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.59s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.65s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.47s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.62s)
09:21:24 [2023-04-07T09:21:24.206Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.55s)
09:21:24 [2023-04-07T09:21:24.206Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
09:21:24 [2023-04-07T09:21:24.206Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
09:21:24 [2023-04-07T09:21:24.775Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
09:21:25 [2023-04-07T09:21:25.714Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.66s)
09:21:25 [2023-04-07T09:21:25.714Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.84s)
09:21:25 [2023-04-07T09:21:25.714Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.81s)
09:21:25 [2023-04-07T09:21:25.714Z] === RUN   TestCgroupNamespacesRun
09:21:26 [2023-04-07T09:21:26.661Z] --- PASS: TestCgroupNamespacesRun (1.03s)
09:21:26 [2023-04-07T09:21:26.661Z] === RUN   TestCgroupNamespacesRunPrivileged
09:21:27 [2023-04-07T09:21:27.600Z] --- PASS: TestCgroupNamespacesRunPrivileged (0.98s)
09:21:27 [2023-04-07T09:21:27.600Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
09:21:28 [2023-04-07T09:21:28.539Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.00s)
09:21:28 [2023-04-07T09:21:28.539Z] === RUN   TestCgroupNamespacesRunHostMode
09:21:29 [2023-04-07T09:21:29.513Z] --- PASS: TestCgroupNamespacesRunHostMode (1.00s)
09:21:29 [2023-04-07T09:21:29.513Z] === RUN   TestCgroupNamespacesRunPrivateMode
09:21:30 [2023-04-07T09:21:30.474Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.02s)
09:21:30 [2023-04-07T09:21:30.474Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
09:21:31 [2023-04-07T09:21:31.854Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.00s)
09:21:31 [2023-04-07T09:21:31.854Z] === RUN   TestCgroupNamespacesRunInvalidMode
09:21:32 [2023-04-07T09:21:32.114Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
09:21:32 [2023-04-07T09:21:32.114Z] === RUN   TestCgroupNamespacesRunOlderClient
09:21:33 [2023-04-07T09:21:33.056Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.00s)
09:21:33 [2023-04-07T09:21:33.056Z] === RUN   TestNISDomainname
09:21:33 [2023-04-07T09:21:33.626Z] --- PASS: TestNISDomainname (0.43s)
09:21:33 [2023-04-07T09:21:33.626Z] === RUN   TestHostnameDnsResolution
09:21:34 [2023-04-07T09:21:34.195Z] --- PASS: TestHostnameDnsResolution (0.57s)
09:21:34 [2023-04-07T09:21:34.195Z] === RUN   TestUnprivilegedPortsAndPing
09:21:34 [2023-04-07T09:21:34.455Z] --- PASS: TestUnprivilegedPortsAndPing (0.42s)
09:21:34 [2023-04-07T09:21:34.455Z] === RUN   TestPrivilegedHostDevices
09:21:35 [2023-04-07T09:21:35.025Z] --- PASS: TestPrivilegedHostDevices (0.43s)
09:21:35 [2023-04-07T09:21:35.025Z] === RUN   TestRunConsoleSize
09:21:35 [2023-04-07T09:21:35.285Z] --- PASS: TestRunConsoleSize (0.36s)
09:21:35 [2023-04-07T09:21:35.285Z] === RUN   TestRunWithAlternativeContainerdShim
09:21:37 [2023-04-07T09:21:37.194Z] --- PASS: TestRunWithAlternativeContainerdShim (1.79s)
09:21:37 [2023-04-07T09:21:37.194Z] === RUN   TestStats
09:21:39 [2023-04-07T09:21:39.732Z] --- PASS: TestStats (2.41s)
09:21:39 [2023-04-07T09:21:39.732Z] === RUN   TestStopContainerWithTimeout
09:21:39 [2023-04-07T09:21:39.732Z] === RUN   TestStopContainerWithTimeout/0
09:21:39 [2023-04-07T09:21:39.732Z] === PAUSE TestStopContainerWithTimeout/0
09:21:39 [2023-04-07T09:21:39.732Z] === RUN   TestStopContainerWithTimeout/1
09:21:39 [2023-04-07T09:21:39.732Z] === PAUSE TestStopContainerWithTimeout/1
09:21:39 [2023-04-07T09:21:39.732Z] === RUN   TestStopContainerWithTimeout/3
09:21:39 [2023-04-07T09:21:39.732Z] === PAUSE TestStopContainerWithTimeout/3
09:21:39 [2023-04-07T09:21:39.732Z] === RUN   TestStopContainerWithTimeout/-1
09:21:39 [2023-04-07T09:21:39.732Z] === PAUSE TestStopContainerWithTimeout/-1
09:21:39 [2023-04-07T09:21:39.732Z] === CONT  TestStopContainerWithTimeout/0
09:21:39 [2023-04-07T09:21:39.732Z] === CONT  TestStopContainerWithTimeout/-1
09:21:40 [2023-04-07T09:21:40.302Z] === CONT  TestStopContainerWithTimeout/3
09:21:42 [2023-04-07T09:21:42.209Z] === CONT  TestStopContainerWithTimeout/1
09:21:43 [2023-04-07T09:21:43.590Z] --- PASS: TestStopContainerWithTimeout (0.01s)
09:21:43 [2023-04-07T09:21:43.590Z]     --- PASS: TestStopContainerWithTimeout/0 (0.67s)
09:21:43 [2023-04-07T09:21:43.590Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.62s)
09:21:43 [2023-04-07T09:21:43.590Z]     --- PASS: TestStopContainerWithTimeout/3 (2.31s)
09:21:43 [2023-04-07T09:21:43.590Z]     --- PASS: TestStopContainerWithTimeout/1 (1.34s)
09:21:43 [2023-04-07T09:21:43.590Z] === RUN   TestDeleteDevicemapper
09:21:43 [2023-04-07T09:21:43.590Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:21:43 [2023-04-07T09:21:43.590Z] --- SKIP: TestDeleteDevicemapper (0.00s)
09:21:43 [2023-04-07T09:21:43.590Z] === RUN   TestStopContainerWithRestartPolicyAlways
09:21:44 [2023-04-07T09:21:44.528Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.04s)
09:21:44 [2023-04-07T09:21:44.528Z] === RUN   TestUpdateMemory
09:21:45 [2023-04-07T09:21:45.099Z] --- PASS: TestUpdateMemory (0.43s)
09:21:45 [2023-04-07T09:21:45.099Z] === RUN   TestUpdateCPUQuota
09:21:45 [2023-04-07T09:21:45.669Z] --- PASS: TestUpdateCPUQuota (0.64s)
09:21:45 [2023-04-07T09:21:45.669Z] === RUN   TestUpdatePidsLimit
09:21:45 [2023-04-07T09:21:45.669Z] === RUN   TestUpdatePidsLimit/update_from_none
09:21:45 [2023-04-07T09:21:45.929Z] === RUN   TestUpdatePidsLimit/no_change
09:21:45 [2023-04-07T09:21:45.929Z] === RUN   TestUpdatePidsLimit/update_lower
09:21:46 [2023-04-07T09:21:46.189Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
09:21:46 [2023-04-07T09:21:46.448Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
09:21:46 [2023-04-07T09:21:46.708Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
09:21:46 [2023-04-07T09:21:46.968Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
09:21:47 [2023-04-07T09:21:47.537Z] --- PASS: TestUpdatePidsLimit (1.88s)
09:21:47 [2023-04-07T09:21:47.537Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.19s)
09:21:47 [2023-04-07T09:21:47.537Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
09:21:47 [2023-04-07T09:21:47.537Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.18s)
09:21:47 [2023-04-07T09:21:47.537Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s)
09:21:47 [2023-04-07T09:21:47.537Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.29s)
09:21:47 [2023-04-07T09:21:47.537Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s)
09:21:47 [2023-04-07T09:21:47.537Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s)
09:21:47 [2023-04-07T09:21:47.537Z] === RUN   TestUpdateRestartPolicy
09:21:59 [2023-04-07T09:21:59.757Z] --- PASS: TestUpdateRestartPolicy (10.47s)
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestUpdateRestartWithAutoRemove
09:21:59 [2023-04-07T09:21:59.757Z] --- PASS: TestUpdateRestartWithAutoRemove (0.38s)
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestWaitNonBlocked
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
09:21:59 [2023-04-07T09:21:59.757Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
09:21:59 [2023-04-07T09:21:59.757Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
09:21:59 [2023-04-07T09:21:59.757Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
09:21:59 [2023-04-07T09:21:59.757Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
09:21:59 [2023-04-07T09:21:59.757Z] --- PASS: TestWaitNonBlocked (0.01s)
09:21:59 [2023-04-07T09:21:59.757Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.59s)
09:21:59 [2023-04-07T09:21:59.757Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.73s)
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestWaitBlocked
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
09:21:59 [2023-04-07T09:21:59.757Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
09:21:59 [2023-04-07T09:21:59.757Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
09:21:59 [2023-04-07T09:21:59.757Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
09:21:59 [2023-04-07T09:21:59.757Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
09:21:59 [2023-04-07T09:21:59.757Z] --- PASS: TestWaitBlocked (0.01s)
09:21:59 [2023-04-07T09:21:59.757Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.50s)
09:21:59 [2023-04-07T09:21:59.757Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.55s)
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestWaitConditions
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestWaitConditions/default
09:21:59 [2023-04-07T09:21:59.757Z] === PAUSE TestWaitConditions/default
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestWaitConditions/not-running
09:21:59 [2023-04-07T09:21:59.757Z] === PAUSE TestWaitConditions/not-running
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestWaitConditions/next-exit
09:21:59 [2023-04-07T09:21:59.757Z] === PAUSE TestWaitConditions/next-exit
09:21:59 [2023-04-07T09:21:59.757Z] === RUN   TestWaitConditions/removed
09:21:59 [2023-04-07T09:21:59.757Z] === PAUSE TestWaitConditions/removed
09:21:59 [2023-04-07T09:21:59.757Z] === CONT  TestWaitConditions/default
09:21:59 [2023-04-07T09:21:59.757Z] === CONT  TestWaitConditions/next-exit
09:21:59 [2023-04-07T09:21:59.757Z]     wait_test.go:146: ContainerID = 90ea12b578ac8acdc90610c3c88398a2daf4ca07c2e78b981b8765d9b41f6c2a
09:21:59 [2023-04-07T09:21:59.757Z]     wait_test.go:146: ContainerID = d84491bee373a42c4affe9e201a0d69fdbbefb5f38929727f8f3974203d34a73
09:22:00 [2023-04-07T09:22:00.329Z] === CONT  TestWaitConditions/removed
09:22:00 [2023-04-07T09:22:00.329Z]     wait_test.go:146: ContainerID = 9ead5764be633f8551356a3a1a69827cd7680e642c0f7ea50692b911987df18d
09:22:00 [2023-04-07T09:22:00.329Z] === CONT  TestWaitConditions/not-running
09:22:00 [2023-04-07T09:22:00.588Z]     wait_test.go:146: ContainerID = bc28b7782fb190800a86cf006d74105fc9a33e744542e19dbf5b3c8122a5a698
09:22:00 [2023-04-07T09:22:00.848Z] --- PASS: TestWaitConditions (0.01s)
09:22:00 [2023-04-07T09:22:00.848Z]     --- PASS: TestWaitConditions/next-exit (0.73s)
09:22:00 [2023-04-07T09:22:00.848Z]     --- PASS: TestWaitConditions/default (0.76s)
09:22:00 [2023-04-07T09:22:00.848Z]     --- PASS: TestWaitConditions/removed (0.38s)
09:22:00 [2023-04-07T09:22:00.848Z]     --- PASS: TestWaitConditions/not-running (0.40s)
09:22:00 [2023-04-07T09:22:00.848Z] === RUN   TestWaitRestartedContainer
09:22:00 [2023-04-07T09:22:00.848Z] === RUN   TestWaitRestartedContainer/default
09:22:00 [2023-04-07T09:22:00.848Z] === PAUSE TestWaitRestartedContainer/default
09:22:00 [2023-04-07T09:22:00.848Z] === RUN   TestWaitRestartedContainer/not-running
09:22:00 [2023-04-07T09:22:00.848Z] === PAUSE TestWaitRestartedContainer/not-running
09:22:00 [2023-04-07T09:22:00.848Z] === RUN   TestWaitRestartedContainer/next-exit
09:22:00 [2023-04-07T09:22:00.848Z] === PAUSE TestWaitRestartedContainer/next-exit
09:22:00 [2023-04-07T09:22:00.848Z] === CONT  TestWaitRestartedContainer/default
09:22:00 [2023-04-07T09:22:00.848Z] === CONT  TestWaitRestartedContainer/next-exit
09:22:01 [2023-04-07T09:22:01.788Z] === CONT  TestWaitRestartedContainer/not-running
09:22:02 [2023-04-07T09:22:02.728Z] --- PASS: TestWaitRestartedContainer (0.02s)
09:22:02 [2023-04-07T09:22:02.728Z]     --- PASS: TestWaitRestartedContainer/default (1.06s)
09:22:02 [2023-04-07T09:22:02.728Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.17s)
09:22:02 [2023-04-07T09:22:02.728Z]     --- PASS: TestWaitRestartedContainer/not-running (0.90s)
09:22:02 [2023-04-07T09:22:02.728Z] === CONT  TestRestartDaemonWithRestartingContainer
09:22:02 [2023-04-07T09:22:02.728Z] === CONT  TestIpcModeOlderClient
09:22:02 [2023-04-07T09:22:02.988Z] --- PASS: TestIpcModeOlderClient (0.06s)
09:22:02 [2023-04-07T09:22:02.988Z] === CONT  TestContainerStartOnDaemonRestart
09:22:04 [2023-04-07T09:22:04.897Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.82s)
09:22:04 [2023-04-07T09:22:04.897Z] === CONT  TestDaemonHostGatewayIP
09:22:04 [2023-04-07T09:22:04.897Z] --- PASS: TestContainerStartOnDaemonRestart (1.84s)
09:22:04 [2023-04-07T09:22:04.897Z] === CONT  TestDaemonRestartIpcMode
09:22:06 [2023-04-07T09:22:06.806Z] --- PASS: TestDaemonHostGatewayIP (2.16s)
09:22:06 [2023-04-07T09:22:06.806Z] === CONT  TestContainerKillOnDaemonStart
09:22:06 [2023-04-07T09:22:06.806Z] --- PASS: TestDaemonRestartIpcMode (2.18s)
09:22:19 [2023-04-07T09:22:19.023Z] --- PASS: TestContainerKillOnDaemonStart (11.36s)
09:22:19 [2023-04-07T09:22:19.023Z] PASS
09:22:19 [2023-04-07T09:22:19.023Z] 
09:22:19 [2023-04-07T09:22:19.023Z] === Skipped
09:22:19 [2023-04-07T09:22:19.023Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
09:22:19 [2023-04-07T09:22:19.023Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
09:22:19 [2023-04-07T09:22:19.023Z] 
09:22:19 [2023-04-07T09:22:19.023Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
09:22:19 [2023-04-07T09:22:19.023Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
09:22:19 [2023-04-07T09:22:19.023Z] 
09:22:19 [2023-04-07T09:22:19.023Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
09:22:19 [2023-04-07T09:22:19.023Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
09:22:19 [2023-04-07T09:22:19.023Z] 
09:22:19 [2023-04-07T09:22:19.023Z] DONE 283 tests, 3 skipped in 117.111s
09:22:19 [2023-04-07T09:22:19.023Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
09:22:19 [2023-04-07T09:22:19.023Z] ++ 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:22:19 [2023-04-07T09:22:19.023Z] ++ set -e
09:22:19 [2023-04-07T09:22:19.023Z] ++ '[' -n 0 ']'
09:22:19 [2023-04-07T09:22:19.023Z] ++ set -x
09:22:19 [2023-04-07T09:22:19.023Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:22:19 [2023-04-07T09:22:19.023Z] INFO: Testing against a local daemon
09:22:19 [2023-04-07T09:22:19.023Z] === RUN   TestConfigDaemonID
09:22:19 [2023-04-07T09:22:19.283Z]     daemon_test.go:51: [d9c028f116268] daemon is not started
09:22:19 [2023-04-07T09:22:19.283Z] --- PASS: TestConfigDaemonID (1.04s)
09:22:19 [2023-04-07T09:22:19.283Z] === RUN   TestDaemonConfigValidation
09:22:19 [2023-04-07T09:22:19.283Z] === RUN   TestDaemonConfigValidation/config_with_no_content
09:22:19 [2023-04-07T09:22:19.283Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
09:22:19 [2023-04-07T09:22:19.283Z] === RUN   TestDaemonConfigValidation/config_with_{}
09:22:19 [2023-04-07T09:22:19.283Z] === PAUSE TestDaemonConfigValidation/config_with_{}
09:22:19 [2023-04-07T09:22:19.283Z] === RUN   TestDaemonConfigValidation/invalid_config
09:22:19 [2023-04-07T09:22:19.283Z] === PAUSE TestDaemonConfigValidation/invalid_config
09:22:19 [2023-04-07T09:22:19.283Z] === RUN   TestDaemonConfigValidation/malformed_config
09:22:19 [2023-04-07T09:22:19.283Z] === PAUSE TestDaemonConfigValidation/malformed_config
09:22:19 [2023-04-07T09:22:19.283Z] === RUN   TestDaemonConfigValidation/valid_config
09:22:19 [2023-04-07T09:22:19.283Z] === PAUSE TestDaemonConfigValidation/valid_config
09:22:19 [2023-04-07T09:22:19.283Z] === CONT  TestDaemonConfigValidation/config_with_no_content
09:22:19 [2023-04-07T09:22:19.283Z] === CONT  TestDaemonConfigValidation/malformed_config
09:22:19 [2023-04-07T09:22:19.542Z] === CONT  TestDaemonConfigValidation/valid_config
09:22:19 [2023-04-07T09:22:19.542Z] === CONT  TestDaemonConfigValidation/invalid_config
09:22:19 [2023-04-07T09:22:19.542Z] === CONT  TestDaemonConfigValidation/config_with_{}
09:22:19 [2023-04-07T09:22:19.542Z] --- PASS: TestDaemonConfigValidation (0.00s)
09:22:19 [2023-04-07T09:22:19.542Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
09:22:19 [2023-04-07T09:22:19.542Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
09:22:19 [2023-04-07T09:22:19.542Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
09:22:19 [2023-04-07T09:22:19.542Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
09:22:19 [2023-04-07T09:22:19.542Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
09:22:19 [2023-04-07T09:22:19.542Z] === RUN   TestConfigDaemonSeccompProfiles
09:22:19 [2023-04-07T09:22:19.542Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
09:22:20 [2023-04-07T09:22:20.923Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
09:22:21 [2023-04-07T09:22:21.863Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
09:22:22 [2023-04-07T09:22:22.802Z]     daemon_test.go:165: [df4a067c877fb] daemon is not started
09:22:22 [2023-04-07T09:22:22.802Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
09:22:22 [2023-04-07T09:22:22.802Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
09:22:22 [2023-04-07T09:22:22.802Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
09:22:22 [2023-04-07T09:22:22.802Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
09:22:22 [2023-04-07T09:22:22.802Z] === RUN   TestDaemonProxy
09:22:22 [2023-04-07T09:22:22.802Z] === RUN   TestDaemonProxy/environment_variables
09:22:24 [2023-04-07T09:22:24.709Z] === RUN   TestDaemonProxy/command-line_options
09:22:26 [2023-04-07T09:22:26.089Z] === RUN   TestDaemonProxy/configuration_file
09:22:27 [2023-04-07T09:22:27.997Z] === RUN   TestDaemonProxy/conflicting_options
09:22:28 [2023-04-07T09:22:28.566Z] === RUN   TestDaemonProxy/reload_sanitized
09:22:28 [2023-04-07T09:22:28.827Z] --- PASS: TestDaemonProxy (6.23s)
09:22:28 [2023-04-07T09:22:28.827Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
09:22:28 [2023-04-07T09:22:28.827Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
09:22:28 [2023-04-07T09:22:28.827Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
09:22:28 [2023-04-07T09:22:28.827Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
09:22:28 [2023-04-07T09:22:28.827Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
09:22:28 [2023-04-07T09:22:28.827Z] === RUN   TestLiveRestore
09:22:28 [2023-04-07T09:22:28.827Z] === RUN   TestLiveRestore/volume_references
09:22:28 [2023-04-07T09:22:28.827Z] === PAUSE TestLiveRestore/volume_references
09:22:28 [2023-04-07T09:22:28.827Z] === CONT  TestLiveRestore/volume_references
09:22:29 [2023-04-07T09:22:29.396Z] === RUN   TestLiveRestore/volume_references/restartPolicy
09:22:29 [2023-04-07T09:22:29.396Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
09:22:30 [2023-04-07T09:22:30.336Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
09:22:31 [2023-04-07T09:22:31.275Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
09:22:31 [2023-04-07T09:22:31.905Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
09:22:32 [2023-04-07T09:22:32.858Z] --- PASS: TestLiveRestore (0.00s)
09:22:32 [2023-04-07T09:22:32.858Z]     --- PASS: TestLiveRestore/volume_references (3.86s)
09:22:32 [2023-04-07T09:22:32.858Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.27s)
09:22:32 [2023-04-07T09:22:32.858Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.83s)
09:22:32 [2023-04-07T09:22:32.858Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.82s)
09:22:32 [2023-04-07T09:22:32.858Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.80s)
09:22:32 [2023-04-07T09:22:32.858Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.82s)
09:22:32 [2023-04-07T09:22:32.858Z] PASS
09:22:32 [2023-04-07T09:22:32.858Z] 
09:22:32 [2023-04-07T09:22:32.858Z] DONE 24 tests in 14.623s
09:22:32 [2023-04-07T09:22:32.858Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
09:22:32 [2023-04-07T09:22:32.858Z] ++ 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:22:32 [2023-04-07T09:22:32.858Z] ++ set -e
09:22:32 [2023-04-07T09:22:32.858Z] ++ '[' -n 0 ']'
09:22:32 [2023-04-07T09:22:32.858Z] ++ set -x
09:22:32 [2023-04-07T09:22:32.858Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:22:33 [2023-04-07T09:22:33.122Z] INFO: Testing against a local daemon
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestCommitInheritsEnv
09:22:33 [2023-04-07T09:22:33.122Z] --- PASS: TestCommitInheritsEnv (0.15s)
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestImportExtremelyLargeImageWorks
09:22:33 [2023-04-07T09:22:33.122Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
09:22:33 [2023-04-07T09:22:33.122Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestImportWithCustomPlatform
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestImportWithCustomPlatform/#00
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestImportWithCustomPlatform/_______
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestImportWithCustomPlatform//
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestImportWithCustomPlatform/linux
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestImportWithCustomPlatform/LINUX
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestImportWithCustomPlatform/macos
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestImportWithCustomPlatform/macos/arm64
09:22:33 [2023-04-07T09:22:33.122Z] === RUN   TestImportWithCustomPlatform/nintendo64
09:22:33 [2023-04-07T09:22:33.381Z] --- PASS: TestImportWithCustomPlatform (0.12s)
09:22:33 [2023-04-07T09:22:33.381Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
09:22:33 [2023-04-07T09:22:33.381Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
09:22:33 [2023-04-07T09:22:33.381Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
09:22:33 [2023-04-07T09:22:33.381Z]     --- PASS: TestImportWithCustomPlatform/linux (0.03s)
09:22:33 [2023-04-07T09:22:33.381Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
09:22:33 [2023-04-07T09:22:33.381Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
09:22:33 [2023-04-07T09:22:33.381Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
09:22:33 [2023-04-07T09:22:33.381Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
09:22:33 [2023-04-07T09:22:33.382Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
09:22:33 [2023-04-07T09:22:33.382Z] === RUN   TestImagesFilterMultiReference
09:22:33 [2023-04-07T09:22:33.382Z] --- PASS: TestImagesFilterMultiReference (0.06s)
09:22:33 [2023-04-07T09:22:33.382Z] === RUN   TestImagesFilterBeforeSince
09:22:33 [2023-04-07T09:22:33.644Z]     list_test.go:87: ImageList: ID=sha256:5533804aebb84ff983dd3098bef38560736263363a3ada15cb8a01c79b795bb7 RepoTags=[testimagesfilterbeforesince:v1]
09:22:33 [2023-04-07T09:22:33.644Z]     list_test.go:87: ImageList: ID=sha256:29b175a6e792d5f670cb4b4a9b337a40251f5bfd6994b4b9a944aa97c05b07b0 RepoTags=[testimagesfilterbeforesince:v2]
09:22:33 [2023-04-07T09:22:33.644Z]     list_test.go:87: ImageList: ID=sha256:3bafe1f5789855ea1cc2b6e20354814317179838d9cfb5829d98af740ebaa252 RepoTags=[testimagesfilterbeforesince:v3]
09:22:33 [2023-04-07T09:22:33.644Z] --- PASS: TestImagesFilterBeforeSince (0.23s)
09:22:33 [2023-04-07T09:22:33.644Z] === RUN   TestImagePullPlatformInvalid
09:22:33 [2023-04-07T09:22:33.644Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
09:22:33 [2023-04-07T09:22:33.644Z] === RUN   TestImagePullStoredfDigestForOtherRepo
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" 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.20.3 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=info msg="redis not configured" go.version=go1.20.3 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=info msg="Starting upload purge in 9m0s" go.version=go1.20.3 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.3 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=14b5b815-cf3f-4289-85cc-feca5069fcb7 http.request.method=GET http.request.remoteaddr="127.0.0.1:33548" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=14b5b815-cf3f-4289-85cc-feca5069fcb7 http.request.method=GET http.request.remoteaddr="127.0.0.1:33548" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.036717ms http.response.status=200 http.response.written=2 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=f0ec25d9-2af0-400e-8022-407bb867b839 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa09ce0d-0c0f-4cfe-9ab6-f405c1f6eee4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa09ce0d-0c0f-4cfe-9ab6-f405c1f6eee4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa09ce0d-0c0f-4cfe-9ab6-f405c1f6eee4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=71.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).GetContent" trace.id=f147e0df-a9e0-496a-af8f-36ef5118f3d0 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe err.message="blob unknown to registry" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa09ce0d-0c0f-4cfe-9ab6-f405c1f6eee4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.330474ms http.response.status=404 http.response.written=157 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.20+unknown"
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=f0ec25d9-2af0-400e-8022-407bb867b839 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=47eddf1e-64ef-484d-aeca-b56aede91bbc http.request.method=POST http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=f0ec25d9-2af0-400e-8022-407bb867b839 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=49.665µ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=bf4b8442-9c9f-4ced-8f08-342adf0d5511 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=47eddf1e-64ef-484d-aeca-b56aede91bbc http.request.method=POST http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b/startedat\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=47eddf1e-64ef-484d-aeca-b56aede91bbc http.request.method=POST http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=123.076µ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=06f3c9c7-50d1-4aa6-a4e9-f84aa5fe5650 trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=47eddf1e-64ef-484d-aeca-b56aede91bbc http.request.method=POST http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=12.726µ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=06b34da7-245f-48ef-87cf-9f21ed30dd1b trace.line=141 vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=f0ec25d9-2af0-400e-8022-407bb867b839 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=5.276047ms http.response.status=404 http.response.written=157 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.20+unknown"
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b/hashstates/sha256/0\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=47eddf1e-64ef-484d-aeca-b56aede91bbc http.request.method=POST http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=76.085µ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=707eecec-6d26-4102-8a22-e319cffa57a2 trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=47eddf1e-64ef-484d-aeca-b56aede91bbc http.request.method=POST http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=4.474848ms http.response.status=202 http.response.written=0 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.20+unknown"
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=4601cea2-16e2-47c7-9164-0e1bfd9a5abc http.request.method=POST http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=4601cea2-16e2-47c7-9164-0e1bfd9a5abc http.request.method=POST http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390/startedat\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=4601cea2-16e2-47c7-9164-0e1bfd9a5abc http.request.method=POST http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=79.819µ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=c30f11ed-c4c2-4203-9727-ee3955fb38a6 trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.644Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=4601cea2-16e2-47c7-9164-0e1bfd9a5abc http.request.method=POST http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=11.504µ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=9e25a1e0-ba3c-4a4e-a7e0-4a56618f34fd trace.line=141 vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b/startedat\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=29.727µ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=d798a9db-4442-454c-9f35-a3081cf5e338 trace.line=82 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=15.187µ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=7aed1c1b-0074-4dde-810e-427f060f34e0 trace.line=141 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390/hashstates/sha256/0\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=4601cea2-16e2-47c7-9164-0e1bfd9a5abc http.request.method=POST http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=284.765µ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=a3460658-293d-417b-9b26-2832913affdb trace.line=95 vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=4601cea2-16e2-47c7-9164-0e1bfd9a5abc http.request.method=POST http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=5.90654ms http.response.status=202 http.response.written=0 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.20+unknown"
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b/data\", 0)" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=139.716µ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=b73f0f8d-f4da-46e8-bcd4-499ef978dd85 trace.line=124 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=20.923µ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=d1b9a449-e1af-46ed-b44c-6f28c8810e53 trace.line=141 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=18.133µ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=97f8f281-934a-4cac-bea2-3dbff0d68a27 trace.line=141 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=15.926µ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=85b52d6c-3d7c-47b6-b0c8-b0d8bd12ea80 trace.line=141 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=84.882µ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=53b69571-b9f4-4e87-ad39-d7e2197385ec trace.line=167 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=67.7µ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=3b6e7e4c-bd34-4020-b487-e8ec5b4e66e2 trace.line=95 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=93.956µ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=74b637c0-3ba3-45ea-b0ad-a7f05e61b480 trace.line=181 vars.name=test vars.uuid=dee32579-03f7-49ea-8d88-dfe8931ef58b version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=faf44d0f-dc9d-4673-b31d-e168c3a0a2dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:33560" http.request.uri="/v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=7.926601ms http.response.status=201 http.response.written=0 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "PUT /v2/test/blobs/uploads/dee32579-03f7-49ea-8d88-dfe8931ef58b?_state=wXFbDFyJcAgAtoPGMIJe1QHojJbUPn6p-ZpefE6hy5Z7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRlZTMyNTc5LTAzZjctNDllYS04ZDg4LWRmZTg5MzFlZjU4YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41NzcyNjI4NTdaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.20+unknown"
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390/startedat\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=47.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).GetContent" trace.id=ca72abb6-7b55-4b24-8854-a7ee755e3b05 trace.line=82 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=16.853µ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=76b6333b-859a-4aab-97ce-86f13138b5ef trace.line=141 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390/data\", 0)" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=71.146µ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=9b89ad75-0788-4307-a47d-3185b40db93b trace.line=124 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=12.611µ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=0b31a256-ab4a-483a-80ae-692877407aea trace.line=141 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.645Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=16.303µ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=62b4c8d2-8247-41b4-ab57-439ed6ea11c7 trace.line=141 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390/data\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=12.75µ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=ae4a9200-f8bd-4ec7-a94b-57d366b83a94 trace.line=141 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=47.877µ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=d9d24361-5c9e-4b79-9768-a73968c54d50 trace.line=167 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=49.715µ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=6af7b975-ab16-4f1d-bb30-2bc83f49ce6b trace.line=95 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390\")" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=77.291µ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=5101a31d-9864-4f0d-8051-dc60370024df trace.line=181 vars.name=test vars.uuid=3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f9198fc1-846f-472e-ad06-56e5abb3738c http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=7.476381ms http.response.status=201 http.response.written=0 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "PUT /v2/test/blobs/uploads/3f5dd3e1-ecc3-4ee1-aa68-bd41bee86390?_state=qTRxFZYTHC0Vz2Og-7D5daC6IYxh4SGVOVP-Lexav8h7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjNmNWRkM2UxLWVjYzMtNGVlMS1hYTY4LWJkNDFiZWU4NjM5MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNC0wN1QwOToyMjozMy41ODM1MTM1NzRaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.20+unknown"
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a95a3c37-70f1-4a47-b716-aa87a7407177 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a95a3c37-70f1-4a47-b716-aa87a7407177 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a95a3c37-70f1-4a47-b716-aa87a7407177 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=18.658µ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=4edf57df-7f05-45f6-9e20-3f0acef7ff16 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a95a3c37-70f1-4a47-b716-aa87a7407177 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.723685ms http.response.status=404 http.response.written=96 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.20+unknown"
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg=PutImageManifest go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=278.447µ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=0e9585ef-2cab-4b7f-8a68-f6e9bd9d9c14 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=208.589µ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=40904bd1-626f-4eed-93a2-f22fd37eb38e trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=155.568µ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=dfcf308a-e31d-40f2-bb62-5d62de8c094d trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=15.31µ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=ae5cd415-5c4b-4bcf-bd4d-056a5c8718de trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=20.193µ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=82db3f0d-6d4a-4583-bbf3-9b24d4ccf867 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=254.357µ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=2a8eaa9c-07bb-4dc4-985d-9a103d5e699a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=308.559µ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=7fe149f8-c178-40b6-924b-80a0805e5e37 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=239.013µ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=01c3eb49-2170-4b4e-8e1e-9c7153c4f0c7 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=74.535µ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=b6f9fd01-1269-42d7-835c-513f7161c99b trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=108.52µ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=48ed2b92-0eba-4cbb-8ee0-7245dce2aeb8 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=60523977-ebe8-4c78-852d-b64318d12dab http.request.method=PUT http.request.remoteaddr="127.0.0.1:33558" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.20+unknown" http.response.duration=4.461195ms http.response.status=201 http.response.written=0 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.20+unknown"
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=849f579a-94c6-43ee-8e45-b89b44741551 http.request.method=GET http.request.remoteaddr="127.0.0.1:33596" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=849f579a-94c6-43ee-8e45-b89b44741551 http.request.method=GET http.request.remoteaddr="127.0.0.1:33596" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f 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="794.873µs" http.response.status=200 http.response.written=2 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa1ff885-e8d3-4495-a48c-05084d4da215 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33612" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.646Z] time="2023-04-07T09:22:33Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa1ff885-e8d3-4495-a48c-05084d4da215 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33612" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa1ff885-e8d3-4495-a48c-05084d4da215 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33612" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=32.443µ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=d1f382d9-d3b7-4f63-bd57-1c3f32544f84 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa1ff885-e8d3-4495-a48c-05084d4da215 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33612" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa1ff885-e8d3-4495-a48c-05084d4da215 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33612" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=103.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).GetContent" trace.id=902e7459-9780-4081-8a9d-d9c60e55e2af trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa1ff885-e8d3-4495-a48c-05084d4da215 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33612" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=14.711µ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=52fb97e9-65cf-45be-bd65-41a3c08eafc4 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa1ff885-e8d3-4495-a48c-05084d4da215 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33612" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=44.316µ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=a6fd83fa-fb33-4968-9059-192c0c6bc5d9 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa1ff885-e8d3-4495-a48c-05084d4da215 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33612" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference=latest version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=fa1ff885-e8d3-4495-a48c-05084d4da215 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33612" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f 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.845119ms http.response.status=200 http.response.written=417 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a9624c3a-0920-4516-b35c-0f4c8b060741 http.request.method=GET http.request.remoteaddr="127.0.0.1:33616" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a9624c3a-0920-4516-b35c-0f4c8b060741 http.request.method=GET http.request.remoteaddr="127.0.0.1:33616" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a9624c3a-0920-4516-b35c-0f4c8b060741 http.request.method=GET http.request.remoteaddr="127.0.0.1:33616" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a9624c3a-0920-4516-b35c-0f4c8b060741 http.request.method=GET http.request.remoteaddr="127.0.0.1:33616" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=99.306µ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=27eef801-0d9c-42f3-a6c6-1873cf9ba38e trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a9624c3a-0920-4516-b35c-0f4c8b060741 http.request.method=GET http.request.remoteaddr="127.0.0.1:33616" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=28.718µ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=20141762-06be-4791-a3f6-ba6c6c7f0940 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a9624c3a-0920-4516-b35c-0f4c8b060741 http.request.method=GET http.request.remoteaddr="127.0.0.1:33616" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=26.363µ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=647c7f80-0abf-4c7f-a3e4-383686430f90 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a9624c3a-0920-4516-b35c-0f4c8b060741 http.request.method=GET http.request.remoteaddr="127.0.0.1:33616" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=a9624c3a-0920-4516-b35c-0f4c8b060741 http.request.method=GET http.request.remoteaddr="127.0.0.1:33616" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f 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=1.839795ms http.response.status=200 http.response.written=417 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=111.991µ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=277ff586-2862-438e-9358-39c5d5dbff7e trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=128.491µ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=43b75807-8b46-477a-979f-89551502f584 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=27.864µ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=6b2ae02e-e17a-4179-8252-9aa0903bbe24 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=17.469µ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=efa7a3e4-a4d0-4afc-a805-0b88ad89027e trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=30.17µ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=12112228-d50f-4104-8e02-c2c771bbe905 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.647Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=67.766µ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=ee4832c6-b245-43d4-a5d7-31b2332f0f90 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=52.685µ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=945ddbad-a7d6-40d1-aa51-4fe70cc29891 trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=27.339µ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=df650413-ad5d-4a01-8a25-8ede0cff99ed trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=24.451µ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=02135043-b661-4070-a3fe-aa5ad302754f trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=2e533f1f-5d41-4c1f-96ba-991dc0562e8f http.request.method=GET http.request.remoteaddr="127.0.0.1:33628" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f 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=5.179638ms http.response.status=200 http.response.written=179 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg=GetBlob go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=48.271µ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=afa02f24-17ee-4c10-bd1d-7f13fa84d45f trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=14.917µ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=cda722a9-c62c-4443-a30a-581be47e4cb5 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=21.145µ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=b35b434a-f3ec-4b2a-b123-5c16fa166b29 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=11.775µ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=ee35e50f-ede9-4afd-9438-4e3513429e6a trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=23.065µ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=0ed482ea-556e-472f-b9d3-ca1b1d2fc0e8 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=22.072µ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=291e71f2-94bb-4e5c-ad41-3a340ed27477 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=46.071µ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=a54d0c34-cd09-49ca-ba6c-d260701f90f3 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=30.761µ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=43509fe6-54c3-4309-91af-f5d160b6cd80 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=14.949µ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=9c1c7b7a-90a3-49e1-b281-3af068b8106b trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=1e06ed69-2ca9-4a2c-8841-716a8224fe9c http.request.method=GET http.request.remoteaddr="127.0.0.1:33640" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f 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=9.082061ms http.response.status=200 http.response.written=68 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.648Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=277e40c7-1920-4622-9f2e-57adb603a2b2 http.request.method=GET http.request.remoteaddr="127.0.0.1:33662" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" level=info msg="response completed" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=277e40c7-1920-4622-9f2e-57adb603a2b2 http.request.method=GET http.request.remoteaddr="127.0.0.1:33662" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f 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=5.336601ms http.response.status=200 http.response.written=2 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.908Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=77867f86-5307-49ed-8619-c858b143c938 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33672" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=77867f86-5307-49ed-8619-c858b143c938 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33672" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=77867f86-5307-49ed-8619-c858b143c938 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33672" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=77867f86-5307-49ed-8619-c858b143c938 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33672" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=409.621µ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=2b522dc1-f106-4102-9c93-2158fcad2cb7 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=77867f86-5307-49ed-8619-c858b143c938 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33672" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=20.266µ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=d5867879-9437-462c-a81b-89114032ea13 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" 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.20.3 http.request.host="127.0.0.1:5000" http.request.id=77867f86-5307-49ed-8619-c858b143c938 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:33672" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f 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.845866ms http.response.status=404 http.response.written=181 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.908Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" level=debug msg="authorizing request" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=3aefa19c-6886-442e-8f42-fc917b158af7 http.request.method=GET http.request.remoteaddr="127.0.0.1:33674" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" level=debug msg=GetImageManifest go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=3aefa19c-6886-442e-8f42-fc917b158af7 http.request.method=GET http.request.remoteaddr="127.0.0.1:33674" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=3aefa19c-6886-442e-8f42-fc917b158af7 http.request.method=GET http.request.remoteaddr="127.0.0.1:33674" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.908Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=3aefa19c-6886-442e-8f42-fc917b158af7 http.request.method=GET http.request.remoteaddr="127.0.0.1:33674" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=19.511µ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=587418e0-a82c-4d67-925d-73ae431e0780 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.909Z] time="2023-04-07T09:22:33Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.20.3 http.request.host="127.0.0.1:5000" http.request.id=3aefa19c-6886-442e-8f42-fc917b158af7 http.request.method=GET http.request.remoteaddr="127.0.0.1:33674" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 trace.duration=11.224µ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=b73df2d3-11a6-431b-ae7d-1eba5c1b7f52 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.909Z] time="2023-04-07T09:22:33Z" 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.20.3 http.request.host="127.0.0.1:5000" http.request.id=3aefa19c-6886-442e-8f42-fc917b158af7 http.request.method=GET http.request.remoteaddr="127.0.0.1:33674" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f 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="926.022µs" http.response.status=404 http.response.written=181 instance.id=857e7748-8f57-4974-8ef5-960a95b951d6 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" 
09:22:33 [2023-04-07T09:22:33.909Z] 127.0.0.1 - - [07/Apr/2023:09:22:33 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.20.3 git-commit/be4abf9d6e7332785ba6819fa026f0f3e4fdca6f kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
09:22:33 [2023-04-07T09:22:33.909Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.23s)
09:22:33 [2023-04-07T09:22:33.909Z] === RUN   TestRemoveImageOrphaning
09:22:33 [2023-04-07T09:22:33.909Z] --- PASS: TestRemoveImageOrphaning (0.17s)
09:22:33 [2023-04-07T09:22:33.909Z] === RUN   TestRemoveImageGarbageCollector
09:22:33 [2023-04-07T09:22:33.909Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:22:33 [2023-04-07T09:22:33.909Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
09:22:33 [2023-04-07T09:22:33.909Z] === RUN   TestTagUnprefixedRepoByNameOrName
09:22:33 [2023-04-07T09:22:33.909Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
09:22:33 [2023-04-07T09:22:33.909Z] === RUN   TestTagInvalidReference
09:22:33 [2023-04-07T09:22:33.909Z] --- PASS: TestTagInvalidReference (0.01s)
09:22:33 [2023-04-07T09:22:33.909Z] === RUN   TestTagValidPrefixedRepo
09:22:34 [2023-04-07T09:22:34.169Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
09:22:34 [2023-04-07T09:22:34.169Z] === RUN   TestTagExistedNameWithoutForce
09:22:34 [2023-04-07T09:22:34.169Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
09:22:34 [2023-04-07T09:22:34.169Z] === RUN   TestTagOfficialNames
09:22:34 [2023-04-07T09:22:34.169Z] --- PASS: TestTagOfficialNames (0.05s)
09:22:34 [2023-04-07T09:22:34.169Z] === RUN   TestTagMatchesDigest
09:22:34 [2023-04-07T09:22:34.169Z] --- PASS: TestTagMatchesDigest (0.01s)
09:22:34 [2023-04-07T09:22:34.169Z] PASS
09:22:34 [2023-04-07T09:22:34.169Z] 
09:22:34 [2023-04-07T09:22:34.169Z] === Skipped
09:22:34 [2023-04-07T09:22:34.169Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
09:22:34 [2023-04-07T09:22:34.169Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
09:22:34 [2023-04-07T09:22:34.169Z] 
09:22:34 [2023-04-07T09:22:34.169Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
09:22:34 [2023-04-07T09:22:34.169Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:22:34 [2023-04-07T09:22:34.169Z] 
09:22:34 [2023-04-07T09:22:34.169Z] DONE 24 tests, 2 skipped in 1.340s
09:22:34 [2023-04-07T09:22:34.169Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
09:22:34 [2023-04-07T09:22:34.169Z] ++ 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:22:34 [2023-04-07T09:22:34.169Z] ++ set -e
09:22:34 [2023-04-07T09:22:34.169Z] ++ '[' -n 0 ']'
09:22:34 [2023-04-07T09:22:34.169Z] ++ set -x
09:22:34 [2023-04-07T09:22:34.169Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:22:34 [2023-04-07T09:22:34.169Z] === RUN   TestStripANSICommands
09:22:34 [2023-04-07T09:22:34.169Z] === RUN   TestStripANSICommands/#00
09:22:34 [2023-04-07T09:22:34.169Z] === RUN   TestStripANSICommands/#01
09:22:34 [2023-04-07T09:22:34.169Z] --- PASS: TestStripANSICommands (0.00s)
09:22:34 [2023-04-07T09:22:34.169Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
09:22:34 [2023-04-07T09:22:34.169Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
09:22:34 [2023-04-07T09:22:34.169Z] PASS
09:22:34 [2023-04-07T09:22:34.169Z] 
09:22:34 [2023-04-07T09:22:34.169Z] DONE 3 tests in 0.044s
09:22:34 [2023-04-07T09:22:34.169Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
09:22:34 [2023-04-07T09:22:34.169Z] ++ 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:22:34 [2023-04-07T09:22:34.169Z] ++ set -e
09:22:34 [2023-04-07T09:22:34.169Z] ++ '[' -n 0 ']'
09:22:34 [2023-04-07T09:22:34.169Z] ++ set -x
09:22:34 [2023-04-07T09:22:34.169Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:22:34 [2023-04-07T09:22:34.429Z] INFO: Testing against a local daemon
09:22:34 [2023-04-07T09:22:34.429Z] === RUN   TestNetworkCreateDelete
09:22:34 [2023-04-07T09:22:34.429Z] --- PASS: TestNetworkCreateDelete (0.14s)
09:22:34 [2023-04-07T09:22:34.429Z] === RUN   TestDockerNetworkDeletePreferID
09:22:34 [2023-04-07T09:22:34.998Z] --- PASS: TestDockerNetworkDeletePreferID (0.41s)
09:22:34 [2023-04-07T09:22:34.998Z] === RUN   TestDaemonDNSFallback
09:22:41 [2023-04-07T09:22:41.571Z] --- PASS: TestDaemonDNSFallback (6.10s)
09:22:41 [2023-04-07T09:22:41.571Z] === RUN   TestInspectNetwork
09:22:43 [2023-04-07T09:22:43.480Z] === RUN   TestInspectNetwork/full_network_id
09:22:43 [2023-04-07T09:22:43.480Z] === RUN   TestInspectNetwork/partial_network_id
09:22:43 [2023-04-07T09:22:43.480Z] === RUN   TestInspectNetwork/network_name
09:22:43 [2023-04-07T09:22:43.480Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
09:22:47 [2023-04-07T09:22:47.676Z] --- PASS: TestInspectNetwork (6.46s)
09:22:47 [2023-04-07T09:22:47.676Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
09:22:47 [2023-04-07T09:22:47.676Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
09:22:47 [2023-04-07T09:22:47.676Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
09:22:47 [2023-04-07T09:22:47.676Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
09:22:47 [2023-04-07T09:22:47.676Z] === RUN   TestRunContainerWithBridgeNone
09:22:48 [2023-04-07T09:22:48.616Z] --- PASS: TestRunContainerWithBridgeNone (1.28s)
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/create
09:22:48 [2023-04-07T09:22:48.616Z] === PAUSE TestNetworkInvalidJSON/networks/create
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
09:22:48 [2023-04-07T09:22:48.616Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
09:22:48 [2023-04-07T09:22:48.616Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
09:22:48 [2023-04-07T09:22:48.616Z] === CONT  TestNetworkInvalidJSON/networks/create
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
09:22:48 [2023-04-07T09:22:48.616Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
09:22:48 [2023-04-07T09:22:48.616Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
09:22:48 [2023-04-07T09:22:48.616Z] --- PASS: TestNetworkInvalidJSON (0.01s)
09:22:48 [2023-04-07T09:22:48.616Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkList
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkList//networks
09:22:48 [2023-04-07T09:22:48.616Z] === PAUSE TestNetworkList//networks
09:22:48 [2023-04-07T09:22:48.616Z] === RUN   TestNetworkList//networks/
09:22:48 [2023-04-07T09:22:48.616Z] === PAUSE TestNetworkList//networks/
09:22:48 [2023-04-07T09:22:48.876Z] === CONT  TestNetworkList//networks
09:22:48 [2023-04-07T09:22:48.876Z] === CONT  TestNetworkList//networks/
09:22:48 [2023-04-07T09:22:48.876Z] --- PASS: TestNetworkList (0.02s)
09:22:48 [2023-04-07T09:22:48.876Z]     --- PASS: TestNetworkList//networks/ (0.00s)
09:22:48 [2023-04-07T09:22:48.876Z]     --- PASS: TestNetworkList//networks (0.00s)
09:22:48 [2023-04-07T09:22:48.876Z] === RUN   TestHostIPv4BridgeLabel
09:22:49 [2023-04-07T09:22:49.446Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
09:22:49 [2023-04-07T09:22:49.446Z] === RUN   TestDefaultNetworkOpts
09:22:49 [2023-04-07T09:22:49.446Z] === RUN   TestDefaultNetworkOpts/default_value
09:22:50 [2023-04-07T09:22:50.385Z] === RUN   TestDefaultNetworkOpts/cmdline_value
09:22:51 [2023-04-07T09:22:51.766Z] === RUN   TestDefaultNetworkOpts/config-from_value
09:22:53 [2023-04-07T09:22:53.148Z] --- PASS: TestDefaultNetworkOpts (3.52s)
09:22:53 [2023-04-07T09:22:53.148Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.16s)
09:22:53 [2023-04-07T09:22:53.148Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.19s)
09:22:53 [2023-04-07T09:22:53.148Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.16s)
09:22:53 [2023-04-07T09:22:53.148Z] === RUN   TestDaemonRestartWithLiveRestore
09:22:54 [2023-04-07T09:22:54.088Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
09:22:54 [2023-04-07T09:22:54.088Z] === RUN   TestDaemonDefaultNetworkPools
09:22:54 [2023-04-07T09:22:54.658Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
09:22:54 [2023-04-07T09:22:54.658Z] === RUN   TestDaemonRestartWithExistingNetwork
09:22:56 [2023-04-07T09:22:56.038Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
09:22:56 [2023-04-07T09:22:56.038Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
09:22:56 [2023-04-07T09:22:56.978Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
09:22:56 [2023-04-07T09:22:56.978Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
09:22:57 [2023-04-07T09:22:57.548Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
09:22:57 [2023-04-07T09:22:57.548Z] === RUN   TestServiceWithPredefinedNetwork
09:23:00 [2023-04-07T09:23:00.087Z] --- PASS: TestServiceWithPredefinedNetwork (2.07s)
09:23:00 [2023-04-07T09:23:00.087Z] === RUN   TestServiceRemoveKeepsIngressNetwork
09:23:00 [2023-04-07T09:23:00.087Z]     service_test.go:242: FLAKY_TEST
09:23:00 [2023-04-07T09:23:00.087Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
09:23:00 [2023-04-07T09:23:00.087Z] === RUN   TestServiceWithDataPathPortInit
09:23:12 [2023-04-07T09:23:12.306Z] --- PASS: TestServiceWithDataPathPortInit (12.68s)
09:23:12 [2023-04-07T09:23:12.306Z] === RUN   TestServiceWithDefaultAddressPoolInit
09:23:14 [2023-04-07T09:23:14.844Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:kh23qd3h2gkqn0g0p3eob2par Created:2023-04-07 09:23:13.528226502 +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[65f8b90070526eface02a86187d2d3227681e2ea95806ad084660c56f6a27ac8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.73dfwe9y6rc982vpxu0w1id9f EndpointID:a1032dc4a93e52bb7e98d72c0f59f7b9a6ca05363456658276df74e65bf98ac2 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2d5bb2f9e8ed72cc91fda91343402ed66faef5532c7f981deac31e92f96a051a 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:15d9214a7709 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.73dfwe9y6rc982vpxu0w1id9f EndpointID:a1032dc4a93e52bb7e98d72c0f59f7b9a6ca05363456658276df74e65bf98ac2 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
09:23:19 [2023-04-07T09:23:19.040Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.46s)
09:23:19 [2023-04-07T09:23:19.040Z] PASS
09:23:19 [2023-04-07T09:23:19.040Z] 
09:23:19 [2023-04-07T09:23:19.040Z] === Skipped
09:23:19 [2023-04-07T09:23:19.040Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
09:23:19 [2023-04-07T09:23:19.040Z]     service_test.go:242: FLAKY_TEST
09:23:19 [2023-04-07T09:23:19.040Z] 
09:23:19 [2023-04-07T09:23:19.040Z] DONE 42 tests, 1 skipped in 44.525s
09:23:19 [2023-04-07T09:23:19.041Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
09:23:19 [2023-04-07T09:23:19.041Z] ++ 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:23:19 [2023-04-07T09:23:19.041Z] ++ set -e
09:23:19 [2023-04-07T09:23:19.041Z] ++ '[' -n 0 ']'
09:23:19 [2023-04-07T09:23:19.041Z] ++ set -x
09:23:19 [2023-04-07T09:23:19.041Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:23:19 [2023-04-07T09:23:19.041Z] INFO: Testing against a local daemon
09:23:19 [2023-04-07T09:23:19.041Z] === RUN   TestDockerNetworkIpvlanPersistance
09:23:19 [2023-04-07T09:23:19.041Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:23:19 [2023-04-07T09:23:19.041Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
09:23:19 [2023-04-07T09:23:19.041Z] === RUN   TestDockerNetworkIpvlan
09:23:19 [2023-04-07T09:23:19.041Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:23:19 [2023-04-07T09:23:19.041Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
09:23:19 [2023-04-07T09:23:19.041Z] PASS
09:23:19 [2023-04-07T09:23:19.041Z] 
09:23:19 [2023-04-07T09:23:19.041Z] === Skipped
09:23:19 [2023-04-07T09:23:19.041Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
09:23:19 [2023-04-07T09:23:19.041Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:23:19 [2023-04-07T09:23:19.041Z] 
09:23:19 [2023-04-07T09:23:19.041Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
09:23:19 [2023-04-07T09:23:19.041Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
09:23:19 [2023-04-07T09:23:19.041Z] 
09:23:19 [2023-04-07T09:23:19.041Z] DONE 2 tests, 2 skipped in 0.111s
09:23:19 [2023-04-07T09:23:19.041Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
09:23:19 [2023-04-07T09:23:19.041Z] ++ 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:23:19 [2023-04-07T09:23:19.041Z] ++ set -e
09:23:19 [2023-04-07T09:23:19.041Z] ++ '[' -n 0 ']'
09:23:19 [2023-04-07T09:23:19.041Z] ++ set -x
09:23:19 [2023-04-07T09:23:19.041Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:23:19 [2023-04-07T09:23:19.041Z] INFO: Testing against a local daemon
09:23:19 [2023-04-07T09:23:19.041Z] === RUN   TestDockerNetworkMacvlanPersistance
09:23:20 [2023-04-07T09:23:20.421Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.19s)
09:23:20 [2023-04-07T09:23:20.421Z] === RUN   TestDockerNetworkMacvlan
09:23:20 [2023-04-07T09:23:20.681Z] === RUN   TestDockerNetworkMacvlan/Subinterface
09:23:21 [2023-04-07T09:23:21.620Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
09:23:22 [2023-04-07T09:23:22.189Z] === RUN   TestDockerNetworkMacvlan/NilParent
09:23:23 [2023-04-07T09:23:23.571Z] === RUN   TestDockerNetworkMacvlan/InternalMode
09:23:24 [2023-04-07T09:23:24.952Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
09:23:27 [2023-04-07T09:23:27.489Z] === RUN   TestDockerNetworkMacvlan/Addressing
09:23:27 [2023-04-07T09:23:27.749Z] --- PASS: TestDockerNetworkMacvlan (7.48s)
09:23:27 [2023-04-07T09:23:27.749Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
09:23:27 [2023-04-07T09:23:27.749Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
09:23:27 [2023-04-07T09:23:27.749Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.60s)
09:23:27 [2023-04-07T09:23:27.749Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.58s)
09:23:27 [2023-04-07T09:23:27.749Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.24s)
09:23:27 [2023-04-07T09:23:27.749Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.36s)
09:23:27 [2023-04-07T09:23:27.749Z] PASS
09:23:27 [2023-04-07T09:23:27.749Z] 
09:23:27 [2023-04-07T09:23:27.749Z] DONE 8 tests in 8.757s
09:23:27 [2023-04-07T09:23:27.749Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
09:23:27 [2023-04-07T09:23:27.749Z] ++ 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:23:27 [2023-04-07T09:23:27.749Z] ++ set -e
09:23:27 [2023-04-07T09:23:27.749Z] ++ '[' -n 0 ']'
09:23:27 [2023-04-07T09:23:27.749Z] ++ set -x
09:23:27 [2023-04-07T09:23:27.749Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:23:27 [2023-04-07T09:23:27.749Z] testing: warning: no tests to run
09:23:27 [2023-04-07T09:23:27.749Z] PASS
09:23:27 [2023-04-07T09:23:27.749Z] 
09:23:27 [2023-04-07T09:23:27.749Z] DONE 0 tests in 0.027s
09:23:27 [2023-04-07T09:23:27.749Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
09:23:27 [2023-04-07T09:23:27.749Z] ++ 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:23:27 [2023-04-07T09:23:27.749Z] ++ set -e
09:23:27 [2023-04-07T09:23:27.749Z] ++ '[' -n 0 ']'
09:23:27 [2023-04-07T09:23:27.749Z] ++ set -x
09:23:27 [2023-04-07T09:23:27.749Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:23:27 [2023-04-07T09:23:27.749Z] INFO: Testing against a local daemon
09:23:27 [2023-04-07T09:23:27.749Z] === RUN   TestAuthZPluginAllowRequest
09:23:28 [2023-04-07T09:23:28.690Z] --- PASS: TestAuthZPluginAllowRequest (1.00s)
09:23:28 [2023-04-07T09:23:28.690Z] === RUN   TestAuthZPluginTLS
09:23:29 [2023-04-07T09:23:29.260Z] --- PASS: TestAuthZPluginTLS (0.55s)
09:23:29 [2023-04-07T09:23:29.260Z] === RUN   TestAuthZPluginDenyRequest
09:23:29 [2023-04-07T09:23:29.829Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
09:23:29 [2023-04-07T09:23:29.829Z] === RUN   TestAuthZPluginAPIDenyResponse
09:23:30 [2023-04-07T09:23:30.399Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
09:23:30 [2023-04-07T09:23:30.399Z] === RUN   TestAuthZPluginDenyResponse
09:23:30 [2023-04-07T09:23:30.969Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
09:23:30 [2023-04-07T09:23:30.969Z] === RUN   TestAuthZPluginAllowEventStream
09:23:31 [2023-04-07T09:23:31.908Z] --- PASS: TestAuthZPluginAllowEventStream (0.99s)
09:23:31 [2023-04-07T09:23:31.908Z] === RUN   TestAuthZPluginErrorResponse
09:23:32 [2023-04-07T09:23:32.477Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
09:23:32 [2023-04-07T09:23:32.477Z] === RUN   TestAuthZPluginErrorRequest
09:23:33 [2023-04-07T09:23:33.067Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
09:23:33 [2023-04-07T09:23:33.067Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
09:23:33 [2023-04-07T09:23:33.649Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
09:23:33 [2023-04-07T09:23:33.649Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
09:23:34 [2023-04-07T09:23:34.596Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.09s)
09:23:34 [2023-04-07T09:23:34.596Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
09:23:35 [2023-04-07T09:23:35.987Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.10s)
09:23:35 [2023-04-07T09:23:35.987Z] === RUN   TestAuthZPluginHeader
09:23:36 [2023-04-07T09:23:36.247Z] --- PASS: TestAuthZPluginHeader (0.61s)
09:23:36 [2023-04-07T09:23:36.247Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
09:23:36 [2023-04-07T09:23:36.247Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:23:36 [2023-04-07T09:23:36.247Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:23:36 [2023-04-07T09:23:36.247Z] === RUN   TestAuthZPluginV2Disable
09:23:36 [2023-04-07T09:23:36.247Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:23:36 [2023-04-07T09:23:36.247Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
09:23:36 [2023-04-07T09:23:36.247Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
09:23:36 [2023-04-07T09:23:36.247Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:23:36 [2023-04-07T09:23:36.247Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:23:36 [2023-04-07T09:23:36.247Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
09:23:36 [2023-04-07T09:23:36.247Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:23:36 [2023-04-07T09:23:36.247Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:23:36 [2023-04-07T09:23:36.247Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
09:23:54 [2023-04-07T09:23:54.347Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
09:23:54 [2023-04-07T09:23:54.347Z] PASS
09:23:54 [2023-04-07T09:23:54.347Z] 
09:23:54 [2023-04-07T09:23:54.347Z] === Skipped
09:23:54 [2023-04-07T09:23:54.347Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
09:23:54 [2023-04-07T09:23:54.347Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:23:54 [2023-04-07T09:23:54.347Z] 
09:23:54 [2023-04-07T09:23:54.347Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
09:23:54 [2023-04-07T09:23:54.347Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:23:54 [2023-04-07T09:23:54.347Z] 
09:23:54 [2023-04-07T09:23:54.348Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:23:54 [2023-04-07T09:23:54.348Z] 
09:23:54 [2023-04-07T09:23:54.348Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:23:54 [2023-04-07T09:23:54.348Z] 
09:23:54 [2023-04-07T09:23:54.348Z] DONE 17 tests, 4 skipped in 25.532s
09:23:54 [2023-04-07T09:23:54.348Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
09:23:54 [2023-04-07T09:23:54.348Z] ++ 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:23:54 [2023-04-07T09:23:54.348Z] ++ set -e
09:23:54 [2023-04-07T09:23:54.348Z] ++ '[' -n 0 ']'
09:23:54 [2023-04-07T09:23:54.348Z] ++ set -x
09:23:54 [2023-04-07T09:23:54.348Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:23:54 [2023-04-07T09:23:54.348Z] INFO: Testing against a local daemon
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
09:23:54 [2023-04-07T09:23:54.348Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
09:23:54 [2023-04-07T09:23:54.348Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/pull
09:23:54 [2023-04-07T09:23:54.348Z] === PAUSE TestPluginInvalidJSON/plugins/pull
09:23:54 [2023-04-07T09:23:54.348Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
09:23:54 [2023-04-07T09:23:54.348Z] === CONT  TestPluginInvalidJSON/plugins/pull
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
09:23:54 [2023-04-07T09:23:54.348Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
09:23:54 [2023-04-07T09:23:54.348Z] --- PASS: TestPluginInvalidJSON (0.02s)
09:23:54 [2023-04-07T09:23:54.348Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInstall
09:23:54 [2023-04-07T09:23:54.348Z] === RUN   TestPluginInstall/no_auth
09:23:57 [2023-04-07T09:23:57.644Z] time="2023-04-07T09:23:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:23:57 [2023-04-07T09:23:57.644Z] time="2023-04-07T09:23:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c648a209f7064bee1de49e5af15e6fbf49d4ec65fbf9f3c83413ca555e5bf847" mediatype=application/vnd.docker.plugin.v1+json size=522
09:23:57 [2023-04-07T09:23:57.644Z] time="2023-04-07T09:23:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:23:57 [2023-04-07T09:23:57.644Z] time="2023-04-07T09:23:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c648a209f7064bee1de49e5af15e6fbf49d4ec65fbf9f3c83413ca555e5bf847" mediatype=application/vnd.docker.plugin.v1+json size=522
09:23:57 [2023-04-07T09:23:57.644Z] === RUN   TestPluginInstall/with_htpasswd
09:23:57 [2023-04-07T09:23:57.904Z] time="2023-04-07T09:23:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:23:57 [2023-04-07T09:23:57.904Z] time="2023-04-07T09:23:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:042095918e35402d6d9f444f92b96c0be86a6ed22fa53d206b21baff4c4fd6a6" mediatype=application/vnd.docker.plugin.v1+json size=522
09:23:57 [2023-04-07T09:23:57.904Z] time="2023-04-07T09:23:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:23:57 [2023-04-07T09:23:57.904Z] time="2023-04-07T09:23:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:042095918e35402d6d9f444f92b96c0be86a6ed22fa53d206b21baff4c4fd6a6" mediatype=application/vnd.docker.plugin.v1+json size=522
09:23:57 [2023-04-07T09:23:57.904Z] === RUN   TestPluginInstall/with_insecure
09:23:58 [2023-04-07T09:23:58.844Z] time="2023-04-07T09:23:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:23:58 [2023-04-07T09:23:58.844Z] time="2023-04-07T09:23:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e4a0f14f68ccd8277ec8d53e958f3d9bbd9fe73ecdfb3f2153eefebca524217" mediatype=application/vnd.docker.plugin.v1+json size=522
09:23:58 [2023-04-07T09:23:58.844Z] time="2023-04-07T09:23:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
09:23:58 [2023-04-07T09:23:58.844Z] time="2023-04-07T09:23:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e4a0f14f68ccd8277ec8d53e958f3d9bbd9fe73ecdfb3f2153eefebca524217" mediatype=application/vnd.docker.plugin.v1+json size=522
09:23:58 [2023-04-07T09:23:58.844Z]     plugin_test.go:195: [d6a70cecf0237] daemon is not started
09:23:58 [2023-04-07T09:23:58.844Z] --- PASS: TestPluginInstall (5.58s)
09:23:58 [2023-04-07T09:23:58.844Z]     --- PASS: TestPluginInstall/no_auth (4.13s)
09:23:58 [2023-04-07T09:23:58.844Z]     --- PASS: TestPluginInstall/with_htpasswd (0.50s)
09:23:58 [2023-04-07T09:23:58.844Z]     --- PASS: TestPluginInstall/with_insecure (0.95s)
09:23:59 [2023-04-07T09:23:59.104Z] === RUN   TestPluginsWithRuntimes
09:24:00 [2023-04-07T09:24:00.484Z] === RUN   TestPluginsWithRuntimes/No_Args
09:24:01 [2023-04-07T09:24:01.423Z] === RUN   TestPluginsWithRuntimes/With_Args
09:24:02 [2023-04-07T09:24:02.363Z] --- PASS: TestPluginsWithRuntimes (3.28s)
09:24:02 [2023-04-07T09:24:02.363Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.90s)
09:24:02 [2023-04-07T09:24:02.363Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.89s)
09:24:02 [2023-04-07T09:24:02.363Z] === RUN   TestPluginBackCompatMediaTypes
09:24:02 [2023-04-07T09:24:02.932Z] --- PASS: TestPluginBackCompatMediaTypes (0.53s)
09:24:02 [2023-04-07T09:24:02.932Z] PASS
09:24:02 [2023-04-07T09:24:02.932Z] 
09:24:02 [2023-04-07T09:24:02.932Z] DONE 24 tests in 9.538s
09:24:02 [2023-04-07T09:24:02.933Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
09:24:02 [2023-04-07T09:24:02.933Z] ++ 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:24:02 [2023-04-07T09:24:02.933Z] ++ set -e
09:24:02 [2023-04-07T09:24:02.933Z] ++ '[' -n 0 ']'
09:24:02 [2023-04-07T09:24:02.933Z] ++ set -x
09:24:02 [2023-04-07T09:24:02.933Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:24:02 [2023-04-07T09:24:02.933Z] INFO: Testing against a local daemon
09:24:02 [2023-04-07T09:24:02.933Z] === RUN   TestExternalGraphDriver
09:24:03 [2023-04-07T09:24:03.193Z] === RUN   TestExternalGraphDriver/json
09:24:05 [2023-04-07T09:24:05.102Z] === RUN   TestExternalGraphDriver/spec
09:24:06 [2023-04-07T09:24:06.482Z] === RUN   TestExternalGraphDriver/pull
09:24:07 [2023-04-07T09:24:07.863Z] --- PASS: TestExternalGraphDriver (4.85s)
09:24:07 [2023-04-07T09:24:07.863Z]     --- PASS: TestExternalGraphDriver/json (1.45s)
09:24:07 [2023-04-07T09:24:07.863Z]     --- PASS: TestExternalGraphDriver/spec (1.47s)
09:24:07 [2023-04-07T09:24:07.863Z]     --- PASS: TestExternalGraphDriver/pull (1.60s)
09:24:07 [2023-04-07T09:24:07.863Z] === RUN   TestGraphdriverPluginV2
09:24:08 [2023-04-07T09:24:08.123Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:24:08 [2023-04-07T09:24:08.123Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
09:24:08 [2023-04-07T09:24:08.123Z] PASS
09:24:08 [2023-04-07T09:24:08.123Z] 
09:24:08 [2023-04-07T09:24:08.123Z] === Skipped
09:24:08 [2023-04-07T09:24:08.123Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
09:24:08 [2023-04-07T09:24:08.123Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:24:08 [2023-04-07T09:24:08.123Z] 
09:24:08 [2023-04-07T09:24:08.123Z] DONE 5 tests, 1 skipped in 5.293s
09:24:08 [2023-04-07T09:24:08.123Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
09:24:08 [2023-04-07T09:24:08.123Z] ++ 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:24:08 [2023-04-07T09:24:08.123Z] ++ set -e
09:24:08 [2023-04-07T09:24:08.123Z] ++ '[' -n 0 ']'
09:24:08 [2023-04-07T09:24:08.123Z] ++ set -x
09:24:08 [2023-04-07T09:24:08.123Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:24:08 [2023-04-07T09:24:08.123Z] INFO: Testing against a local daemon
09:24:08 [2023-04-07T09:24:08.123Z] === RUN   TestContinueAfterPluginCrash
09:24:08 [2023-04-07T09:24:08.123Z] === PAUSE TestContinueAfterPluginCrash
09:24:08 [2023-04-07T09:24:08.123Z] === RUN   TestReadPluginNoRead
09:24:08 [2023-04-07T09:24:08.123Z] === PAUSE TestReadPluginNoRead
09:24:08 [2023-04-07T09:24:08.123Z] === RUN   TestDaemonStartWithLogOpt
09:24:08 [2023-04-07T09:24:08.123Z] === PAUSE TestDaemonStartWithLogOpt
09:24:08 [2023-04-07T09:24:08.123Z] === CONT  TestContinueAfterPluginCrash
09:24:08 [2023-04-07T09:24:08.123Z] === CONT  TestDaemonStartWithLogOpt
09:24:11 [2023-04-07T09:24:11.419Z] --- PASS: TestDaemonStartWithLogOpt (2.99s)
09:24:11 [2023-04-07T09:24:11.419Z] === CONT  TestReadPluginNoRead
09:24:13 [2023-04-07T09:24:13.328Z] === RUN   TestReadPluginNoRead/default
09:24:14 [2023-04-07T09:24:14.709Z] === RUN   TestReadPluginNoRead/disabled_caching
09:24:16 [2023-04-07T09:24:16.091Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
09:24:16 [2023-04-07T09:24:16.091Z] --- PASS: TestContinueAfterPluginCrash (7.77s)
09:24:17 [2023-04-07T09:24:17.030Z]     read_test.go:91: [db408fb365f56] daemon is not started
09:24:17 [2023-04-07T09:24:17.030Z] --- PASS: TestReadPluginNoRead (5.75s)
09:24:17 [2023-04-07T09:24:17.030Z]     --- PASS: TestReadPluginNoRead/default (1.42s)
09:24:17 [2023-04-07T09:24:17.030Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.15s)
09:24:17 [2023-04-07T09:24:17.030Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s)
09:24:17 [2023-04-07T09:24:17.030Z] PASS
09:24:17 [2023-04-07T09:24:17.030Z] 
09:24:17 [2023-04-07T09:24:17.030Z] DONE 6 tests in 8.858s
09:24:17 [2023-04-07T09:24:17.030Z] 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:24:17 [2023-04-07T09:24:17.030Z] ++ 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:24:17 [2023-04-07T09:24:17.030Z] ++ set -e
09:24:17 [2023-04-07T09:24:17.030Z] ++ '[' -n 0 ']'
09:24:17 [2023-04-07T09:24:17.030Z] ++ set -x
09:24:17 [2023-04-07T09:24:17.030Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:24:17 [2023-04-07T09:24:17.030Z] testing: warning: no tests to run
09:24:17 [2023-04-07T09:24:17.030Z] PASS
09:24:17 [2023-04-07T09:24:17.030Z] 
09:24:17 [2023-04-07T09:24:17.030Z] DONE 0 tests in 0.032s
09:24:17 [2023-04-07T09:24:17.030Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
09:24:17 [2023-04-07T09:24:17.030Z] ++ 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:24:17 [2023-04-07T09:24:17.030Z] ++ set -e
09:24:17 [2023-04-07T09:24:17.030Z] ++ '[' -n 0 ']'
09:24:17 [2023-04-07T09:24:17.030Z] ++ set -x
09:24:17 [2023-04-07T09:24:17.030Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:24:17 [2023-04-07T09:24:17.030Z] INFO: Testing against a local daemon
09:24:17 [2023-04-07T09:24:17.030Z] === RUN   TestPluginWithDevMounts
09:24:17 [2023-04-07T09:24:17.030Z] === PAUSE TestPluginWithDevMounts
09:24:17 [2023-04-07T09:24:17.030Z] === CONT  TestPluginWithDevMounts
09:24:18 [2023-04-07T09:24:18.939Z] --- PASS: TestPluginWithDevMounts (1.62s)
09:24:18 [2023-04-07T09:24:18.939Z] PASS
09:24:18 [2023-04-07T09:24:18.939Z] 
09:24:18 [2023-04-07T09:24:18.939Z] DONE 1 tests in 1.744s
09:24:18 [2023-04-07T09:24:18.939Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
09:24:18 [2023-04-07T09:24:18.939Z] ++ 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:24:18 [2023-04-07T09:24:18.939Z] ++ set -e
09:24:18 [2023-04-07T09:24:18.939Z] ++ '[' -n 0 ']'
09:24:18 [2023-04-07T09:24:18.939Z] ++ set -x
09:24:18 [2023-04-07T09:24:18.940Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:24:18 [2023-04-07T09:24:18.940Z] INFO: Testing against a local daemon
09:24:18 [2023-04-07T09:24:18.940Z] === RUN   TestSecretInspect
09:24:20 [2023-04-07T09:24:20.848Z] --- PASS: TestSecretInspect (1.81s)
09:24:20 [2023-04-07T09:24:20.848Z] === RUN   TestSecretList
09:24:22 [2023-04-07T09:24:22.756Z] --- PASS: TestSecretList (1.72s)
09:24:22 [2023-04-07T09:24:22.756Z] === RUN   TestSecretsCreateAndDelete
09:24:24 [2023-04-07T09:24:24.137Z] --- PASS: TestSecretsCreateAndDelete (1.77s)
09:24:24 [2023-04-07T09:24:24.137Z] === RUN   TestSecretsUpdate
09:24:26 [2023-04-07T09:24:26.103Z] --- PASS: TestSecretsUpdate (1.78s)
09:24:26 [2023-04-07T09:24:26.103Z] === RUN   TestTemplatedSecret
09:24:28 [2023-04-07T09:24:28.676Z] --- PASS: TestTemplatedSecret (2.38s)
09:24:28 [2023-04-07T09:24:28.676Z] === RUN   TestSecretCreateResolve
09:24:30 [2023-04-07T09:24:30.586Z] --- PASS: TestSecretCreateResolve (1.83s)
09:24:30 [2023-04-07T09:24:30.586Z] PASS
09:24:30 [2023-04-07T09:24:30.586Z] 
09:24:30 [2023-04-07T09:24:30.586Z] DONE 6 tests in 11.406s
09:24:30 [2023-04-07T09:24:30.586Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
09:24:30 [2023-04-07T09:24:30.586Z] ++ 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:24:30 [2023-04-07T09:24:30.586Z] ++ set -e
09:24:30 [2023-04-07T09:24:30.586Z] ++ '[' -n 0 ']'
09:24:30 [2023-04-07T09:24:30.586Z] ++ set -x
09:24:30 [2023-04-07T09:24:30.586Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:24:30 [2023-04-07T09:24:30.586Z] INFO: Testing against a local daemon
09:24:30 [2023-04-07T09:24:30.586Z] === RUN   TestServiceCreateInit
09:24:30 [2023-04-07T09:24:30.586Z] === RUN   TestServiceCreateInit/daemonInitDisabled
09:24:33 [2023-04-07T09:24:33.883Z] === RUN   TestServiceCreateInit/daemonInitEnabled
09:24:38 [2023-04-07T09:24:38.082Z] --- PASS: TestServiceCreateInit (7.15s)
09:24:38 [2023-04-07T09:24:38.082Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.51s)
09:24:38 [2023-04-07T09:24:38.082Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.62s)
09:24:38 [2023-04-07T09:24:38.082Z] === RUN   TestCreateServiceMultipleTimes
09:24:52 [2023-04-07T09:24:52.994Z] --- PASS: TestCreateServiceMultipleTimes (14.32s)
09:24:52 [2023-04-07T09:24:52.994Z] === RUN   TestCreateServiceConflict
09:24:53 [2023-04-07T09:24:53.568Z] --- PASS: TestCreateServiceConflict (1.79s)
09:24:53 [2023-04-07T09:24:53.568Z] === RUN   TestCreateServiceMaxReplicas
09:24:56 [2023-04-07T09:24:56.107Z] --- PASS: TestCreateServiceMaxReplicas (2.62s)
09:24:56 [2023-04-07T09:24:56.107Z] === RUN   TestCreateWithDuplicateNetworkNames
09:25:11 [2023-04-07T09:25:11.002Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.54s)
09:25:11 [2023-04-07T09:25:11.002Z] === RUN   TestCreateServiceSecretFileMode
09:25:11 [2023-04-07T09:25:11.002Z] --- PASS: TestCreateServiceSecretFileMode (2.07s)
09:25:11 [2023-04-07T09:25:11.002Z] === RUN   TestCreateServiceConfigFileMode
09:25:13 [2023-04-07T09:25:13.542Z] --- PASS: TestCreateServiceConfigFileMode (2.37s)
09:25:13 [2023-04-07T09:25:13.542Z] === RUN   TestCreateServiceSysctls
09:25:16 [2023-04-07T09:25:16.835Z] --- PASS: TestCreateServiceSysctls (3.04s)
09:25:16 [2023-04-07T09:25:16.835Z] === RUN   TestCreateServiceCapabilities
09:25:18 [2023-04-07T09:25:18.746Z] --- PASS: TestCreateServiceCapabilities (2.39s)
09:25:18 [2023-04-07T09:25:18.746Z] === RUN   TestInspect
09:25:22 [2023-04-07T09:25:22.042Z] --- PASS: TestInspect (2.83s)
09:25:22 [2023-04-07T09:25:22.042Z] === RUN   TestCreateJob
09:25:24 [2023-04-07T09:25:24.580Z] --- PASS: TestCreateJob (2.86s)
09:25:24 [2023-04-07T09:25:24.580Z] === RUN   TestReplicatedJob
09:25:28 [2023-04-07T09:25:28.787Z] --- PASS: TestReplicatedJob (4.45s)
09:25:28 [2023-04-07T09:25:28.787Z] === RUN   TestUpdateReplicatedJob
09:25:32 [2023-04-07T09:25:32.080Z] --- PASS: TestUpdateReplicatedJob (2.96s)
09:25:32 [2023-04-07T09:25:32.080Z] === RUN   TestServiceListWithStatuses
09:25:32 [2023-04-07T09:25:32.080Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
09:25:32 [2023-04-07T09:25:32.080Z] --- SKIP: TestServiceListWithStatuses (0.00s)
09:25:32 [2023-04-07T09:25:32.080Z] === RUN   TestDockerNetworkConnectAlias
09:25:35 [2023-04-07T09:25:35.376Z] --- PASS: TestDockerNetworkConnectAlias (3.37s)
09:25:35 [2023-04-07T09:25:35.376Z] === RUN   TestDockerNetworkReConnect
09:25:37 [2023-04-07T09:25:37.918Z] --- PASS: TestDockerNetworkReConnect (2.89s)
09:25:37 [2023-04-07T09:25:37.918Z] === RUN   TestServicePlugin
09:25:37 [2023-04-07T09:25:37.918Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:25:37 [2023-04-07T09:25:37.918Z] --- SKIP: TestServicePlugin (0.00s)
09:25:37 [2023-04-07T09:25:37.918Z] === RUN   TestServiceUpdateLabel
09:25:39 [2023-04-07T09:25:39.827Z] --- PASS: TestServiceUpdateLabel (1.76s)
09:25:39 [2023-04-07T09:25:39.827Z] === RUN   TestServiceUpdateSecrets
09:25:54 [2023-04-07T09:25:54.719Z] --- PASS: TestServiceUpdateSecrets (14.33s)
09:25:54 [2023-04-07T09:25:54.719Z] === RUN   TestServiceUpdateConfigs
09:26:09 [2023-04-07T09:26:09.637Z] --- PASS: TestServiceUpdateConfigs (14.24s)
09:26:09 [2023-04-07T09:26:09.637Z] === RUN   TestServiceUpdateNetwork
09:26:21 [2023-04-07T09:26:21.859Z] --- PASS: TestServiceUpdateNetwork (11.60s)
09:26:21 [2023-04-07T09:26:21.859Z] === RUN   TestServiceUpdatePidsLimit
09:26:21 [2023-04-07T09:26:21.859Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
09:26:21 [2023-04-07T09:26:21.859Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
09:26:28 [2023-04-07T09:26:28.436Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
09:26:36 [2023-04-07T09:26:36.566Z] --- PASS: TestServiceUpdatePidsLimit (15.99s)
09:26:36 [2023-04-07T09:26:36.566Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
09:26:36 [2023-04-07T09:26:36.566Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.68s)
09:26:36 [2023-04-07T09:26:36.566Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s)
09:26:36 [2023-04-07T09:26:36.566Z] PASS
09:26:36 [2023-04-07T09:26:36.566Z] 
09:26:36 [2023-04-07T09:26:36.566Z] === Skipped
09:26:36 [2023-04-07T09:26:36.566Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
09:26:36 [2023-04-07T09:26:36.566Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
09:26:36 [2023-04-07T09:26:36.566Z] 
09:26:36 [2023-04-07T09:26:36.566Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
09:26:36 [2023-04-07T09:26:36.566Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
09:26:36 [2023-04-07T09:26:36.566Z] 
09:26:36 [2023-04-07T09:26:36.566Z] DONE 27 tests, 2 skipped in 125.704s
09:26:36 [2023-04-07T09:26:36.566Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
09:26:36 [2023-04-07T09:26:36.566Z] ++ 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:26:36 [2023-04-07T09:26:36.566Z] ++ set -e
09:26:36 [2023-04-07T09:26:36.566Z] ++ '[' -n 0 ']'
09:26:36 [2023-04-07T09:26:36.566Z] ++ set -x
09:26:36 [2023-04-07T09:26:36.566Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:26:36 [2023-04-07T09:26:36.566Z] INFO: Testing against a local daemon
09:26:36 [2023-04-07T09:26:36.566Z] === RUN   TestSessionCreate
09:26:36 [2023-04-07T09:26:36.566Z] --- PASS: TestSessionCreate (0.02s)
09:26:36 [2023-04-07T09:26:36.566Z] === RUN   TestSessionCreateWithBadUpgrade
09:26:36 [2023-04-07T09:26:36.566Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
09:26:36 [2023-04-07T09:26:36.566Z] PASS
09:26:36 [2023-04-07T09:26:36.566Z] 
09:26:36 [2023-04-07T09:26:36.566Z] DONE 2 tests in 0.141s
09:26:36 [2023-04-07T09:26:36.566Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
09:26:36 [2023-04-07T09:26:36.566Z] ++ 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:26:36 [2023-04-07T09:26:36.566Z] ++ set -e
09:26:36 [2023-04-07T09:26:36.566Z] ++ '[' -n 0 ']'
09:26:36 [2023-04-07T09:26:36.566Z] ++ set -x
09:26:36 [2023-04-07T09:26:36.566Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:26:36 [2023-04-07T09:26:36.566Z] INFO: Testing against a local daemon
09:26:36 [2023-04-07T09:26:36.566Z] === RUN   TestCgroupDriverSystemdMemoryLimit
09:26:36 [2023-04-07T09:26:36.566Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:26:36 [2023-04-07T09:26:36.566Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
09:26:36 [2023-04-07T09:26:36.566Z] === RUN   TestDiskUsage
09:26:36 [2023-04-07T09:26:36.566Z] === PAUSE TestDiskUsage
09:26:36 [2023-04-07T09:26:36.566Z] === RUN   TestEventsExecDie
09:26:36 [2023-04-07T09:26:36.566Z] --- PASS: TestEventsExecDie (0.42s)
09:26:36 [2023-04-07T09:26:36.566Z] === RUN   TestEventsBackwardsCompatible
09:26:36 [2023-04-07T09:26:36.566Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
09:26:36 [2023-04-07T09:26:36.566Z] === RUN   TestEventsVolumeCreate
09:26:36 [2023-04-07T09:26:36.827Z] --- PASS: TestEventsVolumeCreate (0.05s)
09:26:36 [2023-04-07T09:26:36.827Z] === RUN   TestInfoBinaryCommits
09:26:36 [2023-04-07T09:26:36.827Z] --- PASS: TestInfoBinaryCommits (0.02s)
09:26:36 [2023-04-07T09:26:36.827Z] === RUN   TestInfoAPIVersioned
09:26:36 [2023-04-07T09:26:36.827Z] --- PASS: TestInfoAPIVersioned (0.01s)
09:26:36 [2023-04-07T09:26:36.827Z] === RUN   TestInfoAPI
09:26:36 [2023-04-07T09:26:36.827Z] --- PASS: TestInfoAPI (0.02s)
09:26:36 [2023-04-07T09:26:36.827Z] === RUN   TestInfoAPIWarnings
09:26:54 [2023-04-07T09:26:54.929Z] --- PASS: TestInfoAPIWarnings (16.54s)
09:26:54 [2023-04-07T09:26:54.929Z] === RUN   TestInfoDebug
09:26:54 [2023-04-07T09:26:54.929Z] --- PASS: TestInfoDebug (0.52s)
09:26:54 [2023-04-07T09:26:54.929Z] === RUN   TestInfoInsecureRegistries
09:26:54 [2023-04-07T09:26:54.929Z] --- PASS: TestInfoInsecureRegistries (0.52s)
09:26:54 [2023-04-07T09:26:54.929Z] === RUN   TestInfoRegistryMirrors
09:26:54 [2023-04-07T09:26:54.929Z] --- PASS: TestInfoRegistryMirrors (0.52s)
09:26:54 [2023-04-07T09:26:54.929Z] === RUN   TestLoginFailsWithBadCredentials
09:26:55 [2023-04-07T09:26:55.190Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
09:26:55 [2023-04-07T09:26:55.190Z] === RUN   TestPingCacheHeaders
09:26:55 [2023-04-07T09:26:55.190Z] --- PASS: TestPingCacheHeaders (0.02s)
09:26:55 [2023-04-07T09:26:55.190Z] === RUN   TestPingGet
09:26:55 [2023-04-07T09:26:55.190Z] --- PASS: TestPingGet (0.01s)
09:26:55 [2023-04-07T09:26:55.190Z] === RUN   TestPingHead
09:26:55 [2023-04-07T09:26:55.190Z] --- PASS: TestPingHead (0.02s)
09:26:55 [2023-04-07T09:26:55.190Z] === RUN   TestPingSwarmHeader
09:26:55 [2023-04-07T09:26:55.764Z] === RUN   TestPingSwarmHeader/before_swarm_init
09:26:56 [2023-04-07T09:26:56.341Z] === RUN   TestPingSwarmHeader/after_swarm_init
09:26:57 [2023-04-07T09:26:57.281Z] === RUN   TestPingSwarmHeader/after_swarm_leave
09:26:57 [2023-04-07T09:26:57.281Z] --- PASS: TestPingSwarmHeader (1.76s)
09:26:57 [2023-04-07T09:26:57.281Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
09:26:57 [2023-04-07T09:26:57.281Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
09:26:57 [2023-04-07T09:26:57.281Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
09:26:57 [2023-04-07T09:26:57.281Z] === RUN   TestPingBuilderHeader
09:26:57 [2023-04-07T09:26:57.281Z] === RUN   TestPingBuilderHeader/default_config
09:26:57 [2023-04-07T09:26:57.542Z] === RUN   TestPingBuilderHeader/buildkit_disabled
09:26:58 [2023-04-07T09:26:58.113Z] --- PASS: TestPingBuilderHeader (1.04s)
09:26:58 [2023-04-07T09:26:58.113Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
09:26:58 [2023-04-07T09:26:58.113Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
09:26:58 [2023-04-07T09:26:58.113Z] === RUN   TestVersion
09:26:58 [2023-04-07T09:26:58.113Z] --- PASS: TestVersion (0.02s)
09:26:58 [2023-04-07T09:26:58.113Z] === CONT  TestDiskUsage
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/empty
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/empty/container_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/empty/image_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/empty/volume_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/empty/build-cache_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/empty/container,_volume_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_LoadBusybox
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
09:26:58 [2023-04-07T09:26:58.682Z] === RUN   TestDiskUsage/after_container.Run
09:26:59 [2023-04-07T09:26:59.252Z] === RUN   TestDiskUsage/after_container.Run/container_types
09:26:59 [2023-04-07T09:26:59.252Z] === RUN   TestDiskUsage/after_container.Run/image_types
09:26:59 [2023-04-07T09:26:59.252Z] === RUN   TestDiskUsage/after_container.Run/volume_types
09:26:59 [2023-04-07T09:26:59.252Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
09:26:59 [2023-04-07T09:26:59.252Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
09:26:59 [2023-04-07T09:26:59.252Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
09:26:59 [2023-04-07T09:26:59.252Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
09:26:59 [2023-04-07T09:26:59.252Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
09:26:59 [2023-04-07T09:26:59.252Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
09:26:59 [2023-04-07T09:26:59.252Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
09:26:59 [2023-04-07T09:26:59.252Z] --- PASS: TestDiskUsage (1.13s)
09:26:59 [2023-04-07T09:26:59.252Z]     --- PASS: TestDiskUsage/empty (0.01s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.252Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
09:26:59 [2023-04-07T09:26:59.252Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]     --- PASS: TestDiskUsage/after_container.Run (0.40s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z] PASS
09:26:59 [2023-04-07T09:26:59.253Z] 
09:26:59 [2023-04-07T09:26:59.253Z] === Skipped
09:26:59 [2023-04-07T09:26:59.253Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
09:26:59 [2023-04-07T09:26:59.253Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
09:26:59 [2023-04-07T09:26:59.253Z] 
09:26:59 [2023-04-07T09:26:59.253Z] DONE 57 tests, 1 skipped in 23.168s
09:26:59 [2023-04-07T09:26:59.253Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
09:26:59 [2023-04-07T09:26:59.253Z] ++ 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:26:59 [2023-04-07T09:26:59.253Z] ++ set -e
09:26:59 [2023-04-07T09:26:59.253Z] ++ '[' -n 0 ']'
09:26:59 [2023-04-07T09:26:59.253Z] ++ set -x
09:26:59 [2023-04-07T09:26:59.253Z] ++ 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 TEST_INTEGRATION_USE_SNAPSHOTTER= 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:26:59 [2023-04-07T09:26:59.253Z] INFO: Testing against a local daemon
09:26:59 [2023-04-07T09:26:59.253Z] === RUN   TestVolumesCreateAndList
09:26:59 [2023-04-07T09:26:59.513Z] --- PASS: TestVolumesCreateAndList (0.02s)
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesRemove
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesRemove/volume_in_use
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesRemove/volume_not_in_use
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesRemove/non-existing_volume
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesRemove/non-existing_volume_force
09:26:59 [2023-04-07T09:26:59.513Z] --- PASS: TestVolumesRemove (0.06s)
09:26:59 [2023-04-07T09:26:59.513Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
09:26:59 [2023-04-07T09:26:59.513Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
09:26:59 [2023-04-07T09:26:59.513Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
09:26:59 [2023-04-07T09:26:59.513Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesRemoveSwarmEnabled
09:26:59 [2023-04-07T09:26:59.513Z] === PAUSE TestVolumesRemoveSwarmEnabled
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesInspect
09:26:59 [2023-04-07T09:26:59.513Z] --- PASS: TestVolumesInspect (0.02s)
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesInvalidJSON
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesInvalidJSON/volumes/create
09:26:59 [2023-04-07T09:26:59.513Z] === PAUSE TestVolumesInvalidJSON/volumes/create
09:26:59 [2023-04-07T09:26:59.513Z] === CONT  TestVolumesInvalidJSON/volumes/create
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
09:26:59 [2023-04-07T09:26:59.513Z] --- PASS: TestVolumesInvalidJSON (0.01s)
09:26:59 [2023-04-07T09:26:59.513Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
09:26:59 [2023-04-07T09:26:59.513Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
09:26:59 [2023-04-07T09:26:59.513Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
09:26:59 [2023-04-07T09:26:59.513Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
09:26:59 [2023-04-07T09:26:59.513Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumePruneAnonymous
09:26:59 [2023-04-07T09:26:59.513Z] --- PASS: TestVolumePruneAnonymous (0.03s)
09:26:59 [2023-04-07T09:26:59.513Z] === RUN   TestVolumePruneAnonFromImage
09:26:59 [2023-04-07T09:26:59.513Z] --- PASS: TestVolumePruneAnonFromImage (0.11s)
09:26:59 [2023-04-07T09:26:59.513Z] === CONT  TestVolumesRemoveSwarmEnabled
09:27:00 [2023-04-07T09:27:00.895Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
09:27:00 [2023-04-07T09:27:00.895Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
09:27:00 [2023-04-07T09:27:00.895Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
09:27:00 [2023-04-07T09:27:00.895Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
09:27:01 [2023-04-07T09:27:01.465Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.79s)
09:27:01 [2023-04-07T09:27:01.466Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
09:27:01 [2023-04-07T09:27:01.466Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
09:27:01 [2023-04-07T09:27:01.466Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
09:27:01 [2023-04-07T09:27:01.466Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
09:27:01 [2023-04-07T09:27:01.466Z] PASS
09:27:01 [2023-04-07T09:27:01.466Z] 
09:27:01 [2023-04-07T09:27:01.466Z] DONE 20 tests in 2.147s
09:27:01 [2023-04-07T09:27:01.466Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
09:27:01 [2023-04-07T09:27:01.466Z] ++++ cat bundles/test-integration/docker.pid
09:27:01 [2023-04-07T09:27:01.466Z] +++ kill 15807
09:27:01 [2023-04-07T09:27:01.726Z] +++ /etc/init.d/apparmor stop
09:27:01 [2023-04-07T09:27:01.726Z] Leaving: AppArmorNo profiles have been unloaded.
09:27:01 [2023-04-07T09:27:01.726Z] 
09:27:01 [2023-04-07T09:27:01.726Z] Unloading profiles will leave already running processes permanently
09:27:01 [2023-04-07T09:27:01.726Z] unconfined, which can lead to unexpected situations.
09:27:01 [2023-04-07T09:27:01.726Z] 
09:27:01 [2023-04-07T09:27:01.726Z] To set a process to complain mode, use the command line tool
09:27:01 [2023-04-07T09:27:01.726Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
09:27:01 [2023-04-07T09:27:01.726Z] +++ true
09:27:01 [2023-04-07T09:27:01.726Z] exiting test-integration
09:27:01 [2023-04-07T09:27:01.726Z] ++ exit 0
09:27:01 [2023-04-07T09:27:01.726Z] 
Post stage
[Pipeline] junit
09:27:02 [2023-04-07T09:27:02.682Z] Recording test results
09:27:02 [2023-04-07T09:27:02.907Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
09:27:03 [2023-04-07T09:27:03.221Z] + echo Ensuring container killed.
09:27:03 [2023-04-07T09:27:03.221Z] Ensuring container killed.
09:27:03 [2023-04-07T09:27:03.221Z] + docker rm -vf docker-pr2
09:27:03 [2023-04-07T09:27:03.221Z] Error response from daemon: No such container: docker-pr2
[Pipeline] sh
09:27:03 [2023-04-07T09:27:03.508Z] + echo Chowning /workspace to jenkins user
09:27:03 [2023-04-07T09:27:03.508Z] Chowning /workspace to jenkins user
09:27:03 [2023-04-07T09:27:03.508Z] + id -u
09:27:03 [2023-04-07T09:27:03.508Z] + id -g
09:27:03 [2023-04-07T09:27:03.508Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45267:/workspace busybox chown -R 1000:1000 /workspace
09:27:03 [2023-04-07T09:27:03.508Z] Unable to find image 'busybox:latest' locally
09:27:03 [2023-04-07T09:27:03.508Z] latest: Pulling from library/busybox
09:27:03 [2023-04-07T09:27:03.768Z] b50100f25006: Already exists
09:27:03 [2023-04-07T09:27:03.768Z] Digest: sha256:b5d6fe0712636ceb7430189de28819e195e8966372edfc2d9409d79402a0dc16
09:27:03 [2023-04-07T09:27:03.768Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
09:27:05 [2023-04-07T09:27:05.455Z] + bundleName=arm64-integration
09:27:05 [2023-04-07T09:27:05.455Z] + echo Creating arm64-integration-bundles.tar.gz
09:27:05 [2023-04-07T09:27:05.455Z] Creating arm64-integration-bundles.tar.gz
09:27:05 [2023-04-07T09:27:05.455Z] + xargs tar -czf arm64-integration-bundles.tar.gz
09:27:05 [2023-04-07T09:27:05.455Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
09:27:05 [2023-04-07T09:27:05.729Z] Archiving artifacts
09:27:07 [2023-04-07T09:27:07.561Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-45267/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
09:27:07 [2023-04-07T09:27:07.859Z] + make clean
09:27:08 [2023-04-07T09:27:08.119Z] docker volume rm -f docker-dev-cache docker-mod-cache
09:27:08 [2023-04-07T09:27:08.119Z] docker-dev-cache
09:27:08 [2023-04-07T09:27:08.119Z] 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