Skip to content
Success

Console Output

Started by user Bjorn Neergaard
Replayed #2
13:25:29 Connecting to https://api.github.com using docker-jenkins GitHub credentials
Obtained Jenkinsfile from a987bc5ad06c54448454b5415dd70465d41c184e+2a0601e84e13514d7b94ab6687a33973eb0d80a0 (ce7c4202728bcd5cd9824ecb4ceb98fa18119875)
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 216427d8bfae9541c1c15f61bd453be62935f49c
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/moby_PR-47589@libs/844ea30ef9e3435836b59d97b843a9ee4531c81c8fa28ed5787dbe7ec68c4c29/.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.39.2'
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 216427d8bfae9541c1c15f61bd453be62935f49c (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 216427d8bfae9541c1c15f61bd453be62935f49c # timeout=10
Commit message: "Merge pull request #27 from docker/update-ec2-runner"
 > git rev-list --no-walk 216427d8bfae9541c1c15f61bd453be62935f49c # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
13:25:32 [2024-03-19T13:25:32.132Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
13:25:32 [2024-03-19T13:25:32.135Z] Trying to pass milestone 2
[Pipeline] milestone
13:25:32 [2024-03-19T13:25:32.306Z] Trying to pass milestone 3
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
13:25:47 [2024-03-19T13:25:47.492Z] Still waiting to schedule task
13:25:47 [2024-03-19T13:25:47.492Z] Waiting for next available executor on ‘EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0312d933ad3b112a8)13:26:43 [2024-03-19T13:26:43.451Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0bcf0c81c4cc243c2) in /home/ubuntu/workspace/moby_PR-47589
[Pipeline] {
[Pipeline] checkout
13:26:43 [2024-03-19T13:26:43.489Z] The recommended git tool is: git
13:26:46 [2024-03-19T13:26:46.443Z] using credential docker-jenkins-github-credentials
13:26:46 [2024-03-19T13:26:46.450Z] Cloning the remote Git repository
13:26:46 [2024-03-19T13:26:46.450Z] Cloning with configured refspecs honoured and without tags
13:26:46 [2024-03-19T13:26:46.483Z] Cloning repository https://github.com/moby/moby.git
13:26:46 [2024-03-19T13:26:46.536Z]  > git init /home/ubuntu/workspace/moby_PR-47589 # timeout=10
13:26:47 [2024-03-19T13:26:47.237Z] Fetching upstream changes from https://github.com/moby/moby.git
13:26:47 [2024-03-19T13:26:47.237Z]  > git --version # timeout=10
13:26:47 [2024-03-19T13:26:47.240Z]  > git --version # 'git version 2.25.1'
13:26:47 [2024-03-19T13:26:47.241Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:26:47 [2024-03-19T13:26:47.269Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47589/head:refs/remotes/origin/PR-47589 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10
13:27:00 [2024-03-19T13:27:00.524Z] Fetching without tags
13:27:00 [2024-03-19T13:27:00.704Z] Merging remotes/origin/25.0 commit 5901652edd6a1cf464cfcad15f3f0ac4b96d29cf into PR head commit a987bc5ad06c54448454b5415dd70465d41c184e
13:27:01 [2024-03-19T13:27:01.441Z] Merge succeeded, producing a987bc5ad06c54448454b5415dd70465d41c184e
13:27:01 [2024-03-19T13:27:01.441Z] Checking out Revision a987bc5ad06c54448454b5415dd70465d41c184e (PR-47589)
13:27:00 [2024-03-19T13:27:00.203Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:27:00 [2024-03-19T13:27:00.206Z]  > git config --add remote.origin.fetch +refs/pull/47589/head:refs/remotes/origin/PR-47589 # timeout=10
13:27:00 [2024-03-19T13:27:00.209Z]  > git config --add remote.origin.fetch +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10
13:27:00 [2024-03-19T13:27:00.521Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:27:00 [2024-03-19T13:27:00.527Z] Fetching upstream changes from https://github.com/moby/moby.git
13:27:00 [2024-03-19T13:27:00.528Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:27:00 [2024-03-19T13:27:00.530Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47589/head:refs/remotes/origin/PR-47589 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10
13:27:00 [2024-03-19T13:27:00.710Z]  > git config core.sparsecheckout # timeout=10
13:27:00 [2024-03-19T13:27:00.721Z]  > git checkout -f a987bc5ad06c54448454b5415dd70465d41c184e # timeout=10
13:27:01 [2024-03-19T13:27:01.399Z]  > git remote # timeout=10
13:27:01 [2024-03-19T13:27:01.403Z]  > git config --get remote.origin.url # timeout=10
13:27:01 [2024-03-19T13:27:01.406Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:27:01 [2024-03-19T13:27:01.429Z]  > git merge 5901652edd6a1cf464cfcad15f3f0ac4b96d29cf # timeout=10
13:27:01 [2024-03-19T13:27:01.437Z]  > git rev-parse HEAD^{commit} # timeout=10
13:27:01 [2024-03-19T13:27:01.443Z]  > git config core.sparsecheckout # timeout=10
13:27:01 [2024-03-19T13:27:01.446Z]  > git checkout -f a987bc5ad06c54448454b5415dd70465d41c184e # timeout=10
13:27:02 [2024-03-19T13:27:02.410Z] Commit message: "libnet: Don't forward to upstream resolvers on internal nw"
13:27:02 [2024-03-19T13:27:02.413Z]  > git rev-list --no-walk a987bc5ad06c54448454b5415dd70465d41c184e # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:27:03 [2024-03-19T13:27:03.178Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47589:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=25.0 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
13:27:05 [2024-03-19T13:27:05.085Z] Unable to find image 'alpine:latest' locally
13:27:05 [2024-03-19T13:27:05.655Z] latest: Pulling from library/alpine
13:27:05 [2024-03-19T13:27:05.914Z] bca4290a9639: Pulling fs layer
13:27:05 [2024-03-19T13:27:05.914Z] bca4290a9639: Verifying Checksum
13:27:05 [2024-03-19T13:27:05.914Z] bca4290a9639: Download complete
13:27:06 [2024-03-19T13:27:06.483Z] bca4290a9639: Pull complete
13:27:06 [2024-03-19T13:27:06.483Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
13:27:06 [2024-03-19T13:27:06.744Z] Status: Downloaded newer image for alpine:latest
13:27:13 [2024-03-19T13:27:13.318Z] 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: arm64)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
13:27:28 [2024-03-19T13:27:28.941Z] Still waiting to schedule task
13:27:28 [2024-03-19T13:27:28.941Z] ‘EC2 (ec2-managed-agents) - ubuntu-2004-arm32v7 (i-01dd1243cc048b177)’ doesn’t have label ‘arm64&&ubuntu-2004’
13:27:28 [2024-03-19T13:27:28.941Z]EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0fd146f4295f7a342)’ is offline
13:27:34 [2024-03-19T13:27:34.293Z] Running on EC2 (ec2-managed-agents) - ubuntu-2004-arm64v8 (i-0fd146f4295f7a342) in /home/ubuntu/workspace/moby_PR-47589
[Pipeline] {
[Pipeline] checkout
13:27:34 [2024-03-19T13:27:34.318Z] The recommended git tool is: git
13:27:36 [2024-03-19T13:27:36.489Z] using credential docker-jenkins-github-credentials
13:27:36 [2024-03-19T13:27:36.496Z] Cloning the remote Git repository
13:27:36 [2024-03-19T13:27:36.496Z] Cloning with configured refspecs honoured and without tags
13:27:36 [2024-03-19T13:27:36.550Z] Cloning repository https://github.com/moby/moby.git
13:27:36 [2024-03-19T13:27:36.590Z]  > git init /home/ubuntu/workspace/moby_PR-47589 # timeout=10
13:27:37 [2024-03-19T13:27:37.039Z] Fetching upstream changes from https://github.com/moby/moby.git
13:27:37 [2024-03-19T13:27:37.039Z]  > git --version # timeout=10
13:27:37 [2024-03-19T13:27:37.042Z]  > git --version # 'git version 2.25.1'
13:27:37 [2024-03-19T13:27:37.043Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:27:37 [2024-03-19T13:27:37.050Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47589/head:refs/remotes/origin/PR-47589 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10
13:27:52 [2024-03-19T13:27:52.790Z] Fetching without tags
13:27:53 [2024-03-19T13:27:53.002Z] Merging remotes/origin/25.0 commit 5901652edd6a1cf464cfcad15f3f0ac4b96d29cf into PR head commit a987bc5ad06c54448454b5415dd70465d41c184e
13:27:53 [2024-03-19T13:27:53.754Z] Merge succeeded, producing a987bc5ad06c54448454b5415dd70465d41c184e
13:27:53 [2024-03-19T13:27:53.754Z] Checking out Revision a987bc5ad06c54448454b5415dd70465d41c184e (PR-47589)
13:27:52 [2024-03-19T13:27:52.449Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:27:52 [2024-03-19T13:27:52.453Z]  > git config --add remote.origin.fetch +refs/pull/47589/head:refs/remotes/origin/PR-47589 # timeout=10
13:27:52 [2024-03-19T13:27:52.456Z]  > git config --add remote.origin.fetch +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10
13:27:52 [2024-03-19T13:27:52.784Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:27:52 [2024-03-19T13:27:52.790Z] Fetching upstream changes from https://github.com/moby/moby.git
13:27:52 [2024-03-19T13:27:52.790Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:27:52 [2024-03-19T13:27:52.793Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47589/head:refs/remotes/origin/PR-47589 +refs/heads/25.0:refs/remotes/origin/25.0 # timeout=10
13:27:53 [2024-03-19T13:27:53.005Z]  > git config core.sparsecheckout # timeout=10
13:27:53 [2024-03-19T13:27:53.015Z]  > git checkout -f a987bc5ad06c54448454b5415dd70465d41c184e # timeout=10
13:27:53 [2024-03-19T13:27:53.731Z]  > git remote # timeout=10
13:27:53 [2024-03-19T13:27:53.735Z]  > git config --get remote.origin.url # timeout=10
13:27:53 [2024-03-19T13:27:53.738Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:27:53 [2024-03-19T13:27:53.740Z]  > git merge 5901652edd6a1cf464cfcad15f3f0ac4b96d29cf # timeout=10
13:27:53 [2024-03-19T13:27:53.748Z]  > git rev-parse HEAD^{commit} # timeout=10
13:27:53 [2024-03-19T13:27:53.753Z]  > git config core.sparsecheckout # timeout=10
13:27:53 [2024-03-19T13:27:53.756Z]  > git checkout -f a987bc5ad06c54448454b5415dd70465d41c184e # timeout=10
13:27:54 [2024-03-19T13:27:54.872Z] Commit message: "libnet: Don't forward to upstream resolvers on internal nw"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:27:55 [2024-03-19T13:27:55.583Z] + docker version
13:27:58 [2024-03-19T13:27:58.116Z] Client: Docker Engine - Community
13:27:58 [2024-03-19T13:27:58.116Z]  Version:           25.0.3
13:27:58 [2024-03-19T13:27:58.116Z]  API version:       1.44
13:27:58 [2024-03-19T13:27:58.116Z]  Go version:        go1.21.6
13:27:58 [2024-03-19T13:27:58.116Z]  Git commit:        4debf41
13:27:58 [2024-03-19T13:27:58.116Z]  Built:             Tue Feb  6 21:13:09 2024
13:27:58 [2024-03-19T13:27:58.116Z]  OS/Arch:           linux/arm64
13:27:58 [2024-03-19T13:27:58.116Z]  Context:           default
13:27:58 [2024-03-19T13:27:58.116Z] 
13:27:58 [2024-03-19T13:27:58.116Z] Server: Docker Engine - Community
13:27:58 [2024-03-19T13:27:58.116Z]  Engine:
13:27:58 [2024-03-19T13:27:58.116Z]   Version:          25.0.3
13:27:58 [2024-03-19T13:27:58.116Z]   API version:      1.44 (minimum version 1.24)
13:27:58 [2024-03-19T13:27:58.116Z]   Go version:       go1.21.6
13:27:58 [2024-03-19T13:27:58.116Z]   Git commit:       f417435
13:27:58 [2024-03-19T13:27:58.116Z]   Built:            Tue Feb  6 21:13:09 2024
13:27:58 [2024-03-19T13:27:58.116Z]   OS/Arch:          linux/arm64
13:27:58 [2024-03-19T13:27:58.116Z]   Experimental:     true
13:27:58 [2024-03-19T13:27:58.116Z]  containerd:
13:27:58 [2024-03-19T13:27:58.116Z]   Version:          1.6.28
13:27:58 [2024-03-19T13:27:58.116Z]   GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
13:27:58 [2024-03-19T13:27:58.116Z]  runc:
13:27:58 [2024-03-19T13:27:58.116Z]   Version:          1.1.12
13:27:58 [2024-03-19T13:27:58.116Z]   GitCommit:        v1.1.12-0-g51d5e94
13:27:58 [2024-03-19T13:27:58.116Z]  docker-init:
13:27:58 [2024-03-19T13:27:58.116Z]   Version:          0.19.0
13:27:58 [2024-03-19T13:27:58.116Z]   GitCommit:        de40ad0
[Pipeline] sh
13:27:58 [2024-03-19T13:27:58.405Z] + docker info
13:28:03 [2024-03-19T13:28:03.682Z] Client: Docker Engine - Community
13:28:03 [2024-03-19T13:28:03.682Z]  Version:    25.0.3
13:28:03 [2024-03-19T13:28:03.682Z]  Context:    default
13:28:03 [2024-03-19T13:28:03.682Z]  Debug Mode: false
13:28:03 [2024-03-19T13:28:03.682Z]  Plugins:
13:28:03 [2024-03-19T13:28:03.682Z]   buildx: Docker Buildx (Docker Inc.)
13:28:03 [2024-03-19T13:28:03.682Z]     Version:  v0.12.1
13:28:03 [2024-03-19T13:28:03.682Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
13:28:03 [2024-03-19T13:28:03.682Z]   compose: Docker Compose (Docker Inc.)
13:28:03 [2024-03-19T13:28:03.682Z]     Version:  v2.24.6
13:28:03 [2024-03-19T13:28:03.682Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
13:28:03 [2024-03-19T13:28:03.682Z] 
13:28:03 [2024-03-19T13:28:03.682Z] Server:
13:28:03 [2024-03-19T13:28:03.682Z]  Containers: 0
13:28:03 [2024-03-19T13:28:03.682Z]   Running: 0
13:28:03 [2024-03-19T13:28:03.682Z]   Paused: 0
13:28:03 [2024-03-19T13:28:03.682Z]   Stopped: 0
13:28:03 [2024-03-19T13:28:03.682Z]  Images: 0
13:28:03 [2024-03-19T13:28:03.682Z]  Server Version: 25.0.3
13:28:03 [2024-03-19T13:28:03.682Z]  Storage Driver: overlay2
13:28:03 [2024-03-19T13:28:03.682Z]   Backing Filesystem: extfs
13:28:03 [2024-03-19T13:28:03.682Z]   Supports d_type: true
13:28:03 [2024-03-19T13:28:03.682Z]   Using metacopy: false
13:28:03 [2024-03-19T13:28:03.682Z]   Native Overlay Diff: true
13:28:03 [2024-03-19T13:28:03.682Z]   userxattr: false
13:28:03 [2024-03-19T13:28:03.682Z]  Logging Driver: json-file
13:28:03 [2024-03-19T13:28:03.682Z]  Cgroup Driver: cgroupfs
13:28:03 [2024-03-19T13:28:03.682Z]  Cgroup Version: 1
13:28:03 [2024-03-19T13:28:03.682Z]  Plugins:
13:28:03 [2024-03-19T13:28:03.682Z]   Volume: local
13:28:03 [2024-03-19T13:28:03.682Z]   Network: bridge host ipvlan macvlan null overlay
13:28:03 [2024-03-19T13:28:03.682Z]   Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
13:28:03 [2024-03-19T13:28:03.682Z]  Swarm: inactive
13:28:03 [2024-03-19T13:28:03.682Z]  Runtimes: io.containerd.runc.v2 runc
13:28:03 [2024-03-19T13:28:03.682Z]  Default Runtime: runc
13:28:03 [2024-03-19T13:28:03.682Z]  Init Binary: docker-init
13:28:03 [2024-03-19T13:28:03.682Z]  containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
13:28:03 [2024-03-19T13:28:03.682Z]  runc version: v1.1.12-0-g51d5e94
13:28:03 [2024-03-19T13:28:03.682Z]  init version: de40ad0
13:28:03 [2024-03-19T13:28:03.682Z]  Security Options:
13:28:03 [2024-03-19T13:28:03.682Z]   apparmor
13:28:03 [2024-03-19T13:28:03.682Z]   seccomp
13:28:03 [2024-03-19T13:28:03.682Z]    Profile: builtin
13:28:03 [2024-03-19T13:28:03.682Z]  Kernel Version: 5.15.0-1053-aws
13:28:03 [2024-03-19T13:28:03.682Z]  Operating System: Ubuntu 20.04.6 LTS
13:28:03 [2024-03-19T13:28:03.682Z]  OSType: linux
13:28:03 [2024-03-19T13:28:03.682Z]  Architecture: aarch64
13:28:03 [2024-03-19T13:28:03.682Z]  CPUs: 8
13:28:03 [2024-03-19T13:28:03.682Z]  Total Memory: 30.64GiB
13:28:03 [2024-03-19T13:28:03.682Z]  Name: ip-10-100-32-133
13:28:03 [2024-03-19T13:28:03.682Z]  ID: de696752-8eb2-4b9b-9ebf-4859e2ca34ac
13:28:03 [2024-03-19T13:28:03.682Z]  Docker Root Dir: /var/lib/docker
13:28:03 [2024-03-19T13:28:03.682Z]  Debug Mode: false
13:28:03 [2024-03-19T13:28:03.682Z]  Experimental: true
13:28:03 [2024-03-19T13:28:03.682Z]  Insecure Registries:
13:28:03 [2024-03-19T13:28:03.682Z]   127.0.0.0/8
13:28:03 [2024-03-19T13:28:03.682Z]  Live Restore Enabled: true
13:28:03 [2024-03-19T13:28:03.682Z] 
[Pipeline] sh
13:28:03 [2024-03-19T13:28:03.965Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:28:03 [2024-03-19T13:28:03.965Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
13:28:03 [2024-03-19T13:28:03.965Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47589/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
13:28:03 [2024-03-19T13:28:03.965Z] + bash /home/ubuntu/workspace/moby_PR-47589/check-config.sh
13:28:03 [2024-03-19T13:28:03.965Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:28:03 [2024-03-19T13:28:03.965Z] info: reading kernel config from /boot/config-5.15.0-1053-aws ...
13:28:03 [2024-03-19T13:28:03.965Z] 
13:28:03 [2024-03-19T13:28:03.965Z] Generally Necessary:
13:28:03 [2024-03-19T13:28:03.965Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:28:03 [2024-03-19T13:28:03.965Z] - apparmor: enabled and tools installed
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_NAMESPACES: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_NET_NS: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_PID_NS: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_IPC_NS: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_UTS_NS: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_CGROUPS: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_CGROUP_CPUACCT: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_CGROUP_DEVICE: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_CGROUP_FREEZER: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_CGROUP_SCHED: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_CPUSETS: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_MEMCG: enabled
13:28:03 [2024-03-19T13:28:03.965Z] - CONFIG_KEYS: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_VETH: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_BRIDGE: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_NF_NAT: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_POSIX_MQUEUE: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_CGROUP_BPF: enabled
13:28:04 [2024-03-19T13:28:04.224Z] 
13:28:04 [2024-03-19T13:28:04.224Z] Optional Features:
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_USER_NS: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_SECCOMP: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_SECCOMP_FILTER: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_CGROUP_PIDS: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_MEMCG_SWAP: enabled
13:28:04 [2024-03-19T13:28:04.224Z]     (cgroup swap accounting is currently enabled)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_BLK_CGROUP: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_CGROUP_PERF: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_CGROUP_HUGETLB: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_CFS_BANDWIDTH: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_RT_GROUP_SCHED: missing
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_IP_VS: enabled (as module)
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_IP_VS_NFCT: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:28:04 [2024-03-19T13:28:04.224Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:28:04 [2024-03-19T13:28:04.484Z] - CONFIG_IP_VS_RR: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z] - CONFIG_SECURITY_SELINUX: enabled
13:28:04 [2024-03-19T13:28:04.484Z] - CONFIG_SECURITY_APPARMOR: enabled
13:28:04 [2024-03-19T13:28:04.484Z] - CONFIG_EXT4_FS: enabled
13:28:04 [2024-03-19T13:28:04.484Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:28:04 [2024-03-19T13:28:04.484Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:28:04 [2024-03-19T13:28:04.484Z] - Network Drivers:
13:28:04 [2024-03-19T13:28:04.484Z]   - "overlay":
13:28:04 [2024-03-19T13:28:04.484Z]     - CONFIG_VXLAN: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:28:04 [2024-03-19T13:28:04.484Z]       Optional (for encrypted networks):
13:28:04 [2024-03-19T13:28:04.484Z]       - CONFIG_CRYPTO: enabled
13:28:04 [2024-03-19T13:28:04.484Z]       - CONFIG_CRYPTO_AEAD: enabled
13:28:04 [2024-03-19T13:28:04.484Z]       - CONFIG_CRYPTO_GCM: enabled
13:28:04 [2024-03-19T13:28:04.484Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:28:04 [2024-03-19T13:28:04.484Z]       - CONFIG_CRYPTO_GHASH: enabled
13:28:04 [2024-03-19T13:28:04.484Z]       - CONFIG_XFRM: enabled
13:28:04 [2024-03-19T13:28:04.484Z]       - CONFIG_XFRM_USER: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z]       - CONFIG_INET_ESP: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z]   - "ipvlan":
13:28:04 [2024-03-19T13:28:04.484Z]     - CONFIG_IPVLAN: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z]   - "macvlan":
13:28:04 [2024-03-19T13:28:04.484Z]     - CONFIG_MACVLAN: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z]     - CONFIG_DUMMY: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z]   - "ftp,tftp client in container":
13:28:04 [2024-03-19T13:28:04.484Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z] - Storage Drivers:
13:28:04 [2024-03-19T13:28:04.484Z]   - "aufs":
13:28:04 [2024-03-19T13:28:04.484Z]     - CONFIG_AUFS_FS: enabled (as module)
13:28:04 [2024-03-19T13:28:04.484Z]   - "btrfs":
13:28:04 [2024-03-19T13:28:04.484Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:28:04 [2024-03-19T13:28:04.743Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:28:04 [2024-03-19T13:28:04.743Z]   - "devicemapper":
13:28:04 [2024-03-19T13:28:04.743Z]     - CONFIG_BLK_DEV_DM: enabled
13:28:04 [2024-03-19T13:28:04.743Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:28:04 [2024-03-19T13:28:04.743Z]   - "overlay":
13:28:04 [2024-03-19T13:28:04.743Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:28:04 [2024-03-19T13:28:04.743Z]   - "zfs":
13:28:04 [2024-03-19T13:28:04.743Z]     - /dev/zfs: present
13:28:04 [2024-03-19T13:28:04.743Z]     - zfs command: missing
13:28:04 [2024-03-19T13:28:04.743Z]     - zpool command: missing
13:28:04 [2024-03-19T13:28:04.743Z] 
13:28:04 [2024-03-19T13:28:04.743Z] Limits:
13:28:04 [2024-03-19T13:28:04.743Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:28:04 [2024-03-19T13:28:04.743Z] 
13:28:04 [2024-03-19T13:28:04.743Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:28:05 [2024-03-19T13:28:05.071Z] + docker build --force-rm -t docker:a987bc5ad06c54448454b5415dd70465d41c184e .
13:28:05 [2024-03-19T13:28:05.330Z] #0 building with "default" instance using docker driver
13:28:05 [2024-03-19T13:28:05.330Z] 
13:28:05 [2024-03-19T13:28:05.330Z] #1 [internal] load build definition from Dockerfile
13:28:05 [2024-03-19T13:28:05.330Z] #1 transferring dockerfile:
13:28:05 [2024-03-19T13:28:05.589Z] #1 transferring dockerfile: 27.92kB done
13:28:05 [2024-03-19T13:28:05.589Z] #1 DONE 0.1s
13:28:05 [2024-03-19T13:28:05.589Z] 
13:28:05 [2024-03-19T13:28:05.589Z] #2 resolve image config for docker.io/docker/dockerfile:1
13:28:05 [2024-03-19T13:28:05.848Z] #2 DONE 0.4s
13:28:05 [2024-03-19T13:28:05.848Z] 
13:28:05 [2024-03-19T13:28:05.848Z] #3 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
13:28:05 [2024-03-19T13:28:05.848Z] #3 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done
13:28:05 [2024-03-19T13:28:05.848Z] #3 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done
13:28:05 [2024-03-19T13:28:05.848Z] #3 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done
13:28:05 [2024-03-19T13:28:05.848Z] #3 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done
13:28:05 [2024-03-19T13:28:05.848Z] #3 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 6.29MB / 11.02MB 0.1s
13:28:05 [2024-03-19T13:28:05.848Z] #3 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.2s done
13:28:05 [2024-03-19T13:28:05.848Z] #3 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d
13:28:06 [2024-03-19T13:28:06.120Z] #3 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done
13:28:06 [2024-03-19T13:28:06.120Z] #3 DONE 0.4s
13:28:06 [2024-03-19T13:28:06.120Z] 
13:28:06 [2024-03-19T13:28:06.120Z] #4 [internal] load metadata for docker.io/distribution/distribution:2.8.3
13:28:06 [2024-03-19T13:28:06.687Z] #4 ...
13:28:06 [2024-03-19T13:28:06.687Z] 
13:28:06 [2024-03-19T13:28:06.687Z] #5 [internal] load metadata for docker.io/library/busybox:latest
13:28:06 [2024-03-19T13:28:06.687Z] #5 DONE 0.6s
13:28:06 [2024-03-19T13:28:06.947Z] 
13:28:06 [2024-03-19T13:28:06.947Z] #6 [internal] load metadata for docker.io/library/golang:1.21.8-bookworm
13:28:06 [2024-03-19T13:28:06.947Z] #6 DONE 0.6s
13:28:06 [2024-03-19T13:28:06.947Z] 
13:28:06 [2024-03-19T13:28:06.947Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:28:06 [2024-03-19T13:28:06.947Z] #7 DONE 0.6s
13:28:06 [2024-03-19T13:28:06.947Z] 
13:28:06 [2024-03-19T13:28:06.947Z] #4 [internal] load metadata for docker.io/distribution/distribution:2.8.3
13:28:06 [2024-03-19T13:28:06.947Z] #4 DONE 0.7s
13:28:06 [2024-03-19T13:28:06.947Z] 
13:28:06 [2024-03-19T13:28:06.947Z] #8 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
13:28:06 [2024-03-19T13:28:06.947Z] #8 DONE 0.7s
13:28:06 [2024-03-19T13:28:06.947Z] 
13:28:06 [2024-03-19T13:28:06.947Z] #9 [internal] load metadata for docker.io/library/debian:bookworm
13:28:06 [2024-03-19T13:28:06.947Z] #9 DONE 0.7s
13:28:06 [2024-03-19T13:28:06.947Z] 
13:28:06 [2024-03-19T13:28:06.947Z] #10 [internal] load metadata for docker.io/docker/compose-bin:v2.24.5
13:28:06 [2024-03-19T13:28:06.947Z] #10 DONE 0.8s
13:28:06 [2024-03-19T13:28:06.947Z] 
13:28:06 [2024-03-19T13:28:06.947Z] #11 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1
13:28:07 [2024-03-19T13:28:07.206Z] #11 DONE 0.9s
13:28:07 [2024-03-19T13:28:07.206Z] 
13:28:07 [2024-03-19T13:28:07.206Z] #12 [internal] load .dockerignore
13:28:07 [2024-03-19T13:28:07.206Z] #12 transferring context: 113B done
13:28:07 [2024-03-19T13:28:07.206Z] #12 DONE 0.0s
13:28:07 [2024-03-19T13:28:07.466Z] 
13:28:07 [2024-03-19T13:28:07.466Z] #13 [internal] load build context
13:28:10 [2024-03-19T13:28:10.005Z] #13 transferring context: 75.06MB 2.1s done
13:28:10 [2024-03-19T13:28:10.005Z] #13 DONE 2.2s
13:28:10 [2024-03-19T13:28:10.005Z] 
13:28:10 [2024-03-19T13:28:10.005Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
13:28:10 [2024-03-19T13:28:10.005Z] #14 resolve docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d 0.3s done
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d 1.64kB / 1.64kB done
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:74f29d72ffb107817ac700c8507cb8d35bc0e1e1b45e9721de43ff4bce6e9947 1.79kB / 1.79kB done
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:3741b03ceb0702207444bfc4c2e217172068630cf7801e50092e433d6f39ca0f 2.90kB / 2.90kB done
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:6ee0baa58a3d368515336c1b5c1cade29c975e1b49a832f19e22f4c46f4a23a7 49.59MB / 49.59MB 1.0s done
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:992a857ef57584af4efb4c62d68456f1e8513c95d6248fd796a9ea7f45da4d79 23.58MB / 23.58MB 0.7s done
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:3861a6536e4e911503e7d2fc8f93228491ba45d1e5def0d2f3723e32e03d7466 63.99MB / 63.99MB 1.3s done
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:abc7e462754aa407ba73b5f3e308e2dd9f24ad9d6692a741f7864bbd27e67eb5 80.74MB / 86.41MB 1.6s
13:28:10 [2024-03-19T13:28:10.005Z] #14 extracting sha256:6ee0baa58a3d368515336c1b5c1cade29c975e1b49a832f19e22f4c46f4a23a7 0.3s
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:7e0e6e85615b1040731361423c1a429ac19cf8cbe3473fbb475e7040fb189414 6.29MB / 64.11MB 1.6s
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:be8d131ab8b47041d3915784901da0d32780d16151f2ae2dfefb284210d2cfa3 172B / 172B 1.5s done
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 1.6s done
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:abc7e462754aa407ba73b5f3e308e2dd9f24ad9d6692a741f7864bbd27e67eb5 86.41MB / 86.41MB 1.7s
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:7e0e6e85615b1040731361423c1a429ac19cf8cbe3473fbb475e7040fb189414 16.78MB / 64.11MB 1.7s
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:7e0e6e85615b1040731361423c1a429ac19cf8cbe3473fbb475e7040fb189414 22.06MB / 64.11MB 1.8s
13:28:10 [2024-03-19T13:28:10.005Z] #14 ...
13:28:10 [2024-03-19T13:28:10.005Z] 
13:28:10 [2024-03-19T13:28:10.005Z] #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
13:28:10 [2024-03-19T13:28:10.005Z] #15 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.3s done
13:28:10 [2024-03-19T13:28:10.005Z] #15 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done
13:28:10 [2024-03-19T13:28:10.005Z] #15 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done
13:28:10 [2024-03-19T13:28:10.005Z] #15 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done
13:28:10 [2024-03-19T13:28:10.005Z] #15 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 1.6s done
13:28:10 [2024-03-19T13:28:10.005Z] #15 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done
13:28:10 [2024-03-19T13:28:10.005Z] #15 DONE 2.5s
13:28:10 [2024-03-19T13:28:10.005Z] 
13:28:10 [2024-03-19T13:28:10.005Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:7e0e6e85615b1040731361423c1a429ac19cf8cbe3473fbb475e7040fb189414 32.51MB / 64.11MB 1.9s
13:28:10 [2024-03-19T13:28:10.005Z] #14 sha256:7e0e6e85615b1040731361423c1a429ac19cf8cbe3473fbb475e7040fb189414 41.94MB / 64.11MB 2.1s
13:28:10 [2024-03-19T13:28:10.264Z] #14 sha256:7e0e6e85615b1040731361423c1a429ac19cf8cbe3473fbb475e7040fb189414 52.43MB / 64.11MB 2.2s
13:28:10 [2024-03-19T13:28:10.264Z] #14 sha256:7e0e6e85615b1040731361423c1a429ac19cf8cbe3473fbb475e7040fb189414 64.11MB / 64.11MB 2.3s
13:28:10 [2024-03-19T13:28:10.523Z] #14 sha256:7e0e6e85615b1040731361423c1a429ac19cf8cbe3473fbb475e7040fb189414 64.11MB / 64.11MB 2.7s done
13:28:10 [2024-03-19T13:28:10.782Z] #14 ...
13:28:10 [2024-03-19T13:28:10.782Z] 
13:28:10 [2024-03-19T13:28:10.782Z] #16 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:650fd573e056b679a5110a70aabeb01e26b76e545ec4b9c70a9523f2dfaf18c6
13:28:10 [2024-03-19T13:28:10.782Z] #16 resolve docker.io/library/busybox:latest@sha256:650fd573e056b679a5110a70aabeb01e26b76e545ec4b9c70a9523f2dfaf18c6 0.3s done
13:28:10 [2024-03-19T13:28:10.782Z] #16 sha256:650fd573e056b679a5110a70aabeb01e26b76e545ec4b9c70a9523f2dfaf18c6 6.76kB / 6.76kB done
13:28:10 [2024-03-19T13:28:10.782Z] #16 sha256:46bd05c4a04f3d121198e054da02daed22d0f561764acb0f0594066d5972619b 390B / 390B done
13:28:10 [2024-03-19T13:28:10.782Z] #16 sha256:15b3852228f2a4251fb997ce32a52204b76babcaae22df16cac5e217d95a5c07 610B / 610B done
13:28:10 [2024-03-19T13:28:10.782Z] #16 sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 1.84MB / 1.84MB 1.8s
13:28:10 [2024-03-19T13:28:10.782Z] #16 extracting sha256:45d8eb5967de4c266a4cee23081b4e3855f4f8690f8b9165f804d19278bdeb5e 0.1s done
13:28:11 [2024-03-19T13:28:11.041Z] #16 ...
13:28:11 [2024-03-19T13:28:11.041Z] 
13:28:11 [2024-03-19T13:28:11.041Z] #17 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3
13:28:11 [2024-03-19T13:28:11.041Z] #17 resolve docker.io/docker/compose-bin:v2.24.5@sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 0.3s done
13:28:11 [2024-03-19T13:28:11.041Z] #17 sha256:5f74242b93d68d5c73c086993ce2279e5220cd1ef0ead561f2055bed5f1234c3 8.43kB / 8.43kB done
13:28:11 [2024-03-19T13:28:11.041Z] #17 sha256:06eae01801a52c8f549787b29c2bfb65c88c0a218b217321e99a157565a0fa5a 482B / 482B done
13:28:11 [2024-03-19T13:28:11.041Z] #17 sha256:d06dcef7a21624ea13d7671125a7fe4cded9aaa21792757846e72064e5214dec 1.13kB / 1.13kB done
13:28:11 [2024-03-19T13:28:11.041Z] #17 sha256:823737807fa37f6a71175786ba6042e4b83f8bb78f65079d56c0a0dff55d1e73 16.62MB / 16.62MB 2.4s done
13:28:11 [2024-03-19T13:28:11.041Z] #17 extracting sha256:823737807fa37f6a71175786ba6042e4b83f8bb78f65079d56c0a0dff55d1e73 0.3s done
13:28:11 [2024-03-19T13:28:11.041Z] #17 DONE 3.6s
13:28:11 [2024-03-19T13:28:11.041Z] 
13:28:11 [2024-03-19T13:28:11.041Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
13:28:11 [2024-03-19T13:28:11.609Z] #14 ...
13:28:11 [2024-03-19T13:28:11.609Z] 
13:28:11 [2024-03-19T13:28:11.609Z] #18 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:28:11 [2024-03-19T13:28:11.609Z] #18 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.3s done
13:28:11 [2024-03-19T13:28:11.609Z] #18 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:28:11 [2024-03-19T13:28:11.609Z] #18 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:28:11 [2024-03-19T13:28:11.609Z] #18 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:28:11 [2024-03-19T13:28:11.609Z] #18 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.2s done
13:28:11 [2024-03-19T13:28:11.609Z] #18 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s done
13:28:11 [2024-03-19T13:28:11.609Z] #18 DONE 4.2s
13:28:11 [2024-03-19T13:28:11.609Z] 
13:28:11 [2024-03-19T13:28:11.609Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
13:28:11 [2024-03-19T13:28:11.609Z] #14 extracting sha256:6ee0baa58a3d368515336c1b5c1cade29c975e1b49a832f19e22f4c46f4a23a7 2.3s done
13:28:11 [2024-03-19T13:28:11.609Z] #14 extracting sha256:992a857ef57584af4efb4c62d68456f1e8513c95d6248fd796a9ea7f45da4d79
13:28:11 [2024-03-19T13:28:11.868Z] #14 ...
13:28:11 [2024-03-19T13:28:11.868Z] 
13:28:11 [2024-03-19T13:28:11.868Z] #19 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43
13:28:11 [2024-03-19T13:28:11.868Z] #19 resolve docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 0.3s done
13:28:11 [2024-03-19T13:28:11.868Z] #19 sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 8.43kB / 8.43kB done
13:28:11 [2024-03-19T13:28:11.868Z] #19 sha256:152601ea1a432a294017848c66fb84d04e1a90d4380ce9b5cd519cdf09e43722 482B / 482B done
13:28:11 [2024-03-19T13:28:11.868Z] #19 sha256:a5a1ba0fd157960c623fcbba319e3c92650faeacc179ed940362aed94d69a42f 1.14kB / 1.14kB done
13:28:11 [2024-03-19T13:28:11.868Z] #19 sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 15.64MB / 15.64MB 3.3s done
13:28:11 [2024-03-19T13:28:11.868Z] #19 extracting sha256:e44944864973a68b1022f5cb1071d878c837565d31227b2aecce1b58f2018ce5 0.2s done
13:28:11 [2024-03-19T13:28:11.868Z] #19 DONE 4.4s
13:28:11 [2024-03-19T13:28:11.868Z] 
13:28:11 [2024-03-19T13:28:11.868Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
13:28:12 [2024-03-19T13:28:12.127Z] #14 ...
13:28:12 [2024-03-19T13:28:12.127Z] 
13:28:12 [2024-03-19T13:28:12.127Z] #20 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:e97ee92bf1e11a2de654e9f3da827d8dce32b54e0490ac83bfc65c8706568116
13:28:12 [2024-03-19T13:28:12.127Z] #20 resolve docker.io/library/debian:bookworm@sha256:e97ee92bf1e11a2de654e9f3da827d8dce32b54e0490ac83bfc65c8706568116 0.3s done
13:28:12 [2024-03-19T13:28:12.127Z] #20 sha256:e97ee92bf1e11a2de654e9f3da827d8dce32b54e0490ac83bfc65c8706568116 1.85kB / 1.85kB done
13:28:12 [2024-03-19T13:28:12.127Z] #20 sha256:6496a3400e12fbff53da7318b304405a5cb2f185a74bdb4458dcc4b645839380 529B / 529B done
13:28:12 [2024-03-19T13:28:12.127Z] #20 sha256:f50f6cc64f28b1aaef7790f6c4ed819e861d47d91836502f2462b81c9b840dc2 1.48kB / 1.48kB done
13:28:12 [2024-03-19T13:28:12.127Z] #20 sha256:6ee0baa58a3d368515336c1b5c1cade29c975e1b49a832f19e22f4c46f4a23a7 49.59MB / 49.59MB 1.0s done
13:28:12 [2024-03-19T13:28:12.127Z] #20 DONE 4.7s
13:28:12 [2024-03-19T13:28:12.127Z] 
13:28:12 [2024-03-19T13:28:12.127Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
13:28:12 [2024-03-19T13:28:12.387Z] #14 ...
13:28:12 [2024-03-19T13:28:12.387Z] 
13:28:12 [2024-03-19T13:28:12.387Z] #21 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
13:28:12 [2024-03-19T13:28:12.387Z] #21 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.3s done
13:28:12 [2024-03-19T13:28:12.387Z] #21 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done
13:28:12 [2024-03-19T13:28:12.387Z] #21 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done
13:28:12 [2024-03-19T13:28:12.387Z] #21 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done
13:28:12 [2024-03-19T13:28:12.387Z] #21 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 2.0s done
13:28:12 [2024-03-19T13:28:12.387Z] #21 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0.2s done
13:28:12 [2024-03-19T13:28:12.387Z] #21 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 2.4s done
13:28:12 [2024-03-19T13:28:12.387Z] #21 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.1s done
13:28:12 [2024-03-19T13:28:12.387Z] #21 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 0B / 766B 2.8s
13:28:12 [2024-03-19T13:28:12.387Z] #21 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 3.2s done
13:28:12 [2024-03-19T13:28:12.387Z] #21 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done
13:28:12 [2024-03-19T13:28:12.387Z] #21 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.1s done
13:28:12 [2024-03-19T13:28:12.387Z] #21 ...
13:28:12 [2024-03-19T13:28:12.387Z] 
13:28:12 [2024-03-19T13:28:12.387Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
13:28:12 [2024-03-19T13:28:12.387Z] #14 extracting sha256:992a857ef57584af4efb4c62d68456f1e8513c95d6248fd796a9ea7f45da4d79 0.5s done
13:28:12 [2024-03-19T13:28:12.387Z] #14 extracting sha256:3861a6536e4e911503e7d2fc8f93228491ba45d1e5def0d2f3723e32e03d7466
13:28:14 [2024-03-19T13:28:14.292Z] #14 extracting sha256:3861a6536e4e911503e7d2fc8f93228491ba45d1e5def0d2f3723e32e03d7466 1.9s done
13:28:14 [2024-03-19T13:28:14.551Z] #14 extracting sha256:abc7e462754aa407ba73b5f3e308e2dd9f24ad9d6692a741f7864bbd27e67eb5
13:28:15 [2024-03-19T13:28:15.930Z] #14 extracting sha256:abc7e462754aa407ba73b5f3e308e2dd9f24ad9d6692a741f7864bbd27e67eb5 1.4s done
13:28:16 [2024-03-19T13:28:16.189Z] #14 extracting sha256:7e0e6e85615b1040731361423c1a429ac19cf8cbe3473fbb475e7040fb189414
13:28:20 [2024-03-19T13:28:20.379Z] #14 extracting sha256:7e0e6e85615b1040731361423c1a429ac19cf8cbe3473fbb475e7040fb189414 3.6s done
13:28:20 [2024-03-19T13:28:20.379Z] #14 extracting sha256:be8d131ab8b47041d3915784901da0d32780d16151f2ae2dfefb284210d2cfa3
13:28:20 [2024-03-19T13:28:20.379Z] #14 extracting sha256:be8d131ab8b47041d3915784901da0d32780d16151f2ae2dfefb284210d2cfa3 done
13:28:20 [2024-03-19T13:28:20.946Z] #14 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
13:28:20 [2024-03-19T13:28:20.946Z] #14 ...
13:28:20 [2024-03-19T13:28:20.946Z] 
13:28:20 [2024-03-19T13:28:20.946Z] #22 [build-dummy 2/2] RUN mkdir -p /build
13:28:21 [2024-03-19T13:28:21.231Z] #22 ...
13:28:21 [2024-03-19T13:28:21.231Z] 
13:28:21 [2024-03-19T13:28:21.231Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:28:21 [2024-03-19T13:28:21.231Z] #23 1.496 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 1.509 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 1.509 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 1.576 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 1.688 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 1.695 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [144 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 2.743 Fetched 9096 kB in 2s (4761 kB/s)
13:28:21 [2024-03-19T13:28:21.231Z] #23 2.743 Reading package lists...
13:28:21 [2024-03-19T13:28:21.231Z] #23 3.368 Reading package lists...
13:28:21 [2024-03-19T13:28:21.231Z] #23 3.984 Building dependency tree...
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.483 The following additional packages will be installed:
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.484   libbrotli1 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.484   libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14 libonig5 libpsl5
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.485   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl3 openssl
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.488 Suggested packages:
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.488   krb5-doc krb5-user
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.488 Recommended packages:
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.488   krb5-locales libldap-common publicsuffix libsasl2-modules
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.659 The following NEW packages will be installed:
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.660   ca-certificates curl jq libbrotli1 libcurl4 libgssapi-krb5-2 libjq1
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.660   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.660   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.661   libssh2-1 libssl3 openssl
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.937 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.937 Need to get 5813 kB of archives.
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.937 After this operation, 16.1 MB of additional disk space will be used.
13:28:21 [2024-03-19T13:28:21.231Z] #23 4.937 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.11-1~deb12u2 [1803 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.009 Get:2 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.11-1~deb12u2 [1385 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.026 Get:3 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.044 Get:4 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.061 Get:5 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u1 [31.7 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.064 Get:6 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u1 [79.0 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.095 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.096 Get:8 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u1 [313 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.107 Get:9 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u1 [123 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.110 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.114 Get:11 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.115 Get:12 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.116 Get:13 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u1 [68.3 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.120 Get:14 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.121 Get:15 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.123 Get:16 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.124 Get:17 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u5 [366 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.127 Get:18 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u5 [308 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.131 Get:19 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.135 Get:20 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.137 Get:21 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.339 debconf: delaying package configuration, since apt-utils is not installed
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.433 Fetched 5813 kB in 0s (12.5 MB/s)
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.529 Selecting previously unselected package libssl3:arm64.
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.529 (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 ... 6092 files and directories currently installed.)
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.533 Preparing to unpack .../00-libssl3_3.0.11-1~deb12u2_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.580 Unpacking libssl3:arm64 (3.0.11-1~deb12u2) ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.872 Selecting previously unselected package openssl.
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.874 Preparing to unpack .../01-openssl_3.0.11-1~deb12u2_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 5.896 Unpacking openssl (3.0.11-1~deb12u2) ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 6.452 Selecting previously unselected package ca-certificates.
13:28:21 [2024-03-19T13:28:21.231Z] #23 6.454 Preparing to unpack .../02-ca-certificates_20230311_all.deb ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 6.472 Unpacking ca-certificates (20230311) ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 6.799 Selecting previously unselected package libbrotli1:arm64.
13:28:21 [2024-03-19T13:28:21.231Z] #23 6.801 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 6.872 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.225 Selecting previously unselected package libkrb5support0:arm64.
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.226 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u1_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.272 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.473 Selecting previously unselected package libk5crypto3:arm64.
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.474 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u1_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.491 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.736 Selecting previously unselected package libkeyutils1:arm64.
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.737 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.810 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.944 Selecting previously unselected package libkrb5-3:arm64.
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.945 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u1_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 7.964 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 8.557 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:28:21 [2024-03-19T13:28:21.231Z] #23 8.558 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u1_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 8.606 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 8.900 Selecting previously unselected package libsasl2-modules-db:arm64.
13:28:21 [2024-03-19T13:28:21.231Z] #23 8.902 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 8.915 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
13:28:21 [2024-03-19T13:28:21.231Z] #23 9.193 Selecting previously unselected package libsasl2-2:arm64.
13:28:21 [2024-03-19T13:28:21.490Z] #23 9.194 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.490Z] #23 9.200 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
13:28:21 [2024-03-19T13:28:21.490Z] #23 9.346 Selecting previously unselected package libldap-2.5-0:arm64.
13:28:21 [2024-03-19T13:28:21.490Z] #23 ...
13:28:21 [2024-03-19T13:28:21.490Z] 
13:28:21 [2024-03-19T13:28:21.490Z] #14 [base 1/4] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
13:28:21 [2024-03-19T13:28:21.490Z] #14 DONE 14.2s
13:28:21 [2024-03-19T13:28:21.490Z] 
13:28:21 [2024-03-19T13:28:21.490Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:28:21 [2024-03-19T13:28:21.490Z] #23 9.347 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.490Z] #23 9.361 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
13:28:21 [2024-03-19T13:28:21.490Z] #23 ...
13:28:21 [2024-03-19T13:28:21.490Z] 
13:28:21 [2024-03-19T13:28:21.490Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
13:28:21 [2024-03-19T13:28:21.490Z] #24 ...
13:28:21 [2024-03-19T13:28:21.490Z] 
13:28:21 [2024-03-19T13:28:21.490Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:28:21 [2024-03-19T13:28:21.490Z] #23 9.565 Selecting previously unselected package libnghttp2-14:arm64.
13:28:21 [2024-03-19T13:28:21.490Z] #23 9.566 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u1_arm64.deb ...
13:28:21 [2024-03-19T13:28:21.490Z] #23 9.597 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
13:28:22 [2024-03-19T13:28:22.518Z] #23 10.30 Selecting previously unselected package libpsl5:arm64.
13:28:22 [2024-03-19T13:28:22.776Z] #23 10.30 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ...
13:28:22 [2024-03-19T13:28:22.777Z] #23 10.35 Unpacking libpsl5:arm64 (0.21.2-1) ...
13:28:22 [2024-03-19T13:28:22.777Z] #23 10.70 Selecting previously unselected package librtmp1:arm64.
13:28:22 [2024-03-19T13:28:22.777Z] #23 10.70 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
13:28:22 [2024-03-19T13:28:22.777Z] #23 10.72 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:28:22 [2024-03-19T13:28:22.777Z] #23 10.86 Selecting previously unselected package libssh2-1:arm64.
13:28:23 [2024-03-19T13:28:23.035Z] #23 10.86 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ...
13:28:23 [2024-03-19T13:28:23.035Z] #23 10.87 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
13:28:23 [2024-03-19T13:28:23.035Z] #23 11.03 Selecting previously unselected package libcurl4:arm64.
13:28:23 [2024-03-19T13:28:23.294Z] #23 11.03 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u5_arm64.deb ...
13:28:23 [2024-03-19T13:28:23.294Z] #23 11.04 Unpacking libcurl4:arm64 (7.88.1-10+deb12u5) ...
13:28:23 [2024-03-19T13:28:23.294Z] #23 11.23 Selecting previously unselected package curl.
13:28:23 [2024-03-19T13:28:23.294Z] #23 11.23 Preparing to unpack .../17-curl_7.88.1-10+deb12u5_arm64.deb ...
13:28:23 [2024-03-19T13:28:23.294Z] #23 11.34 Unpacking curl (7.88.1-10+deb12u5) ...
13:28:23 [2024-03-19T13:28:23.861Z] #23 11.70 Selecting previously unselected package libonig5:arm64.
13:28:23 [2024-03-19T13:28:23.861Z] #23 11.70 Preparing to unpack .../18-libonig5_6.9.8-1_arm64.deb ...
13:28:23 [2024-03-19T13:28:23.861Z] #23 11.77 Unpacking libonig5:arm64 (6.9.8-1) ...
13:28:24 [2024-03-19T13:28:24.120Z] #23 12.06 Selecting previously unselected package libjq1:arm64.
13:28:24 [2024-03-19T13:28:24.120Z] #23 12.06 Preparing to unpack .../19-libjq1_1.6-2.1_arm64.deb ...
13:28:24 [2024-03-19T13:28:24.120Z] #23 12.07 Unpacking libjq1:arm64 (1.6-2.1) ...
13:28:24 [2024-03-19T13:28:24.378Z] #23 12.35 Selecting previously unselected package jq.
13:28:24 [2024-03-19T13:28:24.637Z] #23 12.35 Preparing to unpack .../20-jq_1.6-2.1_arm64.deb ...
13:28:24 [2024-03-19T13:28:24.637Z] #23 12.35 Unpacking jq (1.6-2.1) ...
13:28:24 [2024-03-19T13:28:24.637Z] #23 12.62 Setting up libkeyutils1:arm64 (1.6.3-2) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 12.67 Setting up libpsl5:arm64 (0.21.2-1) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 12.71 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 12.79 Setting up libssl3:arm64 (3.0.11-1~deb12u2) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 12.83 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u1) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 12.87 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u1) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 12.90 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 12.93 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 12.95 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u1) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 12.96 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 12.97 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 12.98 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u1) ...
13:28:24 [2024-03-19T13:28:24.896Z] #23 13.00 Setting up openssl (3.0.11-1~deb12u2) ...
13:28:25 [2024-03-19T13:28:25.154Z] #23 ...
13:28:25 [2024-03-19T13:28:25.154Z] 
13:28:25 [2024-03-19T13:28:25.154Z] #22 [build-dummy 2/2] RUN mkdir -p /build
13:28:25 [2024-03-19T13:28:25.154Z] #22 DONE 14.2s
13:28:25 [2024-03-19T13:28:25.154Z] 
13:28:25 [2024-03-19T13:28:25.154Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
13:28:25 [2024-03-19T13:28:25.154Z] #24 DONE 12.8s
13:28:25 [2024-03-19T13:28:25.154Z] 
13:28:25 [2024-03-19T13:28:25.154Z] #25 [binary-dummy 1/1] COPY --from=build-dummy /build /build
13:28:25 [2024-03-19T13:28:25.154Z] #25 DONE 0.0s
13:28:25 [2024-03-19T13:28:25.154Z] 
13:28:25 [2024-03-19T13:28:25.154Z] #26 [base 2/4] COPY --from=xx / /
13:28:25 [2024-03-19T13:28:25.154Z] #26 DONE 0.2s
13:28:25 [2024-03-19T13:28:25.154Z] 
13:28:25 [2024-03-19T13:28:25.154Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:28:25 [2024-03-19T13:28:25.154Z] #23 13.02 Setting up libonig5:arm64 (6.9.8-1) ...
13:28:25 [2024-03-19T13:28:25.154Z] #23 13.04 Setting up libjq1:arm64 (1.6-2.1) ...
13:28:25 [2024-03-19T13:28:25.154Z] #23 13.07 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
13:28:25 [2024-03-19T13:28:25.154Z] #23 13.08 Setting up ca-certificates (20230311) ...
13:28:25 [2024-03-19T13:28:25.413Z] #23 13.16 debconf: unable to initialize frontend: Dialog
13:28:25 [2024-03-19T13:28:25.413Z] #23 13.16 debconf: (TERM is not set, so the dialog frontend is not usable.)
13:28:25 [2024-03-19T13:28:25.413Z] #23 13.16 debconf: falling back to frontend: Readline
13:28:25 [2024-03-19T13:28:25.413Z] #23 13.16 debconf: unable to initialize frontend: Readline
13:28:25 [2024-03-19T13:28:25.413Z] #23 13.16 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
13:28:25 [2024-03-19T13:28:25.413Z] #23 13.16 debconf: falling back to frontend: Teletype
13:28:25 [2024-03-19T13:28:25.413Z] #23 ...
13:28:25 [2024-03-19T13:28:25.413Z] 
13:28:25 [2024-03-19T13:28:25.413Z] #27 [base 3/4] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:28:25 [2024-03-19T13:28:25.413Z] #27 DONE 0.2s
13:28:25 [2024-03-19T13:28:25.672Z] 
13:28:25 [2024-03-19T13:28:25.672Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:28:25 [2024-03-19T13:28:25.672Z] #23 13.48 Updating certificates in /etc/ssl/certs...
13:28:25 [2024-03-19T13:28:25.930Z] #23 13.92 140 added, 0 removed; done.
13:28:26 [2024-03-19T13:28:26.189Z] #23 13.96 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u1) ...
13:28:26 [2024-03-19T13:28:26.189Z] #23 13.97 Setting up jq (1.6-2.1) ...
13:28:26 [2024-03-19T13:28:26.189Z] #23 13.99 Setting up libcurl4:arm64 (7.88.1-10+deb12u5) ...
13:28:26 [2024-03-19T13:28:26.189Z] #23 14.12 Setting up curl (7.88.1-10+deb12u5) ...
13:28:26 [2024-03-19T13:28:26.189Z] #23 14.16 Processing triggers for libc-bin (2.36-9+deb12u4) ...
13:28:26 [2024-03-19T13:28:26.189Z] #23 14.18 Processing triggers for ca-certificates (20230311) ...
13:28:26 [2024-03-19T13:28:26.447Z] #23 14.18 Updating certificates in /etc/ssl/certs...
13:28:26 [2024-03-19T13:28:26.447Z] #23 14.51 0 added, 0 removed; done.
13:28:26 [2024-03-19T13:28:26.447Z] #23 14.51 Running hooks in /etc/ca-certificates/update.d...
13:28:26 [2024-03-19T13:28:26.706Z] #23 14.51 done.
13:28:26 [2024-03-19T13:28:26.706Z] #23 DONE 14.7s
13:28:26 [2024-03-19T13:28:26.706Z] 
13:28:26 [2024-03-19T13:28:26.706Z] #28 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
13:28:26 [2024-03-19T13:28:26.706Z] #28 0.590 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
13:28:26 [2024-03-19T13:28:26.706Z] #28 0.599 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
13:28:26 [2024-03-19T13:28:26.706Z] #28 0.599 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
13:28:26 [2024-03-19T13:28:26.706Z] #28 0.670 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
13:28:26 [2024-03-19T13:28:26.706Z] #28 0.742 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
13:28:26 [2024-03-19T13:28:26.706Z] #28 0.796 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [144 kB]
13:28:26 [2024-03-19T13:28:26.964Z] #28 ...
13:28:26 [2024-03-19T13:28:26.964Z] 
13:28:26 [2024-03-19T13:28:26.964Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:28:26 [2024-03-19T13:28:26.964Z] #29 DONE 0.1s
13:28:26 [2024-03-19T13:28:26.964Z] 
13:28:26 [2024-03-19T13:28:26.964Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:28:28 [2024-03-19T13:28:28.866Z] #30 2.252 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:28:29 [2024-03-19T13:28:29.802Z] #30 2.828 #=#=#                                                                         
13:28:30 [2024-03-19T13:28:30.061Z] #30 3.094 #=#=#                                                                         
#30 ...
13:28:30 [2024-03-19T13:28:30.061Z] 
13:28:30 [2024-03-19T13:28:30.061Z] #28 [base 4/4] RUN apt-get update && apt-get install --no-install-recommends -y file
13:28:30 [2024-03-19T13:28:30.061Z] #28 1.733 Fetched 9096 kB in 1s (6493 kB/s)
13:28:30 [2024-03-19T13:28:30.061Z] #28 1.733 Reading package lists...
13:28:30 [2024-03-19T13:28:30.061Z] #28 2.358 Reading package lists...
13:28:30 [2024-03-19T13:28:30.061Z] #28 2.980 Building dependency tree...
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.167 Reading state information...
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.463 The following additional packages will be installed:
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.465   libmagic-mgc libmagic1
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.497 The following NEW packages will be installed:
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.498   file libmagic-mgc libmagic1
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.775 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.775 Need to get 446 kB of archives.
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.775 After this operation, 8709 kB of additional disk space will be used.
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.775 Get:1 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.782 Get:2 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.783 Get:3 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.932 debconf: delaying package configuration, since apt-utils is not installed
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.975 Fetched 446 kB in 0s (1618 kB/s)
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.996 Selecting previously unselected package libmagic-mgc.
13:28:30 [2024-03-19T13:28:30.061Z] #28 3.996 (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 ... 15633 files and directories currently installed.)
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.006 Preparing to unpack .../libmagic-mgc_1%3a5.44-3_arm64.deb ...
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.011 Unpacking libmagic-mgc (1:5.44-3) ...
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.088 Selecting previously unselected package libmagic1:arm64.
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.090 Preparing to unpack .../libmagic1_1%3a5.44-3_arm64.deb ...
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.099 Unpacking libmagic1:arm64 (1:5.44-3) ...
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.138 Selecting previously unselected package file.
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.140 Preparing to unpack .../file_1%3a5.44-3_arm64.deb ...
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.145 Unpacking file (1:5.44-3) ...
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.188 Setting up libmagic-mgc (1:5.44-3) ...
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.203 Setting up libmagic1:arm64 (1:5.44-3) ...
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.225 Setting up file (1:5.44-3) ...
13:28:30 [2024-03-19T13:28:30.061Z] #28 4.237 Processing triggers for libc-bin (2.36-9+deb12u4) ...
13:28:30 [2024-03-19T13:28:30.061Z] #28 DONE 4.5s
13:28:30 [2024-03-19T13:28:30.061Z] 
13:28:30 [2024-03-19T13:28:30.061Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:28:30 [2024-03-19T13:28:30.061Z] #30 3.094 #=#=#                                                                         

######################################################################## 100.0%
13:28:30 [2024-03-19T13:28:30.061Z] #30 3.331 
13:28:30 [2024-03-19T13:28:30.321Z] #30 ...
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #31 [containerd-src 1/3] WORKDIR /usr/src/containerd
13:28:30 [2024-03-19T13:28:30.321Z] #31 DONE 0.2s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #32 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
13:28:30 [2024-03-19T13:28:30.321Z] #32 DONE 0.3s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #33 [runc-src 1/3] WORKDIR /usr/src/runc
13:28:30 [2024-03-19T13:28:30.321Z] #33 DONE 0.3s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #34 [swagger-src 1/3] WORKDIR /usr/src/swagger
13:28:30 [2024-03-19T13:28:30.321Z] #34 DONE 0.3s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #35 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:28:30 [2024-03-19T13:28:30.321Z] #35 DONE 0.3s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #36 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
13:28:30 [2024-03-19T13:28:30.321Z] #36 DONE 0.3s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #37 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
13:28:30 [2024-03-19T13:28:30.321Z] #37 DONE 0.4s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #38 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
13:28:30 [2024-03-19T13:28:30.321Z] #38 ...
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #39 [delve-src 1/3] WORKDIR /usr/src/delve
13:28:30 [2024-03-19T13:28:30.321Z] #39 DONE 0.4s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #40 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
13:28:30 [2024-03-19T13:28:30.321Z] #40 DONE 0.4s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #41 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
13:28:30 [2024-03-19T13:28:30.321Z] #41 DONE 0.4s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:28:30 [2024-03-19T13:28:30.321Z] #42 DONE 0.4s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #43 [tini-src 1/3] WORKDIR /usr/src/tini
13:28:30 [2024-03-19T13:28:30.321Z] #43 DONE 0.5s
13:28:30 [2024-03-19T13:28:30.321Z] 
13:28:30 [2024-03-19T13:28:30.321Z] #44 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
13:28:30 [2024-03-19T13:28:30.321Z] #44 DONE 0.5s
13:28:30 [2024-03-19T13:28:30.582Z] 
13:28:30 [2024-03-19T13:28:30.582Z] #45 [registry-src 1/2] WORKDIR /usr/src/registry
13:28:30 [2024-03-19T13:28:30.582Z] #45 DONE 0.5s
13:28:30 [2024-03-19T13:28:30.582Z] 
13:28:30 [2024-03-19T13:28:30.582Z] #46 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
13:28:30 [2024-03-19T13:28:30.841Z] #46 ...
13:28:30 [2024-03-19T13:28:30.841Z] 
13:28:30 [2024-03-19T13:28:30.841Z] #47 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
13:28:30 [2024-03-19T13:28:30.841Z] #47 0.380 hint: Using 'master' as the name for the initial branch. This default branch name
13:28:30 [2024-03-19T13:28:30.841Z] #47 0.380 hint: is subject to change. To configure the initial branch name to use in all
13:28:30 [2024-03-19T13:28:30.841Z] #47 0.380 hint: of your new repositories, which will suppress this warning, call:
13:28:30 [2024-03-19T13:28:30.842Z] #47 0.380 hint: 
13:28:30 [2024-03-19T13:28:30.842Z] #47 0.380 hint: 	git config --global init.defaultBranch <name>
13:28:30 [2024-03-19T13:28:30.842Z] #47 0.380 hint: 
13:28:30 [2024-03-19T13:28:30.842Z] #47 0.380 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
13:28:30 [2024-03-19T13:28:30.842Z] #47 0.380 hint: 'development'. The just-created branch can be renamed via this command:
13:28:30 [2024-03-19T13:28:30.842Z] #47 0.380 hint: 
13:28:30 [2024-03-19T13:28:30.842Z] #47 0.380 hint: 	git branch -m <name>
13:28:30 [2024-03-19T13:28:30.842Z] #47 0.381 Initialized empty Git repository in /usr/src/containerd/.git/
13:28:30 [2024-03-19T13:28:30.842Z] #47 DONE 0.5s
13:28:30 [2024-03-19T13:28:30.842Z] 
13:28:30 [2024-03-19T13:28:30.842Z] #48 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
13:28:30 [2024-03-19T13:28:30.842Z] #48 0.445 hint: Using 'master' as the name for the initial branch. This default branch name
13:28:30 [2024-03-19T13:28:30.842Z] #48 0.445 hint: is subject to change. To configure the initial branch name to use in all
13:28:30 [2024-03-19T13:28:30.842Z] #48 0.445 hint: of your new repositories, which will suppress this warning, call:
13:28:30 [2024-03-19T13:28:30.842Z] #48 0.445 hint: 
13:28:30 [2024-03-19T13:28:30.842Z] #48 0.445 hint: 	git config --global init.defaultBranch <name>
13:28:30 [2024-03-19T13:28:30.842Z] #48 0.445 hint: 
13:28:30 [2024-03-19T13:28:30.842Z] #48 0.445 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
13:28:30 [2024-03-19T13:28:30.842Z] #48 0.445 hint: 'development'. The just-created branch can be renamed via this command:
13:28:30 [2024-03-19T13:28:30.842Z] #48 0.445 hint: 
13:28:30 [2024-03-19T13:28:30.842Z] #48 0.445 hint: 	git branch -m <name>
13:28:30 [2024-03-19T13:28:30.842Z] #48 0.451 Initialized empty Git repository in /usr/src/runc/.git/
13:28:30 [2024-03-19T13:28:30.842Z] #48 DONE 0.5s
13:28:30 [2024-03-19T13:28:30.842Z] 
13:28:30 [2024-03-19T13:28:30.842Z] #49 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:28:31 [2024-03-19T13:28:31.101Z] #49 ...
13:28:31 [2024-03-19T13:28:31.101Z] 
13:28:31 [2024-03-19T13:28:31.101Z] #50 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
13:28:31 [2024-03-19T13:28:31.101Z] #50 0.713 hint: Using 'master' as the name for the initial branch. This default branch name
13:28:31 [2024-03-19T13:28:31.101Z] #50 0.713 hint: is subject to change. To configure the initial branch name to use in all
13:28:31 [2024-03-19T13:28:31.101Z] #50 0.713 hint: of your new repositories, which will suppress this warning, call:
13:28:31 [2024-03-19T13:28:31.101Z] #50 0.713 hint: 
13:28:31 [2024-03-19T13:28:31.101Z] #50 0.713 hint: 	git config --global init.defaultBranch <name>
13:28:31 [2024-03-19T13:28:31.101Z] #50 0.713 hint: 
13:28:31 [2024-03-19T13:28:31.101Z] #50 0.713 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
13:28:31 [2024-03-19T13:28:31.101Z] #50 0.713 hint: 'development'. The just-created branch can be renamed via this command:
13:28:31 [2024-03-19T13:28:31.101Z] #50 0.713 hint: 
13:28:31 [2024-03-19T13:28:31.101Z] #50 0.713 hint: 	git branch -m <name>
13:28:31 [2024-03-19T13:28:31.101Z] #50 0.714 Initialized empty Git repository in /usr/src/swagger/.git/
13:28:31 [2024-03-19T13:28:31.101Z] #50 DONE 0.8s
13:28:31 [2024-03-19T13:28:31.360Z] 
13:28:31 [2024-03-19T13:28:31.360Z] #51 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
13:28:31 [2024-03-19T13:28:31.621Z] #51 ...
13:28:31 [2024-03-19T13:28:31.621Z] 
13:28:31 [2024-03-19T13:28:31.621Z] #52 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
13:28:31 [2024-03-19T13:28:31.621Z] #52 1.042 hint: Using 'master' as the name for the initial branch. This default branch name
13:28:31 [2024-03-19T13:28:31.621Z] #52 1.042 hint: is subject to change. To configure the initial branch name to use in all
13:28:31 [2024-03-19T13:28:31.621Z] #52 1.042 hint: of your new repositories, which will suppress this warning, call:
13:28:31 [2024-03-19T13:28:31.621Z] #52 1.042 hint: 
13:28:31 [2024-03-19T13:28:31.621Z] #52 1.042 hint: 	git config --global init.defaultBranch <name>
13:28:31 [2024-03-19T13:28:31.621Z] #52 1.042 hint: 
13:28:31 [2024-03-19T13:28:31.621Z] #52 1.042 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
13:28:31 [2024-03-19T13:28:31.621Z] #52 1.042 hint: 'development'. The just-created branch can be renamed via this command:
13:28:31 [2024-03-19T13:28:31.621Z] #52 1.042 hint: 
13:28:31 [2024-03-19T13:28:31.621Z] #52 1.042 hint: 	git branch -m <name>
13:28:31 [2024-03-19T13:28:31.621Z] #52 1.043 Initialized empty Git repository in /usr/src/delve/.git/
13:28:31 [2024-03-19T13:28:31.621Z] #52 DONE 1.1s
13:28:31 [2024-03-19T13:28:31.621Z] 
13:28:31 [2024-03-19T13:28:31.621Z] #38 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
13:28:31 [2024-03-19T13:28:31.621Z] #38 1.096 hint: Using 'master' as the name for the initial branch. This default branch name
13:28:31 [2024-03-19T13:28:31.621Z] #38 1.096 hint: is subject to change. To configure the initial branch name to use in all
13:28:31 [2024-03-19T13:28:31.621Z] #38 1.096 hint: of your new repositories, which will suppress this warning, call:
13:28:31 [2024-03-19T13:28:31.621Z] #38 1.096 hint: 
13:28:31 [2024-03-19T13:28:31.621Z] #38 1.096 hint: 	git config --global init.defaultBranch <name>
13:28:31 [2024-03-19T13:28:31.621Z] #38 1.096 hint: 
13:28:31 [2024-03-19T13:28:31.621Z] #38 1.096 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
13:28:31 [2024-03-19T13:28:31.621Z] #38 1.096 hint: 'development'. The just-created branch can be renamed via this command:
13:28:31 [2024-03-19T13:28:31.621Z] #38 1.096 hint: 
13:28:31 [2024-03-19T13:28:31.621Z] #38 1.096 hint: 	git branch -m <name>
13:28:31 [2024-03-19T13:28:31.621Z] #38 1.098 Initialized empty Git repository in /usr/src/rootlesskit/.git/
13:28:31 [2024-03-19T13:28:31.621Z] #38 DONE 1.2s
13:28:31 [2024-03-19T13:28:31.621Z] 
13:28:31 [2024-03-19T13:28:31.621Z] #53 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:28:36 [2024-03-19T13:28:36.905Z] #53 ...
13:28:36 [2024-03-19T13:28:36.905Z] 
13:28:36 [2024-03-19T13:28:36.905Z] #54 [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.55.2"      && /build/golangci-lint --version
13:28:36 [2024-03-19T13:28:36.905Z] #54 2.202 go: downloading github.com/golangci/golangci-lint v1.55.2
13:28:36 [2024-03-19T13:28:36.905Z] #54 2.780 go: downloading github.com/fatih/color v1.15.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 2.780 go: downloading github.com/spf13/cobra v1.7.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 2.780 go: downloading github.com/spf13/pflag v1.0.5
13:28:36 [2024-03-19T13:28:36.905Z] #54 2.780 go: downloading github.com/gofrs/flock v0.8.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 2.780 go: downloading github.com/spf13/viper v1.12.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 2.781 go: downloading gopkg.in/yaml.v3 v3.0.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 2.791 go: downloading golang.org/x/tools v0.14.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 2.794 go: downloading github.com/hashicorp/go-version v1.6.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 2.993 go: downloading github.com/ldez/gomoddirectives v0.2.3
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.070 go: downloading github.com/mitchellh/mapstructure v1.5.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.070 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.071 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.080 go: downloading github.com/hashicorp/go-multierror v1.1.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.090 go: downloading github.com/mattn/go-colorable v0.1.13
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.100 go: downloading github.com/sirupsen/logrus v1.9.3
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.305 go: downloading github.com/stretchr/testify v1.8.4
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.309 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.369 go: downloading github.com/mattn/go-isatty v0.0.17
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.372 go: downloading github.com/golangci/revgrep v0.5.2
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.375 go: downloading github.com/fsnotify/fsnotify v1.5.4
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.390 go: downloading github.com/spf13/afero v1.8.2
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.404 go: downloading github.com/spf13/cast v1.5.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.471 go: downloading github.com/spf13/jwalterweatherman v1.1.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.471 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.501 go: downloading 4d63.com/gochecknoglobals v0.2.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.503 go: downloading github.com/4meepo/tagalign v1.3.3
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.505 go: downloading github.com/Abirdcfly/dupword v0.0.13
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.509 go: downloading github.com/Antonboom/errname v0.1.12
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.635 go: downloading github.com/Antonboom/nilnil v0.1.7
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.636 go: downloading github.com/Antonboom/testifylint v0.2.3
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.636 go: downloading github.com/BurntSushi/toml v1.3.2
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.637 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.701 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.701 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.702 go: downloading github.com/alecthomas/go-check-sumtype v0.1.3
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.704 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.704 go: downloading github.com/alexkohler/prealloc v1.0.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.744 go: downloading github.com/alingse/asasalint v0.0.11
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.747 go: downloading github.com/ashanbrown/forbidigo v1.6.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.775 go: downloading github.com/ashanbrown/makezero v1.1.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.776 go: downloading github.com/bkielbasa/cyclop v1.2.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.816 go: downloading github.com/blizzy78/varnamelen v0.8.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.818 go: downloading github.com/bombsimon/wsl/v3 v3.4.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.846 go: downloading github.com/breml/bidichk v0.2.7
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.846 go: downloading github.com/breml/errchkjson v0.3.6
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.847 go: downloading github.com/butuzov/ireturn v0.2.2
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.847 go: downloading github.com/butuzov/mirror v1.1.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.928 go: downloading github.com/catenacyber/perfsprint v0.2.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.928 go: downloading github.com/charithe/durationcheck v0.0.10
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.928 go: downloading github.com/curioswitch/go-reassign v0.2.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.928 go: downloading github.com/daixiang0/gci v0.11.2
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.961 go: downloading github.com/denis-tingaikin/go-header v0.4.3
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.997 go: downloading github.com/esimonov/ifshort v1.0.4
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.997 go: downloading github.com/firefart/nonamedreturns v1.0.4
13:28:36 [2024-03-19T13:28:36.905Z] #54 3.999 go: downloading github.com/fzipp/gocyclo v0.6.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.000 go: downloading github.com/ghostiam/protogetter v0.2.3
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.000 go: downloading github.com/go-critic/go-critic v0.9.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.003 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.191 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.197 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.202 go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.202 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.205 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.248 go: downloading github.com/golangci/misspell v0.4.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.248 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.306 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.363 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.363 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.427 go: downloading github.com/hexops/gotextdiff v1.0.3
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.507 go: downloading github.com/jgautheron/goconst v1.6.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.535 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.536 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.536 go: downloading github.com/julz/importas v0.1.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.537 go: downloading github.com/kisielk/errcheck v1.6.3
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.541 go: downloading github.com/kkHAIKE/contextcheck v1.1.4
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.541 go: downloading github.com/kulti/thelper v0.6.3
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.541 go: downloading github.com/kunwardeep/paralleltest v1.0.8
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.599 go: downloading github.com/kyoh86/exportloopref v0.1.11
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.607 go: downloading github.com/ldez/tagliatelle v0.5.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.610 go: downloading github.com/leonklingele/grouper v1.1.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.628 go: downloading github.com/lufeee/execinquery v1.2.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.638 go: downloading github.com/macabu/inamedparam v0.1.2
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.805 go: downloading github.com/maratori/testableexamples v1.0.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.805 go: downloading github.com/maratori/testpackage v1.1.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.807 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.807 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.819 go: downloading github.com/mgechev/revive v1.3.4
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.844 go: downloading github.com/moricho/tparallel v0.3.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.875 go: downloading github.com/nakabonne/nestif v0.3.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.909 go: downloading github.com/nishanths/exhaustive v0.11.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.910 go: downloading github.com/nishanths/predeclared v0.2.2
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.918 go: downloading github.com/nunnatsa/ginkgolinter v0.14.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.939 go: downloading github.com/polyfloyd/go-errorlint v1.4.5
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.941 go: downloading github.com/ryancurrah/gomodguard v1.3.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 4.978 go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
13:28:36 [2024-03-19T13:28:36.905Z] #54 5.089 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
13:28:36 [2024-03-19T13:28:36.905Z] #54 5.093 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 5.093 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0
13:28:36 [2024-03-19T13:28:36.905Z] #54 5.093 go: downloading github.com/securego/gosec/v2 v2.18.2
13:28:36 [2024-03-19T13:28:36.905Z] #54 5.196 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.216 go: downloading github.com/sivchari/containedctx v1.0.3
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.236 go: downloading github.com/sivchari/nosnakecase v1.7.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.291 go: downloading github.com/sivchari/tenv v1.7.1
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.449 go: downloading github.com/sonatard/noctx v0.0.2
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.457 go: downloading github.com/sourcegraph/go-diff v0.7.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.457 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.457 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.457 go: downloading github.com/tdakkota/asciicheck v0.2.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.457 go: downloading github.com/tetafro/godot v1.4.15
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.477 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.481 go: downloading github.com/timonwong/loggercheck v0.9.4
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.565 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.585 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.589 go: downloading github.com/ultraware/funlen v0.1.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.649 go: downloading github.com/ultraware/whitespace v0.0.5
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.649 go: downloading github.com/uudashr/gocognit v1.1.2
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.649 go: downloading github.com/xen0n/gosmopolitan v1.2.2
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.649 go: downloading github.com/yagipy/maintidx v1.0.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.649 go: downloading github.com/yeya24/promlinter v0.2.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.722 go: downloading github.com/ykadowak/zerologlint v0.1.3
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.728 go: downloading gitlab.com/bosi/decorder v0.4.1
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.773 go: downloading go-simpler.org/sloglint v0.1.2
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.797 go: downloading go.tmz.dev/musttag v0.7.2
13:28:36 [2024-03-19T13:28:36.906Z] #54 5.813 go: downloading honnef.co/go/tools v0.4.6
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.591 go: downloading mvdan.cc/gofumpt v0.5.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.592 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.592 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.593 go: downloading golang.org/x/mod v0.13.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.593 go: downloading github.com/hashicorp/errwrap v1.0.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.594 go: downloading golang.org/x/sys v0.13.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.604 go: downloading github.com/davecgh/go-spew v1.1.1
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.605 go: downloading github.com/pmezard/go-difflib v1.0.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.718 go: downloading github.com/stretchr/objx v0.5.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.720 go: downloading github.com/subosito/gotenv v1.4.1
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.734 go: downloading github.com/hashicorp/hcl v1.0.0
13:28:36 [2024-03-19T13:28:36.906Z] #54 6.872 go: downloading gopkg.in/ini.v1 v1.67.0
13:28:37 [2024-03-19T13:28:37.176Z] #54 7.251 go: downloading github.com/magiconair/properties v1.8.6
13:28:37 [2024-03-19T13:28:37.437Z] #54 7.276 go: downloading github.com/pelletier/go-toml/v2 v2.0.5
13:28:37 [2024-03-19T13:28:37.437Z] #54 7.278 go: downloading golang.org/x/text v0.13.0
13:28:37 [2024-03-19T13:28:37.437Z] #54 7.286 go: downloading github.com/fatih/structtag v1.2.0
13:28:37 [2024-03-19T13:28:37.437Z] #54 7.361 go: downloading github.com/gobwas/glob v0.2.3
13:28:37 [2024-03-19T13:28:37.699Z] #54 7.566 go: downloading github.com/google/go-cmp v0.6.0
13:28:37 [2024-03-19T13:28:37.699Z] #54 ...
13:28:37 [2024-03-19T13:28:37.699Z] 
13:28:37 [2024-03-19T13:28:37.699Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:28:37 [2024-03-19T13:28:37.699Z] #30 5.511 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:28:37 [2024-03-19T13:28:37.699Z] #30 6.111 #=#=#                                                                         
13:28:37 [2024-03-19T13:28:37.699Z] #30 6.387 #=#=#                                                                         

                                                                           0.1%
######################################################################## 100.0%
13:28:37 [2024-03-19T13:28:37.699Z] #30 6.778 
13:28:37 [2024-03-19T13:28:37.699Z] #30 9.331 Downloading 'library/debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9' (1 layers)...
13:28:37 [2024-03-19T13:28:37.699Z] #30 10.12 #=#=#                                                                         
##O#-#                                                                        
13:28:37 [2024-03-19T13:28:37.699Z] #30 10.54 #=#=#                                                                         

                                                                           0.0%
########################                                                  33.4%
##################################################                        69.6%
######################################################################## 100.0%
13:28:37 [2024-03-19T13:28:37.699Z] #30 ...
13:28:37 [2024-03-19T13:28:37.699Z] 
13:28:37 [2024-03-19T13:28:37.699Z] #54 [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.55.2"      && /build/golangci-lint --version
13:28:37 [2024-03-19T13:28:37.699Z] #54 7.751 go: downloading github.com/pelletier/go-toml v1.9.5
13:28:37 [2024-03-19T13:28:37.699Z] #54 7.784 go: downloading gopkg.in/yaml.v2 v2.4.0
13:28:37 [2024-03-19T13:28:37.699Z] #54 7.829 go: downloading go.uber.org/zap v1.24.0
13:28:37 [2024-03-19T13:28:37.959Z] #54 8.040 go: downloading golang.org/x/sync v0.4.0
13:28:37 [2024-03-19T13:28:37.959Z] #54 8.055 go: downloading github.com/kisielk/gotool v1.0.0
13:28:38 [2024-03-19T13:28:38.224Z] #54 8.331 go: downloading github.com/go-toolsmith/astcast v1.1.0
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.334 go: downloading github.com/go-toolsmith/astcopy v1.1.0
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.335 go: downloading github.com/go-toolsmith/astequal v1.1.0
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.337 go: downloading github.com/go-toolsmith/astfmt v1.1.0
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.338 go: downloading github.com/go-toolsmith/astp v1.1.0
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.399 go: downloading github.com/go-toolsmith/strparse v1.1.0
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.407 go: downloading github.com/go-toolsmith/typep v1.1.0
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.411 go: downloading github.com/quasilyte/go-ruleguard v0.4.0
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.411 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.541 go: downloading github.com/gostaticanalysis/comment v1.4.2
13:28:38 [2024-03-19T13:28:38.485Z] #54 ...
13:28:38 [2024-03-19T13:28:38.485Z] 
13:28:38 [2024-03-19T13:28:38.485Z] #55 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
13:28:38 [2024-03-19T13:28:38.485Z] #55 1.832 hint: Using 'master' as the name for the initial branch. This default branch name
13:28:38 [2024-03-19T13:28:38.485Z] #55 1.832 hint: is subject to change. To configure the initial branch name to use in all
13:28:38 [2024-03-19T13:28:38.485Z] #55 1.832 hint: of your new repositories, which will suppress this warning, call:
13:28:38 [2024-03-19T13:28:38.485Z] #55 1.832 hint: 
13:28:38 [2024-03-19T13:28:38.485Z] #55 1.832 hint: 	git config --global init.defaultBranch <name>
13:28:38 [2024-03-19T13:28:38.485Z] #55 1.832 hint: 
13:28:38 [2024-03-19T13:28:38.485Z] #55 1.832 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
13:28:38 [2024-03-19T13:28:38.485Z] #55 1.832 hint: 'development'. The just-created branch can be renamed via this command:
13:28:38 [2024-03-19T13:28:38.485Z] #55 1.832 hint: 
13:28:38 [2024-03-19T13:28:38.485Z] #55 1.832 hint: 	git branch -m <name>
13:28:38 [2024-03-19T13:28:38.485Z] #55 1.834 Initialized empty Git repository in /usr/src/tini/.git/
13:28:38 [2024-03-19T13:28:38.485Z] #55 DONE 8.2s
13:28:38 [2024-03-19T13:28:38.485Z] 
13:28:38 [2024-03-19T13:28:38.485Z] #54 [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.55.2"      && /build/golangci-lint --version
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.602 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.634 go: downloading github.com/ettle/strcase v0.1.1
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.635 go: downloading github.com/Masterminds/semver v1.5.0
13:28:38 [2024-03-19T13:28:38.485Z] #54 8.641 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1
13:28:38 [2024-03-19T13:28:38.745Z] #54 8.798 go: downloading github.com/prometheus/client_golang v1.12.1
13:28:38 [2024-03-19T13:28:38.745Z] #54 8.867 go: downloading github.com/prometheus/client_model v0.2.0
13:28:39 [2024-03-19T13:28:39.004Z] #54 9.015 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833
13:28:39 [2024-03-19T13:28:39.004Z] #54 9.123 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:28:39 [2024-03-19T13:28:39.310Z] #54 9.131 go: downloading go.uber.org/atomic v1.7.0
13:28:39 [2024-03-19T13:28:39.310Z] #54 9.134 go: downloading go.uber.org/multierr v1.6.0
13:28:39 [2024-03-19T13:28:39.310Z] #54 9.272 go: downloading github.com/chavacava/garif v0.1.0
13:28:39 [2024-03-19T13:28:39.570Z] #54 9.419 go: downloading github.com/olekukonko/tablewriter v0.0.5
13:28:39 [2024-03-19T13:28:39.570Z] #54 9.544 go: downloading github.com/quasilyte/gogrep v0.5.0
13:28:39 [2024-03-19T13:28:39.570Z] #54 9.548 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
13:28:39 [2024-03-19T13:28:39.570Z] #54 9.579 go: downloading github.com/beorn7/perks v1.0.1
13:28:39 [2024-03-19T13:28:39.570Z] #54 9.725 go: downloading github.com/cespare/xxhash/v2 v2.1.2
13:28:39 [2024-03-19T13:28:39.570Z] #54 9.725 go: downloading github.com/prometheus/common v0.32.1
13:28:39 [2024-03-19T13:28:39.829Z] #54 9.726 go: downloading google.golang.org/protobuf v1.28.0
13:28:39 [2024-03-19T13:28:39.829Z] #54 9.733 go: downloading github.com/golang/protobuf v1.5.2
13:28:39 [2024-03-19T13:28:39.829Z] #54 9.829 go: downloading github.com/prometheus/procfs v0.7.3
13:28:40 [2024-03-19T13:28:40.089Z] #54 10.02 go: downloading github.com/mattn/go-runewidth v0.0.9
13:28:40 [2024-03-19T13:28:40.089Z] #54 ...
13:28:40 [2024-03-19T13:28:40.089Z] 
13:28:40 [2024-03-19T13:28:40.089Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:28:40 [2024-03-19T13:28:40.089Z] #56 2.944 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 2.978 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 2.994 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 3.072 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 3.415 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 3.471 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [144 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 4.529 Fetched 9096 kB in 2s (4771 kB/s)
13:28:40 [2024-03-19T13:28:40.089Z] #56 4.529 Reading package lists...
13:28:40 [2024-03-19T13:28:40.089Z] #56 5.357 Reading package lists...
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.236 Building dependency tree...
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.919 python3 is already the newest version (3.11.2-1+b1).
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.919 The following additional packages will be installed:
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.923   autotools-dev bzip2 dpkg-dev libdpkg-perl libprotobuf-c1 libyajl2 m4 patch
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.937   xz-utils
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.943 Suggested packages:
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.948   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.949   manpages-dev bzr seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.949   m4-doc ed diffutils-doc
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.950 Recommended packages:
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.950   fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
13:28:40 [2024-03-19T13:28:40.089Z] #56 6.950   liblocale-gettext-perl libltdl-dev
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.317 The following NEW packages will be installed:
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.319   autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.320   libdpkg-perl libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsystemd-dev
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.324   libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.647 0 upgraded, 19 newly installed, 0 to remove and 0 not upgraded.
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.647 Need to get 5657 kB of archives.
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.647 After this operation, 16.7 MB of additional disk space will be used.
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.647 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.659 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.717 Get:3 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.772 Get:4 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.783 Get:5 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.791 Get:6 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.811 Get:7 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.840 Get:8 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.860 Get:9 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.922 Get:10 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.937 Get:11 http://deb.debian.org/debian bookworm/main arm64 libcap-dev arm64 1:2.66-4 [447 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.987 Get:12 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.992 Get:13 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c-dev arm64 1.4.1-1+b1 [34.6 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 7.993 Get:14 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 8.032 Get:15 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 8.054 Get:16 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 8.059 Get:17 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 8.062 Get:18 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 8.186 Get:19 http://deb.debian.org/debian bookworm/main arm64 libyajl-dev arm64 2.1.0-3+deb12u2 [30.4 kB]
13:28:40 [2024-03-19T13:28:40.089Z] #56 8.683 debconf: delaying package configuration, since apt-utils is not installed
13:28:40 [2024-03-19T13:28:40.089Z] #56 8.946 Fetched 5657 kB in 1s (6499 kB/s)
13:28:40 [2024-03-19T13:28:40.089Z] #56 9.186 Selecting previously unselected package bzip2.
13:28:40 [2024-03-19T13:28:40.089Z] #56 9.186 (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 ... 15667 files and directories currently installed.)
13:28:40 [2024-03-19T13:28:40.089Z] #56 9.200 Preparing to unpack .../00-bzip2_1.0.8-5+b1_arm64.deb ...
13:28:40 [2024-03-19T13:28:40.089Z] #56 9.376 Unpacking bzip2 (1.0.8-5+b1) ...
13:28:40 [2024-03-19T13:28:40.089Z] #56 10.20 Selecting previously unselected package xz-utils.
13:28:40 [2024-03-19T13:28:40.089Z] #56 ...
13:28:40 [2024-03-19T13:28:40.089Z] 
13:28:40 [2024-03-19T13:28:40.089Z] #57 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
13:28:40 [2024-03-19T13:28:40.089Z] #57 3.012 go: downloading github.com/pelletier/go-toml v1.8.1
13:28:40 [2024-03-19T13:28:40.348Z] #57 ...
13:28:40 [2024-03-19T13:28:40.348Z] 
13:28:40 [2024-03-19T13:28:40.348Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
13:28:40 [2024-03-19T13:28:40.348Z] #58 2.544 go: downloading gotest.tools/gotestsum v1.8.2
13:28:40 [2024-03-19T13:28:40.348Z] #58 3.718 go: downloading golang.org/x/tools v0.1.11
13:28:40 [2024-03-19T13:28:40.348Z] #58 3.719 go: downloading github.com/dnephin/pflag v1.0.7
13:28:40 [2024-03-19T13:28:40.348Z] #58 3.723 go: downloading github.com/fatih/color v1.13.0
13:28:40 [2024-03-19T13:28:40.348Z] #58 3.723 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:28:40 [2024-03-19T13:28:40.348Z] #58 3.726 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
13:28:40 [2024-03-19T13:28:40.348Z] #58 3.727 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
13:28:40 [2024-03-19T13:28:40.348Z] #58 3.750 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
13:28:40 [2024-03-19T13:28:40.348Z] #58 3.763 go: downloading github.com/mattn/go-colorable v0.1.12
13:28:40 [2024-03-19T13:28:40.348Z] #58 3.763 go: downloading github.com/mattn/go-isatty v0.0.14
13:28:40 [2024-03-19T13:28:40.348Z] #58 5.160 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
13:28:40 [2024-03-19T13:28:40.633Z] #58 ...
13:28:40 [2024-03-19T13:28:40.633Z] 
13:28:40 [2024-03-19T13:28:40.633Z] #59 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v25.0.2 https://github.com/docker/cli.git /build      && /build/docker --version
13:28:40 [2024-03-19T13:28:40.892Z] #59 ...
13:28:40 [2024-03-19T13:28:40.893Z] 
13:28:40 [2024-03-19T13:28:40.893Z] #60 [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
13:28:40 [2024-03-19T13:28:40.893Z] #60 2.062 go: downloading mvdan.cc/sh/v3 v3.6.0
13:28:40 [2024-03-19T13:28:40.893Z] #60 2.564 go: downloading golang.org/x/term v0.3.0
13:28:40 [2024-03-19T13:28:40.893Z] #60 2.564 go: downloading github.com/google/renameio/v2 v2.0.0
13:28:40 [2024-03-19T13:28:40.893Z] #60 2.565 go: downloading mvdan.cc/editorconfig v0.2.0
13:28:40 [2024-03-19T13:28:40.893Z] #60 2.565 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
13:28:40 [2024-03-19T13:28:40.893Z] #60 2.611 go: downloading golang.org/x/sys v0.3.0
13:28:40 [2024-03-19T13:28:40.893Z] #60 ...
13:28:40 [2024-03-19T13:28:40.893Z] 
13:28:40 [2024-03-19T13:28:40.893Z] #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             pkg-config
13:28:40 [2024-03-19T13:28:40.893Z] #61 4.442 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #61 4.476 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #61 4.477 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #61 4.781 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #61 5.160 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #61 5.216 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [144 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #61 6.657 Fetched 9096 kB in 2s (3670 kB/s)
13:28:40 [2024-03-19T13:28:40.893Z] #61 6.657 Reading package lists...
13:28:40 [2024-03-19T13:28:40.893Z] #61 8.297 Hit:1 http://deb.debian.org/debian bookworm InRelease
13:28:40 [2024-03-19T13:28:40.893Z] #61 8.297 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
13:28:40 [2024-03-19T13:28:40.893Z] #61 8.297 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
13:28:40 [2024-03-19T13:28:40.893Z] #61 9.166 Reading package lists...
13:28:40 [2024-03-19T13:28:40.893Z] #61 10.26 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev pkg-config
13:28:40 [2024-03-19T13:28:40.893Z] #61 ...
13:28:40 [2024-03-19T13:28:40.893Z] 
13:28:40 [2024-03-19T13:28:40.893Z] #62 [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             pkg-config
13:28:40 [2024-03-19T13:28:40.893Z] #62 3.681 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #62 3.693 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #62 3.693 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #62 3.810 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #62 4.060 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #62 4.142 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [144 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #62 5.150 Fetched 9096 kB in 2s (5285 kB/s)
13:28:40 [2024-03-19T13:28:40.893Z] #62 5.150 Reading package lists...
13:28:40 [2024-03-19T13:28:40.893Z] #62 6.572 Hit:1 http://deb.debian.org/debian bookworm InRelease
13:28:40 [2024-03-19T13:28:40.893Z] #62 6.573 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
13:28:40 [2024-03-19T13:28:40.893Z] #62 6.573 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
13:28:40 [2024-03-19T13:28:40.893Z] #62 7.265 Reading package lists...
13:28:40 [2024-03-19T13:28:40.893Z] #62 8.558 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev pkg-config
13:28:40 [2024-03-19T13:28:40.893Z] #62 8.563 Reading package lists...
13:28:40 [2024-03-19T13:28:40.893Z] #62 9.705 Building dependency tree...
13:28:40 [2024-03-19T13:28:40.893Z] #62 ...
13:28:40 [2024-03-19T13:28:40.893Z] 
13:28:40 [2024-03-19T13:28:40.893Z] #46 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
13:28:40 [2024-03-19T13:28:40.893Z] #46 2.187 hint: Using 'master' as the name for the initial branch. This default branch name
13:28:40 [2024-03-19T13:28:40.893Z] #46 2.187 hint: is subject to change. To configure the initial branch name to use in all
13:28:40 [2024-03-19T13:28:40.893Z] #46 2.187 hint: of your new repositories, which will suppress this warning, call:
13:28:40 [2024-03-19T13:28:40.893Z] #46 2.187 hint: 
13:28:40 [2024-03-19T13:28:40.893Z] #46 2.187 hint: 	git config --global init.defaultBranch <name>
13:28:40 [2024-03-19T13:28:40.893Z] #46 2.187 hint: 
13:28:40 [2024-03-19T13:28:40.893Z] #46 2.187 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
13:28:40 [2024-03-19T13:28:40.893Z] #46 2.187 hint: 'development'. The just-created branch can be renamed via this command:
13:28:40 [2024-03-19T13:28:40.893Z] #46 2.187 hint: 
13:28:40 [2024-03-19T13:28:40.893Z] #46 2.187 hint: 	git branch -m <name>
13:28:40 [2024-03-19T13:28:40.893Z] #46 2.269 Initialized empty Git repository in /usr/src/registry/.git/
13:28:40 [2024-03-19T13:28:40.893Z] #46 DONE 10.3s
13:28:40 [2024-03-19T13:28:40.893Z] 
13:28:40 [2024-03-19T13:28:40.893Z] #62 [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             pkg-config
13:28:40 [2024-03-19T13:28:40.893Z] #62 10.58 gcc is already the newest version (4:12.2.0-3).
13:28:40 [2024-03-19T13:28:40.893Z] #62 10.58 libc6-dev is already the newest version (2.36-9+deb12u4).
13:28:40 [2024-03-19T13:28:40.893Z] #62 10.58 pkg-config is already the newest version (1.8.1-1).
13:28:40 [2024-03-19T13:28:40.893Z] #62 10.58 The following additional packages will be installed:
13:28:40 [2024-03-19T13:28:40.893Z] #62 10.58   bzip2 libdpkg-perl patch xz-utils
13:28:40 [2024-03-19T13:28:40.893Z] #62 10.58 Suggested packages:
13:28:40 [2024-03-19T13:28:40.893Z] #62 10.58   bzip2-doc debian-keyring bzr seccomp ed diffutils-doc
13:28:40 [2024-03-19T13:28:40.893Z] #62 10.58 Recommended packages:
13:28:40 [2024-03-19T13:28:40.893Z] #62 10.58   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
13:28:40 [2024-03-19T13:28:40.893Z] #62 10.58   liblocale-gettext-perl
13:28:40 [2024-03-19T13:28:40.893Z] #62 ...
13:28:40 [2024-03-19T13:28:40.893Z] 
13:28:40 [2024-03-19T13:28:40.893Z] #63 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
13:28:40 [2024-03-19T13:28:40.893Z] #63 ...
13:28:40 [2024-03-19T13:28:40.893Z] 
13:28:40 [2024-03-19T13:28:40.893Z] #64 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
13:28:40 [2024-03-19T13:28:40.893Z] #64 4.380 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 4.392 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 4.403 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 4.633 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 5.078 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 5.094 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [144 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 6.458 Fetched 9096 kB in 2s (3884 kB/s)
13:28:40 [2024-03-19T13:28:40.893Z] #64 6.458 Reading package lists...
13:28:40 [2024-03-19T13:28:40.893Z] #64 7.740 Reading package lists...
13:28:40 [2024-03-19T13:28:40.893Z] #64 8.844 Building dependency tree...
13:28:40 [2024-03-19T13:28:40.893Z] #64 9.494 The following additional packages will be installed:
13:28:40 [2024-03-19T13:28:40.893Z] #64 9.497   cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
13:28:40 [2024-03-19T13:28:40.893Z] #64 9.501 Suggested packages:
13:28:40 [2024-03-19T13:28:40.893Z] #64 9.510   cmake-doc cmake-format elpa-cmake-mode ninja-build lrzip
13:28:40 [2024-03-19T13:28:40.893Z] #64 9.645 The following NEW packages will be installed:
13:28:40 [2024-03-19T13:28:40.893Z] #64 9.647   cmake cmake-data libarchive13 libicu72 libjsoncpp25 librhash0 libuv1 libxml2
13:28:40 [2024-03-19T13:28:40.893Z] #64 9.941 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
13:28:40 [2024-03-19T13:28:40.893Z] #64 9.941 Need to get 19.3 MB of archives.
13:28:40 [2024-03-19T13:28:40.893Z] #64 9.941 After this operation, 77.0 MB of additional disk space will be used.
13:28:40 [2024-03-19T13:28:40.893Z] #64 9.941 Get:1 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 10.48 Get:2 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 10.49 Get:3 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 10.53 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 10.53 Get:5 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 10.54 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libuv1 arm64 1.44.2-1+deb12u1 [130 kB]
13:28:40 [2024-03-19T13:28:40.893Z] #64 10.54 Get:7 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
13:28:41 [2024-03-19T13:28:41.159Z] #64 10.59 Get:8 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
13:28:41 [2024-03-19T13:28:41.159Z] #64 ...
13:28:41 [2024-03-19T13:28:41.159Z] 
13:28:41 [2024-03-19T13:28:41.159Z] #65 [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             pkg-config
13:28:41 [2024-03-19T13:28:41.159Z] #65 5.292 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
13:28:41 [2024-03-19T13:28:41.159Z] #65 5.307 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
13:28:41 [2024-03-19T13:28:41.159Z] #65 5.307 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
13:28:41 [2024-03-19T13:28:41.159Z] #65 5.468 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
13:28:41 [2024-03-19T13:28:41.159Z] #65 6.044 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
13:28:41 [2024-03-19T13:28:41.159Z] #65 6.116 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [144 kB]
13:28:41 [2024-03-19T13:28:41.159Z] #65 7.482 Fetched 9096 kB in 2s (3697 kB/s)
13:28:41 [2024-03-19T13:28:41.159Z] #65 7.482 Reading package lists...
13:28:41 [2024-03-19T13:28:41.159Z] #65 8.842 Hit:1 http://deb.debian.org/debian bookworm InRelease
13:28:41 [2024-03-19T13:28:41.159Z] #65 8.843 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
13:28:41 [2024-03-19T13:28:41.159Z] #65 8.843 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
13:28:41 [2024-03-19T13:28:41.159Z] #65 9.581 Reading package lists...
13:28:41 [2024-03-19T13:28:41.159Z] #65 10.53 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
13:28:41 [2024-03-19T13:28:41.159Z] #65 10.54 Reading package lists...
13:28:41 [2024-03-19T13:28:41.159Z] #65 ...
13:28:41 [2024-03-19T13:28:41.159Z] 
13:28:41 [2024-03-19T13:28:41.159Z] #66 [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.1"      && /build/go-winres --help
13:28:41 [2024-03-19T13:28:41.159Z] #66 1.460 go: downloading github.com/tc-hib/go-winres v0.3.1
13:28:41 [2024-03-19T13:28:41.159Z] #66 1.888 go: downloading github.com/tc-hib/winres v0.1.6
13:28:41 [2024-03-19T13:28:41.159Z] #66 1.889 go: downloading github.com/urfave/cli/v2 v2.3.0
13:28:41 [2024-03-19T13:28:41.159Z] #66 2.031 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
13:28:41 [2024-03-19T13:28:41.159Z] #66 2.033 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
13:28:41 [2024-03-19T13:28:41.159Z] #66 2.073 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:28:41 [2024-03-19T13:28:41.159Z] #66 2.079 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:28:41 [2024-03-19T13:28:41.418Z] #66 ...
13:28:41 [2024-03-19T13:28:41.418Z] 
13:28:41 [2024-03-19T13:28:41.418Z] #67 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.13" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:28:41 [2024-03-19T13:28:41.418Z] #67 ...
13:28:41 [2024-03-19T13:28:41.418Z] 
13:28:41 [2024-03-19T13:28:41.418Z] #68 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:28:41 [2024-03-19T13:28:41.678Z] #68 ...
13:28:41 [2024-03-19T13:28:41.678Z] 
13:28:41 [2024-03-19T13:28:41.678Z] #62 [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             pkg-config
13:28:41 [2024-03-19T13:28:41.678Z] #62 10.72 The following NEW packages will be installed:
13:28:41 [2024-03-19T13:28:41.678Z] #62 10.73   bzip2 dpkg-dev libdpkg-perl libseccomp-dev patch xz-utils
13:28:41 [2024-03-19T13:28:41.678Z] #62 11.04 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
13:28:41 [2024-03-19T13:28:41.678Z] #62 11.04 Need to get 2683 kB of archives.
13:28:41 [2024-03-19T13:28:41.678Z] #62 11.04 After this operation, 6010 kB of additional disk space will be used.
13:28:41 [2024-03-19T13:28:41.678Z] #62 11.04 Get:1 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
13:28:41 [2024-03-19T13:28:41.678Z] #62 11.07 Get:2 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
13:28:41 [2024-03-19T13:28:41.678Z] #62 11.15 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
13:28:41 [2024-03-19T13:28:41.678Z] #62 11.30 Get:4 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
13:28:41 [2024-03-19T13:28:41.678Z] #62 11.35 Get:5 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
13:28:41 [2024-03-19T13:28:41.678Z] #62 11.44 Get:6 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
13:28:42 [2024-03-19T13:28:42.247Z] #62 11.87 debconf: delaying package configuration, since apt-utils is not installed
13:28:42 [2024-03-19T13:28:42.513Z] #62 12.18 Fetched 2683 kB in 1s (3887 kB/s)
13:28:42 [2024-03-19T13:28:42.789Z] #62 12.52 Selecting previously unselected package bzip2.
13:28:42 [2024-03-19T13:28:42.789Z] #62 12.52 (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 ... 15667 files and directories currently installed.)
13:28:42 [2024-03-19T13:28:42.789Z] #62 12.55 Preparing to unpack .../0-bzip2_1.0.8-5+b1_arm64.deb ...
13:28:43 [2024-03-19T13:28:43.048Z] #62 12.74 Unpacking bzip2 (1.0.8-5+b1) ...
13:28:43 [2024-03-19T13:28:43.616Z] #62 13.34 Selecting previously unselected package xz-utils.
13:28:43 [2024-03-19T13:28:43.616Z] #62 13.34 Preparing to unpack .../1-xz-utils_5.4.1-0.2_arm64.deb ...
13:28:43 [2024-03-19T13:28:43.875Z] #62 13.52 Unpacking xz-utils (5.4.1-0.2) ...
13:28:44 [2024-03-19T13:28:44.905Z] #62 14.60 Selecting previously unselected package libdpkg-perl.
13:28:44 [2024-03-19T13:28:44.905Z] #62 14.61 Preparing to unpack .../2-libdpkg-perl_1.21.22_all.deb ...
13:28:45 [2024-03-19T13:28:45.164Z] #62 14.65 Unpacking libdpkg-perl (1.21.22) ...
13:28:45 [2024-03-19T13:28:45.732Z] #62 15.40 Selecting previously unselected package patch.
13:28:45 [2024-03-19T13:28:45.732Z] #62 15.40 Preparing to unpack .../3-patch_2.7.6-7_arm64.deb ...
13:28:46 [2024-03-19T13:28:46.046Z] #62 15.54 Unpacking patch (2.7.6-7) ...
13:28:46 [2024-03-19T13:28:46.679Z] #62 16.38 Selecting previously unselected package dpkg-dev.
13:28:46 [2024-03-19T13:28:46.938Z] #62 16.38 Preparing to unpack .../4-dpkg-dev_1.21.22_all.deb ...
13:28:46 [2024-03-19T13:28:46.938Z] #62 16.77 Unpacking dpkg-dev (1.21.22) ...
13:28:47 [2024-03-19T13:28:47.507Z] #62 ...
13:28:47 [2024-03-19T13:28:47.507Z] 
13:28:47 [2024-03-19T13:28:47.507Z] #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             pkg-config
13:28:47 [2024-03-19T13:28:47.507Z] #61 10.36 Reading package lists...
13:28:47 [2024-03-19T13:28:47.507Z] #61 11.33 Building dependency tree...
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.25 gcc is already the newest version (4:12.2.0-3).
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.25 pkg-config is already the newest version (1.8.1-1).
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.25 The following additional packages will be installed:
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.25   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.25   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.25   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.25   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.25   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.25   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.26 Suggested packages:
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.26   libgcrypt20-doc low-memory-monitor libgirepository1.0-dev libglib2.0-doc
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.26   libgdk-pixbuf2.0-bin libxml2-utils
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.26 Recommended packages:
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.26   shared-mime-info xdg-user-dirs
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.61 The following NEW packages will be installed:
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.61   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.61   libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.62   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.62   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.62   libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev libsepol-dev
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.62   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.98 0 upgraded, 29 newly installed, 0 to remove and 0 not upgraded.
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.98 Need to get 9078 kB of archives.
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.98 After this operation, 46.9 MB of additional disk space will be used.
13:28:47 [2024-03-19T13:28:47.507Z] #61 12.98 Get:1 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.03 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.04 Get:3 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.12 Get:4 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.15 Get:5 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.19 Get:6 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.22 Get:7 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.28 Get:8 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.33 Get:9 http://deb.debian.org/debian bookworm/main arm64 libbtrfs0 arm64 6.2-1 [34.5 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.34 Get:10 http://deb.debian.org/debian bookworm/main arm64 libbtrfs-dev arm64 6.2-1 [70.3 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.35 Get:11 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.55 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.60 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.60 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.65 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.82 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.90 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.93 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.95 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.95 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.97 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 13.99 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 14.00 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 14.04 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 14.09 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 14.10 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 14.22 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 14.30 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 14.35 Get:29 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
13:28:47 [2024-03-19T13:28:47.507Z] #61 14.87 debconf: delaying package configuration, since apt-utils is not installed
13:28:47 [2024-03-19T13:28:47.507Z] #61 15.06 Fetched 9078 kB in 2s (5311 kB/s)
13:28:47 [2024-03-19T13:28:47.507Z] #61 15.78 Selecting previously unselected package libglib2.0-0:arm64.
13:28:47 [2024-03-19T13:28:47.507Z] #61 15.78 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15667 files and directories currently installed.)
13:28:47 [2024-03-19T13:28:47.507Z] #61 15.86 Preparing to unpack .../00-libglib2.0-0_2.74.6-2_arm64.deb ...
13:28:47 [2024-03-19T13:28:47.507Z] #61 16.07 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
13:28:48 [2024-03-19T13:28:48.103Z] #61 ...
13:28:48 [2024-03-19T13:28:48.103Z] 
13:28:48 [2024-03-19T13:28:48.103Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:28:48 [2024-03-19T13:28:48.103Z] #30 11.21 
13:28:48 [2024-03-19T13:28:48.103Z] #30 14.64 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:28:48 [2024-03-19T13:28:48.103Z] #30 15.42 #=#=#                                                                         
13:28:48 [2024-03-19T13:28:48.103Z] #30 15.73 #=#=#                                                                         

######################################################################## 100.0%
13:28:48 [2024-03-19T13:28:48.103Z] #30 16.08 
13:28:48 [2024-03-19T13:28:48.103Z] #30 17.71 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:28:48 [2024-03-19T13:28:48.103Z] #30 18.51 #=#=#                                                                         
13:28:48 [2024-03-19T13:28:48.103Z] #30 18.84 #=#=#                                                                         

######################################################################## 100.0%
13:28:48 [2024-03-19T13:28:48.103Z] #30 19.32 
13:28:48 [2024-03-19T13:28:48.103Z] #30 19.63 Download of images into '/build' complete.
13:28:48 [2024-03-19T13:28:48.103Z] #30 19.64 Use something like the following to load the result into a Docker daemon:
13:28:48 [2024-03-19T13:28:48.103Z] #30 19.64   tar -cC '/build' . | docker load
13:28:48 [2024-03-19T13:28:48.398Z] #30 ...
13:28:48 [2024-03-19T13:28:48.398Z] 
13:28:48 [2024-03-19T13:28:48.398Z] #57 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
13:28:48 [2024-03-19T13:28:48.398Z] #57 18.03 tomll can be used in two ways:
13:28:48 [2024-03-19T13:28:48.398Z] #57 18.03 Writing to STDIN and reading from STDOUT:
13:28:48 [2024-03-19T13:28:48.398Z] #57 18.03   cat file.toml | tomll > file.toml
13:28:48 [2024-03-19T13:28:48.398Z] #57 18.03 
13:28:48 [2024-03-19T13:28:48.398Z] #57 18.03 Reading and updating a list of files:
13:28:48 [2024-03-19T13:28:48.398Z] #57 18.03   tomll a.toml b.toml c.toml
13:28:48 [2024-03-19T13:28:48.398Z] #57 18.03 
13:28:48 [2024-03-19T13:28:48.398Z] #57 18.03 When given a list of files, tomll will modify all files in place without asking.
13:28:48 [2024-03-19T13:28:48.967Z] #57 ...
13:28:48 [2024-03-19T13:28:48.967Z] 
13:28:48 [2024-03-19T13:28:48.967Z] #69 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:28:48 [2024-03-19T13:28:48.967Z] #69 ...
13:28:48 [2024-03-19T13:28:48.967Z] 
13:28:48 [2024-03-19T13:28:48.967Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:28:48 [2024-03-19T13:28:48.967Z] #56 10.20 Selecting previously unselected package xz-utils.
13:28:48 [2024-03-19T13:28:48.967Z] #56 10.21 Preparing to unpack .../01-xz-utils_5.4.1-0.2_arm64.deb ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 10.42 Unpacking xz-utils (5.4.1-0.2) ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 11.04 Selecting previously unselected package m4.
13:28:48 [2024-03-19T13:28:48.967Z] #56 11.05 Preparing to unpack .../02-m4_1.4.19-3_arm64.deb ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 11.06 Unpacking m4 (1.4.19-3) ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 11.85 Selecting previously unselected package autoconf.
13:28:48 [2024-03-19T13:28:48.967Z] #56 11.85 Preparing to unpack .../03-autoconf_2.71-3_all.deb ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 11.98 Unpacking autoconf (2.71-3) ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 12.68 Selecting previously unselected package autotools-dev.
13:28:48 [2024-03-19T13:28:48.967Z] #56 12.68 Preparing to unpack .../04-autotools-dev_20220109.1_all.deb ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 12.74 Unpacking autotools-dev (20220109.1) ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 13.48 Selecting previously unselected package automake.
13:28:48 [2024-03-19T13:28:48.967Z] #56 13.49 Preparing to unpack .../05-automake_1%3a1.16.5-1.3_all.deb ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 13.66 Unpacking automake (1:1.16.5-1.3) ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 14.48 Selecting previously unselected package libdpkg-perl.
13:28:48 [2024-03-19T13:28:48.967Z] #56 14.48 Preparing to unpack .../06-libdpkg-perl_1.21.22_all.deb ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 14.66 Unpacking libdpkg-perl (1.21.22) ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 15.32 Selecting previously unselected package patch.
13:28:48 [2024-03-19T13:28:48.967Z] #56 15.32 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 15.38 Unpacking patch (2.7.6-7) ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 16.04 Selecting previously unselected package dpkg-dev.
13:28:48 [2024-03-19T13:28:48.967Z] #56 16.05 Preparing to unpack .../08-dpkg-dev_1.21.22_all.deb ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 16.31 Unpacking dpkg-dev (1.21.22) ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 18.92 Selecting previously unselected package build-essential.
13:28:48 [2024-03-19T13:28:48.967Z] #56 18.94 Preparing to unpack .../09-build-essential_12.9_arm64.deb ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 19.04 Unpacking build-essential (12.9) ...
13:28:48 [2024-03-19T13:28:48.967Z] #56 ...
13:28:48 [2024-03-19T13:28:48.967Z] 
13:28:48 [2024-03-19T13:28:48.967Z] #60 [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
13:28:48 [2024-03-19T13:28:48.967Z] #60 19.02 v3.6.0
13:28:50 [2024-03-19T13:28:50.345Z] #60 ...
13:28:50 [2024-03-19T13:28:50.345Z] 
13:28:50 [2024-03-19T13:28:50.345Z] #54 [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.55.2"      && /build/golangci-lint --version
13:28:50 [2024-03-19T13:28:50.345Z] #54 10.13 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
13:28:50 [2024-03-19T13:28:50.345Z] #54 ...
13:28:50 [2024-03-19T13:28:50.345Z] 
13:28:50 [2024-03-19T13:28:50.345Z] #66 [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.1"      && /build/go-winres --help
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.53 NAME:
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.53    go-winres - A tool for embedding resources in Windows executables
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.53 
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.53 USAGE:
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54    go-winres [global options] command [command options] [arguments...]
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54 
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54 COMMANDS:
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54    init     Create an initial ./winres/winres.json
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54    make     Make syso files for the "go build" command
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54    simply   Make syso files for the "go build" command (simplified)
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54    extract  Extract all resources from an executable
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54    patch    Replace resources in an executable file (exe, dll)
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54    help, h  Shows a list of commands or help for one command
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54 
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54 GLOBAL OPTIONS:
13:28:50 [2024-03-19T13:28:50.345Z] #66 19.54    --help, -h  show help (default: false)
13:28:52 [2024-03-19T13:28:52.252Z] #66 ...
13:28:52 [2024-03-19T13:28:52.252Z] 
13:28:52 [2024-03-19T13:28:52.252Z] #65 [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             pkg-config
13:28:52 [2024-03-19T13:28:52.252Z] #65 10.54 Reading package lists...
13:28:52 [2024-03-19T13:28:52.252Z] #65 11.47 Building dependency tree...
13:28:52 [2024-03-19T13:28:52.252Z] #65 12.44 gcc is already the newest version (4:12.2.0-3).
13:28:52 [2024-03-19T13:28:52.252Z] #65 12.44 libc6-dev is already the newest version (2.36-9+deb12u4).
13:28:52 [2024-03-19T13:28:52.252Z] #65 12.44 pkg-config is already the newest version (1.8.1-1).
13:28:52 [2024-03-19T13:28:52.252Z] #65 12.44 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
13:28:52 [2024-03-19T13:28:52.252Z] #65 ...
13:28:52 [2024-03-19T13:28:52.252Z] 
13:28:52 [2024-03-19T13:28:52.252Z] #64 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
13:28:52 [2024-03-19T13:28:52.252Z] #64 11.51 debconf: delaying package configuration, since apt-utils is not installed
13:28:52 [2024-03-19T13:28:52.252Z] #64 11.71 Fetched 19.3 MB in 1s (13.4 MB/s)
13:28:52 [2024-03-19T13:28:52.252Z] #64 12.26 Selecting previously unselected package libicu72:arm64.
13:28:52 [2024-03-19T13:28:52.252Z] #64 12.26 (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 ... 15667 files and directories currently installed.)
13:28:52 [2024-03-19T13:28:52.252Z] #64 12.29 Preparing to unpack .../0-libicu72_72.1-3_arm64.deb ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 12.56 Unpacking libicu72:arm64 (72.1-3) ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 14.74 Selecting previously unselected package libxml2:arm64.
13:28:52 [2024-03-19T13:28:52.252Z] #64 14.75 Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 14.84 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 15.78 Selecting previously unselected package libarchive13:arm64.
13:28:52 [2024-03-19T13:28:52.252Z] #64 15.86 Preparing to unpack .../2-libarchive13_3.6.2-1_arm64.deb ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 15.97 Unpacking libarchive13:arm64 (3.6.2-1) ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 18.49 Selecting previously unselected package libjsoncpp25:arm64.
13:28:52 [2024-03-19T13:28:52.252Z] #64 18.49 Preparing to unpack .../3-libjsoncpp25_1.9.5-4_arm64.deb ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 18.61 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 18.91 Selecting previously unselected package librhash0:arm64.
13:28:52 [2024-03-19T13:28:52.252Z] #64 18.91 Preparing to unpack .../4-librhash0_1.4.3-3_arm64.deb ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 19.08 Unpacking librhash0:arm64 (1.4.3-3) ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 20.06 Selecting previously unselected package libuv1:arm64.
13:28:52 [2024-03-19T13:28:52.252Z] #64 20.07 Preparing to unpack .../5-libuv1_1.44.2-1+deb12u1_arm64.deb ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 20.31 Unpacking libuv1:arm64 (1.44.2-1+deb12u1) ...
13:28:52 [2024-03-19T13:28:52.252Z] #64 ...
13:28:52 [2024-03-19T13:28:52.252Z] 
13:28:52 [2024-03-19T13:28:52.252Z] #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             pkg-config
13:28:52 [2024-03-19T13:28:52.252Z] #61 18.67 Selecting previously unselected package libgirepository-1.0-1:arm64.
13:28:52 [2024-03-19T13:28:52.252Z] #61 18.67 Preparing to unpack .../01-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
13:28:52 [2024-03-19T13:28:52.252Z] #61 18.71 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
13:28:52 [2024-03-19T13:28:52.252Z] #61 19.07 Selecting previously unselected package gir1.2-glib-2.0:arm64.
13:28:52 [2024-03-19T13:28:52.252Z] #61 19.07 Preparing to unpack .../02-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
13:28:52 [2024-03-19T13:28:52.252Z] #61 19.15 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
13:28:52 [2024-03-19T13:28:52.252Z] #61 19.79 Selecting previously unselected package libsecret-common.
13:28:52 [2024-03-19T13:28:52.252Z] #61 19.80 Preparing to unpack .../03-libsecret-common_0.20.5-3_all.deb ...
13:28:52 [2024-03-19T13:28:52.252Z] #61 19.93 Unpacking libsecret-common (0.20.5-3) ...
13:28:52 [2024-03-19T13:28:52.252Z] #61 21.05 Selecting previously unselected package libsecret-1-0:arm64.
13:28:52 [2024-03-19T13:28:52.252Z] #61 21.06 Preparing to unpack .../04-libsecret-1-0_0.20.5-3_arm64.deb ...
13:28:52 [2024-03-19T13:28:52.252Z] #61 21.35 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
13:28:53 [2024-03-19T13:28:53.194Z] #61 22.50 Selecting previously unselected package gir1.2-secret-1:arm64.
13:28:53 [2024-03-19T13:28:53.194Z] #61 22.51 Preparing to unpack .../05-gir1.2-secret-1_0.20.5-3_arm64.deb ...
13:28:53 [2024-03-19T13:28:53.194Z] #61 22.64 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
13:28:54 [2024-03-19T13:28:54.133Z] #61 23.59 Selecting previously unselected package uuid-dev:arm64.
13:28:54 [2024-03-19T13:28:54.133Z] #61 23.59 Preparing to unpack .../06-uuid-dev_2.38.1-5+b1_arm64.deb ...
13:28:54 [2024-03-19T13:28:54.133Z] #61 23.71 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
13:28:54 [2024-03-19T13:28:54.974Z] #61 24.38 Selecting previously unselected package libblkid-dev:arm64.
13:28:54 [2024-03-19T13:28:54.974Z] #61 24.39 Preparing to unpack .../07-libblkid-dev_2.38.1-5+b1_arm64.deb ...
13:28:55 [2024-03-19T13:28:55.233Z] #61 24.58 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
13:28:55 [2024-03-19T13:28:55.492Z] #61 ...
13:28:55 [2024-03-19T13:28:55.492Z] 
13:28:55 [2024-03-19T13:28:55.492Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
13:28:55 [2024-03-19T13:28:55.492Z] #58 25.48 gotestsum version dev
13:28:59 [2024-03-19T13:28:59.689Z] #58 ...
13:28:59 [2024-03-19T13:28:59.689Z] 
13:28:59 [2024-03-19T13:28:59.689Z] #62 [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             pkg-config
13:28:59 [2024-03-19T13:28:59.689Z] #62 18.85 Selecting previously unselected package libseccomp-dev:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #62 18.86 Preparing to unpack .../5-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #62 18.91 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
13:28:59 [2024-03-19T13:28:59.689Z] #62 19.56 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
13:28:59 [2024-03-19T13:28:59.689Z] #62 19.86 Setting up bzip2 (1.0.8-5+b1) ...
13:28:59 [2024-03-19T13:28:59.689Z] #62 20.48 Setting up xz-utils (5.4.1-0.2) ...
13:28:59 [2024-03-19T13:28:59.689Z] #62 21.01 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:28:59 [2024-03-19T13:28:59.689Z] #62 21.25 Setting up patch (2.7.6-7) ...
13:28:59 [2024-03-19T13:28:59.689Z] #62 21.89 Setting up libdpkg-perl (1.21.22) ...
13:28:59 [2024-03-19T13:28:59.689Z] #62 22.45 Setting up dpkg-dev (1.21.22) ...
13:28:59 [2024-03-19T13:28:59.689Z] #62 ...
13:28:59 [2024-03-19T13:28:59.689Z] 
13:28:59 [2024-03-19T13:28:59.689Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:28:59 [2024-03-19T13:28:59.689Z] #56 19.27 Selecting previously unselected package libcap-dev:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #56 19.28 Preparing to unpack .../10-libcap-dev_1%3a2.66-4_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 19.48 Unpacking libcap-dev:arm64 (1:2.66-4) ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 20.36 Selecting previously unselected package libprotobuf-c1:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #56 20.36 Preparing to unpack .../11-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 20.76 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 21.56 Selecting previously unselected package libprotobuf-c-dev:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #56 21.56 Preparing to unpack .../12-libprotobuf-c-dev_1.4.1-1+b1_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 21.81 Unpacking libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 22.94 Selecting previously unselected package libseccomp-dev:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #56 22.94 Preparing to unpack .../13-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 23.08 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 24.04 Selecting previously unselected package libsystemd-dev:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #56 24.04 Preparing to unpack .../14-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 24.17 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 25.09 Selecting previously unselected package libtool.
13:28:59 [2024-03-19T13:28:59.689Z] #56 25.09 Preparing to unpack .../15-libtool_2.4.7-5_all.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 25.40 Unpacking libtool (2.4.7-5) ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 26.17 Selecting previously unselected package libudev-dev:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #56 26.17 Preparing to unpack .../16-libudev-dev_252.22-1~deb12u1_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 26.39 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 27.37 Selecting previously unselected package libyajl2:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #56 27.46 Preparing to unpack .../17-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 27.57 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 28.42 Selecting previously unselected package libyajl-dev:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #56 28.42 Preparing to unpack .../18-libyajl-dev_2.1.0-3+deb12u2_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 28.66 Unpacking libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
13:28:59 [2024-03-19T13:28:59.689Z] #56 ...
13:28:59 [2024-03-19T13:28:59.689Z] 
13:28:59 [2024-03-19T13:28:59.689Z] #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             pkg-config
13:28:59 [2024-03-19T13:28:59.689Z] #61 25.50 Selecting previously unselected package libbtrfs0:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #61 25.51 Preparing to unpack .../08-libbtrfs0_6.2-1_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #61 25.71 Unpacking libbtrfs0:arm64 (6.2-1) ...
13:28:59 [2024-03-19T13:28:59.689Z] #61 26.50 Selecting previously unselected package libbtrfs-dev:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #61 26.50 Preparing to unpack .../09-libbtrfs-dev_6.2-1_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #61 26.63 Unpacking libbtrfs-dev:arm64 (6.2-1) ...
13:28:59 [2024-03-19T13:28:59.689Z] #61 27.45 Selecting previously unselected package libelf1:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #61 27.45 Preparing to unpack .../10-libelf1_0.188-2.1_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #61 27.70 Unpacking libelf1:arm64 (0.188-2.1) ...
13:28:59 [2024-03-19T13:28:59.689Z] #61 28.87 Selecting previously unselected package libffi-dev:arm64.
13:28:59 [2024-03-19T13:28:59.689Z] #61 28.87 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.689Z] #61 28.96 Unpacking libffi-dev:arm64 (3.4.4-1) ...
13:28:59 [2024-03-19T13:28:59.948Z] #61 29.59 Selecting previously unselected package libgpg-error-dev.
13:28:59 [2024-03-19T13:28:59.948Z] #61 29.59 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
13:28:59 [2024-03-19T13:28:59.948Z] #61 29.62 Unpacking libgpg-error-dev (1.46-1) ...
13:29:00 [2024-03-19T13:29:00.549Z] #61 29.97 Selecting previously unselected package libgcrypt20-dev.
13:29:00 [2024-03-19T13:29:00.549Z] #61 29.97 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
13:29:00 [2024-03-19T13:29:00.549Z] #61 29.99 Unpacking libgcrypt20-dev (1.10.1-3) ...
13:29:01 [2024-03-19T13:29:01.121Z] #61 30.55 Selecting previously unselected package libglib2.0-data.
13:29:01 [2024-03-19T13:29:01.121Z] #61 30.55 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
13:29:01 [2024-03-19T13:29:01.121Z] #61 30.58 Unpacking libglib2.0-data (2.74.6-2) ...
13:29:01 [2024-03-19T13:29:01.690Z] #61 31.19 Selecting previously unselected package libglib2.0-bin.
13:29:01 [2024-03-19T13:29:01.690Z] #61 31.19 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
13:29:01 [2024-03-19T13:29:01.690Z] #61 31.34 Unpacking libglib2.0-bin (2.74.6-2) ...
13:29:02 [2024-03-19T13:29:02.259Z] #61 31.83 Selecting previously unselected package python3-lib2to3.
13:29:02 [2024-03-19T13:29:02.518Z] #61 31.83 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
13:29:02 [2024-03-19T13:29:02.518Z] #61 31.86 Unpacking python3-lib2to3 (3.11.2-3) ...
13:29:02 [2024-03-19T13:29:02.518Z] #61 ...
13:29:02 [2024-03-19T13:29:02.518Z] 
13:29:02 [2024-03-19T13:29:02.518Z] #64 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
13:29:02 [2024-03-19T13:29:02.518Z] #64 22.04 Selecting previously unselected package cmake-data.
13:29:02 [2024-03-19T13:29:02.518Z] #64 22.04 Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 22.20 Unpacking cmake-data (3.25.1-1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 24.06 Selecting previously unselected package cmake.
13:29:02 [2024-03-19T13:29:02.518Z] #64 24.06 Preparing to unpack .../7-cmake_3.25.1-1_arm64.deb ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 24.13 Unpacking cmake (3.25.1-1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 25.46 Setting up libicu72:arm64 (72.1-3) ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 25.95 Setting up libuv1:arm64 (1.44.2-1+deb12u1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 26.03 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 26.67 Setting up librhash0:arm64 (1.4.3-3) ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 27.04 Setting up cmake-data (3.25.1-1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 27.46 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 28.17 Setting up libarchive13:arm64 (3.6.2-1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 28.87 Setting up cmake (3.25.1-1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 29.26 Processing triggers for libc-bin (2.36-9+deb12u4) ...
13:29:02 [2024-03-19T13:29:02.518Z] #64 ...
13:29:02 [2024-03-19T13:29:02.518Z] 
13:29:02 [2024-03-19T13:29:02.518Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:29:02 [2024-03-19T13:29:02.518Z] #56 29.74 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 29.95 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 30.09 Setting up m4 (1.4.19-3) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 30.26 Setting up bzip2 (1.0.8-5+b1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 30.40 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 30.47 Setting up libprotobuf-c-dev:arm64 (1.4.1-1+b1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 30.58 Setting up autotools-dev (20220109.1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 30.99 Setting up xz-utils (5.4.1-0.2) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 31.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:29:02 [2024-03-19T13:29:02.518Z] #56 31.12 Setting up patch (2.7.6-7) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 31.41 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 31.61 Setting up libdpkg-perl (1.21.22) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 31.82 Setting up autoconf (2.71-3) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 32.12 Setting up libyajl-dev:arm64 (2.1.0-3+deb12u2) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 32.29 Setting up libcap-dev:arm64 (1:2.66-4) ...
13:29:02 [2024-03-19T13:29:02.518Z] #56 32.52 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
13:29:02 [2024-03-19T13:29:02.777Z] #56 32.71 Setting up automake (1:1.16.5-1.3) ...
13:29:02 [2024-03-19T13:29:02.777Z] #56 32.82 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:29:02 [2024-03-19T13:29:02.777Z] #56 32.92 Setting up libtool (2.4.7-5) ...
13:29:03 [2024-03-19T13:29:03.345Z] #56 33.48 Setting up dpkg-dev (1.21.22) ...
13:29:04 [2024-03-19T13:29:04.281Z] #56 34.04 Setting up build-essential (12.9) ...
13:29:04 [2024-03-19T13:29:04.541Z] #56 34.41 Processing triggers for libc-bin (2.36-9+deb12u4) ...
13:29:07 [2024-03-19T13:29:07.956Z] #56 ...
13:29:07 [2024-03-19T13:29:07.956Z] 
13:29:07 [2024-03-19T13:29:07.956Z] #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             pkg-config
13:29:07 [2024-03-19T13:29:07.956Z] #61 32.37 Selecting previously unselected package python3-distutils.
13:29:07 [2024-03-19T13:29:07.956Z] #61 32.38 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 32.46 Unpacking python3-distutils (3.11.2-3) ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 33.36 Selecting previously unselected package libglib2.0-dev-bin.
13:29:07 [2024-03-19T13:29:07.956Z] #61 33.37 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 33.59 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 34.22 Selecting previously unselected package libsepol-dev:arm64.
13:29:07 [2024-03-19T13:29:07.956Z] #61 34.24 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 34.62 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 35.11 Selecting previously unselected package libpcre2-16-0:arm64.
13:29:07 [2024-03-19T13:29:07.956Z] #61 35.11 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 35.21 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 35.60 Selecting previously unselected package libpcre2-32-0:arm64.
13:29:07 [2024-03-19T13:29:07.956Z] #61 35.60 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 35.62 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.01 Selecting previously unselected package libpcre2-posix3:arm64.
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.01 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.02 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.27 Selecting previously unselected package libpcre2-dev:arm64.
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.27 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.28 Unpacking libpcre2-dev:arm64 (10.42-1) ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.54 Selecting previously unselected package libselinux1-dev:arm64.
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.54 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.55 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.74 Selecting previously unselected package libmount-dev:arm64.
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.74 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 36.77 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 37.11 Selecting previously unselected package zlib1g-dev:arm64.
13:29:07 [2024-03-19T13:29:07.956Z] #61 37.12 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 37.17 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
13:29:07 [2024-03-19T13:29:07.956Z] #61 37.48 Selecting previously unselected package libglib2.0-dev:arm64.
13:29:08 [2024-03-19T13:29:08.215Z] #61 37.49 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
13:29:08 [2024-03-19T13:29:08.215Z] #61 37.52 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
13:29:08 [2024-03-19T13:29:08.539Z] #61 37.96 Selecting previously unselected package libsecret-1-dev:arm64.
13:29:08 [2024-03-19T13:29:08.892Z] #61 37.97 Preparing to unpack .../28-libsecret-1-dev_0.20.5-3_arm64.deb ...
13:29:08 [2024-03-19T13:29:08.892Z] #61 37.99 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
13:29:08 [2024-03-19T13:29:08.892Z] #61 38.47 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
13:29:09 [2024-03-19T13:29:09.150Z] #61 38.71 No schema files found: doing nothing.
13:29:09 [2024-03-19T13:29:09.423Z] #61 38.74 Setting up libffi-dev:arm64 (3.4.4-1) ...
13:29:09 [2024-03-19T13:29:09.423Z] #61 38.93 Setting up libpcre2-16-0:arm64 (10.42-1) ...
13:29:09 [2024-03-19T13:29:09.423Z] #61 38.99 Setting up libbtrfs0:arm64 (6.2-1) ...
13:29:09 [2024-03-19T13:29:09.728Z] #61 39.23 Setting up libpcre2-32-0:arm64 (10.42-1) ...
13:29:09 [2024-03-19T13:29:09.986Z] #61 39.26 Setting up libglib2.0-data (2.74.6-2) ...
13:29:09 [2024-03-19T13:29:09.986Z] #61 39.47 Setting up libgpg-error-dev (1.46-1) ...
13:29:09 [2024-03-19T13:29:09.986Z] #61 39.55 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
13:29:10 [2024-03-19T13:29:10.245Z] #61 39.78 Setting up libsepol-dev:arm64 (3.4-2.1) ...
13:29:10 [2024-03-19T13:29:10.503Z] #61 39.88 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
13:29:10 [2024-03-19T13:29:10.503Z] #61 40.01 Setting up libpcre2-posix3:arm64 (10.42-1) ...
13:29:10 [2024-03-19T13:29:10.503Z] #61 40.18 Setting up libbtrfs-dev:arm64 (6.2-1) ...
13:29:10 [2024-03-19T13:29:10.761Z] #61 40.37 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
13:29:11 [2024-03-19T13:29:11.020Z] #61 40.50 Setting up python3-lib2to3 (3.11.2-3) ...
13:29:11 [2024-03-19T13:29:11.020Z] #61 40.72 Setting up libelf1:arm64 (0.188-2.1) ...
13:29:11 [2024-03-19T13:29:11.278Z] #61 40.85 Setting up libsecret-common (0.20.5-3) ...
13:29:11 [2024-03-19T13:29:11.590Z] #61 41.03 Setting up python3-distutils (3.11.2-3) ...
13:29:12 [2024-03-19T13:29:12.029Z] #61 41.50 Setting up libglib2.0-dev-bin (2.74.6-2) ...
13:29:12 [2024-03-19T13:29:12.596Z] #61 ...
13:29:12 [2024-03-19T13:29:12.596Z] 
13:29:12 [2024-03-19T13:29:12.596Z] #54 [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.55.2"      && /build/golangci-lint --version
13:29:12 [2024-03-19T13:29:12.596Z] #54 42.57 golangci-lint has version v1.55.2 built with go1.21.8 from (unknown, mod sum: "h1:yllEIsSJ7MtlDBwDJ9IMBkyEUz2fYE0b5B8IUgO1oP8=") on (unknown)
13:29:15 [2024-03-19T13:29:15.881Z] #54 ...
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bookworm-slim@sha256:2bc5c236e9b262645a323e9088dfa3bb1ecb16cc75811daf40a23a824d665be9         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:29:15 [2024-03-19T13:29:15.881Z] #30 DONE 48.7s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.2"      && /build/gotestsum --version
13:29:15 [2024-03-19T13:29:15.881Z] #58 DONE 45.5s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #69 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:29:15 [2024-03-19T13:29:15.881Z] #69 DONE 36.8s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #53 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.2" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:29:15 [2024-03-19T13:29:15.881Z] #53 DONE 44.0s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #68 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:29:15 [2024-03-19T13:29:15.881Z] #68 DONE 44.0s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #51 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
13:29:15 [2024-03-19T13:29:15.881Z] #51 DONE 44.5s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #66 [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.1"      && /build/go-winres --help
13:29:15 [2024-03-19T13:29:15.881Z] #66 DONE 45.5s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #60 [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
13:29:15 [2024-03-19T13:29:15.881Z] #60 DONE 45.5s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #67 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.13" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:29:15 [2024-03-19T13:29:15.881Z] #67 DONE 44.8s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #54 [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.55.2"      && /build/golangci-lint --version
13:29:15 [2024-03-19T13:29:15.881Z] #54 DONE 45.6s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #49 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
13:29:15 [2024-03-19T13:29:15.881Z] #49 DONE 44.8s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #70 [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...)
13:29:15 [2024-03-19T13:29:15.881Z] #70 ...
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #64 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
13:29:15 [2024-03-19T13:29:15.881Z] #64 DONE 45.2s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #56 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
13:29:15 [2024-03-19T13:29:15.881Z] #56 DONE 45.7s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #62 [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             pkg-config
13:29:15 [2024-03-19T13:29:15.881Z] #62 DONE 45.4s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #57 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
13:29:15 [2024-03-19T13:29:15.881Z] #57 DONE 45.7s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #65 [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             pkg-config
13:29:15 [2024-03-19T13:29:15.881Z] #65 DONE 45.3s
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #71 [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...)
13:29:15 [2024-03-19T13:29:15.881Z] #71 ...
13:29:15 [2024-03-19T13:29:15.881Z] 
13:29:15 [2024-03-19T13:29:15.881Z] #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             pkg-config
13:29:15 [2024-03-19T13:29:15.881Z] #61 42.42 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 42.62 Setting up libpcre2-dev:arm64 (10.42-1) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 43.00 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 43.22 Setting up libglib2.0-bin (2.74.6-2) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 43.55 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 43.81 Setting up libgcrypt20-dev (1.10.1-3) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 44.10 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 44.60 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 44.84 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 44.93 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 44.96 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 44.99 Processing triggers for libc-bin (2.36-9+deb12u4) ...
13:29:15 [2024-03-19T13:29:15.881Z] #61 DONE 45.5s
13:29:16 [2024-03-19T13:29:16.141Z] 
13:29:16 [2024-03-19T13:29:16.141Z] #63 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
13:29:16 [2024-03-19T13:29:16.141Z] #63 42.25 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v
13:29:16 [2024-03-19T13:29:16.141Z] #63 42.27 Docker version unknown-version, build unknown-commit
13:29:16 [2024-03-19T13:29:16.141Z] #63 DONE 45.5s
13:29:16 [2024-03-19T13:29:16.141Z] 
13:29:16 [2024-03-19T13:29:16.141Z] #72 [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...)
13:29:16 [2024-03-19T13:29:16.141Z] #72 ...
13:29:16 [2024-03-19T13:29:16.141Z] 
13:29:16 [2024-03-19T13:29:16.141Z] #73 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
13:29:16 [2024-03-19T13:29:16.141Z] #73 DONE 0.4s
13:29:16 [2024-03-19T13:29:16.141Z] 
13:29:16 [2024-03-19T13:29:16.141Z] #74 [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...)
13:29:17 [2024-03-19T13:29:17.084Z] #74 ...
13:29:17 [2024-03-19T13:29:17.084Z] 
13:29:17 [2024-03-19T13:29:17.084Z] #70 [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...)
13:29:17 [2024-03-19T13:29:17.084Z] #70 1.432 + export GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
13:29:17 [2024-03-19T13:29:17.084Z] #70 1.432 + mkdir /build
13:29:17 [2024-03-19T13:29:17.084Z] #70 DONE 1.6s
13:29:17 [2024-03-19T13:29:17.344Z] 
13:29:17 [2024-03-19T13:29:17.344Z] #75 [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             pkg-config
13:29:17 [2024-03-19T13:29:17.344Z] #75 0.996 Hit:1 http://deb.debian.org/debian bookworm InRelease
13:29:17 [2024-03-19T13:29:17.344Z] #75 0.996 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
13:29:17 [2024-03-19T13:29:17.344Z] #75 0.996 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
13:29:17 [2024-03-19T13:29:17.915Z] #75 1.268 Reading package lists...
13:29:17 [2024-03-19T13:29:17.915Z] #75 2.014 + apt-get  install -y --no-install-recommends gcc libc6-dev pkg-config
13:29:18 [2024-03-19T13:29:18.854Z] #75 2.021 Reading package lists...
13:29:18 [2024-03-19T13:29:18.854Z] #75 2.966 Building dependency tree...
13:29:18 [2024-03-19T13:29:18.854Z] #75 3.164 Reading state information...
13:29:19 [2024-03-19T13:29:19.113Z] #75 3.558 gcc is already the newest version (4:12.2.0-3).
13:29:19 [2024-03-19T13:29:19.113Z] #75 3.558 libc6-dev is already the newest version (2.36-9+deb12u4).
13:29:19 [2024-03-19T13:29:19.113Z] #75 3.558 pkg-config is already the newest version (1.8.1-1).
13:29:19 [2024-03-19T13:29:19.113Z] #75 3.558 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
13:29:20 [2024-03-19T13:29:20.057Z] #75 DONE 4.3s
13:29:20 [2024-03-19T13:29:20.057Z] 
13:29:20 [2024-03-19T13:29:20.057Z] #76 [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...)
13:29:20 [2024-03-19T13:29:20.057Z] #76 1.736 go: downloading github.com/Masterminds/semver/v3 v3.2.1
13:29:20 [2024-03-19T13:29:20.057Z] #76 1.738 go: downloading github.com/urfave/cli/v2 v2.27.1
13:29:20 [2024-03-19T13:29:20.057Z] #76 1.830 go: downloading golang.org/x/sys v0.18.0
13:29:20 [2024-03-19T13:29:20.057Z] #76 1.855 go: downloading github.com/containernetworking/plugins v1.4.0
13:29:20 [2024-03-19T13:29:20.057Z] #76 1.855 go: downloading github.com/google/uuid v1.6.0
13:29:20 [2024-03-19T13:29:20.057Z] #76 1.855 go: downloading github.com/moby/vpnkit v0.5.0
13:29:20 [2024-03-19T13:29:20.057Z] #76 1.877 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:29:20 [2024-03-19T13:29:20.057Z] #76 1.912 go: downloading github.com/gorilla/mux v1.8.1
13:29:20 [2024-03-19T13:29:20.057Z] #76 2.397 go: downloading github.com/moby/sys/mountinfo v0.7.1
13:29:20 [2024-03-19T13:29:20.057Z] #76 2.554 go: downloading github.com/insomniacslk/dhcp v0.0.0-20230516061539-49801966e6cb
13:29:20 [2024-03-19T13:29:20.057Z] #76 2.835 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
13:29:20 [2024-03-19T13:29:20.057Z] #76 2.842 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13:29:20 [2024-03-19T13:29:20.057Z] #76 3.082 go: downloading github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63
13:29:20 [2024-03-19T13:29:20.057Z] #76 3.083 go: downloading golang.org/x/net v0.17.0
13:29:20 [2024-03-19T13:29:20.057Z] #76 3.147 go: downloading github.com/pierrec/lz4/v4 v4.1.17
13:29:20 [2024-03-19T13:29:20.057Z] #76 3.148 go: downloading github.com/josharian/native v1.1.0
13:29:20 [2024-03-19T13:29:20.057Z] #76 ...
13:29:20 [2024-03-19T13:29:20.057Z] 
13:29:20 [2024-03-19T13:29:20.058Z] #59 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v25.0.2 https://github.com/docker/cli.git /build      && /build/docker --version
13:29:20 [2024-03-19T13:29:20.058Z] #59 48.65 Docker version 25.0.2, build 29cf629
13:29:20 [2024-03-19T13:29:20.058Z] #59 DONE 49.6s
13:29:20 [2024-03-19T13:29:20.316Z] 
13:29:20 [2024-03-19T13:29:20.316Z] #77 [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...)
13:29:20 [2024-03-19T13:29:20.575Z] #77 0.544 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:29:20 [2024-03-19T13:29:20.575Z] #77 0.544   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:29:20 [2024-03-19T13:29:20.575Z] #77 0.544   CMake.
13:29:20 [2024-03-19T13:29:20.575Z] #77 0.544 
13:29:20 [2024-03-19T13:29:20.575Z] #77 0.544   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:29:20 [2024-03-19T13:29:20.575Z] #77 0.544   CMake that the project does not need compatibility with older versions.
13:29:20 [2024-03-19T13:29:20.575Z] #77 0.544 
13:29:20 [2024-03-19T13:29:20.575Z] #77 0.544 
13:29:20 [2024-03-19T13:29:20.835Z] #77 0.619 -- The C compiler identification is GNU 12.2.0
13:29:20 [2024-03-19T13:29:20.835Z] #77 0.634 -- Detecting C compiler ABI info
13:29:20 [2024-03-19T13:29:20.835Z] #77 0.816 -- Detecting C compiler ABI info - done
13:29:20 [2024-03-19T13:29:20.835Z] #77 0.829 -- Check for working C compiler: /usr/bin/aarch64-linux-gnu-gcc - skipped
13:29:20 [2024-03-19T13:29:20.835Z] #77 0.838 -- Detecting C compile features
13:29:20 [2024-03-19T13:29:20.835Z] #77 0.839 -- Detecting C compile features - done
13:29:20 [2024-03-19T13:29:20.835Z] #77 0.847 -- Performing Test HAS_BUILTIN_FORTIFY
13:29:20 [2024-03-19T13:29:20.835Z] #77 0.917 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:29:21 [2024-03-19T13:29:21.094Z] #77 0.972 -- Configuring done
13:29:21 [2024-03-19T13:29:21.094Z] #77 0.986 -- Generating done
13:29:21 [2024-03-19T13:29:21.094Z] #77 0.987 -- Build files have been written to: /go/src/github.com/krallin/tini
13:29:21 [2024-03-19T13:29:21.094Z] #77 1.121 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:29:21 [2024-03-19T13:29:21.353Z] #77 1.436 [100%] Linking C executable tini-static
13:29:21 [2024-03-19T13:29:21.612Z] #77 1.512 [100%] Built target tini-static
13:29:21 [2024-03-19T13:29:21.870Z] #77 DONE 1.8s
13:29:21 [2024-03-19T13:29:21.870Z] 
13:29:21 [2024-03-19T13:29:21.870Z] #78 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:29:21 [2024-03-19T13:29:21.870Z] #78 0.566 Cloning into '/tmp/crun-build'...
13:29:21 [2024-03-19T13:29:21.870Z] #78 1.628 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
13:29:21 [2024-03-19T13:29:21.870Z] #78 1.634 Cloning into '/tmp/crun-build/libocispec'...
13:29:21 [2024-03-19T13:29:21.870Z] #78 2.084 Submodule path 'libocispec': checked out '19c05670c37a42c217caa7b141bcaada7867cc15'
13:29:21 [2024-03-19T13:29:21.870Z] #78 2.086 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
13:29:21 [2024-03-19T13:29:21.870Z] #78 2.086 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
13:29:21 [2024-03-19T13:29:21.870Z] #78 2.086 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
13:29:21 [2024-03-19T13:29:21.870Z] #78 2.088 Cloning into '/tmp/crun-build/libocispec/image-spec'...
13:29:21 [2024-03-19T13:29:21.870Z] #78 2.571 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
13:29:21 [2024-03-19T13:29:21.870Z] #78 3.064 Cloning into '/tmp/crun-build/libocispec/yajl'...
13:29:21 [2024-03-19T13:29:21.870Z] #78 3.410 Submodule path 'libocispec/image-spec': checked out '0b40f0f367c396cc5a7d6a2e8c8842271d3d3844'
13:29:21 [2024-03-19T13:29:21.870Z] #78 3.424 Submodule path 'libocispec/runtime-spec': checked out '55ae2744e3a034668fa2c40687251095a69ed63e'
13:29:21 [2024-03-19T13:29:21.870Z] #78 3.437 Submodule path 'libocispec/yajl': checked out '49923ccb2143e36850bcdeb781e2bcdf5ce22f15'
13:29:24 [2024-03-19T13:29:24.558Z] #78 8.384 aclocal: warning: couldn't open directory 'm4': No such file or directory
13:29:25 [2024-03-19T13:29:25.938Z] #78 ...
13:29:25 [2024-03-19T13:29:25.938Z] 
13:29:25 [2024-03-19T13:29:25.938Z] #79 [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...)
13:29:25 [2024-03-19T13:29:25.938Z] #79 ...
13:29:25 [2024-03-19T13:29:25.938Z] 
13:29:25 [2024-03-19T13:29:25.938Z] #74 [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...)
13:29:25 [2024-03-19T13:29:25.938Z] #74 3.152 + bin/ctr
13:29:25 [2024-03-19T13:29:25.938Z] #74 3.153 go build  -gcflags=-trimpath=/go/src  -o bin/ctr -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -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
13:29:26 [2024-03-19T13:29:26.937Z] #74 ...
13:29:26 [2024-03-19T13:29:26.937Z] 
13:29:26 [2024-03-19T13:29:26.937Z] #71 [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...)
13:29:26 [2024-03-19T13:29:26.937Z] #71 1.048 go build -trimpath -buildmode=pie  -tags "seccomp netgo osusergo" -ldflags "-X main.gitCommit=v1.1.12-0-g51d5e94 -X main.version=1.1.12 -linkmode external -extldflags --static-pie " -o runc .
13:29:28 [2024-03-19T13:29:28.315Z] #71 ...
13:29:28 [2024-03-19T13:29:28.315Z] 
13:29:28 [2024-03-19T13:29:28.315Z] #78 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:29:28 [2024-03-19T13:29:28.315Z] #78 12.70 libtoolize: putting auxiliary files in '.'.
13:29:28 [2024-03-19T13:29:28.574Z] #78 12.70 libtoolize: copying file './ltmain.sh'
13:29:29 [2024-03-19T13:29:29.141Z] #78 13.44 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
13:29:29 [2024-03-19T13:29:29.141Z] #78 13.44 libtoolize: and rerunning libtoolize and aclocal.
13:29:29 [2024-03-19T13:29:29.141Z] #78 13.44 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
13:29:32 [2024-03-19T13:29:32.428Z] #78 16.49 configure.ac:7: installing './compile'
13:29:32 [2024-03-19T13:29:32.428Z] #78 16.49 configure.ac:11: installing './config.guess'
13:29:32 [2024-03-19T13:29:32.428Z] #78 16.49 configure.ac:11: installing './config.sub'
13:29:32 [2024-03-19T13:29:32.428Z] #78 16.50 configure.ac:8: installing './install-sh'
13:29:32 [2024-03-19T13:29:32.428Z] #78 16.50 configure.ac:8: installing './missing'
13:29:32 [2024-03-19T13:29:32.428Z] #78 16.54 Makefile.am: installing './depcomp'
13:29:32 [2024-03-19T13:29:32.688Z] #78 17.01 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
13:29:32 [2024-03-19T13:29:32.688Z] #78 17.01 libtoolize: copying file 'build-aux/ltmain.sh'
13:29:32 [2024-03-19T13:29:32.688Z] #78 17.14 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
13:29:32 [2024-03-19T13:29:32.947Z] #78 17.14 libtoolize: copying file 'm4/libtool.m4'
13:29:32 [2024-03-19T13:29:32.947Z] #78 17.30 libtoolize: copying file 'm4/ltoptions.m4'
13:29:33 [2024-03-19T13:29:33.205Z] #78 17.45 libtoolize: copying file 'm4/ltsugar.m4'
13:29:33 [2024-03-19T13:29:33.205Z] #78 17.57 libtoolize: copying file 'm4/ltversion.m4'
13:29:33 [2024-03-19T13:29:33.205Z] #78 17.68 libtoolize: copying file 'm4/lt~obsolete.m4'
13:29:33 [2024-03-19T13:29:33.464Z] #78 17.83 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
13:29:36 [2024-03-19T13:29:36.001Z] #78 19.89 configure.ac:3: warning: The macro `AC_CONFIG_HEADER' is obsolete.
13:29:36 [2024-03-19T13:29:36.001Z] #78 19.89 configure.ac:3: You should run autoupdate.
13:29:36 [2024-03-19T13:29:36.001Z] #78 19.89 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
13:29:36 [2024-03-19T13:29:36.001Z] #78 19.89 configure.ac:3: the top level
13:29:37 [2024-03-19T13:29:37.378Z] #78 21.56 configure.ac:7: installing 'build-aux/compile'
13:29:37 [2024-03-19T13:29:37.378Z] #78 21.56 configure.ac:9: installing 'build-aux/config.guess'
13:29:37 [2024-03-19T13:29:37.378Z] #78 21.56 configure.ac:9: installing 'build-aux/config.sub'
13:29:37 [2024-03-19T13:29:37.378Z] #78 21.56 configure.ac:11: installing 'build-aux/install-sh'
13:29:37 [2024-03-19T13:29:37.378Z] #78 21.57 configure.ac:11: installing 'build-aux/missing'
13:29:37 [2024-03-19T13:29:37.378Z] #78 21.66 Makefile.am: installing 'build-aux/depcomp'
13:29:37 [2024-03-19T13:29:37.637Z] #78 21.71 parallel-tests: installing 'build-aux/test-driver'
13:29:38 [2024-03-19T13:29:38.573Z] #78 22.90 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
13:29:38 [2024-03-19T13:29:38.573Z] #78 22.90 libtoolize: copying file 'build-aux/ltmain.sh'
13:29:39 [2024-03-19T13:29:39.141Z] #78 23.38 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
13:29:39 [2024-03-19T13:29:39.141Z] #78 23.41 libtoolize: copying file 'm4/libtool.m4'
13:29:39 [2024-03-19T13:29:39.141Z] #78 23.61 libtoolize: copying file 'm4/ltoptions.m4'
13:29:39 [2024-03-19T13:29:39.401Z] #78 23.79 libtoolize: copying file 'm4/ltsugar.m4'
13:29:39 [2024-03-19T13:29:39.660Z] #78 23.92 libtoolize: copying file 'm4/ltversion.m4'
13:29:39 [2024-03-19T13:29:39.660Z] #78 24.07 libtoolize: copying file 'm4/lt~obsolete.m4'
13:29:44 [2024-03-19T13:29:44.932Z] #78 28.68 configure.ac:11: installing 'build-aux/compile'
13:29:44 [2024-03-19T13:29:44.932Z] #78 28.69 configure.ac:11: installing 'build-aux/config.guess'
13:29:44 [2024-03-19T13:29:44.932Z] #78 28.70 configure.ac:11: installing 'build-aux/config.sub'
13:29:44 [2024-03-19T13:29:44.932Z] #78 28.70 configure.ac:13: installing 'build-aux/install-sh'
13:29:44 [2024-03-19T13:29:44.932Z] #78 28.70 configure.ac:13: installing 'build-aux/missing'
13:29:44 [2024-03-19T13:29:44.932Z] #78 28.71 configure.ac:8: installing 'build-aux/tap-driver.sh'
13:29:44 [2024-03-19T13:29:44.932Z] #78 28.78 Makefile.am: installing 'build-aux/depcomp'
13:29:45 [2024-03-19T13:29:45.192Z] #78 29.23 checking build system type... aarch64-unknown-linux-gnu
13:29:45 [2024-03-19T13:29:45.192Z] #78 29.45 checking host system type... aarch64-unknown-linux-gnu
13:29:45 [2024-03-19T13:29:45.192Z] #78 29.45 checking how to print strings... printf
13:29:45 [2024-03-19T13:29:45.192Z] #78 29.47 checking for gcc... gcc
13:29:45 [2024-03-19T13:29:45.452Z] #78 29.61 checking whether the C compiler works... yes
13:29:45 [2024-03-19T13:29:45.452Z] #78 29.69 checking for C compiler default output file name... a.out
13:29:45 [2024-03-19T13:29:45.452Z] #78 29.70 checking for suffix of executables... 
13:29:45 [2024-03-19T13:29:45.452Z] #78 29.78 checking whether we are cross compiling... no
13:29:45 [2024-03-19T13:29:45.452Z] #78 29.86 checking for suffix of object files... o
13:29:45 [2024-03-19T13:29:45.711Z] #78 29.89 checking whether the compiler supports GNU C... yes
13:29:45 [2024-03-19T13:29:45.711Z] #78 29.95 checking whether gcc accepts -g... yes
13:29:45 [2024-03-19T13:29:45.711Z] #78 30.00 checking for gcc option to enable C11 features... none needed
13:29:45 [2024-03-19T13:29:45.969Z] #78 30.13 checking whether gcc understands -c and -o together... yes
13:29:45 [2024-03-19T13:29:45.969Z] #78 30.19 checking for a sed that does not truncate output... /usr/bin/sed
13:29:45 [2024-03-19T13:29:45.969Z] #78 30.22 checking for grep that handles long lines and -e... /usr/bin/grep
13:29:45 [2024-03-19T13:29:45.969Z] #78 30.22 checking for egrep... /usr/bin/grep -E
13:29:45 [2024-03-19T13:29:45.969Z] #78 30.24 checking for fgrep... /usr/bin/grep -F
13:29:45 [2024-03-19T13:29:45.969Z] #78 30.27 checking for ld used by gcc... /usr/bin/ld
13:29:45 [2024-03-19T13:29:45.969Z] #78 30.29 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:29:45 [2024-03-19T13:29:45.969Z] #78 30.29 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:29:45 [2024-03-19T13:29:45.969Z] #78 30.30 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:29:45 [2024-03-19T13:29:45.969Z] #78 30.38 checking whether ln -s works... yes
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.38 checking the maximum length of command line arguments... 1572864
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.39 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.40 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.40 checking for /usr/bin/ld option to reload object files... -r
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.40 checking for file... file
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.40 checking for objdump... objdump
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.41 checking how to recognize dependent libraries... pass_all
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.41 checking for dlltool... no
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.41 checking how to associate runtime and link libraries... printf %s\n
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.41 checking for ar... ar
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.41 checking for archiver @FILE support... @
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.48 checking for strip... strip
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.48 checking for ranlib... ranlib
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.49 checking for gawk... no
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.49 checking for mawk... mawk
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.49 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.58 checking for sysroot... no
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.58 checking for a working dd... /usr/bin/dd
13:29:46 [2024-03-19T13:29:46.228Z] #78 30.58 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
13:29:46 [2024-03-19T13:29:46.487Z] #78 30.59 checking for mt... no
13:29:46 [2024-03-19T13:29:46.487Z] #78 30.59 checking if : is a manifest tool... no
13:29:46 [2024-03-19T13:29:46.487Z] #78 30.59 checking for stdio.h... yes
13:29:46 [2024-03-19T13:29:46.487Z] #78 30.62 checking for stdlib.h... yes
13:29:46 [2024-03-19T13:29:46.487Z] #78 30.65 checking for string.h... yes
13:29:46 [2024-03-19T13:29:46.487Z] #78 30.68 checking for inttypes.h... yes
13:29:46 [2024-03-19T13:29:46.487Z] #78 30.72 checking for stdint.h... yes
13:29:46 [2024-03-19T13:29:46.487Z] #78 30.79 checking for strings.h... yes
13:29:46 [2024-03-19T13:29:46.487Z] #78 30.83 checking for sys/stat.h... yes
13:29:46 [2024-03-19T13:29:46.487Z] #78 30.88 checking for sys/types.h... yes
13:29:46 [2024-03-19T13:29:46.746Z] #78 30.96 checking for unistd.h... yes
13:29:46 [2024-03-19T13:29:46.746Z] #78 31.02 checking for dlfcn.h... yes
13:29:46 [2024-03-19T13:29:46.746Z] #78 31.08 checking for objdir... .libs
13:29:47 [2024-03-19T13:29:47.005Z] #78 31.22 checking if gcc supports -fno-rtti -fno-exceptions... no
13:29:47 [2024-03-19T13:29:47.005Z] #78 31.28 checking for gcc option to produce PIC... -fPIC -DPIC
13:29:47 [2024-03-19T13:29:47.005Z] #78 31.28 checking if gcc PIC flag -fPIC -DPIC works... yes
13:29:47 [2024-03-19T13:29:47.005Z] #78 31.35 checking if gcc static flag -static works... yes
13:29:47 [2024-03-19T13:29:47.005Z] #78 31.44 checking if gcc supports -c -o file.o... yes
13:29:47 [2024-03-19T13:29:47.269Z] #78 31.47 checking if gcc supports -c -o file.o... (cached) yes
13:29:47 [2024-03-19T13:29:47.269Z] #78 31.48 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
13:29:47 [2024-03-19T13:29:47.269Z] #78 31.51 checking dynamic linker characteristics... GNU/Linux ld.so
13:29:47 [2024-03-19T13:29:47.528Z] #78 31.68 checking how to hardcode library paths into programs... immediate
13:29:47 [2024-03-19T13:29:47.528Z] #78 31.68 checking whether stripping libraries is possible... yes
13:29:47 [2024-03-19T13:29:47.528Z] #78 31.69 checking if libtool supports shared libraries... yes
13:29:47 [2024-03-19T13:29:47.528Z] #78 31.69 checking whether to build shared libraries... no
13:29:47 [2024-03-19T13:29:47.528Z] #78 31.69 checking whether to build static libraries... yes
13:29:47 [2024-03-19T13:29:47.528Z] #78 31.69 checking for a BSD-compatible install... /usr/bin/install -c
13:29:47 [2024-03-19T13:29:47.528Z] #78 31.76 checking whether build environment is sane... yes
13:29:47 [2024-03-19T13:29:47.528Z] #78 31.81 checking for a race-free mkdir -p... /usr/bin/mkdir -p
13:29:47 [2024-03-19T13:29:47.528Z] #78 31.82 checking whether make sets $(MAKE)... yes
13:29:47 [2024-03-19T13:29:47.528Z] #78 31.84 checking whether make supports the include directive... yes (GNU style)
13:29:47 [2024-03-19T13:29:47.528Z] #78 31.88 checking whether make supports nested variables... yes
13:29:47 [2024-03-19T13:29:47.788Z] #78 31.94 checking whether UID '0' is supported by ustar format... yes
13:29:47 [2024-03-19T13:29:47.788Z] #78 31.94 checking whether GID '0' is supported by ustar format... yes
13:29:47 [2024-03-19T13:29:47.788Z] #78 31.94 checking how to create a ustar tar archive... gnutar
13:29:47 [2024-03-19T13:29:47.788Z] #78 31.99 checking dependency style of gcc... gcc3
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.15 checking whether to enable maintainer-specific portions of Makefiles... yes
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.16 checking whether make supports nested variables... (cached) yes
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.16 checking for gawk... (cached) mawk
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.16 checking for a sed that does not truncate output... (cached) /usr/bin/sed
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.16 checking for gcc... (cached) gcc
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.20 checking whether the compiler supports GNU C... (cached) yes
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.21 checking whether gcc accepts -g... (cached) yes
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.21 checking for gcc option to enable C11 features... (cached) none needed
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.21 checking whether gcc understands -c and -o together... (cached) yes
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.21 checking for a Python interpreter with version >= 3... python3
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.23 checking for python3... /usr/bin/python3
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.23 checking for python3 version... 3.11
13:29:47 [2024-03-19T13:29:47.788Z] #78 32.25 checking for python3 platform... linux
13:29:48 [2024-03-19T13:29:48.047Z] #78 32.26 checking for GNU default python3 prefix... ${prefix}
13:29:48 [2024-03-19T13:29:48.047Z] #78 32.26 checking for GNU default python3 exec_prefix... ${exec_prefix}
13:29:48 [2024-03-19T13:29:48.047Z] #78 32.26 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
13:29:48 [2024-03-19T13:29:48.047Z] #78 32.29 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
13:29:48 [2024-03-19T13:29:48.047Z] #78 32.33 checking for go-md2man... no
13:29:48 [2024-03-19T13:29:48.047Z] #78 32.33 checking for error.h... yes
13:29:48 [2024-03-19T13:29:48.047Z] #78 32.37 checking for linux/openat2.h... yes
13:29:48 [2024-03-19T13:29:48.047Z] #78 32.41 checking for stdatomic.h... yes
13:29:48 [2024-03-19T13:29:48.047Z] #78 32.45 checking for linux/ioprio.h... yes
13:29:48 [2024-03-19T13:29:48.306Z] #78 32.52 checking for atomic_int... yes
13:29:48 [2024-03-19T13:29:48.306Z] #78 32.59 checking for atomic_bool... yes
13:29:48 [2024-03-19T13:29:48.565Z] #78 32.66 checking for copy_file_range... yes
13:29:48 [2024-03-19T13:29:48.565Z] #78 32.71 checking for fgetxattr... yes
13:29:48 [2024-03-19T13:29:48.565Z] #78 32.80 checking for statx... yes
13:29:48 [2024-03-19T13:29:48.565Z] #78 32.90 checking for fgetpwent_r... yes
13:29:48 [2024-03-19T13:29:48.565Z] #78 32.98 checking for issetugid... no
13:29:48 [2024-03-19T13:29:48.824Z] #78 33.04 checking for memfd_create... yes
13:29:48 [2024-03-19T13:29:48.824Z] #78 33.09 checking for pkg-config... /usr/bin/pkg-config
13:29:48 [2024-03-19T13:29:48.824Z] #78 33.09 checking pkg-config is at least version 0.9.0... yes
13:29:48 [2024-03-19T13:29:48.824Z] #78 33.09 checking for library containing yajl_tree_get... -lyajl
13:29:49 [2024-03-19T13:29:49.083Z] #78 33.19 checking for yajl >= 2.0.0... yes
13:29:49 [2024-03-19T13:29:49.083Z] #78 33.19 checking for sys/capability.h... yes
13:29:49 [2024-03-19T13:29:49.083Z] #78 33.23 checking for library containing cap_from_name... -lcap
13:29:49 [2024-03-19T13:29:49.083Z] #78 33.32 checking for library containing gcry_check_version... no
13:29:49 [2024-03-19T13:29:49.083Z] #78 33.42 checking for library containing dlopen... none required
13:29:49 [2024-03-19T13:29:49.342Z] #78 33.47 checking for seccomp.h... yes
13:29:49 [2024-03-19T13:29:49.342Z] #78 33.51 checking for library containing seccomp_rule_add... -lseccomp
13:29:49 [2024-03-19T13:29:49.601Z] #78 33.63 checking for library containing seccomp_arch_resolve_name... none required
13:29:49 [2024-03-19T13:29:49.601Z] #78 33.70 checking for systemd/sd-bus.h... yes
13:29:49 [2024-03-19T13:29:49.601Z] #78 33.83 checking for library containing sd_bus_match_signal_async... -lsystemd
13:29:49 [2024-03-19T13:29:49.861Z] #78 34.04 checking for sd_notify_barrier... yes
13:29:49 [2024-03-19T13:29:49.861Z] #78 34.10 checking for linux/bpf.h... yes
13:29:49 [2024-03-19T13:29:49.861Z] #78 34.16 checking compilation for eBPF... yes
13:29:49 [2024-03-19T13:29:49.861Z] #78 34.25 checking for criu >= 3.15... no
13:29:49 [2024-03-19T13:29:49.861Z] #78 34.29 configure: CRIU headers not found, building without CRIU support
13:29:50 [2024-03-19T13:29:50.120Z] #78 34.29 checking for criu > 3.16... no
13:29:50 [2024-03-19T13:29:50.120Z] #78 34.32 configure: CRIU version doesn't support join-ns API
13:29:50 [2024-03-19T13:29:50.120Z] #78 34.32 checking for criu > 3.16.1... no
13:29:50 [2024-03-19T13:29:50.120Z] #78 34.34 configure: CRIU version doesn't support for pre-dumping
13:29:50 [2024-03-19T13:29:50.120Z] #78 34.34 checking for new mount API (fsconfig)... yes
13:29:50 [2024-03-19T13:29:50.120Z] #78 34.44 yes
13:29:50 [2024-03-19T13:29:50.120Z] #78 34.44 checking for seccomp notify API... yes
13:29:50 [2024-03-19T13:29:50.120Z] #78 34.48 checking for gperf... no
13:29:50 [2024-03-19T13:29:50.120Z] #78 34.48 configure: gperf not found - cannot rebuild signal parser code
13:29:50 [2024-03-19T13:29:50.120Z] #78 34.48 checking for library containing argp_parse... none required
13:29:50 [2024-03-19T13:29:50.379Z] #78 34.64 checking that generated files are newer than configure... done
13:29:50 [2024-03-19T13:29:50.379Z] #78 34.64 configure: creating ./config.status
13:29:52 [2024-03-19T13:29:52.288Z] #78 36.62 config.status: creating Makefile
13:29:52 [2024-03-19T13:29:52.548Z] #78 36.68 config.status: creating config.h
13:29:52 [2024-03-19T13:29:52.548Z] #78 36.70 config.status: executing libtool commands
13:29:52 [2024-03-19T13:29:52.548Z] #78 36.71 config.status: executing depfiles commands
13:29:52 [2024-03-19T13:29:52.807Z] #78 37.27 === configuring in libocispec (/tmp/crun-build/libocispec)
13:29:53 [2024-03-19T13:29:53.067Z] #78 37.28 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
13:29:53 [2024-03-19T13:29:53.325Z] #78 37.59 checking for gcc... gcc
13:29:53 [2024-03-19T13:29:53.325Z] #78 37.64 checking whether the C compiler works... yes
13:29:53 [2024-03-19T13:29:53.584Z] #78 37.73 checking for C compiler default output file name... a.out
13:29:53 [2024-03-19T13:29:53.584Z] #78 37.73 checking for suffix of executables... 
13:29:53 [2024-03-19T13:29:53.584Z] #78 37.78 checking whether we are cross compiling... no
13:29:53 [2024-03-19T13:29:53.584Z] #78 37.88 checking for suffix of object files... o
13:29:53 [2024-03-19T13:29:53.584Z] #78 37.91 checking whether the compiler supports GNU C... yes
13:29:53 [2024-03-19T13:29:53.584Z] #78 37.96 checking whether gcc accepts -g... yes
13:29:53 [2024-03-19T13:29:53.843Z] #78 38.03 checking for gcc option to enable C11 features... none needed
13:29:53 [2024-03-19T13:29:53.843Z] #78 38.11 checking whether gcc understands -c and -o together... yes
13:29:53 [2024-03-19T13:29:53.843Z] #78 38.16 checking for stdio.h... yes
13:29:53 [2024-03-19T13:29:53.843Z] #78 38.19 checking for stdlib.h... yes
13:29:54 [2024-03-19T13:29:54.102Z] #78 38.30 checking for string.h... yes
13:29:54 [2024-03-19T13:29:54.102Z] #78 38.39 checking for inttypes.h... yes
13:29:54 [2024-03-19T13:29:54.102Z] #78 38.43 checking for stdint.h... yes
13:29:54 [2024-03-19T13:29:54.102Z] #78 38.49 checking for strings.h... yes
13:29:54 [2024-03-19T13:29:54.102Z] #78 38.53 checking for sys/stat.h... yes
13:29:54 [2024-03-19T13:29:54.361Z] #78 38.57 checking for sys/types.h... yes
13:29:54 [2024-03-19T13:29:54.361Z] #78 38.61 checking for unistd.h... yes
13:29:54 [2024-03-19T13:29:54.361Z] #78 38.64 checking for wchar.h... yes
13:29:54 [2024-03-19T13:29:54.361Z] #78 38.70 checking for minix/config.h... no
13:29:54 [2024-03-19T13:29:54.361Z] #78 38.74 checking whether it is safe to define __EXTENSIONS__... yes
13:29:54 [2024-03-19T13:29:54.361Z] #78 38.78 checking whether _XOPEN_SOURCE should be defined... no
13:29:54 [2024-03-19T13:29:54.619Z] #78 38.83 checking build system type... aarch64-unknown-linux-gnu
13:29:54 [2024-03-19T13:29:54.619Z] #78 38.92 checking host system type... aarch64-unknown-linux-gnu
13:29:54 [2024-03-19T13:29:54.619Z] #78 38.92 checking how to print strings... printf
13:29:54 [2024-03-19T13:29:54.619Z] #78 38.92 checking for a sed that does not truncate output... /usr/bin/sed
13:29:54 [2024-03-19T13:29:54.619Z] #78 38.95 checking for grep that handles long lines and -e... /usr/bin/grep
13:29:54 [2024-03-19T13:29:54.619Z] #78 38.96 checking for egrep... /usr/bin/grep -E
13:29:54 [2024-03-19T13:29:54.619Z] #78 38.96 checking for fgrep... /usr/bin/grep -F
13:29:54 [2024-03-19T13:29:54.619Z] #78 38.97 checking for ld used by gcc... /usr/bin/ld
13:29:54 [2024-03-19T13:29:54.619Z] #78 38.97 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:29:54 [2024-03-19T13:29:54.619Z] #78 38.97 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:29:54 [2024-03-19T13:29:54.619Z] #78 38.98 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:29:54 [2024-03-19T13:29:54.619Z] #78 39.02 checking whether ln -s works... yes
13:29:54 [2024-03-19T13:29:54.619Z] #78 39.02 checking the maximum length of command line arguments... 1572864
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.03 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.03 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.03 checking for /usr/bin/ld option to reload object files... -r
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.03 checking for file... file
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.03 checking for objdump... objdump
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.03 checking how to recognize dependent libraries... pass_all
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.03 checking for dlltool... no
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.03 checking how to associate runtime and link libraries... printf %s\n
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.03 checking for ar... ar
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.03 checking for archiver @FILE support... @
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.07 checking for strip... strip
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.07 checking for ranlib... ranlib
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.07 checking for gawk... no
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.07 checking for mawk... mawk
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.07 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.15 checking for sysroot... no
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.16 checking for a working dd... /usr/bin/dd
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.16 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.17 checking for mt... no
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.17 checking if : is a manifest tool... no
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.18 checking for dlfcn.h... yes
13:29:54 [2024-03-19T13:29:54.878Z] #78 39.22 checking for objdir... .libs
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.32 checking if gcc supports -fno-rtti -fno-exceptions... no
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.36 checking for gcc option to produce PIC... -fPIC -DPIC
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.36 checking if gcc PIC flag -fPIC -DPIC works... yes
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.39 checking if gcc static flag -static works... yes
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.47 checking if gcc supports -c -o file.o... yes
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.50 checking if gcc supports -c -o file.o... (cached) yes
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.50 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.51 checking dynamic linker characteristics... GNU/Linux ld.so
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.57 checking how to hardcode library paths into programs... immediate
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.57 checking whether stripping libraries is possible... yes
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.57 checking if libtool supports shared libraries... yes
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.57 checking whether to build shared libraries... no
13:29:55 [2024-03-19T13:29:55.136Z] #78 39.57 checking whether to build static libraries... yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.57 checking for a BSD-compatible install... /usr/bin/install -c
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.58 checking whether build environment is sane... yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.59 checking for a race-free mkdir -p... /usr/bin/mkdir -p
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.59 checking whether make sets $(MAKE)... yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.60 checking whether make supports the include directive... yes (GNU style)
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.61 checking whether make supports nested variables... yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.62 checking whether UID '0' is supported by ustar format... yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.62 checking whether GID '0' is supported by ustar format... yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.62 checking how to create a ustar tar archive... gnutar
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.63 checking dependency style of gcc... gcc3
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.69 checking whether to enable maintainer-specific portions of Makefiles... yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.69 checking whether make supports nested variables... (cached) yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.69 checking for pkg-config... /usr/bin/pkg-config
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.69 checking pkg-config is at least version 0.9.0... yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.69 checking for yajl >= 2.1.0... yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.70 checking for a sed that does not truncate output... (cached) /usr/bin/sed
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.70 checking for gcc... (cached) gcc
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.72 checking whether the compiler supports GNU C... (cached) yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.72 checking whether gcc accepts -g... (cached) yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.72 checking for gcc option to enable C11 features... (cached) none needed
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.72 checking whether gcc understands -c and -o together... (cached) yes
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.73 checking for a Python interpreter with version >= 3... python3
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.74 checking for python3... /usr/bin/python3
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.74 checking for python3 version... 3.11
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.75 checking for python3 platform... linux
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.76 checking for GNU default python3 prefix... ${prefix}
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.76 checking for GNU default python3 exec_prefix... ${exec_prefix}
13:29:55 [2024-03-19T13:29:55.395Z] #78 39.76 checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
13:29:55 [2024-03-19T13:29:55.654Z] #78 39.80 checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
13:29:56 [2024-03-19T13:29:56.221Z] #78 39.85 checking that generated files are newer than configure... done
13:29:56 [2024-03-19T13:29:56.479Z] #78 40.58 configure: creating ./config.status
13:29:56 [2024-03-19T13:29:56.738Z] #78 40.98 config.status: creating Makefile
13:29:56 [2024-03-19T13:29:56.738Z] #78 40.99 config.status: creating ocispec.pc
13:29:56 [2024-03-19T13:29:56.738Z] #78 41.00 config.status: creating config.h
13:29:56 [2024-03-19T13:29:56.738Z] #78 41.01 config.status: executing libtool commands
13:29:56 [2024-03-19T13:29:56.738Z] #78 41.02 config.status: executing depfiles commands
13:29:56 [2024-03-19T13:29:56.738Z] #78 41.15 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
13:29:56 [2024-03-19T13:29:56.996Z] #78 41.16 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
13:29:56 [2024-03-19T13:29:56.996Z] #78 41.27 checking for gcc... gcc
13:29:56 [2024-03-19T13:29:56.996Z] #78 41.31 checking whether the C compiler works... yes
13:29:56 [2024-03-19T13:29:56.996Z] #78 41.36 checking for C compiler default output file name... a.out
13:29:56 [2024-03-19T13:29:56.996Z] #78 41.36 checking for suffix of executables... 
13:29:57 [2024-03-19T13:29:57.254Z] #78 41.42 checking whether we are cross compiling... no
13:29:57 [2024-03-19T13:29:57.255Z] #78 41.46 checking for suffix of object files... o
13:29:57 [2024-03-19T13:29:57.255Z] #78 41.49 checking whether the compiler supports GNU C... yes
13:29:57 [2024-03-19T13:29:57.255Z] #78 41.51 checking whether gcc accepts -g... yes
13:29:57 [2024-03-19T13:29:57.255Z] #78 41.54 checking for gcc option to enable C11 features... none needed
13:29:57 [2024-03-19T13:29:57.255Z] #78 41.60 checking whether gcc understands -c and -o together... yes
13:29:57 [2024-03-19T13:29:57.513Z] 
13:29:57 [2024-03-19T13:29:57.513Z] #78 ...
13:29:57 [2024-03-19T13:29:57.513Z] 
13:29:57 [2024-03-19T13:29:57.513Z] #71 [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...)
13:29:57 [2024-03-19T13:29:57.513Z] #71 DONE 41.7s
13:29:57 [2024-03-19T13:29:57.513Z] 
13:29:57 [2024-03-19T13:29:57.513Z] #72 [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...)
13:29:57 [2024-03-19T13:29:57.513Z] #72 DONE 41.7s
13:29:57 [2024-03-19T13:29:57.513Z] 
13:29:57 [2024-03-19T13:29:57.513Z] #79 [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...)
13:29:57 [2024-03-19T13:29:57.513Z] #79 DONE 41.8s
13:29:57 [2024-03-19T13:29:57.513Z] 
13:29:57 [2024-03-19T13:29:57.513Z] #76 [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...)
13:29:57 [2024-03-19T13:29:57.513Z] #76 DONE 41.7s
13:29:57 [2024-03-19T13:29:57.513Z] 
13:29:57 [2024-03-19T13:29:57.513Z] #78 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.66 checking for a BSD-compatible install... /usr/bin/install -c
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.67 checking whether build environment is sane... yes
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.68 checking for a race-free mkdir -p... /usr/bin/mkdir -p
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.68 checking for gawk... no
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.68 checking for mawk... mawk
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.68 checking whether make sets $(MAKE)... yes
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.69 checking whether make supports the include directive... yes (GNU style)
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.70 checking whether make supports nested variables... yes
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.70 checking whether UID '0' is supported by ustar format... yes
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.70 checking whether GID '0' is supported by ustar format... yes
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.70 checking how to create a ustar tar archive... gnutar
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.71 checking dependency style of gcc... gcc3
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.75 checking whether to enable maintainer-specific portions of Makefiles... yes
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.75 checking whether make supports nested variables... (cached) yes
13:29:57 [2024-03-19T13:29:57.513Z] #78 41.76 checking build system type... 
13:29:57 [2024-03-19T13:29:57.513Z] #78 ...
13:29:57 [2024-03-19T13:29:57.513Z] 
13:29:57 [2024-03-19T13:29:57.513Z] #80 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
13:29:57 [2024-03-19T13:29:57.513Z] #80 DONE 0.1s
13:29:57 [2024-03-19T13:29:57.513Z] 
13:29:57 [2024-03-19T13:29:57.513Z] #81 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
13:29:57 [2024-03-19T13:29:57.513Z] #81 DONE 0.1s
13:29:57 [2024-03-19T13:29:57.513Z] 
13:29:57 [2024-03-19T13:29:57.513Z] #78 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.76 checking build system type... aarch64-unknown-linux-gnu
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.82 checking host system type... aarch64-unknown-linux-gnu
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.82 checking how to print strings... printf
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.82 checking for a sed that does not truncate output... /usr/bin/sed
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.83 checking for grep that handles long lines and -e... /usr/bin/grep
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.83 checking for egrep... /usr/bin/grep -E
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.83 checking for fgrep... /usr/bin/grep -F
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.83 checking for ld used by gcc... /usr/bin/ld
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.84 checking if the linker (/usr/bin/ld) is GNU ld... yes
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.84 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.84 checking the name lister (/usr/bin/nm -B) interface... BSD nm
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.87 checking whether ln -s works... yes
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.87 checking the maximum length of command line arguments... 1572864
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.88 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.88 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.88 checking for /usr/bin/ld option to reload object files... -r
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.88 checking for file... file
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.88 checking for objdump... objdump
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.88 checking how to recognize dependent libraries... pass_all
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.88 checking for dlltool... no
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.88 checking how to associate runtime and link libraries... printf %s\n
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.88 checking for ar... ar
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.88 checking for archiver @FILE support... @
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.91 checking for strip... strip
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.91 checking for ranlib... ranlib
13:29:57 [2024-03-19T13:29:57.514Z] #78 41.91 checking command to parse /usr/bin/nm -B output from gcc object... ok
13:29:57 [2024-03-19T13:29:57.772Z] #78 41.99 checking for sysroot... no
13:29:57 [2024-03-19T13:29:57.772Z] #78 41.99 checking for a working dd... /usr/bin/dd
13:29:57 [2024-03-19T13:29:57.772Z] #78 41.99 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
13:29:57 [2024-03-19T13:29:57.772Z] #78 41.99 checking for mt... no
13:29:57 [2024-03-19T13:29:57.772Z] #78 41.99 checking if : is a manifest tool... no
13:29:57 [2024-03-19T13:29:57.772Z] #78 42.00 checking for stdio.h... yes
13:29:57 [2024-03-19T13:29:57.772Z] #78 42.02 checking for stdlib.h... yes
13:29:57 [2024-03-19T13:29:57.772Z] #78 42.05 checking for string.h... yes
13:29:57 [2024-03-19T13:29:57.772Z] #78 42.09 checking for inttypes.h... yes
13:29:58 [2024-03-19T13:29:58.031Z] #78 42.20 checking for stdint.h... yes
13:29:58 [2024-03-19T13:29:58.031Z] #78 42.23 checking for strings.h... yes
13:29:58 [2024-03-19T13:29:58.031Z] #78 42.29 checking for sys/stat.h... yes
13:29:58 [2024-03-19T13:29:58.289Z] #78 42.31 checking for sys/types.h... yes
13:29:58 [2024-03-19T13:29:58.289Z] #78 42.37 checking for unistd.h... yes
13:29:58 [2024-03-19T13:29:58.289Z] #78 42.55 checking for dlfcn.h... yes
13:29:58 [2024-03-19T13:29:58.289Z] #78 42.63 checking for objdir... .libs
13:29:58 [2024-03-19T13:29:58.548Z] #78 42.75 checking if gcc supports -fno-rtti -fno-exceptions... no
13:29:58 [2024-03-19T13:29:58.548Z] #78 42.78 checking for gcc option to produce PIC... -fPIC -DPIC
13:29:58 [2024-03-19T13:29:58.548Z] #78 42.78 checking if gcc PIC flag -fPIC -DPIC works... yes
13:29:58 [2024-03-19T13:29:58.548Z] #78 42.81 checking if gcc static flag -static works... yes
13:29:58 [2024-03-19T13:29:58.880Z] #78 42.90 checking if gcc supports -c -o file.o... yes
13:29:58 [2024-03-19T13:29:58.880Z] #78 42.95 checking if gcc supports -c -o file.o... (cached) yes
13:29:58 [2024-03-19T13:29:58.880Z] #78 42.95 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
13:29:58 [2024-03-19T13:29:58.880Z] #78 42.96 checking dynamic linker characteristics... GNU/Linux ld.so
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.06 checking how to hardcode library paths into programs... immediate
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.06 checking whether stripping libraries is possible... yes
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.06 checking if libtool supports shared libraries... yes
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.06 checking whether to build shared libraries... no
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.06 checking whether to build static libraries... yes
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.06 checking for float.h... yes
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.12 checking for limits.h... yes
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.36 checking for stddef.h... yes
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.42 checking for stdlib.h... (cached) yes
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.42 checking for string.h... (cached) yes
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.42 checking for sys/time.h... yes
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.47 checking for inline... inline
13:29:59 [2024-03-19T13:29:59.139Z] #78 43.49 checking for size_t... yes
13:29:59 [2024-03-19T13:29:59.398Z] #78 43.58 checking for GNU libc compatible malloc... yes
13:29:59 [2024-03-19T13:29:59.398Z] #78 43.64 checking for GNU libc compatible realloc... yes
13:29:59 [2024-03-19T13:29:59.398Z] #78 43.71 checking for working strtod... yes
13:29:59 [2024-03-19T13:29:59.398Z] #78 43.78 checking for gettimeofday... yes
13:29:59 [2024-03-19T13:29:59.657Z] #78 43.87 checking for memset... yes
13:29:59 [2024-03-19T13:29:59.657Z] #78 43.97 checking for strspn... yes
13:29:59 [2024-03-19T13:29:59.917Z] #78 44.11 checking that generated files are newer than configure... done
13:29:59 [2024-03-19T13:29:59.917Z] #78 44.11 configure: creating ./config.status
13:30:00 [2024-03-19T13:30:00.178Z] #78 ...
13:30:00 [2024-03-19T13:30:00.178Z] 
13:30:00 [2024-03-19T13:30:00.178Z] #82 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
13:30:00 [2024-03-19T13:30:00.178Z] #82 DONE 0.9s
13:30:00 [2024-03-19T13:30:00.438Z] 
13:30:00 [2024-03-19T13:30:00.438Z] #83 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
13:30:01 [2024-03-19T13:30:01.376Z] #83 DONE 0.8s
13:30:01 [2024-03-19T13:30:01.376Z] 
13:30:01 [2024-03-19T13:30:01.376Z] #78 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:30:01 [2024-03-19T13:30:01.376Z] #78 45.37 config.status: creating Makefile
13:30:01 [2024-03-19T13:30:01.376Z] #78 45.39 config.status: creating config.h
13:30:01 [2024-03-19T13:30:01.376Z] #78 45.40 config.status: executing depfiles commands
13:30:01 [2024-03-19T13:30:01.376Z] #78 45.52 config.status: executing libtool commands
13:30:01 [2024-03-19T13:30:01.376Z] #78 ...
13:30:01 [2024-03-19T13:30:01.376Z] 
13:30:01 [2024-03-19T13:30:01.376Z] #84 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
13:30:01 [2024-03-19T13:30:01.376Z] #84 DONE 0.1s
13:30:01 [2024-03-19T13:30:01.376Z] 
13:30:01 [2024-03-19T13:30:01.376Z] #85 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
13:30:01 [2024-03-19T13:30:01.376Z] #85 DONE 0.2s
13:30:01 [2024-03-19T13:30:01.376Z] 
13:30:01 [2024-03-19T13:30:01.376Z] #74 [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...)
13:30:01 [2024-03-19T13:30:01.376Z] #74 43.13 + bin/containerd
13:30:01 [2024-03-19T13:30:01.376Z] #74 43.13 go build  -gcflags=-trimpath=/go/src  -o bin/containerd -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -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
13:30:01 [2024-03-19T13:30:01.950Z] #74 ...
13:30:01 [2024-03-19T13:30:01.950Z] 
13:30:01 [2024-03-19T13:30:01.950Z] #86 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
13:30:01 [2024-03-19T13:30:01.950Z] #86 DONE 0.2s
13:30:01 [2024-03-19T13:30:01.950Z] 
13:30:01 [2024-03-19T13:30:01.950Z] #78 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.80   GEN      .version
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.80 make  install-recursive
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.81 make[1]: Entering directory '/tmp/crun-build'
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.84 Making install in libocispec
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.85 make[2]: Entering directory '/tmp/crun-build/libocispec'
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.88 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.88 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.88 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.88 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.94 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.94 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.94 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.94 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.94 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.94 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.94 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.94 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.94 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.97 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.97 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.97 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.97 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.97 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.97 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 45.97 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
13:30:01 [2024-03-19T13:30:01.950Z] #78 46.23 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
13:30:02 [2024-03-19T13:30:02.209Z] #78 ...
13:30:02 [2024-03-19T13:30:02.209Z] 
13:30:02 [2024-03-19T13:30:02.209Z] #87 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
13:30:02 [2024-03-19T13:30:02.209Z] #87 DONE 0.2s
13:30:02 [2024-03-19T13:30:02.209Z] 
13:30:02 [2024-03-19T13:30:02.209Z] #78 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.24 make  install-recursive
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.25 make[3]: Entering directory '/tmp/crun-build/libocispec'
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.28 Making install in yajl
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.28 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.29   CC       verify/json_verify-json_verify.o
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.29   CC       src/libyajl_la-yajl_alloc.lo
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.29   CC       src/libyajl_la-yajl.lo
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.29   CC       src/libyajl_la-yajl_gen.lo
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.30   CC       src/libyajl_la-yajl_parser.lo
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.30   CC       src/libyajl_la-yajl_buf.lo
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.31   CC       src/libyajl_la-yajl_encode.lo
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.31   CC       src/libyajl_la-yajl_lex.lo
13:30:02 [2024-03-19T13:30:02.209Z] #78 46.31   CC       src/libyajl_la-yajl_tree.lo
13:30:02 [2024-03-19T13:30:02.776Z] #78 47.01   CCLD     libyajl.la
13:30:02 [2024-03-19T13:30:02.776Z] #78 47.20   CCLD     verify/json_verify
13:30:03 [2024-03-19T13:30:03.035Z] #78 ...
13:30:03 [2024-03-19T13:30:03.035Z] 
13:30:03 [2024-03-19T13:30:03.035Z] #88 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
13:30:03 [2024-03-19T13:30:03.035Z] #88 DONE 1.1s
13:30:03 [2024-03-19T13:30:03.035Z] 
13:30:03 [2024-03-19T13:30:03.035Z] #78 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.36 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.36 make[5]: Nothing to be done for 'install-exec-am'.
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.36 make[5]: Nothing to be done for 'install-data-am'.
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.36 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.36 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.36 make[4]: Entering directory '/tmp/crun-build/libocispec'
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.40   CC       src/ocispec/validate.o
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.40   CC       src/ocispec/image_spec_schema_config_schema.lo
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.41   CC       src/ocispec/image_spec_schema_content_descriptor.lo
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.41   CC       src/ocispec/image_spec_schema_defs.lo
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.42   CC       src/ocispec/image_spec_schema_defs_descriptor.lo
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.42   CC       src/ocispec/image_spec_schema_image_index_schema.lo
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.42   CC       src/ocispec/image_spec_schema_image_layout_schema.lo
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.42   CC       src/ocispec/image_spec_schema_image_manifest_schema.lo
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.42   CC       src/ocispec/runtime_spec_schema_config_linux.lo
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.42   CC       src/ocispec/runtime_spec_schema_config_zos.lo
13:30:03 [2024-03-19T13:30:03.035Z] #78 47.45   CC       src/ocispec/runtime_spec_schema_config_schema.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.46   CC       src/ocispec/runtime_spec_schema_config_solaris.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.46   CC       src/ocispec/runtime_spec_schema_config_vm.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.47   CC       src/ocispec/runtime_spec_schema_config_windows.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.48   CC       src/ocispec/runtime_spec_schema_defs.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.48   CC       src/ocispec/runtime_spec_schema_defs_linux.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.48   CC       src/ocispec/runtime_spec_schema_defs_zos.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.48   CC       src/ocispec/runtime_spec_schema_defs_vm.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.49   CC       src/ocispec/runtime_spec_schema_defs_windows.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.49   CC       src/ocispec/runtime_spec_schema_state_schema.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.50   CC       src/ocispec/runtime_spec_schema_features_linux.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.51   CC       src/ocispec/runtime_spec_schema_features_schema.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.51   CC       src/ocispec/image_manifest_items_image_manifest_items_schema.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.52   CC       src/ocispec/basic_test_double_array_item.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.52   CC       src/ocispec/basic_test_double_array.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.53   CC       src/ocispec/basic_test_top_array_int.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.53   CC       src/ocispec/basic_test_top_array_string.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.54   CC       src/ocispec/basic_test_top_double_array_int.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.55   CC       src/ocispec/basic_test_top_double_array_obj.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 ...
13:30:03 [2024-03-19T13:30:03.294Z] 
13:30:03 [2024-03-19T13:30:03.294Z] #89 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
13:30:03 [2024-03-19T13:30:03.294Z] #89 DONE 0.2s
13:30:03 [2024-03-19T13:30:03.294Z] 
13:30:03 [2024-03-19T13:30:03.294Z] #78 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.57   CC       src/ocispec/basic_test_top_double_array_refobj.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.59   CC       src/ocispec/basic_test_top_double_array_string.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.60   CC       src/ocispec/read-file.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.61   CC       src/ocispec/json_common.lo
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.64   CC       tests/test-1.o
13:30:03 [2024-03-19T13:30:03.294Z] #78 47.67   CC       tests/test-2.o
13:30:03 [2024-03-19T13:30:03.552Z] #78 47.67   CC       tests/test-3.o
13:30:03 [2024-03-19T13:30:03.552Z] #78 47.67   CC       tests/test-4.o
13:30:03 [2024-03-19T13:30:03.552Z] #78 47.68   CC       tests/test-5.o
13:30:03 [2024-03-19T13:30:03.552Z] #78 47.68   CC       tests/test-6.o
13:30:03 [2024-03-19T13:30:03.552Z] #78 47.69   CC       tests/test-7.o
13:30:03 [2024-03-19T13:30:03.552Z] #78 47.73   CC       tests/test-8.o
13:30:03 [2024-03-19T13:30:03.552Z] #78 47.74   CC       tests/test-9.o
13:30:03 [2024-03-19T13:30:03.552Z] #78 47.76   CC       tests/test-10.o
13:30:03 [2024-03-19T13:30:03.552Z] #78 47.79   CC       tests/test-11.o
13:30:05 [2024-03-19T13:30:05.456Z] #78 ...
13:30:05 [2024-03-19T13:30:05.456Z] 
13:30:05 [2024-03-19T13:30:05.456Z] #90 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
13:30:05 [2024-03-19T13:30:05.456Z] #90 DONE 2.0s
13:30:05 [2024-03-19T13:30:05.456Z] 
13:30:05 [2024-03-19T13:30:05.456Z] #91 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
13:30:05 [2024-03-19T13:30:05.456Z] #91 DONE 0.3s
13:30:05 [2024-03-19T13:30:05.456Z] 
13:30:05 [2024-03-19T13:30:05.456Z] #74 [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...)
13:30:05 [2024-03-19T13:30:05.715Z] #74 ...
13:30:05 [2024-03-19T13:30:05.715Z] 
13:30:05 [2024-03-19T13:30:05.715Z] #92 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
13:30:05 [2024-03-19T13:30:05.715Z] #92 DONE 0.3s
13:30:05 [2024-03-19T13:30:05.715Z] 
13:30:05 [2024-03-19T13:30:05.715Z] #78 [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.12" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
13:30:07 [2024-03-19T13:30:07.618Z] #78 51.61   CCLD     libocispec.la
13:30:07 [2024-03-19T13:30:07.618Z] #78 51.88   CCLD     src/ocispec/validate
13:30:07 [2024-03-19T13:30:07.618Z] #78 51.89   CCLD     tests/test-1
13:30:07 [2024-03-19T13:30:07.618Z] #78 51.90   CCLD     tests/test-2
13:30:07 [2024-03-19T13:30:07.618Z] #78 51.91   CCLD     tests/test-3
13:30:07 [2024-03-19T13:30:07.618Z] #78 51.92   CCLD     tests/test-4
13:30:07 [2024-03-19T13:30:07.618Z] #78 51.94   CCLD     tests/test-5
13:30:07 [2024-03-19T13:30:07.618Z] #78 51.94   CCLD     tests/test-6
13:30:07 [2024-03-19T13:30:07.618Z] #78 52.00   CCLD     tests/test-7
13:30:07 [2024-03-19T13:30:07.877Z] #78 52.01   CCLD     tests/test-8
13:30:07 [2024-03-19T13:30:07.877Z] #78 52.02   CCLD     tests/test-9
13:30:07 [2024-03-19T13:30:07.877Z] #78 52.02   CCLD     tests/test-10
13:30:07 [2024-03-19T13:30:07.877Z] #78 52.02 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
13:30:07 [2024-03-19T13:30:07.877Z] #78 52.05   CCLD     tests/test-11
13:30:07 [2024-03-19T13:30:07.877Z] #78 52.28 libtool: link: ar cr libocispec.a 
13:30:08 [2024-03-19T13:30:08.136Z] #78 52.29 libtool: link: ranlib libocispec.a
13:30:08 [2024-03-19T13:30:08.136Z] #78 52.46 make[5]: Entering directory '/tmp/crun-build/libocispec'
13:30:08 [2024-03-19T13:30:08.136Z] #78 52.50 make[5]: Leaving directory '/tmp/crun-build/libocispec'
13:30:08 [2024-03-19T13:30:08.136Z] #78 52.51 make[4]: Leaving directory '/tmp/crun-build/libocispec'
13:30:08 [2024-03-19T13:30:08.136Z] #78 52.51 make[3]: Leaving directory '/tmp/crun-build/libocispec'
13:30:08 [2024-03-19T13:30:08.136Z] #78 52.51 make[2]: Leaving directory '/tmp/crun-build/libocispec'
13:30:08 [2024-03-19T13:30:08.136Z] #78 52.51 make[2]: Entering directory '/tmp/crun-build'
13:30:08 [2024-03-19T13:30:08.136Z] #78 52.59   CC       src/libcrun/libcrun_la-intelrdt.lo
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.59   CC       src/libcrun/libcrun_la-io_priority.lo
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.60   CC       src/libcrun/libcrun_la-linux.lo
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.60   CC       src/libcrun/libcrun_la-mount_flags.lo
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.60   CC       src/libcrun/libcrun_la-scheduler.lo
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.61   CC       src/libcrun/libcrun_la-seccomp.lo
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.61   CC       src/libcrun/libcrun_la-signals.lo
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.61   CC       src/libcrun/libcrun_la-seccomp_notify.lo
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.61   CC       src/libcrun/libcrun_la-status.lo
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.62   CC       src/libcrun/libcrun_la-terminal.lo
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.65   CC       src/libcrun/libcrun_testing_a-utils.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.67   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.68   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.68   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.68   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.68   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.68   CC       src/libcrun/libcrun_testing_a-cgroup.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.69   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.69   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.69   CC       src/libcrun/libcrun_testing_a-container.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.70   CC       src/libcrun/libcrun_testing_a-criu.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.71   CC       src/libcrun/libcrun_testing_a-custom-handler.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.72   CC       src/libcrun/libcrun_testing_a-ebpf.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.74   CC       src/libcrun/libcrun_testing_a-error.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.75   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.76   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.78   CC       src/libcrun/handlers/libcrun_testing_a-mono.o
13:30:08 [2024-03-19T13:30:08.395Z] #78 52.80   CC       src/libcrun/handlers/libcrun_testing_a-spin.o
13:30:08 [2024-03-19T13:30:08.654Z] #78 52.83   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
13:30:08 [2024-03-19T13:30:08.654Z] #78 52.88   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
13:30:08 [2024-03-19T13:30:08.654Z] #78 52.92   CC       src/libcrun/handlers/libcrun_testing_a-wasmtime.o
13:30:08 [2024-03-19T13:30:08.654Z] #78 52.92   CC       src/libcrun/libcrun_testing_a-intelrdt.o
13:30:08 [2024-03-19T13:30:08.654Z] #78 52.95   CC       src/libcrun/libcrun_testing_a-io_priority.o
13:30:08 [2024-03-19T13:30:08.654Z] #78 52.99   CC       src/libcrun/libcrun_testing_a-linux.o
13:30:08 [2024-03-19T13:30:08.654Z] #78 53.03   CC       src/libcrun/libcrun_testing_a-mount_flags.o
13:30:08 [2024-03-19T13:30:08.912Z] #78 53.04   CC       src/libcrun/libcrun_testing_a-scheduler.o
13:30:08 [2024-03-19T13:30:08.912Z] #78 53.05   CC       src/libcrun/libcrun_testing_a-seccomp.o
13:30:08 [2024-03-19T13:30:08.912Z] #78 53.06   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
13:30:08 [2024-03-19T13:30:08.912Z] #78 53.07   CC       src/libcrun/libcrun_testing_a-signals.o
13:30:08 [2024-03-19T13:30:08.912Z] #78 53.10   CC       src/libcrun/libcrun_testing_a-status.o
13:30:08 [2024-03-19T13:30:08.912Z] #78 53.12   CC       src/libcrun/libcrun_testing_a-terminal.o
13:30:08 [2024-03-19T13:30:08.912Z] #78 53.14   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
13:30:08 [2024-03-19T13:30:08.912Z] #78 53.17   CC       tests/tests_libcrun_intelrdt-tests_libcrun_intelrdt.o
13:30:09 [2024-03-19T13:30:09.171Z] #78 53.44   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
13:30:09 [2024-03-19T13:30:09.171Z] #78 53.50   CC       src/crun-crun.o
13:30:09 [2024-03-19T13:30:09.171Z] #78 53.53   CC       src/crun-run.o
13:30:09 [2024-03-19T13:30:09.171Z] #78 53.56   CC       src/crun-delete.o
13:30:09 [2024-03-19T13:30:09.429Z] #78 53.74   CC       src/crun-kill.o
13:30:09 [2024-03-19T13:30:09.429Z] #78 53.75   CC       src/crun-pause.o
13:30:09 [2024-03-19T13:30:09.429Z] #78 53.77   CC       src/crun-unpause.o
13:30:09 [2024-03-19T13:30:09.429Z] #78 53.79   CC       src/crun-oci_features.o
13:30:09 [2024-03-19T13:30:09.429Z] #78 53.82   CC       src/crun-spec.o
13:30:09 [2024-03-19T13:30:09.429Z] #78 53.83   CC       src/crun-exec.o
13:30:09 [2024-03-19T13:30:09.429Z] #78 53.83   CC       src/crun-list.o
13:30:09 [2024-03-19T13:30:09.429Z] #78 53.84   CC       src/crun-create.o
13:30:09 [2024-03-19T13:30:09.429Z] #78 53.88   CC       src/crun-start.o
13:30:09 [2024-03-19T13:30:09.691Z] #78 54.00   CC       src/crun-state.o
13:30:09 [2024-03-19T13:30:09.950Z] #78 54.19   CC       src/crun-update.o
13:30:09 [2024-03-19T13:30:09.950Z] #78 54.24   CC       src/crun-ps.o
13:30:09 [2024-03-19T13:30:09.950Z] #78 54.27   CC       src/crun-checkpoint.o
13:30:10 [2024-03-19T13:30:10.209Z] #78 54.54   CC       src/crun-restore.o
13:30:10 [2024-03-19T13:30:10.209Z] #78 54.59   CC       src/libcrun/crun-cloned_binary.o
13:30:10 [2024-03-19T13:30:10.209Z] #78 54.61   CC       src/libcrun/libcrun_la-utils.lo
13:30:10 [2024-03-19T13:30:10.209Z] #78 54.63   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
13:30:10 [2024-03-19T13:30:10.209Z] #78 54.64   CC       src/libcrun/libcrun_la-cgroup-resources.lo
13:30:10 [2024-03-19T13:30:10.209Z] #78 54.66   CC       src/libcrun/libcrun_la-cgroup-setup.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.67   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.69   CC       src/libcrun/libcrun_la-cgroup-utils.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.82   CC       src/libcrun/libcrun_la-cgroup.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.84   CC       src/libcrun/libcrun_la-chroot_realpath.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.85   CC       src/libcrun/libcrun_la-cloned_binary.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.86   CC       src/libcrun/libcrun_la-container.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.87   CC       src/libcrun/libcrun_la-criu.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.88   CC       src/libcrun/libcrun_la-custom-handler.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.90   CC       src/libcrun/libcrun_la-ebpf.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.90   CC       src/libcrun/libcrun_la-error.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.91   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
13:30:10 [2024-03-19T13:30:10.467Z] #78 54.92   CC       src/libcrun/handlers/libcrun_la-krun.lo
13:30:10 [2024-03-19T13:30:10.726Z] #78 54.94   CC       src/libcrun/handlers/libcrun_la-mono.lo
13:30:10 [2024-03-19T13:30:10.726Z] #78 54.94   CC       src/libcrun/handlers/libcrun_la-spin.lo
13:30:10 [2024-03-19T13:30:10.726Z] #78 55.02   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
13:30:10 [2024-03-19T13:30:10.726Z] #78 55.04   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
13:30:10 [2024-03-19T13:30:10.985Z] #78 55.08   CC       src/libcrun/handlers/libcrun_la-wasmtime.lo
13:30:10 [2024-03-19T13:30:10.985Z] #78 55.10   CC       tests/init.o
13:30:10 [2024-03-19T13:30:10.985Z] #78 55.10   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
13:30:11 [2024-03-19T13:30:11.921Z] #78 56.14   CCLD     tests/init
13:30:13 [2024-03-19T13:30:13.824Z] #78 58.10   CCLD     libcrun.la
13:30:13 [2024-03-19T13:30:13.824Z] #78 58.28   CCLD     crun
13:30:14 [2024-03-19T13:30:14.083Z] #78 58.33   AR       libcrun_testing.a
13:30:14 [2024-03-19T13:30:14.083Z] #78 58.33 ar: `u' modifier ignored since `D' is the default (see `U')
13:30:14 [2024-03-19T13:30:14.083Z] #78 58.36   CCLD     tests/tests_libcrun_utils
13:30:14 [2024-03-19T13:30:14.083Z] #78 58.36   CCLD     tests/tests_libcrun_errors
13:30:14 [2024-03-19T13:30:14.083Z] #78 58.36   CCLD     tests/tests_libcrun_intelrdt
13:30:14 [2024-03-19T13:30:14.083Z] #78 58.36   CCLD     tests/tests_libcrun_fuzzer
13:30:14 [2024-03-19T13:30:14.083Z] #78 58.50 make[3]: Entering directory '/tmp/crun-build'
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.57  /usr/bin/mkdir -p '/usr/local/share/man/man1'
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.57  /usr/bin/mkdir -p '/usr/local/lib'
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.57  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.57  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.60 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.60 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.61 libtool: install: chmod 644 /usr/local/lib/libcrun.a
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.61 libtool: install: ranlib /usr/local/lib/libcrun.a
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 ----------------------------------------------------------------------
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 Libraries have been installed in:
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68    /usr/local/lib
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 If you ever happen to want to link against installed libraries
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 in a given directory, LIBDIR, you must either use libtool, and
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 specify the full pathname of the library, or use the '-LLIBDIR'
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 flag during linking and do at least one of the following:
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68      during execution
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68    - add LIBDIR to the 'LD_RUN_PATH' environment variable
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68      during linking
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 See any operating system documentation about shared libraries for
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 more information, such as the ld(1) and ld.so(8) manual pages.
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.68 ----------------------------------------------------------------------
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.69  /usr/bin/mkdir -p '/build'
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.69   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
13:30:14 [2024-03-19T13:30:14.342Z] #78 58.72 libtool: install: /usr/bin/install -c crun /build/crun
13:30:14 [2024-03-19T13:30:14.601Z] #78 58.73 make[3]: Leaving directory '/tmp/crun-build'
13:30:14 [2024-03-19T13:30:14.601Z] #78 58.73 make[2]: Leaving directory '/tmp/crun-build'
13:30:14 [2024-03-19T13:30:14.601Z] #78 58.73 make[1]: Leaving directory '/tmp/crun-build'
13:30:15 [2024-03-19T13:30:15.168Z] #78 DONE 59.5s
13:30:15 [2024-03-19T13:30:15.168Z] 
13:30:15 [2024-03-19T13:30:15.168Z] #74 [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...)
13:30:17 [2024-03-19T13:30:17.700Z] #74 61.26 + bin/containerd-stress
13:30:17 [2024-03-19T13:30:17.700Z] #74 61.26 go build  -gcflags=-trimpath=/go/src  -o bin/containerd-stress -ldflags '-X github.com/containerd/containerd/version.Version=v1.7.13 -X github.com/containerd/containerd/version.Revision=7c3aca7a610df76212171d200ca3811ff6096eb8 -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
13:30:18 [2024-03-19T13:30:18.635Z] #74 62.44 + bin/containerd-shim
13:30:19 [2024-03-19T13:30:19.201Z] #74 62.98 + bin/containerd-shim-runc-v1
13:30:19 [2024-03-19T13:30:19.768Z] #74 63.78 + bin/containerd-shim-runc-v2
13:30:20 [2024-03-19T13:30:20.702Z] #74 64.46 + binaries
13:30:20 [2024-03-19T13:30:20.960Z] #74 DONE 65.0s
13:30:21 [2024-03-19T13:30:21.895Z] 
13:30:21 [2024-03-19T13:30:21.895Z] #93 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
13:30:21 [2024-03-19T13:30:21.895Z] #93 DONE 0.3s
13:30:22 [2024-03-19T13:30:22.153Z] 
13:30:22 [2024-03-19T13:30:22.153Z] #94 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
13:30:22 [2024-03-19T13:30:22.153Z] #94 DONE 0.1s
13:30:22 [2024-03-19T13:30:22.153Z] 
13:30:22 [2024-03-19T13:30:22.153Z] #95 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
13:30:22 [2024-03-19T13:30:22.153Z] #95 DONE 0.2s
13:30:22 [2024-03-19T13:30:22.411Z] 
13:30:22 [2024-03-19T13:30:22.411Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
13:30:22 [2024-03-19T13:30:22.411Z] #96 DONE 0.0s
13:30:22 [2024-03-19T13:30:22.411Z] 
13:30:22 [2024-03-19T13:30:22.411Z] #97 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
13:30:22 [2024-03-19T13:30:22.411Z] #97 DONE 0.1s
13:30:22 [2024-03-19T13:30:22.669Z] 
13:30:22 [2024-03-19T13:30:22.669Z] #98 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
13:30:22 [2024-03-19T13:30:22.669Z] #98 DONE 0.0s
13:30:22 [2024-03-19T13:30:22.669Z] 
13:30:22 [2024-03-19T13:30:22.669Z] #99 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
13:30:22 [2024-03-19T13:30:22.669Z] #99 DONE 0.2s
13:30:22 [2024-03-19T13:30:22.927Z] 
13:30:22 [2024-03-19T13:30:22.927Z] #100 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
13:30:22 [2024-03-19T13:30:22.927Z] #100 DONE 0.2s
13:30:23 [2024-03-19T13:30:23.186Z] 
13:30:23 [2024-03-19T13:30:23.186Z] #101 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
13:30:23 [2024-03-19T13:30:23.186Z] #101 DONE 0.0s
13:30:23 [2024-03-19T13:30:23.186Z] 
13:30:23 [2024-03-19T13:30:23.186Z] #102 [dev-base  1/12] RUN groupadd -r docker
13:30:23 [2024-03-19T13:30:23.186Z] #102 DONE 0.3s
13:30:23 [2024-03-19T13:30:23.444Z] 
13:30:23 [2024-03-19T13:30:23.444Z] #103 [dev-base  2/12] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:30:23 [2024-03-19T13:30:23.702Z] #103 DONE 0.4s
13:30:23 [2024-03-19T13:30:23.702Z] 
13:30:23 [2024-03-19T13:30:23.702Z] #104 [dev-base  3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:30:23 [2024-03-19T13:30:23.960Z] #104 0.306 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:30:24 [2024-03-19T13:30:24.218Z] #104 DONE 0.3s
13:30:24 [2024-03-19T13:30:24.218Z] 
13:30:24 [2024-03-19T13:30:24.218Z] #105 [dev-base  4/12] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:30:24 [2024-03-19T13:30:24.218Z] #105 DONE 0.3s
13:30:24 [2024-03-19T13:30:24.476Z] 
13:30:24 [2024-03-19T13:30:24.476Z] #106 [dev-base  5/12] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:30:24 [2024-03-19T13:30:24.476Z] #106 DONE 0.3s
13:30:24 [2024-03-19T13:30:24.734Z] 
13:30:24 [2024-03-19T13:30:24.734Z] #107 [dev-base  6/12] RUN ldconfig
13:30:24 [2024-03-19T13:30:24.992Z] #107 DONE 0.3s
13:30:24 [2024-03-19T13:30:24.992Z] 
13:30:24 [2024-03-19T13:30:24.992Z] #108 [dev-base  7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
13:30:25 [2024-03-19T13:30:25.250Z] #108 DONE 0.3s
13:30:25 [2024-03-19T13:30:25.250Z] 
13:30:25 [2024-03-19T13:30:25.250Z] #109 [dev-base  8/12] 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             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
13:30:25 [2024-03-19T13:30:25.816Z] #109 0.578 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
13:30:25 [2024-03-19T13:30:25.816Z] #109 0.587 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
13:30:25 [2024-03-19T13:30:25.816Z] #109 0.587 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
13:30:25 [2024-03-19T13:30:25.816Z] #109 0.657 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8685 kB]
13:30:25 [2024-03-19T13:30:25.816Z] #109 0.730 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [12.5 kB]
13:30:26 [2024-03-19T13:30:26.074Z] #109 0.770 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [144 kB]
13:30:27 [2024-03-19T13:30:27.007Z] #109 1.694 Fetched 9096 kB in 1s (6619 kB/s)
13:30:27 [2024-03-19T13:30:27.573Z] #109 1.694 Reading package lists...
13:30:28 [2024-03-19T13:30:28.138Z] #109 2.324 Reading package lists...
13:30:28 [2024-03-19T13:30:28.395Z] #109 2.943 Building dependency tree...
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.422 The following additional packages will be installed:
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.423   dmsetup libaio1 libapparmor1 libargon2-1 libbpf1 libcryptsetup12
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.423   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.423   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.424   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libsodium23
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.425   libsubid4 libsystemd-shared liburcu8 libxtables12 sgml-base systemd
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.425   vim-runtime
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.428 Suggested packages:
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.428   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.428   gpm ed diffutils-doc sgml-base-doc systemd-container systemd-homed
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.428   systemd-userdbd systemd-boot systemd-resolved libqrencode4
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.428   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 ctags
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.428   vim-doc vim-scripts xfsdump acl attr quota
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.428 Recommended packages:
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.428   libatm1 nftables libpam-cap default-dbus-system-bus | dbus-system-bus
13:30:28 [2024-03-19T13:30:28.653Z] #109 3.428   systemd-timesyncd | time-daemon xxd unzip
13:30:28 [2024-03-19T13:30:28.911Z] #109 3.831 The following NEW packages will be installed:
13:30:29 [2024-03-19T13:30:29.169Z] #109 3.832   apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq
13:30:29 [2024-03-19T13:30:29.169Z] #109 3.832   libaio1 libapparmor1 libargon2-1 libbpf1 libcap2-bin libcryptsetup12
13:30:29 [2024-03-19T13:30:29.169Z] #109 3.832   libdevmapper1.02.1 libelf1 libfdisk1 libgpm2 libicu72 libinih1 libip4tc2
13:30:29 [2024-03-19T13:30:29.169Z] #109 3.832   libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1
13:30:29 [2024-03-19T13:30:29.169Z] #109 3.832   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
13:30:29 [2024-03-19T13:30:29.169Z] #109 3.833   libprotobuf-c1 libsodium23 libsubid4 libsystemd-shared liburcu8 libxtables12
13:30:29 [2024-03-19T13:30:29.169Z] #109 3.833   libyajl2 net-tools patch pigz sgml-base sudo systemd systemd-journal-remote
13:30:29 [2024-03-19T13:30:29.169Z] #109 3.833   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xz-utils
13:30:29 [2024-03-19T13:30:29.169Z] #109 3.833   zip zstd
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.111 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.111 Need to get 31.8 MB of archives.
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.111 After this operation, 143 MB of additional disk space will be used.
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.111 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.114 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.115 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.117 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.118 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.119 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+b1 [182 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.120 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.122 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.122 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.124 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.22-1~deb12u1 [1508 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.131 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.22-1~deb12u1 [2829 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.149 Get:12 http://deb.debian.org/debian bookworm/main arm64 pigz arm64 2.6-1 [56.2 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.150 Get:13 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.163 Get:14 http://deb.debian.org/debian bookworm/main arm64 sudo arm64 1.9.13p3-1+deb12u1 [1826 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.172 Get:15 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.173 Get:16 http://deb.debian.org/debian bookworm/main arm64 libbpf1 arm64 1:1.1.0-1 [136 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.175 Get:17 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.175 Get:18 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.176 Get:19 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-4 [33.9 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.176 Get:20 http://deb.debian.org/debian bookworm/main arm64 iproute2 arm64 6.1.0-3 [1008 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.187 Get:21 http://deb.debian.org/debian bookworm/main arm64 vim-common all 2:9.0.1378-2 [124 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.191 Get:22 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.192 Get:23 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.193 Get:24 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.2 [469 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.195 Get:25 http://deb.debian.org/debian bookworm/main arm64 apparmor arm64 3.0.8-3 [567 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.198 Get:26 http://deb.debian.org/debian bookworm/main arm64 inetutils-ping arm64 2:2.4-2+deb12u1 [83.3 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.199 Get:27 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.199 Get:28 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.199 Get:29 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.200 Get:30 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.200 Get:31 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.202 Get:32 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.203 Get:33 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.204 Get:34 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1 [64.5 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.204 Get:35 http://deb.debian.org/debian bookworm/main arm64 libaio1 arm64 0.3.113-4 [13.3 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.205 Get:36 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.205 Get:37 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
13:30:29 [2024-03-19T13:30:29.427Z] #109 4.263 Get:38 http://deb.debian.org/debian bookworm/main arm64 libinih1 arm64 55-1 [6604 B]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.264 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmicrohttpd12 arm64 0.9.75-6 [112 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.264 Get:40 http://deb.debian.org/debian bookworm/main arm64 libnet1 arm64 1.1.6+dfsg-3.2 [60.7 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.265 Get:41 http://deb.debian.org/debian bookworm/main arm64 libnl-3-200 arm64 3.7.0-0.2+b1 [60.2 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.265 Get:42 http://deb.debian.org/debian bookworm/main arm64 libprotobuf-c1 arm64 1.4.1-1+b1 [26.6 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.266 Get:43 http://deb.debian.org/debian bookworm/main arm64 libsodium23 arm64 1.0.18-1 [119 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.266 Get:44 http://deb.debian.org/debian bookworm/main arm64 libsubid4 arm64 1:4.13+dfsg1-1+b1 [208 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.268 Get:45 http://deb.debian.org/debian bookworm/main arm64 liburcu8 arm64 0.13.2-1 [69.5 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.268 Get:46 http://deb.debian.org/debian bookworm/main arm64 libyajl2 arm64 2.1.0-3+deb12u2 [21.8 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.269 Get:47 http://deb.debian.org/debian bookworm/main arm64 net-tools arm64 2.10-0.1 [241 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.270 Get:48 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.271 Get:49 http://deb.debian.org/debian bookworm/main arm64 systemd-journal-remote arm64 252.22-1~deb12u1 [92.2 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.271 Get:50 http://deb.debian.org/debian bookworm/main arm64 thin-provisioning-tools arm64 0.9.0-2 [344 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.273 Get:51 http://deb.debian.org/debian bookworm/main arm64 uidmap arm64 1:4.13+dfsg1-1+b1 [188 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.276 Get:52 http://deb.debian.org/debian bookworm/main arm64 vim-runtime all 2:9.0.1378-2 [7025 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.324 Get:53 http://deb.debian.org/debian bookworm/main arm64 vim arm64 2:9.0.1378-2 [1424 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.331 Get:54 http://deb.debian.org/debian bookworm/main arm64 xfsprogs arm64 6.1.0-1 [929 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.336 Get:55 http://deb.debian.org/debian bookworm/main arm64 zip arm64 3.0-13 [223 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.337 Get:56 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.4+dfsg2-5 [584 kB]
13:30:29 [2024-03-19T13:30:29.685Z] #109 4.495 debconf: delaying package configuration, since apt-utils is not installed
13:30:29 [2024-03-19T13:30:29.943Z] #109 4.541 Fetched 31.8 MB in 0s (64.4 MB/s)
13:30:29 [2024-03-19T13:30:29.943Z] #109 4.651 Selecting previously unselected package libargon2-1:arm64.
13:30:29 [2024-03-19T13:30:29.943Z] #109 4.651 (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 ... 15667 files and directories currently installed.)
13:30:29 [2024-03-19T13:30:29.943Z] #109 4.660 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ...
13:30:29 [2024-03-19T13:30:29.943Z] #109 4.670 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
13:30:29 [2024-03-19T13:30:29.943Z] #109 4.715 Selecting previously unselected package dmsetup.
13:30:29 [2024-03-19T13:30:29.943Z] #109 4.717 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ...
13:30:29 [2024-03-19T13:30:29.943Z] #109 4.722 Unpacking dmsetup (2:1.02.185-2) ...
13:30:29 [2024-03-19T13:30:29.943Z] #109 4.769 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:30:30 [2024-03-19T13:30:30.201Z] #109 4.771 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 4.775 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 4.825 Selecting previously unselected package libjson-c5:arm64.
13:30:30 [2024-03-19T13:30:30.201Z] #109 4.827 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 4.833 Unpacking libjson-c5:arm64 (0.16-2) ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 4.878 Selecting previously unselected package libcryptsetup12:arm64.
13:30:30 [2024-03-19T13:30:30.201Z] #109 4.880 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 4.885 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 4.939 Selecting previously unselected package libfdisk1:arm64.
13:30:30 [2024-03-19T13:30:30.201Z] #109 4.941 Preparing to unpack .../05-libfdisk1_2.38.1-5+b1_arm64.deb ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 4.946 Unpacking libfdisk1:arm64 (2.38.1-5+b1) ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 5.001 Selecting previously unselected package libkmod2:arm64.
13:30:30 [2024-03-19T13:30:30.201Z] #109 5.002 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 5.007 Unpacking libkmod2:arm64 (30+20221128-1) ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 5.056 Selecting previously unselected package libapparmor1:arm64.
13:30:30 [2024-03-19T13:30:30.201Z] #109 5.058 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 5.064 Unpacking libapparmor1:arm64 (3.0.8-3) ...
13:30:30 [2024-03-19T13:30:30.201Z] #109 5.115 Selecting previously unselected package libip4tc2:arm64.
13:30:30 [2024-03-19T13:30:30.459Z] #109 5.117 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ...
13:30:30 [2024-03-19T13:30:30.459Z] #109 5.124 Unpacking libip4tc2:arm64 (1.8.9-2) ...
13:30:30 [2024-03-19T13:30:30.459Z] #109 5.157 Selecting previously unselected package libsystemd-shared:arm64.
13:30:30 [2024-03-19T13:30:30.459Z] #109 5.159 Preparing to unpack .../09-libsystemd-shared_252.22-1~deb12u1_arm64.deb ...
13:30:30 [2024-03-19T13:30:30.459Z] #109 5.164 Unpacking libsystemd-shared:arm64 (252.22-1~deb12u1) ...
13:30:30 [2024-03-19T13:30:30.459Z] #109 5.323 Selecting previously unselected package systemd.
13:30:30 [2024-03-19T13:30:30.717Z] #109 5.325 Preparing to unpack .../10-systemd_252.22-1~deb12u1_arm64.deb ...
13:30:30 [2024-03-19T13:30:30.717Z] #109 5.342 Unpacking systemd (252.22-1~deb12u1) ...
13:30:30 [2024-03-19T13:30:30.717Z] #109 5.603 Selecting previously unselected package pigz.
13:30:30 [2024-03-19T13:30:30.975Z] #109 5.606 Preparing to unpack .../11-pigz_2.6-1_arm64.deb ...
13:30:30 [2024-03-19T13:30:30.975Z] #109 5.612 Unpacking pigz (2.6-1) ...
13:30:30 [2024-03-19T13:30:30.975Z] #109 5.662 Selecting previously unselected package sgml-base.
13:30:30 [2024-03-19T13:30:30.975Z] #109 5.664 Preparing to unpack .../12-sgml-base_1.31_all.deb ...
13:30:30 [2024-03-19T13:30:30.975Z] #109 5.671 Unpacking sgml-base (1.31) ...
13:30:30 [2024-03-19T13:30:30.975Z] #109 5.732 Selecting previously unselected package sudo.
13:30:30 [2024-03-19T13:30:30.975Z] #109 5.734 Preparing to unpack .../13-sudo_1.9.13p3-1+deb12u1_arm64.deb ...
13:30:30 [2024-03-19T13:30:30.975Z] #109 5.740 Unpacking sudo (1.9.13p3-1+deb12u1) ...
13:30:30 [2024-03-19T13:30:30.975Z] #109 5.873 Selecting previously unselected package libelf1:arm64.
13:30:31 [2024-03-19T13:30:31.233Z] #109 5.875 Preparing to unpack .../14-libelf1_0.188-2.1_arm64.deb ...
13:30:31 [2024-03-19T13:30:31.233Z] #109 5.879 Unpacking libelf1:arm64 (0.188-2.1) ...
13:30:31 [2024-03-19T13:30:31.233Z] #109 5.933 Selecting previously unselected package libbpf1:arm64.
13:30:31 [2024-03-19T13:30:31.233Z] #109 5.935 Preparing to unpack .../15-libbpf1_1%3a1.1.0-1_arm64.deb ...
13:30:31 [2024-03-19T13:30:31.233Z] #109 5.940 Unpacking libbpf1:arm64 (1:1.1.0-1) ...
13:30:31 [2024-03-19T13:30:31.233Z] #109 5.998 Selecting previously unselected package libmnl0:arm64.
13:30:31 [2024-03-19T13:30:31.233Z] #109 6.000 Preparing to unpack .../16-libmnl0_1.0.4-3_arm64.deb ...
13:30:31 [2024-03-19T13:30:31.233Z] #109 6.006 Unpacking libmnl0:arm64 (1.0.4-3) ...
13:30:31 [2024-03-19T13:30:31.233Z] #109 6.044 Selecting previously unselected package libxtables12:arm64.
13:30:31 [2024-03-19T13:30:31.233Z] #109 6.046 Preparing to unpack .../17-libxtables12_1.8.9-2_arm64.deb ...
13:30:31 [2024-03-19T13:30:31.233Z] #109 6.052 Unpacking libxtables12:arm64 (1.8.9-2) ...
13:30:31 [2024-03-19T13:30:31.233Z] #109 6.085 Selecting previously unselected package libcap2-bin.
13:30:31 [2024-03-19T13:30:31.233Z] #109 6.087 Preparing to unpack .../18-libcap2-bin_1%3a2.66-4_arm64.deb ...
13:30:31 [2024-03-19T13:30:31.233Z] #109 6.091 Unpacking libcap2-bin (1:2.66-4) ...
13:30:31 [2024-03-19T13:30:31.233Z] #109 6.141 Selecting previously unselected package iproute2.
13:30:31 [2024-03-19T13:30:31.491Z] #109 6.143 Preparing to unpack .../19-iproute2_6.1.0-3_arm64.deb ...
13:30:31 [2024-03-19T13:30:31.491Z] #109 6.147 Unpacking iproute2 (6.1.0-3) ...
13:30:31 [2024-03-19T13:30:31.491Z] #109 6.259 Selecting previously unselected package vim-common.
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.261 Preparing to unpack .../20-vim-common_2%3a9.0.1378-2_all.deb ...
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.267 Unpacking vim-common (2:9.0.1378-2) ...
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.322 Selecting previously unselected package bash-completion.
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.324 Preparing to unpack .../21-bash-completion_1%3a2.11-6_all.deb ...
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.336 Unpacking bash-completion (1:2.11-6) ...
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.460 Selecting previously unselected package bzip2.
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.463 Preparing to unpack .../22-bzip2_1.0.8-5+b1_arm64.deb ...
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.467 Unpacking bzip2 (1.0.8-5+b1) ...
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.506 Selecting previously unselected package xz-utils.
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.508 Preparing to unpack .../23-xz-utils_5.4.1-0.2_arm64.deb ...
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.513 Unpacking xz-utils (5.4.1-0.2) ...
13:30:31 [2024-03-19T13:30:31.749Z] #109 6.606 Selecting previously unselected package apparmor.
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.608 Preparing to unpack .../24-apparmor_3.0.8-3_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.625 Unpacking apparmor (3.0.8-3) ...
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.713 Selecting previously unselected package inetutils-ping.
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.716 Preparing to unpack .../25-inetutils-ping_2%3a2.4-2+deb12u1_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.720 Unpacking inetutils-ping (2:2.4-2+deb12u1) ...
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.768 Selecting previously unselected package libip6tc2:arm64.
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.770 Preparing to unpack .../26-libip6tc2_1.8.9-2_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.775 Unpacking libip6tc2:arm64 (1.8.9-2) ...
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.820 Selecting previously unselected package libnfnetlink0:arm64.
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.823 Preparing to unpack .../27-libnfnetlink0_1.0.2-2_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.827 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.865 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.867 Preparing to unpack .../28-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.884 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
13:30:32 [2024-03-19T13:30:32.007Z] #109 6.930 Selecting previously unselected package libnftnl11:arm64.
13:30:32 [2024-03-19T13:30:32.265Z] #109 6.932 Preparing to unpack .../29-libnftnl11_1.2.4-2_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.265Z] #109 6.938 Unpacking libnftnl11:arm64 (1.2.4-2) ...
13:30:32 [2024-03-19T13:30:32.265Z] #109 6.982 Selecting previously unselected package iptables.
13:30:32 [2024-03-19T13:30:32.265Z] #109 6.984 Preparing to unpack .../30-iptables_1.8.9-2_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.265Z] #109 6.988 Unpacking iptables (1.8.9-2) ...
13:30:32 [2024-03-19T13:30:32.265Z] #109 7.079 Selecting previously unselected package libonig5:arm64.
13:30:32 [2024-03-19T13:30:32.265Z] #109 7.082 Preparing to unpack .../31-libonig5_6.9.8-1_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.265Z] #109 7.086 Unpacking libonig5:arm64 (6.9.8-1) ...
13:30:32 [2024-03-19T13:30:32.265Z] #109 7.137 Selecting previously unselected package libjq1:arm64.
13:30:32 [2024-03-19T13:30:32.265Z] #109 7.139 Preparing to unpack .../32-libjq1_1.6-2.1_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.265Z] #109 7.143 Unpacking libjq1:arm64 (1.6-2.1) ...
13:30:32 [2024-03-19T13:30:32.265Z] #109 7.181 Selecting previously unselected package jq.
13:30:32 [2024-03-19T13:30:32.523Z] #109 7.184 Preparing to unpack .../33-jq_1.6-2.1_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.523Z] #109 7.188 Unpacking jq (1.6-2.1) ...
13:30:32 [2024-03-19T13:30:32.523Z] #109 7.233 Selecting previously unselected package libaio1:arm64.
13:30:32 [2024-03-19T13:30:32.523Z] #109 7.235 Preparing to unpack .../34-libaio1_0.3.113-4_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.523Z] #109 7.240 Unpacking libaio1:arm64 (0.3.113-4) ...
13:30:32 [2024-03-19T13:30:32.523Z] #109 7.284 Selecting previously unselected package libgpm2:arm64.
13:30:32 [2024-03-19T13:30:32.781Z] #109 7.286 Preparing to unpack .../35-libgpm2_1.20.7-10+b1_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.781Z] #109 7.292 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
13:30:32 [2024-03-19T13:30:32.781Z] #109 7.344 Selecting previously unselected package libicu72:arm64.
13:30:32 [2024-03-19T13:30:32.781Z] #109 7.346 Preparing to unpack .../36-libicu72_72.1-3_arm64.deb ...
13:30:32 [2024-03-19T13:30:32.781Z] #109 7.352 Unpacking libicu72:arm64 (72.1-3) ...
13:30:33 [2024-03-19T13:30:33.039Z] #109 7.916 Selecting previously unselected package libinih1:arm64.
13:30:33 [2024-03-19T13:30:33.299Z] #109 7.918 Preparing to unpack .../37-libinih1_55-1_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.299Z] #109 7.925 Unpacking libinih1:arm64 (55-1) ...
13:30:33 [2024-03-19T13:30:33.299Z] #109 7.971 Selecting previously unselected package libmicrohttpd12:arm64.
13:30:33 [2024-03-19T13:30:33.299Z] #109 7.973 Preparing to unpack .../38-libmicrohttpd12_0.9.75-6_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.299Z] #109 7.978 Unpacking libmicrohttpd12:arm64 (0.9.75-6) ...
13:30:33 [2024-03-19T13:30:33.299Z] #109 8.030 Selecting previously unselected package libnet1:arm64.
13:30:33 [2024-03-19T13:30:33.299Z] #109 8.032 Preparing to unpack .../39-libnet1_1.1.6+dfsg-3.2_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.299Z] #109 8.038 Unpacking libnet1:arm64 (1.1.6+dfsg-3.2) ...
13:30:33 [2024-03-19T13:30:33.299Z] #109 8.089 Selecting previously unselected package libnl-3-200:arm64.
13:30:33 [2024-03-19T13:30:33.299Z] #109 8.091 Preparing to unpack .../40-libnl-3-200_3.7.0-0.2+b1_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.299Z] #109 8.098 Unpacking libnl-3-200:arm64 (3.7.0-0.2+b1) ...
13:30:33 [2024-03-19T13:30:33.299Z] #109 8.153 Selecting previously unselected package libprotobuf-c1:arm64.
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.155 Preparing to unpack .../41-libprotobuf-c1_1.4.1-1+b1_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.159 Unpacking libprotobuf-c1:arm64 (1.4.1-1+b1) ...
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.202 Selecting previously unselected package libsodium23:arm64.
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.204 Preparing to unpack .../42-libsodium23_1.0.18-1_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.210 Unpacking libsodium23:arm64 (1.0.18-1) ...
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.271 Selecting previously unselected package libsubid4:arm64.
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.273 Preparing to unpack .../43-libsubid4_1%3a4.13+dfsg1-1+b1_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.279 Unpacking libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.325 Selecting previously unselected package liburcu8:arm64.
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.327 Preparing to unpack .../44-liburcu8_0.13.2-1_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.332 Unpacking liburcu8:arm64 (0.13.2-1) ...
13:30:33 [2024-03-19T13:30:33.557Z] #109 8.382 Selecting previously unselected package libyajl2:arm64.
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.384 Preparing to unpack .../45-libyajl2_2.1.0-3+deb12u2_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.389 Unpacking libyajl2:arm64 (2.1.0-3+deb12u2) ...
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.427 Selecting previously unselected package net-tools.
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.430 Preparing to unpack .../46-net-tools_2.10-0.1_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.434 Unpacking net-tools (2.10-0.1) ...
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.485 Selecting previously unselected package patch.
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.487 Preparing to unpack .../47-patch_2.7.6-7_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.492 Unpacking patch (2.7.6-7) ...
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.569 Selecting previously unselected package systemd-journal-remote.
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.571 Preparing to unpack .../48-systemd-journal-remote_252.22-1~deb12u1_arm64.deb ...
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.579 Unpacking systemd-journal-remote (252.22-1~deb12u1) ...
13:30:33 [2024-03-19T13:30:33.815Z] #109 8.619 Selecting previously unselected package thin-provisioning-tools.
13:30:34 [2024-03-19T13:30:34.073Z] #109 8.621 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-2_arm64.deb ...
13:30:34 [2024-03-19T13:30:34.073Z] #109 8.626 Unpacking thin-provisioning-tools (0.9.0-2) ...
13:30:34 [2024-03-19T13:30:34.073Z] #109 8.702 Selecting previously unselected package uidmap.
13:30:34 [2024-03-19T13:30:34.073Z] #109 8.704 Preparing to unpack .../50-uidmap_1%3a4.13+dfsg1-1+b1_arm64.deb ...
13:30:34 [2024-03-19T13:30:34.073Z] #109 8.709 Unpacking uidmap (1:4.13+dfsg1-1+b1) ...
13:30:34 [2024-03-19T13:30:34.073Z] #109 8.757 Selecting previously unselected package vim-runtime.
13:30:34 [2024-03-19T13:30:34.073Z] #109 8.759 Preparing to unpack .../51-vim-runtime_2%3a9.0.1378-2_all.deb ...
13:30:34 [2024-03-19T13:30:34.073Z] #109 8.771 Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime'
13:30:34 [2024-03-19T13:30:34.073Z] #109 8.783 Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime'
13:30:34 [2024-03-19T13:30:34.073Z] #109 8.787 Unpacking vim-runtime (2:9.0.1378-2) ...
13:30:34 [2024-03-19T13:30:34.639Z] #109 9.285 Selecting previously unselected package vim.
13:30:34 [2024-03-19T13:30:34.639Z] #109 9.288 Preparing to unpack .../52-vim_2%3a9.0.1378-2_arm64.deb ...
13:30:34 [2024-03-19T13:30:34.639Z] #109 9.293 Unpacking vim (2:9.0.1378-2) ...
13:30:34 [2024-03-19T13:30:34.639Z] #109 9.432 Selecting previously unselected package xfsprogs.
13:30:34 [2024-03-19T13:30:34.639Z] #109 9.435 Preparing to unpack .../53-xfsprogs_6.1.0-1_arm64.deb ...
13:30:34 [2024-03-19T13:30:34.639Z] #109 9.440 Unpacking xfsprogs (6.1.0-1) ...
13:30:34 [2024-03-19T13:30:34.639Z] #109 9.542 Selecting previously unselected package zip.
13:30:34 [2024-03-19T13:30:34.896Z] #109 9.545 Preparing to unpack .../54-zip_3.0-13_arm64.deb ...
13:30:34 [2024-03-19T13:30:34.896Z] #109 9.550 Unpacking zip (3.0-13) ...
13:30:34 [2024-03-19T13:30:34.896Z] #109 9.598 Selecting previously unselected package zstd.
13:30:34 [2024-03-19T13:30:34.896Z] #109 9.601 Preparing to unpack .../55-zstd_1.5.4+dfsg2-5_arm64.deb ...
13:30:34 [2024-03-19T13:30:34.896Z] #109 9.606 Unpacking zstd (1.5.4+dfsg2-5) ...
13:30:34 [2024-03-19T13:30:34.896Z] #109 9.699 Setting up libip4tc2:arm64 (1.8.9-2) ...
13:30:34 [2024-03-19T13:30:34.896Z] #109 9.711 Setting up net-tools (2.10-0.1) ...
13:30:34 [2024-03-19T13:30:34.897Z] #109 9.726 Setting up libapparmor1:arm64 (3.0.8-3) ...
13:30:34 [2024-03-19T13:30:34.897Z] #109 9.741 Setting up libsodium23:arm64 (1.0.18-1) ...
13:30:34 [2024-03-19T13:30:34.897Z] #109 9.757 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
13:30:34 [2024-03-19T13:30:34.897Z] #109 9.770 Setting up libicu72:arm64 (72.1-3) ...
13:30:34 [2024-03-19T13:30:34.897Z] #109 9.785 Setting up libip6tc2:arm64 (1.8.9-2) ...
13:30:34 [2024-03-19T13:30:34.897Z] #109 9.799 Setting up libinih1:arm64 (55-1) ...
13:30:34 [2024-03-19T13:30:34.897Z] #109 9.815 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ...
13:30:35 [2024-03-19T13:30:35.154Z] #109 9.832 Setting up libyajl2:arm64 (2.1.0-3+deb12u2) ...
13:30:35 [2024-03-19T13:30:35.154Z] #109 9.846 Setting up bzip2 (1.0.8-5+b1) ...
13:30:35 [2024-03-19T13:30:35.154Z] #109 9.858 Setting up libprotobuf-c1:arm64 (1.4.1-1+b1) ...
13:30:35 [2024-03-19T13:30:35.154Z] #109 9.868 Setting up libmicrohttpd12:arm64 (0.9.75-6) ...
13:30:35 [2024-03-19T13:30:35.154Z] #109 9.882 Setting up libcap2-bin (1:2.66-4) ...
13:30:35 [2024-03-19T13:30:35.154Z] #109 9.897 Setting up libsubid4:arm64 (1:4.13+dfsg1-1+b1) ...
13:30:35 [2024-03-19T13:30:35.154Z] #109 9.913 Setting up apparmor (3.0.8-3) ...
13:30:36 [2024-03-19T13:30:36.089Z] #109 10.74 debconf: unable to initialize frontend: Dialog
13:30:36 [2024-03-19T13:30:36.089Z] #109 10.74 debconf: (TERM is not set, so the dialog frontend is not usable.)
13:30:36 [2024-03-19T13:30:36.089Z] #109 10.74 debconf: falling back to frontend: Readline
13:30:36 [2024-03-19T13:30:36.089Z] #109 10.75 debconf: unable to initialize frontend: Readline
13:30:36 [2024-03-19T13:30:36.089Z] #109 10.75 debconf: (This frontend requires a controlling tty.)
13:30:36 [2024-03-19T13:30:36.089Z] #109 10.75 debconf: falling back to frontend: Teletype
13:30:36 [2024-03-19T13:30:36.089Z] #109 10.91 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.

13:30:36 [2024-03-19T13:30:36.089Z] #109 10.93 Setting up zip (3.0-13) ...
13:30:36 [2024-03-19T13:30:36.089Z] #109 10.94 Setting up vim-common (2:9.0.1378-2) ...
13:30:36 [2024-03-19T13:30:36.089Z] #109 10.96 Setting up bash-completion (1:2.11-6) ...
13:30:36 [2024-03-19T13:30:36.089Z] #109 10.99 Setting up xz-utils (5.4.1-0.2) ...
13:30:36 [2024-03-19T13:30:36.089Z] #109 11.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:30:36 [2024-03-19T13:30:36.089Z] #109 11.01 Setting up libmnl0:arm64 (1.0.4-3) ...
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.03 Setting up patch (2.7.6-7) ...
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.05 Setting up sudo (1.9.13p3-1+deb12u1) ...
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.11 invoke-rc.d: could not determine current runlevel
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.11 invoke-rc.d: policy-rc.d denied execution of start.
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.12 Setting up libxtables12:arm64 (1.8.9-2) ...
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.13 Setting up liburcu8:arm64 (0.13.2-1) ...
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.14 Setting up libfdisk1:arm64 (2.38.1-5+b1) ...
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.16 Setting up inetutils-ping (2:2.4-2+deb12u1) ...
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.17 Setting up pigz (2.6-1) ...
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.18 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.20 Setting up libnl-3-200:arm64 (3.7.0-0.2+b1) ...
13:30:36 [2024-03-19T13:30:36.347Z] #109 11.24 Setting up sgml-base (1.31) ...
13:30:36 [2024-03-19T13:30:36.605Z] #109 11.27 Setting up vim-runtime (2:9.0.1378-2) ...
13:30:36 [2024-03-19T13:30:36.605Z] #109 11.33 Setting up libaio1:arm64 (0.3.113-4) ...
13:30:36 [2024-03-19T13:30:36.605Z] #109 11.35 Setting up libelf1:arm64 (0.188-2.1) ...
13:30:36 [2024-03-19T13:30:36.605Z] #109 11.37 Setting up libjson-c5:arm64 (0.16-2) ...
13:30:36 [2024-03-19T13:30:36.605Z] #109 11.38 Setting up zstd (1.5.4+dfsg2-5) ...
13:30:36 [2024-03-19T13:30:36.605Z] #109 11.40 Setting up libonig5:arm64 (6.9.8-1) ...
13:30:36 [2024-03-19T13:30:36.605Z] #109 11.42 Setting up libbpf1:arm64 (1:1.1.0-1) ...
13:30:36 [2024-03-19T13:30:36.605Z] #109 11.43 Setting up libkmod2:arm64 (30+20221128-1) ...
13:30:36 [2024-03-19T13:30:36.605Z] #109 11.44 Setting up vim (2:9.0.1378-2) ...
13:30:36 [2024-03-19T13:30:36.605Z] #109 11.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.50 Setting up libjq1:arm64 (1.6-2.1) ...
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.51 Setting up iproute2 (6.1.0-3) ...
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.64 debconf: unable to initialize frontend: Dialog
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.64 debconf: (TERM is not set, so the dialog frontend is not usable.)
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.64 debconf: falling back to frontend: Readline
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.64 debconf: unable to initialize frontend: Readline
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.64 debconf: (This frontend requires a controlling tty.)
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.64 debconf: falling back to frontend: Teletype
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.68 Setting up uidmap (1:4.13+dfsg1-1+b1) ...
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.69 Setting up libnftnl11:arm64 (1.2.4-2) ...
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.70 Setting up libnet1:arm64 (1.1.6+dfsg-3.2) ...
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.71 Setting up thin-provisioning-tools (0.9.0-2) ...
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.73 Setting up libsystemd-shared:arm64 (252.22-1~deb12u1) ...
13:30:36 [2024-03-19T13:30:36.863Z] #109 11.74 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.76 Setting up jq (1.6-2.1) ...
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.77 Setting up iptables (1.8.9-2) ...
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.78 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.78 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.79 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.79 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.80 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.81 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.82 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.84 Setting up dmsetup (2:1.02.185-2) ...
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.86 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ...
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.87 Setting up systemd (252.22-1~deb12u1) ...
13:30:37 [2024-03-19T13:30:37.122Z] #109 11.95 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.

13:30:37 [2024-03-19T13:30:37.122Z] #109 11.95 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.

13:30:37 [2024-03-19T13:30:37.122Z] #109 11.96 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.

13:30:37 [2024-03-19T13:30:37.380Z] #109 11.96 Initializing machine ID from random generator.

13:30:37 [2024-03-19T13:30:37.380Z] #109 11.99 Creating group 'systemd-journal' with GID 998.

13:30:37 [2024-03-19T13:30:37.380Z] #109 11.99 Creating group 'systemd-network' with GID 997.

13:30:37 [2024-03-19T13:30:37.380Z] #109 11.99 Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.

13:30:37 [2024-03-19T13:30:37.380Z] #109 12.04 Setting up systemd-journal-remote (252.22-1~deb12u1) ...
13:30:37 [2024-03-19T13:30:37.380Z] #109 12.06 Creating group 'systemd-journal-remote' with GID 996.

13:30:37 [2024-03-19T13:30:37.380Z] #109 12.06 Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 996 and GID 996.

13:30:37 [2024-03-19T13:30:37.380Z] #109 12.09 Setting up xfsprogs (6.1.0-1) ...
13:30:37 [2024-03-19T13:30:37.380Z] #109 12.11 System has not been booted with systemd as init system (PID 1). Can't operate.

13:30:37 [2024-03-19T13:30:37.380Z] #109 12.11 Failed to connect to bus: Host is down

13:30:37 [2024-03-19T13:30:37.380Z] #109 12.11 Processing triggers for libc-bin (2.36-9+deb12u4) ...
13:30:37 [2024-03-19T13:30:37.946Z] #109 DONE 12.7s
13:30:38 [2024-03-19T13:30:38.204Z] 
13:30:38 [2024-03-19T13:30:38.204Z] #110 [dev-base  9/12] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:30:38 [2024-03-19T13:30:38.204Z] #110 0.168 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:30:38 [2024-03-19T13:30:38.204Z] #110 0.172 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:30:38 [2024-03-19T13:30:38.204Z] #110 0.175 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:30:38 [2024-03-19T13:30:38.204Z] #110 DONE 0.2s
13:30:38 [2024-03-19T13:30:38.204Z] 
13:30:38 [2024-03-19T13:30:38.204Z] #111 [dev-base 10/12] 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             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev             yamllint
13:30:38 [2024-03-19T13:30:38.770Z] #111 0.529 Hit:1 http://deb.debian.org/debian bookworm InRelease
13:30:38 [2024-03-19T13:30:38.770Z] #111 0.530 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
13:30:38 [2024-03-19T13:30:38.770Z] #111 0.530 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
13:30:39 [2024-03-19T13:30:39.335Z] #111 0.712 Reading package lists...
13:30:40 [2024-03-19T13:30:40.158Z] #111 1.347 Reading package lists...
13:30:40 [2024-03-19T13:30:40.158Z] #111 1.958 Building dependency tree...
13:30:40 [2024-03-19T13:30:40.416Z] #111 2.139 Reading state information...
13:30:40 [2024-03-19T13:30:40.416Z] #111 2.367 gcc is already the newest version (4:12.2.0-3).
13:30:40 [2024-03-19T13:30:40.416Z] #111 2.367 pkg-config is already the newest version (1.8.1-1).
13:30:40 [2024-03-19T13:30:40.416Z] #111 2.367 The following additional packages will be installed:
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.367   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libdpkg-perl libffi-dev
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.367   libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.367   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgpg-error-dev
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.368   libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.368   libsecret-1-0 libsecret-common libselinux1-dev libsepol-dev libyaml-0-2
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.368   python3-distutils python3-lib2to3 python3-pathspec python3-pkg-resources
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.369   python3-yaml uuid-dev zlib1g-dev
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.371 Suggested packages:
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.371   debian-keyring bzr libgcrypt20-doc low-memory-monitor libgirepository1.0-dev
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.371   libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils seccomp python3-setuptools
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.371 Recommended packages:
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.371   build-essential fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
13:30:40 [2024-03-19T13:30:40.674Z] #111 2.371   liblocale-gettext-perl shared-mime-info xdg-user-dirs
13:30:40 [2024-03-19T13:30:40.931Z] #111 2.675 The following NEW packages will be installed:
13:30:40 [2024-03-19T13:30:40.931Z] #111 2.675   dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev
13:30:40 [2024-03-19T13:30:40.931Z] #111 2.675   libdpkg-perl libffi-dev libgcrypt20-dev libgirepository-1.0-1 libglib2.0-0
13:30:40 [2024-03-19T13:30:40.931Z] #111 2.675   libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin
13:30:40 [2024-03-19T13:30:40.931Z] #111 2.675   libgpg-error-dev libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:30:40 [2024-03-19T13:30:40.931Z] #111 2.675   libpcre2-posix3 libseccomp-dev libsecret-1-0 libsecret-1-dev
13:30:40 [2024-03-19T13:30:40.931Z] #111 2.675   libsecret-common libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
13:30:40 [2024-03-19T13:30:40.931Z] #111 2.676   libyaml-0-2 python3-distutils python3-lib2to3 python3-pathspec
13:30:40 [2024-03-19T13:30:40.931Z] #111 2.676   python3-pkg-resources python3-yaml uuid-dev yamllint zlib1g-dev
13:30:41 [2024-03-19T13:30:41.189Z] #111 2.950 0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
13:30:41 [2024-03-19T13:30:41.189Z] #111 2.950 Need to get 11.9 MB of archives.
13:30:41 [2024-03-19T13:30:41.189Z] #111 2.950 After this operation, 53.1 MB of additional disk space will be used.
13:30:41 [2024-03-19T13:30:41.189Z] #111 2.950 Get:1 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.22 [603 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.962 Get:2 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.22 [1353 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.969 Get:3 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2 [1310 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.975 Get:4 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.975 Get:5 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.976 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsecret-common all 0.20.5-3 [28.5 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.977 Get:7 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-0 arm64 0.20.5-3 [107 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.977 Get:8 http://deb.debian.org/debian bookworm/main arm64 gir1.2-secret-1 arm64 0.20.5-3 [13.5 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.978 Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor-dev arm64 3.0.8-3 [84.8 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.978 Get:10 http://deb.debian.org/debian bookworm/main arm64 uuid-dev arm64 2.38.1-5+b1 [40.5 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.979 Get:11 http://deb.debian.org/debian bookworm/main arm64 libblkid-dev arm64 2.38.1-5+b1 [183 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.980 Get:12 http://deb.debian.org/debian bookworm/main arm64 libffi-dev arm64 3.4.4-1 [56.0 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.981 Get:13 http://deb.debian.org/debian bookworm/main arm64 libgpg-error-dev arm64 1.46-1 [130 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.983 Get:14 http://deb.debian.org/debian bookworm/main arm64 libgcrypt20-dev arm64 1.10.1-3 [683 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.986 Get:15 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.6-2 [1207 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.992 Get:16 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.6-2 [106 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.993 Get:17 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.993 Get:18 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.994 Get:19 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev-bin arm64 2.74.6-2 [150 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.995 Get:20 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2.1 [332 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.997 Get:21 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.998 Get:22 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.999 Get:23 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 2.999 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.003 Get:25 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b6 [159 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.004 Get:26 http://deb.debian.org/debian bookworm/main arm64 libmount-dev arm64 2.38.1-5+b1 [22.5 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.004 Get:27 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.009 Get:28 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-dev arm64 2.74.6-2 [1613 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.017 Get:29 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.017 Get:30 http://deb.debian.org/debian bookworm/main arm64 libsecret-1-dev arm64 0.20.5-3 [144 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.018 Get:31 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.22-1~deb12u1 [353 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.020 Get:32 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.22-1~deb12u1 [52.1 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.030 Get:33 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.031 Get:34 http://deb.debian.org/debian bookworm/main arm64 python3-pathspec all 0.11.0-1 [26.3 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.032 Get:35 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 66.1.1-1 [296 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.034 Get:36 http://deb.debian.org/debian bookworm/main arm64 python3-yaml arm64 6.0-3+b2 [108 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.037 Get:37 http://deb.debian.org/debian bookworm/main arm64 yamllint all 1.29.0-1 [42.0 kB]
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.186 debconf: delaying package configuration, since apt-utils is not installed
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.225 Fetched 11.9 MB in 0s (33.5 MB/s)
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.247 Selecting previously unselected package libdpkg-perl.
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.247 (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 ... 21022 files and directories currently installed.)
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.260 Preparing to unpack .../00-libdpkg-perl_1.21.22_all.deb ...
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.264 Unpacking libdpkg-perl (1.21.22) ...
13:30:41 [2024-03-19T13:30:41.450Z] #111 3.338 Selecting previously unselected package dpkg-dev.
13:30:41 [2024-03-19T13:30:41.708Z] #111 3.341 Preparing to unpack .../01-dpkg-dev_1.21.22_all.deb ...
13:30:41 [2024-03-19T13:30:41.708Z] #111 3.346 Unpacking dpkg-dev (1.21.22) ...
13:30:41 [2024-03-19T13:30:41.708Z] #111 3.473 Selecting previously unselected package libglib2.0-0:arm64.
13:30:41 [2024-03-19T13:30:41.708Z] #111 3.476 Preparing to unpack .../02-libglib2.0-0_2.74.6-2_arm64.deb ...
13:30:41 [2024-03-19T13:30:41.708Z] #111 3.487 Unpacking libglib2.0-0:arm64 (2.74.6-2) ...
13:30:41 [2024-03-19T13:30:41.708Z] #111 3.614 Selecting previously unselected package libgirepository-1.0-1:arm64.
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.617 Preparing to unpack .../03-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.621 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.657 Selecting previously unselected package gir1.2-glib-2.0:arm64.
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.659 Preparing to unpack .../04-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.664 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.709 Selecting previously unselected package libsecret-common.
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.712 Preparing to unpack .../05-libsecret-common_0.20.5-3_all.deb ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.717 Unpacking libsecret-common (0.20.5-3) ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.772 Selecting previously unselected package libsecret-1-0:arm64.
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.775 Preparing to unpack .../06-libsecret-1-0_0.20.5-3_arm64.deb ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.779 Unpacking libsecret-1-0:arm64 (0.20.5-3) ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.828 Selecting previously unselected package gir1.2-secret-1:arm64.
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.831 Preparing to unpack .../07-gir1.2-secret-1_0.20.5-3_arm64.deb ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.835 Unpacking gir1.2-secret-1:arm64 (0.20.5-3) ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.866 Selecting previously unselected package libapparmor-dev:arm64.
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.868 Preparing to unpack .../08-libapparmor-dev_3.0.8-3_arm64.deb ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.873 Unpacking libapparmor-dev:arm64 (3.0.8-3) ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.914 Selecting previously unselected package uuid-dev:arm64.
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.916 Preparing to unpack .../09-uuid-dev_2.38.1-5+b1_arm64.deb ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.921 Unpacking uuid-dev:arm64 (2.38.1-5+b1) ...
13:30:41 [2024-03-19T13:30:41.967Z] #111 3.957 Selecting previously unselected package libblkid-dev:arm64.
13:30:42 [2024-03-19T13:30:42.225Z] #111 3.959 Preparing to unpack .../10-libblkid-dev_2.38.1-5+b1_arm64.deb ...
13:30:42 [2024-03-19T13:30:42.225Z] #111 3.963 Unpacking libblkid-dev:arm64 (2.38.1-5+b1) ...
13:30:42 [2024-03-19T13:30:42.225Z] #111 4.010 Selecting previously unselected package libffi-dev:arm64.
13:30:42 [2024-03-19T13:30:42.225Z] #111 4.012 Preparing to unpack .../11-libffi-dev_3.4.4-1_arm64.deb ...
13:30:42 [2024-03-19T13:30:42.225Z] #111 4.017 Unpacking libffi-dev:arm64 (3.4.4-1) ...
13:30:42 [2024-03-19T13:30:42.225Z] #111 4.055 Selecting previously unselected package libgpg-error-dev.
13:30:42 [2024-03-19T13:30:42.225Z] #111 4.058 Preparing to unpack .../12-libgpg-error-dev_1.46-1_arm64.deb ...
13:30:42 [2024-03-19T13:30:42.225Z] #111 4.063 Unpacking libgpg-error-dev (1.46-1) ...
13:30:42 [2024-03-19T13:30:42.225Z] #111 4.103 Selecting previously unselected package libgcrypt20-dev.
13:30:42 [2024-03-19T13:30:42.225Z] #111 4.105 Preparing to unpack .../13-libgcrypt20-dev_1.10.1-3_arm64.deb ...
13:30:42 [2024-03-19T13:30:42.225Z] #111 4.110 Unpacking libgcrypt20-dev (1.10.1-3) ...
13:30:42 [2024-03-19T13:30:42.225Z] #111 4.186 Selecting previously unselected package libglib2.0-data.
13:30:42 [2024-03-19T13:30:42.484Z] #111 4.188 Preparing to unpack .../14-libglib2.0-data_2.74.6-2_all.deb ...
13:30:42 [2024-03-19T13:30:42.484Z] #111 4.192 Unpacking libglib2.0-data (2.74.6-2) ...
13:30:42 [2024-03-19T13:30:42.484Z] #111 4.329 Selecting previously unselected package libglib2.0-bin.
13:30:42 [2024-03-19T13:30:42.484Z] #111 4.331 Preparing to unpack .../15-libglib2.0-bin_2.74.6-2_arm64.deb ...
13:30:42 [2024-03-19T13:30:42.484Z] #111 4.336 Unpacking libglib2.0-bin (2.74.6-2) ...
13:30:42 [2024-03-19T13:30:42.484Z] #111 4.377 Selecting previously unselected package python3-lib2to3.
13:30:42 [2024-03-19T13:30:42.484Z] #111 4.380 Preparing to unpack .../16-python3-lib2to3_3.11.2-3_all.deb ...
13:30:42 [2024-03-19T13:30:42.484Z] #111 4.385 Unpacking python3-lib2to3 (3.11.2-3) ...
13:30:42 [2024-03-19T13:30:42.484Z] #111 4.429 Selecting previously unselected package python3-distutils.
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.432 Preparing to unpack .../17-python3-distutils_3.11.2-3_all.deb ...
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.435 Unpacking python3-distutils (3.11.2-3) ...
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.474 Selecting previously unselected package libglib2.0-dev-bin.
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.477 Preparing to unpack .../18-libglib2.0-dev-bin_2.74.6-2_arm64.deb ...
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.480 Unpacking libglib2.0-dev-bin (2.74.6-2) ...
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.527 Selecting previously unselected package libsepol-dev:arm64.
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.530 Preparing to unpack .../19-libsepol-dev_3.4-2.1_arm64.deb ...
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.534 Unpacking libsepol-dev:arm64 (3.4-2.1) ...
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.594 Selecting previously unselected package libpcre2-16-0:arm64.
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.596 Preparing to unpack .../20-libpcre2-16-0_10.42-1_arm64.deb ...
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.600 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
13:30:42 [2024-03-19T13:30:42.742Z] #111 4.663 Selecting previously unselected package libpcre2-32-0:arm64.
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.666 Preparing to unpack .../21-libpcre2-32-0_10.42-1_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.670 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.726 Selecting previously unselected package libpcre2-posix3:arm64.
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.728 Preparing to unpack .../22-libpcre2-posix3_10.42-1_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.731 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.763 Selecting previously unselected package libpcre2-dev:arm64.
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.766 Preparing to unpack .../23-libpcre2-dev_10.42-1_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.772 Unpacking libpcre2-dev:arm64 (10.42-1) ...
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.853 Selecting previously unselected package libselinux1-dev:arm64.
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.856 Preparing to unpack .../24-libselinux1-dev_3.4-1+b6_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.860 Unpacking libselinux1-dev:arm64 (3.4-1+b6) ...
13:30:43 [2024-03-19T13:30:43.000Z] #111 4.916 Selecting previously unselected package libmount-dev:arm64.
13:30:43 [2024-03-19T13:30:43.258Z] #111 4.919 Preparing to unpack .../25-libmount-dev_2.38.1-5+b1_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.258Z] #111 4.923 Unpacking libmount-dev:arm64 (2.38.1-5+b1) ...
13:30:43 [2024-03-19T13:30:43.258Z] #111 4.956 Selecting previously unselected package zlib1g-dev:arm64.
13:30:43 [2024-03-19T13:30:43.258Z] #111 4.959 Preparing to unpack .../26-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.258Z] #111 4.965 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
13:30:43 [2024-03-19T13:30:43.258Z] #111 5.016 Selecting previously unselected package libglib2.0-dev:arm64.
13:30:43 [2024-03-19T13:30:43.258Z] #111 5.019 Preparing to unpack .../27-libglib2.0-dev_2.74.6-2_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.258Z] #111 5.022 Unpacking libglib2.0-dev:arm64 (2.74.6-2) ...
13:30:43 [2024-03-19T13:30:43.258Z] #111 5.195 Selecting previously unselected package libseccomp-dev:arm64.
13:30:43 [2024-03-19T13:30:43.516Z] #111 5.198 Preparing to unpack .../28-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.516Z] #111 5.205 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
13:30:43 [2024-03-19T13:30:43.516Z] #111 5.245 Selecting previously unselected package libsecret-1-dev:arm64.
13:30:43 [2024-03-19T13:30:43.516Z] #111 5.248 Preparing to unpack .../29-libsecret-1-dev_0.20.5-3_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.516Z] #111 5.252 Unpacking libsecret-1-dev:arm64 (0.20.5-3) ...
13:30:43 [2024-03-19T13:30:43.516Z] #111 5.332 Selecting previously unselected package libsystemd-dev:arm64.
13:30:43 [2024-03-19T13:30:43.516Z] #111 5.335 Preparing to unpack .../30-libsystemd-dev_252.22-1~deb12u1_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.516Z] #111 5.340 Unpacking libsystemd-dev:arm64 (252.22-1~deb12u1) ...
13:30:43 [2024-03-19T13:30:43.516Z] #111 5.446 Selecting previously unselected package libudev-dev:arm64.
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.449 Preparing to unpack .../31-libudev-dev_252.22-1~deb12u1_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.454 Unpacking libudev-dev:arm64 (252.22-1~deb12u1) ...
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.508 Selecting previously unselected package libyaml-0-2:arm64.
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.511 Preparing to unpack .../32-libyaml-0-2_0.2.5-1_arm64.deb ...
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.515 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.552 Selecting previously unselected package python3-pathspec.
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.555 Preparing to unpack .../33-python3-pathspec_0.11.0-1_all.deb ...
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.560 Unpacking python3-pathspec (0.11.0-1) ...
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.620 Selecting previously unselected package python3-pkg-resources.
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.623 Preparing to unpack .../34-python3-pkg-resources_66.1.1-1_all.deb ...
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.628 Unpacking python3-pkg-resources (66.1.1-1) ...
13:30:43 [2024-03-19T13:30:43.774Z] #111 5.683 Selecting previously unselected package python3-yaml.
13:30:44 [2024-03-19T13:30:44.032Z] #111 5.686 Preparing to unpack .../35-python3-yaml_6.0-3+b2_arm64.deb ...
13:30:44 [2024-03-19T13:30:44.032Z] #111 5.691 Unpacking python3-yaml (6.0-3+b2) ...
13:30:44 [2024-03-19T13:30:44.032Z] #111 5.741 Selecting previously unselected package yamllint.
13:30:44 [2024-03-19T13:30:44.032Z] #111 5.744 Preparing to unpack .../36-yamllint_1.29.0-1_all.deb ...
13:30:44 [2024-03-19T13:30:44.032Z] #111 5.748 Unpacking yamllint (1.29.0-1) ...
13:30:44 [2024-03-19T13:30:44.032Z] #111 5.799 Setting up python3-pkg-resources (66.1.1-1) ...
13:30:44 [2024-03-19T13:30:44.290Z] #111 6.054 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
13:30:44 [2024-03-19T13:30:44.290Z] #111 6.066 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
13:30:44 [2024-03-19T13:30:44.290Z] #111 6.078 Setting up libglib2.0-0:arm64 (2.74.6-2) ...
13:30:44 [2024-03-19T13:30:44.290Z] #111 6.089 No schema files found: doing nothing.
13:30:44 [2024-03-19T13:30:44.290Z] #111 6.095 Setting up python3-yaml (6.0-3+b2) ...
13:30:44 [2024-03-19T13:30:44.290Z] #111 6.250 Setting up libffi-dev:arm64 (3.4.4-1) ...
13:30:44 [2024-03-19T13:30:44.548Z] #111 6.263 Setting up libpcre2-16-0:arm64 (10.42-1) ...
13:30:44 [2024-03-19T13:30:44.548Z] #111 6.274 Setting up libpcre2-32-0:arm64 (10.42-1) ...
13:30:44 [2024-03-19T13:30:44.548Z] #111 6.286 Setting up libglib2.0-data (2.74.6-2) ...
13:30:44 [2024-03-19T13:30:44.548Z] #111 6.299 Setting up libgpg-error-dev (1.46-1) ...
13:30:44 [2024-03-19T13:30:44.548Z] #111 6.312 Setting up uuid-dev:arm64 (2.38.1-5+b1) ...
13:30:44 [2024-03-19T13:30:44.548Z] #111 6.327 Setting up libudev-dev:arm64 (252.22-1~deb12u1) ...
13:30:44 [2024-03-19T13:30:44.548Z] #111 6.338 Setting up libsepol-dev:arm64 (3.4-2.1) ...
13:30:44 [2024-03-19T13:30:44.548Z] #111 6.353 Setting up libdpkg-perl (1.21.22) ...
13:30:44 [2024-03-19T13:30:44.806Z] #111 6.365 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
13:30:44 [2024-03-19T13:30:44.806Z] #111 6.379 Setting up libpcre2-posix3:arm64 (10.42-1) ...
13:30:44 [2024-03-19T13:30:44.806Z] #111 6.394 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
13:30:44 [2024-03-19T13:30:44.806Z] #111 6.409 Setting up libapparmor-dev:arm64 (3.0.8-3) ...
13:30:44 [2024-03-19T13:30:44.806Z] #111 6.422 Setting up python3-pathspec (0.11.0-1) ...
13:30:44 [2024-03-19T13:30:44.806Z] #111 6.553 Setting up python3-lib2to3 (3.11.2-3) ...
13:30:44 [2024-03-19T13:30:44.806Z] #111 6.664 Setting up libsystemd-dev:arm64 (252.22-1~deb12u1) ...
13:30:45 [2024-03-19T13:30:45.064Z] #111 6.676 Setting up libsecret-common (0.20.5-3) ...
13:30:45 [2024-03-19T13:30:45.064Z] #111 6.689 Setting up python3-distutils (3.11.2-3) ...
13:30:45 [2024-03-19T13:30:45.064Z] #111 6.815 Setting up libglib2.0-dev-bin (2.74.6-2) ...
13:30:45 [2024-03-19T13:30:45.064Z] #111 6.967 Setting up libblkid-dev:arm64 (2.38.1-5+b1) ...
13:30:45 [2024-03-19T13:30:45.322Z] #111 6.982 Setting up libpcre2-dev:arm64 (10.42-1) ...
13:30:45 [2024-03-19T13:30:45.322Z] #111 6.995 Setting up libselinux1-dev:arm64 (3.4-1+b6) ...
13:30:45 [2024-03-19T13:30:45.322Z] #111 7.007 Setting up libglib2.0-bin (2.74.6-2) ...
13:30:45 [2024-03-19T13:30:45.322Z] #111 7.017 Setting up dpkg-dev (1.21.22) ...
13:30:45 [2024-03-19T13:30:45.322Z] #111 7.036 Setting up libsecret-1-0:arm64 (0.20.5-3) ...
13:30:45 [2024-03-19T13:30:45.322Z] #111 7.049 Setting up yamllint (1.29.0-1) ...
13:30:45 [2024-03-19T13:30:45.322Z] #111 7.190 Setting up libgcrypt20-dev (1.10.1-3) ...
13:30:45 [2024-03-19T13:30:45.580Z] #111 7.200 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
13:30:45 [2024-03-19T13:30:45.580Z] #111 7.211 Setting up libmount-dev:arm64 (2.38.1-5+b1) ...
13:30:45 [2024-03-19T13:30:45.580Z] #111 7.223 Setting up gir1.2-secret-1:arm64 (0.20.5-3) ...
13:30:45 [2024-03-19T13:30:45.580Z] #111 7.236 Setting up libglib2.0-dev:arm64 (2.74.6-2) ...
13:30:45 [2024-03-19T13:30:45.580Z] #111 7.249 Setting up libsecret-1-dev:arm64 (0.20.5-3) ...
13:30:45 [2024-03-19T13:30:45.580Z] #111 7.261 Processing triggers for libc-bin (2.36-9+deb12u4) ...
13:30:45 [2024-03-19T13:30:45.580Z] #111 DONE 7.5s
13:30:45 [2024-03-19T13:30:45.838Z] 
13:30:45 [2024-03-19T13:30:45.838Z] #112 [dev-base 11/12] COPY --link --from=dockercli             /build/ /usr/local/cli
13:30:45 [2024-03-19T13:30:45.838Z] #112 DONE 0.2s
13:30:45 [2024-03-19T13:30:45.838Z] 
13:30:45 [2024-03-19T13:30:45.838Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
13:30:45 [2024-03-19T13:30:45.838Z] #113 DONE 0.1s
13:30:46 [2024-03-19T13:30:46.095Z] 
13:30:46 [2024-03-19T13:30:46.095Z] #114 [dev 1/1] COPY --link . .
13:30:47 [2024-03-19T13:30:47.029Z] #114 DONE 1.2s
13:30:47 [2024-03-19T13:30:47.288Z] 
13:30:47 [2024-03-19T13:30:47.288Z] #115 exporting to image
13:30:47 [2024-03-19T13:30:47.288Z] #115 exporting layers
13:30:48 [2024-03-19T13:30:48.222Z] #115 exporting layers 1.0s done
13:30:48 [2024-03-19T13:30:48.222Z] #115 writing image sha256:10445e4aff374df0174f2b367be95bed22ca01309933f4a6e6d0a46bf6db429b 0.1s done
13:30:48 [2024-03-19T13:30:48.222Z] #115 naming to docker.io/library/docker:a987bc5ad06c54448454b5415dd70465d41c184e done
13:30:48 [2024-03-19T13:30:48.222Z] #115 DONE 1.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
13:30:48 [2024-03-19T13:30:48.519Z] + sudo modprobe ip6table_filter
[Pipeline] sh
13:30:48 [2024-03-19T13:30:48.797Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47589/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a987bc5ad06c54448454b5415dd70465d41c184e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=25.0 docker:a987bc5ad06c54448454b5415dd70465d41c184e hack/test/unit
13:30:50 [2024-03-19T13:30:50.170Z] + BUILDFLAGS=(-tags 'netgo journald')
13:30:50 [2024-03-19T13:30:50.170Z] + TESTFLAGS+=' -test.timeout=5m'
13:30:50 [2024-03-19T13:30:50.170Z] + TESTDIRS=./...
13:30:50 [2024-03-19T13:30:50.170Z] + exclude_paths='/vendor/|/integration'
13:30:50 [2024-03-19T13:30:50.170Z] ++ go list ./...
13:30:50 [2024-03-19T13:30:50.170Z] ++ grep -vE '(/vendor/|/integration)'
13:30:50 [2024-03-19T13:30:50.738Z] + pkg_list='github.com/docker/docker/api
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/backend/build
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/httpstatus
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/httputils
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/middleware
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/build
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/checkpoint
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/container
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/debug
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/distribution
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/grpc
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/image
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/network
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/plugin
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/session
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/swarm
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/system
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/server/router/volume
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/backend
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/blkiodev
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/checkpoint
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/container
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/events
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/filters
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/image
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/mount
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/network
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/plugins/logdriver
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/registry
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/strslice
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/swarm
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/swarm/runtime
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/system
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/time
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/versions
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/versions/v1p19
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/versions/v1p20
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/api/types/volume
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/builder-next
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/builder-next/exporter
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/builder-next/exporter/overrides
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/builder-next/worker
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/builder-next/worker/label
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/dockerfile
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/remotecontext
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/remotecontext/git
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/builder/remotecontext/urlutil
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/cli/debug
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/cli/winresources/docker-proxy
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/cli/winresources/dockerd
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/client
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/client/buildkit
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/cmd/docker-proxy
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/cmd/dockerd
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/cmd/dockerd/trap
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/container
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/container/stream
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/contrib/apparmor
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/contrib/httpserver
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/cluster
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/cluster/convert
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/cluster/executor
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/cluster/executor/container
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/cluster/provider
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/config
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/containerd
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/events
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/events/testutils
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/graphdriver
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/graphdriver/copy
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/graphdriver/register
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/graphdriver/vfs
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/graphdriver/zfs
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/images
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/initlayer
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/links
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/listeners
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/awslogs
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/fluentd
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/gcplogs
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/gelf
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/journald
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/local
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/loggertest
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/loggerutils
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/splunk
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/syslog
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/logger/templates
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/names
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/network
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/snapshotter
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/daemon/stats
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/distribution
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/distribution/metadata
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/distribution/utils
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/distribution/xfer
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/dockerversion
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/errdefs
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/image
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/image/cache
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/image/spec/specs-go
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/image/spec/specs-go/v1
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/image/tarexport
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/image/v1
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/internal/compatcontext
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/internal/mod
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/internal/mounttree
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/internal/multierror
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/internal/sliceutil
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/internal/test/suite
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/internal/testutils
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/internal/testutils/netnsutils
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/internal/testutils/specialimage
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/internal/unshare
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/layer
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libcontainerd
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libcontainerd/queue
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libcontainerd/remote
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libcontainerd/shimopts
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libcontainerd/supervisor
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libcontainerd/types
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/bitmap
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/cluster
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/config
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/datastore
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/diagnostic
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/discoverapi
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/driverapi
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/bridge
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/host
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/null
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/overlay
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/remote
13:30:50 [2024-03-19T13:30:50.738Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/windows
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drvregistry
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/etchosts
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/internal/caller
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/internal/kvstore
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/internal/netiputil
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipam
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipamapi
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipams/builtin
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipams/null
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipams/remote
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipamutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipbits
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/iptables
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/netlabel
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/netutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/networkdb
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ns
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/options
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/osl
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/osl/kernel
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/portallocator
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/portmapper
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/resolvconf
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/scope
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/types
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/oci
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/oci/caps
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/opts
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/archive
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/authorization
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/broadcaster
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/capabilities
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/chrootarchive
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/containerfs
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/directory
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/dmesg
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/fileutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/homedir
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/idtools
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/ioutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/jsonmessage
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/longpath
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/loopback
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/meminfo
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/namesgenerator
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/parsers
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/parsers/kernel
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/pidfile
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/platform
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugingetter
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugins
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugins/transport
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/pools
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/process
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/progress
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/reexec
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/rootless
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/rootless/specconv
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/stack
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/stdcopy
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/streamformatter
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/stringid
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/sysinfo
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/system
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/tailfile
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/tarsum
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/useragent
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/plugin
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/plugin/executor/containerd
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/plugin/v2
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/profiles/apparmor
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/profiles/seccomp
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/quota
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/reference
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/registry
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/registry/resumable
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/restartmanager
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/runconfig
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/runconfig/opts
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/daemon
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/environment
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fakecontext
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fakegit
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fakestorage
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fixtures/load
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fixtures/plugin
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/registry
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/request
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/drivers
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/local
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/mounts
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/service
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/service/opts
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/testutils'
13:30:50 [2024-03-19T13:30:50.739Z] ++ grep --fixed-strings -v /libnetwork
13:30:50 [2024-03-19T13:30:50.739Z] ++ echo 'github.com/docker/docker/api
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/backend/build
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/httpstatus
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/httputils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/middleware
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/build
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/checkpoint
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/container
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/debug
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/distribution
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/grpc
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/image
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/network
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/plugin
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/session
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/swarm
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/system
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/volume
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/backend
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/blkiodev
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/checkpoint
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/container
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/events
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/filters
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/image
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/mount
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/network
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/plugins/logdriver
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/registry
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/strslice
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/swarm
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/swarm/runtime
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/system
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/time
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/versions
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/versions/v1p19
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/versions/v1p20
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/volume
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/exporter
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/exporter/overrides
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/worker
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/worker/label
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/dockerfile
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/remotecontext
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/remotecontext/git
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/remotecontext/urlutil
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cli/debug
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cli/winresources/docker-proxy
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cli/winresources/dockerd
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/client
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/client/buildkit
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cmd/docker-proxy
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cmd/dockerd
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cmd/dockerd/trap
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/container
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/container/stream
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/contrib/apparmor
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/contrib/httpserver
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/cluster
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/cluster/convert
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/cluster/executor
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/cluster/executor/container
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/cluster/provider
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/config
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/containerd
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/events
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/events/testutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/graphdriver
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/graphdriver/copy
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/graphdriver/register
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/graphdriver/vfs
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/graphdriver/zfs
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/images
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/initlayer
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/links
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/listeners
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/awslogs
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/fluentd
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/gcplogs
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/gelf
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/journald
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/local
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/loggertest
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/loggerutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/splunk
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/syslog
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/logger/templates
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/names
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/network
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/snapshotter
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/stats
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/distribution
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/distribution/metadata
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/distribution/utils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/distribution/xfer
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/dockerversion
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/errdefs
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/image
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/image/cache
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/image/spec/specs-go
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/image/spec/specs-go/v1
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/image/tarexport
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/image/v1
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/internal/compatcontext
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/internal/mod
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/internal/mounttree
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/internal/multierror
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/internal/sliceutil
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/internal/test/suite
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/internal/testutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/internal/testutils/netnsutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/internal/testutils/specialimage
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/internal/unshare
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/layer
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libcontainerd
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libcontainerd/queue
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libcontainerd/remote
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libcontainerd/shimopts
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libcontainerd/supervisor
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libcontainerd/types
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/bitmap
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/cluster
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/config
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/datastore
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/diagnostic
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/discoverapi
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/driverapi
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/bridge
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/host
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/null
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/overlay
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/remote
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/windows
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/drvregistry
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/etchosts
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/internal/caller
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/internal/kvstore
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/internal/netiputil
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipam
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipamapi
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipams/builtin
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipams/null
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipams/remote
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipamutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ipbits
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/iptables
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/netlabel
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/netutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/networkdb
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/ns
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/options
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/osl
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/osl/kernel
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/portallocator
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/portmapper
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/resolvconf
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/scope
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/libnetwork/types
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/oci
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/oci/caps
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/opts
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/archive
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/authorization
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/broadcaster
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/capabilities
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/chrootarchive
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/containerfs
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/directory
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/dmesg
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/fileutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/homedir
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/idtools
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/ioutils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/jsonmessage
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/longpath
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/loopback
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/meminfo
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/namesgenerator
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/parsers
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/parsers/kernel
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/pidfile
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/platform
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugingetter
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugins
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/plugins/transport
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/pools
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/process
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/progress
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/reexec
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/rootless
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/rootless/specconv
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/stack
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/stdcopy
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/streamformatter
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/stringid
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/sysinfo
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/system
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/tailfile
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/tarsum
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/pkg/useragent
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/plugin
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/plugin/executor/containerd
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/plugin/v2
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/profiles/apparmor
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/profiles/seccomp
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/quota
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/reference
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/registry
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/registry/resumable
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/restartmanager
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/runconfig
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/runconfig/opts
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/daemon
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/environment
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fakecontext
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fakegit
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fakestorage
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fixtures/load
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fixtures/plugin
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/registry
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/testutil/request
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/drivers
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/local
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/mounts
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/service
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/service/opts
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/volume/testutils'
13:30:50 [2024-03-19T13:30:50.739Z] + base_pkg_list='github.com/docker/docker/api
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/backend/build
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/httpstatus
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/httputils
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/middleware
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/build
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/checkpoint
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/container
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/debug
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/distribution
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/grpc
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/image
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/network
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/plugin
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/session
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/swarm
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/system
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/server/router/volume
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/backend
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/blkiodev
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/checkpoint
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/container
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/events
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/filters
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/image
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/mount
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/network
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/plugins/logdriver
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/registry
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/strslice
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/swarm
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/swarm/runtime
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/system
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/time
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/versions
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/versions/v1p19
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/versions/v1p20
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/api/types/volume
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/exporter
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/exporter/overrides
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/worker
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/builder-next/worker/label
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/dockerfile
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/remotecontext
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/remotecontext/git
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/builder/remotecontext/urlutil
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cli/debug
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cli/winresources/docker-proxy
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cli/winresources/dockerd
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/client
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/client/buildkit
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cmd/docker-proxy
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cmd/dockerd
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cmd/dockerd/trap
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/container
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/container/stream
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/contrib/apparmor
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/contrib/httpserver
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/cluster
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:30:50 [2024-03-19T13:30:50.739Z] github.com/docker/docker/daemon/cluster/convert
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/cluster/executor
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/cluster/executor/container
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/cluster/provider
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/config
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/containerd
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/events
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/events/testutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/copy
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/register
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/vfs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/zfs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/images
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/initlayer
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/links
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/listeners
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/awslogs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/fluentd
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/gcplogs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/gelf
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/journald
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/local
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/loggertest
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/loggerutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/splunk
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/syslog
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/templates
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/names
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/network
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/snapshotter
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/stats
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/distribution
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/distribution/metadata
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/distribution/utils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/distribution/xfer
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/dockerversion
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/errdefs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image/cache
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image/spec/specs-go
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image/spec/specs-go/v1
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image/tarexport
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image/v1
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/compatcontext
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/mod
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/mounttree
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/multierror
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/sliceutil
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/test/suite
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/testutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/testutils/netnsutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/testutils/specialimage
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/unshare
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/layer
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd/queue
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd/remote
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd/shimopts
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd/supervisor
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd/types
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/oci
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/oci/caps
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/opts
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/archive
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/authorization
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/broadcaster
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/capabilities
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/chrootarchive
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/containerfs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/directory
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/dmesg
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/fileutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/homedir
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/idtools
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/ioutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/jsonmessage
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/longpath
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/loopback
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/meminfo
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/namesgenerator
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/parsers
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/parsers/kernel
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/pidfile
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/platform
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugingetter
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugins
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugins/transport
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/pools
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/process
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/progress
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/reexec
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/rootless
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/rootless/specconv
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/stack
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/stdcopy
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/streamformatter
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/stringid
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/sysinfo
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/system
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/tailfile
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/tarsum
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/useragent
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/plugin
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/plugin/executor/containerd
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/plugin/v2
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/profiles/apparmor
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/profiles/seccomp
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/quota
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/reference
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/registry
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/registry/resumable
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/restartmanager
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/runconfig
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/runconfig/opts
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/daemon
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/environment
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fakecontext
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fakegit
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fakestorage
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fixtures/load
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fixtures/plugin
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/registry
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/request
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/drivers
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/local
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/mounts
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/service
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/service/opts
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/testutils'
13:30:50 [2024-03-19T13:30:50.740Z] ++ grep --fixed-strings /libnetwork
13:30:50 [2024-03-19T13:30:50.740Z] ++ echo 'github.com/docker/docker/api
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/backend/build
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/httpstatus
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/httputils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/middleware
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/build
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/checkpoint
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/container
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/debug
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/distribution
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/grpc
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/image
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/network
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/plugin
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/session
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/swarm
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/system
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/server/router/volume
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/backend
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/blkiodev
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/checkpoint
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/container
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/events
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/filters
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/image
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/mount
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/network
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/plugins/logdriver
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/registry
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/strslice
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/swarm
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/swarm/runtime
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/system
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/time
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/versions
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/versions/v1p19
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/versions/v1p20
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/api/types/volume
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/builder-next
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/builder-next/exporter
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/builder-next/exporter/overrides
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/builder-next/worker
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/builder-next/worker/label
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/dockerfile
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/remotecontext
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/remotecontext/git
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/builder/remotecontext/urlutil
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/cli/debug
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/cli/winresources/docker-proxy
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/cli/winresources/dockerd
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/client
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/client/buildkit
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/cmd/docker-proxy
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/cmd/dockerd
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/cmd/dockerd/trap
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/container
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/container/stream
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/contrib/apparmor
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/contrib/httpserver
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/cluster
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/cluster/convert
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/cluster/executor
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/cluster/executor/container
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/cluster/provider
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/config
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/containerd
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/events
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/events/testutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/copy
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/register
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/vfs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/graphdriver/zfs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/images
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/initlayer
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/links
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/listeners
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/awslogs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/fluentd
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/gcplogs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/gelf
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/journald
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/local
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/loggertest
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/loggerutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/splunk
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/syslog
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/logger/templates
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/names
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/network
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/snapshotter
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/daemon/stats
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/distribution
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/distribution/metadata
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/distribution/utils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/distribution/xfer
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/dockerversion
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/errdefs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image/cache
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image/spec/specs-go
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image/spec/specs-go/v1
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image/tarexport
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/image/v1
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/compatcontext
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/mod
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/mounttree
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/multierror
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/sliceutil
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/test/suite
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/testutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/testutils/netnsutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/testutils/specialimage
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/internal/unshare
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/layer
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd/queue
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd/remote
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd/shimopts
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd/supervisor
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libcontainerd/types
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/bitmap
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/cluster
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/config
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/datastore
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/diagnostic
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/discoverapi
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/driverapi
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/bridge
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/host
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/null
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/overlay
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/remote
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/windows
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/drvregistry
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/etchosts
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/internal/caller
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/internal/kvstore
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/internal/netiputil
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/ipam
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/ipamapi
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/ipams/builtin
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/ipams/null
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/ipams/remote
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/ipamutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/ipbits
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/iptables
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/netlabel
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/netutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/networkdb
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/ns
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/options
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/osl
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/osl/kernel
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/portallocator
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/portmapper
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/resolvconf
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/scope
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/types
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/oci
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/oci/caps
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/opts
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/archive
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/authorization
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/broadcaster
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/capabilities
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/chrootarchive
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/containerfs
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/directory
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/dmesg
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/fileutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/homedir
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/idtools
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/ioutils
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/jsonmessage
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/longpath
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/loopback
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/meminfo
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/namesgenerator
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/parsers
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/parsers/kernel
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/pidfile
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/platform
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugingetter
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugins
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/plugins/transport
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/pools
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/process
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/progress
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/reexec
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/rootless
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/rootless/specconv
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/stack
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/stdcopy
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/streamformatter
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/stringid
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/sysinfo
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/system
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/tailfile
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/tarsum
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/pkg/useragent
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/plugin
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/plugin/executor/containerd
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/plugin/v2
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/profiles/apparmor
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/profiles/seccomp
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/quota
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/reference
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/registry
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/registry/resumable
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/restartmanager
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/runconfig
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/runconfig/opts
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/daemon
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/environment
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fakecontext
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fakegit
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fakestorage
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fixtures/load
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fixtures/plugin
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/registry
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/testutil/request
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/drivers
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/local
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/mounts
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/service
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/service/opts
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/volume/testutils'
13:30:50 [2024-03-19T13:30:50.740Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/bitmap
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/cluster
13:30:50 [2024-03-19T13:30:50.740Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/config
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/datastore
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/diagnostic
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/discoverapi
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/driverapi
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/bridge
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/host
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/null
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/overlay
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/remote
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/windows
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drvregistry
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/etchosts
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/internal/caller
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/internal/kvstore
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/internal/netiputil
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipam
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipamapi
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipams/builtin
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipams/null
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipams/remote
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipamutils
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipbits
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/iptables
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/netlabel
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/netutils
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/networkdb
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ns
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/options
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/osl
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/osl/kernel
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/portallocator
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/portmapper
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/resolvconf
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/scope
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/types'
13:30:50 [2024-03-19T13:30:50.741Z] + echo 'github.com/docker/docker/libnetwork
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/bitmap
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/cluster
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/config
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/datastore
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/diagnostic
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/discoverapi
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/driverapi
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/bridge
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/host
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/null
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/overlay
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/remote
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/windows
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drvregistry
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/etchosts
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/internal/caller
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/internal/kvstore
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/internal/netiputil
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipam
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipamapi
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipams/builtin
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipams/null
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipams/remote
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipamutils
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ipbits
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/iptables
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/netlabel
13:30:50 [2024-03-19T13:30:50.741Z] + grep --fixed-strings libnetwork/drivers/bridge
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/netutils
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/networkdb
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/ns
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/options
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/osl
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/osl/kernel
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/portallocator
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/portmapper
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/resolvconf
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/scope
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/types'
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/bridge
13:30:50 [2024-03-19T13:30:50.741Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:30:50 [2024-03-19T13:30:50.741Z] + type docker-proxy
13:30:50 [2024-03-19T13:30:50.741Z] hack/test/unit: line 25: type: docker-proxy: not found
13:30:50 [2024-03-19T13:30:50.741Z] + hack/make.sh binary-proxy install-proxy
13:30:50 [2024-03-19T13:30:50.741Z] 
13:30:50 [2024-03-19T13:30:50.741Z] Removing bundles/
13:30:50 [2024-03-19T13:30:50.741Z] 
13:30:50 [2024-03-19T13:30:50.741Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
13:30:50 [2024-03-19T13:30:50.741Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
13:30:50 [2024-03-19T13:30:50.741Z] + tee /go/src/github.com/docker/docker/go.mod
13:30:50 [2024-03-19T13:30:50.741Z] module github.com/docker/docker
13:30:50 [2024-03-19T13:30:50.741Z] 
13:30:50 [2024-03-19T13:30:50.741Z] go 1.20
13:30:50 [2024-03-19T13:30:50.741Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
13:30:50 [2024-03-19T13:30:50.741Z] + GO111MODULE=on
13:30:50 [2024-03-19T13:30:50.741Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/binary-proxy/docker-proxy -tags 'netgo osusergo static_build  journald' -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=a987bc5ad06c54448454b5415dd70465d41c184e" -X "github.com/docker/docker/dockerversion.BuildTime=2024-03-19T13:30:50.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="  -extldflags -static ' -gcflags= github.com/docker/docker/cmd/docker-proxy
13:30:54 [2024-03-19T13:30:54.927Z] + rm -f /go/src/github.com/docker/docker/go.mod
13:30:54 [2024-03-19T13:30:54.927Z] Created binary: bundles/binary-proxy/docker-proxy
13:30:54 [2024-03-19T13:30:54.927Z] 
13:30:54 [2024-03-19T13:30:54.927Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
13:30:54 [2024-03-19T13:30:54.927Z] Installing docker-proxy to /usr/local/bin/
13:30:54 [2024-03-19T13:30:54.927Z] 
13:30:54 [2024-03-19T13:30:54.927Z] + mkdir -p bundles
13:30:54 [2024-03-19T13:30:54.927Z] + '[' -n 'github.com/docker/docker/api
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/backend/build
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/httpstatus
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/httputils
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/middleware
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/build
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/checkpoint
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/container
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/debug
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/distribution
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/grpc
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/image
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/network
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/plugin
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/session
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/swarm
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/system
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/server/router/volume
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/backend
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/blkiodev
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/checkpoint
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/container
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/events
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/filters
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/image
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/mount
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/network
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/plugins/logdriver
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/registry
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/strslice
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/swarm
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/swarm/runtime
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/system
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/time
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/versions
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/versions/v1p19
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/versions/v1p20
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/api/types/volume
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/builder-next
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/builder-next/exporter
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/builder-next/exporter/overrides
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/builder-next/imagerefchecker
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/builder-next/worker
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/builder-next/worker/label
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/dockerfile
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/remotecontext
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/remotecontext/git
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/builder/remotecontext/urlutil
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/cli/debug
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/cli/winresources/docker-proxy
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/cli/winresources/dockerd
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/client
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/client/buildkit
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/cmd/docker-proxy
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/cmd/dockerd
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/cmd/dockerd/trap
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/container
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/container/stream
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/contrib/apparmor
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/contrib/httpserver
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/cluster
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/cluster/controllers/plugin
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/cluster/convert
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/cluster/executor
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/cluster/executor/container
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/cluster/provider
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/config
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/containerd
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/events
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/events/testutils
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/graphdriver
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/graphdriver/btrfs
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/graphdriver/copy
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/graphdriver/graphtest
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/graphdriver/overlay2
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/graphdriver/overlayutils
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/graphdriver/register
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/graphdriver/vfs
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/graphdriver/zfs
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/images
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/initlayer
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/links
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/listeners
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/awslogs
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/fluentd
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/gcplogs
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/gelf
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/journald
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/journald/internal/export
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/journald/internal/fake
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/jsonfilelog
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/local
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/loggertest
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/loggerutils
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/loggerutils/cache
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/splunk
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/syslog
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/logger/templates
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/names
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/network
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/snapshotter
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/daemon/stats
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/distribution
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/distribution/metadata
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/distribution/utils
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/distribution/xfer
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/dockerversion
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/errdefs
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/image
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/image/cache
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/image/spec/specs-go
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/image/spec/specs-go/v1
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/image/tarexport
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/image/v1
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/internal/compatcontext
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/internal/mod
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/internal/mounttree
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/internal/multierror
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/internal/sliceutil
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/internal/test/suite
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/internal/testutils
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/internal/testutils/netnsutils
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/internal/testutils/specialimage
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/internal/unshare
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/layer
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/libcontainerd
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/libcontainerd/queue
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/libcontainerd/remote
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/libcontainerd/shimopts
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/libcontainerd/supervisor
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/libcontainerd/types
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/oci
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/oci/caps
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/opts
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/archive
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/authorization
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/broadcaster
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/capabilities
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/chrootarchive
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/containerfs
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/directory
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/dmesg
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/fileutils
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/homedir
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/idtools
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/ioutils
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/jsonmessage
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/longpath
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/loopback
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/meminfo
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/namesgenerator
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/parsers
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/parsers/kernel
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/parsers/operatingsystem
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/pidfile
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/platform
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/plugingetter
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/plugins
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/plugins/transport
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/pools
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/process
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/progress
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/reexec
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/rootless
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/rootless/specconv
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/stack
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/stdcopy
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/streamformatter
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/stringid
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/sysinfo
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/system
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/tailfile
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/tarsum
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/pkg/useragent
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/plugin
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/plugin/executor/containerd
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/plugin/v2
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/profiles/apparmor
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/profiles/seccomp
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/quota
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/reference
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/registry
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/registry/resumable
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/restartmanager
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/runconfig
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/runconfig/opts
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/testutil
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/testutil/daemon
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/testutil/environment
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/testutil/fakecontext
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/testutil/fakegit
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/testutil/fakestorage
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/testutil/fixtures/load
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/testutil/fixtures/plugin
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/testutil/fixtures/plugin/basic
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/testutil/registry
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/testutil/request
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/volume
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/volume/drivers
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/volume/local
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/volume/mounts
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/volume/service
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/volume/service/opts
13:30:54 [2024-03-19T13:30:54.927Z] github.com/docker/docker/volume/testutils' ']'
13:30:54 [2024-03-19T13:30:54.927Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo 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/checkpoint 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/system 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/builder-next/worker/label 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/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/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest 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/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/snapshotter 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/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/sliceutil github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils github.com/docker/docker/internal/testutils/specialimage 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/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/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/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
13:30:55 [2024-03-19T13:30:55.495Z] ?   	github.com/docker/docker/api	[no test files]
13:31:03 [2024-03-19T13:31:03.610Z] ok  	github.com/docker/docker/api/server	0.008s	coverage: 13.0% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/router	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/server/httputils	0.005s	coverage: 28.3% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/server/middleware	0.020s	coverage: 37.7% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/server/router/container	0.013s	coverage: 5.5% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 7.3% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/server/router/volume	0.005s	coverage: 66.7% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/events	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/types/container	0.010s	coverage: 83.7% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/image	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/system	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/types/registry	0.003s	coverage: 54.2% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/types/network	0.004s	coverage: 80.0% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 94.0% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/builder	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
13:31:25 [2024-03-19T13:31:25.545Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
13:31:26 [2024-03-19T13:31:26.112Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
13:31:26 [2024-03-19T13:31:26.112Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
13:31:26 [2024-03-19T13:31:26.112Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.017s	coverage: 100.0% of statements
13:31:26 [2024-03-19T13:31:26.112Z] ok  	github.com/docker/docker/cli/debug	0.024s	coverage: 100.0% of statements
13:31:26 [2024-03-19T13:31:26.112Z] ok  	github.com/docker/docker/builder/dockerfile	0.049s	coverage: 50.0% of statements
13:31:26 [2024-03-19T13:31:26.112Z] ok  	github.com/docker/docker/builder/remotecontext	0.055s	coverage: 33.7% of statements
13:31:28 [2024-03-19T13:31:28.015Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
13:31:28 [2024-03-19T13:31:28.015Z] ok  	github.com/docker/docker/client	0.132s	coverage: 77.0% of statements
13:31:28 [2024-03-19T13:31:28.274Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.448s	coverage: 66.5% of statements
13:31:28 [2024-03-19T13:31:28.841Z] ok  	github.com/docker/docker/builder/remotecontext/git	2.735s	coverage: 82.5% of statements
13:31:41 [2024-03-19T13:31:41.045Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
13:31:41 [2024-03-19T13:31:41.045Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
13:31:41 [2024-03-19T13:31:41.045Z] ?   	github.com/docker/docker/container/stream	[no test files]
13:31:41 [2024-03-19T13:31:41.045Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
13:31:41 [2024-03-19T13:31:41.045Z] ok  	github.com/docker/docker/container	0.129s	coverage: 35.9% of statements
13:31:41 [2024-03-19T13:31:41.045Z] ok  	github.com/docker/docker/cmd/dockerd	0.204s	coverage: 30.0% of statements
13:31:41 [2024-03-19T13:31:41.980Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.409s	coverage: 0.0% of statements
13:31:43 [2024-03-19T13:31:43.354Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
13:31:43 [2024-03-19T13:31:43.354Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.011s	coverage: 65.3% of statements
13:31:43 [2024-03-19T13:31:43.354Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.024s	coverage: 38.7% of statements
13:31:43 [2024-03-19T13:31:43.354Z] ok  	github.com/docker/docker/daemon/cluster	0.061s	coverage: 0.5% of statements
13:31:43 [2024-03-19T13:31:43.612Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
13:31:43 [2024-03-19T13:31:43.612Z] ok  	github.com/docker/docker/daemon/config	0.033s	coverage: 74.4% of statements
13:31:44 [2024-03-19T13:31:44.988Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
13:31:44 [2024-03-19T13:31:44.988Z] ok  	github.com/docker/docker/daemon/graphdriver	0.005s	coverage: 2.3% of statements
13:31:44 [2024-03-19T13:31:44.988Z] ok  	github.com/docker/docker/daemon/containerd	0.025s	coverage: 9.0% of statements
13:31:44 [2024-03-19T13:31:44.988Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
13:31:44 [2024-03-19T13:31:44.988Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.8% of statements
13:31:45 [2024-03-19T13:31:45.247Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.182s	coverage: 60.9% of statements
13:31:45 [2024-03-19T13:31:45.814Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
13:31:45 [2024-03-19T13:31:45.814Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.006s	coverage: 1.9% of statements
13:31:45 [2024-03-19T13:31:45.814Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
13:31:45 [2024-03-19T13:31:45.814Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
13:31:46 [2024-03-19T13:31:46.073Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 60.9% of statements
13:31:46 [2024-03-19T13:31:46.073Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.182s	coverage: 60.2% of statements
13:31:46 [2024-03-19T13:31:46.639Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
13:31:46 [2024-03-19T13:31:46.897Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.457s	coverage: 13.3% of statements
13:31:47 [2024-03-19T13:31:47.155Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
13:31:47 [2024-03-19T13:31:47.155Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
13:31:47 [2024-03-19T13:31:47.155Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
13:31:47 [2024-03-19T13:31:47.155Z] ok  	github.com/docker/docker/daemon/images	0.026s	coverage: 3.0% of statements
13:31:47 [2024-03-19T13:31:47.413Z] ok  	github.com/docker/docker/daemon/logger	0.221s	coverage: 43.2% of statements
13:31:47 [2024-03-19T13:31:47.672Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
13:31:47 [2024-03-19T13:31:47.672Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.009s	coverage: 53.6% of statements
13:31:47 [2024-03-19T13:31:47.672Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 68.2% of statements
13:31:47 [2024-03-19T13:31:47.672Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.143s	coverage: 78.3% of statements
13:31:48 [2024-03-19T13:31:48.238Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
13:31:48 [2024-03-19T13:31:48.238Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
13:31:48 [2024-03-19T13:31:48.238Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
13:31:48 [2024-03-19T13:31:48.238Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
13:31:48 [2024-03-19T13:31:48.238Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
13:31:48 [2024-03-19T13:31:48.497Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.142s	coverage: 76.8% of statements
13:31:48 [2024-03-19T13:31:48.497Z] ok  	github.com/docker/docker/daemon/logger/local	0.068s	coverage: 79.4% of statements
13:31:49 [2024-03-19T13:31:49.064Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.016s	coverage: 63.5% of statements
13:31:49 [2024-03-19T13:31:49.064Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.020s	coverage: 31.5% of statements
13:31:49 [2024-03-19T13:31:49.064Z] ?   	github.com/docker/docker/daemon/names	[no test files]
13:31:49 [2024-03-19T13:31:49.064Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
13:31:49 [2024-03-19T13:31:49.064Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.006s	coverage: 46.8% of statements
13:31:49 [2024-03-19T13:31:49.322Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
13:31:49 [2024-03-19T13:31:49.322Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
13:31:49 [2024-03-19T13:31:49.322Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
13:31:49 [2024-03-19T13:31:49.581Z] ok  	github.com/docker/docker/daemon/logger/journald	1.423s	coverage: 72.7% of statements
13:31:50 [2024-03-19T13:31:50.148Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
13:31:50 [2024-03-19T13:31:50.148Z] ok  	github.com/docker/docker/errdefs	0.003s	coverage: 77.2% of statements
13:31:50 [2024-03-19T13:31:50.148Z] ok  	github.com/docker/docker/dockerversion	0.003s	coverage: 100.0% of statements
13:31:50 [2024-03-19T13:31:50.412Z] ok  	github.com/docker/docker/distribution/metadata	0.028s	coverage: 44.4% of statements
13:31:50 [2024-03-19T13:31:50.412Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.412s	coverage: 82.5% of statements
13:31:50 [2024-03-19T13:31:50.990Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
13:31:50 [2024-03-19T13:31:50.990Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
13:31:50 [2024-03-19T13:31:50.990Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 24.1% of statements
13:31:50 [2024-03-19T13:31:50.990Z] ok  	github.com/docker/docker/image	0.025s	coverage: 82.5% of statements
13:31:51 [2024-03-19T13:31:51.254Z] ?   	github.com/docker/docker/image/v1	[no test files]
13:31:51 [2024-03-19T13:31:51.254Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
13:31:51 [2024-03-19T13:31:51.254Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
13:31:51 [2024-03-19T13:31:51.254Z] ok  	github.com/docker/docker/internal/mod	0.002s	coverage: 66.7% of statements
13:31:51 [2024-03-19T13:31:51.254Z] ok  	github.com/docker/docker/image/tarexport	0.006s	coverage: 0.6% of statements
13:31:51 [2024-03-19T13:31:51.254Z] ?   	github.com/docker/docker/internal/sliceutil	[no test files]
13:31:51 [2024-03-19T13:31:51.254Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
13:31:51 [2024-03-19T13:31:51.254Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
13:31:51 [2024-03-19T13:31:51.254Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
13:31:51 [2024-03-19T13:31:51.254Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
13:31:51 [2024-03-19T13:31:51.520Z] ?   	github.com/docker/docker/internal/testutils/specialimage	[no test files]
13:31:51 [2024-03-19T13:31:51.520Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
13:31:51 [2024-03-19T13:31:51.792Z] ok  	github.com/docker/docker/distribution	1.496s	coverage: 28.9% of statements
13:31:52 [2024-03-19T13:31:52.380Z] ok  	github.com/docker/docker/daemon	10.522s	coverage: 17.1% of statements
13:31:52 [2024-03-19T13:31:52.380Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
13:31:52 [2024-03-19T13:31:52.380Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
13:31:52 [2024-03-19T13:31:52.380Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
13:31:52 [2024-03-19T13:31:52.380Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
13:31:52 [2024-03-19T13:31:52.380Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
13:31:52 [2024-03-19T13:31:52.380Z] ok  	github.com/docker/docker/libcontainerd/queue	0.024s	coverage: 100.0% of statements
13:31:52 [2024-03-19T13:31:52.380Z] ok  	github.com/docker/docker/distribution/xfer	2.173s	coverage: 85.4% of statements
13:31:52 [2024-03-19T13:31:52.962Z] ?   	github.com/docker/docker/oci/caps	[no test files]
13:31:52 [2024-03-19T13:31:52.962Z] ok  	github.com/docker/docker/oci	0.019s	coverage: 38.1% of statements
13:31:52 [2024-03-19T13:31:52.962Z] ok  	github.com/docker/docker/opts	0.018s	coverage: 67.9% of statements
13:31:53 [2024-03-19T13:31:53.528Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
13:31:53 [2024-03-19T13:31:53.528Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
13:31:53 [2024-03-19T13:31:53.528Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 25.8% of statements
13:31:53 [2024-03-19T13:31:53.528Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
13:31:53 [2024-03-19T13:31:53.528Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
13:31:53 [2024-03-19T13:31:53.788Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.259s	coverage: 83.7% of statements
13:31:53 [2024-03-19T13:31:53.788Z] ok  	github.com/docker/docker/pkg/fileutils	0.006s	coverage: 51.7% of statements
13:31:53 [2024-03-19T13:31:53.788Z] ok  	github.com/docker/docker/pkg/homedir	0.008s	coverage: 8.3% of statements
13:31:53 [2024-03-19T13:31:53.788Z] ok  	github.com/docker/docker/pkg/archive	0.492s	coverage: 81.3% of statements
13:31:54 [2024-03-19T13:31:54.046Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
13:31:54 [2024-03-19T13:31:54.046Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 45.5% of statements
13:31:54 [2024-03-19T13:31:54.046Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 92.3% of statements
13:31:54 [2024-03-19T13:31:54.046Z] ok  	github.com/docker/docker/pkg/meminfo	0.011s	coverage: 75.0% of statements
13:31:54 [2024-03-19T13:31:54.305Z] ok  	github.com/docker/docker/pkg/authorization	0.782s	coverage: 68.3% of statements
13:31:54 [2024-03-19T13:31:54.305Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
13:31:54 [2024-03-19T13:31:54.305Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
13:31:54 [2024-03-19T13:31:54.305Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
13:31:54 [2024-03-19T13:31:54.305Z] ok  	github.com/docker/docker/pkg/idtools	0.488s	coverage: 69.7% of statements
13:31:54 [2024-03-19T13:31:54.563Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.2% of statements
13:31:54 [2024-03-19T13:31:54.563Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
13:31:54 [2024-03-19T13:31:54.563Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
13:31:54 [2024-03-19T13:31:54.563Z] ok  	github.com/docker/docker/pkg/ioutils	0.376s	coverage: 69.5% of statements
13:31:54 [2024-03-19T13:31:54.563Z] ok  	github.com/docker/docker/pkg/pidfile	0.009s	coverage: 94.1% of statements
13:31:54 [2024-03-19T13:31:54.822Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
13:31:54 [2024-03-19T13:31:54.822Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
13:31:54 [2024-03-19T13:31:54.822Z] ok  	github.com/docker/docker/pkg/process	0.003s	coverage: 21.7% of statements
13:31:54 [2024-03-19T13:31:54.822Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 90.0% of statements
13:31:54 [2024-03-19T13:31:54.822Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.005s	coverage: 56.8% of statements
13:31:54 [2024-03-19T13:31:54.822Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
13:31:55 [2024-03-19T13:31:55.081Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
13:31:55 [2024-03-19T13:31:55.081Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
13:31:55 [2024-03-19T13:31:55.081Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
13:31:55 [2024-03-19T13:31:55.081Z] ok  	github.com/docker/docker/pkg/stack	0.013s	coverage: 90.9% of statements
13:31:55 [2024-03-19T13:31:55.081Z] ok  	github.com/docker/docker/pkg/reexec	0.022s	coverage: 82.4% of statements
13:31:55 [2024-03-19T13:31:55.339Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
13:31:55 [2024-03-19T13:31:55.339Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 64.5% of statements
13:31:55 [2024-03-19T13:31:55.339Z] ok  	github.com/docker/docker/pkg/stringid	0.009s	coverage: 61.9% of statements
13:31:55 [2024-03-19T13:31:55.599Z] ok  	github.com/docker/docker/pkg/system	0.007s	coverage: 40.3% of statements
13:31:55 [2024-03-19T13:31:55.599Z] ok  	github.com/docker/docker/pkg/sysinfo	0.023s	coverage: 53.4% of statements
13:31:55 [2024-03-19T13:31:55.599Z] ok  	github.com/docker/docker/pkg/useragent	0.005s	coverage: 88.9% of statements
13:31:55 [2024-03-19T13:31:55.599Z] ok  	github.com/docker/docker/pkg/tailfile	0.039s	coverage: 88.6% of statements
13:31:55 [2024-03-19T13:31:55.599Z] ok  	github.com/docker/docker/pkg/tarsum	0.061s	coverage: 89.6% of statements
13:31:56 [2024-03-19T13:31:56.536Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
13:31:56 [2024-03-19T13:31:56.536Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
13:31:56 [2024-03-19T13:31:56.536Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.4% of statements
13:31:56 [2024-03-19T13:31:56.536Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
13:31:56 [2024-03-19T13:31:56.794Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 83.7% of statements
13:31:57 [2024-03-19T13:31:57.053Z] ok  	github.com/docker/docker/pkg/plugins	2.010s	coverage: 74.9% of statements
13:31:57 [2024-03-19T13:31:57.053Z] ok  	github.com/docker/docker/plugin	0.519s	coverage: 23.2% of statements
13:31:57 [2024-03-19T13:31:57.311Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 46.2% of statements
13:31:57 [2024-03-19T13:31:57.311Z] ok  	github.com/docker/docker/registry/resumable	0.027s	coverage: 100.0% of statements
13:31:57 [2024-03-19T13:31:57.311Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
13:31:57 [2024-03-19T13:31:57.311Z] ok  	github.com/docker/docker/runconfig	0.015s	coverage: 63.8% of statements
13:31:57 [2024-03-19T13:31:57.311Z] ok  	github.com/docker/docker/registry	0.123s	coverage: 63.9% of statements
13:31:57 [2024-03-19T13:31:57.570Z] ok  	github.com/docker/docker/testutil	0.006s	coverage: 6.8% of statements
13:31:57 [2024-03-19T13:31:57.570Z] ok  	github.com/docker/docker/quota	0.877s	coverage: 69.3% of statements
13:31:57 [2024-03-19T13:31:57.828Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
13:31:57 [2024-03-19T13:31:57.828Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
13:31:57 [2024-03-19T13:31:57.828Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
13:31:57 [2024-03-19T13:31:57.828Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
13:31:57 [2024-03-19T13:31:57.828Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
13:31:57 [2024-03-19T13:31:57.828Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
13:31:57 [2024-03-19T13:31:57.828Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
13:31:57 [2024-03-19T13:31:57.828Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
13:31:57 [2024-03-19T13:31:57.828Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
13:31:57 [2024-03-19T13:31:57.828Z] ?   	github.com/docker/docker/testutil/request	[no test files]
13:31:57 [2024-03-19T13:31:57.828Z] ?   	github.com/docker/docker/volume	[no test files]
13:31:58 [2024-03-19T13:31:58.394Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
13:31:58 [2024-03-19T13:31:58.653Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 64.9% of statements
13:31:58 [2024-03-19T13:31:58.653Z] ok  	github.com/docker/docker/volume/local	0.078s	coverage: 76.4% of statements
13:31:58 [2024-03-19T13:31:58.911Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
13:31:58 [2024-03-19T13:31:58.911Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
13:31:58 [2024-03-19T13:31:58.911Z] ok  	github.com/docker/docker/volume/service	0.011s	coverage: 71.8% of statements
13:32:00 [2024-03-19T13:32:00.285Z] ok  	github.com/docker/docker/layer	7.744s	coverage: 68.1% of statements
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === Skipped
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     network_proxy_test.go:210: No support for dual stack yet
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver btrfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver btrfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver btrfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver btrfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver btrfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:68: No driver to put!
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z] time="2024-03-19T13:31:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: driver not supported
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z] time="2024-03-19T13:31:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: driver not supported
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z] time="2024-03-19T13:31:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: driver not supported
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z] time="2024-03-19T13:31:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: driver not supported
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z] time="2024-03-19T13:31:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: driver not supported
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:68: No driver to put!
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     overlay_test.go:61: Cannot run test with naive change algorithm
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver zfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver zfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver zfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver zfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:41: Driver zfs not supported
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     graphtest_unix.go:68: No driver to put!
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
13:32:00 [2024-03-19T13:32:00.285Z]     validate_test.go:70: only tested on Windows
13:32:00 [2024-03-19T13:32:00.285Z] 
13:32:00 [2024-03-19T13:32:00.285Z] DONE 3245 tests, 27 skipped in 65.335s
13:32:00 [2024-03-19T13:32:00.285Z] + '[' -n 'github.com/docker/docker/libnetwork
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/bitmap
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/cluster
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/cmd/diagnostic
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/config
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/datastore
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/diagnostic
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/discoverapi
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/driverapi
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/bridge
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/host
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/ipvlan
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/macvlan
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/null
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/overlay
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/remote
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/remote/api
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/windows
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/drvregistry
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/etchosts
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/internal/caller
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/internal/kvstore
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/internal/netiputil
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/internal/setmatrix
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/ipam
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/ipamapi
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/ipams/builtin
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/ipams/null
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/ipams/remote
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/ipams/remote/api
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/ipams/windowsipam
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/ipamutils
13:32:00 [2024-03-19T13:32:00.285Z] github.com/docker/docker/libnetwork/ipbits
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/iptables
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/netlabel
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/netutils
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/networkdb
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/ns
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/options
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/osl
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/osl/kernel
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/portallocator
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/portmapper
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/resolvconf
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/scope
13:32:00 [2024-03-19T13:32:00.286Z] github.com/docker/docker/libnetwork/types' ']'
13:32:00 [2024-03-19T13:32:00.286Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo 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/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/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/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb github.com/docker/docker/libnetwork/internal/netiputil 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/scope github.com/docker/docker/libnetwork/types
13:32:56 [2024-03-19T13:32:56.499Z] ok  	github.com/docker/docker/libnetwork	44.914s	coverage: 43.1% of statements
13:32:56 [2024-03-19T13:32:56.499Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
13:32:56 [2024-03-19T13:32:56.499Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
13:32:56 [2024-03-19T13:32:56.499Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
13:32:56 [2024-03-19T13:32:56.499Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
13:32:56 [2024-03-19T13:32:56.499Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
13:32:56 [2024-03-19T13:32:56.499Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
13:32:56 [2024-03-19T13:32:56.499Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
13:32:56 [2024-03-19T13:32:56.499Z] ok  	github.com/docker/docker/libnetwork/config	0.011s	coverage: 10.3% of statements
13:32:56 [2024-03-19T13:32:56.499Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 37.0% of statements
13:32:56 [2024-03-19T13:32:56.499Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
13:32:56 [2024-03-19T13:32:56.499Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
13:32:56 [2024-03-19T13:32:56.499Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
13:32:56 [2024-03-19T13:32:56.499Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	3.830s	coverage: 63.0% of statements
13:32:56 [2024-03-19T13:32:56.499Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
13:32:56 [2024-03-19T13:32:56.499Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
13:32:57 [2024-03-19T13:32:57.873Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.953s	coverage: 5.0% of statements
13:32:57 [2024-03-19T13:32:57.873Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
13:32:58 [2024-03-19T13:32:58.439Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.6% of statements
13:32:58 [2024-03-19T13:32:58.439Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
13:32:58 [2024-03-19T13:32:58.697Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
13:32:59 [2024-03-19T13:32:59.631Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.009s	coverage: 1.4% of statements
13:32:59 [2024-03-19T13:32:59.889Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.003s	coverage: 45.0% of statements
13:33:00 [2024-03-19T13:33:00.147Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 62.7% of statements
13:33:00 [2024-03-19T13:33:00.713Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.2% of statements
13:33:00 [2024-03-19T13:33:00.713Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
13:33:00 [2024-03-19T13:33:00.713Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
13:33:00 [2024-03-19T13:33:00.713Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
13:33:00 [2024-03-19T13:33:00.971Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.018s	coverage: 87.0% of statements
13:33:01 [2024-03-19T13:33:01.229Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.016s	coverage: 81.0% of statements
13:33:01 [2024-03-19T13:33:01.487Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
13:33:01 [2024-03-19T13:33:01.487Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
13:33:01 [2024-03-19T13:33:01.487Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
13:33:01 [2024-03-19T13:33:01.487Z] ?   	github.com/docker/docker/libnetwork/internal/netiputil	[no test files]
13:33:13 [2024-03-19T13:33:13.683Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
13:33:15 [2024-03-19T13:33:15.584Z] ok  	github.com/docker/docker/libnetwork/ipam	3.199s	coverage: 80.3% of statements
13:33:15 [2024-03-19T13:33:15.584Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
13:33:15 [2024-03-19T13:33:15.584Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
13:33:15 [2024-03-19T13:33:15.584Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 63.2% of statements
13:33:16 [2024-03-19T13:33:16.150Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 48.7% of statements
13:33:16 [2024-03-19T13:33:16.150Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
13:33:16 [2024-03-19T13:33:16.150Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 80.0% of statements
13:33:16 [2024-03-19T13:33:16.716Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.324s	coverage: 86.4% of statements
13:33:16 [2024-03-19T13:33:16.974Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
13:33:17 [2024-03-19T13:33:17.540Z] ok  	github.com/docker/docker/libnetwork/iptables	0.164s	coverage: 39.9% of statements
13:33:17 [2024-03-19T13:33:17.540Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
13:33:18 [2024-03-19T13:33:18.106Z] ok  	github.com/docker/docker/libnetwork/netutils	0.017s	coverage: 54.9% of statements
13:35:09 [2024-03-19T13:35:09.537Z] time="2024-03-19T13:35:03Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036"
13:35:09 [2024-03-19T13:35:09.537Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.263s	coverage: 59.2% of statements
13:35:09 [2024-03-19T13:35:09.537Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
13:35:09 [2024-03-19T13:35:09.537Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
13:35:09 [2024-03-19T13:35:09.537Z] ok  	github.com/docker/docker/libnetwork/osl	4.432s	coverage: 40.2% of statements
13:35:09 [2024-03-19T13:35:09.537Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
13:35:09 [2024-03-19T13:35:09.537Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.5% of statements
13:35:10 [2024-03-19T13:35:10.470Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.718s	coverage: 47.9% of statements
13:35:10 [2024-03-19T13:35:10.470Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 84.9% of statements
13:35:10 [2024-03-19T13:35:10.470Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
13:35:10 [2024-03-19T13:35:10.728Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
13:35:10 [2024-03-19T13:35:10.728Z] 
13:35:10 [2024-03-19T13:35:10.728Z] === Skipped
13:35:10 [2024-03-19T13:35:10.728Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
13:35:10 [2024-03-19T13:35:10.728Z]     firewalld_test.go:29: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory
13:35:10 [2024-03-19T13:35:10.728Z] 
13:35:10 [2024-03-19T13:35:10.728Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
13:35:10 [2024-03-19T13:35:10.728Z]     firewalld_test.go:88: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory
13:35:10 [2024-03-19T13:35:10.728Z] 
13:35:10 [2024-03-19T13:35:10.728Z] DONE 377 tests, 2 skipped in 190.508s
Post stage
[Pipeline] junit
13:35:11 [2024-03-19T13:35:11.673Z] Recording test results
13:35:12 [2024-03-19T13:35:12.909Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:35:13 [2024-03-19T13:35:13.206Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47589/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a987bc5ad06c54448454b5415dd70465d41c184e -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=25.0 docker:a987bc5ad06c54448454b5415dd70465d41c184e hack/make.sh dynbinary test-integration
13:35:13 [2024-03-19T13:35:13.465Z] 
13:35:13 [2024-03-19T13:35:13.465Z] Removing bundles/
13:35:13 [2024-03-19T13:35:13.465Z] 
13:35:13 [2024-03-19T13:35:13.465Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:35:13 [2024-03-19T13:35:13.465Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
13:35:13 [2024-03-19T13:35:13.465Z] + tee /go/src/github.com/docker/docker/go.mod
13:35:13 [2024-03-19T13:35:13.465Z] module github.com/docker/docker
13:35:13 [2024-03-19T13:35:13.465Z] 
13:35:13 [2024-03-19T13:35:13.465Z] go 1.20
13:35:13 [2024-03-19T13:35:13.465Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
13:35:13 [2024-03-19T13:35:13.465Z] + GO111MODULE=on
13:35:13 [2024-03-19T13:35:13.465Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=a987bc5ad06c54448454b5415dd70465d41c184e" -X "github.com/docker/docker/dockerversion.BuildTime=2024-03-19T13:35:13.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="   ' -gcflags= github.com/docker/docker/cmd/dockerd
13:35:52 [2024-03-19T13:35:52.171Z] + rm -f /go/src/github.com/docker/docker/go.mod
13:35:52 [2024-03-19T13:35:52.171Z] Created binary: bundles/dynbinary-daemon/dockerd
13:35:52 [2024-03-19T13:35:52.171Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
13:35:52 [2024-03-19T13:35:52.171Z] + tee /go/src/github.com/docker/docker/go.mod
13:35:52 [2024-03-19T13:35:52.171Z] module github.com/docker/docker
13:35:52 [2024-03-19T13:35:52.171Z] 
13:35:52 [2024-03-19T13:35:52.171Z] go 1.20
13:35:52 [2024-03-19T13:35:52.171Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
13:35:52 [2024-03-19T13:35:52.171Z] + GO111MODULE=on
13:35:52 [2024-03-19T13:35:52.171Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=a987bc5ad06c54448454b5415dd70465d41c184e" -X "github.com/docker/docker/dockerversion.BuildTime=2024-03-19T13:35:13.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="   ' -gcflags= github.com/docker/docker/cmd/docker-proxy
13:35:52 [2024-03-19T13:35:52.171Z] + rm -f /go/src/github.com/docker/docker/go.mod
13:35:52 [2024-03-19T13:35:52.171Z] Created binary: bundles/dynbinary-daemon/docker-proxy
13:35:52 [2024-03-19T13:35:52.171Z] 
13:35:52 [2024-03-19T13:35:52.171Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:35:52 [2024-03-19T13:35:52.171Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:35:52 [2024-03-19T13:35:52.171Z] HOSTNAME=86cbc1c9082d
13:35:52 [2024-03-19T13:35:52.171Z] TESTDEBUG=0
13:35:52 [2024-03-19T13:35:52.171Z] DEST=bundles/test-integration
13:35:52 [2024-03-19T13:35:52.171Z] PWD=/go/src/github.com/docker/docker
13:35:52 [2024-03-19T13:35:52.171Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
13:35:52 [2024-03-19T13:35:52.171Z] DOCKER_GITCOMMIT=a987bc5ad06c54448454b5415dd70465d41c184e
13:35:52 [2024-03-19T13:35:52.171Z] container=docker
13:35:52 [2024-03-19T13:35:52.171Z] HOME=/root
13:35:52 [2024-03-19T13:35:52.171Z] CONTAINERD_NAMESPACE=moby
13:35:52 [2024-03-19T13:35:52.171Z] GOLANG_VERSION=1.21.8
13:35:52 [2024-03-19T13:35:52.171Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:35:52 [2024-03-19T13:35:52.171Z] VALIDATE_BRANCH=25.0
13:35:52 [2024-03-19T13:35:52.171Z] TERM=xterm
13:35:52 [2024-03-19T13:35:52.171Z] DOCKER_PKG=github.com/docker/docker
13:35:52 [2024-03-19T13:35:52.171Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
13:35:52 [2024-03-19T13:35:52.171Z] SHLVL=1
13:35:52 [2024-03-19T13:35:52.171Z] TIMEOUT=120m
13:35:52 [2024-03-19T13:35:52.171Z] GOTOOLCHAIN=local
13:35:52 [2024-03-19T13:35:52.171Z] DOCKER_GRAPHDRIVER=overlay2
13:35:52 [2024-03-19T13:35:52.171Z] GO111MODULE=off
13:35:52 [2024-03-19T13:35:52.171Z] DOCKER_EXPERIMENTAL=1
13:35:52 [2024-03-19T13:35:52.171Z] TEST_SKIP_INTEGRATION_CLI=1
13:35:52 [2024-03-19T13:35:52.171Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:35:52 [2024-03-19T13:35:52.171Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:35:52 [2024-03-19T13:35:52.171Z] GOPATH=/go
13:35:52 [2024-03-19T13:35:52.171Z] PKG_CONFIG=pkg-config
13:35:52 [2024-03-19T13:35:52.171Z] _=/usr/bin/env
13:35:52 [2024-03-19T13:35:52.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:36:10 [2024-03-19T13:36:10.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
13:36:10 [2024-03-19T13:36:10.840Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:36:12 [2024-03-19T13:36:12.213Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:36:14 [2024-03-19T13:36:14.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
13:36:19 [2024-03-19T13:36:19.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:36:21 [2024-03-19T13:36:21.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
13:36:22 [2024-03-19T13:36:22.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:36:23 [2024-03-19T13:36:23.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:36:24 [2024-03-19T13:36:24.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:36:25 [2024-03-19T13:36:25.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main
13:36:28 [2024-03-19T13:36:28.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:36:28 [2024-03-19T13:36:28.630Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:36:30 [2024-03-19T13:36:30.003Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:36:31 [2024-03-19T13:36:31.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:36:32 [2024-03-19T13:36:32.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:36:34 [2024-03-19T13:36:34.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:36:34 [2024-03-19T13:36:34.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:36:35 [2024-03-19T13:36:35.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:36:36 [2024-03-19T13:36:36.688Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:36:38 [2024-03-19T13:36:38.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:36:38 [2024-03-19T13:36:38.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:36:39 [2024-03-19T13:36:39.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:36:40 [2024-03-19T13:36:40.627Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:36:40 [2024-03-19T13:36:40.627Z] Using test binary /usr/local/cli-integration/docker
13:36:40 [2024-03-19T13:36:40.627Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:36:40 [2024-03-19T13:36:40.627Z] +++ /etc/init.d/apparmor start
13:36:40 [2024-03-19T13:36:40.627Z] Not: starting.
13:36:40 [2024-03-19T13:36:40.627Z] INFO: Waiting for daemon to start...
13:36:40 [2024-03-19T13:36:40.627Z] Starting dockerd
13:36:40 [2024-03-19T13:36:40.627Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.jBTJ41YPm1/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
13:36:43 [2024-03-19T13:36:43.908Z] .
13:36:43 [2024-03-19T13:36:43.908Z] Running integration-test (iteration 1)
13:36:43 [2024-03-19T13:36:43.908Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
13:36:43 [2024-03-19T13:36:43.908Z] ++ '[' -n '' ']'
13:36:43 [2024-03-19T13:36:43.908Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
13:36:43 [2024-03-19T13:36:43.908Z] ++ set -e
13:36:43 [2024-03-19T13:36:43.908Z] ++ '[' -n 0 ']'
13:36:43 [2024-03-19T13:36:43.908Z] ++ set -x
13:36:43 [2024-03-19T13:36:43.908Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
13:36:43 [2024-03-19T13:36:43.908Z] Loaded image: busybox:latest
13:36:43 [2024-03-19T13:36:43.908Z] Loaded image: busybox:glibc
13:36:44 [2024-03-19T13:36:44.475Z] Loaded image: debian:bookworm-slim
13:36:44 [2024-03-19T13:36:44.475Z] Loaded image: hello-world:latest
13:36:44 [2024-03-19T13:36:44.475Z] Loaded image: arm32v7/hello-world:latest
13:36:44 [2024-03-19T13:36:44.475Z] INFO: Testing against a local daemon
13:36:44 [2024-03-19T13:36:44.475Z] === RUN   TestCgroupNamespacesBuild
13:36:45 [2024-03-19T13:36:45.848Z] --- PASS: TestCgroupNamespacesBuild (1.09s)
13:36:45 [2024-03-19T13:36:45.848Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:36:46 [2024-03-19T13:36:46.782Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.09s)
13:36:46 [2024-03-19T13:36:46.782Z] === RUN   TestBuildWithSession
13:36:46 [2024-03-19T13:36:46.782Z]     build_session_test.go:25: TODO: BuildKit
13:36:46 [2024-03-19T13:36:46.782Z] --- SKIP: TestBuildWithSession (0.00s)
13:36:46 [2024-03-19T13:36:46.782Z] === RUN   TestBuildSquashParent
13:36:50 [2024-03-19T13:36:50.063Z] --- PASS: TestBuildSquashParent (3.43s)
13:36:50 [2024-03-19T13:36:50.063Z] === RUN   TestBuildWithRemoveAndForceRemove
13:36:50 [2024-03-19T13:36:50.063Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:36:50 [2024-03-19T13:36:50.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:36:50 [2024-03-19T13:36:50.063Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:36:50 [2024-03-19T13:36:50.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:36:50 [2024-03-19T13:36:50.063Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:36:50 [2024-03-19T13:36:50.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:36:50 [2024-03-19T13:36:50.063Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:36:50 [2024-03-19T13:36:50.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:36:50 [2024-03-19T13:36:50.063Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:36:50 [2024-03-19T13:36:50.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:36:50 [2024-03-19T13:36:50.063Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:36:50 [2024-03-19T13:36:50.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:36:50 [2024-03-19T13:36:50.063Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:36:50 [2024-03-19T13:36:50.063Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:36:50 [2024-03-19T13:36:50.063Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:36:50 [2024-03-19T13:36:50.063Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:36:50 [2024-03-19T13:36:50.063Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:36:50 [2024-03-19T13:36:50.063Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:36:53 [2024-03-19T13:36:53.345Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s)
13:36:53 [2024-03-19T13:36:53.345Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.27s)
13:36:53 [2024-03-19T13:36:53.345Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.82s)
13:36:53 [2024-03-19T13:36:53.345Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.85s)
13:36:53 [2024-03-19T13:36:53.345Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.11s)
13:36:53 [2024-03-19T13:36:53.345Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.22s)
13:36:53 [2024-03-19T13:36:53.345Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.24s)
13:36:53 [2024-03-19T13:36:53.345Z] === RUN   TestBuildMultiStageCopy
13:36:53 [2024-03-19T13:36:53.345Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:36:54 [2024-03-19T13:36:54.718Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:36:54 [2024-03-19T13:36:54.718Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:36:54 [2024-03-19T13:36:54.718Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:36:54 [2024-03-19T13:36:54.718Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:36:54 [2024-03-19T13:36:54.976Z] --- PASS: TestBuildMultiStageCopy (1.47s)
13:36:54 [2024-03-19T13:36:54.976Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.99s)
13:36:54 [2024-03-19T13:36:54.976Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.09s)
13:36:54 [2024-03-19T13:36:54.976Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.10s)
13:36:54 [2024-03-19T13:36:54.976Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.12s)
13:36:54 [2024-03-19T13:36:54.976Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.13s)
13:36:54 [2024-03-19T13:36:54.976Z] === RUN   TestBuildMultiStageParentConfig
13:36:55 [2024-03-19T13:36:55.233Z] --- PASS: TestBuildMultiStageParentConfig (0.42s)
13:36:55 [2024-03-19T13:36:55.233Z] === RUN   TestBuildLabelWithTargets
13:36:56 [2024-03-19T13:36:56.166Z] --- PASS: TestBuildLabelWithTargets (0.67s)
13:36:56 [2024-03-19T13:36:56.166Z] === RUN   TestBuildWithEmptyLayers
13:36:56 [2024-03-19T13:36:56.166Z] --- PASS: TestBuildWithEmptyLayers (0.16s)
13:36:56 [2024-03-19T13:36:56.166Z] === RUN   TestBuildMultiStageOnBuild
13:36:57 [2024-03-19T13:36:57.539Z] --- PASS: TestBuildMultiStageOnBuild (1.06s)
13:36:57 [2024-03-19T13:36:57.539Z] === RUN   TestBuildUncleanTarFilenames
13:36:57 [2024-03-19T13:36:57.539Z] --- PASS: TestBuildUncleanTarFilenames (0.13s)
13:36:57 [2024-03-19T13:36:57.539Z] === RUN   TestBuildMultiStageLayerLeak
13:36:58 [2024-03-19T13:36:58.473Z] --- PASS: TestBuildMultiStageLayerLeak (1.09s)
13:36:58 [2024-03-19T13:36:58.473Z] === RUN   TestBuildWithHugeFile
13:38:06 [2024-03-19T13:38:06.141Z] --- PASS: TestBuildWithHugeFile (56.86s)
13:38:06 [2024-03-19T13:38:06.141Z] === RUN   TestBuildWCOWSandboxSize
13:38:06 [2024-03-19T13:38:06.141Z]     build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:38:06 [2024-03-19T13:38:06.141Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:38:06 [2024-03-19T13:38:06.141Z] === RUN   TestBuildWithEmptyDockerfile
13:38:06 [2024-03-19T13:38:06.141Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:38:06 [2024-03-19T13:38:06.141Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:38:06 [2024-03-19T13:38:06.141Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:38:06 [2024-03-19T13:38:06.141Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:38:06 [2024-03-19T13:38:06.141Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:38:06 [2024-03-19T13:38:06.141Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:38:06 [2024-03-19T13:38:06.141Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:38:06 [2024-03-19T13:38:06.141Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:38:06 [2024-03-19T13:38:06.141Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:38:06 [2024-03-19T13:38:06.141Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s)
13:38:06 [2024-03-19T13:38:06.141Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
13:38:06 [2024-03-19T13:38:06.141Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
13:38:06 [2024-03-19T13:38:06.141Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
13:38:06 [2024-03-19T13:38:06.141Z] === RUN   TestBuildPreserveOwnership
13:38:06 [2024-03-19T13:38:06.141Z] === RUN   TestBuildPreserveOwnership/copy_from
13:38:06 [2024-03-19T13:38:06.141Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:38:06 [2024-03-19T13:38:06.141Z] --- PASS: TestBuildPreserveOwnership (2.19s)
13:38:06 [2024-03-19T13:38:06.141Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.49s)
13:38:06 [2024-03-19T13:38:06.141Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.69s)
13:38:06 [2024-03-19T13:38:06.141Z] === RUN   TestBuildPlatformInvalid
13:38:06 [2024-03-19T13:38:06.141Z] --- PASS: TestBuildPlatformInvalid (0.01s)
13:38:06 [2024-03-19T13:38:06.141Z] === RUN   TestBuildkitHistoryTracePropagation
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1] parsed dial target is: {URL:{Scheme:unix Opaque: User: Host: Path:/run/buildkit/buildkitd.sock RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}}" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1] Resolver state updated: {\n  \"Addresses\": [\n    {\n      \"Addr\": \"/run/buildkit/buildkitd.sock\",\n      \"ServerName\": \"\",\n      \"Attributes\": {\n        \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n      },\n      \"BalancerAttributes\": null,\n      \"Metadata\": null\n    }\n  ],\n  \"Endpoints\": [\n    {\n      \"Addresses\": [\n        {\n          \"Addr\": \"/run/buildkit/buildkitd.sock\",\n          \"ServerName\": \"\",\n          \"Attributes\": {\n            \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n          },\n          \"BalancerAttributes\": null,\n          \"Metadata\": null\n        }\n      ],\n      \"Attributes\": null\n    }\n  ],\n  \"ServiceConfig\": null,\n  \"Attributes\": null\n} (resolver returned new addresses)" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:37:57Z" level=info msg="[core] [Server #4] Server created" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z]     build_traces_test.go:84: Waiting for trace to be available
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:38:01Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:38:01Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:38:01Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:38:01Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:38:01Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] time="2024-03-19T13:38:01Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
13:38:06 [2024-03-19T13:38:06.141Z] --- PASS: TestBuildkitHistoryTracePropagation (4.04s)
13:38:06 [2024-03-19T13:38:06.141Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:38:06 [2024-03-19T13:38:06.141Z] Loaded image: busybox:latest
13:38:06 [2024-03-19T13:38:06.141Z] Loaded image: busybox:glibc
13:38:06 [2024-03-19T13:38:06.141Z] Loaded image: debian:bookworm-slim
13:38:06 [2024-03-19T13:38:06.141Z] Loaded image: hello-world:latest
13:38:06 [2024-03-19T13:38:06.141Z] Loaded image: arm32v7/hello-world:latest
13:38:11 [2024-03-19T13:38:11.403Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.57s)
13:38:11 [2024-03-19T13:38:11.403Z] PASS
13:38:11 [2024-03-19T13:38:11.403Z] 
13:38:11 [2024-03-19T13:38:11.403Z] === Skipped
13:38:11 [2024-03-19T13:38:11.403Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
13:38:11 [2024-03-19T13:38:11.403Z]     build_session_test.go:25: TODO: BuildKit
13:38:11 [2024-03-19T13:38:11.403Z] 
13:38:11 [2024-03-19T13:38:11.403Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:38:11 [2024-03-19T13:38:11.403Z]     build_test.go:521: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
13:38:11 [2024-03-19T13:38:11.403Z] 
13:38:11 [2024-03-19T13:38:11.403Z] DONE 35 tests, 2 skipped in 87.749s
13:38:11 [2024-03-19T13:38:11.403Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
13:38:11 [2024-03-19T13:38:11.403Z] ++ '[' -n '' ']'
13:38:11 [2024-03-19T13:38:11.404Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m
13:38:11 [2024-03-19T13:38:11.404Z] ++ set -e
13:38:11 [2024-03-19T13:38:11.404Z] ++ '[' -n 0 ']'
13:38:11 [2024-03-19T13:38:11.404Z] ++ set -x
13:38:11 [2024-03-19T13:38:11.404Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m
13:38:11 [2024-03-19T13:38:11.404Z] INFO: Testing against a local daemon
13:38:11 [2024-03-19T13:38:11.404Z] === RUN   TestNoNewPrivileges
13:38:21 [2024-03-19T13:38:21.368Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
13:38:21 [2024-03-19T13:38:21.368Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
13:38:21 [2024-03-19T13:38:21.368Z] --- PASS: TestNoNewPrivileges (9.52s)
13:38:21 [2024-03-19T13:38:21.368Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.39s)
13:38:21 [2024-03-19T13:38:21.368Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.39s)
13:38:21 [2024-03-19T13:38:21.368Z] PASS
13:38:21 [2024-03-19T13:38:21.368Z] 
13:38:21 [2024-03-19T13:38:21.368Z] DONE 3 tests in 9.547s
13:38:21 [2024-03-19T13:38:21.368Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
13:38:21 [2024-03-19T13:38:21.368Z] ++ '[' -n '' ']'
13:38:21 [2024-03-19T13:38:21.368Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
13:38:21 [2024-03-19T13:38:21.368Z] ++ set -e
13:38:21 [2024-03-19T13:38:21.368Z] ++ '[' -n 0 ']'
13:38:21 [2024-03-19T13:38:21.368Z] ++ set -x
13:38:21 [2024-03-19T13:38:21.368Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
13:38:21 [2024-03-19T13:38:21.368Z] INFO: Testing against a local daemon
13:38:21 [2024-03-19T13:38:21.368Z] === RUN   TestConfigInspect
13:38:22 [2024-03-19T13:38:22.741Z] --- PASS: TestConfigInspect (2.02s)
13:38:22 [2024-03-19T13:38:22.741Z] === RUN   TestConfigList
13:38:24 [2024-03-19T13:38:24.113Z] === RUN   TestConfigList/test_filter_by_name
13:38:24 [2024-03-19T13:38:24.113Z] === RUN   TestConfigList/test_filter_by_id
13:38:24 [2024-03-19T13:38:24.113Z] === RUN   TestConfigList/test_filter_by_label_key_only
13:38:24 [2024-03-19T13:38:24.113Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
13:38:24 [2024-03-19T13:38:24.113Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
13:38:24 [2024-03-19T13:38:24.678Z] --- PASS: TestConfigList (1.93s)
13:38:24 [2024-03-19T13:38:24.678Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
13:38:24 [2024-03-19T13:38:24.678Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
13:38:24 [2024-03-19T13:38:24.678Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
13:38:24 [2024-03-19T13:38:24.678Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
13:38:24 [2024-03-19T13:38:24.678Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
13:38:24 [2024-03-19T13:38:24.678Z] === RUN   TestConfigsCreateAndDelete
13:38:26 [2024-03-19T13:38:26.578Z] --- PASS: TestConfigsCreateAndDelete (1.85s)
13:38:26 [2024-03-19T13:38:26.578Z] === RUN   TestConfigsUpdate
13:38:28 [2024-03-19T13:38:28.476Z] --- PASS: TestConfigsUpdate (1.99s)
13:38:28 [2024-03-19T13:38:28.476Z] === RUN   TestTemplatedConfig
13:38:31 [2024-03-19T13:38:31.002Z] --- PASS: TestTemplatedConfig (2.48s)
13:38:31 [2024-03-19T13:38:31.002Z] === RUN   TestConfigCreateResolve
13:38:32 [2024-03-19T13:38:32.899Z] --- PASS: TestConfigCreateResolve (1.88s)
13:38:32 [2024-03-19T13:38:32.900Z] PASS
13:38:32 [2024-03-19T13:38:32.900Z] 
13:38:32 [2024-03-19T13:38:32.900Z] DONE 11 tests in 12.185s
13:38:32 [2024-03-19T13:38:32.900Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
13:38:32 [2024-03-19T13:38:32.900Z] ++ '[' -n '' ']'
13:38:32 [2024-03-19T13:38:32.900Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
13:38:32 [2024-03-19T13:38:32.900Z] ++ set -e
13:38:32 [2024-03-19T13:38:32.900Z] ++ '[' -n 0 ']'
13:38:32 [2024-03-19T13:38:32.900Z] ++ set -x
13:38:32 [2024-03-19T13:38:32.900Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
13:38:32 [2024-03-19T13:38:32.900Z] INFO: Testing against a local daemon
13:38:32 [2024-03-19T13:38:32.900Z] === RUN   TestAttach
13:38:32 [2024-03-19T13:38:32.900Z] === RUN   TestAttach/without_TTY
13:38:32 [2024-03-19T13:38:32.900Z] === PAUSE TestAttach/without_TTY
13:38:32 [2024-03-19T13:38:32.900Z] === RUN   TestAttach/with_TTY
13:38:32 [2024-03-19T13:38:32.900Z] === PAUSE TestAttach/with_TTY
13:38:32 [2024-03-19T13:38:32.900Z] === CONT  TestAttach/without_TTY
13:38:32 [2024-03-19T13:38:32.900Z] === CONT  TestAttach/with_TTY
13:38:32 [2024-03-19T13:38:32.900Z] --- PASS: TestAttach (0.02s)
13:38:32 [2024-03-19T13:38:32.900Z]     --- PASS: TestAttach/without_TTY (0.07s)
13:38:32 [2024-03-19T13:38:32.900Z]     --- PASS: TestAttach/with_TTY (0.07s)
13:38:32 [2024-03-19T13:38:32.900Z] === RUN   TestCreateWithCDIDevices
13:38:34 [2024-03-19T13:38:34.273Z] --- PASS: TestCreateWithCDIDevices (1.08s)
13:38:34 [2024-03-19T13:38:34.273Z] === RUN   TestCDISpecDirsAreInSystemInfo
13:38:34 [2024-03-19T13:38:34.273Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default
13:38:34 [2024-03-19T13:38:34.531Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned
13:38:35 [2024-03-19T13:38:35.096Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice
13:38:35 [2024-03-19T13:38:35.661Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice
13:38:36 [2024-03-19T13:38:36.226Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice
13:38:36 [2024-03-19T13:38:36.791Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice
13:38:37 [2024-03-19T13:38:37.357Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice
13:38:37 [2024-03-19T13:38:37.615Z] === RUN   TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice
13:38:38 [2024-03-19T13:38:38.180Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.14s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s)
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestCheckpoint
13:38:38 [2024-03-19T13:38:38.180Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:38:38 [2024-03-19T13:38:38.180Z] --- SKIP: TestCheckpoint (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/commit
13:38:38 [2024-03-19T13:38:38.180Z] === PAUSE TestContainerInvalidJSON/commit
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/create
13:38:38 [2024-03-19T13:38:38.180Z] === PAUSE TestContainerInvalidJSON/containers/create
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
13:38:38 [2024-03-19T13:38:38.180Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
13:38:38 [2024-03-19T13:38:38.180Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
13:38:38 [2024-03-19T13:38:38.180Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:38:38 [2024-03-19T13:38:38.180Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
13:38:38 [2024-03-19T13:38:38.180Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
13:38:38 [2024-03-19T13:38:38.180Z] === CONT  TestContainerInvalidJSON/commit
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
13:38:38 [2024-03-19T13:38:38.180Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
13:38:38 [2024-03-19T13:38:38.180Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
13:38:38 [2024-03-19T13:38:38.180Z] === CONT  TestContainerInvalidJSON/containers/create
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
13:38:38 [2024-03-19T13:38:38.180Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
13:38:38 [2024-03-19T13:38:38.180Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
13:38:38 [2024-03-19T13:38:38.180Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/commit/empty_body
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
13:38:38 [2024-03-19T13:38:38.180Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
13:38:38 [2024-03-19T13:38:38.180Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:38:38 [2024-03-19T13:38:38.438Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
13:38:38 [2024-03-19T13:38:38.438Z] === RUN   TestCopyFromContainerPathIsNotDir
13:38:38 [2024-03-19T13:38:38.438Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
13:38:38 [2024-03-19T13:38:38.438Z] === RUN   TestCopyToContainerPathDoesNotExist
13:38:38 [2024-03-19T13:38:38.438Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
13:38:38 [2024-03-19T13:38:38.438Z] === RUN   TestCopyEmptyFile
13:38:38 [2024-03-19T13:38:38.438Z] --- PASS: TestCopyEmptyFile (0.07s)
13:38:38 [2024-03-19T13:38:38.438Z] === RUN   TestCopyToContainerPathIsNotDir
13:38:38 [2024-03-19T13:38:38.438Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
13:38:38 [2024-03-19T13:38:38.438Z] === RUN   TestCopyFromContainer
13:38:39 [2024-03-19T13:38:39.004Z] === RUN   TestCopyFromContainer//
13:38:39 [2024-03-19T13:38:39.004Z] === RUN   TestCopyFromContainer/.
13:38:39 [2024-03-19T13:38:39.004Z] === RUN   TestCopyFromContainer//.
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer/./
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer//./
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer//bar/root
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer//bar/root/
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer//bar/root/.
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer/bar/quux
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer/bar/quux/
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer/bar/quux/.
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCopyFromContainer/bar/notarget
13:38:39 [2024-03-19T13:38:39.262Z] --- PASS: TestCopyFromContainer (0.74s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer// (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer/. (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer//. (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:38:39 [2024-03-19T13:38:39.262Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:38:39 [2024-03-19T13:38:39.262Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:38:39 [2024-03-19T13:38:39.262Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:38:39 [2024-03-19T13:38:39.262Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:38:39 [2024-03-19T13:38:39.262Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:38:39 [2024-03-19T13:38:39.262Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:38:39 [2024-03-19T13:38:39.262Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCreateLinkToNonExistingContainer
13:38:39 [2024-03-19T13:38:39.262Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCreateWithInvalidEnv
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCreateWithInvalidEnv/0
13:38:39 [2024-03-19T13:38:39.262Z] === PAUSE TestCreateWithInvalidEnv/0
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCreateWithInvalidEnv/1
13:38:39 [2024-03-19T13:38:39.262Z] === PAUSE TestCreateWithInvalidEnv/1
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCreateWithInvalidEnv/2
13:38:39 [2024-03-19T13:38:39.262Z] === PAUSE TestCreateWithInvalidEnv/2
13:38:39 [2024-03-19T13:38:39.262Z] === CONT  TestCreateWithInvalidEnv/0
13:38:39 [2024-03-19T13:38:39.262Z] === CONT  TestCreateWithInvalidEnv/2
13:38:39 [2024-03-19T13:38:39.262Z] === CONT  TestCreateWithInvalidEnv/1
13:38:39 [2024-03-19T13:38:39.262Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCreateTmpfsMountsTarget
13:38:39 [2024-03-19T13:38:39.262Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
13:38:39 [2024-03-19T13:38:39.262Z] === RUN   TestCreateWithCustomMaskedPaths
13:38:40 [2024-03-19T13:38:40.635Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s)
13:38:40 [2024-03-19T13:38:40.635Z] === RUN   TestCreateWithCustomReadonlyPaths
13:38:42 [2024-03-19T13:38:42.009Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s)
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:38:42 [2024-03-19T13:38:42.009Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:38:42 [2024-03-19T13:38:42.009Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:38:42 [2024-03-19T13:38:42.009Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:38:42 [2024-03-19T13:38:42.009Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:38:42 [2024-03-19T13:38:42.009Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:38:42 [2024-03-19T13:38:42.009Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s)
13:38:42 [2024-03-19T13:38:42.009Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
13:38:42 [2024-03-19T13:38:42.009Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
13:38:42 [2024-03-19T13:38:42.009Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
13:38:42 [2024-03-19T13:38:42.009Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
13:38:42 [2024-03-19T13:38:42.009Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s)
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:38:42 [2024-03-19T13:38:42.009Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s)
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateDifferentPlatform
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateDifferentPlatform/different_os
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:38:42 [2024-03-19T13:38:42.009Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:38:42 [2024-03-19T13:38:42.009Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:38:42 [2024-03-19T13:38:42.009Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:38:42 [2024-03-19T13:38:42.009Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:38:42 [2024-03-19T13:38:42.267Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
13:38:42 [2024-03-19T13:38:42.267Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:38:42 [2024-03-19T13:38:42.267Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
13:38:42 [2024-03-19T13:38:42.267Z] === RUN   TestCreateInvalidHostConfig
13:38:42 [2024-03-19T13:38:42.267Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
13:38:42 [2024-03-19T13:38:42.267Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
13:38:42 [2024-03-19T13:38:42.267Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
13:38:42 [2024-03-19T13:38:42.267Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
13:38:42 [2024-03-19T13:38:42.267Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:38:42 [2024-03-19T13:38:42.267Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:38:42 [2024-03-19T13:38:42.267Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
13:38:42 [2024-03-19T13:38:42.267Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
13:38:42 [2024-03-19T13:38:42.267Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
13:38:42 [2024-03-19T13:38:42.267Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
13:38:42 [2024-03-19T13:38:42.267Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
13:38:42 [2024-03-19T13:38:42.267Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
13:38:42 [2024-03-19T13:38:42.267Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
13:38:42 [2024-03-19T13:38:42.267Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
13:38:42 [2024-03-19T13:38:42.267Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
13:38:42 [2024-03-19T13:38:42.267Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
13:38:42 [2024-03-19T13:38:42.267Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
13:38:42 [2024-03-19T13:38:42.267Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
13:38:42 [2024-03-19T13:38:42.267Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
13:38:42 [2024-03-19T13:38:42.267Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
13:38:42 [2024-03-19T13:38:42.267Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
13:38:42 [2024-03-19T13:38:42.267Z] === RUN   TestCreateWithMultipleEndpointSettings
13:38:42 [2024-03-19T13:38:42.267Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
13:38:42 [2024-03-19T13:38:42.267Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
13:38:42 [2024-03-19T13:38:42.267Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.05s)
13:38:42 [2024-03-19T13:38:42.267Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s)
13:38:42 [2024-03-19T13:38:42.267Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
13:38:42 [2024-03-19T13:38:42.267Z] === RUN   TestCreateWithCustomMACs
13:38:42 [2024-03-19T13:38:42.832Z] --- PASS: TestCreateWithCustomMACs (0.58s)
13:38:42 [2024-03-19T13:38:42.832Z] === RUN   TestContainerStartOnDaemonRestart
13:38:42 [2024-03-19T13:38:42.832Z] === PAUSE TestContainerStartOnDaemonRestart
13:38:42 [2024-03-19T13:38:42.832Z] === RUN   TestDaemonRestartIpcMode
13:38:42 [2024-03-19T13:38:42.832Z] === PAUSE TestDaemonRestartIpcMode
13:38:42 [2024-03-19T13:38:42.832Z] === RUN   TestDaemonHostGatewayIP
13:38:42 [2024-03-19T13:38:42.832Z] === PAUSE TestDaemonHostGatewayIP
13:38:42 [2024-03-19T13:38:42.832Z] === RUN   TestRestartDaemonWithRestartingContainer
13:38:42 [2024-03-19T13:38:42.832Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:38:42 [2024-03-19T13:38:42.832Z] === RUN   TestHardRestartWhenContainerIsRunning
13:38:42 [2024-03-19T13:38:42.832Z] === PAUSE TestHardRestartWhenContainerIsRunning
13:38:42 [2024-03-19T13:38:42.832Z] === RUN   TestContainerKillOnDaemonStart
13:38:42 [2024-03-19T13:38:42.832Z] === PAUSE TestContainerKillOnDaemonStart
13:38:42 [2024-03-19T13:38:42.832Z] === RUN   TestDiff
13:38:43 [2024-03-19T13:38:43.398Z] --- PASS: TestDiff (0.40s)
13:38:43 [2024-03-19T13:38:43.398Z] === RUN   TestDiffStoppedContainer
13:38:43 [2024-03-19T13:38:43.656Z] --- PASS: TestDiffStoppedContainer (0.43s)
13:38:43 [2024-03-19T13:38:43.656Z] === RUN   TestExecConsoleSize
13:38:44 [2024-03-19T13:38:44.221Z] --- PASS: TestExecConsoleSize (0.48s)
13:38:44 [2024-03-19T13:38:44.221Z] === RUN   TestExecWithCloseStdin
13:38:44 [2024-03-19T13:38:44.479Z] --- PASS: TestExecWithCloseStdin (0.43s)
13:38:44 [2024-03-19T13:38:44.479Z] === RUN   TestExec
13:38:45 [2024-03-19T13:38:45.049Z] --- PASS: TestExec (0.43s)
13:38:45 [2024-03-19T13:38:45.049Z] === RUN   TestExecUser
13:38:45 [2024-03-19T13:38:45.322Z] --- PASS: TestExecUser (0.43s)
13:38:45 [2024-03-19T13:38:45.322Z] === RUN   TestExecWithGroupAdd
13:38:45 [2024-03-19T13:38:45.921Z] --- PASS: TestExecWithGroupAdd (0.43s)
13:38:45 [2024-03-19T13:38:45.921Z] === RUN   TestExportContainerAndImportImage
13:38:46 [2024-03-19T13:38:46.218Z] --- PASS: TestExportContainerAndImportImage (0.48s)
13:38:46 [2024-03-19T13:38:46.218Z] === RUN   TestExportContainerAfterDaemonRestart
13:38:52 [2024-03-19T13:38:52.824Z] --- PASS: TestExportContainerAfterDaemonRestart (6.14s)
13:38:52 [2024-03-19T13:38:52.824Z] === RUN   TestHealthCheckWorkdir
13:38:53 [2024-03-19T13:38:53.082Z] --- PASS: TestHealthCheckWorkdir (0.51s)
13:38:53 [2024-03-19T13:38:53.082Z] === RUN   TestHealthKillContainer
13:39:01 [2024-03-19T13:39:01.188Z] --- PASS: TestHealthKillContainer (7.61s)
13:39:01 [2024-03-19T13:39:01.188Z] === RUN   TestHealthCheckProcessKilled
13:39:01 [2024-03-19T13:39:01.188Z] --- PASS: TestHealthCheckProcessKilled (0.58s)
13:39:01 [2024-03-19T13:39:01.188Z] === RUN   TestHealthStartInterval
13:39:02 [2024-03-19T13:39:02.561Z]     health_test.go:141: &{2024-03-19 13:39:02.256758369 +0000 UTC 2024-03-19 13:39:02.283139137 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:39:02 [2024-03-19T13:39:02.561Z]         }
13:39:02 [2024-03-19T13:39:02.561Z]     health_test.go:141: &{2024-03-19 13:39:02.256758369 +0000 UTC 2024-03-19 13:39:02.283139137 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:39:02 [2024-03-19T13:39:02.561Z]         }
13:39:02 [2024-03-19T13:39:02.818Z]     health_test.go:141: &{2024-03-19 13:39:02.256758369 +0000 UTC 2024-03-19 13:39:02.283139137 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:39:02 [2024-03-19T13:39:02.818Z]         }
13:39:02 [2024-03-19T13:39:02.818Z]     health_test.go:141: &{2024-03-19 13:39:02.256758369 +0000 UTC 2024-03-19 13:39:02.283139137 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:39:02 [2024-03-19T13:39:02.818Z]         }
13:39:02 [2024-03-19T13:39:02.818Z]     health_test.go:141: &{2024-03-19 13:39:02.256758369 +0000 UTC 2024-03-19 13:39:02.283139137 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:39:02 [2024-03-19T13:39:02.818Z]         }
13:39:03 [2024-03-19T13:39:03.076Z]     health_test.go:141: &{2024-03-19 13:39:02.256758369 +0000 UTC 2024-03-19 13:39:02.283139137 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:39:03 [2024-03-19T13:39:03.076Z]         }
13:39:03 [2024-03-19T13:39:03.076Z]     health_test.go:141: &{2024-03-19 13:39:02.256758369 +0000 UTC 2024-03-19 13:39:02.283139137 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:39:03 [2024-03-19T13:39:03.076Z]         }
13:39:03 [2024-03-19T13:39:03.076Z]     health_test.go:141: &{2024-03-19 13:39:02.256758369 +0000 UTC 2024-03-19 13:39:02.283139137 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:39:03 [2024-03-19T13:39:03.076Z]         }
13:39:03 [2024-03-19T13:39:03.334Z]     health_test.go:141: &{2024-03-19 13:39:02.256758369 +0000 UTC 2024-03-19 13:39:02.283139137 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:39:03 [2024-03-19T13:39:03.334Z]         }
13:39:03 [2024-03-19T13:39:03.334Z]     health_test.go:141: &{2024-03-19 13:39:02.256758369 +0000 UTC 2024-03-19 13:39:02.283139137 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
13:39:03 [2024-03-19T13:39:03.334Z]         }
13:39:03 [2024-03-19T13:39:03.591Z]     health_test.go:141: &{2024-03-19 13:39:03.283559085 +0000 UTC 2024-03-19 13:39:03.308456861 +0000 UTC 1 2}
13:39:03 [2024-03-19T13:39:03.591Z]     health_test.go:141: &{2024-03-19 13:39:03.283559085 +0000 UTC 2024-03-19 13:39:03.308456861 +0000 UTC 1 2}
13:39:03 [2024-03-19T13:39:03.591Z]     health_test.go:141: &{2024-03-19 13:39:03.283559085 +0000 UTC 2024-03-19 13:39:03.308456861 +0000 UTC 1 2}
13:39:03 [2024-03-19T13:39:03.849Z]     health_test.go:141: &{2024-03-19 13:39:03.283559085 +0000 UTC 2024-03-19 13:39:03.308456861 +0000 UTC 1 2}
13:39:03 [2024-03-19T13:39:03.849Z]     health_test.go:141: &{2024-03-19 13:39:03.283559085 +0000 UTC 2024-03-19 13:39:03.308456861 +0000 UTC 1 2}
13:39:04 [2024-03-19T13:39:04.106Z]     health_test.go:141: &{2024-03-19 13:39:03.283559085 +0000 UTC 2024-03-19 13:39:03.308456861 +0000 UTC 1 2}
13:39:04 [2024-03-19T13:39:04.106Z]     health_test.go:141: &{2024-03-19 13:39:03.283559085 +0000 UTC 2024-03-19 13:39:03.308456861 +0000 UTC 1 2}
13:39:04 [2024-03-19T13:39:04.106Z]     health_test.go:141: &{2024-03-19 13:39:03.283559085 +0000 UTC 2024-03-19 13:39:03.308456861 +0000 UTC 1 2}
13:39:04 [2024-03-19T13:39:04.364Z]     health_test.go:141: &{2024-03-19 13:39:03.283559085 +0000 UTC 2024-03-19 13:39:03.308456861 +0000 UTC 1 2}
13:39:04 [2024-03-19T13:39:04.364Z]     health_test.go:141: &{2024-03-19 13:39:03.283559085 +0000 UTC 2024-03-19 13:39:03.308456861 +0000 UTC 1 2}
13:39:04 [2024-03-19T13:39:04.622Z]     health_test.go:169: 1.025482778s
13:39:05 [2024-03-19T13:39:05.555Z]     health_test.go:169: 1.025482778s
13:39:06 [2024-03-19T13:39:06.488Z]     health_test.go:169: 1.025482778s
13:39:07 [2024-03-19T13:39:07.420Z]     health_test.go:169: 1.025482778s
13:39:08 [2024-03-19T13:39:08.791Z]     health_test.go:169: 1.025482778s
13:39:09 [2024-03-19T13:39:09.723Z]     health_test.go:169: 1.025482778s
13:39:10 [2024-03-19T13:39:10.656Z]     health_test.go:169: 1.025482778s
13:39:11 [2024-03-19T13:39:11.588Z]     health_test.go:169: 1.025482778s
13:39:12 [2024-03-19T13:39:12.520Z]     health_test.go:169: 1.025482778s
13:39:13 [2024-03-19T13:39:13.452Z]     health_test.go:169: 1.025482778s
13:39:14 [2024-03-19T13:39:14.824Z]     health_test.go:169: 1.025482778s
13:39:15 [2024-03-19T13:39:15.389Z]     health_test.go:169: 1.025482778s
13:39:16 [2024-03-19T13:39:16.760Z]     health_test.go:169: 1.025482778s
13:39:17 [2024-03-19T13:39:17.692Z]     health_test.go:169: 1.025482778s
13:39:18 [2024-03-19T13:39:18.625Z]     health_test.go:169: 1.025482778s
13:39:19 [2024-03-19T13:39:19.557Z]     health_test.go:169: 1.025482778s
13:39:20 [2024-03-19T13:39:20.489Z]     health_test.go:169: 1.025482778s
13:39:21 [2024-03-19T13:39:21.421Z]     health_test.go:169: 1.025482778s
13:39:22 [2024-03-19T13:39:22.793Z]     health_test.go:169: 1.025482778s
13:39:23 [2024-03-19T13:39:23.725Z]     health_test.go:169: 1.025482778s
13:39:24 [2024-03-19T13:39:24.657Z]     health_test.go:169: 1.025482778s
13:39:25 [2024-03-19T13:39:25.588Z]     health_test.go:169: 1.025482778s
13:39:26 [2024-03-19T13:39:26.520Z]     health_test.go:169: 1.025482778s
13:39:27 [2024-03-19T13:39:27.452Z]     health_test.go:169: 1.025482778s
13:39:28 [2024-03-19T13:39:28.823Z]     health_test.go:169: 1.025482778s
13:39:29 [2024-03-19T13:39:29.755Z]     health_test.go:169: 1.025482778s
13:39:30 [2024-03-19T13:39:30.687Z]     health_test.go:169: 1.025482778s
13:39:31 [2024-03-19T13:39:31.619Z]     health_test.go:169: 1.025482778s
13:39:32 [2024-03-19T13:39:32.551Z]     health_test.go:169: 1.025482778s
13:39:33 [2024-03-19T13:39:33.483Z]     health_test.go:169: 1.025482778s
13:39:34 [2024-03-19T13:39:34.855Z] --- PASS: TestHealthStartInterval (33.58s)
13:39:34 [2024-03-19T13:39:34.855Z] === RUN   TestInspectCpusetInConfigPre120
13:39:35 [2024-03-19T13:39:35.113Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s)
13:39:35 [2024-03-19T13:39:35.113Z] === RUN   TestInspectAnnotations
13:39:35 [2024-03-19T13:39:35.113Z] --- PASS: TestInspectAnnotations (0.05s)
13:39:35 [2024-03-19T13:39:35.113Z] === RUN   TestNetworkAliasesAreEmpty
13:39:35 [2024-03-19T13:39:35.113Z] === RUN   TestNetworkAliasesAreEmpty/host
13:39:35 [2024-03-19T13:39:35.113Z] === RUN   TestNetworkAliasesAreEmpty/bridge
13:39:35 [2024-03-19T13:39:35.371Z] === RUN   TestNetworkAliasesAreEmpty/none
13:39:35 [2024-03-19T13:39:35.371Z] --- PASS: TestNetworkAliasesAreEmpty (0.12s)
13:39:35 [2024-03-19T13:39:35.371Z]     --- PASS: TestNetworkAliasesAreEmpty/host (0.04s)
13:39:35 [2024-03-19T13:39:35.371Z]     --- PASS: TestNetworkAliasesAreEmpty/bridge (0.04s)
13:39:35 [2024-03-19T13:39:35.371Z]     --- PASS: TestNetworkAliasesAreEmpty/none (0.04s)
13:39:35 [2024-03-19T13:39:35.371Z] === RUN   TestIpcModeNone
13:39:35 [2024-03-19T13:39:35.630Z] --- PASS: TestIpcModeNone (0.44s)
13:39:35 [2024-03-19T13:39:35.630Z] === RUN   TestIpcModePrivate
13:39:35 [2024-03-19T13:39:35.888Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
13:39:36 [2024-03-19T13:39:36.146Z] --- PASS: TestIpcModePrivate (0.42s)
13:39:36 [2024-03-19T13:39:36.146Z] === RUN   TestIpcModeShareable
13:39:36 [2024-03-19T13:39:36.403Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
13:39:36 [2024-03-19T13:39:36.661Z] --- PASS: TestIpcModeShareable (0.46s)
13:39:36 [2024-03-19T13:39:36.661Z] === RUN   TestAPIIpcModeShareableAndContainer
13:39:37 [2024-03-19T13:39:37.594Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.03s)
13:39:37 [2024-03-19T13:39:37.594Z] === RUN   TestAPIIpcModeHost
13:39:37 [2024-03-19T13:39:37.852Z] --- PASS: TestAPIIpcModeHost (0.25s)
13:39:37 [2024-03-19T13:39:37.852Z] === RUN   TestDaemonIpcModeShareable
13:39:38 [2024-03-19T13:39:38.785Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
13:39:39 [2024-03-19T13:39:39.043Z] --- PASS: TestDaemonIpcModeShareable (1.04s)
13:39:39 [2024-03-19T13:39:39.043Z] === RUN   TestDaemonIpcModePrivate
13:39:39 [2024-03-19T13:39:39.976Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
13:39:39 [2024-03-19T13:39:39.976Z] --- PASS: TestDaemonIpcModePrivate (1.06s)
13:39:39 [2024-03-19T13:39:39.976Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:39:40 [2024-03-19T13:39:40.909Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
13:39:40 [2024-03-19T13:39:40.909Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.00s)
13:39:40 [2024-03-19T13:39:40.909Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:39:41 [2024-03-19T13:39:41.842Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
13:39:42 [2024-03-19T13:39:42.099Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.04s)
13:39:42 [2024-03-19T13:39:42.099Z] === RUN   TestIpcModeOlderClient
13:39:42 [2024-03-19T13:39:42.099Z] === PAUSE TestIpcModeOlderClient
13:39:42 [2024-03-19T13:39:42.099Z] === RUN   TestKillContainerInvalidSignal
13:39:42 [2024-03-19T13:39:42.357Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
13:39:42 [2024-03-19T13:39:42.357Z] === RUN   TestKillContainer
13:39:42 [2024-03-19T13:39:42.357Z] === RUN   TestKillContainer/no_signal
13:39:42 [2024-03-19T13:39:42.922Z] === RUN   TestKillContainer/non_killing_signal
13:39:43 [2024-03-19T13:39:43.180Z] === RUN   TestKillContainer/killing_signal
13:39:43 [2024-03-19T13:39:43.746Z] --- PASS: TestKillContainer (1.25s)
13:39:43 [2024-03-19T13:39:43.746Z]     --- PASS: TestKillContainer/no_signal (0.36s)
13:39:43 [2024-03-19T13:39:43.746Z]     --- PASS: TestKillContainer/non_killing_signal (0.24s)
13:39:43 [2024-03-19T13:39:43.746Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
13:39:43 [2024-03-19T13:39:43.746Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:39:43 [2024-03-19T13:39:43.746Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:39:44 [2024-03-19T13:39:44.311Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:39:44 [2024-03-19T13:39:44.569Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s)
13:39:44 [2024-03-19T13:39:44.569Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
13:39:44 [2024-03-19T13:39:44.569Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.22s)
13:39:44 [2024-03-19T13:39:44.569Z] === RUN   TestKillStoppedContainer
13:39:44 [2024-03-19T13:39:44.569Z] --- PASS: TestKillStoppedContainer (0.04s)
13:39:44 [2024-03-19T13:39:44.569Z] === RUN   TestKillStoppedContainerAPIPre120
13:39:44 [2024-03-19T13:39:44.569Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
13:39:44 [2024-03-19T13:39:44.569Z] === RUN   TestKillDifferentUserContainer
13:39:45 [2024-03-19T13:39:45.135Z] --- PASS: TestKillDifferentUserContainer (0.42s)
13:39:45 [2024-03-19T13:39:45.135Z] === RUN   TestInspectOomKilledTrue
13:39:45 [2024-03-19T13:39:45.392Z] --- PASS: TestInspectOomKilledTrue (0.45s)
13:39:45 [2024-03-19T13:39:45.392Z] === RUN   TestInspectOomKilledFalse
13:39:45 [2024-03-19T13:39:45.958Z] --- PASS: TestInspectOomKilledFalse (0.39s)
13:39:45 [2024-03-19T13:39:45.958Z] === RUN   TestLinksEtcHostsContentMatch
13:39:45 [2024-03-19T13:39:45.958Z] --- PASS: TestLinksEtcHostsContentMatch (0.19s)
13:39:45 [2024-03-19T13:39:45.958Z] === RUN   TestLinksContainerNames
13:39:46 [2024-03-19T13:39:46.892Z] --- PASS: TestLinksContainerNames (0.87s)
13:39:46 [2024-03-19T13:39:46.892Z] === RUN   TestLogsFollowTailEmpty
13:39:47 [2024-03-19T13:39:47.457Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
13:39:47 [2024-03-19T13:39:47.457Z] === RUN   TestLogs
13:39:47 [2024-03-19T13:39:47.457Z] === RUN   TestLogs/driver_local
13:39:47 [2024-03-19T13:39:47.457Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === RUN   TestLogs/driver_local/tty/only_stdout
13:39:47 [2024-03-19T13:39:47.457Z] === PAUSE TestLogs/driver_local/tty/only_stdout
13:39:47 [2024-03-19T13:39:47.457Z] === RUN   TestLogs/driver_local/tty/only_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === PAUSE TestLogs/driver_local/tty/only_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
13:39:47 [2024-03-19T13:39:47.457Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
13:39:47 [2024-03-19T13:39:47.457Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === CONT  TestLogs/driver_local/tty/only_stderr
13:39:47 [2024-03-19T13:39:47.457Z] === CONT  TestLogs/driver_local/tty/only_stdout
13:39:47 [2024-03-19T13:39:47.457Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
13:39:48 [2024-03-19T13:39:48.830Z] === RUN   TestLogs/driver_json-file
13:39:48 [2024-03-19T13:39:48.830Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
13:39:48 [2024-03-19T13:39:48.830Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
13:39:48 [2024-03-19T13:39:48.830Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
13:39:48 [2024-03-19T13:39:48.830Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
13:39:48 [2024-03-19T13:39:48.830Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
13:39:48 [2024-03-19T13:39:48.830Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
13:39:48 [2024-03-19T13:39:48.830Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
13:39:50 [2024-03-19T13:39:50.729Z] --- PASS: TestLogs (2.99s)
13:39:50 [2024-03-19T13:39:50.729Z]     --- PASS: TestLogs/driver_local (0.01s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.87s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.07s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.31s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.33s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (1.38s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.45s)
13:39:50 [2024-03-19T13:39:50.729Z]     --- PASS: TestLogs/driver_json-file (0.01s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.97s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.01s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.33s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.50s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.50s)
13:39:50 [2024-03-19T13:39:50.729Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.53s)
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestContainerNetworkMountsNoChown
13:39:50 [2024-03-19T13:39:50.729Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s)
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/default
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/default
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/private
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/private
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rprivate
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rprivate
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/slave
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/slave
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rslave
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rslave
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/shared
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/shared
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rshared
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rshared
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/default
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/rslave
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/rprivate
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/default/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/private
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/default/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/private/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/default/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/private/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/default/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/rshared
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/shared
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/slave
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/private/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/private/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:39:50 [2024-03-19T13:39:50.729Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:39:50 [2024-03-19T13:39:50.987Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:39:50 [2024-03-19T13:39:50.987Z] --- PASS: TestMountDaemonRoot (0.01s)
13:39:50 [2024-03-19T13:39:50.987Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.06s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.06s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s)
13:39:50 [2024-03-19T13:39:50.987Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.09s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s)
13:39:50 [2024-03-19T13:39:50.987Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s)
13:39:50 [2024-03-19T13:39:50.987Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
13:39:50 [2024-03-19T13:39:50.987Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.07s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.07s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.07s)
13:39:50 [2024-03-19T13:39:50.987Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s)
13:39:50 [2024-03-19T13:39:50.987Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
13:39:50 [2024-03-19T13:39:50.987Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
13:39:50 [2024-03-19T13:39:50.987Z] === RUN   TestContainerBindMountNonRecursive
13:39:52 [2024-03-19T13:39:52.360Z] --- PASS: TestContainerBindMountNonRecursive (1.21s)
13:39:52 [2024-03-19T13:39:52.360Z] === RUN   TestContainerVolumesMountedAsShared
13:39:52 [2024-03-19T13:39:52.618Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s)
13:39:52 [2024-03-19T13:39:52.618Z] === RUN   TestContainerVolumesMountedAsSlave
13:39:52 [2024-03-19T13:39:52.875Z] --- PASS: TestContainerVolumesMountedAsSlave (0.25s)
13:39:52 [2024-03-19T13:39:52.875Z] === RUN   TestContainerCopyLeaksMounts
13:39:53 [2024-03-19T13:39:53.441Z] --- PASS: TestContainerCopyLeaksMounts (0.49s)
13:39:53 [2024-03-19T13:39:53.441Z] === RUN   TestContainerBindMountReadOnlyDefault
13:39:53 [2024-03-19T13:39:53.441Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44
13:39:53 [2024-03-19T13:39:53.441Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount
13:39:53 [2024-03-19T13:39:53.700Z] === RUN   TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount
13:39:54 [2024-03-19T13:39:54.265Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44
13:39:54 [2024-03-19T13:39:54.265Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount
13:39:54 [2024-03-19T13:39:54.523Z] === RUN   TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount
13:39:55 [2024-03-19T13:39:55.090Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default
13:39:55 [2024-03-19T13:39:55.090Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount
13:39:55 [2024-03-19T13:39:55.348Z] === RUN   TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount
13:39:55 [2024-03-19T13:39:55.914Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default
13:39:55 [2024-03-19T13:39:55.914Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount
13:39:56 [2024-03-19T13:39:56.173Z] === RUN   TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount
13:39:56 [2024-03-19T13:39:56.738Z] --- PASS: TestContainerBindMountReadOnlyDefault (3.28s)
13:39:56 [2024-03-19T13:39:56.738Z]     --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44 (0.79s)
13:39:56 [2024-03-19T13:39:56.738Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/mount (0.39s)
13:39:56 [2024-03-19T13:39:56.738Z]         --- PASS: TestContainerBindMountReadOnlyDefault/latest_should_be_the_same_as_1.44/bind_mount (0.39s)
13:39:56 [2024-03-19T13:39:56.738Z]     --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44 (0.84s)
13:39:56 [2024-03-19T13:39:56.738Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/mount (0.41s)
13:39:56 [2024-03-19T13:39:56.738Z]         --- PASS: TestContainerBindMountReadOnlyDefault/submount_should_be_recursive_by_default_on_1.44/bind_mount (0.43s)
13:39:56 [2024-03-19T13:39:56.738Z]     --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default (0.83s)
13:39:56 [2024-03-19T13:39:56.738Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/mount (0.42s)
13:39:56 [2024-03-19T13:39:56.738Z]         --- PASS: TestContainerBindMountReadOnlyDefault/older_than_1.44_should_be_non-recursive_by_default/bind_mount (0.40s)
13:39:56 [2024-03-19T13:39:56.738Z]     --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default (0.76s)
13:39:56 [2024-03-19T13:39:56.738Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/mount (0.36s)
13:39:56 [2024-03-19T13:39:56.739Z]         --- PASS: TestContainerBindMountReadOnlyDefault/minimum_API_should_be_non-recursive_by_default/bind_mount (0.39s)
13:39:56 [2024-03-19T13:39:56.739Z] === RUN   TestContainerBindMountRecursivelyReadOnly
13:39:58 [2024-03-19T13:39:58.637Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.64s)
13:39:58 [2024-03-19T13:39:58.637Z] === RUN   TestNetworkNat
13:39:58 [2024-03-19T13:39:58.637Z] --- PASS: TestNetworkNat (0.46s)
13:39:58 [2024-03-19T13:39:58.637Z] === RUN   TestNetworkLocalhostTCPNat
13:39:59 [2024-03-19T13:39:59.203Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s)
13:39:59 [2024-03-19T13:39:59.203Z] === RUN   TestNetworkLoopbackNat
13:40:01 [2024-03-19T13:40:01.730Z] --- PASS: TestNetworkLoopbackNat (2.50s)
13:40:01 [2024-03-19T13:40:01.730Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
13:40:01 [2024-03-19T13:40:01.988Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
13:40:01 [2024-03-19T13:40:01.988Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
13:40:01 [2024-03-19T13:40:01.988Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
13:40:01 [2024-03-19T13:40:01.988Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
13:40:01 [2024-03-19T13:40:01.988Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.43s)
13:40:01 [2024-03-19T13:40:01.988Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s)
13:40:01 [2024-03-19T13:40:01.988Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
13:40:01 [2024-03-19T13:40:01.988Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
13:40:01 [2024-03-19T13:40:01.988Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
13:40:01 [2024-03-19T13:40:01.988Z] === RUN   TestPause
13:40:02 [2024-03-19T13:40:02.553Z] --- PASS: TestPause (0.48s)
13:40:02 [2024-03-19T13:40:02.553Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:40:02 [2024-03-19T13:40:02.553Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:40:02 [2024-03-19T13:40:02.553Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:40:02 [2024-03-19T13:40:02.553Z] === RUN   TestPauseStopPausedContainer
13:40:03 [2024-03-19T13:40:03.119Z] --- PASS: TestPauseStopPausedContainer (0.45s)
13:40:03 [2024-03-19T13:40:03.119Z] === RUN   TestPIDModeHost
13:40:04 [2024-03-19T13:40:04.052Z] --- PASS: TestPIDModeHost (0.91s)
13:40:04 [2024-03-19T13:40:04.052Z] === RUN   TestPIDModeContainer
13:40:04 [2024-03-19T13:40:04.052Z] === RUN   TestPIDModeContainer/non-existing_container
13:40:04 [2024-03-19T13:40:04.052Z] === RUN   TestPIDModeContainer/non-running_container
13:40:04 [2024-03-19T13:40:04.052Z] === RUN   TestPIDModeContainer/running_container
13:40:04 [2024-03-19T13:40:04.985Z] --- PASS: TestPIDModeContainer (1.01s)
13:40:04 [2024-03-19T13:40:04.985Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
13:40:04 [2024-03-19T13:40:04.985Z]     --- PASS: TestPIDModeContainer/non-running_container (0.15s)
13:40:04 [2024-03-19T13:40:04.985Z]     --- PASS: TestPIDModeContainer/running_container (0.44s)
13:40:04 [2024-03-19T13:40:04.985Z] === RUN   TestPsFilter
13:40:04 [2024-03-19T13:40:04.985Z] === RUN   TestPsFilter/since
13:40:04 [2024-03-19T13:40:04.985Z] === RUN   TestPsFilter/before
13:40:04 [2024-03-19T13:40:04.985Z] --- PASS: TestPsFilter (0.14s)
13:40:04 [2024-03-19T13:40:04.985Z]     --- PASS: TestPsFilter/since (0.00s)
13:40:04 [2024-03-19T13:40:04.985Z]     --- PASS: TestPsFilter/before (0.00s)
13:40:04 [2024-03-19T13:40:04.985Z] === RUN   TestRemoveContainerWithRemovedVolume
13:40:05 [2024-03-19T13:40:05.551Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
13:40:05 [2024-03-19T13:40:05.551Z] === RUN   TestRemoveContainerWithVolume
13:40:05 [2024-03-19T13:40:05.808Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
13:40:05 [2024-03-19T13:40:05.808Z] === RUN   TestRemoveContainerRunning
13:40:06 [2024-03-19T13:40:06.374Z] --- PASS: TestRemoveContainerRunning (0.38s)
13:40:06 [2024-03-19T13:40:06.374Z] === RUN   TestRemoveContainerForceRemoveRunning
13:40:06 [2024-03-19T13:40:06.632Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s)
13:40:06 [2024-03-19T13:40:06.632Z] === RUN   TestRemoveInvalidContainer
13:40:06 [2024-03-19T13:40:06.632Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:40:06 [2024-03-19T13:40:06.632Z] === RUN   TestRenameLinkedContainer
13:40:08 [2024-03-19T13:40:08.531Z] --- PASS: TestRenameLinkedContainer (1.73s)
13:40:08 [2024-03-19T13:40:08.531Z] === RUN   TestRenameStoppedContainer
13:40:08 [2024-03-19T13:40:08.789Z] --- PASS: TestRenameStoppedContainer (0.44s)
13:40:08 [2024-03-19T13:40:08.789Z] === RUN   TestRenameRunningContainerAndReuse
13:40:09 [2024-03-19T13:40:09.724Z] --- PASS: TestRenameRunningContainerAndReuse (0.92s)
13:40:09 [2024-03-19T13:40:09.724Z] === RUN   TestRenameInvalidName
13:40:10 [2024-03-19T13:40:10.289Z] --- PASS: TestRenameInvalidName (0.39s)
13:40:10 [2024-03-19T13:40:10.289Z] === RUN   TestRenameAnonymousContainer
13:40:11 [2024-03-19T13:40:11.663Z] --- PASS: TestRenameAnonymousContainer (1.47s)
13:40:11 [2024-03-19T13:40:11.663Z] === RUN   TestRenameContainerWithSameName
13:40:12 [2024-03-19T13:40:12.229Z] --- PASS: TestRenameContainerWithSameName (0.43s)
13:40:12 [2024-03-19T13:40:12.229Z] === RUN   TestRenameContainerWithLinkedContainer
13:40:13 [2024-03-19T13:40:13.164Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s)
13:40:13 [2024-03-19T13:40:13.164Z] === RUN   TestRenameContainerTwice
13:40:13 [2024-03-19T13:40:13.422Z] --- PASS: TestRenameContainerTwice (0.46s)
13:40:13 [2024-03-19T13:40:13.422Z] === RUN   TestResize
13:40:13 [2024-03-19T13:40:13.422Z] === RUN   TestResize/success
13:40:13 [2024-03-19T13:40:13.680Z] === RUN   TestResize/invalid_size
13:40:13 [2024-03-19T13:40:13.938Z] === RUN   TestResize/invalid_state
13:40:14 [2024-03-19T13:40:14.505Z] --- PASS: TestResize (0.91s)
13:40:14 [2024-03-19T13:40:14.505Z]     --- PASS: TestResize/success (0.23s)
13:40:14 [2024-03-19T13:40:14.505Z]     --- PASS: TestResize/invalid_size (0.21s)
13:40:14 [2024-03-19T13:40:14.505Z]     --- PASS: TestResize/invalid_state (0.04s)
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:40:14 [2024-03-19T13:40:14.505Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:40:14 [2024-03-19T13:40:14.506Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:40:15 [2024-03-19T13:40:15.881Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:40:16 [2024-03-19T13:40:16.140Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
13:40:16 [2024-03-19T13:40:16.398Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
13:40:16 [2024-03-19T13:40:16.657Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:40:16 [2024-03-19T13:40:16.657Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
13:40:16 [2024-03-19T13:40:16.916Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:40:16 [2024-03-19T13:40:16.916Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:40:17 [2024-03-19T13:40:17.852Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:40:22 [2024-03-19T13:40:22.039Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.92s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.37s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.37s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.41s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.53s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.28s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.21s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.89s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.16s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.46s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.63s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.57s)
13:40:22 [2024-03-19T13:40:22.039Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.03s)
13:40:22 [2024-03-19T13:40:22.039Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
13:40:22 [2024-03-19T13:40:22.039Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
13:40:22 [2024-03-19T13:40:22.605Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
13:40:23 [2024-03-19T13:40:23.538Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.74s)
13:40:23 [2024-03-19T13:40:23.538Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.89s)
13:40:23 [2024-03-19T13:40:23.538Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.84s)
13:40:23 [2024-03-19T13:40:23.538Z] === RUN   TestContainerRestartWithCancelledRequest
13:40:25 [2024-03-19T13:40:25.438Z] --- PASS: TestContainerRestartWithCancelledRequest (1.80s)
13:40:25 [2024-03-19T13:40:25.438Z] === RUN   TestCgroupNamespacesRun
13:40:26 [2024-03-19T13:40:26.371Z] --- PASS: TestCgroupNamespacesRun (1.02s)
13:40:26 [2024-03-19T13:40:26.371Z] === RUN   TestCgroupNamespacesRunPrivileged
13:40:27 [2024-03-19T13:40:27.305Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.04s)
13:40:27 [2024-03-19T13:40:27.305Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:40:28 [2024-03-19T13:40:28.678Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.04s)
13:40:28 [2024-03-19T13:40:28.678Z] === RUN   TestCgroupNamespacesRunHostMode
13:40:29 [2024-03-19T13:40:29.611Z] --- PASS: TestCgroupNamespacesRunHostMode (1.04s)
13:40:29 [2024-03-19T13:40:29.611Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:40:30 [2024-03-19T13:40:30.545Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.02s)
13:40:30 [2024-03-19T13:40:30.545Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:40:31 [2024-03-19T13:40:31.478Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.02s)
13:40:31 [2024-03-19T13:40:31.478Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:40:32 [2024-03-19T13:40:32.043Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.59s)
13:40:32 [2024-03-19T13:40:32.043Z] === RUN   TestCgroupNamespacesRunOlderClient
13:40:33 [2024-03-19T13:40:33.416Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.05s)
13:40:33 [2024-03-19T13:40:33.416Z] === RUN   TestNISDomainname
13:40:33 [2024-03-19T13:40:33.674Z] --- PASS: TestNISDomainname (0.49s)
13:40:33 [2024-03-19T13:40:33.674Z] === RUN   TestHostnameDnsResolution
13:40:34 [2024-03-19T13:40:34.239Z] --- PASS: TestHostnameDnsResolution (0.62s)
13:40:34 [2024-03-19T13:40:34.239Z] === RUN   TestUnprivilegedPortsAndPing
13:40:34 [2024-03-19T13:40:34.804Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s)
13:40:34 [2024-03-19T13:40:34.804Z] === RUN   TestPrivilegedHostDevices
13:40:35 [2024-03-19T13:40:35.369Z] --- PASS: TestPrivilegedHostDevices (0.48s)
13:40:35 [2024-03-19T13:40:35.369Z] === RUN   TestRunConsoleSize
13:40:35 [2024-03-19T13:40:35.627Z] --- PASS: TestRunConsoleSize (0.40s)
13:40:35 [2024-03-19T13:40:35.627Z] === RUN   TestRunWithAlternativeContainerdShim
13:40:40 [2024-03-19T13:40:40.887Z] --- PASS: TestRunWithAlternativeContainerdShim (5.36s)
13:40:40 [2024-03-19T13:40:40.887Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
13:40:42 [2024-03-19T13:40:42.259Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.09s)
13:40:42 [2024-03-19T13:40:42.259Z] === RUN   TestStaticIPOutsideSubpool
13:40:43 [2024-03-19T13:40:43.192Z] --- PASS: TestStaticIPOutsideSubpool (1.16s)
13:40:43 [2024-03-19T13:40:43.192Z] === RUN   TestStats
13:40:44 [2024-03-19T13:40:44.564Z] --- PASS: TestStats (1.44s)
13:40:44 [2024-03-19T13:40:44.564Z] === RUN   TestStopContainerWithTimeout
13:40:44 [2024-03-19T13:40:44.564Z] === RUN   TestStopContainerWithTimeout/0
13:40:44 [2024-03-19T13:40:44.564Z] === PAUSE TestStopContainerWithTimeout/0
13:40:44 [2024-03-19T13:40:44.564Z] === RUN   TestStopContainerWithTimeout/1
13:40:44 [2024-03-19T13:40:44.564Z] === PAUSE TestStopContainerWithTimeout/1
13:40:44 [2024-03-19T13:40:44.564Z] === RUN   TestStopContainerWithTimeout/3
13:40:44 [2024-03-19T13:40:44.564Z] === PAUSE TestStopContainerWithTimeout/3
13:40:44 [2024-03-19T13:40:44.564Z] === RUN   TestStopContainerWithTimeout/-1
13:40:44 [2024-03-19T13:40:44.564Z] === PAUSE TestStopContainerWithTimeout/-1
13:40:44 [2024-03-19T13:40:44.564Z] === CONT  TestStopContainerWithTimeout/0
13:40:44 [2024-03-19T13:40:44.564Z] === CONT  TestStopContainerWithTimeout/3
13:40:44 [2024-03-19T13:40:44.564Z] === CONT  TestStopContainerWithTimeout/1
13:40:44 [2024-03-19T13:40:44.564Z] === CONT  TestStopContainerWithTimeout/-1
13:40:47 [2024-03-19T13:40:47.844Z] --- PASS: TestStopContainerWithTimeout (0.04s)
13:40:47 [2024-03-19T13:40:47.844Z]     --- PASS: TestStopContainerWithTimeout/0 (0.91s)
13:40:47 [2024-03-19T13:40:47.844Z]     --- PASS: TestStopContainerWithTimeout/1 (1.90s)
13:40:47 [2024-03-19T13:40:47.844Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.59s)
13:40:47 [2024-03-19T13:40:47.844Z]     --- PASS: TestStopContainerWithTimeout/3 (2.67s)
13:40:47 [2024-03-19T13:40:47.844Z] === RUN   TestStopContainerWithTimeoutCancel
13:40:47 [2024-03-19T13:40:47.844Z] === PAUSE TestStopContainerWithTimeoutCancel
13:40:47 [2024-03-19T13:40:47.844Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:40:48 [2024-03-19T13:40:48.777Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.40s)
13:40:48 [2024-03-19T13:40:48.777Z] === RUN   TestUpdateMemory
13:40:49 [2024-03-19T13:40:49.342Z] --- PASS: TestUpdateMemory (0.49s)
13:40:49 [2024-03-19T13:40:49.342Z] === RUN   TestUpdateCPUQuota
13:40:49 [2024-03-19T13:40:49.908Z] --- PASS: TestUpdateCPUQuota (0.65s)
13:40:49 [2024-03-19T13:40:49.908Z] === RUN   TestUpdatePidsLimit
13:40:49 [2024-03-19T13:40:49.908Z] === RUN   TestUpdatePidsLimit/update_from_none
13:40:50 [2024-03-19T13:40:50.166Z] === RUN   TestUpdatePidsLimit/no_change
13:40:50 [2024-03-19T13:40:50.166Z] === RUN   TestUpdatePidsLimit/update_lower
13:40:50 [2024-03-19T13:40:50.423Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:40:50 [2024-03-19T13:40:50.423Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:40:50 [2024-03-19T13:40:50.681Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:40:50 [2024-03-19T13:40:50.681Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:40:51 [2024-03-19T13:40:51.247Z] --- PASS: TestUpdatePidsLimit (1.42s)
13:40:51 [2024-03-19T13:40:51.247Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.14s)
13:40:51 [2024-03-19T13:40:51.247Z]     --- PASS: TestUpdatePidsLimit/no_change (0.14s)
13:40:51 [2024-03-19T13:40:51.247Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.15s)
13:40:51 [2024-03-19T13:40:51.247Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.15s)
13:40:51 [2024-03-19T13:40:51.247Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.15s)
13:40:51 [2024-03-19T13:40:51.247Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.15s)
13:40:51 [2024-03-19T13:40:51.247Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.15s)
13:40:51 [2024-03-19T13:40:51.247Z] === RUN   TestUpdateRestartPolicy
13:41:03 [2024-03-19T13:41:03.439Z] --- PASS: TestUpdateRestartPolicy (10.47s)
13:41:03 [2024-03-19T13:41:03.439Z] === RUN   TestUpdateRestartWithAutoRemove
13:41:03 [2024-03-19T13:41:03.439Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s)
13:41:03 [2024-03-19T13:41:03.439Z] === RUN   TestWaitNonBlocked
13:41:03 [2024-03-19T13:41:03.439Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:41:03 [2024-03-19T13:41:03.439Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:41:03 [2024-03-19T13:41:03.439Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:41:03 [2024-03-19T13:41:03.439Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:41:03 [2024-03-19T13:41:03.439Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:41:03 [2024-03-19T13:41:03.439Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:41:03 [2024-03-19T13:41:03.439Z] --- PASS: TestWaitNonBlocked (0.03s)
13:41:03 [2024-03-19T13:41:03.439Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s)
13:41:03 [2024-03-19T13:41:03.439Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.74s)
13:41:03 [2024-03-19T13:41:03.439Z] === RUN   TestWaitBlocked
13:41:03 [2024-03-19T13:41:03.439Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:41:03 [2024-03-19T13:41:03.439Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:41:03 [2024-03-19T13:41:03.439Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:41:03 [2024-03-19T13:41:03.439Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:41:03 [2024-03-19T13:41:03.439Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:41:03 [2024-03-19T13:41:03.439Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:41:03 [2024-03-19T13:41:03.697Z] --- PASS: TestWaitBlocked (0.02s)
13:41:03 [2024-03-19T13:41:03.697Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s)
13:41:03 [2024-03-19T13:41:03.697Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.79s)
13:41:03 [2024-03-19T13:41:03.697Z] === RUN   TestWaitConditions
13:41:03 [2024-03-19T13:41:03.697Z] === RUN   TestWaitConditions/default
13:41:03 [2024-03-19T13:41:03.697Z] === PAUSE TestWaitConditions/default
13:41:03 [2024-03-19T13:41:03.697Z] === RUN   TestWaitConditions/not-running
13:41:03 [2024-03-19T13:41:03.697Z] === PAUSE TestWaitConditions/not-running
13:41:03 [2024-03-19T13:41:03.697Z] === RUN   TestWaitConditions/next-exit
13:41:03 [2024-03-19T13:41:03.697Z] === PAUSE TestWaitConditions/next-exit
13:41:03 [2024-03-19T13:41:03.697Z] === RUN   TestWaitConditions/removed
13:41:03 [2024-03-19T13:41:03.697Z] === PAUSE TestWaitConditions/removed
13:41:03 [2024-03-19T13:41:03.697Z] === CONT  TestWaitConditions/default
13:41:03 [2024-03-19T13:41:03.697Z] === CONT  TestWaitConditions/next-exit
13:41:03 [2024-03-19T13:41:03.697Z] === CONT  TestWaitConditions/removed
13:41:03 [2024-03-19T13:41:03.697Z] === CONT  TestWaitConditions/not-running
13:41:03 [2024-03-19T13:41:03.955Z]     wait_test.go:145: ContainerID = b09e4a263a1b4763cce46efca2fb49f5efd48fd4e2cbb081bd8e537deba5383a
13:41:03 [2024-03-19T13:41:03.955Z]     wait_test.go:145: ContainerID = 97bb9c03332930e2d5c9e95d74fe150f8d052339b3066c583f2bcfaff8b50c86
13:41:03 [2024-03-19T13:41:03.955Z]     wait_test.go:145: ContainerID = ae7e228a4e4fd756758d718e29b5edac65ee8ace871f1df39184455179a1ab00
13:41:03 [2024-03-19T13:41:03.955Z]     wait_test.go:145: ContainerID = e881c808491278502fee321122526f1becf533f81ec794d23b166d80194dc302
13:41:04 [2024-03-19T13:41:04.888Z] --- PASS: TestWaitConditions (0.03s)
13:41:04 [2024-03-19T13:41:04.888Z]     --- PASS: TestWaitConditions/next-exit (0.79s)
13:41:04 [2024-03-19T13:41:04.888Z]     --- PASS: TestWaitConditions/default (0.85s)
13:41:04 [2024-03-19T13:41:04.888Z]     --- PASS: TestWaitConditions/not-running (1.04s)
13:41:04 [2024-03-19T13:41:04.888Z]     --- PASS: TestWaitConditions/removed (1.11s)
13:41:04 [2024-03-19T13:41:04.888Z] === RUN   TestWaitRestartedContainer
13:41:04 [2024-03-19T13:41:04.888Z] === RUN   TestWaitRestartedContainer/default
13:41:04 [2024-03-19T13:41:04.888Z] === PAUSE TestWaitRestartedContainer/default
13:41:04 [2024-03-19T13:41:04.888Z] === RUN   TestWaitRestartedContainer/not-running
13:41:04 [2024-03-19T13:41:04.888Z] === PAUSE TestWaitRestartedContainer/not-running
13:41:04 [2024-03-19T13:41:04.888Z] === RUN   TestWaitRestartedContainer/next-exit
13:41:04 [2024-03-19T13:41:04.888Z] === PAUSE TestWaitRestartedContainer/next-exit
13:41:04 [2024-03-19T13:41:04.888Z] === CONT  TestWaitRestartedContainer/default
13:41:04 [2024-03-19T13:41:04.888Z] === CONT  TestWaitRestartedContainer/next-exit
13:41:04 [2024-03-19T13:41:04.888Z] === CONT  TestWaitRestartedContainer/not-running
13:41:07 [2024-03-19T13:41:07.415Z] --- PASS: TestWaitRestartedContainer (0.01s)
13:41:07 [2024-03-19T13:41:07.415Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.78s)
13:41:07 [2024-03-19T13:41:07.415Z]     --- PASS: TestWaitRestartedContainer/default (1.95s)
13:41:07 [2024-03-19T13:41:07.415Z]     --- PASS: TestWaitRestartedContainer/not-running (2.01s)
13:41:07 [2024-03-19T13:41:07.415Z] === CONT  TestContainerStartOnDaemonRestart
13:41:07 [2024-03-19T13:41:07.415Z] === CONT  TestHardRestartWhenContainerIsRunning
13:41:07 [2024-03-19T13:41:07.415Z] === CONT  TestDaemonHostGatewayIP
13:41:07 [2024-03-19T13:41:07.415Z] === CONT  TestRestartDaemonWithRestartingContainer
13:41:07 [2024-03-19T13:41:07.415Z] === CONT  TestIpcModeOlderClient
13:41:07 [2024-03-19T13:41:07.415Z] === CONT  TestStopContainerWithTimeoutCancel
13:41:07 [2024-03-19T13:41:07.415Z] === CONT  TestDaemonRestartIpcMode
13:41:07 [2024-03-19T13:41:07.415Z] === CONT  TestContainerKillOnDaemonStart
13:41:07 [2024-03-19T13:41:07.415Z] --- PASS: TestIpcModeOlderClient (0.11s)
13:41:08 [2024-03-19T13:41:08.789Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
13:41:08 [2024-03-19T13:41:08.789Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
13:41:09 [2024-03-19T13:41:09.355Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.46s)
13:41:09 [2024-03-19T13:41:09.355Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
13:41:09 [2024-03-19T13:41:09.355Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.62s)
13:41:09 [2024-03-19T13:41:09.921Z] --- PASS: TestContainerStartOnDaemonRestart (2.88s)
13:41:10 [2024-03-19T13:41:10.178Z] --- PASS: TestDaemonHostGatewayIP (3.25s)
13:41:10 [2024-03-19T13:41:10.436Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.55s)
13:41:10 [2024-03-19T13:41:10.436Z] --- PASS: TestStopContainerWithTimeoutCancel (3.57s)
13:41:10 [2024-03-19T13:41:10.694Z] --- PASS: TestDaemonRestartIpcMode (3.67s)
13:41:18 [2024-03-19T13:41:18.797Z] --- PASS: TestContainerKillOnDaemonStart (11.81s)
13:41:18 [2024-03-19T13:41:18.797Z] PASS
13:41:18 [2024-03-19T13:41:18.797Z] 
13:41:18 [2024-03-19T13:41:18.797Z] === Skipped
13:41:18 [2024-03-19T13:41:18.797Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
13:41:18 [2024-03-19T13:41:18.797Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:41:18 [2024-03-19T13:41:18.797Z] 
13:41:18 [2024-03-19T13:41:18.797Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:41:18 [2024-03-19T13:41:18.797Z]     pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:41:18 [2024-03-19T13:41:18.797Z] 
13:41:18 [2024-03-19T13:41:18.797Z] DONE 339 tests, 2 skipped in 165.855s
13:41:18 [2024-03-19T13:41:18.797Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
13:41:18 [2024-03-19T13:41:18.797Z] ++ '[' -n '' ']'
13:41:18 [2024-03-19T13:41:18.797Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
13:41:18 [2024-03-19T13:41:18.797Z] ++ set -e
13:41:18 [2024-03-19T13:41:18.797Z] ++ '[' -n 0 ']'
13:41:18 [2024-03-19T13:41:18.797Z] ++ set -x
13:41:18 [2024-03-19T13:41:18.797Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
13:41:18 [2024-03-19T13:41:18.797Z] INFO: Testing against a local daemon
13:41:18 [2024-03-19T13:41:18.797Z] === RUN   TestConfigDaemonID
13:41:19 [2024-03-19T13:41:19.731Z]     daemon_test.go:61: [d2b290d6676ca] daemon is not started
13:41:19 [2024-03-19T13:41:19.731Z] --- PASS: TestConfigDaemonID (1.04s)
13:41:19 [2024-03-19T13:41:19.731Z] === RUN   TestDaemonConfigValidation
13:41:19 [2024-03-19T13:41:19.731Z] === RUN   TestDaemonConfigValidation/config_with_no_content
13:41:19 [2024-03-19T13:41:19.731Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
13:41:19 [2024-03-19T13:41:19.731Z] === RUN   TestDaemonConfigValidation/config_with_{}
13:41:19 [2024-03-19T13:41:19.731Z] === PAUSE TestDaemonConfigValidation/config_with_{}
13:41:19 [2024-03-19T13:41:19.731Z] === RUN   TestDaemonConfigValidation/invalid_config
13:41:19 [2024-03-19T13:41:19.731Z] === PAUSE TestDaemonConfigValidation/invalid_config
13:41:19 [2024-03-19T13:41:19.731Z] === RUN   TestDaemonConfigValidation/malformed_config
13:41:19 [2024-03-19T13:41:19.731Z] === PAUSE TestDaemonConfigValidation/malformed_config
13:41:19 [2024-03-19T13:41:19.731Z] === RUN   TestDaemonConfigValidation/valid_config
13:41:19 [2024-03-19T13:41:19.731Z] === PAUSE TestDaemonConfigValidation/valid_config
13:41:19 [2024-03-19T13:41:19.731Z] === CONT  TestDaemonConfigValidation/config_with_no_content
13:41:19 [2024-03-19T13:41:19.731Z] === CONT  TestDaemonConfigValidation/malformed_config
13:41:19 [2024-03-19T13:41:19.731Z] === CONT  TestDaemonConfigValidation/invalid_config
13:41:19 [2024-03-19T13:41:19.731Z] === CONT  TestDaemonConfigValidation/valid_config
13:41:19 [2024-03-19T13:41:19.731Z] === CONT  TestDaemonConfigValidation/config_with_{}
13:41:19 [2024-03-19T13:41:19.989Z] --- PASS: TestDaemonConfigValidation (0.00s)
13:41:19 [2024-03-19T13:41:19.989Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.05s)
13:41:19 [2024-03-19T13:41:19.989Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
13:41:19 [2024-03-19T13:41:19.989Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s)
13:41:19 [2024-03-19T13:41:19.989Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
13:41:19 [2024-03-19T13:41:19.989Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
13:41:19 [2024-03-19T13:41:19.989Z] === RUN   TestConfigDaemonSeccompProfiles
13:41:19 [2024-03-19T13:41:19.989Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
13:41:20 [2024-03-19T13:41:20.922Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
13:41:22 [2024-03-19T13:41:22.295Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
13:41:23 [2024-03-19T13:41:23.229Z]     daemon_test.go:180: [d0e6061833411] daemon is not started
13:41:23 [2024-03-19T13:41:23.229Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
13:41:23 [2024-03-19T13:41:23.229Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
13:41:23 [2024-03-19T13:41:23.229Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
13:41:23 [2024-03-19T13:41:23.229Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
13:41:23 [2024-03-19T13:41:23.229Z] === RUN   TestDaemonProxy
13:41:23 [2024-03-19T13:41:23.229Z] === RUN   TestDaemonProxy/environment_variables
13:41:23 [2024-03-19T13:41:23.229Z] === PAUSE TestDaemonProxy/environment_variables
13:41:23 [2024-03-19T13:41:23.229Z] === RUN   TestDaemonProxy/command-line_options
13:41:23 [2024-03-19T13:41:23.229Z] === PAUSE TestDaemonProxy/command-line_options
13:41:23 [2024-03-19T13:41:23.229Z] === RUN   TestDaemonProxy/configuration_file
13:41:23 [2024-03-19T13:41:23.229Z] === PAUSE TestDaemonProxy/configuration_file
13:41:23 [2024-03-19T13:41:23.229Z] === RUN   TestDaemonProxy/conflicting_options
13:41:23 [2024-03-19T13:41:23.487Z] === RUN   TestDaemonProxy/reload_sanitized
13:41:23 [2024-03-19T13:41:23.487Z] === PAUSE TestDaemonProxy/reload_sanitized
13:41:23 [2024-03-19T13:41:23.487Z] === CONT  TestDaemonProxy/environment_variables
13:41:23 [2024-03-19T13:41:23.487Z] === CONT  TestDaemonProxy/configuration_file
13:41:23 [2024-03-19T13:41:23.487Z] === CONT  TestDaemonProxy/command-line_options
13:41:23 [2024-03-19T13:41:23.487Z] === CONT  TestDaemonProxy/reload_sanitized
13:41:25 [2024-03-19T13:41:25.385Z] --- PASS: TestDaemonProxy (0.50s)
13:41:25 [2024-03-19T13:41:25.385Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
13:41:25 [2024-03-19T13:41:25.385Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.61s)
13:41:25 [2024-03-19T13:41:25.385Z]     --- PASS: TestDaemonProxy/command-line_options (1.74s)
13:41:25 [2024-03-19T13:41:25.385Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
13:41:25 [2024-03-19T13:41:25.385Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
13:41:25 [2024-03-19T13:41:25.385Z] === RUN   TestLiveRestore
13:41:25 [2024-03-19T13:41:25.385Z] === RUN   TestLiveRestore/volume_references
13:41:25 [2024-03-19T13:41:25.385Z] === PAUSE TestLiveRestore/volume_references
13:41:25 [2024-03-19T13:41:25.385Z] === RUN   TestLiveRestore/autoremove
13:41:25 [2024-03-19T13:41:25.385Z] === PAUSE TestLiveRestore/autoremove
13:41:25 [2024-03-19T13:41:25.385Z] === CONT  TestLiveRestore/volume_references
13:41:25 [2024-03-19T13:41:25.385Z] === CONT  TestLiveRestore/autoremove
13:41:25 [2024-03-19T13:41:25.385Z] === RUN   TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers
13:41:25 [2024-03-19T13:41:25.951Z] === RUN   TestLiveRestore/volume_references/restartPolicy
13:41:25 [2024-03-19T13:41:25.951Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
13:41:26 [2024-03-19T13:41:26.884Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
13:41:27 [2024-03-19T13:41:27.142Z] === RUN   TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited
13:41:28 [2024-03-19T13:41:28.074Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
13:41:29 [2024-03-19T13:41:29.008Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
13:41:29 [2024-03-19T13:41:29.941Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
13:41:30 [2024-03-19T13:41:30.506Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
13:41:31 [2024-03-19T13:41:31.071Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
13:41:32 [2024-03-19T13:41:32.005Z] --- PASS: TestLiveRestore (0.00s)
13:41:32 [2024-03-19T13:41:32.005Z]     --- PASS: TestLiveRestore/autoremove (3.34s)
13:41:32 [2024-03-19T13:41:32.005Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.83s)
13:41:32 [2024-03-19T13:41:32.005Z]         --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.51s)
13:41:32 [2024-03-19T13:41:32.005Z]     --- PASS: TestLiveRestore/volume_references (6.80s)
13:41:32 [2024-03-19T13:41:32.005Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.93s)
13:41:32 [2024-03-19T13:41:32.005Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.08s)
13:41:32 [2024-03-19T13:41:32.005Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.94s)
13:41:32 [2024-03-19T13:41:32.005Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.98s)
13:41:32 [2024-03-19T13:41:32.005Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.94s)
13:41:32 [2024-03-19T13:41:32.005Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.32s)
13:41:32 [2024-03-19T13:41:32.005Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.39s)
13:41:32 [2024-03-19T13:41:32.005Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.94s)
13:41:32 [2024-03-19T13:41:32.005Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
13:41:32 [2024-03-19T13:41:32.937Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.66s)
13:41:32 [2024-03-19T13:41:32.937Z] PASS
13:41:32 [2024-03-19T13:41:32.937Z] 
13:41:32 [2024-03-19T13:41:32.937Z] DONE 31 tests in 13.955s
13:41:32 [2024-03-19T13:41:32.937Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
13:41:32 [2024-03-19T13:41:32.937Z] ++ '[' -n '' ']'
13:41:32 [2024-03-19T13:41:32.937Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
13:41:32 [2024-03-19T13:41:32.937Z] ++ set -e
13:41:32 [2024-03-19T13:41:32.937Z] ++ '[' -n 0 ']'
13:41:32 [2024-03-19T13:41:32.937Z] ++ set -x
13:41:32 [2024-03-19T13:41:32.937Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
13:41:32 [2024-03-19T13:41:32.937Z] INFO: Testing against a local daemon
13:41:32 [2024-03-19T13:41:32.937Z] === RUN   TestCommitInheritsEnv
13:41:32 [2024-03-19T13:41:32.937Z] --- PASS: TestCommitInheritsEnv (0.20s)
13:41:32 [2024-03-19T13:41:32.937Z] === RUN   TestUsernsCommit
13:41:34 [2024-03-19T13:41:34.311Z] --- PASS: TestUsernsCommit (1.43s)
13:41:34 [2024-03-19T13:41:34.311Z] === RUN   TestImportExtremelyLargeImageWorks
13:41:34 [2024-03-19T13:41:34.311Z]     import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out
13:41:34 [2024-03-19T13:41:34.311Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
13:41:34 [2024-03-19T13:41:34.311Z] === RUN   TestImportWithCustomPlatform
13:41:34 [2024-03-19T13:41:34.311Z] === RUN   TestImportWithCustomPlatform/#00
13:41:34 [2024-03-19T13:41:34.311Z] === RUN   TestImportWithCustomPlatform/linux
13:41:34 [2024-03-19T13:41:34.569Z] === RUN   TestImportWithCustomPlatform/LINUX
13:41:34 [2024-03-19T13:41:34.569Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
13:41:34 [2024-03-19T13:41:34.569Z] --- PASS: TestImportWithCustomPlatform (0.14s)
13:41:34 [2024-03-19T13:41:34.569Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.03s)
13:41:34 [2024-03-19T13:41:34.569Z]     --- PASS: TestImportWithCustomPlatform/linux (0.03s)
13:41:34 [2024-03-19T13:41:34.569Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.03s)
13:41:34 [2024-03-19T13:41:34.569Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.03s)
13:41:34 [2024-03-19T13:41:34.569Z] === RUN   TestImportWithCustomPlatformReject
13:41:34 [2024-03-19T13:41:34.569Z] === RUN   TestImportWithCustomPlatformReject/_______
13:41:34 [2024-03-19T13:41:34.569Z] === RUN   TestImportWithCustomPlatformReject//
13:41:34 [2024-03-19T13:41:34.569Z] === RUN   TestImportWithCustomPlatformReject/macos
13:41:34 [2024-03-19T13:41:34.569Z] === RUN   TestImportWithCustomPlatformReject/macos/arm64
13:41:34 [2024-03-19T13:41:34.569Z] === RUN   TestImportWithCustomPlatformReject/nintendo64
13:41:34 [2024-03-19T13:41:34.569Z] --- PASS: TestImportWithCustomPlatformReject (0.01s)
13:41:34 [2024-03-19T13:41:34.569Z]     --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s)
13:41:34 [2024-03-19T13:41:34.569Z]     --- PASS: TestImportWithCustomPlatformReject// (0.00s)
13:41:34 [2024-03-19T13:41:34.569Z]     --- PASS: TestImportWithCustomPlatformReject/macos (0.00s)
13:41:34 [2024-03-19T13:41:34.569Z]     --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s)
13:41:34 [2024-03-19T13:41:34.569Z]     --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s)
13:41:34 [2024-03-19T13:41:34.569Z] === RUN   TestImageInspectEmptyTagsAndDigests
13:41:34 [2024-03-19T13:41:34.569Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
13:41:34 [2024-03-19T13:41:34.569Z] === RUN   TestImagesFilterMultiReference
13:41:34 [2024-03-19T13:41:34.569Z] --- PASS: TestImagesFilterMultiReference (0.05s)
13:41:34 [2024-03-19T13:41:34.569Z] === RUN   TestImagesFilterUntil
13:41:34 [2024-03-19T13:41:34.827Z]     list_test.go:95: ImageList: ID=sha256:e7a93e78c32ef9846965bf293e6f6e2c4c16332a6e46cd2d66027cf0062b9ba5 RepoTags=[testimagesfilteruntil:v1]
13:41:34 [2024-03-19T13:41:34.827Z] --- PASS: TestImagesFilterUntil (0.30s)
13:41:34 [2024-03-19T13:41:34.827Z] === RUN   TestImagesFilterBeforeSince
13:41:35 [2024-03-19T13:41:35.084Z]     list_test.go:129: ImageList: ID=sha256:d31cb1ed3e3f9366c7ad9ad8a11d6630fb2cf75334a9e704f98cc5f0502b8bdb RepoTags=[testimagesfilterbeforesince:v3]
13:41:35 [2024-03-19T13:41:35.084Z]     list_test.go:129: ImageList: ID=sha256:0504a0e13b39219507132426a2f6d2b9ba45d4f564a3b0f4f868bc4c05eba3fd RepoTags=[testimagesfilterbeforesince:v1]
13:41:35 [2024-03-19T13:41:35.084Z]     list_test.go:129: ImageList: ID=sha256:d9f4ce3ebb97ba0be4e23537bfc4c12c6c2d339f306af5ee5e8134257bba5e9a RepoTags=[testimagesfilterbeforesince:v2]
13:41:35 [2024-03-19T13:41:35.084Z] --- PASS: TestImagesFilterBeforeSince (0.31s)
13:41:35 [2024-03-19T13:41:35.084Z] === RUN   TestAPIImagesFilters
13:41:35 [2024-03-19T13:41:35.342Z] === RUN   TestAPIImagesFilters/repository_regex
13:41:35 [2024-03-19T13:41:35.342Z] === PAUSE TestAPIImagesFilters/repository_regex
13:41:35 [2024-03-19T13:41:35.342Z] === RUN   TestAPIImagesFilters/image_name_regex
13:41:35 [2024-03-19T13:41:35.342Z] === PAUSE TestAPIImagesFilters/image_name_regex
13:41:35 [2024-03-19T13:41:35.342Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
13:41:35 [2024-03-19T13:41:35.342Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
13:41:35 [2024-03-19T13:41:35.342Z] === RUN   TestAPIImagesFilters/registry_port_regex
13:41:35 [2024-03-19T13:41:35.342Z] === PAUSE TestAPIImagesFilters/registry_port_regex
13:41:35 [2024-03-19T13:41:35.342Z] === CONT  TestAPIImagesFilters/repository_regex
13:41:35 [2024-03-19T13:41:35.342Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
13:41:35 [2024-03-19T13:41:35.342Z] === CONT  TestAPIImagesFilters/registry_port_regex
13:41:35 [2024-03-19T13:41:35.342Z] === CONT  TestAPIImagesFilters/image_name_regex
13:41:35 [2024-03-19T13:41:35.342Z] --- PASS: TestAPIImagesFilters (0.04s)
13:41:35 [2024-03-19T13:41:35.342Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
13:41:35 [2024-03-19T13:41:35.342Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
13:41:35 [2024-03-19T13:41:35.342Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
13:41:35 [2024-03-19T13:41:35.342Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
13:41:35 [2024-03-19T13:41:35.342Z] === RUN   TestPruneDontDeleteUsedDangling
13:41:35 [2024-03-19T13:41:35.910Z] --- PASS: TestPruneDontDeleteUsedDangling (0.56s)
13:41:35 [2024-03-19T13:41:35.910Z] === RUN   TestImagePullPlatformInvalid
13:41:35 [2024-03-19T13:41:35.910Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
13:41:35 [2024-03-19T13:41:35.910Z] === RUN   TestImagePullStoredfDigestForOtherRepo
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.693772947Z" 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.8 instance.id=cefbdf1d-54ab-4aa2-9069-5c44220e1869 version=2.8.3 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.693839506Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=cefbdf1d-54ab-4aa2-9069-5c44220e1869 version=2.8.3 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.693870062Z" level=info msg="Starting upload purge in 40m0s" go.version=go1.20.8 instance.id=cefbdf1d-54ab-4aa2-9069-5c44220e1869 version=2.8.3 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.694054283Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=cefbdf1d-54ab-4aa2-9069-5c44220e1869 version=2.8.3 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.789749718Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3fd84cca-0213-4488-a982-1acc002dbc02 http.request.method=GET http.request.remoteaddr="127.0.0.1:47918" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.790184235Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3fd84cca-0213-4488-a982-1acc002dbc02 http.request.method=GET http.request.remoteaddr="127.0.0.1:47918" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.870957ms http.response.status=200 http.response.written=2 
13:41:35 [2024-03-19T13:41:35.910Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.792567508Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b77c10fd-c566-4346-a9df-fe881cdfd019 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.792601371Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7a8916e0-67e3-4656-9b0d-8f5562733c1b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.792606507Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b77c10fd-c566-4346-a9df-fe881cdfd019 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.792632378Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7a8916e0-67e3-4656-9b0d-8f5562733c1b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.792692587Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b77c10fd-c566-4346-a9df-fe881cdfd019 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=35.561µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4b622bca-198f-47e3-b95c-ecb7d0f46de9 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.792696911Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7a8916e0-67e3-4656-9b0d-8f5562733c1b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=27.52µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=06861ef8-e01b-40f5-ac67-5eb8da517e45 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.792809214Z" 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.8 http.request.host="127.0.0.1:5000" http.request.id=b77c10fd-c566-4346-a9df-fe881cdfd019 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.146833ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown"
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.792842543Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b err.message="blob unknown to registry" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7a8916e0-67e3-4656-9b0d-8f5562733c1b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.16989ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown"
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.793905019Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5931579-8613-44a5-a3d5-741af2de8f93 http.request.method=POST http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.794389595Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5931579-8613-44a5-a3d5-741af2de8f93 http.request.method=POST http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.794484536Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a7b94087-5154-499b-b807-69500116830c http.request.method=POST http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.794537779Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a7b94087-5154-499b-b807-69500116830c http.request.method=POST http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.794540437Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5931579-8613-44a5-a3d5-741af2de8f93 http.request.method=POST http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=106.846µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=3d0b7f11-122e-4966-9b29-1a2b3069b1b1 trace.line=110 vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.794584884Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5931579-8613-44a5-a3d5-741af2de8f93 http.request.method=POST http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=20.906µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=6c40067b-a03e-4239-a337-a537fb49841e trace.line=142 vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.794672843Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/611388ca-87e0-444d-b04e-c45f18d40bbe/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a7b94087-5154-499b-b807-69500116830c http.request.method=POST http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=105.025µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=fd961c6f-b302-4b32-a939-fe88a555ba78 trace.line=110 vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.794718365Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5931579-8613-44a5-a3d5-741af2de8f93 http.request.method=POST http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=54.293µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=dd796c9a-b797-431e-9a8d-2983b16c76cb trace.line=110 vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.794724707Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/611388ca-87e0-444d-b04e-c45f18d40bbe/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a7b94087-5154-499b-b807-69500116830c http.request.method=POST http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=23.245µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=9196fec0-3322-4cf9-8f9d-bed6b44901d8 trace.line=142 vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.794793876Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/611388ca-87e0-444d-b04e-c45f18d40bbe/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a7b94087-5154-499b-b807-69500116830c http.request.method=POST http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=42.535µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=f14293f3-27f5-4e1d-84fd-ce3b2fded999 trace.line=110 vars.name=test 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.794807578Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5931579-8613-44a5-a3d5-741af2de8f93 http.request.method=POST http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.755863ms http.response.status=202 http.response.written=0 
13:41:35 [2024-03-19T13:41:35.910Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown"
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.79486119Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a7b94087-5154-499b-b807-69500116830c http.request.method=POST http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.701702ms http.response.status=202 http.response.written=0 
13:41:35 [2024-03-19T13:41:35.910Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown"
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.796355353Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.796396157Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.796421551Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.796447324Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.796487373Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=37.957µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=83e57d9b-5dbc-40c6-8519-2e12f5657806 trace.line=95 vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.910Z] time="2024-03-19T13:41:35.796504193Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/611388ca-87e0-444d-b04e-c45f18d40bbe/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=34.133µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=80c54f9d-f322-49cb-b4c1-295504fee624 trace.line=95 vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.796539089Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=19.725µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=98bf9c00-bece-4062-982d-4ea20480b02e trace.line=142 vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.796552258Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/611388ca-87e0-444d-b04e-c45f18d40bbe/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=21.374µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=37efff17-2ae8-4bf1-ae62-6ffdc9b49bf1 trace.line=142 vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.796579918Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.796582256Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797079148Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/611388ca-87e0-444d-b04e-c45f18d40bbe/hashstates/sha256/194")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=434.598µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=ebdc1e49-8a50-48ee-9ea6-5e8b21f6a846 trace.line=110 vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797112223Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db/hashstates/sha256/68")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=494.127µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=8e1907b6-4ca5-4370-b122-485b69232067 trace.line=110 vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.79717381Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/611388ca-87e0-444d-b04e-c45f18d40bbe/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=27.495µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e35c53b6-b7d0-4251-b77a-9488971ea5f0 trace.line=155 vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797198072Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=19.003µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e4b9b479-dad6-4372-8e77-94266878a42e trace.line=155 vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797300111Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=28.8µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=7f8edb2f-8c70-4787-80fb-71b7a1045bb6 trace.line=155 vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797278975Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=52.381µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=71640751-ebe6-48d1-9a8c-e539558ba454 trace.line=155 vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797349505Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=13.514µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9c521256-241f-4852-997b-6f7834304ba3 trace.line=155 vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797370543Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/611388ca-87e0-444d-b04e-c45f18d40bbe/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=15.187µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9832d0d4-2c3b-4ff9-b64c-82f2964fb351 trace.line=155 vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797572101Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db/data", "/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=185.804µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=f3442b29-686e-484b-a78f-36b82e17467d trace.line=185 vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.79759903Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/611388ca-87e0-444d-b04e-c45f18d40bbe/data", "/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=192.738µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=8e5b8b10-b823-4690-9d04-f97bdf3c19b5 trace.line=185 vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797670464Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=57.288µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=ddbd0bd4-edba-4a52-a446-6deda574fc84 trace.line=110 vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797687243Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=49.567µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=e92d387b-19b6-4ef1-83ab-4e5758b0eb53 trace.line=110 vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.79779432Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=96.065µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=f65a7368-b3b0-4112-9d03-483988dec277 trace.line=202 vars.name=test vars.uuid=f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797806324Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/611388ca-87e0-444d-b04e-c45f18d40bbe")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=95.113µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=a96e7e9c-f897-451b-b4d4-d4eec4c0ccca trace.line=202 vars.name=test vars.uuid=611388ca-87e0-444d-b04e-c45f18d40bbe 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.79788053Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c73448bf-11f0-4485-97d3-05ea00506672 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47924" http.request.uri="/v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.206471ms http.response.status=201 http.response.written=0 
13:41:35 [2024-03-19T13:41:35.911Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "PUT /v2/test/blobs/uploads/611388ca-87e0-444d-b04e-c45f18d40bbe?_state=BOSrv_kG45AyPpaxsavSsW7gNrlgpjC8r-Sl_NndbBx7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjYxMTM4OGNhLTg3ZTAtNDQ0ZC1iMDRlLWM0NWYxOGQ0MGJiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ1NTA3MDJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.797948633Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=98a9e987-6bab-4c58-bee3-02aa9b41e7e5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.286601ms http.response.status=201 http.response.written=0 
13:41:35 [2024-03-19T13:41:35.911Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "PUT /v2/test/blobs/uploads/f22eb0a1-3871-4b48-8ff5-0b63bd4cb9db?_state=jwriGEhf9Km_rrvC54ftRXO9GlpN6LU4Ca0NPMPdD0p7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyMmViMGExLTM4NzEtNGI0OC04ZmY1LTBiNjNiZDRjYjlkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMy0xOVQxMzo0MTozNS43OTQ0MTM0MjNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.798928845Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=296736e3-e322-4eb4-b25f-83be7c6c2b29 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.798959474Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=296736e3-e322-4eb4-b25f-83be7c6c2b29 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.799010165Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=296736e3-e322-4eb4-b25f-83be7c6c2b29 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=24.074µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7e7d01f7-0156-4362-8c61-52ccf600f8a0 trace.line=95 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.79906724Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=296736e3-e322-4eb4-b25f-83be7c6c2b29 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="802.072µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.12+unknown"
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.799969996Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800001487Z" level=debug msg=PutImageManifest go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800140966Z" level=debug msg="Putting a Docker Manifest!" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800157113Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800165597Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.80022972Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=35.626µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=9d730e5a-4f30-4fe0-b3c8-54bf6aa4c998 trace.line=95 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800274134Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=13.153µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a174a477-e165-457a-bff4-ce26e067d6b2 trace.line=155 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800323488Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=18.748µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ca21f2b8-f593-4f94-b2c7-b556fa174979 trace.line=95 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800363545Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=10.544µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f53500a2-80d6-4f88-aa61-823134267eba trace.line=155 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800403717Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=11.906µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=57cdb6c7-03d1-4b13-9a70-5a0f41b60dec trace.line=155 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800475955Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=47.024µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=aea9ec4e-e1e6-44b8-95a3-6897051f0b2b trace.line=110 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800559088Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=50.519µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=c7bee5a5-ea64-4d13-b092-2441d7998fb2 trace.line=110 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800712655Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=59.914µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d95339ba-1743-4edb-a72c-163794f7ad34 trace.line=110 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800764043Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=28.685µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=35a955a0-961a-4326-bb85-29fc21e7664d trace.line=110 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800799916Z" level=debug msg="Succeeded in putting manifest!" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.800815235Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=a7834c4d-ccd7-4404-a712-b75def002df5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47926" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.427135ms http.response.status=201 http.response.written=0 
13:41:35 [2024-03-19T13:41:35.911Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown"
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.807559109Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7d8ce500-2fda-449b-b5ec-bd57bc7c2f1b http.request.method=GET http.request.remoteaddr="127.0.0.1:47944" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.807599281Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7d8ce500-2fda-449b-b5ec-bd57bc7c2f1b http.request.method=GET http.request.remoteaddr="127.0.0.1:47944" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.262828ms http.response.status=200 http.response.written=2 
13:41:35 [2024-03-19T13:41:35.911Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.809606737Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5a38ee2-5fe9-4a49-98ad-201e94f7d12b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47958" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.911Z] time="2024-03-19T13:41:35.809647647Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5a38ee2-5fe9-4a49-98ad-201e94f7d12b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47958" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.809715216Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5a38ee2-5fe9-4a49-98ad-201e94f7d12b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47958" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.791µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=60bc5eee-fa4c-46ea-b993-0c470933d88e trace.line=95 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.809735138Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5a38ee2-5fe9-4a49-98ad-201e94f7d12b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47958" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.80977792Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5a38ee2-5fe9-4a49-98ad-201e94f7d12b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47958" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.85µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=8f8c2125-afa8-40e8-a7fa-6663265bf468 trace.line=95 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.809820512Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5a38ee2-5fe9-4a49-98ad-201e94f7d12b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47958" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.449µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ecf9e580-cb99-44ce-ae06-e9f7a691623b trace.line=155 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.809862973Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5a38ee2-5fe9-4a49-98ad-201e94f7d12b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47958" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.128µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=d3e775ea-da14-4e81-9e6b-48d3bbc6a33c trace.line=125 vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.80990596Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5a38ee2-5fe9-4a49-98ad-201e94f7d12b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47958" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.809987059Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e5a38ee2-5fe9-4a49-98ad-201e94f7d12b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:47958" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-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.105446ms http.response.status=200 http.response.written=417 
13:41:35 [2024-03-19T13:41:35.912Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.819393729Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a520018d-5020-4941-b2a3-c9464b2bc62a http.request.method=GET http.request.remoteaddr="127.0.0.1:47964" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.819435271Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a520018d-5020-4941-b2a3-c9464b2bc62a http.request.method=GET http.request.remoteaddr="127.0.0.1:47964" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.819448326Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a520018d-5020-4941-b2a3-c9464b2bc62a http.request.method=GET http.request.remoteaddr="127.0.0.1:47964" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.819516723Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a520018d-5020-4941-b2a3-c9464b2bc62a http.request.method=GET http.request.remoteaddr="127.0.0.1:47964" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.612µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c408b3c5-98e3-4c01-9d4b-3c8ea0134d7d trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.81956309Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a520018d-5020-4941-b2a3-c9464b2bc62a http.request.method=GET http.request.remoteaddr="127.0.0.1:47964" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.312µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a0de2661-e8b9-4e5a-b84d-f3fdec3a6d0e trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.819601867Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a520018d-5020-4941-b2a3-c9464b2bc62a http.request.method=GET http.request.remoteaddr="127.0.0.1:47964" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.464µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=dfba9123-b6a1-4fe8-97f5-acfbfbd8de4c trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.819634909Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a520018d-5020-4941-b2a3-c9464b2bc62a http.request.method=GET http.request.remoteaddr="127.0.0.1:47964" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.819726855Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=a520018d-5020-4941-b2a3-c9464b2bc62a http.request.method=GET http.request.remoteaddr="127.0.0.1:47964" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-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.067039ms http.response.status=200 http.response.written=417 
13:41:35 [2024-03-19T13:41:35.912Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.82702815Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827070907Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827138656Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827183924Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827141241Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=39.778µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3425a2b9-8a66-4264-ae21-d60ff4e2b92b trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827248793Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.928µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=6c1dfa95-ba96-44f2-8eff-61d88c540fe9 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827290869Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.867µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=d59f6a4a-fdcc-4aab-82b9-f523381a3d14 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827306762Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.404µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9b8cd93c-6121-4a24-8d72-3a5a4ad2fcc6 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827334807Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.165µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=9bc43af4-5dfc-4e22-969b-17e9723cf5c7 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.82736684Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.6µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=59c17cb0-5ced-4df9-9b0f-75887f852b54 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827372222Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=28.308µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=cad5c081-0bb5-4f2b-a035-c5c3741a02c0 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827402171Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.772µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=388c9c2e-eb63-4c23-9206-057dae9bbae2 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827409416Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.413µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=0210c092-fef5-4654-8c7d-9040a7d6a5c4 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827435048Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.1µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=18552769-4457-4430-8461-773c971c2258 trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827444788Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.166µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6b04bbdf-34f1-4042-b61f-4fa3eedb369e trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827474023Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=6.465µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=d0f1dd4e-80ca-4f97-b709-9b8e4a391f96 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827489186Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.113µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=3451c0d0-a4a8-497a-90d6-1c05bc40a68e trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.827517001Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.317µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=9619f7f1-41a4-4f4c-a700-75331ad51567 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.828146716Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=41.132µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7129a3c8-6b8e-41bb-8084-24fbb05bed16 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.828231171Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.566µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=317dd126-c573-4f62-b469-5e3d5c4e447f trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.828397521Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d63f2bd4-76b5-465f-89eb-e1ac48c4e0bc http.request.method=GET http.request.remoteaddr="127.0.0.1:47986" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.631937ms http.response.status=200 http.response.written=68 
13:41:35 [2024-03-19T13:41:35.912Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.828990741Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=35.708µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=a24a4fd1-32fd-417c-b4f7-aed50d3d7832 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.829049358Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.057µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=984820a0-d9d1-47ca-88aa-12659e969cb6 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.829106326Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8473c338-aadb-4f96-88d5-ad3f231bf98a http.request.method=GET http.request.remoteaddr="127.0.0.1:47978" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.396092ms http.response.status=200 http.response.written=194 
13:41:35 [2024-03-19T13:41:35.912Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.84259505Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=abe7435c-47b0-4579-9c47-f5cdb6bcf432 http.request.method=GET http.request.remoteaddr="127.0.0.1:48002" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.84263098Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=abe7435c-47b0-4579-9c47-f5cdb6bcf432 http.request.method=GET http.request.remoteaddr="127.0.0.1:48002" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="739.262µs" http.response.status=200 http.response.written=2 
13:41:35 [2024-03-19T13:41:35.912Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:41:35 [2024-03-19T13:41:35.912Z] time="2024-03-19T13:41:35.849266293Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=17875c10-90c4-4461-aff4-1c78c223fdbd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48018" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] time="2024-03-19T13:41:35.849306178Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=17875c10-90c4-4461-aff4-1c78c223fdbd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48018" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] time="2024-03-19T13:41:35.849328454Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=17875c10-90c4-4461-aff4-1c78c223fdbd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48018" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] time="2024-03-19T13:41:35.849385439Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=17875c10-90c4-4461-aff4-1c78c223fdbd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48018" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=29.021µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=61a43504-33e5-464b-8ad8-8e0cc73bdb02 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] time="2024-03-19T13:41:35.849426489Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=17875c10-90c4-4461-aff4-1c78c223fdbd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48018" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.136µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=538d2cc1-d71a-4ed2-93ec-275c8078f63a trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] time="2024-03-19T13:41:35.849491432Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=17875c10-90c4-4461-aff4-1c78c223fdbd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48018" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="943.052µs" http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:41:35 [2024-03-19T13:41:35.913Z] time="2024-03-19T13:41:35.850692829Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b7d623d4-44d1-4d40-9e89-124a68d4ce8a http.request.method=GET http.request.remoteaddr="127.0.0.1:48032" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] time="2024-03-19T13:41:35.85073122Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b7d623d4-44d1-4d40-9e89-124a68d4ce8a http.request.method=GET http.request.remoteaddr="127.0.0.1:48032" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] time="2024-03-19T13:41:35.850744151Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b7d623d4-44d1-4d40-9e89-124a68d4ce8a http.request.method=GET http.request.remoteaddr="127.0.0.1:48032" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] time="2024-03-19T13:41:35.850794457Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b7d623d4-44d1-4d40-9e89-124a68d4ce8a http.request.method=GET http.request.remoteaddr="127.0.0.1:48032" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=24.977µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d724f697-e725-4581-9c3a-f175fe6a9cd6 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] time="2024-03-19T13:41:35.850835655Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b7d623d4-44d1-4d40-9e89-124a68d4ce8a http.request.method=GET http.request.remoteaddr="127.0.0.1:48032" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.21µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=bfcf8785-932b-4e2d-b02c-2d8e46454a20 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] time="2024-03-19T13:41:35.850882227Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b7d623d4-44d1-4d40-9e89-124a68d4ce8a http.request.method=GET http.request.remoteaddr="127.0.0.1:48032" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="916.631µs" http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
13:41:35 [2024-03-19T13:41:35.913Z] 127.0.0.1 - - [19/Mar/2024:13:41:35 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.8 git-commit/a987bc5ad06c54448454b5415dd70465d41c184e kernel/5.15.0-1053-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
13:41:35 [2024-03-19T13:41:35.913Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s)
13:41:35 [2024-03-19T13:41:35.913Z] === RUN   TestImagePullNonExisting
13:41:35 [2024-03-19T13:41:35.913Z] === RUN   TestImagePullNonExisting/asdfasdf:foobar
13:41:35 [2024-03-19T13:41:35.913Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar
13:41:35 [2024-03-19T13:41:35.913Z] === RUN   TestImagePullNonExisting/library/asdfasdf:foobar
13:41:35 [2024-03-19T13:41:35.913Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar
13:41:35 [2024-03-19T13:41:35.913Z] === RUN   TestImagePullNonExisting/asdfasdf
13:41:35 [2024-03-19T13:41:35.913Z] === PAUSE TestImagePullNonExisting/asdfasdf
13:41:35 [2024-03-19T13:41:35.913Z] === RUN   TestImagePullNonExisting/asdfasdf:latest
13:41:35 [2024-03-19T13:41:35.913Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest
13:41:35 [2024-03-19T13:41:35.913Z] === RUN   TestImagePullNonExisting/library/asdfasdf
13:41:35 [2024-03-19T13:41:35.913Z] === PAUSE TestImagePullNonExisting/library/asdfasdf
13:41:35 [2024-03-19T13:41:35.913Z] === RUN   TestImagePullNonExisting/library/asdfasdf:latest
13:41:35 [2024-03-19T13:41:35.913Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest
13:41:35 [2024-03-19T13:41:35.913Z] === CONT  TestImagePullNonExisting/asdfasdf:foobar
13:41:35 [2024-03-19T13:41:35.913Z] === CONT  TestImagePullNonExisting/asdfasdf:latest
13:41:35 [2024-03-19T13:41:35.913Z] === CONT  TestImagePullNonExisting/library/asdfasdf:latest
13:41:35 [2024-03-19T13:41:35.913Z] === CONT  TestImagePullNonExisting/library/asdfasdf
13:41:35 [2024-03-19T13:41:35.913Z] === CONT  TestImagePullNonExisting/asdfasdf
13:41:35 [2024-03-19T13:41:35.913Z] === CONT  TestImagePullNonExisting/library/asdfasdf:foobar
13:41:37 [2024-03-19T13:41:37.286Z] --- PASS: TestImagePullNonExisting (0.01s)
13:41:37 [2024-03-19T13:41:37.286Z]     --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.95s)
13:41:37 [2024-03-19T13:41:37.286Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s)
13:41:37 [2024-03-19T13:41:37.286Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.96s)
13:41:37 [2024-03-19T13:41:37.286Z]     --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.96s)
13:41:37 [2024-03-19T13:41:37.286Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf (1.27s)
13:41:37 [2024-03-19T13:41:37.286Z]     --- PASS: TestImagePullNonExisting/asdfasdf (1.28s)
13:41:37 [2024-03-19T13:41:37.286Z] === RUN   TestRemoveImageOrphaning
13:41:37 [2024-03-19T13:41:37.543Z] --- PASS: TestRemoveImageOrphaning (0.19s)
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestRemoveByDigest
13:41:37 [2024-03-19T13:41:37.543Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
13:41:37 [2024-03-19T13:41:37.543Z] --- SKIP: TestRemoveByDigest (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestRemoveImageGarbageCollector
13:41:37 [2024-03-19T13:41:37.543Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
13:41:37 [2024-03-19T13:41:37.543Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveCheckTimes
13:41:37 [2024-03-19T13:41:37.543Z] === PAUSE TestSaveCheckTimes
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/busybox:latest
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/busybox:latest/Manifest
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/busybox:latest/Config
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/busybox:latest/Containerd_image_name
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/busybox:latest/OCI_reference_tag
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/multilayer:latest
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/multilayer:latest/Manifest
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/multilayer:latest/Config
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/multilayer:latest/Containerd_image_name
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveOCI/multilayer:latest/OCI_reference_tag
13:41:37 [2024-03-19T13:41:37.543Z] --- PASS: TestSaveOCI (0.14s)
13:41:37 [2024-03-19T13:41:37.543Z]     --- PASS: TestSaveOCI/busybox:latest (0.02s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/busybox:latest/Manifest (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/busybox:latest/Config (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/busybox:latest/Containerd_image_name (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/busybox:latest/OCI_reference_tag (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z]     --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e (0.02s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Manifest (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Config (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/Containerd_image_name (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/sha256:19d689bc58fd64da6a46d46512ea965a12b6bfb5b030400e21bc0a04c4ff155e/OCI_reference_tag (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z]     --- PASS: TestSaveOCI/multilayer:latest (0.01s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/multilayer:latest/Manifest (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/multilayer:latest/Config (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/multilayer:latest/Containerd_image_name (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z]         --- PASS: TestSaveOCI/multilayer:latest/OCI_reference_tag (0.00s)
13:41:37 [2024-03-19T13:41:37.543Z] === RUN   TestSaveRepoWithMultipleImages
13:41:37 [2024-03-19T13:41:37.801Z] --- PASS: TestSaveRepoWithMultipleImages (0.23s)
13:41:37 [2024-03-19T13:41:37.801Z] === RUN   TestSaveDirectoryPermissions
13:41:38 [2024-03-19T13:41:38.734Z] --- PASS: TestSaveDirectoryPermissions (0.94s)
13:41:38 [2024-03-19T13:41:38.734Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:41:38 [2024-03-19T13:41:38.734Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
13:41:38 [2024-03-19T13:41:38.734Z] === RUN   TestTagUsingDigestAlgorithmAsName
13:41:38 [2024-03-19T13:41:38.734Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
13:41:38 [2024-03-19T13:41:38.734Z] === RUN   TestTagValidPrefixedRepo
13:41:38 [2024-03-19T13:41:38.734Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
13:41:38 [2024-03-19T13:41:38.734Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
13:41:38 [2024-03-19T13:41:38.734Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
13:41:38 [2024-03-19T13:41:38.734Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
13:41:38 [2024-03-19T13:41:38.734Z] === RUN   TestTagValidPrefixedRepo/foooo:t
13:41:38 [2024-03-19T13:41:38.734Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
13:41:38 [2024-03-19T13:41:38.734Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
13:41:38 [2024-03-19T13:41:38.734Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
13:41:38 [2024-03-19T13:41:38.734Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
13:41:38 [2024-03-19T13:41:38.734Z] === CONT  TestTagValidPrefixedRepo/foooo:t
13:41:38 [2024-03-19T13:41:38.734Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
13:41:38 [2024-03-19T13:41:38.734Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
13:41:38 [2024-03-19T13:41:38.734Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
13:41:38 [2024-03-19T13:41:38.734Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
13:41:38 [2024-03-19T13:41:38.734Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.02s)
13:41:38 [2024-03-19T13:41:38.734Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s)
13:41:38 [2024-03-19T13:41:38.734Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s)
13:41:38 [2024-03-19T13:41:38.734Z] === RUN   TestTagExistedNameWithoutForce
13:41:38 [2024-03-19T13:41:38.734Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
13:41:38 [2024-03-19T13:41:38.734Z] === RUN   TestTagOfficialNames
13:41:38 [2024-03-19T13:41:38.734Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
13:41:38 [2024-03-19T13:41:38.992Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
13:41:38 [2024-03-19T13:41:38.992Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
13:41:38 [2024-03-19T13:41:38.992Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
13:41:38 [2024-03-19T13:41:38.992Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
13:41:38 [2024-03-19T13:41:38.992Z] --- PASS: TestTagOfficialNames (0.05s)
13:41:38 [2024-03-19T13:41:38.992Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
13:41:38 [2024-03-19T13:41:38.992Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
13:41:38 [2024-03-19T13:41:38.992Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
13:41:38 [2024-03-19T13:41:38.992Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
13:41:38 [2024-03-19T13:41:38.992Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
13:41:38 [2024-03-19T13:41:38.992Z] === RUN   TestTagMatchesDigest
13:41:38 [2024-03-19T13:41:38.992Z] --- PASS: TestTagMatchesDigest (0.01s)
13:41:38 [2024-03-19T13:41:38.992Z] === CONT  TestSaveCheckTimes
13:41:38 [2024-03-19T13:41:38.992Z] --- PASS: TestSaveCheckTimes (0.03s)
13:41:38 [2024-03-19T13:41:38.992Z] PASS
13:41:38 [2024-03-19T13:41:38.992Z] 
13:41:38 [2024-03-19T13:41:38.992Z] === Skipped
13:41:38 [2024-03-19T13:41:38.992Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
13:41:38 [2024-03-19T13:41:38.992Z]     import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out
13:41:38 [2024-03-19T13:41:38.992Z] 
13:41:38 [2024-03-19T13:41:38.992Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
13:41:38 [2024-03-19T13:41:38.992Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
13:41:38 [2024-03-19T13:41:38.992Z] 
13:41:38 [2024-03-19T13:41:38.992Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
13:41:38 [2024-03-19T13:41:38.992Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
13:41:38 [2024-03-19T13:41:38.992Z] 
13:41:38 [2024-03-19T13:41:38.992Z] DONE 70 tests, 3 skipped in 6.199s
13:41:38 [2024-03-19T13:41:38.992Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
13:41:38 [2024-03-19T13:41:38.992Z] ++ '[' -n '' ']'
13:41:38 [2024-03-19T13:41:38.992Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
13:41:38 [2024-03-19T13:41:38.992Z] ++ set -e
13:41:38 [2024-03-19T13:41:38.992Z] ++ '[' -n 0 ']'
13:41:38 [2024-03-19T13:41:38.992Z] ++ set -x
13:41:38 [2024-03-19T13:41:38.992Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
13:41:38 [2024-03-19T13:41:38.992Z] === RUN   TestStripANSICommands
13:41:38 [2024-03-19T13:41:38.992Z] === RUN   TestStripANSICommands/#00
13:41:38 [2024-03-19T13:41:38.992Z] === RUN   TestStripANSICommands/#01
13:41:38 [2024-03-19T13:41:38.992Z] --- PASS: TestStripANSICommands (0.00s)
13:41:38 [2024-03-19T13:41:38.992Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
13:41:38 [2024-03-19T13:41:38.992Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
13:41:38 [2024-03-19T13:41:38.992Z] PASS
13:41:38 [2024-03-19T13:41:38.992Z] 
13:41:38 [2024-03-19T13:41:38.992Z] DONE 3 tests in 0.006s
13:41:38 [2024-03-19T13:41:38.992Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
13:41:38 [2024-03-19T13:41:38.992Z] ++ '[' -n '' ']'
13:41:38 [2024-03-19T13:41:38.992Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
13:41:38 [2024-03-19T13:41:38.992Z] ++ set -e
13:41:38 [2024-03-19T13:41:38.992Z] ++ '[' -n 0 ']'
13:41:38 [2024-03-19T13:41:38.992Z] ++ set -x
13:41:38 [2024-03-19T13:41:38.992Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
13:41:38 [2024-03-19T13:41:38.992Z] INFO: Testing against a local daemon
13:41:38 [2024-03-19T13:41:38.992Z] === RUN   TestCreateWithMultiNetworks
13:41:39 [2024-03-19T13:41:39.924Z] --- PASS: TestCreateWithMultiNetworks (0.92s)
13:41:39 [2024-03-19T13:41:39.924Z] === RUN   TestNetworkCreateDelete
13:41:40 [2024-03-19T13:41:40.182Z] --- PASS: TestNetworkCreateDelete (0.17s)
13:41:40 [2024-03-19T13:41:40.182Z] === RUN   TestDockerNetworkDeletePreferID
13:41:40 [2024-03-19T13:41:40.748Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s)
13:41:40 [2024-03-19T13:41:40.748Z] === RUN   TestDaemonDNSFallback
13:41:47 [2024-03-19T13:41:47.302Z] --- PASS: TestDaemonDNSFallback (6.15s)
13:41:47 [2024-03-19T13:41:47.302Z] === RUN   TestInspectNetwork
13:41:49 [2024-03-19T13:41:49.200Z] === RUN   TestInspectNetwork/full_network_id
13:41:49 [2024-03-19T13:41:49.200Z] === RUN   TestInspectNetwork/partial_network_id
13:41:49 [2024-03-19T13:41:49.200Z] === RUN   TestInspectNetwork/network_name
13:41:49 [2024-03-19T13:41:49.200Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:41:54 [2024-03-19T13:41:54.459Z] --- PASS: TestInspectNetwork (6.91s)
13:41:54 [2024-03-19T13:41:54.459Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:41:54 [2024-03-19T13:41:54.459Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:41:54 [2024-03-19T13:41:54.459Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:41:54 [2024-03-19T13:41:54.459Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:41:54 [2024-03-19T13:41:54.459Z] === RUN   TestRunContainerWithBridgeNone
13:41:54 [2024-03-19T13:41:54.717Z] --- PASS: TestRunContainerWithBridgeNone (1.18s)
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/create
13:41:54 [2024-03-19T13:41:54.717Z] === PAUSE TestNetworkInvalidJSON/networks/create
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
13:41:54 [2024-03-19T13:41:54.717Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
13:41:54 [2024-03-19T13:41:54.717Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
13:41:54 [2024-03-19T13:41:54.717Z] === CONT  TestNetworkInvalidJSON/networks/create
13:41:54 [2024-03-19T13:41:54.717Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
13:41:54 [2024-03-19T13:41:54.717Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
13:41:54 [2024-03-19T13:41:54.717Z] --- PASS: TestNetworkInvalidJSON (0.01s)
13:41:54 [2024-03-19T13:41:54.717Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkList
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkList//networks
13:41:54 [2024-03-19T13:41:54.717Z] === PAUSE TestNetworkList//networks
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestNetworkList//networks/
13:41:54 [2024-03-19T13:41:54.717Z] === PAUSE TestNetworkList//networks/
13:41:54 [2024-03-19T13:41:54.717Z] === CONT  TestNetworkList//networks
13:41:54 [2024-03-19T13:41:54.717Z] === CONT  TestNetworkList//networks/
13:41:54 [2024-03-19T13:41:54.717Z] --- PASS: TestNetworkList (0.01s)
13:41:54 [2024-03-19T13:41:54.717Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z]     --- PASS: TestNetworkList//networks (0.00s)
13:41:54 [2024-03-19T13:41:54.717Z] === RUN   TestHostIPv4BridgeLabel
13:41:55 [2024-03-19T13:41:55.283Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
13:41:55 [2024-03-19T13:41:55.283Z] === RUN   TestDefaultNetworkOpts
13:41:55 [2024-03-19T13:41:55.283Z] === RUN   TestDefaultNetworkOpts/default_value
13:41:56 [2024-03-19T13:41:56.657Z] === RUN   TestDefaultNetworkOpts/cmdline_value
13:41:58 [2024-03-19T13:41:58.029Z] === RUN   TestDefaultNetworkOpts/config-from_value
13:41:58 [2024-03-19T13:41:58.963Z] --- PASS: TestDefaultNetworkOpts (3.63s)
13:41:58 [2024-03-19T13:41:58.963Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.21s)
13:41:58 [2024-03-19T13:41:58.963Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.21s)
13:41:58 [2024-03-19T13:41:58.963Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.22s)
13:41:58 [2024-03-19T13:41:58.963Z] === RUN   TestForbidDuplicateNetworkNames
13:41:59 [2024-03-19T13:41:59.528Z] --- PASS: TestForbidDuplicateNetworkNames (0.63s)
13:41:59 [2024-03-19T13:41:59.528Z] === RUN   TestDaemonRestartWithLiveRestore
13:42:00 [2024-03-19T13:42:00.901Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
13:42:00 [2024-03-19T13:42:00.901Z] === RUN   TestDaemonDefaultNetworkPools
13:42:01 [2024-03-19T13:42:01.466Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s)
13:42:01 [2024-03-19T13:42:01.466Z] === RUN   TestDaemonRestartWithExistingNetwork
13:42:02 [2024-03-19T13:42:02.839Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
13:42:02 [2024-03-19T13:42:02.839Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:42:03 [2024-03-19T13:42:03.772Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s)
13:42:03 [2024-03-19T13:42:03.772Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:42:04 [2024-03-19T13:42:04.337Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
13:42:04 [2024-03-19T13:42:04.337Z] === RUN   TestServiceWithPredefinedNetwork
13:42:06 [2024-03-19T13:42:06.863Z] --- PASS: TestServiceWithPredefinedNetwork (2.09s)
13:42:06 [2024-03-19T13:42:06.863Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:42:06 [2024-03-19T13:42:06.863Z]     service_test.go:250: FLAKY_TEST
13:42:06 [2024-03-19T13:42:06.863Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:42:06 [2024-03-19T13:42:06.863Z] === RUN   TestServiceWithDataPathPortInit
13:42:21 [2024-03-19T13:42:21.726Z] --- PASS: TestServiceWithDataPathPortInit (13.33s)
13:42:21 [2024-03-19T13:42:21.726Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:42:21 [2024-03-19T13:42:21.984Z]     service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qyplesxs95byzh52nzn6wivra Created:2024-03-19 13:42:21.068384391 +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[9429357cef9933dfc8c945a263e7ae0e67f3ab7345c907e2ab113f9a7349ba5a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ltw1cqu10f594jikmr6kc201p EndpointID:baf8848f51b3a18a5f5b50c952687aa6ec121bcd9c74413aeac085a2aec47d00 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0a807fc1a0e7343892ea1bded429f3f946df66ff5ee3d53f78eb9d0b9a96104b 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:51e7d972ac10 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ltw1cqu10f594jikmr6kc201p EndpointID:baf8848f51b3a18a5f5b50c952687aa6ec121bcd9c74413aeac085a2aec47d00 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:42:27 [2024-03-19T13:42:27.243Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.74s)
13:42:27 [2024-03-19T13:42:27.243Z] PASS
13:42:27 [2024-03-19T13:42:27.243Z] 
13:42:27 [2024-03-19T13:42:27.243Z] === Skipped
13:42:27 [2024-03-19T13:42:27.243Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:42:27 [2024-03-19T13:42:27.243Z]     service_test.go:250: FLAKY_TEST
13:42:27 [2024-03-19T13:42:27.243Z] 
13:42:27 [2024-03-19T13:42:27.243Z] DONE 44 tests, 1 skipped in 47.666s
13:42:27 [2024-03-19T13:42:27.243Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
13:42:27 [2024-03-19T13:42:27.243Z] ++ '[' -n '' ']'
13:42:27 [2024-03-19T13:42:27.243Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
13:42:27 [2024-03-19T13:42:27.243Z] ++ set -e
13:42:27 [2024-03-19T13:42:27.243Z] ++ '[' -n 0 ']'
13:42:27 [2024-03-19T13:42:27.243Z] ++ set -x
13:42:27 [2024-03-19T13:42:27.243Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
13:42:27 [2024-03-19T13:42:27.243Z] INFO: Testing against a local daemon
13:42:27 [2024-03-19T13:42:27.243Z] === RUN   TestDockerNetworkIpvlanPersistance
13:42:27 [2024-03-19T13:42:27.243Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:42:27 [2024-03-19T13:42:27.243Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:42:27 [2024-03-19T13:42:27.243Z] === RUN   TestDockerNetworkIpvlan
13:42:27 [2024-03-19T13:42:27.243Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:42:27 [2024-03-19T13:42:27.243Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:42:27 [2024-03-19T13:42:27.243Z] PASS
13:42:27 [2024-03-19T13:42:27.243Z] 
13:42:27 [2024-03-19T13:42:27.243Z] === Skipped
13:42:27 [2024-03-19T13:42:27.243Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:42:27 [2024-03-19T13:42:27.243Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:42:27 [2024-03-19T13:42:27.243Z] 
13:42:27 [2024-03-19T13:42:27.243Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:42:27 [2024-03-19T13:42:27.243Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:42:27 [2024-03-19T13:42:27.243Z] 
13:42:27 [2024-03-19T13:42:27.243Z] DONE 2 tests, 2 skipped in 0.030s
13:42:27 [2024-03-19T13:42:27.243Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
13:42:27 [2024-03-19T13:42:27.243Z] ++ '[' -n '' ']'
13:42:27 [2024-03-19T13:42:27.243Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
13:42:27 [2024-03-19T13:42:27.243Z] ++ set -e
13:42:27 [2024-03-19T13:42:27.243Z] ++ '[' -n 0 ']'
13:42:27 [2024-03-19T13:42:27.243Z] ++ set -x
13:42:27 [2024-03-19T13:42:27.243Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
13:42:27 [2024-03-19T13:42:27.243Z] INFO: Testing against a local daemon
13:42:27 [2024-03-19T13:42:27.243Z] === RUN   TestDockerNetworkMacvlanPersistance
13:42:28 [2024-03-19T13:42:28.176Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s)
13:42:28 [2024-03-19T13:42:28.176Z] === RUN   TestDockerNetworkMacvlan
13:42:28 [2024-03-19T13:42:28.176Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:42:28 [2024-03-19T13:42:28.741Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:42:29 [2024-03-19T13:42:29.306Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:42:31 [2024-03-19T13:42:31.204Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:42:32 [2024-03-19T13:42:32.576Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:42:35 [2024-03-19T13:42:35.103Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:42:36 [2024-03-19T13:42:36.036Z] --- PASS: TestDockerNetworkMacvlan (7.87s)
13:42:36 [2024-03-19T13:42:36.036Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.67s)
13:42:36 [2024-03-19T13:42:36.036Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.71s)
13:42:36 [2024-03-19T13:42:36.036Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.55s)
13:42:36 [2024-03-19T13:42:36.036Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.44s)
13:42:36 [2024-03-19T13:42:36.036Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.37s)
13:42:36 [2024-03-19T13:42:36.036Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.14s)
13:42:36 [2024-03-19T13:42:36.036Z] PASS
13:42:36 [2024-03-19T13:42:36.036Z] 
13:42:36 [2024-03-19T13:42:36.036Z] DONE 8 tests in 9.205s
13:42:36 [2024-03-19T13:42:36.036Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m  
13:42:36 [2024-03-19T13:42:36.036Z] ++ '[' -n '' ']'
13:42:36 [2024-03-19T13:42:36.036Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m
13:42:36 [2024-03-19T13:42:36.036Z] ++ set -e
13:42:36 [2024-03-19T13:42:36.036Z] ++ '[' -n 0 ']'
13:42:36 [2024-03-19T13:42:36.036Z] ++ set -x
13:42:36 [2024-03-19T13:42:36.036Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m
13:42:36 [2024-03-19T13:42:36.036Z] INFO: Testing against a local daemon
13:42:36 [2024-03-19T13:42:36.036Z] === RUN   TestBridgeICC
13:42:36 [2024-03-19T13:42:36.601Z] === RUN   TestBridgeICC/IPv4_non-internal_network
13:42:37 [2024-03-19T13:42:37.534Z] === RUN   TestBridgeICC/IPv4_internal_network
13:42:38 [2024-03-19T13:42:38.467Z] === RUN   TestBridgeICC/IPv6_ULA_on_non-internal_network
13:42:39 [2024-03-19T13:42:39.400Z] === RUN   TestBridgeICC/IPv6_ULA_on_internal_network
13:42:40 [2024-03-19T13:42:40.333Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network
13:42:41 [2024-03-19T13:42:41.714Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_internal_network
13:42:42 [2024-03-19T13:42:42.680Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name
13:42:43 [2024-03-19T13:42:43.634Z] === RUN   TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name
13:42:44 [2024-03-19T13:42:44.588Z] === RUN   TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address
13:42:47 [2024-03-19T13:42:47.899Z] === RUN   TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address
13:42:51 [2024-03-19T13:42:51.179Z] --- PASS: TestBridgeICC (15.00s)
13:42:51 [2024-03-19T13:42:51.179Z]     --- PASS: TestBridgeICC/IPv4_non-internal_network (0.98s)
13:42:51 [2024-03-19T13:42:51.179Z]     --- PASS: TestBridgeICC/IPv4_internal_network (0.94s)
13:42:51 [2024-03-19T13:42:51.179Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.05s)
13:42:51 [2024-03-19T13:42:51.179Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (0.96s)
13:42:51 [2024-03-19T13:42:51.179Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.13s)
13:42:51 [2024-03-19T13:42:51.179Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (0.99s)
13:42:51 [2024-03-19T13:42:51.179Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.06s)
13:42:51 [2024-03-19T13:42:51.179Z]     --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.10s)
13:42:51 [2024-03-19T13:42:51.179Z]     --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (3.09s)
13:42:51 [2024-03-19T13:42:51.179Z]     --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.11s)
13:42:51 [2024-03-19T13:42:51.179Z] === RUN   TestBridgeICCWindows
13:42:51 [2024-03-19T13:42:51.179Z]     bridge_test.go:198: testEnv.DaemonInfo.OSType != "windows"
13:42:51 [2024-03-19T13:42:51.179Z] --- SKIP: TestBridgeICCWindows (0.00s)
13:42:51 [2024-03-19T13:42:51.179Z] === RUN   TestBridgeINC
13:42:51 [2024-03-19T13:42:51.437Z] === RUN   TestBridgeINC/IPv4_non-internal_network
13:42:55 [2024-03-19T13:42:55.617Z] === RUN   TestBridgeINC/IPv4_internal_network
13:42:56 [2024-03-19T13:42:56.991Z] === RUN   TestBridgeINC/IPv6_ULA_on_non-internal_network
13:43:01 [2024-03-19T13:43:01.174Z] === RUN   TestBridgeINC/IPv6_ULA_on_internal_network
13:43:02 [2024-03-19T13:43:02.107Z] --- PASS: TestBridgeINC (11.25s)
13:43:02 [2024-03-19T13:43:02.107Z]     --- PASS: TestBridgeINC/IPv4_non-internal_network (4.19s)
13:43:02 [2024-03-19T13:43:02.107Z]     --- PASS: TestBridgeINC/IPv4_internal_network (1.09s)
13:43:02 [2024-03-19T13:43:02.107Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.22s)
13:43:02 [2024-03-19T13:43:02.107Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.14s)
13:43:02 [2024-03-19T13:43:02.107Z] === RUN   TestDefaultBridgeIPv6
13:43:02 [2024-03-19T13:43:02.107Z] === RUN   TestDefaultBridgeIPv6/IPv6_ULA
13:43:04 [2024-03-19T13:43:04.005Z] === RUN   TestDefaultBridgeIPv6/IPv6_LLA_only
13:43:05 [2024-03-19T13:43:05.378Z] === RUN   TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only
13:43:06 [2024-03-19T13:43:06.752Z] --- PASS: TestDefaultBridgeIPv6 (4.41s)
13:43:06 [2024-03-19T13:43:06.752Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.48s)
13:43:06 [2024-03-19T13:43:06.752Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.47s)
13:43:06 [2024-03-19T13:43:06.752Z]     --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.45s)
13:43:06 [2024-03-19T13:43:06.752Z] === RUN   TestDefaultBridgeAddresses
13:43:06 [2024-03-19T13:43:06.752Z] === RUN   TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes
13:43:08 [2024-03-19T13:43:08.125Z] === RUN   TestDefaultBridgeAddresses/Link-Local_Subnet_Changes
13:43:10 [2024-03-19T13:43:10.024Z] --- PASS: TestDefaultBridgeAddresses (3.09s)
13:43:10 [2024-03-19T13:43:10.024Z]     --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.54s)
13:43:10 [2024-03-19T13:43:10.024Z]     --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.54s)
13:43:10 [2024-03-19T13:43:10.024Z] === RUN   TestInternalNwConnectivity
13:43:13 [2024-03-19T13:43:13.304Z] --- PASS: TestInternalNwConnectivity (3.27s)
13:43:13 [2024-03-19T13:43:13.304Z] === RUN   TestMACAddrOnRestart
13:43:15 [2024-03-19T13:43:15.203Z] --- PASS: TestMACAddrOnRestart (1.99s)
13:43:15 [2024-03-19T13:43:15.203Z] === RUN   TestCfgdMACAddrOnRestart
13:43:17 [2024-03-19T13:43:17.731Z] --- PASS: TestCfgdMACAddrOnRestart (2.43s)
13:43:17 [2024-03-19T13:43:17.731Z] === RUN   TestInspectCfgdMAC
13:43:17 [2024-03-19T13:43:17.989Z] === RUN   TestInspectCfgdMAC/generated_address_default_bridge
13:43:17 [2024-03-19T13:43:17.989Z] === RUN   TestInspectCfgdMAC/configured_address_default_bridge
13:43:17 [2024-03-19T13:43:17.989Z] === RUN   TestInspectCfgdMAC/generated_address_custom_bridge
13:43:18 [2024-03-19T13:43:18.247Z] === RUN   TestInspectCfgdMAC/configured_address_custom_bridge
13:43:18 [2024-03-19T13:43:18.505Z] === RUN   TestInspectCfgdMAC/ctr-wide_address_default_bridge
13:43:18 [2024-03-19T13:43:18.505Z] --- PASS: TestInspectCfgdMAC (1.09s)
13:43:18 [2024-03-19T13:43:18.505Z]     --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.05s)
13:43:18 [2024-03-19T13:43:18.505Z]     --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s)
13:43:18 [2024-03-19T13:43:18.505Z]     --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.20s)
13:43:18 [2024-03-19T13:43:18.505Z]     --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.17s)
13:43:18 [2024-03-19T13:43:18.505Z]     --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.04s)
13:43:18 [2024-03-19T13:43:18.505Z] === RUN   TestWatchtowerCreate
13:43:19 [2024-03-19T13:43:19.437Z] --- PASS: TestWatchtowerCreate (1.06s)
13:43:19 [2024-03-19T13:43:19.437Z] === RUN   TestInternalNetworkDNS
13:43:45 [2024-03-19T13:43:45.964Z] --- PASS: TestInternalNetworkDNS (23.10s)
13:43:45 [2024-03-19T13:43:45.964Z] PASS
13:43:45 [2024-03-19T13:43:45.964Z] 
13:43:45 [2024-03-19T13:43:45.964Z] === Skipped
13:43:45 [2024-03-19T13:43:45.964Z] === SKIP: arm64.integration.networking TestBridgeICCWindows (0.00s)
13:43:45 [2024-03-19T13:43:45.964Z]     bridge_test.go:198: testEnv.DaemonInfo.OSType != "windows"
13:43:45 [2024-03-19T13:43:45.964Z] 
13:43:45 [2024-03-19T13:43:45.964Z] DONE 35 tests, 1 skipped in 66.719s
13:43:45 [2024-03-19T13:43:45.964Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
13:43:45 [2024-03-19T13:43:45.964Z] ++ '[' -n '' ']'
13:43:45 [2024-03-19T13:43:45.964Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
13:43:45 [2024-03-19T13:43:45.964Z] ++ set -e
13:43:45 [2024-03-19T13:43:45.964Z] ++ '[' -n 0 ']'
13:43:45 [2024-03-19T13:43:45.964Z] ++ set -x
13:43:45 [2024-03-19T13:43:45.964Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
13:43:45 [2024-03-19T13:43:45.964Z] testing: warning: no tests to run
13:43:45 [2024-03-19T13:43:45.964Z] PASS
13:43:45 [2024-03-19T13:43:45.964Z] 
13:43:45 [2024-03-19T13:43:45.964Z] DONE 0 tests in 0.005s
13:43:45 [2024-03-19T13:43:45.964Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
13:43:45 [2024-03-19T13:43:45.964Z] ++ '[' -n '' ']'
13:43:45 [2024-03-19T13:43:45.964Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
13:43:45 [2024-03-19T13:43:45.964Z] ++ set -e
13:43:45 [2024-03-19T13:43:45.964Z] ++ '[' -n 0 ']'
13:43:45 [2024-03-19T13:43:45.964Z] ++ set -x
13:43:45 [2024-03-19T13:43:45.964Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
13:43:45 [2024-03-19T13:43:45.964Z] INFO: Testing against a local daemon
13:43:45 [2024-03-19T13:43:45.964Z] === RUN   TestAuthZPluginAllowRequest
13:43:45 [2024-03-19T13:43:45.964Z] --- PASS: TestAuthZPluginAllowRequest (0.99s)
13:43:45 [2024-03-19T13:43:45.964Z] === RUN   TestAuthZPluginTLS
13:43:45 [2024-03-19T13:43:45.964Z] --- PASS: TestAuthZPluginTLS (0.54s)
13:43:45 [2024-03-19T13:43:45.964Z] === RUN   TestAuthZPluginDenyRequest
13:43:45 [2024-03-19T13:43:45.964Z] --- PASS: TestAuthZPluginDenyRequest (0.52s)
13:43:45 [2024-03-19T13:43:45.964Z] === RUN   TestAuthZPluginAPIDenyResponse
13:43:45 [2024-03-19T13:43:45.964Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
13:43:45 [2024-03-19T13:43:45.964Z] === RUN   TestAuthZPluginDenyResponse
13:43:45 [2024-03-19T13:43:45.964Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
13:43:45 [2024-03-19T13:43:45.964Z] === RUN   TestAuthZPluginAllowEventStream
13:43:46 [2024-03-19T13:43:46.529Z] 2024/03/19 13:43:46 http: panic serving 127.0.0.1:60030: runtime error: invalid memory address or nil pointer dereference
13:43:46 [2024-03-19T13:43:46.529Z] goroutine 45 [running]:
13:43:46 [2024-03-19T13:43:46.529Z] net/http.(*conn).serve.func1()
13:43:46 [2024-03-19T13:43:46.529Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
13:43:46 [2024-03-19T13:43:46.529Z] panic({0xa74940?, 0x1599ca0?})
13:43:46 [2024-03-19T13:43:46.529Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
13:43:46 [2024-03-19T13:43:46.529Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72868, 0x40004ca9c0}, 0xffff425e99a0?)
13:43:46 [2024-03-19T13:43:46.529Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
13:43:46 [2024-03-19T13:43:46.529Z] net/http.HandlerFunc.ServeHTTP(0x400001f600?, {0xd72868?, 0x40004ca9c0?}, 0x4026b4?)
13:43:46 [2024-03-19T13:43:46.529Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:43:46 [2024-03-19T13:43:46.529Z] net/http.(*ServeMux).ServeHTTP(0xd78e18?, {0xd72868, 0x40004ca9c0}, 0x400001f600)
13:43:46 [2024-03-19T13:43:46.529Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
13:43:46 [2024-03-19T13:43:46.529Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40002740b0, {0xd71428?, 0x4000316a80}, 0x400001f500, {0xd67780, 0x40001c4240})
13:43:46 [2024-03-19T13:43:46.529Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
13:43:46 [2024-03-19T13:43:46.529Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71428?, 0x4000316a80?}, 0x4000280f40?)
13:43:46 [2024-03-19T13:43:46.529Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
13:43:46 [2024-03-19T13:43:46.529Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd71428?, 0x4000316a80?}, 0x4000316a80?)
13:43:46 [2024-03-19T13:43:46.529Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:43:46 [2024-03-19T13:43:46.529Z] net/http.serverHandler.ServeHTTP({0xd6e008?}, {0xd71428?, 0x4000316a80?}, 0x6?)
13:43:46 [2024-03-19T13:43:46.529Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
13:43:46 [2024-03-19T13:43:46.529Z] net/http.(*conn).serve(0x400015c630, {0xd78e18, 0x4000168ab0})
13:43:46 [2024-03-19T13:43:46.529Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
13:43:46 [2024-03-19T13:43:46.529Z] created by net/http.(*Server).Serve in goroutine 49
13:43:46 [2024-03-19T13:43:46.529Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
13:43:47 [2024-03-19T13:43:47.462Z] 2024/03/19 13:43:47 http: panic serving 127.0.0.1:60042: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
13:43:47 [2024-03-19T13:43:47.462Z] goroutine 179 [running]:
13:43:47 [2024-03-19T13:43:47.462Z] net/http.(*conn).serve.func1()
13:43:47 [2024-03-19T13:43:47.462Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
13:43:47 [2024-03-19T13:43:47.462Z] panic({0xa0ada0?, 0x4000281060?})
13:43:47 [2024-03-19T13:43:47.462Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
13:43:47 [2024-03-19T13:43:47.462Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72868, 0x40004caa80}, 0xffff425e99a0?)
13:43:47 [2024-03-19T13:43:47.462Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
13:43:47 [2024-03-19T13:43:47.462Z] net/http.HandlerFunc.ServeHTTP(0x400001f700?, {0xd72868?, 0x40004caa80?}, 0x4026b4?)
13:43:47 [2024-03-19T13:43:47.462Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:43:47 [2024-03-19T13:43:47.462Z] net/http.(*ServeMux).ServeHTTP(0xd78e18?, {0xd72868, 0x40004caa80}, 0x400001f700)
13:43:47 [2024-03-19T13:43:47.462Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
13:43:47 [2024-03-19T13:43:47.462Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40002740b0, {0xd71428?, 0x4000316b60}, 0x40001cb400, {0xd67780, 0x40001c4240})
13:43:47 [2024-03-19T13:43:47.462Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
13:43:47 [2024-03-19T13:43:47.462Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71428?, 0x4000316b60?}, 0x4000169ad0?)
13:43:47 [2024-03-19T13:43:47.462Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
13:43:47 [2024-03-19T13:43:47.462Z] net/http.HandlerFunc.ServeHTTP(0x15f74c0?, {0xd71428?, 0x4000316b60?}, 0x400059db40?)
13:43:47 [2024-03-19T13:43:47.462Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:43:47 [2024-03-19T13:43:47.462Z] net/http.serverHandler.ServeHTTP({0x4000169ad0?}, {0xd71428?, 0x4000316b60?}, 0x6?)
13:43:47 [2024-03-19T13:43:47.462Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
13:43:47 [2024-03-19T13:43:47.462Z] net/http.(*conn).serve(0x400015c990, {0xd78e18, 0x4000168ab0})
13:43:47 [2024-03-19T13:43:47.462Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
13:43:47 [2024-03-19T13:43:47.462Z] created by net/http.(*Server).Serve in goroutine 49
13:43:47 [2024-03-19T13:43:47.462Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
13:43:49 [2024-03-19T13:43:49.988Z] 2024/03/19 13:43:49 http: panic serving 127.0.0.1:53366: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
13:43:49 [2024-03-19T13:43:49.988Z] goroutine 210 [running]:
13:43:49 [2024-03-19T13:43:49.988Z] net/http.(*conn).serve.func1()
13:43:49 [2024-03-19T13:43:49.988Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
13:43:49 [2024-03-19T13:43:49.988Z] panic({0xa0ada0?, 0x4000281100?})
13:43:49 [2024-03-19T13:43:49.988Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
13:43:49 [2024-03-19T13:43:49.988Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72868, 0x40004cab40}, 0xffff425e99a0?)
13:43:49 [2024-03-19T13:43:49.988Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
13:43:49 [2024-03-19T13:43:49.988Z] net/http.HandlerFunc.ServeHTTP(0x400001f900?, {0xd72868?, 0x40004cab40?}, 0x4026b4?)
13:43:49 [2024-03-19T13:43:49.988Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:43:49 [2024-03-19T13:43:49.988Z] net/http.(*ServeMux).ServeHTTP(0xd78e18?, {0xd72868, 0x40004cab40}, 0x400001f900)
13:43:49 [2024-03-19T13:43:49.988Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
13:43:49 [2024-03-19T13:43:49.988Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x40002740b0, {0xd71428?, 0x4000316c40}, 0x400001f800, {0xd67780, 0x40001c4240})
13:43:49 [2024-03-19T13:43:49.988Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44
13:43:49 [2024-03-19T13:43:49.988Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71428?, 0x4000316c40?}, 0x400046ddd0?)
13:43:49 [2024-03-19T13:43:49.988Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40
13:43:49 [2024-03-19T13:43:49.988Z] net/http.HandlerFunc.ServeHTTP(0x15f74c0?, {0xd71428?, 0x4000316c40?}, 0x400059db40?)
13:43:49 [2024-03-19T13:43:49.988Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
13:43:49 [2024-03-19T13:43:49.988Z] net/http.serverHandler.ServeHTTP({0x400046ddd0?}, {0xd71428?, 0x4000316c40?}, 0x6?)
13:43:49 [2024-03-19T13:43:49.988Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
13:43:49 [2024-03-19T13:43:49.988Z] net/http.(*conn).serve(0x40003a7710, {0xd78e18, 0x4000168ab0})
13:43:49 [2024-03-19T13:43:49.988Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
13:43:49 [2024-03-19T13:43:49.988Z] created by net/http.(*Server).Serve in goroutine 49
13:43:49 [2024-03-19T13:43:49.988Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
13:43:51 [2024-03-19T13:43:51.885Z] --- PASS: TestAuthZPluginAllowEventStream (6.00s)
13:43:51 [2024-03-19T13:43:51.885Z] === RUN   TestAuthZPluginErrorResponse
13:43:52 [2024-03-19T13:43:52.451Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
13:43:52 [2024-03-19T13:43:52.451Z] === RUN   TestAuthZPluginErrorRequest
13:43:52 [2024-03-19T13:43:52.709Z] --- PASS: TestAuthZPluginErrorRequest (0.52s)
13:43:52 [2024-03-19T13:43:52.709Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:43:53 [2024-03-19T13:43:53.274Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
13:43:53 [2024-03-19T13:43:53.274Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:43:54 [2024-03-19T13:43:54.647Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.15s)
13:43:54 [2024-03-19T13:43:54.647Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:43:55 [2024-03-19T13:43:55.580Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.11s)
13:43:55 [2024-03-19T13:43:55.580Z] === RUN   TestAuthZPluginHeader
13:43:56 [2024-03-19T13:43:56.146Z] --- PASS: TestAuthZPluginHeader (0.60s)
13:43:56 [2024-03-19T13:43:56.146Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:43:56 [2024-03-19T13:43:56.146Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
13:43:56 [2024-03-19T13:43:56.146Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:43:56 [2024-03-19T13:43:56.146Z] === RUN   TestAuthZPluginV2Disable
13:43:56 [2024-03-19T13:43:56.146Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
13:43:56 [2024-03-19T13:43:56.146Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
13:43:56 [2024-03-19T13:43:56.146Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:43:56 [2024-03-19T13:43:56.146Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
13:43:56 [2024-03-19T13:43:56.146Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:43:56 [2024-03-19T13:43:56.146Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:43:56 [2024-03-19T13:43:56.146Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
13:43:56 [2024-03-19T13:43:56.146Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:43:56 [2024-03-19T13:43:56.146Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:44:14 [2024-03-19T13:44:14.215Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
13:44:14 [2024-03-19T13:44:14.215Z] PASS
13:44:14 [2024-03-19T13:44:14.215Z] 
13:44:14 [2024-03-19T13:44:14.215Z] === Skipped
13:44:14 [2024-03-19T13:44:14.215Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:44:14 [2024-03-19T13:44:14.215Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
13:44:14 [2024-03-19T13:44:14.215Z] 
13:44:14 [2024-03-19T13:44:14.215Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
13:44:14 [2024-03-19T13:44:14.215Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
13:44:14 [2024-03-19T13:44:14.215Z] 
13:44:14 [2024-03-19T13:44:14.215Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:44:14 [2024-03-19T13:44:14.215Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
13:44:14 [2024-03-19T13:44:14.215Z] 
13:44:14 [2024-03-19T13:44:14.215Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:44:14 [2024-03-19T13:44:14.215Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
13:44:14 [2024-03-19T13:44:14.215Z] 
13:44:14 [2024-03-19T13:44:14.215Z] DONE 17 tests, 4 skipped in 30.456s
13:44:14 [2024-03-19T13:44:14.215Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
13:44:14 [2024-03-19T13:44:14.215Z] ++ '[' -n '' ']'
13:44:14 [2024-03-19T13:44:14.215Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
13:44:14 [2024-03-19T13:44:14.215Z] ++ set -e
13:44:14 [2024-03-19T13:44:14.215Z] ++ '[' -n 0 ']'
13:44:14 [2024-03-19T13:44:14.215Z] ++ set -x
13:44:14 [2024-03-19T13:44:14.215Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
13:44:14 [2024-03-19T13:44:14.215Z] INFO: Testing against a local daemon
13:44:14 [2024-03-19T13:44:14.215Z] === RUN   TestPluginInvalidJSON
13:44:14 [2024-03-19T13:44:14.215Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
13:44:14 [2024-03-19T13:44:14.215Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
13:44:14 [2024-03-19T13:44:14.215Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
13:44:14 [2024-03-19T13:44:14.215Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
13:44:14 [2024-03-19T13:44:14.215Z] === RUN   TestPluginInvalidJSON/plugins/pull
13:44:14 [2024-03-19T13:44:14.215Z] === PAUSE TestPluginInvalidJSON/plugins/pull
13:44:14 [2024-03-19T13:44:14.215Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
13:44:14 [2024-03-19T13:44:14.215Z] === CONT  TestPluginInvalidJSON/plugins/pull
13:44:14 [2024-03-19T13:44:14.215Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
13:44:14 [2024-03-19T13:44:14.215Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
13:44:14 [2024-03-19T13:44:14.215Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
13:44:14 [2024-03-19T13:44:14.215Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
13:44:14 [2024-03-19T13:44:14.215Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
13:44:14 [2024-03-19T13:44:14.215Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
13:44:14 [2024-03-19T13:44:14.215Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
13:44:14 [2024-03-19T13:44:14.215Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
13:44:14 [2024-03-19T13:44:14.216Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
13:44:14 [2024-03-19T13:44:14.216Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
13:44:14 [2024-03-19T13:44:14.216Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
13:44:14 [2024-03-19T13:44:14.216Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
13:44:14 [2024-03-19T13:44:14.216Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
13:44:14 [2024-03-19T13:44:14.216Z] --- PASS: TestPluginInvalidJSON (0.01s)
13:44:14 [2024-03-19T13:44:14.216Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
13:44:14 [2024-03-19T13:44:14.216Z] === RUN   TestPluginInstall
13:44:14 [2024-03-19T13:44:14.216Z] === RUN   TestPluginInstall/no_auth
13:44:16 [2024-03-19T13:44:16.744Z] time="2024-03-19T13:44:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:44:16 [2024-03-19T13:44:16.744Z] time="2024-03-19T13:44:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3ed2b14579d23d4270285bd782964dddb2aa2a14310425b73666f466079bde62" mediatype=application/vnd.docker.plugin.v1+json size=522
13:44:16 [2024-03-19T13:44:16.744Z] time="2024-03-19T13:44:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:44:16 [2024-03-19T13:44:16.744Z] time="2024-03-19T13:44:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3ed2b14579d23d4270285bd782964dddb2aa2a14310425b73666f466079bde62" mediatype=application/vnd.docker.plugin.v1+json size=522
13:44:16 [2024-03-19T13:44:16.744Z] === RUN   TestPluginInstall/with_digest
13:44:17 [2024-03-19T13:44:17.002Z] === RUN   TestPluginInstall/with_htpasswd
13:44:17 [2024-03-19T13:44:17.567Z] time="2024-03-19T13:44:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:44:17 [2024-03-19T13:44:17.567Z] time="2024-03-19T13:44:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3ed2b14579d23d4270285bd782964dddb2aa2a14310425b73666f466079bde62" mediatype=application/vnd.docker.plugin.v1+json size=522
13:44:17 [2024-03-19T13:44:17.567Z] time="2024-03-19T13:44:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:44:17 [2024-03-19T13:44:17.567Z] time="2024-03-19T13:44:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3ed2b14579d23d4270285bd782964dddb2aa2a14310425b73666f466079bde62" mediatype=application/vnd.docker.plugin.v1+json size=522
13:44:17 [2024-03-19T13:44:17.567Z] === RUN   TestPluginInstall/with_insecure
13:44:18 [2024-03-19T13:44:18.500Z] time="2024-03-19T13:44:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:44:18 [2024-03-19T13:44:18.500Z] time="2024-03-19T13:44:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c93c26c729dce084fb4add0a9bddf321e5225dc4fd2090903aa3399cac3b7d15" mediatype=application/vnd.docker.plugin.v1+json size=522
13:44:18 [2024-03-19T13:44:18.500Z] time="2024-03-19T13:44:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:44:18 [2024-03-19T13:44:18.500Z] time="2024-03-19T13:44:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c93c26c729dce084fb4add0a9bddf321e5225dc4fd2090903aa3399cac3b7d15" mediatype=application/vnd.docker.plugin.v1+json size=522
13:44:18 [2024-03-19T13:44:18.500Z]     plugin_test.go:247: [de28c1da43006] daemon is not started
13:44:18 [2024-03-19T13:44:18.500Z] --- PASS: TestPluginInstall (5.35s)
13:44:18 [2024-03-19T13:44:18.500Z]     --- PASS: TestPluginInstall/no_auth (3.50s)
13:44:18 [2024-03-19T13:44:18.500Z]     --- PASS: TestPluginInstall/with_digest (0.47s)
13:44:18 [2024-03-19T13:44:18.500Z]     --- PASS: TestPluginInstall/with_htpasswd (0.45s)
13:44:18 [2024-03-19T13:44:18.500Z]     --- PASS: TestPluginInstall/with_insecure (0.93s)
13:44:18 [2024-03-19T13:44:18.500Z] === RUN   TestPluginsWithRuntimes
13:44:19 [2024-03-19T13:44:19.873Z] === RUN   TestPluginsWithRuntimes/No_Args
13:44:20 [2024-03-19T13:44:20.807Z] === RUN   TestPluginsWithRuntimes/With_Args
13:44:21 [2024-03-19T13:44:21.740Z] --- PASS: TestPluginsWithRuntimes (3.10s)
13:44:21 [2024-03-19T13:44:21.740Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.82s)
13:44:21 [2024-03-19T13:44:21.740Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.82s)
13:44:21 [2024-03-19T13:44:21.740Z] === RUN   TestPluginBackCompatMediaTypes
13:44:21 [2024-03-19T13:44:21.998Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s)
13:44:21 [2024-03-19T13:44:21.998Z] PASS
13:44:21 [2024-03-19T13:44:21.998Z] 
13:44:21 [2024-03-19T13:44:21.998Z] DONE 25 tests in 8.972s
13:44:21 [2024-03-19T13:44:21.998Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
13:44:21 [2024-03-19T13:44:21.998Z] ++ '[' -n '' ']'
13:44:21 [2024-03-19T13:44:21.998Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
13:44:21 [2024-03-19T13:44:21.998Z] ++ set -e
13:44:21 [2024-03-19T13:44:21.998Z] ++ '[' -n 0 ']'
13:44:21 [2024-03-19T13:44:21.998Z] ++ set -x
13:44:21 [2024-03-19T13:44:21.998Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
13:44:21 [2024-03-19T13:44:21.998Z] INFO: Testing against a local daemon
13:44:21 [2024-03-19T13:44:21.998Z] === RUN   TestExternalGraphDriver
13:44:22 [2024-03-19T13:44:22.563Z] === RUN   TestExternalGraphDriver/json
13:44:22 [2024-03-19T13:44:22.563Z] === RUN   TestExternalGraphDriver/spec
13:44:22 [2024-03-19T13:44:22.563Z] === RUN   TestExternalGraphDriver/pull
13:44:22 [2024-03-19T13:44:22.563Z] --- PASS: TestExternalGraphDriver (0.37s)
13:44:22 [2024-03-19T13:44:22.563Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
13:44:22 [2024-03-19T13:44:22.563Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
13:44:22 [2024-03-19T13:44:22.563Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
13:44:22 [2024-03-19T13:44:22.563Z] === RUN   TestGraphdriverPluginV2
13:44:22 [2024-03-19T13:44:22.821Z]     external_test.go:415: (*Execution).NotAmd64-fm
13:44:22 [2024-03-19T13:44:22.821Z] --- SKIP: TestGraphdriverPluginV2 (0.33s)
13:44:22 [2024-03-19T13:44:22.821Z] PASS
13:44:22 [2024-03-19T13:44:22.821Z] 
13:44:22 [2024-03-19T13:44:22.821Z] === Skipped
13:44:22 [2024-03-19T13:44:22.821Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s)
13:44:22 [2024-03-19T13:44:22.821Z]     external_test.go:415: (*Execution).NotAmd64-fm
13:44:22 [2024-03-19T13:44:22.821Z] 
13:44:22 [2024-03-19T13:44:22.821Z] DONE 5 tests, 1 skipped in 0.721s
13:44:22 [2024-03-19T13:44:22.821Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
13:44:22 [2024-03-19T13:44:22.821Z] ++ '[' -n '' ']'
13:44:22 [2024-03-19T13:44:22.821Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
13:44:22 [2024-03-19T13:44:22.821Z] ++ set -e
13:44:22 [2024-03-19T13:44:22.821Z] ++ '[' -n 0 ']'
13:44:22 [2024-03-19T13:44:22.821Z] ++ set -x
13:44:22 [2024-03-19T13:44:22.821Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
13:44:22 [2024-03-19T13:44:22.821Z] INFO: Testing against a local daemon
13:44:22 [2024-03-19T13:44:22.821Z] === RUN   TestContinueAfterPluginCrash
13:44:22 [2024-03-19T13:44:22.821Z] === PAUSE TestContinueAfterPluginCrash
13:44:22 [2024-03-19T13:44:22.821Z] === RUN   TestReadPluginNoRead
13:44:22 [2024-03-19T13:44:22.821Z] === PAUSE TestReadPluginNoRead
13:44:22 [2024-03-19T13:44:22.821Z] === RUN   TestDaemonStartWithLogOpt
13:44:22 [2024-03-19T13:44:22.821Z] === PAUSE TestDaemonStartWithLogOpt
13:44:22 [2024-03-19T13:44:22.821Z] === CONT  TestDaemonStartWithLogOpt
13:44:22 [2024-03-19T13:44:22.821Z] === CONT  TestReadPluginNoRead
13:44:22 [2024-03-19T13:44:22.821Z] === CONT  TestContinueAfterPluginCrash
13:44:24 [2024-03-19T13:44:24.721Z] === RUN   TestReadPluginNoRead/disabled_caching
13:44:25 [2024-03-19T13:44:25.287Z] --- PASS: TestDaemonStartWithLogOpt (2.58s)
13:44:26 [2024-03-19T13:44:26.220Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:44:27 [2024-03-19T13:44:27.153Z] === RUN   TestReadPluginNoRead/default
13:44:28 [2024-03-19T13:44:28.526Z]     read_test.go:93: [da9f2410af95a] daemon is not started
13:44:28 [2024-03-19T13:44:28.526Z] --- PASS: TestReadPluginNoRead (5.41s)
13:44:28 [2024-03-19T13:44:28.526Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.19s)
13:44:28 [2024-03-19T13:44:28.526Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.08s)
13:44:28 [2024-03-19T13:44:28.526Z]     --- PASS: TestReadPluginNoRead/default (1.13s)
13:44:30 [2024-03-19T13:44:30.424Z] --- PASS: TestContinueAfterPluginCrash (7.53s)
13:44:30 [2024-03-19T13:44:30.424Z] PASS
13:44:30 [2024-03-19T13:44:30.424Z] 
13:44:30 [2024-03-19T13:44:30.424Z] DONE 6 tests in 7.561s
13:44:30 [2024-03-19T13:44:30.424Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
13:44:30 [2024-03-19T13:44:30.424Z] ++ '[' -n '' ']'
13:44:30 [2024-03-19T13:44:30.424Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
13:44:30 [2024-03-19T13:44:30.424Z] ++ set -e
13:44:30 [2024-03-19T13:44:30.424Z] ++ '[' -n 0 ']'
13:44:30 [2024-03-19T13:44:30.424Z] ++ set -x
13:44:30 [2024-03-19T13:44:30.424Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
13:44:30 [2024-03-19T13:44:30.424Z] testing: warning: no tests to run
13:44:30 [2024-03-19T13:44:30.424Z] PASS
13:44:30 [2024-03-19T13:44:30.424Z] 
13:44:30 [2024-03-19T13:44:30.424Z] DONE 0 tests in 0.005s
13:44:30 [2024-03-19T13:44:30.424Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
13:44:30 [2024-03-19T13:44:30.424Z] ++ '[' -n '' ']'
13:44:30 [2024-03-19T13:44:30.424Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
13:44:30 [2024-03-19T13:44:30.424Z] ++ set -e
13:44:30 [2024-03-19T13:44:30.424Z] ++ '[' -n 0 ']'
13:44:30 [2024-03-19T13:44:30.424Z] ++ set -x
13:44:30 [2024-03-19T13:44:30.424Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
13:44:30 [2024-03-19T13:44:30.424Z] INFO: Testing against a local daemon
13:44:30 [2024-03-19T13:44:30.424Z] === RUN   TestPluginWithDevMounts
13:44:30 [2024-03-19T13:44:30.424Z] === PAUSE TestPluginWithDevMounts
13:44:30 [2024-03-19T13:44:30.424Z] === CONT  TestPluginWithDevMounts
13:44:31 [2024-03-19T13:44:31.797Z] --- PASS: TestPluginWithDevMounts (1.46s)
13:44:31 [2024-03-19T13:44:31.797Z] PASS
13:44:31 [2024-03-19T13:44:31.797Z] 
13:44:31 [2024-03-19T13:44:31.797Z] DONE 1 tests in 1.484s
13:44:31 [2024-03-19T13:44:31.797Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
13:44:31 [2024-03-19T13:44:31.797Z] ++ '[' -n '' ']'
13:44:31 [2024-03-19T13:44:31.797Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
13:44:31 [2024-03-19T13:44:31.797Z] ++ set -e
13:44:31 [2024-03-19T13:44:31.797Z] ++ '[' -n 0 ']'
13:44:31 [2024-03-19T13:44:31.797Z] ++ set -x
13:44:31 [2024-03-19T13:44:31.797Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
13:44:31 [2024-03-19T13:44:31.797Z] INFO: Testing against a local daemon
13:44:31 [2024-03-19T13:44:31.797Z] === RUN   TestSecretInspect
13:44:34 [2024-03-19T13:44:34.324Z] --- PASS: TestSecretInspect (1.97s)
13:44:34 [2024-03-19T13:44:34.324Z] === RUN   TestSecretList
13:44:36 [2024-03-19T13:44:36.224Z] --- PASS: TestSecretList (1.99s)
13:44:36 [2024-03-19T13:44:36.224Z] === RUN   TestSecretsCreateAndDelete
13:44:38 [2024-03-19T13:44:38.122Z] --- PASS: TestSecretsCreateAndDelete (1.93s)
13:44:38 [2024-03-19T13:44:38.122Z] === RUN   TestSecretsUpdate
13:44:40 [2024-03-19T13:44:40.020Z] --- PASS: TestSecretsUpdate (1.94s)
13:44:40 [2024-03-19T13:44:40.020Z] === RUN   TestTemplatedSecret
13:44:42 [2024-03-19T13:44:42.548Z] --- PASS: TestTemplatedSecret (2.60s)
13:44:42 [2024-03-19T13:44:42.548Z] === RUN   TestSecretCreateResolve
13:44:44 [2024-03-19T13:44:44.447Z] --- PASS: TestSecretCreateResolve (1.87s)
13:44:44 [2024-03-19T13:44:44.447Z] PASS
13:44:44 [2024-03-19T13:44:44.447Z] 
13:44:44 [2024-03-19T13:44:44.447Z] DONE 6 tests in 12.320s
13:44:44 [2024-03-19T13:44:44.447Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
13:44:44 [2024-03-19T13:44:44.447Z] ++ '[' -n '' ']'
13:44:44 [2024-03-19T13:44:44.447Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
13:44:44 [2024-03-19T13:44:44.447Z] ++ set -e
13:44:44 [2024-03-19T13:44:44.447Z] ++ '[' -n 0 ']'
13:44:44 [2024-03-19T13:44:44.447Z] ++ set -x
13:44:44 [2024-03-19T13:44:44.447Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
13:44:44 [2024-03-19T13:44:44.447Z] INFO: Testing against a local daemon
13:44:44 [2024-03-19T13:44:44.447Z] === RUN   TestServiceCreateInit
13:44:44 [2024-03-19T13:44:44.447Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:44:48 [2024-03-19T13:44:48.628Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:44:51 [2024-03-19T13:44:51.907Z] --- PASS: TestServiceCreateInit (7.29s)
13:44:51 [2024-03-19T13:44:51.907Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.72s)
13:44:51 [2024-03-19T13:44:51.907Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.56s)
13:44:51 [2024-03-19T13:44:51.907Z] === RUN   TestCreateServiceMultipleTimes
13:45:06 [2024-03-19T13:45:06.774Z] --- PASS: TestCreateServiceMultipleTimes (14.97s)
13:45:06 [2024-03-19T13:45:06.774Z] === RUN   TestCreateServiceConflict
13:45:08 [2024-03-19T13:45:08.673Z] --- PASS: TestCreateServiceConflict (1.91s)
13:45:08 [2024-03-19T13:45:08.673Z] === RUN   TestCreateServiceMaxReplicas
13:45:11 [2024-03-19T13:45:11.201Z] --- PASS: TestCreateServiceMaxReplicas (2.71s)
13:45:11 [2024-03-19T13:45:11.201Z] === RUN   TestCreateServiceSecretFileMode
13:45:26 [2024-03-19T13:45:26.065Z] --- PASS: TestCreateServiceSecretFileMode (12.52s)
13:45:26 [2024-03-19T13:45:26.065Z] === RUN   TestCreateServiceConfigFileMode
13:45:36 [2024-03-19T13:45:36.027Z] --- PASS: TestCreateServiceConfigFileMode (12.51s)
13:45:36 [2024-03-19T13:45:36.027Z] === RUN   TestCreateServiceSysctls
13:45:39 [2024-03-19T13:45:39.305Z] --- PASS: TestCreateServiceSysctls (3.18s)
13:45:39 [2024-03-19T13:45:39.305Z] === RUN   TestCreateServiceCapabilities
13:45:41 [2024-03-19T13:45:41.832Z] --- PASS: TestCreateServiceCapabilities (2.53s)
13:45:41 [2024-03-19T13:45:41.832Z] === RUN   TestInspect
13:45:45 [2024-03-19T13:45:45.112Z] --- PASS: TestInspect (2.73s)
13:45:45 [2024-03-19T13:45:45.112Z] === RUN   TestCreateJob
13:45:47 [2024-03-19T13:45:47.639Z] --- PASS: TestCreateJob (3.02s)
13:45:47 [2024-03-19T13:45:47.639Z] === RUN   TestReplicatedJob
13:45:52 [2024-03-19T13:45:52.900Z] --- PASS: TestReplicatedJob (4.81s)
13:45:52 [2024-03-19T13:45:52.900Z] === RUN   TestUpdateReplicatedJob
13:45:55 [2024-03-19T13:45:55.427Z] --- PASS: TestUpdateReplicatedJob (3.07s)
13:45:55 [2024-03-19T13:45:55.427Z] === RUN   TestServiceListWithStatuses
13:46:00 [2024-03-19T13:46:00.689Z] --- PASS: TestServiceListWithStatuses (4.70s)
13:46:00 [2024-03-19T13:46:00.689Z] === RUN   TestDockerNetworkConnectAliasPreV144
13:46:04 [2024-03-19T13:46:04.871Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (3.98s)
13:46:04 [2024-03-19T13:46:04.871Z] === RUN   TestDockerNetworkReConnect
13:46:07 [2024-03-19T13:46:07.398Z] --- PASS: TestDockerNetworkReConnect (3.05s)
13:46:07 [2024-03-19T13:46:07.398Z] === RUN   TestServicePlugin
13:46:07 [2024-03-19T13:46:07.398Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
13:46:07 [2024-03-19T13:46:07.398Z] --- SKIP: TestServicePlugin (0.00s)
13:46:07 [2024-03-19T13:46:07.398Z] === RUN   TestServiceUpdateLabel
13:46:09 [2024-03-19T13:46:09.296Z] --- PASS: TestServiceUpdateLabel (1.87s)
13:46:09 [2024-03-19T13:46:09.296Z] === RUN   TestServiceUpdateSecrets
13:46:24 [2024-03-19T13:46:24.160Z] --- PASS: TestServiceUpdateSecrets (14.40s)
13:46:24 [2024-03-19T13:46:24.160Z] === RUN   TestServiceUpdateConfigs
13:46:39 [2024-03-19T13:46:39.025Z] --- PASS: TestServiceUpdateConfigs (14.28s)
13:46:39 [2024-03-19T13:46:39.025Z] === RUN   TestServiceUpdateNetwork
13:46:51 [2024-03-19T13:46:51.216Z] --- PASS: TestServiceUpdateNetwork (12.10s)
13:46:51 [2024-03-19T13:46:51.216Z] === RUN   TestServiceUpdatePidsLimit
13:46:51 [2024-03-19T13:46:51.216Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
13:46:51 [2024-03-19T13:46:51.781Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
13:46:59 [2024-03-19T13:46:59.885Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
13:47:06 [2024-03-19T13:47:06.444Z] --- PASS: TestServiceUpdatePidsLimit (15.97s)
13:47:06 [2024-03-19T13:47:06.444Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
13:47:06 [2024-03-19T13:47:06.444Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
13:47:06 [2024-03-19T13:47:06.444Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.68s)
13:47:06 [2024-03-19T13:47:06.444Z] PASS
13:47:06 [2024-03-19T13:47:06.444Z] 
13:47:06 [2024-03-19T13:47:06.444Z] === Skipped
13:47:06 [2024-03-19T13:47:06.444Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
13:47:06 [2024-03-19T13:47:06.444Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
13:47:06 [2024-03-19T13:47:06.444Z] 
13:47:06 [2024-03-19T13:47:06.444Z] DONE 26 tests, 1 skipped in 141.616s
13:47:06 [2024-03-19T13:47:06.444Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
13:47:06 [2024-03-19T13:47:06.444Z] ++ '[' -n '' ']'
13:47:06 [2024-03-19T13:47:06.444Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
13:47:06 [2024-03-19T13:47:06.444Z] ++ set -e
13:47:06 [2024-03-19T13:47:06.444Z] ++ '[' -n 0 ']'
13:47:06 [2024-03-19T13:47:06.444Z] ++ set -x
13:47:06 [2024-03-19T13:47:06.444Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
13:47:06 [2024-03-19T13:47:06.444Z] INFO: Testing against a local daemon
13:47:06 [2024-03-19T13:47:06.444Z] === RUN   TestSessionCreate
13:47:06 [2024-03-19T13:47:06.444Z] --- PASS: TestSessionCreate (0.01s)
13:47:06 [2024-03-19T13:47:06.444Z] === RUN   TestSessionCreateWithBadUpgrade
13:47:06 [2024-03-19T13:47:06.444Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
13:47:06 [2024-03-19T13:47:06.444Z] PASS
13:47:06 [2024-03-19T13:47:06.444Z] 
13:47:06 [2024-03-19T13:47:06.444Z] DONE 2 tests in 0.041s
13:47:06 [2024-03-19T13:47:06.444Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
13:47:06 [2024-03-19T13:47:06.444Z] ++ '[' -n '' ']'
13:47:06 [2024-03-19T13:47:06.444Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
13:47:06 [2024-03-19T13:47:06.444Z] ++ set -e
13:47:06 [2024-03-19T13:47:06.444Z] ++ '[' -n 0 ']'
13:47:06 [2024-03-19T13:47:06.444Z] ++ set -x
13:47:06 [2024-03-19T13:47:06.444Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
13:47:06 [2024-03-19T13:47:06.444Z] INFO: Testing against a local daemon
13:47:06 [2024-03-19T13:47:06.444Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:47:06 [2024-03-19T13:47:06.444Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:47:06 [2024-03-19T13:47:06.444Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
13:47:06 [2024-03-19T13:47:06.444Z] === RUN   TestDiskUsage
13:47:06 [2024-03-19T13:47:06.444Z] === PAUSE TestDiskUsage
13:47:06 [2024-03-19T13:47:06.444Z] === RUN   TestEventsExecDie
13:47:06 [2024-03-19T13:47:06.444Z] --- PASS: TestEventsExecDie (0.44s)
13:47:06 [2024-03-19T13:47:06.444Z] === RUN   TestEventsBackwardsCompatible
13:47:06 [2024-03-19T13:47:06.444Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
13:47:06 [2024-03-19T13:47:06.444Z] === RUN   TestEventsVolumeCreate
13:47:06 [2024-03-19T13:47:06.444Z] --- PASS: TestEventsVolumeCreate (0.05s)
13:47:06 [2024-03-19T13:47:06.444Z] === RUN   TestInfoBinaryCommits
13:47:06 [2024-03-19T13:47:06.444Z] --- PASS: TestInfoBinaryCommits (0.01s)
13:47:06 [2024-03-19T13:47:06.444Z] === RUN   TestInfoAPIVersioned
13:47:06 [2024-03-19T13:47:06.444Z] --- PASS: TestInfoAPIVersioned (0.01s)
13:47:06 [2024-03-19T13:47:06.444Z] === RUN   TestInfoAPI
13:47:06 [2024-03-19T13:47:06.444Z] --- PASS: TestInfoAPI (0.01s)
13:47:06 [2024-03-19T13:47:06.444Z] === RUN   TestInfoAPIWarnings
13:47:24 [2024-03-19T13:47:24.511Z] --- PASS: TestInfoAPIWarnings (16.54s)
13:47:24 [2024-03-19T13:47:24.511Z] === RUN   TestInfoDebug
13:47:24 [2024-03-19T13:47:24.511Z] --- PASS: TestInfoDebug (0.52s)
13:47:24 [2024-03-19T13:47:24.511Z] === RUN   TestInfoInsecureRegistries
13:47:24 [2024-03-19T13:47:24.511Z] --- PASS: TestInfoInsecureRegistries (0.52s)
13:47:24 [2024-03-19T13:47:24.511Z] === RUN   TestInfoRegistryMirrors
13:47:24 [2024-03-19T13:47:24.511Z] --- PASS: TestInfoRegistryMirrors (0.52s)
13:47:24 [2024-03-19T13:47:24.511Z] === RUN   TestLoginFailsWithBadCredentials
13:47:25 [2024-03-19T13:47:25.444Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s)
13:47:25 [2024-03-19T13:47:25.444Z] === RUN   TestPingCacheHeaders
13:47:25 [2024-03-19T13:47:25.444Z] --- PASS: TestPingCacheHeaders (0.01s)
13:47:25 [2024-03-19T13:47:25.444Z] === RUN   TestPingGet
13:47:25 [2024-03-19T13:47:25.444Z] --- PASS: TestPingGet (0.01s)
13:47:25 [2024-03-19T13:47:25.444Z] === RUN   TestPingHead
13:47:25 [2024-03-19T13:47:25.701Z] --- PASS: TestPingHead (0.01s)
13:47:25 [2024-03-19T13:47:25.701Z] === RUN   TestPingSwarmHeader
13:47:26 [2024-03-19T13:47:26.267Z] === RUN   TestPingSwarmHeader/before_swarm_init
13:47:26 [2024-03-19T13:47:26.525Z] === RUN   TestPingSwarmHeader/after_swarm_init
13:47:27 [2024-03-19T13:47:27.457Z] === RUN   TestPingSwarmHeader/after_swarm_leave
13:47:27 [2024-03-19T13:47:27.457Z] --- PASS: TestPingSwarmHeader (1.90s)
13:47:27 [2024-03-19T13:47:27.457Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
13:47:27 [2024-03-19T13:47:27.457Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
13:47:27 [2024-03-19T13:47:27.457Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
13:47:27 [2024-03-19T13:47:27.457Z] === RUN   TestPingBuilderHeader
13:47:27 [2024-03-19T13:47:27.457Z] === RUN   TestPingBuilderHeader/default_config
13:47:28 [2024-03-19T13:47:28.022Z] === RUN   TestPingBuilderHeader/buildkit_disabled
13:47:28 [2024-03-19T13:47:28.587Z] --- PASS: TestPingBuilderHeader (1.04s)
13:47:28 [2024-03-19T13:47:28.587Z]     --- PASS: TestPingBuilderHeader/default_config (0.51s)
13:47:28 [2024-03-19T13:47:28.587Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s)
13:47:28 [2024-03-19T13:47:28.587Z] === RUN   TestVersion
13:47:28 [2024-03-19T13:47:28.587Z] --- PASS: TestVersion (0.01s)
13:47:28 [2024-03-19T13:47:28.587Z] === CONT  TestDiskUsage
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/empty
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/empty/container_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/empty/image_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/empty/volume_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/empty/build-cache_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/empty/container,_volume_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_LoadBusybox
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
13:47:29 [2024-03-19T13:47:29.152Z] === RUN   TestDiskUsage/after_container.Run
13:47:29 [2024-03-19T13:47:29.410Z] === RUN   TestDiskUsage/after_container.Run/container_types
13:47:29 [2024-03-19T13:47:29.410Z] === RUN   TestDiskUsage/after_container.Run/image_types
13:47:29 [2024-03-19T13:47:29.410Z] === RUN   TestDiskUsage/after_container.Run/volume_types
13:47:29 [2024-03-19T13:47:29.410Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
13:47:29 [2024-03-19T13:47:29.410Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
13:47:29 [2024-03-19T13:47:29.410Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
13:47:29 [2024-03-19T13:47:29.410Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
13:47:29 [2024-03-19T13:47:29.410Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
13:47:29 [2024-03-19T13:47:29.410Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
13:47:29 [2024-03-19T13:47:29.410Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
13:47:29 [2024-03-19T13:47:29.667Z] --- PASS: TestDiskUsage (1.03s)
13:47:29 [2024-03-19T13:47:29.667Z]     --- PASS: TestDiskUsage/empty (0.01s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.08s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.667Z]     --- PASS: TestDiskUsage/after_container.Run (0.25s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z] PASS
13:47:29 [2024-03-19T13:47:29.668Z] 
13:47:29 [2024-03-19T13:47:29.668Z] === Skipped
13:47:29 [2024-03-19T13:47:29.668Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:47:29 [2024-03-19T13:47:29.668Z] 
13:47:29 [2024-03-19T13:47:29.668Z] DONE 57 tests, 1 skipped in 23.667s
13:47:29 [2024-03-19T13:47:29.668Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
13:47:29 [2024-03-19T13:47:29.668Z] ++ '[' -n '' ']'
13:47:29 [2024-03-19T13:47:29.668Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
13:47:29 [2024-03-19T13:47:29.668Z] ++ set -e
13:47:29 [2024-03-19T13:47:29.668Z] ++ '[' -n 0 ']'
13:47:29 [2024-03-19T13:47:29.668Z] ++ set -x
13:47:29 [2024-03-19T13:47:29.668Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.jBTJ41YPm1/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
13:47:29 [2024-03-19T13:47:29.668Z] INFO: Testing against a local daemon
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesCreateAndList
13:47:29 [2024-03-19T13:47:29.668Z] --- PASS: TestVolumesCreateAndList (0.01s)
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesRemove
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesRemove/volume_in_use
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesRemove/volume_not_in_use
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesRemove/non-existing_volume
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesRemove/non-existing_volume_force
13:47:29 [2024-03-19T13:47:29.668Z] --- PASS: TestVolumesRemove (0.06s)
13:47:29 [2024-03-19T13:47:29.668Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
13:47:29 [2024-03-19T13:47:29.668Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesRemoveSwarmEnabled
13:47:29 [2024-03-19T13:47:29.668Z] === PAUSE TestVolumesRemoveSwarmEnabled
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesInspect
13:47:29 [2024-03-19T13:47:29.668Z] --- PASS: TestVolumesInspect (0.01s)
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesInvalidJSON
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesInvalidJSON/volumes/create
13:47:29 [2024-03-19T13:47:29.668Z] === PAUSE TestVolumesInvalidJSON/volumes/create
13:47:29 [2024-03-19T13:47:29.668Z] === CONT  TestVolumesInvalidJSON/volumes/create
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
13:47:29 [2024-03-19T13:47:29.668Z] --- PASS: TestVolumesInvalidJSON (0.01s)
13:47:29 [2024-03-19T13:47:29.668Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumePruneAnonymous
13:47:29 [2024-03-19T13:47:29.668Z] --- PASS: TestVolumePruneAnonymous (0.03s)
13:47:29 [2024-03-19T13:47:29.668Z] === RUN   TestVolumePruneAnonFromImage
13:47:29 [2024-03-19T13:47:29.925Z] --- PASS: TestVolumePruneAnonFromImage (0.13s)
13:47:29 [2024-03-19T13:47:29.925Z] === CONT  TestVolumesRemoveSwarmEnabled
13:47:31 [2024-03-19T13:47:31.297Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
13:47:31 [2024-03-19T13:47:31.297Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
13:47:31 [2024-03-19T13:47:31.297Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
13:47:31 [2024-03-19T13:47:31.297Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
13:47:31 [2024-03-19T13:47:31.862Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.94s)
13:47:31 [2024-03-19T13:47:31.862Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
13:47:31 [2024-03-19T13:47:31.862Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
13:47:31 [2024-03-19T13:47:31.862Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
13:47:31 [2024-03-19T13:47:31.862Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
13:47:31 [2024-03-19T13:47:31.862Z] PASS
13:47:31 [2024-03-19T13:47:31.862Z] 
13:47:31 [2024-03-19T13:47:31.862Z] DONE 20 tests in 2.223s
13:47:31 [2024-03-19T13:47:31.862Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:47:31 [2024-03-19T13:47:31.862Z] ++++ cat bundles/test-integration/TestUsernsCommit/d91ec8c95f4f5/docker.pid
13:47:31 [2024-03-19T13:47:31.862Z] +++ kill 68006
13:47:31 [2024-03-19T13:47:31.862Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 68006 is not a child of this shell
13:47:31 [2024-03-19T13:47:31.862Z] warning: PID 68006 from bundles/test-integration/TestUsernsCommit/d91ec8c95f4f5/docker.pid had a nonzero exit code
13:47:31 [2024-03-19T13:47:31.862Z] umount: bundles/test-integration/TestUsernsCommit/d91ec8c95f4f5/root: not mounted.
13:47:31 [2024-03-19T13:47:31.862Z] ++++ cat bundles/test-integration/docker.pid
13:47:31 [2024-03-19T13:47:31.862Z] +++ kill 24431
13:47:33 [2024-03-19T13:47:33.759Z] +++ /etc/init.d/apparmor stop
13:47:33 [2024-03-19T13:47:33.759Z] Leaving: AppArmorNo profiles have been unloaded.
13:47:33 [2024-03-19T13:47:33.759Z] 
13:47:33 [2024-03-19T13:47:33.759Z] Unloading profiles will leave already running processes permanently
13:47:33 [2024-03-19T13:47:33.759Z] unconfined, which can lead to unexpected situations.
13:47:33 [2024-03-19T13:47:33.759Z] 
13:47:33 [2024-03-19T13:47:33.759Z] To set a process to complain mode, use the command line tool
13:47:33 [2024-03-19T13:47:33.759Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:47:33 [2024-03-19T13:47:33.759Z] +++ true
13:47:33 [2024-03-19T13:47:33.759Z] exiting test-integration
13:47:33 [2024-03-19T13:47:33.759Z] ++ exit 0
13:47:33 [2024-03-19T13:47:33.759Z] 
Post stage
[Pipeline] junit
13:47:34 [2024-03-19T13:47:34.335Z] Recording test results
13:47:34 [2024-03-19T13:47:34.557Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
13:47:34 [2024-03-19T13:47:34.848Z] + echo Ensuring container killed.
13:47:34 [2024-03-19T13:47:34.848Z] Ensuring container killed.
13:47:34 [2024-03-19T13:47:34.848Z] + docker rm -vf docker-pr3
13:47:34 [2024-03-19T13:47:34.848Z] Error response from daemon: No such container: docker-pr3
[Pipeline] sh
13:47:35 [2024-03-19T13:47:35.126Z] + echo Chowning /workspace to jenkins user
13:47:35 [2024-03-19T13:47:35.126Z] Chowning /workspace to jenkins user
13:47:35 [2024-03-19T13:47:35.126Z] + id -u
13:47:35 [2024-03-19T13:47:35.126Z] + id -g
13:47:35 [2024-03-19T13:47:35.126Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47589:/workspace busybox chown -R 1000:1000 /workspace
13:47:35 [2024-03-19T13:47:35.126Z] Unable to find image 'busybox:latest' locally
13:47:35 [2024-03-19T13:47:35.126Z] latest: Pulling from library/busybox
13:47:35 [2024-03-19T13:47:35.383Z] 45d8eb5967de: Already exists
13:47:35 [2024-03-19T13:47:35.383Z] Digest: sha256:650fd573e056b679a5110a70aabeb01e26b76e545ec4b9c70a9523f2dfaf18c6
13:47:35 [2024-03-19T13:47:35.383Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
13:47:37 [2024-03-19T13:47:37.039Z] + bundleName=arm64-integration
13:47:37 [2024-03-19T13:47:37.039Z] + echo Creating arm64-integration-bundles.tar.gz
13:47:37 [2024-03-19T13:47:37.039Z] Creating arm64-integration-bundles.tar.gz
13:47:37 [2024-03-19T13:47:37.039Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
13:47:37 [2024-03-19T13:47:37.039Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
13:47:37 [2024-03-19T13:47:37.309Z] Archiving artifacts
13:47:39 [2024-03-19T13:47:39.086Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47589/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
13:47:39 [2024-03-19T13:47:39.376Z] + make clean
13:47:39 [2024-03-19T13:47:39.376Z] docker volume rm -f docker-dev-cache docker-mod-cache
13:47:39 [2024-03-19T13:47:39.376Z] docker-dev-cache
13:47:39 [2024-03-19T13:47:39.376Z] 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
Deleted 0 stash(es) from https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47589/3/stashes/